.inner-banner {
    background-image: url(../images/bnnrnew1.webp);
    background-position: center;
    background-size: cover;
    min-height: 450px;
    padding: 200px 0;
    position: relative;
    z-index: 1;
}
.inner-banner::before {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    left: 0;
    top: 0;
    position: absolute;
    z-index: -1;
}
.inner-banner-title h1 {
    color: #fff;
    font-size: 50px;
	font-weight: 600;
	line-height: 70px;
    margin: 0 0 10px;
    text-transform: uppercase;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
    color: #fff;
}
 .breadcrumbs ol li + li {
	padding-left: 10px;
}
.breadcrumbs ol {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 400;
    justify-content: center;
}
.breadcrumbs a {
    color: #ffc107;
}
.breadcrumbs ol li + li::before {
	content: "/";
	display: inline-block;
	padding-right: 10px;
	color: color-mix(in srgb, var(--default-color), transparent 70%);
}
.contact-2 .info-item h3 {
	font-size: 20px;
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}
.contact-2 .info-item p {
	padding: 0;
	margin-bottom: 0;
	font-size: 16px;
}
.contact-2 .info-item i {
	font-size: 20px;
	color: #ffc107;
	width: 56px;
	height: 56px;
	font-size: 24px;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 4px;
	transition: all 0.3s ease-in-out;
	border-radius: 50%;
	border: 2px dotted color-mix(in srgb, #ffc107, transparent 40%);
}
.contact-2 .info-item {
	background-color: var(--surface-color);
	padding: 20px 0 30px 0;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact-2 .php-email-form {
	background-color:#fff;
	height: 100%;
	padding: 30px;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.contact-2 .php-email-form input[type="text"], .contact-2 .php-email-form input[type="email"], .contact-2 .php-email-form textarea {
	font-size: 14px;
	padding: 10px 15px;
	box-shadow: none;
	border-radius: 0;
	color: var(--default-color);
	background-color: #fff;
	border-color: #ddd;
    border-radius: 10px;
}
.contact-2 .php-email-form button[type="submit"] {
	color: #000;
	background:#ffc107;
	border: 0;
	padding: 10px 30px;
	transition: 0.4s;
	border-radius: 50px;
}
.contact-2 .php-email-form button[type="submit"]:hover {
	background: color-mix(in srgb, #ffc107, transparent 20%);
}
.php-email-form .loading {
	display: none;
	background: #ffc107;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
}
.php-email-form .sent-message {
	display: none;
	color: #ffffff;
	background: #059652;
	text-align: center;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.php-email-form .error-message {
	display: none;
	background: #df1529;
	color: #ffffff;
	text-align: left;
	padding: 15px;
	margin-bottom: 24px;
	font-weight: 600;
}
.product-details .product-details-tabs .nav-tabs .nav-link.active {
	color: #ffc107;
	background-color: transparent;
	border-bottom: 2px solid #ffc107;
}
.product-details .product-details-tabs .tab-content h4 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
	font-weight: 600;
}
.product-details .product-details-tabs .nav-tabs {
	border-bottom: 1px solid #ddd;
	margin-bottom: 1.5rem;
}
.product-details .product-details-tabs .nav-tabs .nav-link {
	border: none;
	border-bottom: 2px solid transparent;
	padding: 0.75rem 1.5rem;
	font-weight: 600;
	transition: all 0.3s ease;
    color: #222;
}
.product-details .product-info .product-title {
	font-size: 2rem;
}
.product-details .product-info .product-price-container .current-price {
	font-size: 1.75rem;
	font-weight: 700;
	
}
.product-details .product-info .product-price-container .original-price {
	font-size: 1.125rem;
	text-decoration: line-through;
	color: #666;
	margin-left: 0.75rem;
}
.product-details .product-info .product-price-container .discount-badge {
	background-color: #e53935;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
	border-radius: 4px;
	margin-left: 0.75rem;
}
.product-details .product-info .product-availability .stock-count {
	margin-left: 0.5rem;
	font-size: 0.875rem;
	color: #666;
}
.product-details .product-info .product-sizes .size-options .size-option {
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}
.product-details .product-info .product-sizes .size-options .size-option.active {
	background-color: #ffc107;
	color: #000;
	border-color: #ffc107;
}
.product-details .product-info .product-sizes .option-title {
	margin-bottom: 0.75rem;
	font-weight: 600;
}
.product-details .product-info .product-sizes .size-options {
	display: flex;
	gap: 0.75rem;
	margin-bottom: 0.5rem;
}
.product-details .product-info .product-sizes .size-options .size-option:hover {
	border-color: #ffc107;
}
.product-details .product-info .product-sizes .selected-option {
	font-size: 0.875rem;
	color: #666;
}
.product-details .product-info .product-quantity .quantity-selector .quantity-btn.decrease {
	border-radius: 4px 0 0 4px;
}
.product-details .product-info .product-quantity .quantity-selector .quantity-btn {
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--surface-color);
	border: 1px solid #ddd;
	cursor: pointer;
	transition: all 0.3s ease;
}
.product-details .product-info .product-quantity .quantity-selector {
	display: flex;
	align-items: center;
	max-width: 150px;
}
.product-details .product-info .product-quantity .quantity-selector .quantity-btn:hover {
	background-color: #ddd;
}
.product-details .product-info .product-quantity .quantity-selector .quantity-input {
	width: 60px;
	height: 36px;
	text-align: center;
	border: 1px solid #ddd;
	border-left: none;
	border-right: none;
	color: #ddd;
	background-color: #fff;
	font-size: 14px;
}
.product-details .product-info .product-quantity .quantity-selector .quantity-btn.increase {
	border-radius: 0 4px 4px 0;
}
.product-details .product-info .product-actions .add-to-cart-btn {
	flex: 1;
	background-color: #ffc107;
	border-color: #ffc107;
	color: #000;
}
.product-details .product-info .product-actions {
	display: flex;
	gap: 0.75rem;
	margin-top: 1.5rem;
}
.product-details .product-info .product-actions .btn {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.625rem 1.25rem;
	font-weight: 600;
	transition: all 0.3s ease;
}
.product-details .product-info .product-actions .buy-now-btn {
	flex: 1;
	border-color: #000;
	color: #000;
}
.product-details .product-info .product-actions .buy-now-btn:hover {
	background-color: #ffc107;
	color: #000;
    border-color: #ffc107;
}
.product-details .product-info .additional-info .info-item span {
	font-size: 0.875rem;
	color: #666;
}
.product-details .product-info .additional-info .info-item i {
	color:#ffc107;
	font-size: 1.125rem;
	margin-right: 0.75rem;
}
.product-details .product-images .product-thumbnails .thumbnail-item img {
	width: 100%;
	height: auto;
	object-fit: cover;
}
.product-details .product-images .product-thumbnails .thumbnail-item {
	cursor: pointer;
	border-radius: 6px;
	overflow: hidden;
	border: 2px solid transparent;
	opacity: 0.7;
	transition: all 0.3s ease;
}
.cart .cart-items {
	background-color: #fff;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
	padding: 2rem;
	margin-bottom: 1.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
	position: relative;
	overflow: hidden;
}
.cart .cart-items .cart-header {
	border-bottom: 1px solid #ddd;
	padding-bottom: 1rem;
	margin-bottom: 1.5rem;
}
.cart .cart-items::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 0.25rem;
	background: #ffc107;
	border-radius: 0.25rem 0.25rem 0 0;
}
.cart .cart-items .cart-header h5 {
	font-size: 0.9rem;
	font-weight: 600;
	margin-bottom: 0;
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.cart .cart-items .cart-item {
	padding: 1.5rem;
	border-radius: 0.75rem;
	margin-bottom: 1rem;
	transition: all 0.3s ease;
	border: 1px solid #ddd;
	background-color: #fff;
}
.cart .cart-items .cart-item .product-info .product-image img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	transition: transform 0.3s ease;
}
.cart .cart-items .cart-item .product-info .product-image {
	width: 5.5rem;
	height: 5.5rem;
	min-width: 5.5rem;
	border-radius: 0.75rem;
	overflow: hidden;
	margin-right: 1.25rem;
	background-color:#fff;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.05);
	border: 1px solid #ddd;
	transition: transform 0.3s ease;
}
.cart .cart-items .cart-item .product-info .product-details .product-title {
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1.05rem;
	transition: color 0.3s ease;
}
.cart .cart-items .cart-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05);
	border-color: #ffc107;
}
.cart .cart-items .cart-item .product-info .product-details .remove-item {
	background: none;
	border: none;
	padding: 0;
	font-size: 0.8125rem;
	display: inline-flex;
	align-items: center;
	gap: 0.25rem;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
}
.cart .cart-items .cart-item .product-info .product-details .product-meta span {
	display: inline-flex;
	align-items: center;
	padding: 0.25rem 0.5rem;
	background-color: #fff;
	border-radius: 0.375rem;
	border: 1px solid #ddd;
}
.cart .cart-items .cart-item .product-info .product-details .product-meta {
	font-size: 0.8125rem;
}
.cart .cart-items .cart-item .product-info .product-details .product-title {
	font-weight: 600;
	margin-bottom: 0.5rem;
	font-size: 1.05rem;
	transition: color 0.3s ease;
}
.cart .cart-items .cart-item .product-info .product-details {
	flex: 1;
}
.cart .cart-items .cart-item .price-tag .current-price {
	font-weight: 600;
	font-size: 1.05rem;
}
.cart .cart-items .cart-item .price-tag .original-price {
	text-decoration: line-through;
	font-size: 0.875rem;
	margin-left: 0.5rem;
}
.cart .cart-items .cart-item .product-info .product-details .product-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
	font-size: 0.8125rem;
}
.cart .cart-items .cart-item .item-total {
	font-weight: 700;
	color: var(--heading-color);
	font-size: 1.125rem;
}
.cart .cart-items .cart-item .item-total span {
	position: relative;
	display: inline-block;
}
.cart .cart-items .cart-item .item-total span::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffc107;
	border-radius: 1px;
}
.cart .cart-items .cart-item .quantity-selector .quantity-input {
	width: 2.5rem;
	text-align: center;
	border: none;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.25rem 0;
	background-color: transparent;
}
.cart .cart-items .cart-item .quantity-selector .quantity-btn {
	background: none;
	border: none;
	width: 2.25rem;
	height: 2.25rem;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.3s ease;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.cart .cart-items .cart-item .quantity-selector {
	display: inline-flex;
	align-items: center;
	border-radius: 2rem;
	overflow: hidden;
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}

.cart .cart-items .cart-item .quantity-selector .quantity-btn:hover {
	color: #ffc107;
}
.cart .cart-items .cart-item .product-info .product-image:hover img {
	transform: scale(1.05);
}
.cart .cart-items .cart-item .quantity-selector .quantity-btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffc107;
	transform: scale(0);
	border-radius: 50%;
	transition: transform 0.3s ease;
	z-index: -1;
    opacity: 0.3;
}
.cart .cart-items .cart-item .product-info .product-details .remove-item:hover {
	color: #dc3545;
}
.cart .btn-outline-accent {
	color: #ffc107;
}
.cart .cart-items .cart-actions .btn i {
	transition: transform 0.3s ease;
}
.cart .cart-items .cart-actions .btn {
	font-size: 0.875rem;
}
.cart .cart-items .cart-actions .btn:hover i {
	transform: rotate(15deg);
}
.cart .btn-outline-accent:hover, .cart .btn-outline-accent:focus, .cart .btn-outline-accent:active {
	color: #fff;
}
.cart .cart-items .cart-actions .btn {
	font-size: 0.875rem;
	padding: 0.5rem 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	transition: all 0.3s ease;
	border-radius: 2rem;
}
.cart .btn-outline-accent:hover, .cart .btn-outline-accent:focus, .cart .btn-outline-accent:active {
	color: #000;
	background-color: #ffc107;
	border-color: #ffc107;
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.cart .cart-items .cart-actions .btn {
	font-size: 0.875rem;
	padding: 0.5rem 1.25rem;
	display: inline-flex;
	align-items: center;
	gap: 0.375rem;
	transition: all 0.3s ease;
	border-radius: 2rem;
}
.cart .btn-outline-danger {
	color: #dc3545;
	border-color: #dc3545;
	background-color: transparent;
}
.cart .btn-outline-danger:hover, .cart .btn-outline-danger:focus, .cart .btn-outline-danger:active {
	color: #fff;
	background-color: #dc3545;
	border-color: #dc3545;
	transform: translateY(-2px);
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.cart .cart-items .cart-actions .coupon-form .input-group .btn {
	border-radius: 0 2rem 2rem 0;
	font-size: 0.875rem;
	padding-right: 1.25rem;
	font-weight: 500;
	letter-spacing: 0.5px;
}
.input-group .btn {
	position: relative;
	z-index: 2;
}
.cart .btn-accent {
	color:#000;
	background-color: #ffc107;
	border-color: #ffc107;
}
.cart .cart-items .cart-actions .btn i {
	transition: transform 0.3s ease;
}
.cart .cart-items .cart-actions .coupon-form .input-group .form-control {
	border-right: none;
	background-color: #fff;
	font-size: 0.875rem;
	border-color:#ddd;
	padding-left: 1.25rem;
	border-radius: 2rem 0 0 2rem;
}
.cart .cart-items .cart-actions .coupon-form .input-group {
	border-radius: 2rem;
	overflow: hidden;
	box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.03);
}
.input-group {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	width: 100%;
}
.cart .cart-summary {
	background-color:#fff;
	border-radius: 1rem;
	box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.05);
	padding: 2rem;
	position: sticky;
	top: 6.5rem;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.cart .cart-summary::before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 0.25rem;
	background: #ffc107;
	border-radius: 0.25rem 0.25rem 0 0;
}
.cart .cart-summary .summary-title {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1.5rem;
	padding-bottom: 0.75rem;
	border-bottom: 1px solid #ddd;
	position: relative;
}
.cart .cart-summary .summary-title::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 3rem;
	height: 2px;
	background-color: #ffc107;
	border-radius: 1px;
}
.cart .cart-summary .summary-item .summary-value {
	font-weight: 600;

	padding: 0.25rem 0.75rem;
	border-radius: 2rem;
	background-color: #fff;
	transition: transform 0.3s ease;
}
.cart .cart-summary .summary-item {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 1.25rem;
	font-size: 0.9375rem;
	position: relative;
}
.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:checked {
	background-color: #ffc107;
	border-color: #ffc107;
	box-shadow: 0 0 0 0.15rem #ffc107, transparent 85%;
}
.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input {
	width: 1.125rem;
	height: 1.125rem;
	margin-top: 0.125rem;
	margin-left: -2rem;
	background-color: var(--surface-color);
	border: 1px solid #ddd;
	transition: all 0.3s ease;
}
.cart .cart-summary .summary-item .shipping-options .form-check .form-check-input:focus {
	box-shadow: 0 0 0 0.15rem #ffc107;
}
.cart .cart-summary .summary-item.discount .summary-value {
	background-color: rgba(40, 167, 69, 0.1);
}
.cart .cart-summary .summary-total {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 1.75rem 0;
	padding: 1.25rem;
	border-radius: 0.75rem;
	background: #f1f1f1;
	border: 1px solid #ddd;
}
.cart .cart-summary .summary-total .summary-label {
	font-size: 1.125rem;
	font-weight: 600;
}
.cart .cart-summary .summary-total .summary-value {
	font-size: 1.5rem;
	font-weight: 700;
	position: relative;
}
.cart .cart-summary .summary-total .summary-value::after {
	content: "";
	position: absolute;
	bottom: -4px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffc107;
	border-radius: 1px;
}
.cart .cart-summary .continue-shopping .btn-link {
	color: #222;
	text-decoration: none;
	font-size: 0.9375rem;
	padding: 0.5rem;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.375rem;
	transition: all 0.3s ease;
	border-radius: 2rem;
	background-color: #ffc10724;
}
.cart .cart-summary .checkout-button .btn {
	padding: 0.875rem 1.5rem;
	font-weight: 600;
	font-size: 1rem;
	transition: all 0.3s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	border-radius: 2rem;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.cart .cart-summary .checkout-button {
	margin-bottom: 1rem;
}
.cart .cart-summary .payment-methods {
	border-top: 1px solid #ddd;
	padding-top: 1.25rem;
}
.cart .cart-summary .payment-methods .payment-title {
	font-size: 0.875rem;
	margin-bottom: 0.75rem;
	text-align: center;
}
.cart .cart-summary .payment-methods .payment-icons i {
	font-size: 1.5rem;
	transition: all 0.3s ease;
}
.cart .cart-summary .payment-methods .payment-icons {
	display: flex;
	justify-content: center;
	gap: 1.25rem;
}
.cart .cart-summary .continue-shopping {
	margin-bottom: 1.5rem;
}
.cart .cart-summary .checkout-button .btn:hover {
	box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
}
.cart .cart-summary .checkout-button .btn:hover::before {
	transform: translateX(0);
}
.cart .cart-summary .checkout-button .btn::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #ffc107;
	z-index: -1;
	transition: transform 0.6s ease;
	transform: translateX(-100%);
}
.checkout .checkout-section .section-header {
	padding: 20px 24px;
	background-color: #fff;
	display: flex;
	align-items: center;
	gap: 16px;
	border-bottom: 1px solid #ddd;
}
.checkout .checkout-section {
	background-color: #fff;
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	margin-bottom: 24px;
	overflow: hidden;
	transition: all 0.3s ease;
}
.checkout .checkout-container .checkout-form {
	position: relative;
}
.checkout .checkout-container {
	margin-bottom: 2rem;
}
.checkout .checkout-section .section-content {
	padding: 24px;
}
.checkout .checkout-section .section-content .form-group .form-control, .checkout .checkout-section .section-content .form-group .form-select {
	border: 2px solid #ddd;
	border-radius: 12px;
	padding: 12px 16px;
	font-size: 0.95rem;
	height: auto;
	background-color: var(--surface-color);
	transition: all 0.25s ease;
}
.checkout .checkout-section .section-content .form-group label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.9rem;
	font-weight: 500;
}
.checkout .checkout-section .section-content .form-group {
	margin-bottom: 20px;
}
.checkout .checkout-section .section-header .section-number {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: #ffc107;
	color:#000;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 600;
	font-size: 0.9rem;
	flex-shrink: 0;
}
.checkout .checkout-section .section-header h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
}
.checkout .checkout-section .section-content .form-check .form-check-label {
	font-size: 0.9rem;
	cursor: pointer;
}
.checkout .checkout-section .section-content .form-check .form-check-input {
	width: 18px;
	height: 18px;
	/* margin-left: -1.8rem; */
	margin-top: 0.2rem;
	border: 2px solid #ddd;
	/* background-color: #fff; */
	cursor: pointer;
}
.form-check-input[type="checkbox"] {
	border-radius: .25em;
}
.checkout .checkout-section .section-content .form-check .form-check-input:focus {
	border-color:#000;
	box-shadow: 0 0 0 3px #ddd;
    background-color: #000;

}
.checkout .checkout-section .section-content .form-check {
	margin-bottom: 12px;
	padding-left: 1.8rem;
}
.checkout .checkout-section .section-content .payment-options .payment-option label {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 16px;
	border: 2px solid #ddd;
	border-radius: 12px;
	cursor: pointer;
	transition: all 0.25s ease;
	text-align: center;
	height: 100%;
}
.checkout .checkout-section .section-content .payment-options {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-bottom: 24px;
}
.checkout .checkout-section .section-content .payment-options .payment-option {
	flex: 1;
	min-width: 120px;
	position: relative;
}
.checkout .checkout-section .section-content .payment-options .payment-option input[type="radio"] {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
}
.checkout .checkout-section .section-content .payment-options .payment-option input[type="radio"]:checked + label {
	border-color: #ffc107;
	background-color: c#fff;
}
.checkout .checkout-section .section-content .payment-options .payment-option input[type="radio"]:checked + label .payment-icon {
	color: #ffc107;
}
.checkout .checkout-section .section-content .payment-options .payment-option label .payment-label {
	font-size: 0.9rem;
	font-weight: 500;
}
.checkout .checkout-section .section-content .payment-options .payment-option label {
	cursor: pointer;
	text-align: center;
}
.checkout .checkout-section .section-content .payment-options .payment-option input[type="radio"]:checked + label .payment-icon {
	color: #ffc107;
}
.checkout .checkout-section .section-content .payment-options .payment-option label .payment-icon {
	font-size: 1.8rem;
	color: color-mix(in srgb, var(--default-color), transparent 30%);
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons i {
	font-size: 1.2rem;
	color: #ddd;
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons i {
	font-size: 1.2rem;
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper input {
	padding-right: 80px;
}
.checkout .checkout-section .section-content .form-group .form-control, .checkout .checkout-section .section-content .form-group .form-select {
	border: 2px solid #ddd;
	border-radius: 12px;
	padding: 12px 16px;
	font-size: 0.95rem;
	height: auto;
	background-color: #fff;
	transition: all 0.25s ease;
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 8px;
}
.checkout .checkout-section .section-content .form-check .form-check-label a {
	color: #ffc107;
	text-decoration: none;
	font-weight: 500;
}
.checkout .checkout-section .section-content .place-order-container .place-order-btn {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 16px 24px;
	font-size: 1rem;
	font-weight: 600;
	border-radius: 12px;
	background-color: #ffc107;
	border: none;
	box-shadow: 0 4px 12px rgba(54, 144, 231, 0.2);
	transition: all 0.3s ease;
}
.checkout .checkout-section .section-content .form-check.terms-check {
	margin-top: 10px;
	margin-bottom: 20px;
}
.checkout .order-summary .order-summary-header {
	padding: 20px 24px;
	border-bottom: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.checkout .order-summary .order-summary-header .item-count {
	font-size: 0.9rem;
	color: #666;
	background-color: #fff;
	padding: 4px 10px;
	border-radius: 20px;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-image {
	width: 80px;
	height: 80px;
	border-radius: 12px;
	overflow: hidden;
	flex-shrink: 0;
	border: 1px solid #ddd;
}
.checkout .order-summary .order-summary-content {
	padding: 24px;
}
.checkout .order-summary {
	background-color: var(--surface-color);
	border-radius: 16px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	position: sticky;
	top: 30px;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details h4 {
	font-size: 1rem;
	margin-bottom: 4px;
	font-weight: 600;
}
.checkout .order-summary .order-summary-content .order-items .order-item {
	display: flex;
	gap: 16px;
	padding-bottom: 16px;
	margin-bottom: 16px;
	border-bottom: 1px solid #ddd;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details {
	flex: 1;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-variant {
	font-size: 0.85rem;
	margin-bottom: 8px;
}
.checkout .order-summary .order-summary-content .order-items .order-item .order-item-details .order-item-price {
	display: flex;
	align-items: center;
	gap: 5px;
	font-weight: 500;
}
.checkout .order-summary .order-summary-content .order-items {
	margin-bottom: 24px;
}
.checkout .order-summary .order-summary-content .promo-code .input-group .form-control {
	border: 2px solid #ddd;
	border-right: none;
	border-top-left-radius: 12px;
	border-bottom-left-radius: 12px;
	padding: 12px 16px;
	font-size: 0.95rem;
	transition: all 0.25s ease;
}
.checkout .order-summary .order-summary-content .promo-code .input-group .btn {
	border: 2px solid #ddd;
	border-left: none;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	padding: 0 16px;
	font-weight: 500;
	color: #ffc107;
	background-color:#fff;
	transition: all 0.25s ease;
}
.checkout .order-summary .order-summary-content .promo-code {
	margin-bottom: 24px;
}
.checkout .order-summary .order-summary-content .order-totals > div {
	font-size: 0.95rem;
}
.checkout .order-summary .order-summary-content .order-totals > div {
	margin-bottom: 12px;
	font-size: 0.95rem;
}
.checkout .order-summary .order-summary-content .order-totals > div:last-child {
	margin-bottom: 0;
	margin-top: 12px;
	padding-top: 12px;
	border-top: 1px dashed #ddd;
	font-size: 1.1rem;
	font-weight: 600;
}
.checkout .order-summary .order-summary-content .order-totals > div:last-child {
	font-size: 1.1rem;
	font-weight: 600;
}
.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header {
	font-weight: 500;
	font-size: 0.9rem;
}
.checkout .order-summary .order-summary-header h3 {
	margin: 0;
	font-size: 1.2rem;
	font-weight: 600;
}
.checkout .order-summary .order-summary-content .order-totals {
	background-color:#fff;
	border-radius: 12px;
	padding: 16px;
	margin-bottom: 24px;
}
.checkout .order-summary .order-summary-content .secure-checkout .secure-checkout-header {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	font-size: 0.9rem;
	margin-bottom: 12px;
}
.checkout .order-summary .order-summary-content .secure-checkout .payment-icons i {
	font-size: 1.5rem;
    color: #666;
}
.checkout .order-summary .order-summary-content .secure-checkout .payment-icons {
	display: flex;
	justify-content: center;
	gap: 12px;
}
.checkout .order-summary .order-summary-content .order-items .order-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}
.recent-posts .post-img {
	max-height: 240px;
	margin: -30px -30px 15px -30px;
	overflow: hidden;
}
.recent-posts .post-category {
	font-size: 16px;
	margin-bottom: 10px;
    color: #666;
}
.recent-posts .title {
	font-size: 20px;
	font-weight: 700;
	padding: 0;
	margin: 0 0 20px 0;
}
.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.recent-posts .post-author {
	font-weight: 600;
	margin-bottom: 5px;
}
.recent-posts .post-date {
	font-size: 14px;
	margin-bottom: 0;
}
.recent-posts .title a {
	transition: 0.3s;
    color: #000;
}
.recent-posts .post-category {
	font-size: 16px;
	margin-bottom: 10px;
}
.recent-posts article {
	background-color:#fff;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
	padding: 30px;
	height: 100%;
	border-radius: 10px;
	overflow: hidden;
}
.recent-posts .title {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
}
.recent-posts .post-author-img {
	width: 50px;
	border-radius: 50%;
	margin-right: 15px;
}
.blog-pagination li a {
	color: #ffc107 ;
}
.blog-pagination li a {
	color: #ffc107;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid #ffc107;
    color: #000;
}
.blog-pagination ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
}
.blog-pagination {
	padding-top: 0;
}
.blog-pagination li {
	margin: 0 5px;
	transition: 0.3s;
}
.blog-pagination li a.active, .blog-pagination li a:hover {
	background: #ffc107;
	color: #000;
}
.blog-details {
	background-color:#fff;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.blog-comments {
	padding-bottom: 0;
}
.blog-details .post-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog-details .title {
	font-size: 2.5rem;
	line-height: 1.3;
	margin: 1rem 0 1.5rem;
}
.blog-details .meta-categories .category, .blog-details .meta-categories .reading-time {
	display: inline-flex;
	align-items: center;
	margin-right: 1rem;
	font-size: 0.9rem;
	color: var(--heading-color);
}
.blog-details .meta-categories {
	margin-bottom: 1rem;
}
.blog-details .article-content {
	padding: 2rem;
}
.blog-details .meta-categories .category, .blog-details .meta-categories .reading-time {
	display: inline-flex;
	align-items: center;
	margin-right: 1rem;
	font-size: 0.9rem;
}
.blog-details .meta-top ul li .author-img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	margin-right: 0.5rem;
}
.blog-details .meta-top {
	margin-bottom: 2rem;
	padding-bottom: 2rem;
}
.blog-details .meta-top ul {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 1.5rem;
}
.blog-details .meta-top ul li {
	display: flex;
	align-items: center;
}
.blog-details .meta-top ul li i {
	margin-right: 0.5rem;
	font-size: 1.1rem;
}
.blog-details .meta-categories .category i, .blog-details .meta-categories .reading-time i {
	margin-right: 0.5rem;
	font-size: 1rem;
}
.blog-details .meta-categories .category i, .blog-details .meta-categories .reading-time i {
	margin-right: 0.5rem;
	font-size: 1rem;
}
.blog-details .content h2 {
	font-size: 1.8rem;
	margin: 2.5rem 0 1rem;
}
.blog-details .content p {
	margin-bottom: 1.5rem;
}
.blog-details .content ul {
	margin-bottom: 2rem;
	padding-left: 1.5rem;
}
.blog-details .content ul li {
	margin-bottom: 0.5rem;
}
.blog-details .content .content-image {
	margin: 2rem 0;
}
.blog-details .meta-bottom {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.blog-details .content {
	font-size: 1.1rem;
	line-height: 1.8;
}
.blog-details .content .content-image figcaption {
	text-align: center;
	margin-top: 0.75rem;
	font-size: 0.9rem;
	color: #666;
}
.blog-details .content blockquote {
	background: #ffc1071c;
	border-left: 4px solid #ffc107;
	padding: 2rem;
	margin: 2rem 0;
	border-radius: 0 8px 8px 0;
}
.blog-details .content blockquote p {
	font-size: 1.2rem;
	font-style: italic;
	margin: 0 0 1rem;
}
.blog-details .content blockquote cite {
	font-size: 0.9rem;
	font-style: normal;
	display: block;
}
.blog-details .content .content-image-split img {
	border-radius: 8px;
}
.blog-details .content .content-image-split {
	margin: 2rem 0;
}
.blog-details .content h2 {
	font-size: 1.8rem;
	margin: 2.5rem 0 1rem;
}
.blog-details .meta-bottom {
	margin-top: 3rem;
	padding-top: 2rem;
	border-top: 1px solid #ddd;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 1rem;
}
.blog-details .meta-bottom .article-tags i {
	margin-right: 0.5rem;
	color: #666;
}
.blog-details .meta-bottom .article-tags .tags li a {
	display: inline-block;
	padding: 0.25rem 0.75rem;
	font-size: 0.9rem;
	background: #ffc107;
	color: #000;
	border-radius: 20px;
	transition: all 0.3s ease;
}
.blog-details .meta-bottom .article-tags .tags li a:hover {
	background: #000;
	color:#ffc107;
}
.blog-details .meta-bottom .article-tags .tags {
	padding: 0;
	margin: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}
.blog-details .meta-bottom .article-tags {
	display: flex;
	align-items: center;
}
.blog-details .meta-bottom .article-share span {
	color: #666;
}
.blog-details .meta-bottom .article-share {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.blog-details .meta-bottom .article-share a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #f1f1f1;
	color: #ffc107;
	transition: all 0.3s ease;
}
.blog-details .meta-bottom .article-share a:hover {
	background: #ffc107;
	color: #000;
}
.blog-details .meta-top ul li a {
    color: #222;
}
.widgets-container {
	background-color: var(--surface-color);
	padding: 30px;
	margin: 0px 0 30px 0;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.widget-item {
	margin-bottom: 40px;
}
.widget-title {
	font-size: 20px;
	font-weight: 600;
	padding: 0;
	margin: 0 0 20px 0;
}
.search-widget form {
	background: #fff;
	border: 1px solid #ddd;
	padding: 3px 10px;
	position: relative;
	border-radius: 50px;
	transition: 0.3s;
}
.search-widget form input[type="text"] {
	border: 0;
	padding: 4px 10px;
	border-radius: 4px;
	width: calc(100% - 40px);
}
.search-widget form button {
	background: none;

	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	border: 0;
	font-size: 16px;
	padding: 0 16px;
	transition: 0.3s;
	line-height: 0;
}
.search-widget form button i {
	line-height: 0;
}
.search-widget form button {
	font-size: 16px;
	line-height: 0;
}
.categories-widget ul a {
	color: #222;
	transition: 0.3s;
}
.categories-widget ul a span {
	padding-left: 5px;
	color: #666;
	font-size: 14px;
}
.categories-widget ul li {
	padding-bottom: 10px;
}
.categories-widget ul {
	list-style: none;
}
.categories-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.recent-posts-widget .post-item img {
	width: 80px;
	margin-right: 15px;
}
.recent-posts-widget .post-item h4 a {
	transition: 0.3s;
}
.recent-posts-widget .post-item time {
	display: block;
	font-style: italic;
	font-size: 14px;
	color: #666;
}
.recent-posts-widget .post-item {
	display: flex;
	margin-bottom: 15px;
}
.recent-posts-widget .post-item h4 a {
	color: #222;
	transition: 0.3s;
}
.recent-posts-widget .post-item h4 {
	font-size: 15px;
	font-weight: bold;
}
.tags-widget ul a {
	background-color: rgb(240, 240, 240);
	color: color-mix(in srgb, var(--default-color), transparent 30%);
	border-radius: 50px;
	font-size: 14px;
	padding: 5px 15px;
	margin: 0 6px 8px 0;
	display: inline-block;
	transition: 0.3s;
}
.tags-widget ul li {
	display: inline-block;
}
.tags-widget ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.widget-item:last-child {
	margin-bottom: 0;
}
.tags-widget ul a:hover {
	background: #ffc107;
	color: #000;
}
.product-card a {
	color: #222;
}
.nav-link.active {
	color: #ffc107!important;
}
.nav-link:hover {	
    color: #ffc107!important;
}
.product-details .product-details-tabs .product-specifications .specs-table .specs-row .specs-label {
	width: 40%;
	padding: 0.75rem 0;
	font-weight: 600;
}
.product-details .product-details-tabs .product-specifications .specs-table .specs-row {
	display: flex;
	border-bottom: 1px solid #ddd;
}
.product-details .product-details-tabs .product-specifications .specs-table .specs-row .specs-value {
	width: 60%;
	padding: 0.75rem 0;
	color: #666;
}
.login-register .nav-tabs .nav-item .nav-link.active {
	background-color: #ffc107;
	color: #000!important;
	transform: translateY(-2px);
}
.login-register .nav-tabs .nav-item .nav-link {
	border: none;
	padding: 0.875rem 1.75rem;
	border-radius: 12px;
	font-weight: 600;
	font-size: 1.05rem;
	color: #666;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.login-register .nav-tabs .nav-item .nav-link:hover {
	background-color: #ffc10715;
	color: #ffc107!important;
}
.login-register .login-register-wraper {
	background-color: #fff;
	border-radius: 24px;
	padding: 3rem;
	box-shadow: 0 12px 32px rgba(0, 0, 0, 0.08);
}
.login-register .form-control {
	border-radius: 12px;
	border: 2px solid #ddd;
	padding: 0.875rem 1.25rem;
	font-size: 1rem;
	line-height: 1.5;
	min-height: 3.25rem;
	color: #666;
	background-color: #fff;
	backdrop-filter: blur(8px);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.login-register .forgot-password {
	color: #ffc107;
	font-size: 0.95rem;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}
.login-register .nav-tabs {
	border: none;
	margin-bottom: 2rem;
	gap: 0.75rem;
}
.login-register .forgot-password:hover {
	color: #ffc107;
	text-decoration: none;
}
.login-register .forgot-password {
	color: #ffc107;
	font-size: 0.95rem;
	font-weight: 500;
	position: relative;
	text-decoration: none;
}

 /* Smooth card hover */
      .product-card {
        transition: transform .25s ease, box-shadow .25s ease;
        border-radius: 1rem;
      }
      .product-card:hover {
        transform: translateY(-6px);
        box-shadow: 0 1rem 2rem rgba(0,0,0,.15);
      }

      /* Gradient badge */
      .badge-rating {
        background: linear-gradient(135deg,#ffbf00 0%,#ff8000 100%);
        color:#fff;
        font-weight:600;
      }

      /* Fancy filter sidebar */
      .filter-card {
        border: none;
        border-radius: 1rem;
        box-shadow: 0 .5rem 1rem rgba(0,0,0,.05);
      }
      .filter-card .card-header {
        background: #ffc107;
        color:#000;
        border-top-left-radius: 1rem;
        border-top-right-radius: 1rem;
		padding: 15px 15px;
      }
      /* Range input styling */
      input[type=number]::-webkit-inner-spin-button{
        opacity:1;
      }
      /* Custom checkbox */
      .form-check-input:checked{
        background-color:#000;
        border-color:#000;
      }
      /* Buttons */
      #applyFilter{
        background:#784601;
        border:none;
		color: #fff;
      }
      #applyFilter:hover{
        opacity:.9;
      }

	  .product-thumbs .swiper-slide img {
        border:1px solid #ddd;
       object-fit: cover;
       cursor: pointer;
	   padding: 10px;
}

.product-slider .swiper-button-next:after,
.product-slider .swiper-button-prev:after {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.product-details .product-slider .swiper-button-next, .product-details .product-slider .swiper-button-prev {
	color: #000;
	background-color: #ffbf00;
	width: 40px;
	height: 40px;
	border-radius: 50%;

}
.order-confirmation .confirmation-header .success-icon i {
	font-size: 4rem;
	color: #4BB543;
}
.order-confirmation .confirmation-header h2 {
	font-weight: 600;
	margin-bottom: 1rem;
}
.order-confirmation .confirmation-header .lead {
	max-width: 600px;
	margin: 0 auto;
}
.order-confirmation .confirmation-header .order-number strong {
	color: #222;
	letter-spacing: 0.5px;
}
.order-confirmation .order-details {
	background-color: #fff;
	border-radius: 12px;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.order-confirmation .order-details h4 {
	font-size: 1.25rem;
	font-weight: 600;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ddd;
}
.order-confirmation .order-details address {
	font-style: normal;
	line-height: 1.6;
}
.order-confirmation {
	max-width: 900px;
	margin: 0 auto;
}
.order-confirmation .order-summary {
	background-color:#fff;
	border-radius: 12px;
	padding: 1.5rem;
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}
.order-confirmation .order-summary h4 {
	font-size: 1.25rem;
	font-weight: 600;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #ddd;
}
.order-confirmation .order-summary .order-items .item-row .item-image img {
	border-radius: 8px;
	object-fit: contain;
	width: 80px;
	height: 80px;
	background-color: #fff;
}
.order-confirmation .order-summary .order-items .item-row .item-details {
	flex: 1;
}
.order-confirmation .order-summary .order-items .item-row .item-details h5 {
	font-size: 1.1rem;
	margin-bottom: 0.25rem;
}
.order-confirmation .order-summary .order-items .item-row .item-details p {
	font-size: 0.9rem;
	margin-bottom: 0.75rem;
}
.order-confirmation .order-summary .order-items .item-row .item-details .quantity-price {
	font-size: 0.95rem;
}
.order-confirmation .order-summary .order-items .item-row .item-details .quantity-price .price {
	font-weight: 600;
}
.order-confirmation .order-summary .order-items .item-row .item-details .quantity-price {
	font-size: 0.95rem;
}
.order-confirmation .order-summary .order-items .item-row {
	padding: 1.25rem 0;
	border-bottom: 1px solid #ddd;
}
.order-confirmation .order-summary .order-items .item-row .item-image {
	flex: 0 0 80px;
	margin-right: 1rem;
}
.order-confirmation .order-summary .order-items .item-row:last-child {
	border-bottom: none;
}
.order-confirmation .order-summary .order-totals {
	border-top: 1px solid #ddd;
	padding-top: 1rem;
	font-size: 0.95rem;
}
.order-confirmation .order-summary .order-totals {
	font-size: 0.95rem;
}
.order-confirmation .order-summary .order-totals .total-row {
	font-size: 1.1rem;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 2px solid #666;
}
.order-confirmation .order-summary .order-totals .total-row {
	font-size: 1.1rem;
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 2px solid #ddd;
}
.order-confirmation .next-steps h4 {
	font-size: 1.25rem;
	font-weight: 600;
	margin-bottom: 1rem;
}
.order-confirmation .next-steps p {
	margin-bottom: 1.5rem;
}	
.order-confirmation .next-steps .tracking-info {
	display: flex;
	align-items: center;
	justify-content: center;
	color: color-mix(in srgb, #ddd);
	font-size: 0.95rem;
	margin-bottom: 1.5rem;
}
.order-confirmation .next-steps .action-buttons .btn {
	padding: 0.65rem 1.5rem;
	font-weight: 500;
	display: inline-flex;
	align-items: center;
	transition: all 0.3s ease;
}
.order-confirmation .next-steps .action-buttons .btn.btn-outline-primary {
	color: #000;
	border-color: #000;
}
.order-confirmation .next-steps .action-buttons .btn.btn-outline-primary {
	color: #000;
}
.help-contact  a {
	color:#ffc107
}
.order-confirmation .next-steps .action-buttons .btn.btn-outline-primary:hover {
	background-color: rgba(34, 34, 34, 0.034)107!important;
	color:#ffc107;
	transform: translateY(-2px);
}
 .profile-menu {
	background-color: #fff;
	border-radius: 24px;
	padding: 24px;
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
 .content-area {
	background-color:#fff;
	border-radius: 24px;
	padding: 24px;
	height: 100%;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.04);
}
 .content-area .section-header h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 600;
}
 .profile-menu .user-info .user-avatar img {
	width: 100%;
	height: 100%;
	border-radius: 50%;
	object-fit: cover;
	border: 4px solid #fff;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
 .profile-menu .user-info h4 {
	margin: 0 0 8px;
	font-size: 18px;
	font-weight: 600;
}
 .profile-menu .menu-nav .nav-link span {
	flex: 1;
}

 .profile-menu .menu-nav .nav-link.active {
	color: #fff;
	font-weight: 500;
}

 .profile-menu .menu-nav .nav-link .badge {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	flex: 0;
}
 .profile-menu .menu-nav .nav-link.active .badge {
	background-color: #fff;
	color: #ffbf00;
}
 .profile-menu .menu-nav .nav-link i {
	font-size: 20px;
	margin-right: 12px;
	color: #666;
	transition: all 0.3s ease;
}

 .profile-menu .menu-nav .nav-link:hover {
	background-color: #ffc1071f;
	color: #000!important;
}
 .profile-menu .menu-nav .nav-link {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border-radius: 12px;
	color:#666;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}
 .content-area .section-header .header-actions .search-box input {
	width: 240px;
	height: 44px;
	padding: 0 16px 0 44px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	font-size: 14px;
	transition: all 0.3s ease;
}
 .content-area .section-header .header-actions .search-box i {
	position: absolute;
	left: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	font-size: 16px;
}
 .content-area .section-header .header-actions .search-box {
	position: relative;
}
 .content-area .section-header .header-actions {
	display: flex;
	gap: 12px;
	flex-wrap: wrap;
}
 .content-area .section-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
	flex-wrap: wrap;
	gap: 16px;
}
 .content-area .section-header .header-actions .filter-btn i {
	font-size: 16px;
}
 .content-area .section-header .header-actions .filter-btn {
	font-size: 14px;
	color:#666;
}
 .content-area .section-header .header-actions .filter-btn {
	font-size: 14px;
	color: #666;
}
 .content-area .section-header .header-actions .filter-btn {
	height: 44px;
	padding: 0 20px;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 14px;
	color: #666;
	transition: all 0.3s ease;
}
 .content-area .section-header .header-actions .filter-btn:hover {
	background-color: #ffbf00;
	color: #222;
}
 .profile-menu .user-info .user-avatar {
	position: relative;
	width: 96px;
	height: 96px;
	margin: 0 auto 16px;
}

 .profile-menu .user-info {
	text-align: center;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

 .profile-menu .menu-nav .nav-link.active {
	background-color: #ffbf00;
	color: #222!important;
	font-weight: 500;
}
 .profile-menu .menu-nav .nav-link .badge {
	font-size: 14px;
	font-weight: 600;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left: auto;
	flex: 0;
}
 .profile-menu .menu-nav .nav-link .badge {
	background-color: #ffbf00;
	color: #222!important;
}
 .content-area .section-header h2 {
	margin: 0;
	font-size: 24px;
	font-weight: 500;
}
 .content-area .section-header .header-actions .search-box input:focus {
	outline: none;
	border-color: #ffbf00;
	box-shadow: 0 0 0 4px #ddd;
}
 .content-area .orders-grid .order-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 20px;
	transition: all 0.3s ease;
}
 .content-area .orders-grid .order-card:hover {
	border-color: #ffbf00;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
 .content-area .orders-grid .order-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 20px;
	transition: all 0.3s ease;
}
 .content-area .orders-grid .order-card .order-header .order-id .label {
	font-size: 13px;
	color: #666;
	margin-right: 6px;
}
 .content-area .orders-grid .order-card .order-header .order-id .value {
	font-weight: 500;
}
 .content-area .orders-grid .order-card .order-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 16px;
	border-bottom: 1px dashed rgba(0, 0, 0, 0.08);
}
 .content-area .orders-grid .order-card .order-content {
	margin-bottom: 20px;
}
 .content-area .orders-grid .order-card .order-content .product-grid {
	display: flex;
	gap: 12px;
	margin-bottom: 16px;
	overflow-x: auto;
	padding-bottom: 4px;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
 .content-area .orders-grid .order-card .order-content .product-grid img {
	width: 64px;
	height: 64px;
	border-radius: 8px;
	object-fit: cover;
	border: 1px solid #ddd;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	margin-bottom: 8px;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row .status.processing {
	background-color: #fff7ed;
	color: #f97316;
}

 .content-area .orders-grid .order-card .order-content .order-info .info-row .status {
	padding: 4px 12px;
	border-radius: 20px;
	font-weight: 500;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row span:first-child {
	color:#666;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row {
	font-size: 14px;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row .price {
	font-weight: 600;
	color: #666;
}
 .content-area .orders-grid .order-card .order-footer button {
	flex: 1;
	height: 40px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}

 .content-area .orders-grid .order-card .order-footer button.btn-details {
	background-color: #ffc10713;
	color: #000;
	border: none;
}
 .content-area .orders-grid .order-card .order-footer {
	display: flex;
	gap: 12px;
}
 .content-area .orders-grid .order-card .order-footer button {
	flex: 1;
	height: 40px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}
 .content-area .orders-grid .order-card .order-footer button.btn-track {
	background-color: #ffc107;
	color:#222;
	border: none;
}
 .content-area .orders-grid .order-card .order-footer button.btn-track:hover {
	background-color: #dba401;
}
 .content-area .orders-grid {
	display: grid;
	gap: 20px;
	margin-bottom: 32px;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row .status.shipped {
	background-color: #ecfeff;
	color: #06b6d4;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row .status.cancelled {
	background-color: #fef2f2;
	color: #ef4444;
}
 .content-area .orders-grid .order-card .order-footer button.btn-reorder {
	background-color: #fef2f2;
	color: #ef4444;
	border: none;
}
 .content-area .orders-grid .order-card .order-content .order-info .info-row .status.delivered {
	background-color: #f0fdf4;
	color: #22c55e;
}
 .content-area .orders-grid .order-card .order-footer button.btn-review {
	background-color: #f0fdf4;
	color: #22c55e;
	border: none;
}
 .content-area .pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
 .content-area .pagination-wrapper button:disabled {
	color:#666;
	cursor: not-allowed;
}
 .content-area .pagination-wrapper button {
	min-width: 40px;
	height: 40px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	font-weight: 500;
	border: none;
	transition: all 0.3s ease;
	background-color: transparent;
	color: #666;
}
 .content-area .pagination-wrapper button.active {
	background-color: #ffc107;
	color:#222;
}
 .content-area .pagination-wrapper button:hover:not(:disabled) {
	background-color: #ffbf001b;
	color:#222;
}
 .content-area .pagination-wrapper .page-numbers {
	display: flex;
	align-items: center;
	gap: 8px;
}
 .profile-menu .menu-footer {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
 .profile-menu .menu-footer a {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	color: #666;
	border-radius: 12px;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}
 .profile-menu .menu-footer a.logout-link {
	color: #ef4444;
}
 .profile-menu .menu-footer a {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	color: #666;
	border-radius: 12px;
	margin-bottom: 4px;
	transition: all 0.3s ease;
}
 .profile-menu .menu-footer {
	margin-top: 32px;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, 0.06);
}
 .profile-menu .menu-footer a i {
	font-size: 20px;
	margin-right: 12px;
	color: #666;
	transition: all 0.3s ease;
}
 .profile-menu .menu-footer a:hover {
	background-color: #ffbf001b;
	color:#222;
}
 .profile-menu .menu-footer a.logout-link:hover {
	background-color: rgba(239, 68, 68, 0.08);
}
 .profile-menu .menu-footer a.logout-link {
	color: #ef4444;
}
 .wishlist-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 24px;
	margin-bottom: 32px;
}

 .wishlist-grid .wishlist-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
}
 .wishlist-grid .wishlist-card .wishlist-image {
	position: relative;
	height: 280px;
	overflow: hidden;
}
 .wishlist-grid .wishlist-card .wishlist-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.5s ease;
}

 .wishlist-grid .wishlist-card .wishlist-image .btn-remove {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.9);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #ef4444;
	opacity: 0;
	transform: translateY(-10px);
	transition: all 0.3s ease;
	z-index: 1;
}
 .wishlist-grid .wishlist-card:hover .wishlist-image .btn-remove {
	opacity: 1;
	transform: translateY(0);
}
 .wishlist-grid .wishlist-card .wishlist-image .btn-remove:hover {
	background-color: #ef4444;
	color: #ffffff;
}
 .wishlist-grid .wishlist-card .wishlist-image .sale-badge {
	background-color: #fef2f2;
	color: #ef4444;
}
 .wishlist-grid .wishlist-card .wishlist-image .sale-badge,  .wishlist-grid .wishlist-card .wishlist-image .out-of-stock-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
}
 .wishlist-grid .wishlist-card .wishlist-content {
	padding: 20px;
}
 .wishlist-grid .wishlist-card .wishlist-content h4 {
	margin: 0 0 12px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
 .wishlist-grid .wishlist-card .wishlist-content .product-meta .price .current {
	font-size: 18px;
	font-weight: 500;
	color: #222;
}

 .wishlist-grid .wishlist-card .wishlist-content .product-meta .price .original {
	font-size: 14px;
	color: #ccc;
	text-decoration: line-through;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart,  .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
	width: 100%;
	height: 40px;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart {
	background-color: #ffbf00;
	color: #000;
	border: none;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-add-cart:hover {
	background-color: #e2aa01;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
	background-color: #f3f4f6;
	color: #6b7280;
	border: none;
}

 .wishlist-grid .wishlist-card:hover .wishlist-image img {
	transform: scale(1.05);
}
 .wishlist-grid .wishlist-card .wishlist-image .out-of-stock-badge {
	background-color: #f3f4f6;
	color: #6b7280;
}
 .wishlist-grid .wishlist-card .wishlist-image .sale-badge,  .wishlist-grid .wishlist-card .wishlist-image .out-of-stock-badge {
	position: absolute;
	top: 12px;
	left: 12px;
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
}
 .wishlist-grid .wishlist-card .wishlist-content .product-meta {
	margin-bottom: 16px;
}
 .wishlist-grid .wishlist-card .wishlist-content .product-meta .price .original {
	font-size: 14px;
	color: #666;
	text-decoration: line-through;
}
 .content-area .orders-grid .order-card .order-header .order-date {
	font-size: 13px;
	color: #666;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
	background-color: #f3f4f6;
	color: #6b7280;
	border: none;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-notify:hover {
	background-color: #e5e7eb;
}
 .wishlist-grid .wishlist-card .wishlist-content {
	padding: 20px;
}
 .wishlist-grid .wishlist-card .wishlist-content .btn-notify {
	background-color: #f3f4f6;
	color: #6b7280;
	border: none;
}
 .wishlist-grid .wishlist-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	overflow: hidden;
	transition: all 0.3s ease;
}
 .payment-cards-grid .payment-card {
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 16px;
	padding: 20px;
	transition: all 0.3s ease;
}

 .payment-cards-grid {
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
}
 .payment-cards-grid .payment-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 20px;
	transition: all 0.3s ease;
}
 .payment-cards-grid .payment-card .card-header .card-badges .default-badge {
	background-color: #ffc107;
	color: #222;
}
 .payment-cards-grid .payment-card .card-header .card-badges .card-type {
	background-color: #f3f4f6;
	color: #6b7280;
}
 .payment-cards-grid .payment-card .card-header .card-badges span {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
}
 .payment-cards-grid .payment-card .card-body .card-number {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

 .payment-cards-grid .payment-card .card-body .card-info {
	font-size: 13px;
	color: #666;
}
 .payment-cards-grid .payment-card .card-actions button.btn-edit {
	background-color: #f3f4f6;
	color: #6b7280;
	border: none;
}
 .payment-cards-grid .payment-card .card-actions button {
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
}
 .payment-cards-grid .payment-card .card-actions button i {
	font-size: 14px;
} 
 .payment-cards-grid .payment-card .card-actions button.btn-edit {
	color: #6b7280;
}
 .payment-cards-grid .payment-card .card-actions button {
	font-size: 13px;
	font-weight: 500;
}
 .payment-cards-grid .payment-card .card-header i {
	font-size: 24px;
	color: #666;
}
 .payment-cards-grid .payment-card .card-actions button.btn-make-default {
	background-color: #ffc107;
	color: #000;
	border: none;
}
 .payment-cards-grid .payment-card.default {
	border-color: #ffbf00;
	width: 50%;
}
 .payment-cards-grid .payment-card {
	width: 50%;

}
 .payment-cards-grid .payment-card .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
 .payment-cards-grid .payment-card .card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
 .payment-cards-grid .payment-card .card-body {
	margin-bottom: 16px;
}
 .payment-cards-grid .payment-card .card-actions button.btn-remove {
	background-color: #fef2f2;
	color: #ef4444;
	border: none;
}
 .addresses-grid .address-card .card-body .address-text {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
}
 .addresses-grid .address-card .card-body .contact-info div {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #666;
	margin-bottom: 4px;
}

 .addresses-grid .address-card.default {
	border-color: #dba401;
}

 .addresses-grid {
	display: flex;
	gap: 24px;
	margin-bottom: 32px;
	width: 100%;
}
 .settings-content .settings-section {
	background-color: var(--surface-color);
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 24px;
}
 .settings-content .settings-section {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 24px;
}
 .settings-content .settings-section h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}
 .settings-content .settings-form .form-label {
	font-size: 14px;
	font-weight: 500;
	margin-bottom: 8px;
}
 .settings-content .settings-form .form-control {
	height: 44px;
	padding: 0 16px;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 10px;
	font-size: 14px;
	transition: all 0.3s ease;
}
 .settings-content .settings-form .form-buttons .btn-save {
	height: 40px;
	padding: 0 24px;
	background-color: #ffbf00;
	color: #000;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}
 .settings-content .settings-form .form-buttons {
	display: flex;
	justify-content: flex-end;
	margin-top: 24px;
}
 .settings-content .settings-form .form-buttons .btn-save:hover {
	background-color: #dda600;
}
 .settings-content .settings-section {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 24px;
}
 .settings-content .settings-section h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}
 .settings-content .preferences-list .preference-item .preference-info h4 {
	margin: 0 0 4px;
	font-size: 16px;
	font-weight: 500;
}
 .settings-content .preferences-list .preference-item .preference-info p {
	margin: 0;
	font-size: 14px;
	color: #666;
}
 .settings-content .preferences-list .preference-item .form-check {
	margin: 0;
	min-height: auto;
}
.form-switch {
	padding-left: 2.5em;
}
 .settings-content .preferences-list .preference-item .form-check .form-check-input:checked {
	background-color: #ffbf00;
	border-color: #ffbf00;
}
 .settings-content .preferences-list .preference-item:first-child {
	padding-top: 0;
}
 .settings-content .preferences-list .preference-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
 .settings-content .preferences-list .preference-item .form-check .form-check-input {
	width: 3rem;
	height: 1.5rem;
	margin: 0;
}
 .settings-content .preferences-list .preference-item:last-child {
	padding-bottom: 0;
	border-bottom: none;
}
 .settings-content .preferences-list .preference-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding: 16px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
 .settings-content .settings-section {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 24px;
	margin-bottom: 24px;
}
 .settings-content .settings-section.danger-zone h3 {
	color: #ef4444;
}
 .settings-content .settings-section h3 {
	margin: 0 0 20px;
	font-size: 18px;
	font-weight: 600;
}
 .settings-content .settings-section.danger-zone .danger-zone-content .btn-danger {
	height: 40px;
	padding: 0 20px;
	background-color: #ef4444;
	color: #ffffff;
	border: none;
	border-radius: 10px;
	font-size: 14px;
	font-weight: 500;
	transition: all 0.3s ease;
}
 .settings-content .settings-section.danger-zone .danger-zone-content .btn-danger:hover {
	background-color: #dc2626;
}
 .settings-content .settings-section.danger-zone {
	border-color: #fee2e2;
}
 .addresses-grid .address-card.default {
	border-color:#ffbf00;
}
.form-switch .form-check-input {
	width: 2em;
	margin-left: -2.5em;
	background-position: left center;
	border-radius: 2em;
	transition: background-position .15s ease-in-out;
}
 .addresses-grid .address-card .card-header .default-badge {
	padding: 4px 12px;
	border-radius: 20px;
	font-size: 13px;
	font-weight: 500;
	background-color: #ffc107;
	color:#000;
}
 .addresses-grid .address-card {
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 16px;
	padding: 20px;
	transition: all 0.3s ease;
	width: 100%;
}
 .addresses-grid .address-card:hover {
	border-color: #ffbf00;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
 .addresses-grid .address-card .card-body .address-text {
	margin: 0 0 12px;
	font-size: 14px;
	line-height: 1.6;
}
 .addresses-grid .address-card .card-body .contact-info div {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 13px;
	color: #666;
	margin-bottom: 4px;
}
 .addresses-grid .address-card .card-actions button.btn-edit {
	background-color: #f3f4f6;
	color: #6b7280;
	border: none;
}
 .addresses-grid .address-card .card-actions button {
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
}
 .addresses-grid .address-card .card-actions button.btn-remove {
	background-color: #fef2f2;
	color: #ef4444;
	border: none;
}
 .addresses-grid .address-card .card-actions button {
	height: 36px;
	padding: 0 16px;
	border-radius: 8px;
	font-size: 13px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	transition: all 0.3s ease;
}
 .addresses-grid .address-card .card-actions button i {
	font-size: 14px;
}
 .addresses-grid .address-card .card-actions button {
	font-size: 13px;
	font-weight: 500;
}
 .addresses-grid .address-card .card-actions button.btn-remove {
	color: #ef4444;
}
 .addresses-grid .address-card .card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
 .addresses-grid .address-card .card-actions button.btn-make-default {
	background-color: #ffc107;
	color: #000;
	border: none;
}
 .addresses-grid .address-card .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}
 .addresses-grid .address-card .card-body {
	margin-bottom: 16px;
}
.btn-add-new, .btn-add-all {
height: 46px;
  padding: 0 26px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.3s ease;
  background-color: #ffc107;
  color: #000;
  border: none;
}
.blog-comment-form form {
	padding: 2rem;
	background-color: var(--surface-color);
	border-radius: 12px;
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.blog-comment-form .form-header h3 {
	color: #222;
	font-size: 1.75rem;
	margin-bottom: 0.5rem;
}
.blog-comment-form .form-header {
	text-align: center;
	margin-bottom: 2rem;
}
.blog-comment-form .form-header p {
	color: #666;
	font-size: 0.9375rem;
}
.blog-comment-form .input-group input, .blog-comment-form .input-group textarea {
	width: 100%;
	padding: 0.875rem 1rem;
	border: 2px solid #ddd;
	border-radius: 8px;
	background-color: #fff;
	color: #666;
	font-size: 0.9375rem;
	transition: all 0.2s ease;
}
.blog-comment-form button[type="submit"] {
	background: #ffbf00;
	color:#000;
	padding: 0.875rem 2.5rem;
	border: none;
	border-radius: 8px;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.3s ease;
}
.blog-comments .comments-header .title {
	color: #222;
	font-size: 32px;
	font-weight: 700;
	margin: 0;
}
.blog-comments .comments-header .comments-stats {
	background: #ddd;
	padding: 8px 20px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	gap: 8px;
}
.blog-comments .comments-header .comments-stats .count {
	font-size: 18px;
	font-weight: 700;
}
.blog-comments .comments-header .comments-stats .label {
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.blog-comments .comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 40px;
	padding-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.blog-comments .avatar-wrapper img {
	width: 70px;
	height: 70px;
}

.blog-comments .avatar-wrapper img {
	width: 50px;
	height: 50px;
	border-radius: 15px;
	object-fit: cover;
	border: 3px solid var(--surface-color);
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
	transition: transform 0.3s ease;
}
.blog-comments .avatar-wrapper .status-indicator {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #4CAF50;
	border: 2px solid #dedd;
	z-index: 1;
}
.blog-comments .comment-content {
	flex: 1;
	background-color: #fff;
	border-radius: 20px;
	padding: 25px;
	box-shadow: 0 3px 15px rgba(0, 0, 0, 0.03);
	transition: all 0.3s ease;
}
.blog-comments .comment-header .user-info h4 {
	font-size: 18px;
	font-weight: 600;
	margin: 0 0 5px;
}
.blog-comments .comment-header .user-info .time-badge {
	display: flex;
	align-items: center;
	gap: 5px;
	font-size: 14px;
	color: #666;
}
.blog-comments .comment-header .engagement .likes {
	display: flex;
	align-items: center;
	gap: 5px;
	padding: 6px 12px;
	background-color: #ffbf00;
	border-radius: 20px;
	color: #000;
	font-size: 14px;
	font-weight: 500;
}
.blog-comments .comment-actions .action-btn i {
	font-size: 15px;
	transition: all 0.3s ease;
}
.blog-comments .comment-actions .action-btn {
	color: #666;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
}
.blog-comments {
	padding-top: 60px;
}
.blog-comments .comment-actions .action-btn {
	background: none;
	border: none;
	padding: 8px 15px;
	border-radius: 20px;
	color: #666;
	font-size: 14px;
	font-weight: 500;
	display: flex;
	align-items: center;
	gap: 6px;
	cursor: pointer;
	transition: all 0.3s ease;
}
.blog-comments .comment-actions {
	display: flex;
	gap: 15px;
}
.blog-comments .comment-thread {
	position: relative;
}
.blog-comments .comment-box {
	position: relative;
	transition: all 0.3s ease;
}
.blog-comments .avatar-wrapper {
	position: relative;
	flex-shrink: 0;
}
.blog-comments .avatar-wrapper .status-indicator {
	position: absolute;
	bottom: -2px;
	right: -2px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #4CAF50;
	border: 2px solid #ddd;
	z-index: 1;
}
.blog-comments .comment-thread:not(:last-child)::after {
	left: 35px;
}
.blog-comments .comment-thread:not(:last-child)::after {
	content: "";
	position: absolute;
	left: 25px;
	top: 80px;
	bottom: 0;
	width: 2px;
	background: #ddd;
	z-index: 0;
}
.blog-comments .replies-container {
	margin-top: 25px;
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.blog-comments .comment-header {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}
.blog-comments .comment-wrapper {
	display: flex;
	gap: 20px;
	position: relative;
}
.blog-comments .comment-box.reply {
	margin-left: 50px;
	margin-bottom: 45px;
}
.blog-comments .comment-actions .action-btn:hover {
	color: #000;
	background-color:#ffc1070f;
}
.blog-comment-form {
	max-width: 900px;
	margin: 30px auto 0 auto;
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper .card-icons {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	gap: 8px;
}
.checkout .checkout-section .section-content .form-group .card-number-wrapper {
	position: relative;
}
.checkout .checkout-section .section-content .form-group .cvv-wrapper {
	position: relative;
}
.checkout .checkout-section .section-content .form-group .cvv-wrapper .cvv-hint {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	color: #666;
	cursor: pointer;
	transition: color 0.2s ease;
}
 .search-form .input-group .btn i {
	font-size: 16px;
}
 .search-form .input-group .btn {
	background-color: #ffc107;
	color:#000;
	padding: 0 25px;
	border: none;
	transition: all 0.3s ease;
	border-radius: 50px !important;
	margin: 3px;
}
.search-form .input-group .form-control {
	border: none;
	padding: 12px 15px;
	font-size: 14px;
	background-color: transparent;
	color:#222;
}
 .search-form .input-group {
	border: 1px solid #ddd;
	border-radius: 50px;
	overflow: hidden;
	overflow: visible;
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
	transition: all 0.3s ease;
}
.modal-backdrop {
	z-index: 99999;
}
.modal {
z-index: 999999;
}




@media screen and (max-width: 1199px) {   

.inner-banner-title h1 {
	color: #fff;
	font-size: 33px;
	font-weight: 600;
	line-height: 40px;
	margin: 0 0 10px;
	text-transform: uppercase;
}
}

@media (max-width: 767px){

	.blog-details .title {
    font-size: 25px;
    line-height: 1.3;
    margin: 1rem 0 1.5rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 16px;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: nowrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 16px;
    font-weight: 400;
    justify-content: center;
}
.inner-banner-title h1 {
    color: #fff;
    font-size: 25px !important;
}

}