body {
	margin: 0px;
	padding: 0px;
}

.roboto-<uniquifier> {
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
	font-variation-settings:
		"wdth" 100;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	margin-top: 0;
	margin-bottom: .5rem;
	font-weight: 500;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

#loginbg {
	background: url(../images/bg.svg) no-repeat center center;
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: cover;
}

.login-card h5 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 700;
}

.login-card {
	background: #fff;
	border-radius: 15px;
	padding: 2rem;
	max-width: 450px;
	width: 100%;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
	margin: 0 auto;
}

.login-logo {
	display: block;
	margin: 0 auto 50px;
	text-align: center;
}

.form-label {
	margin-bottom: .5rem;
	text-align: left;
	width: 100%;
}

.form-control {
	height: 56px;
}

button.btn.btn-outline-secondary.eyebtn {
	border-left: none;
	border-color: #dee2e6;
}

button.btn.btn-outline-secondary.eyebtn:hover {
	border-left: none;
	background: transparent;
}

ul.dropdown-menu.show li {
	padding: 5px 20px;
}

button.btn.btn-dark.cstmlogin {
	background: #000;
	height: 52px;
	margin: 21px 0 0 0;
}

input.form-control.passwordcstm {
	border-right: none;
}

span.text-muted {
	color: #98A2B3 !important;
	font-size: 16px;
}

.extra-links a {
	color: #000 !important;
}

.login-logo img {
	width: 100%;
	max-width: 290px;
}

.form-control:focus {
	border-color: #000;
	box-shadow: none;
}

.btn-dark {
	width: 100%;
	border-radius: 8px;
}

.extra-links {
	text-align: center;
	margin-top: 10px;
}

.extra-links a {
	text-decoration: none;
}

/* ===============sign up=============== */
.left-panel {
	flex: 1;
	background: url(../images/bgsignup.svg) no-repeat center center;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	text-align: left;
	height: 100vh;
	padding: 40px;
	background-size: cover;
	padding: 30px !important;
}

.bnrconts {
	background: #00000096;
	height: 100%;
	display: flex;
	flex-direction: column;
	width: 100%;
	justify-content: center;
	padding: 40px;
}

.left-panel h2 {
	font-weight: 700;
	font-size: 2.2rem;
}

.bnrconts span {
	font-size: 32px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.w-75.formwidth h5 {
	font-family: "Roboto", sans-serif;
	font-size: 28px;
	font-weight: 600;
	text-align: left;
}

.formwidth {
	text-align: left;
	max-width: 500px;

}

.bnrconts h2 {
	font-size: 64px;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
}

.right-panel {
	flex: 1;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #fff;
	padding: 40px;
}

.login-card {
	width: 100%;
	max-width: 500px;
}

.form-control {
	border-radius: 6px;
}

.btn-dark {
	border-radius: 6px;
	width: 100%;
}

.eyebtn img {
	width: 20px;
	height: 20px;
}

.extra-links {
	font-size: 0.9rem;
}

/* ===============Home=============== */
.top-strip.text-center span {
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 300;
}

.top-strip {
	background: #000;
	color: #fff;
	font-size: 14px;
	padding: 6px 0;
	position: relative;
}

.top-strip .btn-close {
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
}
.rowgridview {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
.widthnew{
	width: 100%;
}
.navbar {
	background: #fff;
	padding: 0.7rem 1rem;
	border-bottom: 1px solid #f0f0f0;
}

.navbar-brand img {
	max-height: 100%;
	width: 151px;
}

.search-bar {
	flex: 1;
	max-width: 55%;
	margin: 0 auto;
	background: #F0F0F0;
	display: flex;
	padding: 7px 16px;
	border-radius: 50px;
}

ul.logincart {
	margin: 0px !important;
}

form.search-bar input {
	border: none;
	height: auto;
	background: transparent !important;
}

.navbar-icons .nav-link {
	color: #000;
	font-size: 1.2rem;
	margin-left: 15px;
}

ul.menucstm {
	margin: 0px !important;
	display: flex;
	gap: 25px;
}

ul.menucstm li a {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: normal;
	color: #000;
	padding: 0px !important;
}

.hero-text h1 {
	font-weight: 900;
	font-family: "Roboto", sans-serif;
	font-size: 64px;
	line-height: 1.2;
}

.hero-text p {
	color: #00000075;
	font-family: "Roboto", sans-serif;
	margin: 20px 0 30px;
	font-size: 16px;
	width: 35vw;
}

.hero-btn {
	background: #000;
	color: #fff;
	padding: 10px 38px 11px;
	border-radius: 25px;
	font-weight: 500;
	transition: 0.3s;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	border: 1px solid transparent;
}

.hero-btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.stats {
	margin-top: 40px;
}

.stats h3 {
	font-family: "Roboto", sans-serif;
	margin: 0px;
	font-size: 40px;
	color: #000;
	font-weight: 500;
}

.stats p {
	color: #0000006e;
	font-size: 16px;
	font-family: "Roboto", sans-serif;
	margin: 0px;
	font-weight: 400;
}

.hero-img img {
	max-width: 100%;
}

.cstmnumbrs.bdright {
	position: relative;
}

.cstmnumbrs.bdright:after {
	content: "";
	background: #00000026;
	width: 1px;
	height: 69px;
	position: absolute;
	right: 15px;
	top: 0px;
}

#logobg {
	background: #000;
	padding: 36px 0;
}

section#newarrival h2 {
	font-family: "Roboto", sans-serif;
	font-size: 56px;
	font-weight: 800;
}

section#newarrival {
	margin: 70px 0 20px 0;
}

.brandlogo {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
	align-items: center;
	justify-items: center;
	margin: 0 auto;
}

.brandlogo img {
	width: 139px;
}

.product-card {
	display: flex;
	flex-direction: column;
	align-items: self-start;
	gap: 20px;

}

.cardimgbg {
	border-radius: 15px;
	padding: 20px;
	background: #F0EEED;
	text-align: center;
	transition: all 0.3s ease-in-out;
	width: 100%;
}

.product-card img {
	max-width: 100%;
	height: 220px;
	object-fit: contain;
	margin-bottom: 15px;
}

.product-title {
	font-size: 20px;
	margin-bottom: 0;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}

.ordrdatasidebr .price {
	font-size: 24px;
	font-weight: normal;
	color: #000;
	font-family: "Roboto", sans-serif;
}

.ordrdatasidebr .old-price {
	text-decoration: line-through;
	color: gray;
	margin-left: 5px;
	font-size: 24px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
}

.ordrdatasidebr .discount {
	color: red;
	font-size: 14px;
	font-family: "Roboto", sans-serif;
	padding: 7px 0px;
	border-radius: 50px;
}

.stars {
	color: #ffc107;
	font-size: 14px;
}

.rating-text {
	font-size: 14px;
	margin-left: 5px;
	color: #555;
	font-family: "Roboto", sans-serif;
}

button.btn.btn-dark.view-btn.cstmviewbtn {
	width: auto;
	background: transparent;
	color: #000;
	padding: 10px 50px;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
	border-radius: 50px;
	border-color: #0000002b;
}

.cardimgbg {
	position: relative;
	overflow: hidden;
}

.cardimgbg {
	position: relative;
}

.add-cart-btn {
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: all 0.3s ease-in-out;
	width: 50%;
	background: #000;
	border-radius: 50px;
	padding: 8px 30px 11px;
}

.product-card:hover .add-cart-btn {
	bottom: 20px;
	opacity: 1;
}

.divider {
	margin: 40px 0 0;
	border-top: 1px solid #0000002b;
}

section#browsecstm {
	margin: 80px 0 0 0;
}

.browse-section {
	background: #f5f5f5;
	border-radius: 20px;
	padding: 50px 70px;
}

.browse-section h2 {
	font-size: 48px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
}

.browse-card {
	background: url(../images/smallbg.png) no-repeat center center;
	background-color: #fff;
	background-size: contain;
	border-radius: 15px;
	padding: 0px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 220px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	padding-left: 20px;
}

.browse-bigcards {
	background: url(../images/largebg.png) no-repeat center center;
	background-size: cover;
	background-color: #fff;
	border-radius: 15px;
	padding: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 220px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
}

.smallimgs {
	margin: 0 -60px -70px 0px;
}

.shop-btn {
	background: black;
	color: #fff;
	border-radius: 30px;
	padding: 8px 20px;
	font-size: 15px;
	border: none;
	transition: 0.3s;
	font-weight: 600;
	padding: 12px 26px 12px;
	border: 1px solid transparent;
}

.shop-btn:hover {
	background: #fff;
	color: #000;
	border: 1px solid #000;
}

.browse-title {
	font-weight: bold;
	font-size: 36px;
	text-align: left;
	line-height: 34px;
}

.largeimg img {
	width: 350px;
	margin: 0 -30px -30px 0px;
}

.largeimgs img {
	width: 330px;
	margin: 0 10px -50px 0px;
}

.smallimg {
	margin: 0 0px -20px 0px;
}

.smallimg img {
	width: 170px;
}

.browsecontents {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	gap: 51px;
}

.banrbg {
	position: relative;
}

.promotionconts p {
	color: #fff;
	white-space: nowrap;
	font-size: 12px;
	transform: rotate(-90deg);
	margin: 0 0 0 8pc;
}

section#promotionbnrs {
	margin: 80px 0 0 0;
}

.hdingpromotion {
	width: 13pc;
	position: absolute;
}

.promotionconts {
	position: absolute;
	top: 0;
	display: flex;

	align-items: center;
	height: 100%;
	padding: 0 40px;
	width: 100%;
}

.hdingpromotion h4 {
	font-family: "Roboto", sans-serif;
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-transform: uppercase;
}

.hdingpromotion h1 {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}


.testimonial-card {
	background: #fff;
	border-radius: 15px;
	padding: 25px;
	text-align: left;
	border: 1px solid #cfcfcf;
}

section.py-5.position-relative {
	margin: 60px 0 0 0;
}

.testimonial-card .stars {
	color: #ffc107;
	font-size: 25px;
}

.testimonial-card h6 {
	font-size: 20px;
	font-weight: 500;
	font-family: "Roboto", sans-serif;
}

.testimonial-card p {
	font-family: "Roboto", sans-serif;
	color: #0000005c;
	font-size: 16px !important;
	font-weight: 400 !important;
}

.custom-nav {
	position: absolute;
	top: -20px;
	right: 9.6pc;
	z-index: 10;

}

.nav-btn {
	background: transparent;
	color: #fff;
	border: none;
	padding: 8px 4px;
	margin-left: 0;
	border-radius: 50%;
	cursor: pointer;
}

.mySwiper .swiper-slide {
	max-width: 390px;
	margin: 0 19px 0 0;
}


.swiper-fade-left,
.swiper-fade-right {
	position: absolute;
	top: 0;
	width: 80px;
	height: 100%;
	z-index: 5;
	pointer-events: none;
}

.swiper-fade-left {
	left: 0;
	background: linear-gradient(to right, #fff, transparent);
}

.swiper-fade-right {
	right: 0;
	background: linear-gradient(to left, #fff, transparent);
}

.newsletter-box {
	background: #000;
	color: #fff;
	padding: 30px 80px;
	border-radius: 20px;
	margin-bottom: -5pc;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

section#footer {
	margin: 70px 0 0 0;
}

.newsletter-box h4 {
	font-size: 40px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.newsletter-box input {
	border-radius: 25px;
	padding: 10px 20px;
}

.newsletter-box button {
	border-radius: 25px;
	padding: 10px 25px;
}

.footer {
	background: #f8f9fa;
	padding: 11pc 0 50px;
}

.footer-logo {
	font-size: 22px;
	font-weight: bold;
}

.footer .social-icons a {
	margin-right: 10px;
	color: #000;
}

.footer-bottom {
	border-top: 1px solid #ddd;
	padding-top: 15px;
	font-size: 14px;
}

.inputfield {
	background: #fff;
	display: flex;
	border-radius: 50px;
	padding: 0 17px;
}

.inputfield input {
	border: none;
}

.buttonfield button.btn.btn-light.w-100 {
	font-size: 16px;
	color: #000;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
	height: 50px;
}

p.footerabout {
	font-size: 14px !important;
	color: #00000075;
	font-family: "Roboto", sans-serif;
}

.social-icons i {
	background: #fff !important;
	padding: 7px 10px;
	border-radius: 30px;
	border: 1px solid #000;
}

.footer h6.fw-bold {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 400 !important;
	letter-spacing: 9px;
	margin-bottom: 25px;
}

ul.list-unstyled li a {
	text-decoration: none;
	color: #0000006e;
	font-size: 16px;
	font-weight: normal;
	line-height: 34px;
}

.social-icons {
	margin: 40px 0 20px 0;
}

.footer-logo.mb-3 img {
	width: 170px;
}

.social-icons i:hover {
	background: #000 !important;
	color: #fff;
}

.buttonfield button.btn.btn-light:hover {
	background: #fff;
	font-size: 16px;
	color: #000;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

form.subscribefrom {
	width: 40%;
	display: flex;
	flex-direction: column;
	gap: 14px;
}
/* ==================about==================== */
.hero {
	display: flex;
	flex-wrap: wrap;
	min-height: 80vh;
}

.hero-text {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 60px;
	background: #fafafa;
}

.hero-text h1 {
	font-size: 3rem;
	font-weight: 700;
}

.hero-text p {
	font-size: 1.2rem;
	margin-top: 15px;
}

.hero-img {
	flex: 1;
	/* background: url('../images/aboutimg.jpg') center/cover no-repeat; */
}

.story {
	padding: 80px 20px;
	text-align: center;
	background: #fff;
}

.story h2 {
	font-weight: 700;
	margin-bottom: 20px;
}

.mission {
	background: #f9f9f9;
	padding: 60px 20px;
}

.mission .icon-card {
	text-align: center;
	padding: 30px;
	border-radius: 12px;
	background: white;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	transition: 0.3s;
}

.mission .icon-card:hover {
	transform: translateY(-5px);
}

.mission .icon-card i {
	font-size: 2rem;
	color: #000;
	margin-bottom: 10px;
}

button.btn.btn-warning.rounded-pill.px-4.videobtn {
	background: #000;
	border: none;
	color: #fff;
	padding: 15px 50px;
	width: 30%;
}
/* =================Contact-us=================== */	

.contact-hero {
      background: url('../images/aboutimg.jpg') center/cover no-repeat;
      height: 50vh;
      display: flex;
      align-items: center;
      justify-content: center;
      position: relative;
      color: #fff;
      text-align: center;
    }
    .contact-hero::after {
      content: "";
      position: absolute;
      top: 0; left: 0; right: 0; bottom: 0;
      background: rgba(0, 0, 0, 0.6);
    }
    .contact-hero h1 {
      font-size: 3rem;
      z-index: 1;
      position: relative;
    }


    .contact-info .card {
      transition: transform 0.3s, box-shadow 0.3s;
      border: none;
      border-radius: 15px;
    }
    .contact-info .card:hover {
      transform: translateY(-8px);
      box-shadow: 0px 8px 25px rgba(0,0,0,0.2);
    }
    .contact-info i {
      font-size: 2rem;
      color: #000;
    }


    .contact-form input, 
    .contact-form textarea {
      border-radius: 10px;
      border: 1px solid #ddd;
    }
    .contact-form button {
      background: #000;
      border: none;
      border-radius: 12px;
      padding: 10px 20px;
      color: #fff;
      font-weight: 600;
      transition: 0.3s;
    }
    .contact-form button:hover {
      background: #e65c00;
    }

    .map-container {
      border-radius: 15px;
      overflow: hidden;
      box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    }
	
/* ==================plp==================== */
li.breadcrumb-item a {
	text-decoration: none !important;
	color: #0000005c;
}

ol.breadcrumb {
	margin-bottom: 40px;
}

.filter-sidebar h5 {
	background: #fff;
	font-size: 20px;
	color: #000;
	font-weight: 700;
	font-family: "Roboto", sans-serif;

}

button.filter-toggle {
	font-size: 20px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
}

small.product-count {
	white-space: nowrap;
	font-size: 16px;
	color: #00000073;
	font-family: "Roboto", sans-serif;
}

small.text-muted {
	white-space: nowrap;
	font-size: 16px;
	color: #00000073 !important;
	font-family: "Roboto", sans-serif;
}

select.form-select.sort-select {
	border: none;
}


.filter-sidebar {
	width: 280px;
}

.filter-toggle {
	background: none;
	border: none;
	width: 100%;
	text-align: left;
	font-weight: 600;
	padding: .5rem 0;
}

.filter-toggle i {
	float: right;
}

.filter-list {
	list-style: none;
	padding-left: 0;
}

.filter-list li {
	padding: .3rem 0;
	display: flex;
	justify-content: space-between;
	cursor: pointer;
	font-size: 16px;
	font-weight: 400;
	color: #9f9e9e;
}

.color-circle {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	display: inline-block;
	border: 1px solid #ccc;
	cursor: pointer;
}

#price-slider .noUi-connect {
	background: black;
}

#price-slider .noUi-handle {
	background: black;
	border-radius: 50%;
	border: none;
	width: 18px;
	height: 18px;
	top: -6px;
}

.noUi-connects,
.noUi-base {
	border-radius: 3px;
	background: #F0F0F0;
	border: none !important;
	height: 7px !important;
}

.noUi-handle:after,
.noUi-handle:before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: transparent;
	left: 14px;
	top: 6px;
}

.noUi-handle {
	border: 1px solid #D9D9D9;
	border-radius: 3px;
	background: #FFF;
	cursor: default;
	box-shadow: none;
}

.noUi-horizontal {
	height: 8px;
	border: none !important;
}

.filter-group.mb-3 {
	border-top: 1px solid #00000024;
}

.size-option {
	padding: 6px 14px;
	border-radius: 20px;
	background: #f2f2f2;
	color: #000;
	font-size: 14px;
	cursor: pointer;
	user-select: none;
}

.size-option.active {
	background: #000;
	color: #fff;
}

.size-option:hover {
	background: #e0e0e0;
}

.color-option {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	cursor: pointer;
	border: 2px solid transparent;
	position: relative;
	display: inline-block;
}

.color-option.active {
	border: 2px solid #000;
}

.color-option.active::after {
	content: "✔";
	color: #fff;
	font-size: 14px;
	position: absolute;
	top: 46%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.cstmapply {
	background: #000;
	border-radius: 50px;
	padding: 15px 0 16px;
	font-size: 14px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.custom-pagination .page-link {
	border: none;
	background: transparent;
	color: #333;
	font-size: 14px;
	margin: 0 4px;
}

.custom-pagination .page-link:hover {
	background: #f1f1f1;
	border-radius: 6px;
	color: #000;
}

.custom-pagination .active .page-link {
	background: #f1f1f1;
	border-radius: 6px;
	color: #000;
	font-weight: 500;
}

.custom-pagination .disabled .page-link {
	color: #999;
	pointer-events: none;
	background: transparent;
}

.cstmnavigation {
	margin: 60px 0 0 0;
}

/* Floating filter button */
.filter-btn {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 1050;
	border-radius: 50%;
	width: 55px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.filter-btn i {
	font-size: 1.2rem;
}

@media (max-width: 991.98px) {
	.filter-sidebar {
		display: none;
	}
}

.offcanvas-body .filter-sidebar {
	border: none;
	padding: 0;
}

.product-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	padding: 20px;
}

.product-grid .col-md-4 {
	width: 100%;
	padding: 0px;
}

/* ==================pdp==================== */

.product-page {
	display: flex;
	gap: 40px;
	background: #fff;
	padding: 0px;
	border-radius: 12px;
	max-width: 100%;
	margin: auto;
}

.product-images {
	flex: 1;
	display: flex;
	gap: 10px;
}

.product-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.product-thumbs img {
	width: 60px;
	height: 60px;
	object-fit: cover;
	border-radius: 8px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.3s;
}

.product-thumbs img.active {
	border-color: #000;
}

.main-image img {
	width: 400px;
	height: 400px;
	object-fit: cover;
	border-radius: 12px;
}

.product-details {
	flex: 1;
}

.product-details h1 {
	font-size: 28px;
	margin-bottom: 10px;
}

.rating {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
	font-size: 16px;
}

.rating span {
	margin-left: 5px;
	color: #555;
}

.product-details .price {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 10px;
	font-family: "Roboto", sans-serif;
}

.price .original {
	text-decoration: line-through;
	color: #aaa;
	margin-left: 10px;
	font-weight: 400;
}

.product-details .discount {
	background: #ffe0e0;
	color: #ff0000;
	padding: 5px 12px;
	font-size: 14px;
	margin-left: 10px;
	border-radius: 20px;
	position: relative;
	top: -4px;
}

.description {
	font-size: 16px;
	color: #555;
	margin-bottom: 0px;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
	border-bottom: 1px solid #ededed;
	padding: 0px 0 20px 0;

}

.colors,
.sizes {
	margin-bottom: 20px;
}

.colors span {
	display: inline-block;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	border: 2px solid transparent;
	transition: border 0.3s;
}

.colors span.selected {
	border-color: #000;
}

.sizes button {
	padding: 8px 26px;
	margin-right: 10px;
	background: #f0f0f0;
	cursor: pointer;
	transition: all 0.3s;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	border: none;
	font-weight: 400;
	color: #0000008a;
	border-radius: 50px;
}

.sizes button.selected {
	background: #000;
	color: #fff;
	border-color: #000;
}

.quantity-cart {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 20px;
}

.quantity-cart button {
	padding: 6px 12px;
	border: 1px solid #ccc;
	background: #f0f0f0;
	cursor: pointer;
	border-radius: 6px;
	font-size: 16px;
}

.quantity-cart input {
	width: 50px;
	text-align: center;
	padding: 6px;
	border: 1px solid #ccc;
	border-radius: 6px;
}

/* .add-cart-btn {
	padding: 10px 20px;
	background: #000;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 8px;
	font-size: 16px;
	transition: background 0.3s;
} */

.add-cart-btn:hover {
	background: #333;
}


.cart-popup {
	position: fixed;
	top: 20px;
	right: 20px;
	background: #fff;
	border: 1px solid #ccc;
	padding: 20px;
	border-radius: 12px;
	max-width: 300px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
	display: none;
	z-index: 1000;
}

.cart-popup h3 {
	margin-bottom: 10px;
	font-size: 18px;
}

.cart-item {
	font-size: 14px;
	margin-bottom: 8px;
}

.close-cart {
	cursor: pointer;
	color: #fff;
	background: #000;
	border: none;
	padding: 5px 10px;
	border-radius: 6px;
	float: right;
}

.product-thumbs-vertical {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-right: 15px;
	position: relative;
}

button.thumb-down {
	position: absolute;
	bottom: -1px;
}

.product-thumbs-wrapper-vertical {
	overflow: hidden;
	height: 502px;
}

.sizes {
	border-bottom: 1px solid #ededed;
	padding: 10px 0 20px 0;
}

.product-thumbs {
	display: flex;
	flex-direction: column;
	gap: 10px;
	transition: transform 0.3s ease;
}

.product-thumbs img {
	width: 156px;
	height: 159px;
	cursor: pointer;
	background: #ededed;
}

.crtquantitybtns {
	display: flex;
	gap: 20px;
}

.product-thumbs img.active {
	border-color: #fff;
}

button.thumb-up {
	position: absolute;
	top: -21px;
	z-index: 123456789;
}

.thumb-up,
.thumb-down {
	background: none;
	border: none;
	font-size: 1.5rem;
	cursor: pointer;
	margin: 5px 0;
}

.main-image {
	background: #ededed;
	border-radius: 20px;
	width: 100%;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.colors {

	border-bottom: 1px solid #ededed;
	padding: 10px 0 20px 0;
	margin: 0px;
}

.quantity-cart {
	background: #F0F0F0;
	padding: 0px 17px;
	border-radius: 50px;
	width: auto;
}

.quantity-cart button {
	border: none;
	font-size: 30px;
	background: transparent;
}

button.plusicons {
	margin: -6px 0 0 -16px;
}

.quantity-cart input {
	width: 60px;
	text-align: center;
	background: transparent;
	border: navajowhite;
	font-size: 23px;
}

.colors p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #0000008c;
	margin: 0 0 6px 0;
}

.sizes p {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	color: #0000008c;
	margin: 0 0 6px 0;
}

.product-details .rating {
	color: #FFC633;
	font-size: 20px;
}

.rating span {
	font-size: 16px !important;
	color: #a6a6a6;
}

.product-details h1 {
	font-size: 40px;
	font-weight: 800;
	font-family: "Roboto", sans-serif;
}

button.add-cart-btns {
	width: 28vw;
	height: 54px;
	border: none;
	background: #000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	border-radius: 50px;
}

.review-card strong {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
	font-weight: 400;
}


.nav-tabs {
	border-bottom: none;
	justify-content: center;
}

.nav-tabs .nav-link {
	color: #555;
	font-weight: 500;
	border: none;
	width: 100%;
}

ul#myTab li {
	width: 33%;
	text-align: center;
}

.nav-tabs .nav-link.active {
	border-bottom: 2px solid #000;
	color: #000;
}

.filter-section {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 20px 0;
}

.filter-section span {
	font-weight: 500;
}

.review-card {
	background: #fff;
	border: 1px solid #eee;
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 20px;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}

.stars {
	color: #f5a623;
	font-size: 18px;
}

.verified {
	color: green;
	font-size: 14px;
	margin-left: 5px;
}

.review-text {
	font-size: 16px;
	color: #555;
	margin: 10px 0;
	font-family: "Roboto", sans-serif;
	font-weight: 300;
}

.review-date {
	font-size: 13px;
	color: #888;
}

ul#myTab {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #0000003b;
}

.filter-section {
	font-size: 16px;
}

.filter-btn {
	border-radius: 50%;
	padding: 6px 8px;
}

.filter-section .sort-select {
	background-color: #ededed;
	border: none;
	border-radius: 20px;
	padding: 10px 28px 10px 10px;
	font-size: 14px;
	cursor: pointer;
	width: auto;
}

.sort-btn {
	border-radius: 20px;
	padding: 4px 12px;
}

.filter-section .filter-btnes {
	z-index: 1050;
	border-radius: 50%;
	width: 59px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #ededed;
	font-size: 14px;
}

button#dropdownMenuButton {
	background: #ededed;
}

.write-btn {
	border-radius: 20px;
	padding: 10px 16px;
}

#details h5 {
	font-weight: 700;
	margin-bottom: 10px;
	color: #222;
}

#details p {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
}

#details ul {
	list-style: none;
	padding-left: 0;
	margin-top: 10px;
}

#details ul li {
	position: relative;
	padding-left: 28px;
	margin-bottom: 10px;
	font-size: 14px;
	color: #444;
}

#details ul li::before {
	content: "✔";
	position: absolute;
	left: 0;
	top: 0;
	color: #28a745;
	font-size: 14px;
	font-weight: bold;
}

#details table {
	margin-top: 15px;
	border-radius: 8px;
	overflow: hidden;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

#details table th {
	background: #f4f4f4;
	font-weight: 600;
	width: 30%;
	color: #222;
}

#details table td {
	background: #fff;
	color: #555;
}

#details table th,
#details table td {
	padding: 10px 15px;
	font-size: 14px;
	border: 1px solid #e0e0e0;
}

@media (max-width: 768px) {
	#details table {
		width: 100% !important;
	}
}

div#bottomBar h6 {
	font-family: "Roboto", sans-serif;
	font-size: 20px;
}

.rating.fixbtm {
	margin: 0px;
	color: #ffe131;
	font-size: 21px;
}

.accordion-button {
	background: #f8f9fa;
	color: #333;
	font-weight: 500;
	transition: all 0.3s ease;
}

.accordion-button:not(.collapsed) {
	background-color: #000 !important;
	color: #fff !important;
	box-shadow: none;
}

.bottom-bar .price {
	font-size: 15px;
	font-weight: 600;
	margin: 10px 0 0 0;
}

.bottom-bar .discount {
	color: red;
	font-size: 14px;
	margin-left: 5px;
	font-family: "Roboto", sans-serif;
	background: #ff33334f;
	padding: 4px 10px;
	border-radius: 50px;
}

.btmbarimg {
	height: 90px;
	width: 90px;
	background: #ededed;
	border-radius: 11px;
	overflow: hidden;
}

.btmbarimg img {
	height: 100%;
}

.accordion-button:focus {
	box-shadow: none;
}

.bottom-bar {
	position: fixed;
	bottom: -112px;
	left: 0;
	right: 0;
	background: #fff;
	padding: 10px 0;
	transition: bottom 0.4s ease;
	z-index: 1050;
	border-top: 1px solid #ddd;
}

.bottom-bar button.add-cart-btns {
	width: auto;
	height: 54px;
	border: none;
	background: #000;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-weight: 700;
	border-radius: 50px;
	padding: 0px 50px;
}

.crtquantitybtns .quantity-cart {
	margin: 0px !important;
}

.bottom-bar.show {
	bottom: 0;
}

.quantity-box input {
	border: none;
}

/* =======================cart========================= */


.card {
	border-radius: 12px;
}

.card h6 {
	font-size: 16px;
	font-weight: 600;
}

.card small {
	font-size: 13px;
}

div#cartItems {
	border: 1px solid #ededed !important;
}
.cartpage .cart-item {
    border: none !important;
}
.titlecart {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	font-weight: 800;
	color: #000;
	margin-bottom: 34px;
}
.cartpage .couponinputbg img {
    top: 0px;
    left: 1px;
}
.cartpage input#promoCode {
    background: transparent;
    padding: 0px;
    height: 48px;
}
div#cartItems h6.mb-1 {
	font-size: 20px;
	font-weight: normal;
	font-family: "Roboto", sans-serif;
}

div#cartItems small {
	font-size: 14px;
	font-weight: 300;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
}

#cartItems small span {
	color: #000;
}

.cart-item img {
	width: 100%;
	object-fit: cover;
	background: #ededed;
}

.sizepricecrt h6.mb-2.item-price {
	font-size: 24px;
	font-weight: 700;
}

.cart-item h6 {
	margin-bottom: 4px;
}

.cart-item .form-control {
	border: none;
	background: #f5f5f5;
	font-size: 14px;
}


.pricesize {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.cart-item .btn-link {
	padding: 0;
	font-size: 18px;
}

.cartbgimg {
	width: 110px;
	height: 110px;
	background: #ededed;
	border-radius: 14px;
	overflow: hidden;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

div#cartItems .cart-item {
	margin: 0px !important;
}

.order-summary {
	border-radius: 12px;
	border: 1px solid #ededed !important;
}

.order-summary h6 {
	font-weight: 600;
	font-size: 16px;
}

.order-summary .btn-dark {
	border-radius: 25px;
	padding: 10px;
	font-size: 15px;
	font-weight: 500;
}

.cartquantity input {
	background: transparent !important;
	font-size: 18px !important;
	height: auto;
	padding: 0px;
}

.order-summary .input-group input {
	border-radius: 25px 0 0 25px;
	background: #f5f5f5;
	border: none;
	padding-left: 15px;
}

.order-summary .input-group button {
	border-radius: 0 25px 25px 0;
}

.cartquantity button {
	font-size: 27px;
	background: transparent;
	border: none;
	line-height: 0;
	padding: 0px;
	position: relative;
	top: -4px;
}

.cartquantity {
	background: #F0F0F0;
	border-radius: 50px;
	padding: 7px 20px !important;
}

.text-end.crtdelete {
	display: flex;
	flex-direction: column;
	align-items: end;
	height: 100%;
	gap: 40px;
}

.order-summary h6 {
	font-size: 20px;
	font-family: "Roboto", sans-serif;
	font-weight: 800;
	color: #000;

}

span#discount {
	color: #FF3333 !important;
}

span#total {
	font-size: 24px;
	font-family: "Roboto", sans-serif;
}

span.ordrrate {
	color: #000 !important;
	font-weight: 700 !important;
	font-size: 20px;
	font-family: "Roboto", sans-serif;
}

.orderprice span {
	font-size: 20px;
	color: #00000078;
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}

.input-group.mb-3.couponcstm {
	display: flex !important;
	flex-direction: row;
	gap: 15px;
}

input#promoCode {
	background: transparent;
	padding: 0px;
}

button#applyCoupon {
	height: auto;
	border: none;
	background: #000;
	width: 9vw;
	border-radius: 50px;
	color: #fff;
	padding: 5px 10px 10px 10px !important;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 700;
}

.couponinputbg {
	display: flex;
	background: #F0F0F0;
	padding: 0 25px;
	border-radius: 50px !important;
}

.couponinputbg img {
	width: 20px;
	height: 20px;
	position: relative;
	top: 18px;
	left: -6px;
}

.rounded-pill.chkoutbtn {
	background: #000;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	height: 56px;
	margin: 10px 0 0 0;
}

h3.addressorder {
	font-family: "Roboto", sans-serif;
	font-size: 24px !important;
	font-weight: 800 !important;
	margin: 0 0 20px 0;
}

/* =====================Add-address====================== */

.form-control {
	border-radius: 10px;
	padding: 10px 14px;
	font-size: 14px;
}

.order-summary {
	border-radius: 12px;
}

.pdingrightform {
	padding-right: 80px;
}

.order-summary .btn-dark {
	border-radius: 25px;
	padding: 10px;
	font-weight: 500;
}

.order-summary .btn-light {
	border-radius: 50%;
	width: 30px;
	height: 30px;
	padding: 0;
}

.card.border-0.border-none.p-3.order-summary {
	border: none !important;
	padding-top: 0px !important;
}

.input-group input {
	border-radius: 25px 0 0 25px;
	background: #f5f5f5;
	border: none;
}

div#cart-items {
	margin: 20px 0 0 0;
}

.input-group button {
	border-radius: 0 25px 25px 0;
}

.formaddresscstm h6 {
	font-family: "Roboto", sans-serif !important;
	font-size: 18px;
	margin: 0 0 17px !important;
	font-weight: 400 !important;
	color: #000;
}

.mb-4.formaddresscstm a.small.text-muted {
	text-decoration: none;
	margin-bottom: 14px;
	color: #000 !important;
	font-family: "Roboto", sans-serif;
}

.mb-4.formaddresscstm a.small.text-muted b {
	color: #00000059;
	margin: 0 0 0 12px;
}

.mb-4.formaddresscstm label {
	font-size: 14px;
	color: #000 !important;
	font-family: "Roboto", sans-serif;
}

.addressimg {
	width: 90px;
	height: 80px;
	background: #ededed;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.addressimg img {
	width: 70%;
}

.order-summary h3 {
	font-size: 16px;
	font-weight: normal;
}

.cartquantity.addressside {
	width: 9vw;
}

.cartquantity.addressside button:hover {
	background: transparent;
}

.addresstoplist h4 {
	font-family: "Roboto", sans-serif;
	font-size: 40px;
	color: #000;
	font-weight: 700 !important;
}

button.btn.btn-dark.top-btn.cstmaddress {
	width: auto;
	background: #000;
	font-size: 16px;
	padding: 13px 40px;
	border-radius: 50px;
	font-family: "Roboto", sans-serif;
}


.address-card {
	border-radius: 20px;
	padding: 20px;
	background: #f2f2f2;
	transition: 0.3s;
	cursor: pointer;
}

.address-card:hover {
	background: #000;
	color: #fff;
}

.address-card h6 {
	font-weight: bold;
	font-family: "Roboto", sans-serif;
	font-size: 24px;
}

.address-card p span {
	color: #00000073;
}

.address-card:hover p span {
	color: #fff;
}

.address-card:hover .addressbtn button {
	background: #fff;
	color: #000;
}

.btn-custom {
	border-radius: 30px;
	font-size: 12px;
	font-weight: 600;
	padding: 5px 15px;
}

.top-btn {
	border-radius: 30px;
	padding: 8px 25px;
	font-weight: bold;
}

.addressbtn button {
	font-size: 15px;
	width: auto;
	padding: 8px 20px;
}

form#addressForm button {
	background: #000;
	height: 50px;
	border-radius: 50px;
}

/* =====================Order-details====================== */
.titlecart {
	font-weight: 600;
	margin-bottom: 20px;
}

.cartbgimg img {
	width: 70px;
	height: 70px;
	object-fit: cover;
	border-radius: 10px;
}

.sizepricecrt h6 {
	font-weight: 600;
}

.item-price {
	color: #000;
	font-weight: 600;
}

.order-summary h6 {
	font-weight: 600;
}


.ordrtotal {
	font-size: 18px;
	font-weight: bold;
}

.couponinputbg {
	display: flex;
	align-items: center;
	gap: 5px;
	background: #f1f1f1;
	border-radius: 5px;
	padding: 5px 10px;
	flex-grow: 1;
}

.couponinputbg img {
	width: 20px;
}

.couponcsmtbtn {
	background: #000;
	color: #fff;
	border: none;
	padding: 5px 15px;
	border-radius: 5px;
}

.chkoutbtn {
	font-weight: 600;
}

.payment-icons img {
	width: 45px;
	margin-right: 8px;
}

.payment-options label {
	margin-right: 15px;
	cursor: pointer;
}

.addressdetails {
	border-radius: 30px !important;
	background: #F0F0F0 !important;
}

.ardbdrordr {
	border: 1px solid #ededed;
	border-radius: 30px;
}

.order-summary {
	background: #fff;
	padding: 20px;
	border-radius: 12px;
	font-family: "Roboto", sans-serif;
}

.cardbdrordr {
	border: 1px solid #e0e0e0 !important;
	border-radius: 20px;
	margin: 30px 0 0 0 !important;
}

.summary-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
	font-size: 15px;
}

.summary-item.discount span:last-child {
	color: red;
	font-weight: 600;
}

.summary-item.total {
	font-weight: bold;
	font-size: 18px;
}

.payment-icons img {
	width: 55px;
	margin-right: 8px;
}

.payment-options {
	display: flex;
	gap: 20px;
	margin-top: 10px;
}

.paymentordricons {
	margin: 16px 0;
}

.order-summary.ordrdatasidebr {
	border: none !important;
	margin: 42px 0 0 0;
}

.promo-section {
	display: flex;
	margin: 20px 0;
	gap: 10px;
}

.promo-input {
	flex: 1;
	display: flex;
	align-items: center;
	gap: 8px;
	background: #f1f1f1;
	border-radius: 30px;
	padding: 10px 15px;
}

.promo-input input {
	border: none;
	outline: none;
	background: transparent;
	flex: 1;
}

.apply-btn {
	background: #000;
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 10px 25px;
	font-weight: bold;
	cursor: pointer;
}

.submit-btn {
	width: 100%;
	background: #000;
	color: #fff;
	border: none;
	border-radius: 30px;
	padding: 12px;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

.radio-style {
	display: flex;
	align-items: center;
	cursor: pointer;
	font-size: 15px;
	position: relative;
	padding-left: 28px;
}

.radio-style input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
}

.custom-radio {
	height: 18px;
	width: 18px;
	border: 2px solid #000;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
}

.radio-style input:checked~.custom-radio {
	background: #000;
	border: 2px solid #000;
}

.radio-style input:checked~.custom-radio::after {
	content: "";
	position: absolute;
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fff;
}

.radio-style input:focus-visible+.custom-radio {
	outline: none;
	box-shadow: none;
}

.addressdetails h6 {
	font-size: 32px;
	font-family: "Roboto", sans-serif;
	color: #000;
}

.addressdetails p {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	font-size: 20px;
}

.addressdetails p span {
	color: #0000006b;
}

.addressdetails h2 {
	font-family: "Roboto", sans-serif;
	font-size: 24px !important;
	color: #000;
}

.sizepricecrt h6 {
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: 20px;

}

.sizepricecrt p {
	font-family: "Roboto", sans-serif;
	margin: 0px;
	color: #000 !important;
	font-size: 14px;
}

.sizepricecrt p span {
	color: #00000075 !important;
}

.sizepricecrt h4 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	font-weight: 700;
	margin: 25px 0 0 0 !important;
}

span.summary-discount.ordrrate {
	color: #FF3333 !important;
}

/* =====================cancel-Order====================== */

.cart-item {
	border: 1px solid #eee;
	border-radius: 15px;
	margin-bottom: 15px;
}

.cart-item img {
	width: 80px;
	height: 80px;
	object-fit: cover;
	border-radius: 8px;
}

.cancelquantity button {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	font-weight: bold;
}

.ordrsummary span {
	font-weight: 500;
}

.summary-item {
	display: flex;
	justify-content: space-between;
	margin-bottom: 8px;
}

.cancel-box textarea {
	width: 100%;
	border-radius: 15px;
	border: 1px solid #ddd;
	padding: 10px;
}

.send-btn {
	width: 100%;
	border-radius: 25px;
	background: black;
	color: white;
	padding: 10px;
	font-weight: 500;
}

.cancelquantity.d-flex.align-items-center.gap-2 button:hover {
	background: transparent;
}

.cancelquantity button {
	font-size: 27px;
	background: transparent;
	border: none;
	line-height: 0;
	padding: 0px;
	position: relative;
	top: -4px;
}

.cancelquantity {
	background: #F0F0F0;
	border-radius: 50px;
	padding: 7px 20px !important;
	width: 16%;
}

.cancelquantity input {
	background: transparent !important;
	font-size: 18px !important;
	height: auto;
	padding: 0px;
}

span.fw-bold.clrblackside {
	color: #000;
}
.cancelsidebar{
    margin: 60px 0 0 0;
}
.cancelsidebar p {
	color: #545353;
	font-weight: 700;
	font-size: 19px;
	font-family: "Roboto", sans-serif;
}

.summary-item.total.fw-bold.canceltotals span {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	font-family: "Roboto", sans-serif;
}

span.summary-total {
	font-size: 24px !important;
}

.taxcancel span {
	font-weight: 300;
	font-family: "Roboto", sans-serif;
}

.cancelsidebar h5 {
	font-family: "Roboto", sans-serif;
	font-size: 32px;
	font-weight: 800 !important;
	color: #000;
}

.cancelsidebar h6 {
	font-family: "Roboto", sans-serif;
	font-size: 24px;
	color: #000;
	color: #000;
	margin: 0 0 20px !important;
}

/* ====================Account====================== */
.accountheader {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0px 0px 30px;
	border-bottom: 1px solid #ededed;
	margin: 0 0 40px;
}

.accountheader h2 {
	font-size: 40px;
	font-weight: 700;
	font-family: "Roboto", sans-serif;
}

.accountheader button {
	padding: 15px 45px;
	border: none;
	background: #000;
	color: #fff;
	font-weight: 600;
	border-radius: 50px;
	cursor: pointer;
	font-family: "Roboto", sans-serif;
	font-size: 19px;
}

.sidebar {
	border: 1px solid #C3C3C3;
	border-radius: 30px;
	padding: 25px;
	height: 100%;
	background: #F9F9F9;
}

.sidebar img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-bottom: 15px;
}

.sidebar h3 {
	font-size: 24px;
	font-weight: 700;
	margin: 0px;
	font-family: "Roboto", sans-serif;
}

.sidebar p {
	font-size: 16px;
	color: #6f6f6f;
	margin-bottom: 20px;
	font-family: "Roboto", sans-serif;
}

.nav-pills .nav-link {
	text-align: left;
	padding: 15px 10px;
	color: #555;
	border-radius: 0px;
	width: 100%;
	border-bottom: 1px solid #ccc;
	font-size: 15px;
	font-family: "Roboto", sans-serif;
}

.nav-pills .nav-link.active {
	background-color: transparent;
	color: #000;
	font-weight: 600;
}

img.sidebaricon {
	width: 20px;
	height: 20px;
	border-radius: unset;
	margin: 0px 14px 0 0px;
}

.profile-section {
	border: 1px solid #C3C3C3;
	border-radius: 30px;
	padding: 25px;
	background: #F9F9F9;
}

.profile-header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.profile-header h3 {
	font-size: 18px;
	font-weight: 600;
}

.edit {
	cursor: pointer;
	font-size: 14px;
	color: #33333385 !important;
	align-items: center;
	justify-content: center;
	display: flex !important;
	gap: 8px;
}

#accountTabsContent .form-label {
	margin-bottom: .5rem;
	text-align: left;
	width: 100%;
	color: #7C7C7C;
	font-family: "Roboto", sans-serif;

}

#accountTabsContent .form-control:disabled {
	background-color: #ffffff;
	opacity: 1;
}

div#formActions button {
	background: #000;
	border: none;
	font-size: 15px;
	padding: 10px 30px;
	border-radius: 50px;
}

.card {
	border-radius: 12px;
	border: 1px solid #e9ecef;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.card h5 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
}


.list-group-item {
	border: none;
	border-bottom: 1px solid #f1f1f1;
	font-size: 14px;
}

.list-group-item:last-child {
	border-bottom: none;
}


#orders .card {
	border-left: 4px solid #000;
}

#orders h6 {
	font-size: 15px;
	font-weight: 600;
}

#orders p {
	font-size: 13px;
	margin: 0;
}


#gifts .badge {
	font-size: 13px;
	padding: 6px 10px;
	border-radius: 8px;
}

button.btn.btn-sm.btn-primary.billingedit {
	width: 20%;
	background: #000;
	border: none;
	font-size: 16px;
	padding: 14px 20px 19px;
	border-radius: 50px;
}

.ordrview {
	background: #000;
	color: #fff;
	border: none;
	font-size: 15px;
	padding: 12px 32px;
	margin: 0px 0 0 0 !important;
	border-radius: 50px;
}

.reordr {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 15px;
	padding: 12px 23px;
	margin: 0px 0 0 0 !important;
	border-radius: 50px;
}

div#accountTabsContent h3 {
	font-family: "Roboto", sans-serif;

}

.order-timeline {
	position: relative;
	margin-left: 20px;
	border-left: 3px solid #e0e0e0;
	padding-left: 20px;
}

.order-item {
	position: relative;
	border-radius: 12px;
	overflow: hidden;
	transition: all 0.3s ease;
}

.order-item:hover {
	transform: translateY(-3px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.order-item::before {
	content: "";
	position: absolute;
	left: -28px;
	top: 20px;
	width: 14px;
	height: 14px;
	background: #0d6efd;
	border-radius: 50%;
	box-shadow: 0 0 0 4px #f0f6ff;
}

.order-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
}

.ordrtrck {
	background: #fff;
	color: #000;
	border: 1px solid #000;
	font-size: 15px;
	padding: 12px 26px;
	border-radius: 50px;
}

.giftcard {
	position: relative;
	overflow: hidden;
	min-height: 180px;
	color: var(--gc-text);
	transition: transform .18s ease, box-shadow .18s ease;
	background: #eef4ff;
	border-radius: 15px;
	padding: 10px;
}

.giftcard[data-status="active"]:hover {
	transform: translateY(-3px);
}

.giftcard-bg {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	display: block;
}

.giftcard-body {
	position: relative;
	z-index: 1;
	padding: var(--gc-pad);
}

.gc-chip {
	color: #1f4bff;
}

.giftcard .code {
	letter-spacing: .06em;
}

.giftcard .balance {
	font-size: 1.35rem;
}

.giftcard[data-status="expired"] {
	filter: grayscale(.15);
	opacity: .9;
}

.giftcard .btn-light {
	background: rgba(255, 255, 255, .9);
	border-color: rgba(0, 0, 0, .06);
}

.giftcard .btn-outline-primary {
	background: rgba(255, 255, 255, .6);
}

.giftcrdbtn {
	background: #000;
	border: none;
	padding: 15px 40px;
	border-radius: 50px;
	font-weight: 600;
}

.couponcode {
	background: #467da3 !important;
	border: none;
	color: #fff;
}


.fancy-card {
	background: rgb(13 149 240 / 28%);
	border-radius: 20px;
	padding: 24px;
	color: #fff;
	position: relative;
	overflow: hidden;
	backdrop-filter: blur(10px);
	border: 2px solid rgb(32 147 208);
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
	transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.fancy-card.purple {
	background: rgba(155, 89, 182, 0.25);
	border: 2px solid rgba(155, 89, 182, 0.5);
}

.fancy-card:hover {
	transform: translateY(-6px) rotateY(5deg);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
}

.shine {
	position: absolute;
	top: 0;
	left: -75%;
	width: 50%;
	height: 100%;
	background: linear-gradient(120deg, transparent, rgba(255, 255, 255, 0.6), transparent);
	transform: skewX(-25deg);
}

.fancy-card:hover .shine {
	animation: shineMove 1.2s forwards;
}

@keyframes shineMove {
	100% {
		left: 130%;
	}
}

.card-chip {
	width: 50px;
	height: 34px;
	background: gold;
	border-radius: 6px;
}

.card-logo {
	width: 60px;
}

.card-number {
	font-size: 1.4rem;
	letter-spacing: 3px;
	font-weight: 600;
}

.paymentaddcstm {
	background: #000;
	width: auto !important;
	color: #fff;
	padding: 13px 30px !important;
}

.paymentaddcstm:hover {
	background: #000;
	width: auto !important;
	color: #fff;
	padding: 13px 30px !important;
}

.remove-btn-glass {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	backdrop-filter: blur(6px);
	background: rgba(255, 255, 255, 0.3);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.3s ease;
}

.remove-btn-glass:hover {
	background: rgba(255, 255, 255, 0.6);
	transform: scale(1.1);
}

.gradient-btn:hover {
	opacity: 0.9;
	transform: translateY(-2px);
}

.address-card.glass-card {
	border-radius: 20px;
	background: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(12px);
	box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.address-card.glass-card:hover h4 {
	color: #000;
}

.address-icon {
	background: #000;
	color: #fff;
	border-radius: 50%;
	width: 45px;
	height: 45px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
}

button.btn.btn-outline-primary.btn-sm.addressedit {
	padding: 14px 40px;
	border-radius: 50px;
	border: none;
	background: #000;
	color: #fff;
}
.cardlistmethod {
    display: flex;
    width: 100%;
    align-items: center;
    gap: 20px;
}
/* =====================Responsive====================== */

@media only screen and (max-width: 768px) {
	
	.left-panel {
		height: 50vh;
	}
	.search-bar{
		flex: 1;
		max-width: 100%;
		margin: 10px auto;
		background: #F0F0F0;
		display: flex;
		padding: 7px 16px;
		border-radius: 50px;
	}
	.bnrconts h2{
		font-size: 44px;
		font-weight: 800;
		font-family: "Roboto", sans-serif;
	}
	.bnrconts {
		 padding: 40px 20px;
	}
	.bnrconts span {
		font-size: 22px;
	}
	.formwidth {
		text-align: left;
		max-width: 560px;
		padding-bottom: 40px;
	}
	.hero-text h1 {
		font-size: 48px;
	}
	.cardbdrordr .d-flex.justify-content-between.align-items-center {
		flex-direction: column;
		align-items: start !important;
		gap: 20px;
	}
	.hero-text p {
		width: 100%;
	}
	ul.navbar-nav.ms-3.navbar-icons.logincart {
		flex-direction: row;
		gap: 20px;
	}
	ul.navbar-nav.ms-3.navbar-icons.logincart li ul {
		position: absolute;
		left: 0;
	}
	.cstmnumbrs.bdright:after {
		content: "";
		background: #00000000;
		width: 1px;
		height: 69px;
		position: absolute;
		right: 15px;
		top: 0px;
	}
	.stats h3 {
		font-size: 25px;
	}
	.stats p {
		font-size: 12px;
	}
	.brandlogo img {
		width: 99px;
	}
	.col-md-9.ipadfull .d-flex.justify-content-between.align-items-center.flex-wrap{
		flex-direction: column;
		align-items: start !important;
	}
	.brandlogo {
		overflow: scroll;
	}
	section#newarrival h2 {
		font-size: 33px;
	}
	.rowgridview {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	div#price-slider .noUi-base:nth-child(1) {
		display: none;
	}
	.browse-section h2 {
		font-size: 33px;
	}
	.browse-section {
        background: #f5f5f5;
        border-radius: 20px;
        padding: 40px 10px;
        overflow: hidden;
    }
	.product-grid{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 12px;
		padding: 20px;
	}
	button.btn.btn-dark.add-cart-btn {
		font-size: 14px;
	}
	.d-flex.align-items-center.gap-3.mobtxtplp {
		flex-direction: column;
		gap: 0px !important;
		margin: 10px 0 0 0;
		align-items: start !important;
	}
	.row.g-4.mobflex {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		width: 100vw;
		overflow: scroll;
	}
	.mySwiper .swiper-slide {
		max-width: 100%;
		margin: 0 19px 0 0;
	}
	.custom-nav{
		position: absolute;
		top: 0;
		right: 50px;
		z-index: 10;
	}
	.row.mobfoter {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 15px;
	}
	.footer .social-icons a {
		margin-right: 1px;
		color: #000;
	}
	.footer-bottom {
		flex-direction: column;
		gap: 10px;
	}
	.add-cart-btn {
		width: 80%;
	}
	.product-page {
		flex-direction: column;
	}
	.cancelsidebar {
		margin: 0 0 0 0;
	}
	.product-images {
		flex-direction: column;
		align-items: center;
	}
	.swiper-fade-right {
		right: 0;
		background: linear-gradient(to left, #ffffff00, transparent);
	}
	.swiper-fade-left {
		left: 0;
		background: linear-gradient(to right, #ffffff00, transparent);
	}
	.product-thumbs-vertical {
		flex-direction: row;
		max-height: unset;
		overflow-x: auto;
		width: 100%;
		justify-content: center;
	}
	section#footer{
		margin: 20px 0 0 0;
	}
	.shop-btn {
		white-space: nowrap;
	}
	.product-thumbs {
		flex-direction: row;
		gap: 10px;
	}
	.footer {
		background: #f8f9fa;
		padding: 8pc 0 20px;
	}
	.product-thumbs img {
		width: 60px;
		height: 70px;
	}

	.main-image img {
		width: 100%;
		max-width: 350px;
	}

	.product-details {
		margin-top: 20px;
	}
	.input-group.mb-3.couponcstm {
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	.couponinputbg {
		width: 100% !important;
	}
	button#applyCoupon {
		height: auto;
		border: none;
		background: #000;
		width: 100%;
		border-radius: 50px;
		color: #fff;
		padding: 25px 10px 24px 10px !important;
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		font-weight: 700;
	}
	input#promoCode {
		background: transparent;
		padding: 0px;
		height: 68px !important;
	}
	.crtquantitybtns {
		flex-direction: row;
		gap: 10px;
	}
	.pdingrightform {
		padding-right: 0;
	}
	.cartquantity.addressside{
		width: 40vw;
	}
	.add-cart-btns {
		width: 42vw !important
	}

	.product-thumbs-wrapper-vertical {
		overflow: hidden;
		height: 502px;
		display: none;
	}

	.sizes button {
		padding: 5px 21px;
		margin-right: 0px;
		background: #f0f0f0;
		cursor: pointer;
		transition: all 0.3s;
		font-family: "Roboto", sans-serif;
		font-size: 14px;
		border: none;
		font-weight: 400;
		color: #0000008a;
		border-radius: 50px;
	}

	.newsletter-box {
		background: #000;
		color: #fff;
		padding: 30px 20px;
		border-radius: 20px;
		margin-bottom: -5pc;
		display: flex;
		justify-content: space-between;
		align-items: center;
		position: relative;
		flex-direction: column;
	}

	.newsletter-box h4 {
		font-size: 26px;
		font-weight: 700;
		font-family: "Roboto", sans-serif;
		margin-bottom: 30px;
	}

	form.subscribefrom {
		width: 100%;
		display: flex;
		flex-direction: column;
		gap: 14px;
	}
	.product-page {
		gap: 10px;
	}
	.product-details h1 {
		font-size: 30px;
	}
	.filter-section {
		font-size: 16px;
		flex-direction: column;
		align-items: start !important;
		gap: 10px;
	}
	.nav-tabs .nav-link {
		color: #555;
		font-weight: 500;
		border: none;
		width: 100%;
		font-size: 14px;
		white-space: nowrap;
	}
	.rowgridview.g-4 .col-md-3 {
		width: 100%;
	}
	div#bottomBar {
		display: none;
	}
	.footer h6.fw-bold {
		font-family: "Roboto", sans-serif;
		font-size: 16px;
		font-weight: 400 !important;
		letter-spacing: 2px;
		margin-bottom: 5px;
	}

	.cart-item {
		flex-direction: column;
		align-items: flex-start !important;
		gap: 10px;
	}
	ul.list-unstyled li a {
		text-decoration: none;
		color: #0000006e;
		font-size: 13px;
		font-weight: normal;
		line-height: 27px;
	}
	.cart-item img {
		width: 70%;
		height: auto;
	}
	.social-icons i {
		background: #fff !important;
		padding: 6px 8px;
		border-radius: 30px;
		border: 1px solid #000;
		font-size: 12px;
	}
	#orders .card-body .text-end {
		text-align: left !important;
	}
	.social-icons {
		margin: 10px 0 20px 0;
	}
	.footer-logo.mb-3 img{
		width: 100px;
	}
	.cart-item .text-end {
		width: 100%;
		text-align: left !important;
		flex-direction: row;
	}
	.fancy-card {
		width: 100%;
	}
	.order-timeline {
		margin-left: 0;
	}
	ul#accountTabs li span.sidebartitle {
		font-size: 15px !important;
	}
	.couponinputbg {
		display: flex;
		background: #F0F0F0;
		padding: 0 23px;
		border-radius: 50px !important;
		width: 56vw;
	}
	.addresstoplist h4{
		font-family: "Roboto", sans-serif;
		font-size: 22px;
		color: #000;
		font-weight: 700 !important;
	}
	.addressbtn button{
		font-size: 10px;
		width: auto;
		padding: 8px 20px;
	}
	.titlecart {
		font-size: 30px;
	}
	button.btn.btn-link.text-danger.delete {
		line-height: 0px !important;
		position: relative;
		top: -12px;
	}
	.addressdetails h2 {
		font-size: 20px !important;
		color: #000;
	}
	.addressdetails h6{
		font-size: 27px;
		color: #000;
	}
	.addressdetails p{
		font-family: "Roboto", sans-serif;
		font-weight: 300;
		font-size: 17px;
	}
	.giftcard .balance {
		font-size: 1.2rem;
	}

	.order-summary {
		margin-top: 20px;
	}
	.cancelquantity {
		background: #F0F0F0;
		border-radius: 50px;
		padding: 7px 20px !important;
		width: 150px;
	}
	.profile-section {
		padding: 25px 15px;
	}
	.cardlistmethod {
		display: flex;
		width: 100%;
		align-items: center;
		gap: 0;
		flex-direction: column;
	}
	.order-summary {
		margin-top: 20px;
	}
	#orders .card-body {
		flex-direction: column;
		align-items: start !important;
	}
	.accountheader h2{
		font-size: 27px;
		font-weight: 700;
		font-family: "Roboto", sans-serif;
	}
	.promo-section {
		display: flex;
		margin: 20px 0;
		gap: 10px;
		flex-direction: column;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
	.browse-section.text-center .mobflex .col-md-5.col-lg-5, .browse-section.text-center .mobflex .col-md-7.col-lg-7 {
    width: 100%;
}
.row.mobfoter .col-md-3 {
    width: 100%;
}	
    .row.g-4.mobflex {
        display: grid;
        grid-template-columns: repeat(4, 1fr);
        width: 92vw;
        overflow: scroll;
    }	
	.ipadfull{
		width: 100%;
	}
	div#bottomBar {
		display: block;
	}
	div#bottomBar .add-cart-btns {
        width: 32vw !important;
    }
	.cartquantity.addressside {
        width: 20vw;
    }
	.paymentordricons img {
		width: 100%;
	}
	.payment-options {
		display: flex;
		gap: 20px;
		margin-top: 10px;
		flex-direction: column;
	}
}