.active::after {
  content: "" "" !important;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
   font-family: "Poppins", sans-serif;
}
body {
  overflow-x: hidden;
    font-family: "Poppins", sans-serif;
}
a {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

img {
  vertical-align: middle;
}

/* navbar */
.header {
  position: sticky;
  width: 100%;
  background-color: white;
  z-index: 99;
  padding: 5px 0;
  top: 0;
  /* Added bottom box shadow */
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
}
.logo img {
	height: 30px !important;
	/*width: 94% !important;*/
}
.quicktech-brand-btn {
	border: none;
	background-color: transparent;
	color: #ff6f00333;
	font-weight: 400;
	/* padding-top: 10px; */
	/* margin-left: 20px; */
	font-size: 15px;
}
.quicktech-head {
	height: 65px !important;
	align-items: center;
	border-bottom: 1px solid #ddd;
	padding-bottom: 1px;
}
.quicktech-search-input {
  position: relative;
}
.searh-btn {
	position: absolute;
	left: 10px;
	top: 6px;
	border: none;
	background-color: transparent;
	color: #EAD9C7;
}
.quicktech-input {
	padding-left: 36px;
	border-radius: 5px;
  border: 1px solid #EAD9C7;
}
.quicketch-login-bag-btn a {
	padding: 5px 17px;
	background-color: white;
	color: black;
	font-weight: 500;
	border-radius: 20px;
	border: 2px solid transparent;
	transition: 0.4s ease-in-out;
	font-size: 14px;
}
/*.quicketch-login-bag-btn a:hover{*/
/*  background-color: white;*/
/*  color: black;*/
/*  border: 2px solid #EAD9C7;*/
/*}*/
/* navbar */

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
  background-color:#f5f5f5;
}

.dropdown-menu {
  display: none;
  margin-top: 0;
  padding: 0 !important;
}

.dropdown-menu .dropdown-column {
  padding: 15px;
}

.dropdown-menu .dropdown-column h5 {
  font-size: 14px;
  font-weight: 700;
}

.dropdown-menu .dropdown-column ul {
  list-style-type: none;
  padding-left: 0;
}

.dropdown-menu .dropdown-column ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: 0.4s ease-in-out;
  font-weight:400;
}

.dropdown-menu .dropdown-column ul li a:hover {
  color: #EAD9C7; /* Color on hover */
}
.dropdown-column{
  width: 183px !important;
}
.navbar-nav {
	display: flex;
  justify-content: center;
	flex-direction: row;
  column-gap:20px;
}
.navbar-nav .dropdown-menu {
	position: absolute !important;
	left:0;
	width: 100%;
}

.nav-link{
   font-size: 14px;
 }

.quicktech-sale {
	padding: 5px 15px;
	background-color: #ff6f00;
	font-size: 14px;
	color: white;
	border-radius: 20px;
	border: 2px solid transparent;
	transition: 0.4s ease-in-out;
}
 .quicktech-sale:hover{
   background-color: white;
   color: black;
   border: 2px solid #EAD9C7;

 }

 .quicktech-cate{
  height: 36px;
 }
 #quicktech-banner{
  padding-top: 23px;
 }

.swiper-slide img {
	height: 475px;
	width: 100% !important;
}

 .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #EAD9C7;
}
.swiper-pagination-bullet {

  padding: 8px;
}

/* ad */
#quicketch-ad{
  padding: 30px 0;
}
.quicktech-ad-gif img {
	height: auto;
	border-radius: 10px;
}
/* ad */

/* deals you cant misss */
#quicktech-deals-cantmiss{
  padding: 20px 0;
}
.quicktech-main-head p {
	font-weight: 600;
	font-size: 31px;
	color: #000c;
	font-family: "Playfair", serif;
}
.quicktech-deals-img img{
  height: 260px;
}
.quicktech-top-img a img{
  height: 160px;
}
.gapp{
  row-gap: 20px;
}
/* deals you cant misss */
/* top brands */
#quicktech-top-brands{
  padding: 20px 0;
}
/* top brands */
/* shopbt categories */
.quicktech-shopbycategories {
	border: 1px solid #ddd;
	transition: 0.2s ease-in-out;
	border-radius: 20px;
	padding: 10px;
}
.quicktech-shopbycategories a{
  color: black;
  font-weight: 600;
  transition: 0.3s ease-in-out;
}
.quicktech-shopbycategories:hover{
  box-shadow: 0 0 4px 1px #EAD9C7a3;
  transform:scale(1.02);

}
.quicktech-shopbycategories:hover a{
  /* box-shadow: 0 0 10px 1px #EAD9C785; */
  color: black;
}
.quicktech-shopbycategories img{
   height: 100px;
  
   max-width:90%;
}
/* shopby categories */

/* concern */
#quicktech-concerns{
  padding: 30px 0;
}

.quicktech-concern-img{
   display: flex;
   flex-wrap: wrap;
   column-gap: 10px;
   width: 100%;
   row-gap: 10px;

}
.quicktech-c-main {
  width: 19%;
}
.quicktech-cm{
    width:24% !important;
}
.quicktech-topb{
    width:100%;
}
.quicktech-c-main img{
  height: 210px;
  width: 100%;
}
/* concern */

/* app */
#quicktech-app{
  padding: 30px 0;
}
.quicktech-app-img{
  height: 270px;
}

/* app */

/* footer ribbons */
#quicktech-counter {
	padding: 20px 0;
	background-color: rgb(25 32 56/var(--tw-bg-opacity,1));
	margin-top: 30px;
	border: 1px solid #ddd;
}
/* footer ribbons */

/* footer */
.quicktech-footer-main{
  padding: 20px 0;
}
#footer {
	background-color: white;
	padding: 30px 0;
	border-top: 1px solid #dddddd3b;
}
/* .quicktech-footer-one{
  width: 19%;
} */
/* .quicktech-footer-one img{
  width: 75% !important;
  height: 74px;
} */
.quicktech-footer-one ul li a{
  color: white;
  font-weight: 400;
  transition: 0.4s ease-in-out;
  font-size: 17px;

}
.quicktech-footer-one ul li a:hover{
  color: #EAD9C7;
  font-weight: 500;

}
.quicktech-footer-one ul{
  padding-top: 10px;
}
.quicktech-footer-one ul li{
  padding-bottom: 3px;


}
.quicktech-footer-main{
  display: flex;
  column-gap: 20px;
}
.quicktech-footer-one h4 {
	font-size: 18px;
	color: #EAD9C7;
	font-weight: 600;
	padding-top: 22px;
}
.quicktech-footer-one img{
  width: 90%;
}
.quicktech-socials ul{
  display: flex;
  column-gap: 10px;
}
.quicktech-socials ul li a{
  display: flex;
  column-gap: 10px;
  font-size: 18px;
}
.quicktech-copyright h5{
    color: white;
    font-size: 15px;
    font-weight: 500;
}
.address li{
  color: white !important;
  font-size: 17px;
  font-weight:500;
  text-decoration: none;
}
.ff{
  text-align: end;
}
/* footer */

/* best selling */
.quictech-product-img img{
  height: 260px;

}

.quictech-product-img{
  border: 1px solid #ddd;
  overflow: hidden;
  padding-bottom: 15px;
  border-radius: 10px;
  transition: 0.4s ease-in-out;
  position: relative;
  height:435px;
}
.quicktech-wish {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 20px;
	color: black;
	padding: 2px 8px;
	background-color: #EAD9C7;
	border-radius: 5px;
}
.quicktech-wish:hover {
  color: black;
  background-color: white;

}
.quictech-product-img:hover{
 color: #EAD9C7;
  box-shadow: 0 0 4px 1px #EAD9C7a3;
}
.quictech-product-img h4{
  font-size: 18px;
  color: black;
  font-weight: 600;
  padding-top: 10px;
}
.quictech-product-img span{
  padding: 2px 10px;
  background-color: #EAD9C7;
  border-radius: 20px;
  font-size: 13px;
  color: black;
}
.quictech-product-img p{
  font-size: 17px;
  color: black;
  padding: 10px 0;
  font-weight: 500;
}
.cart-btnn{
  background-color: #EAD9C7;
  padding: 7px 20px;
  border-radius: 10px;
  color: black;
  font-weight: 600;
  transition: 0.4s ease-in-out;
  border: 2px solid transparent;
  font-size: 13px;
}
.cart-btnn:hover{
  background-color: white;
  color: black;
  border: 2px solid #EAD9C7;
  box-shadow: 0 0 10px 1px #EAD9C7a3;
}

.quicketch--cartt-btn {
	padding: 0 !important;
	background-color: transparent !important;
	color: black !important;
	font-weight: 500;
	border-radius: 0  !important;
	border: none !important;
	transition: 0.4s ease-in-out !important;
	font-size: 18px !important;
}
/*.quicketch--cartt-btn:hover{*/
/*  background-color: white;*/
/*  color: black;*/
/*  border: 2px solid #EAD9C7;*/
/*  box-shadow: 0 0 10px 1px #EAD9C7a3;*/
/*}*/
/* best-selling */

.item-sidebar{
  position: fixed;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  z-index: 99;
  color: white;
  background-color: #FCEFEF;
  border: 1px solid #EAD9C7;
  border-radius: 4px;
  padding: 0 10px;
}
.item-sidebar i{
  font-size: 18px;
  padding-bottom: 10px;
  color:black;
}
.quicktech-side-price{
  background-color: white;
  border-radius: 3px;
  color:black;
}
.quikctech-side-itemm{
  padding-top: 5px;
  line-height: 20px;
}
.quikctech-side-itemm p{
  font-size: 13px;
  padding: 0 3px;
  color:black;
}
.offcanvas{
  background-color:#E5E7EB;
}
.offcanvas-header {
	background-color: white ;
  text-align: center;
}
/* .offcanvas-header {
	display: flex;
	align-items: center;
	padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
	justify-content: unset;
	column-gap: 118px;
} */


.pt-100{
  padding-top: 0;
}

/* login */
.quicktech-login-form{
  padding: 30px;
  padding-top: 100px;
}
#quicktech-login{
  padding-bottom: 30px;
}
.quicktech-login-border{
  border: 1px solid #EAD9C7;
  border-radius: 20px;
}
.quicktech-login-form h2{
  font-size: 25px;
  font-weight: 500;
}
.quicktech-otp-btn{
  width: 100%;
  background-color: #EAD9C7;
  border: 2px solid transparent;
  color: black;
  margin-top: 25px;
  padding: 9px 0;
  border-radius: 10px;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
.quicktech-otp-btn:hover{
  background-color: white;
  border: 2px solid #EAD9C7;
  color: black;
}

/* login */

/* categories */
#quicktech-categories{
  padding-bottom: 30px;
}
.quicktech-categories-banner img{
  height: 115px;

}

.price-range {
  margin: 20px 0;
}
.price-range h5{
  font-weight: 600;
  font-size: 18px;
}
.category-list {
  list-style: none;
  padding: 0;
}
.category-list li a{
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.noUi-handle {
  background-color: white;
  border: 2px solid #f05a78;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.noUi-connect {
  background: #f05a78;
}
.price-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.noUi-horizontal .noUi-handle {
	width: 22px;
	height: 22px;
	right: -13px;
	top: -3px;
}
.noUi-handle::after, .noUi-handle::before {
	content: "";
	display: block;
	position: absolute;
	height: 14px;
	width: 1px;
	background: #E8E7E6;
	left: 8px !important;
	top: 2px !important;
}
.noUi-handle::after {
	left: 10px !important;
}
.product-categories h5{
  font-size: 18px;
  font-weight: 600;
}
.category-list li a span{
  color: rgba(0, 0, 0, 0.726);
  font-size: 14px !important;
  transition: 0.4s ease-in-out;
}
.category-list li a span:hover{
  color: #EAD9C7;

}
.badge-pill{
  padding: 3px 8px;
  background-color: #f1f1f1;

}
.search-box h5{
  font-size: 18px;
  font-weight: 600;

}
.search-box{
  position: relative;
}
.search-box input {
  border-radius: 20px;
  border-color: #e0e0e0;

}
.quicktech-seacrch-iconn {
	position: absolute;
	top: 61px;
	right: 15px;
}

.checkbox-list .form-check-label {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  font-size: 14px;
}

.count-badge {
  background-color: #f1f1f1;
  padding: 5px 10px;
  border-radius: 15px;
  font-weight: 600;
}
.quicktech-padding-categories{
  padding-left: 30px;
}
.quicktech-categories-searchbar{
  position: relative;
}
.quicktecg-cat-s-icon {
	position: absolute;
	top: 7px;
	right: 12px;
}

/* categories */

/* product-details */
#quicktech-productdetails{
  padding-bottom: 30px;
}
.quikctech-product-details-content h4{
  font-size: 21px;
  font-weight: 600;
}
.quikctech-product-details-content p{
  color: black;
  font-weight: 400;
}
.quicktech-p p{
  font-size: 20px;
  font-weight: 600;
  color: black;
}
.quicktech-p s{
  color: rgba(0, 0, 0, 0.582);
  font-weight: 400;
}
.quicktech-stars i{
  color: #FFA500;
}
.quikctech-product-details-content span{
  font-weight: 600;
  padding-bottom: 10px;
}
.quikctech-product-details-content span a{
 color: black;
}
.quikctech-product-details-content h6 {
	font-weight: 600;
	padding: 10px 0px;
}
.quikctech-product-details-content h6 a{
  color: #EAD9C7;
 }
 .wuicktech-wish-list button{
  border: none;
  border-radius: 4px;
 }
 .wuicktech-wish-list i{
  font-size: 25px;
  color: black;
  padding: 5px;
  background-color: #EAD9C7;
  border-radius: 4px;
  cursor: pointer;
 }
 /* .quicktech-quantity-button{
  height: 40px;
  width: 40px;
  background-color: #EAD9C7;
  color: white;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
 } */
  .quicktech-quantity-work{
    background-color: #ddd;
    padding: 5px 15px;
    border-radius: 5px;
  }
  .quicktech-quantity-button{
    font-weight: 600;
    cursor: pointer;
  }
 .quicktech-product-details-addcart button{
  padding: 5px 10px;
  background-color: #EAD9C7;
  color: black;
  font-weight: 600;
  border: 2px solid transparent;
  transition: 0.4s ease-in-out;
  border-radius: 5px;
 }
 .quicktech-product-details-addcart button:hover{
  background-color: white;
  color: black;
  border: 2px solid #EAD9C7;
 }
 .quicktech-p-detailss{
  padding: 20px 10px;
  background-color: #e0e0e0c8;
  border-radius: 10px;
 }
 .quicktech-p-detailss p{
font-size: 14px;
font-weight: 400;
 }
 .quicktech-product-details-delivery-return h4{
     font-size: 16px;
     font-weight: 600;
 }
 .quicktech-product-details-delivery-return p{
  font-size: 13px;

 }
 .quicktech-ps-icon{
  display: flex;
  column-gap: 10px;
  justify-content: end;
 }
 .quicktech-ps-icon li a{
  font-size: 23px;
 }
 .quicktech-ps-icon li a i {
  color: inherit; /* Ensure icons inherit the color of their parent */
}

.quicktech-ps-icon li:nth-child(1) a i {
  color: #1877F2; /* Facebook blue */
}

.quicktech-ps-icon li:nth-child(2) a i {
  color: #1DA1F2; /* Twitter blue */
}

.quicktech-ps-icon li:nth-child(3) a i {
  color: #FF0000; /* YouTube red */
}

.quicktech-ps-icon li:nth-child(4) a i {
  color: #E4405F; /* Instagram gradient pink */
}
.quicktech-p-main-img img {
	width: 100px;
	height: 71px;
}
.qucitech-p-mainn{
  column-gap: 20px;
}
/* product-details */
.btn-pink{

    background-color: #EAD9C7;
    color: black;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    border: 2px solid transparent;
}
.btn-pink:hover{

  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #EAD9C7;
}
.add-to-cart-btn{
  background-color: #EAD9C7;
  color: white;
  font-weight: bold;
  border-radius: 10px;
 padding: 5px 15px;
  border: 2px solid transparent;
  font-size: 12px;
}
.add-to-cart-btn:hover{
  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #EAD9C7;
  transition: 0.4s ease-in-out;
}

.quicktech-frequently-img img{
  height: 130px;
  width: 130px;
}
.total-price{
  font-size: 15px;
  font-weight: 500;
}
.total-price span{
  color:#EAD9C7;
}
.total h2{
  font-size: 25px !important;
  font-weight: 700 !important;
}
.checkbox-text {
  font-weight: 600;
  color: #EAD9C7;
  font-size: 14px;
}

.checkbox-text1 {
  font-size: 14px;
}
.checkbox-text span {
  color: #ff6f00;
  font-weight: normal;
}
.new-price{
  color: #EAD9C7;
  font-size: 14px;
  font-weight: 600;
}
.old-price{
  font-size: 14px;
}

.nav-pills{
  justify-content: center;
  column-gap: 13px;
}
.nav-pills .nav-link {
	 font-weight: 600;
	background-color: #ddd;
	color: rgb(107 114 128);
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: black;
	background-color:#EAD9C7;
}
.quicktech-tab-description p{
  color: rgb(107 114 128);
  font-size: 15px;
  font-weight: 400;
}

.review-form {
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  width: 50%;
}

.review-form h2 {
  margin-bottom: 15px;
  color: #5e5e5e;
}

.rating {
  margin-bottom: 15px;
}

.rating label {
  display: block;
  margin-bottom: 5px;
  color: #5e5e5e;
}

.stars span {
  font-size: 24px;
  color: #cccccc;
  cursor: pointer;
}


.quikctech-inputtt{
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
}
.quicktech-textarea{
  height: 80px;
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
}


.file-upload {
  display: block;
  background-color: #eeeeee;
  padding: 10px;
  border-radius: 5px;
  cursor: pointer;
  margin-bottom: 15px;
  color: #5e5e5e;
  text-align: center;
  width: 50%;
}

.quicktech-review-btn{
  padding: 8px 20px;
  background-color: #EAD9C7;
  border: 2px solid transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
  transition: 0.4s ease-in-out;
}
.quicktech-review-btn:hover{
  background-color: white;
  border: 2px solid #EAD9C7;
  color: black;
}

.quicktech-question-answer p{
  background-color: rgb(217 237 247);
  color: black;
  font-weight: 400;
  padding: 8px;
  font-size: 15px;
}
.quicktech-question-answer p a{
 color: #EAD9C7;
}

.quicktech-questions p{
  font-size: 15px;
  color: rgb(107 114 128);

}
.quicktech-questions span{
  font-size: 11px;
  margin-left: 18px;

}
.quikctech-answers p{
  font-size: 15px;
  color: rgb(107 114 128);

}
.quikctech-answers span{
  font-size: 11px;
  margin-left: 18px;

}
.quicktech-q-a{
  background-color: #e0e0e0c8;
  padding: 20px;
  border-radius: 4px;
}

#quikctech-customer-viewed{
  padding-bottom: 30px;
}

.quikctech-sidecart-img img{
     width: 80px;
     height: 80px;
}


.offcanvas-header h5{
  font-weight: 700;
  padding-right: 20px;
}

.quicktech-close{
background-color: #EAD9C7 !important;
}

.pp p{
  font-size: 14px;
  font-weight: 400;
}
.pp p span{
  font-size: 13px;
  font-weight: 400;
}
.quikctech-sidebar-cart-details button{
  background-color: transparent;
  border: none;
  color: red;
}
.quicktech-sidebar-cart-content {
  padding: 10px;
  background-color: white;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.quicktech-quantity-buttonn {
	padding: 1px 10px;
	background-color: #EAD9C7;
	color: black;
  cursor: pointer;
}
.quicktech-quantiti-work{
  justify-content: end;
}
.quicktech-side-cart-price p{
  background-color: white;
  padding: 5px 5px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;

}
.offcanvas-body{
  position: relative;
  overflow-x: hidden;
  width: 100% !important;

}
.side-cart-footer {
	position: fixed;
	bottom: 0;
	background-color: white;
	padding: 10px;
	width: 395px;
	/* column-gap: 177px; */
	align-items: center;
}
.side-cart-footer p{
  font-size: 16px;
  font-weight: 600;
  width: 76px;
}
.side-cart-footer span{
  color: black;
  font-size: 15px;
  width: 72px;
}
.side-cart-footer a{
  padding: 6px 17px;
  background-color: #ff6f00;
  color: black;
  font-weight: 600;
  width: 112px;
}
.offcanvas-body {
	flex-grow: 1;
	padding-left: 0 !important;
	overflow-y: auto;
}

/* dashboard */
/*.quicktech-dash-tab button {*/
/*  background-color: transparent !important;*/
/*  font-size: 20px;*/
/*  font-weight: 400 !important;*/
/*  color: black !important;*/
/*  text-align: left;*/
/*  transition: 0.3s ease-in-out;*/
/*}*/
/*.quicktech-dash-tab button:hover {*/
/*  color: #EAD9C7 !important;*/
/*}*/
/*.quicktech-dash-tab button.active {*/
/*  background-color: #EAD9C7 !important;*/
/*  color: black !important;*/
/*}*/
/*.quicktech-dashboard-tab-content{*/
/*  background-color: rgb(251 245 246);*/
/*  padding: 40px 20px;*/
/*  border-radius: 10px;*/
/*}*/
/*.quicktech-dashboard-tab-content p a{*/
/* color: #EAD9C7;*/
/*}*/
/*.quicktech-dashboard-tab-content p{*/
/*  font-size: 16px;*/
/*  font-weight: 500;*/
/*}*/

/* order */
#quicktech-dashboard{
  padding-bottom: 30px;
}
.order-card {
  background-color: #f8f9fc;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
}
.order-card header {
  background-color: #1e2c48;
  color: white;
  padding: 15px;
  border-radius: 8px 8px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.order-card header h1 {
  font-size: 18px;
  margin: 0;
  font-weight: normal;
}
.order-card header .order-id {
  color: #EAD9C7;
  font-weight: bold;
}
.order-card header .view-button {
  background-color: #EAD9C7;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 5px 15px;
  cursor: pointer;
}
.order-card section {
  padding: 15px 0;
}
.order-card section .label {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
.order-card section .value {
  font-size: 14px;
  margin-bottom: 10px;
}
.order-card .footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 14px;
  color: #555;
}

.quicktech-order-content-main{
  background-color: rgb(251 245 246);
  padding: 20px;
  border-radius: 10px;
}
/* address */
.quicktech-add-address-btn {
  background: none;
  border: none;
  color: #FF4081;
  font-size: 16px;
  cursor: pointer;
  margin-bottom: 20px;
}

.quicktech-address-form {
  display: none;
  flex-direction: column;
  gap: 10px;
}

.quicktech-address-form input,
.quicktech-address-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
  width: 100%;
}

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

.quicktech-close-btn,
.quicktech-save-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}

.quicktech-close-btn {
  background-color: #1A2238;
  color: white;
}

.quicktech-save-btn {
  background-color: #FF4081;
  color: white;
}

.quicktech-address-list {
  margin-top: 20px;
}

.quicktech-address-item {
  display: flex;
  justify-content: space-between;
  background-color: #1A2238;
  color: white;
  padding: 15px;
  border-radius: 5px;
}

.quicktech-edit-btn {
  background: none;
  border: none;
  color: #FF4081;
  cursor: pointer;
}
/* address */
.quicktech-container {
	margin: 0 auto;
	padding: 20px;
  background-color: white;
	padding-bottom: 55px;
}
.quicktech-bg{
  background-color: rgb(251 245 246);
  padding: 30px;
  border-radius: 10px;
}

.quicktech-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 15px;
}

.quicktech-row input,
.quicktech-row select {
  width: 48%;
  padding: 10px;
  border-radius: 5px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.quicktech-row select {
  background-color: #fff;
}

.quicktech-row input::placeholder {
  color: #ccc;
}

.quicktech-btn {
  background-color: #ff4d7e;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
  float: right;
}

/* otp */
.otp-container {
  text-align: center;
  padding: 30px;
}

.otp-container h2 {
  margin-bottom: 10px;
  font-size: 24px;
}

.otp-container p {
  font-size: 14px;
  margin: 10px 0;
  color: #ff6f00;
}

.otp-container strong {
  font-weight: bold;
  font-size: 16px;
}

.otp-input-container {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	column-gap: 20px;
}

.otp-input-container input {
  width: 45px;
  height: 45px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

.otp-input-container input:focus {
  border-color: #007bff;
  outline: none;
  box-shadow: 0 0 5px rgba(0, 123, 255, 0.5);
}

.resend-otp {
  color: #f78fb3;
  font-size: 14px;
  margin-bottom: 20px;
}

.resend-otp span {
  color: #f78fb3;
  font-weight: bold;
}

.verify-button {
  background-color: #EAD9C7;
  color: black;
  padding: 10px 30px;
  border: 2px solid transparent;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}

.verify-button:hover {
  background-color: white;
  border: 2px solid #EAD9C7;
  color: black;
}
/* dashboard */

/* order-details */
.quicktech.order-container {
  font-family: 'Arial', sans-serif;
  margin: 20px;
  padding: 20px;
  background-color: #f8f8f8;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.quicktech.order-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 2px solid #eee;
  margin-bottom: 20px;
}

.order-header h2 {
  font-size: 21px;
  color: #ff6f00;
  font-weight: 700;
}
.order-header span {
color: #EAD9C7;
}

.quicktech.order-number {
  color: #f45b5b;
}

.quicktech.order-status {
  color: #ff4d4d;
  font-weight: bold;
}

.quicktech.order-details {
  margin-bottom: 20px;
}

.quicktech.order-items {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.quicktech.order-items th,
.quicktech.order-items td {
  padding: 10px;
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-weight: 500;
  font-size: 16px;
}

.quicktech.order-items th {
  background-color: #f5f5f5;
  color: #555;
}

.quicktech.order-items img {
  width: 60px;
  height: 60px;
}

.quicktech.customer-details, .quicktech.delivery-address, .quicktech.order-summary {
  background-color: #fff;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.quicktech.customer-details h3, .quicktech.delivery-address h3, .quicktech.order-summary h3 {
  margin-bottom: 15px;
  font-size: 18px;
  color: #ff6f00;
  font-weight: 600;
}

.quicktech.customer-details table {
  width: 100%;
  border-collapse: collapse;
}

.quicktech.customer-details td {
  padding: 8px 0;
  border-bottom: 1px solid #ddd;
  font-size: 15px ;
  font-weight: 500;
}

.quicktech.address-summary {
  display: flex;
  justify-content: space-between;
}

.quicktech.total {
  text-align: right;
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #eee;
}

.quicktech.total h2 {
  font-size: 24px;
  color: #ff6f00;
}

.quicktech-ad p{
  font-size: 15px;
  font-weight: 400;
}
.quicktech-ad strong{
  font-size: 15px;
  font-weight: 700;
}

/* checkout */
.quicktec-container {
  padding: 40px;
  background-color: #fff;
}
.quicktec-title {
  font-weight: bold;
  margin-bottom: 15px;
}
.quicktec-form-control, .quicktec-form-select {
  margin-bottom: 15px;
}
.quicktec-summary {
  border-left: 2px solid #eee;
  padding-left: 40px;
}
.quicktec-summary h6 {
  font-weight: bold;
}
.quicktec-total {
  font-size: 24px;
  color: #EAD9C7;
  font-weight: bold;
}
.quicktec-order-btn {
  background-color: #EAD9C7;
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 15px;
}
.quicktec-order-btn:hover {
  background-color: #EAD9C7;
}
.apply-btn {
  padding: 6px 18px;
  background-color: #EAD9C7;
  border: 2px solid transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
}
.apply-btn:hover {
  padding: 6px 18px;
  background-color: white;
  border: 2px solid #EAD9C7;
  color: black;
}
.quicktech-coupon input{
  padding: 4px 0;
  padding-left: 5px;
  padding-right: 6px;
  border-radius: 4px;
  border: 2px solid #ddd;
}

/* privacy policy */
.quicktech-privacy-policy h3{
  text-align: center;
  font-size: 27px;
  font-weight: 600;
  padding-bottom: 20px;
}

.quicktech-privacy-policy p{
  font-size: 16px;
  font-weight: 400;
}

#quicktech-privacy{
  padding-bottom: 30px;
}

#quicktech-mobile-nav{
  display: none;

}

.quikctech-recommend h4{
  font-size: 20px;
  font-weight: 600;
}

.quicktech-bottom-nav-filter{
  display: none;
}

/* outlets */
.quicktech-outlet-head h4{
       font-size: 24px;
       font-weight: 600;
}
.quicktech-outlet-head p{
  font-size: 16px;
  font-weight: 400;
}
#quicktech-outlets{
  padding-bottom: 30px;
}
.out-imgg{
  height: 365px;
}
/* outlets */

/* magazine */
.quicktech-magazine-img img{
  height: 650px;
}
.quicktech-magazine-img p{
  font-weight: 500;
  color: black;
  padding-top: 10px;
}
/* magazine */

/* our story */
#quicktech-ourstory{
  padding-bottom: 30px;
}
.quicktech-mission h3{
  font-size: 20px;
  font-weight: 600;
}
.quicktech-mission p{
  font-size: 16px;
  font-weight: 400;
}
.quicktech-its-new{
  background-color: #f05a7894;
  padding: 10px;
}
.quicktech-its-new h3{
  font-size: 18px;
  font-weight: 500;
}
.quicktech-ceo-details{
  padding: 50px 0;
}
.quicktech-ceo-details h5{
  font-size: 21px;
  font-weight: 600;
}
.quicktech-ceo-details p{
  font-size: 16px;
  font-weight: 400;
}
.quicktech-see-gal img{
  height: 340px;
}
/* our story */

/* winter-sale */
#winter-sale{
  padding: 30px 0;
}
.quicktech-winsale-btn a {
  font-size: 23px;
  padding: 8px 24px;
  background: linear-gradient(to right, #EAD9C7, #ff5a8e);
  border: 4px solid transparent;
  border-radius: 8px;
  color: white;
  font-weight: 600;
  transition: 0.4s ease;
  background-origin: border-box;
  background-clip: padding-box, border-box;
  position: relative;
  z-index: 1;
}

.quicktech-winsale-btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, #745d65, #ff5a8e, #EAD9C7, #4d4044);
  z-index: -1;
  background-size: 300% 300%;
  border-radius: 8px;
  padding: 4px; /* Match the border width */
  animation: borderAnimation 2s linear infinite;
}

.quicktech-winsale-btn a:hover::before {
  background: linear-gradient(45deg, #f5145b, #EAD9C7, #ff5a8e, #EAD9C7);
}

@keyframes borderAnimation {
  0% {
     background-position: 0% 50%;
  }
  100% {
     background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
 }
 0% {
    background-position: 100% 50%;
 }
}
/* winter-sale */

/* brands */
.dropdown-menu-large {
  width: 858px; /* Adjust the width of the dropdown */
}
.brand-list {
  max-height: 400px;
  overflow-y: auto;
  border-right: 1px solid #ddd;
}
.brand-logos {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: space-around;
	max-height: 600px;
	overflow-y: scroll;
}
.brand-logos img {
  width: 120px;
  height: 80px;
  margin: 6px;
  border: 2px solid #f7f7f7;
}
.list-group-item a{
  font-size: 14px;
  color: black;
  font-weight: 500;
}
.brand-list{
  padding: 10px 23px;
}

/* brands */


.search_img{
    width:90px;
}
.search_img img{
    width:100%;
    height:70px
}
.search_content p{
    color:black;
    padding-left:10px;
}
.search_product{
    padding:20px;
}
.search_product ul li {
	border-bottom: 1px solid #0000001f;
	margin-bottom: 5px;
}
.wishlist-icon{
    color: red !important
}

.dropdown-column a{
    color:black;
    font-weight:700;
    font-size:16px;
}

/* Container to hide the overflow and set the background */
.quicktech-marquee {
  width: 100%;
  overflow: hidden;
  background-color: #EAD9C7; /* Light grayish-beige from the image */
  padding: 20px 0;
  box-sizing: border-box;
  white-space: nowrap;
}

/* The moving track */
.quicktech-marquee-inner {
  display: inline-block;
  /* Adjust the '20s' to make the marquee scroll faster or slower */
  animation: quicktech-marquee-scroll 20s linear infinite;
}

/* Typography and spacing for the text items */
.quicktech-marquee-text {
  color: #000000b2; /* Vibrant orange from the image */
  font-family: sans-serif;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 45px; /* Adjust this to change the gap between phrases */
}

/* Pause the animation when hovered (Optional but recommended) */
.quicktech-marquee:hover .quicktech-marquee-inner {
  animation-play-state: paused;
}

/* The seamless scrolling animation */
@keyframes quicktech-marquee-scroll {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    /* Moves exactly halfway through the content to seamlessly loop */
    transform: translate3d(-50%, 0, 0);
  }
}

.brand-item p{
    font-size: 15px;
  font-weight: 600;
  cursor:pointer;
} 


/* Update your existing img style */
.quicktech-shopbycategories img {

  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  transition: transform 0.3s ease-in-out; /* Smoothness */
  backface-visibility: hidden; /* Prevents flickering */
}

/* Add this hover rule */
.quicktech-shopbycategories:hover img {
  transform: rotateY(360deg); /* Flips horizontally 360 degrees */
}

.quicktech-cm a img{
    width:100%;
    height:307px;
}

.quicktech-topb a img{
    width:100%;
    height:258px;
}

.quicktech-logos-main {
	gap: 19px;
}

.quciktech-login-wel a{
    font-size: 14px;
  color: black;
}

.offers{
    display: flex;
  gap: 13px;
  align-items: center;
}
.offers a{
    font-size: 14px;
  color: black;
}

.px-50{
    padding: 0 50px;
}


.quicketch-login-bag-btn{
    align-items:center;
}

.quikctech-top-right-menu ul {
	display: flex;
	gap: 14px;
	justify-content: end;
}
.quikctech-top-right-menu ul li a{
    font-size:13px;
    color:white;
}

.quikctech-top-right-menu li{
    color:white;
}

.top-head {
    background-color:#ff6f00;
}


.quicktech-categorysss img{
    width: 100%;
  height: 249px;
  border-radius: 5px;
  transition:0.3s ease;
}

.quicktech-categorysss img:hover{
    transform:scale(1.02);
}

.quikctech-flash-header h2 {
            font-size: 31px;
            font-weight: 500;
            color: #000;
            font-family: "Playfair", serif;
        }

        .quikctech-flash-view-all {
            color: #d11235;
            font-size: 0.9rem;
            font-weight: 500;
            text-decoration: none;
        }

        .quikctech-flash-card {
            border: none;
            border-radius: 12px;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
            padding: 24px 20px;
            background-color: #fff;
            transition: transform 0.2s ease-in-out;
        }

        .quikctech-flash-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        }

        .quikctech-flash-deal-text {
            color: #999;
            font-size: 0.9rem;
            font-weight: 500;
            text-align: center;
            margin-bottom: 8px;
        }

        .quikctech-flash-timer-wrapper {
            text-align: center;
            margin-bottom: 20px;
        }

        .quikctech-flash-timer {
            display: flex;
            justify-content: center;
            align-items: baseline;
            font-weight: 600;
            font-size: 1.3rem;
            color: #222;
        }

        .quikctech-flash-colon {
            color: #ccc;
            margin: 0 8px;
            font-weight: 400;
        }

        .quikctech-flash-timer-labels {
            display: flex;
            justify-content: center;
            color: #aaa;
            font-size: 0.7rem;
            margin-top: -2px;
        }

        .quikctech-flash-timer-labels span {
            width: 38px; /* Fixed width to align under numbers */
            text-align: center;
            margin: 0 3px;
        }

        .quikctech-flash-img-wrapper {
            height: 160px;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-bottom: 20px;
        }

        .quikctech-flash-img-wrapper img {
            max-height: 100%;
            max-width: 90%;
            object-fit: contain;
        }

        .quikctech-flash-title {
            font-size: 1rem;
            font-weight: 600;
            color: #222;
            margin-bottom: 4px;
        }

        .quikctech-flash-subtitle {
            font-size: 0.8rem;
            color: #777;
            margin-bottom: 12px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .quikctech-flash-rating {
            color: #ffc107;
            font-size: 0.85rem;
            margin-bottom: 12px;
        }

        .quikctech-flash-rating-count {
            color: #666;
            font-size: 0.8rem;
            margin-left: 4px;
        }

        .quikctech-flash-price-row {
            display: flex;
            align-items: center;
        }

        .quikctech-flash-price-current {
            color: #d11235;
            font-weight: 600;
            font-size: 1.05rem;
            margin-right: 12px;
        }

        .quikctech-flash-price-old {
            color: #999;
            font-size: 0.85rem;
            text-decoration: line-through;
            margin-right: auto; /* Pushes the badge to the right */
        }

        .quikctech-flash-discount {
            background-color: #d11235;
            color: #fff;
            font-size: 0.7rem;
            font-weight: 600;
            padding: 3px 8px;
            border-radius: 2px;
        }
        
        
        /* Base Container Styles */


.quicktech-pp-product-card {
  padding: 10px;
  border-radius: 20px;
  background-color: #fff;
  transition: all 0.3s ease;
  border: 1px solid transparent;
  position:relative;
}

/* Active Card Style (Like the CeraVe card) */
.quicktech-pp-product-card-active {
  border: 1px solid #e0e0e0;
}

.quicktech-pp-product-image-wrap {
  width: 100%;
  height: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.quicktech-pp-product-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.quicktech-pp-product-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 12px;
}

.quicktech-pp-product-titles {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.quicktech-pp-product-name {
  font-size: 15px;
  font-weight: 600;
  color: #222;
  margin: 0;
}

.quicktech-pp-product-variant {
  font-size: 13px;
  color: #666;
  margin: 0;
}

.quicktech-pp-product-wishlist {
  background: transparent;
  border: 1px solid #ddd;
  border-radius: 8px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}

.quicktech-pp-product-wishlist-active {
  background: #f4e8df;
  border-color: #f4e8df;
}

.quicktech-pp-product-pricing {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 16px;
}

.quicktech-pp-product-price-current {
  font-size: 16px;
  font-weight: 700;
  color: #111;
}

.quicktech-pp-product-price-old {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.quicktech-pp-product-price-discount {
  font-size: 12px;
  color: #999;
}

.quicktech-pp-product-btn {
  width: 100%;
  padding: 8px 12px;
  background-color: #ff6f00;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.2s;
  font-family: inherit;
}

.quicktech-pp-product-btn-active {
  background-color: #eee4d9;
  color: #ff6f00;
}

.quicktech-pp-product-btn:hover {
  opacity: 0.9;
}

/* --- Controls Section --- */
.quicktech-pp-product-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding: 0 10px;
}

/* Pagination Overrides */
.quicktech-pp-product-pagination {
  position: static !important;
  width: auto !important;
  display: flex;
  gap: 8px;
  margin: 0;
}

.swiper-pagination-bullet {
  background: #ccc !important;
  opacity: 1 !important;
  width: 4px !important;
  height: 4px !important;
  transition: all 0.2s;
}

.swiper-pagination-bullet-active {
  background: #ff6f00 !important;
  transform: scale(1.1);
}

/* Navigation Buttons Overrides */
.quicktech-pp-product-nav-wrap {
  display: flex;
  gap: 12px;
  position: relative;
}

.quicktech-pp-product-nav-btn {
  position: static !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  margin: 0 !important;
  border: 1px solid #ff6f00;
}

.quicktech-pp-product-nav-btn::after {
  font-size: 14px !important;
  font-weight: bold;
}

.quicktech-pp-product-nav-prev {
  background-color: #fff;
  color: #ff6f00 !important;
  border: 1px solid #ccc;
}

.quicktech-pp-product-nav-next {
  background-color: #eee4d9;
  color: #ff6f00 !important;
  border: 1px solid #eee4d9;
}

.quicktech-pp-product-swiper{
    position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
    padding-bottom:4px;
}

.wishlist-item {
    position: absolute;
  right: 11px;
  top: 273px;
}
.asd{
    top: 362px;
}

/* Add a transparent border to the card by default to prevent layout shift */
.quicktech-pp-product-card {
	border: 1px solid transparent;
	transition: border-color 0.3s ease;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
	background: white;
}

/* Add a transition to the button for a smooth color change */
.quicktech-pp-product-btn {
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 1. Add border to the card when hovered */
.quicktech-pp-product-card:hover {
  border: 1px solid #BABABA; /* Replace #ff6f00333 with your preferred border color */
}

/* 2. Change the button background color when the card is hovered */
.quicktech-pp-product-card:hover .quicktech-pp-product-btn {
  background-color: #02b135; /* Replace #0056b3 with your preferred background color */
  color: white; /* Replace with your preferred text color */
}


.quicktech-pp-product-name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

/**/




/* Section & Container Setup */
    /*.quicktech-comboo-section {*/
    /*  padding: 60px 0;*/
    /*  background-color: #ffffff;*/
    /*  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;*/
    /*}*/
    
    /*.quicktech-comboo-container {*/
    /*  max-width: 1200px;*/
    /*  margin: 0 auto;*/
    /*  padding: 0 15px;*/
    /*}*/

    .quicktech-comboo-main-title {
      text-align: center;
     font-family: "Playfair", serif;
      font-size: 36px;
      color: #222222;
      margin-bottom: 35px;
      font-weight: 500;
    }

.quikctech-sh-concer-main-title{
    font-family: "Playfair", serif;
}

.quikctech-skin-type-main-title{
    font-family: "Playfair", serif;
}

    /* Card Box Layout */
    .quicktech-comboo-card {
      background-color: #ff6f00; /* Soft nude/beige tone from image */
      padding: 0;
      box-sizing: border-box;
      border-radius: 2px;
    }

   .quicktech-comboo-img-wrap {
	position: relative;
	width: 100%;
	aspect-ratio: 1 / 1;
	overflow: hidden;
	background-color: #ffffff;
	height: 326px !important;
}

    .quicktech-comboo-image {
      width: 100%;
      height: 100% !important;
      display: block;
      object-fit: cover;
    }

    /* Top Overlay Countdown Timer */
    .quicktech-comboo-timer {
      position: absolute;
      top: 10px;
      left: 10px;
      right: 10px;
      background-color: #332316;
      color: #ffffff;
      padding: 6px 12px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 13px;
      border-radius: 4px;
      z-index: 2;
    }

    .quicktech-comboo-timer-label {
      font-weight: 400;
      opacity: 0.9;
    }

    .quicktech-comboo-timer-countdown {
      font-weight: 700;
      letter-spacing: 0.5px;
    }

    /* Status Pill Badges */
 .quicktech-comboo-body {
	padding: 14px 14px 14px 14px;
}

    .quicktech-comboo-badge-wrap {
      margin-bottom: 8px;
    }

    .quicktech-comboo-status-badge {
      display: inline-flex;
      align-items: center;
      background-color: #ffffff;
      padding: 4px 12px;
      border-radius: 20px;
      font-size: 12px;
      font-weight: 600;
      color: #2c2c2c;
    }

    .quicktech-comboo-dot {
      width: 7px;
      height: 7px;
      border-radius: 50%;
      margin-right: 6px;
      display: inline-block;
    }

    .quicktech-comboo-badge-live .quicktech-comboo-dot {
      background-color: #3ae374;
    }

    .quicktech-comboo-badge-soon .quicktech-comboo-dot {
      background-color: #ff9f43;
    }

    /* Product Link / Description Text */
    .quicktech-comboo-link {
      text-decoration: none;
    }

    .quicktech-comboo-description {
      font-size: 14px;
      color: white;
      font-weight: 500;
      line-height: 1.4;
      margin: 0;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }

    /* Swiper Slider Footer Controls Configuration */
    .quicktech-comboo-controls {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-top: 30px;
      position: relative;
    }

    .quicktech-comboo-pagination.swiper-pagination-bullets {
      position: relative;
      bottom: 0;
      width: auto;
      text-align: left;
    }

    .quicktech-comboo-pagination .swiper-pagination-bullet {
      background: #cccccc;
      opacity: 1;
      width: 8px;
      height: 8px;
      margin: 0 4px !important;
    }

    .quicktech-comboo-pagination .swiper-pagination-bullet-active {
      background: #222222;
    }

    .quicktech-comboo-nav-wrap {
      display: flex;
      gap: 29px;
    }

    .quicktech-comboo-prev, 
    .quicktech-comboo-next {
      position: relative;
      width: 42px;
      height: 42px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      color: #222222;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      margin: 0;
      background-color: #ffffff;
      font-size: 14px;
      transition: all 0.2s ease;
    }

    

    .quicktech-comboo-prev::after, 
    .quicktech-comboo-next::after {
      display: none; /* Disables standard default layout icons */
    }
    .quicktech-comboo-slider{
            position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
    padding-bottom:4px;
    }
    
    
    .quikctech-skin-type-card {
      position: relative;
      background: transparent;
      border: none;
    }

    .quikctech-skin-type-link {
      text-decoration: none;
      display: block;
    }

    /* Image Container (Forced Square 1:1 Aspect Ratio) */
    .quikctech-skin-type-img-wrap {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      margin-bottom: 15px;
      background-color: #f7f7f7;
    }

    .quikctech-skin-type-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
      transition: transform 0.4s ease;
    }

    /* Subtle hover effect on the image */
    .quikctech-skin-type-link:hover .quikctech-skin-type-img {
      transform: scale(1.03);
    }

    /* Text Label Typography styling */
    .quikctech-skin-type-label {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 16px;
      font-weight: 700;
      color: #2c2c2c;
      margin: 0;
      text-align: left;
      transition: color 0.2s ease;
    }

    .quikctech-skin-type-link:hover .quikctech-skin-type-label {
      color: #707070; /* Soft color shift on card hover */
    }
    
    .quicktech-topb a{
        color: black;
        transition:0.3s ease;
    }
    
   .quikctech-sh-concer-card {
      border: none;
      border-radius: 20px;
      padding: 12px;
      height: 100%;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    /* Background variations matching the image color tones */
   

    .quikctech-sh-concer-bg-gray {
      background-color: #02b1350a; /* Cool light gray tint for remaining cards */
      transition:0.3s ease;
    }
.quikctech-sh-concer-bg-gray:hover{
      background-color: #f3e4d8;
}
    /* Interactive Link Formatting */
    .quikctech-sh-concer-link {
      text-decoration: none;
      display: block;
    }

    .quikctech-sh-concer-link:hover .quikctech-sh-concer-card {
      transform: translateY(-4px);
    }

    /* Rounded Image Frame container */
    .quikctech-sh-concer-img-wrap {
      width: 100%;
      aspect-ratio: 1 / 1;
      overflow: hidden;
      border-radius: 16px;
      background-color: #ffffff;
    }

    .quikctech-sh-concer-img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block;
    }

    /* Typography Text Details */
    .quikctech-sh-concer-body {
      padding: 14px 6px 4px 6px;
    }

    .quikctech-sh-concer-title {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      font-size: 18px;
      font-weight: 600;
      color: #2d2d2d;
      margin-bottom: 2px;
      line-height: 1.2;
    }

    .quikctech-sh-concer-subtitle {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
      font-size: 13px;
      font-weight: 400;
      color: #8a8a8a;
      margin: 0;
    }
    
    
    /**/
    
    
    .quicktech-serss-card {
      border: none;
      border-radius: 0px; /* Sharp squared edges to match image exactly */
      padding: 24px 28px;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
    }

    /* Card Variant 1: Active Accent Peach Tint */
    .quicktech-serss-bg-peach {
      background-color: #ebdcd0; /* Precise warm nude color match */
    }

    /* Card Variant 2: Cool Gray Tints */
    .quicktech-serss-bg-gray {
      background-color: #02b1350a; /* Subtle soft off-white/gray */
    }

    /* SVG Icon Container Layout */
    .quicktech-serss-icon-wrap {
      margin-bottom: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #222222; /* Dark line-art styling matches image */
    }

    /* Text Typography Properties */
    .quicktech-serss-body {
      width: 100%;
    }

    .quicktech-serss-title {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 22px;
      font-weight: 500;
      color: #222222;
      margin-bottom: 12px;
      letter-spacing: -0.3px;
    }

    .quicktech-serss-description {
      font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #555555;
      margin: 0;
      max-width: 90%;
    }
    
    
    /**/
    
    /* Core Layout Rules */
.quikctech-ff-footer {
  background-color: #f7f8f9;
  color: #101828;
  font-family: 'Inter', sans-serif;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.quikctech-ff-footer .container-fluid {
  padding-left: 5%;
  padding-right: 5%;
}

/* Column Styles & Typography */
.quikctech-ff-footer-logo img {
  width: 52%;
}

.quikctech-ff-footer-brand-title {
  font-family: 'Playfair Display', serif;
  font-size: 26px;
  color: #2d2d2d;
  font-weight: 400;
  margin-top: 10px;
}

.quikctech-ff-footer-title {
  font-size: 15px;
  font-weight: 700;
  color: #0f172a;
  margin-bottom: 6px;
}

.quikctech-ff-footer-title.section-heading {
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 18px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.quikctech-ff-footer-address {
  font-size: 14px;
  color: #475569;
  margin-bottom: 16px;
  line-height: 1.4;
}

/* Link List Styling */
.quikctech-ff-footer-links-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
  line-height: 2.2;
  font-size: 14px;
}

.quikctech-ff-footer-links-list a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.quikctech-ff-footer-links-list a:hover {
  color: #000000;
}

/* Contact Details */
.quikctech-ff-footer-contact {
  font-size: 14px;
  margin-bottom: 1rem;
}

.quikctech-ff-footer-contact p {
  margin-bottom: 6px;
}

.quikctech-ff-footer-contact a {
  color: #0f172a;
  text-decoration: underline;
  font-weight: 500;
}

/* Social Icon Blocks */
.quikctech-ff-footer-socials {
  display: flex;
  align-items: center;
  gap: 18px;
  font-size: 16px;
}

.quikctech-ff-footer-socials a {
  color: #0f172a;
  transition: opacity 0.2s;
}

.quikctech-ff-footer-socials a:hover {
  opacity: 0.7;
}

/* Swiper Slider Modifiers */
.quikctech-ff-footer-slider {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  max-width: 446px;
}

.quikctech-ff-footer-slider img {
  height: 100%;
  object-fit: cover;
}

/* Swiper Navigation Custom Formatting */
.quikctech-ff-footer-prev,
.quikctech-ff-footer-next {
  background: #ffffff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: #000000;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.08);
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quikctech-ff-footer-prev::after,
.quikctech-ff-footer-next::after {
  display: none !important;
}

.quikctech-ff-footer-prev i,
.quikctech-ff-footer-next i {
  font-size: 14px;
}

.quikctech-ff-footer-pagination .swiper-pagination-bullet-active {
  background: #000000 !important;
}

/* Footer Bottom Break */
.quikctech-ff-footer-bottom {
  margin-top: 3rem;
}

.quikctech-ff-footer-divider {
  border-top: 1px solid #e2e8f0;
  margin-bottom: 20px;
}

.quikctech-ff-footer-bottom .copyright p {
  color: #64748b;
  font-size: 13px;
  margin-bottom: 0;
}

.quikctech-ff-footer-slider{
    position:relative;
    overflow:hidden;
    width:100%;
    height:276px;
    
}
    
    
    
     .quikctech-pdetails-new-breadcrumb {
            font-size: 0.85rem;
            font-weight: 500;
            margin-bottom: 20px;
        }
        .quikctech-pdetails-new-breadcrumb a {
            color: var(--text-main);
            text-decoration: none;
        }
        .quikctech-pdetails-new-breadcrumb span {
            color: var(--text-muted);
        }

        /* Image Gallery Grid */
        .quikctech-pdetails-new-gallery {
            margin-bottom: 3rem;
        }
        .quikctech-pdetails-new-img-container {
            width: 100%;
            height: 100%;
            overflow: hidden;
        }
        .quikctech-pdetails-new-img-container img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center;
        }
        /* Specific heights to force the grid to align perfectly */
        .quikctech-pdetails-new-main-img-wrap {
            height: 600px;
        }
        .quikctech-pdetails-new-sub-img-wrap {
            height: 295px; /* (600 - 10px gap) / 2 */
        }
        
        .quikctech-pdetails-new-show-btn {
            position: absolute;
            bottom: 20px;
            right: 20px;
            background: white;
            border: 1px solid #ddd;
            padding: 8px 16px;
            font-weight: 500;
            box-shadow: 0 2px 5px rgba(0,0,0,0.1);
            transition: all 0.2s;
        }
        .quikctech-pdetails-new-show-btn:hover {
            background: #f8f9fa;
        }

        /* Product Content */
        .quikctech-pdetails-new-title {
            font-size: 2.2rem;
            font-weight: 700;
            margin-bottom: 1.5rem;
        }
        .quikctech-pdetails-new-desc p, 
        .quikctech-pdetails-new-desc ul {
            color: var(--text-muted);
            font-size: 0.95rem;
            line-height: 1.6;
        }
        .quikctech-pdetails-new-desc ul {
            padding-left: 1.2rem;
            margin-bottom: 2rem;
        }

        /* Tabs Overlay */
        .quikctech-pdetails-new-tabs {
            border-bottom: 1px solid #ddd;
            margin-bottom: 1.5rem;
        }
        .quikctech-pdetails-new-tabs .nav-link {
            border: none;
            color: var(--text-muted);
            padding: 0.5rem 0;
            margin-right: 2rem;
            font-weight: 500;
            background: transparent;
        }
        .quikctech-pdetails-new-tabs .nav-link:hover {
            border: none;
            color: var(--text-main);
        }
        .quikctech-pdetails-new-tabs .nav-link.active {
            color: var(--text-main);
            border-bottom: 2px solid var(--text-main);
            border-radius: 0;
        }

        /* Right Sidebar Elements */
        .quikctech-pdetails-new-price {
            font-size: 1.8rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
        }
        .quikctech-pdetails-new-rating {
            font-size: 0.85rem;
            color: var(--text-muted);
            margin-bottom: 1.5rem;
        }
        .quikctech-pdetails-new-stars {
            color: #FFC107;
            margin-right: 5px;
        }
        
        .quikctech-pdetails-new-label {
            font-size: 0.9rem;
            font-weight: 500;
            margin-bottom: 0.5rem;
            display: block;
        }
        
        /* Size Selector */
        .quikctech-pdetails-new-size-btn {
            border: 1px solid #ccc;
            background: white;
            padding: 6px 16px;
            border-radius: 20px;
            font-size: 0.9rem;
            margin-right: 8px;
            transition: all 0.2s;
        }
        .quikctech-pdetails-new-size-btn.active {
            background-color: #ff6f00;
            border-color: #ff6f00;
            color:white;
        }

        /* Quantity */
        .quikctech-pdetails-new-qty {
            width: 70px;
            border-radius: 8px;
            border: 1px solid #ccc;
            padding: 8px;
            text-align: center;
        }

        /* Action Buttons */
        .quikctech-pdetails-new-cart-btn {
            background-color: #ff6f00;
            color: white;
            font-weight: 600;
            padding: 12px;
            border-radius: 8px;
            border: none;
            width: 100%;
            margin-bottom: 10px;
            transition: background 0.2s;
        }
        .quikctech-pdetails-new-cart-btn:hover {
            background-color: #02b135;
        }
        
        .quikctech-pdetails-new-buy-btn {
            background-color: white;
            color: var(--text-main);
            font-weight: 600;
            padding: 12px;
            border-radius: 8px;
            border: 1px solid var(--text-main);
            width: 100%;
            transition: background 0.2s;
        }
        .quikctech-pdetails-new-buy-btn:hover {
            background-color: #f8f9fa;
        }

        /* Modal Swiper Tweaks */
        .quikctech-pdetails-new-modal-img {
            width: 100%;
            max-height: 80vh;
            object-fit: contain;
        }
        .swiper-button-next, .swiper-button-prev {
            color: var(--text-main);
        }
        .swiper-pagination-bullet-active {
            background: var(--text-main);
        }
     :root {
            --text-main: #222222;
            --text-muted: #666666;
            --btn-beige: #EADCD0;
            --btn-beige-hover: #dccbc0;
        }
    
  .quikctech-pdetails-new-price s {
	font-size: 22px;
	color: #000000b0;
}



/* Container Card Styles */
.card.quikctech-acc-search {
  max-width: 100%;
  border: 1px solid #EAEAEA !important;
  border-radius: 12px;
  padding: 16px;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.02);
  background-color: #ffffff;
 
}

/* Base Button Styling */
.accordion-button.quikctech-acc-search {
	font-size: 16px;
	font-weight: 500;
	color: #1A1A1A;
	background-color: transparent;
	padding: 10px 16px;
	border-radius: 8px !important;
	transition: all 0.2s ease;
}

/* Active / Expanded Header State (matching the tan tint) */
.accordion-button.quikctech-acc-search:not(.collapsed) {
  background-color: #ECDBC9 !important;
  color: #2D2D2D !important;
  box-shadow: none;
}

/* Customizing the Bootstrap Chevron Icon to look thinner/sleek */
.accordion-button.quikctech-acc-search::after {
  background-size: 14px;
  transition: transform 0.2s ease;
}

/* Reset focus rings */
.accordion-button.quikctech-acc-search:focus {
  border-color: transparent;
  box-shadow: none;
}

/* Checklist and Typography Layouts */
.quikctech-acc-search-body .form-check {
  min-height: auto;
  padding-left: 0;
}

.quikctech-acc-search-body .form-check-input {
  float: none;
  margin-left: 0;
  width: 18px;
  height: 18px;
  border: 1.5px solid #2D2D2D;
  border-radius: 4px;
  cursor: pointer;
}

/* Remove default blue bootstrap checkbox color */
.quikctech-acc-search-body .form-check-input:checked {
  background-color: #2D2D2D;
  border-color: #2D2D2D;
}

.quikctech-acc-search-body .form-check-label {
  font-size: 15px;
  color: #2D2D2D;
  font-weight: 400;
  cursor: pointer;
  vertical-align: middle;
}

/* Sub-item count label positioning and style */
.quikctech-acc-search-body .count-text {
  font-size: 14px;
  color: #A0A5B5 !important;
  font-weight: 400;
}

.quikctech-mob {
    display:none;
}

.mobpslider{
    position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
}

/* Mirror Swiper's native styles onto your new custom classes */
.mobp-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
}

.quicktech-cartnew-card {
            border: 1px solid #f0f0f0;
            border-radius: 1.5rem;
            background-color: #ffffff;
            box-shadow: 0 4px 20px rgba(0,0,0,0.02);
            padding: 2rem;
        }

        .quicktech-cartnew-item-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 0.75rem;
        }

        .quicktech-cartnew-title {
            font-size: 0.9rem;
            font-weight: 600;
            color: black;
            margin-bottom: 0.25rem;
        }

        .quicktech-cartnew-price {
            font-size: 0.85rem;
            font-weight: 700;
        }

        .quicktech-cartnew-price-old {
            font-size: 0.85rem;
            color: #999;
            text-decoration: line-through;
            margin-left: 0.5rem;
        }

        .quicktech-cartnew-qty-wrapper {
            background-color: #f8f9fa;
            border-radius: 2rem;
            padding: 0.25rem;
            display: inline-flex;
            align-items: center;
        }

        .quicktech-cartnew-btn-qty {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            border: none;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: bold;
            font-size: 1.1rem;
            line-height: 1;
            padding: 0;
        }

        .quicktech-cartnew-btn-minus {
            background-color: #ffffff;
            color: #666;
            box-shadow: 0 2px 4px rgba(0,0,0,0.05);
        }

        .quicktech-cartnew-btn-plus {
            background-color: #68a042;
            color: #ffffff;
        }

        .quicktech-cartnew-input-qty {
            width: 40px;
            text-align: center;
            border: none;
            background: transparent;
            font-weight: 600;
            font-size: 0.9rem;
            outline: none;
        }

        .quicktech-cartnew-btn-remove {
            color: #ff4d4f;
            font-size: 0.85rem;
            font-weight: 600;
            text-decoration: none;
            cursor: pointer;
            border: none;
            background: none;
        }

        .quicktech-cartnew-total-price {
            font-weight: 700;
            font-size: 0.95rem;
            color: #ff6f00;
        }

        .quicktech-cartnew-summary-title {
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }

        .quicktech-cartnew-progress {
            height: 4px;
            background-color: #f0f0f0;
            border-radius: 2px;
            margin-bottom: 1.5rem;
        }
        .quicktech-cartnew-progress-bar {
            width: 30%;
            height: 100%;
            background-color: #3d332d;
            border-radius: 2px;
        }

        .quicktech-cartnew-summary-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1rem;
            font-size: 0.95rem;
            color: #555;
        }

        .quicktech-cartnew-radio-label {
            color: #6c757d;
        }

        .quicktech-cartnew-btn-checkout {
            background-color: #ff6f00;
            color: white;
            border-radius: 0.75rem;
            padding: 1rem;
            font-weight: 600;
            width: 100%;
            display: flex;
            justify-content: space-between;
            align-items: center;
            border: none;
            transition: background-color 0.2s;
        }
        
        .quicktech-cartnew-btn-checkout:hover {
            background-color: #222;
        }

        .form-check-input:checked {
            background-color: #68a042;
            border-color: #68a042;
        }
          .quicktech-cartnew-btn-checkout{
              transition:0.3s ease;
          }
        .quicktech-cartnew-btn-checkout:hover{
            color:white;
        }
        
        
        
        /**/
        
        
        .quicktech-checkoutnew-card {
            background: #fff;
            border-radius: 1rem;
            border: 1px solid #f0f0f0;
            margin-bottom: 1.5rem;
            box-shadow: 0 2px 15px rgba(0,0,0,0.02);
        }

        /* --- Header Section --- */
        .quicktech-checkoutnew-page-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-bottom: 1.5rem;
            padding: 0 1rem;
        }
        .quicktech-checkoutnew-page-title {
            display: flex;
            align-items: center;
            font-size: 1.5rem;
            font-weight: 700;
            margin: 0;
        }
        .quicktech-checkoutnew-icon-box {
            width: 40px;
            height: 40px;
            background-color: #e2e8f0;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            margin-right: 1rem;
            color: #ff6f00;
        }
        .quicktech-checkoutnew-delivery-est {
            color: #555;
            font-size: 0.9rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        /* --- Accordion Sections --- */
        .quicktech-checkoutnew-section-header {
            padding: 1.5rem;
            display: flex;
            justify-content: space-between;
            align-items: center;
            cursor: pointer;
            user-select: none;
        }
        .quicktech-checkoutnew-section-title {
            font-size: 1.1rem;
            font-weight: 500;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        .quicktech-checkoutnew-info-icon {
            width: 16px;
            height: 16px;
            border: 1px solid #999;
            border-radius: 50%;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            font-size: 0.7rem;
            color: #999;
        }
        .quicktech-checkoutnew-chevron {
            transition: transform 0.3s ease;
            color: #666;
        }
        .quicktech-checkoutnew-section.active .quicktech-checkoutnew-chevron {
            transform: rotate(180deg);
        }

        .quicktech-checkoutnew-section-body {
            padding: 0 1.5rem 1.5rem 1.5rem;
            display: none;
        }
        .quicktech-checkoutnew-section.active .quicktech-checkoutnew-section-body {
            display: block;
        }
        .quicktech-checkoutnew-section-summary {
            padding: 0 1.5rem 1.5rem 1.5rem;
            display: block;
        }
        .quicktech-checkoutnew-section.active .quicktech-checkoutnew-section-summary {
            display: none;
        }

        /* --- Form Inputs --- */
        .quicktech-checkoutnew-form-label {
            font-size: 0.85rem;
            color: #555;
            margin-bottom: 0.4rem;
        }
        .quicktech-checkoutnew-form-control {
            border: 1px solid #e0e0e0;
            border-radius: 0.5rem;
            padding: 0.75rem 1rem;
            font-size: 0.95rem;
            width: 100%;
            transition: all 0.2s;
        }
        .quicktech-checkoutnew-form-control:focus {
            outline: none;
            border-color: #68a042;
            box-shadow: 0 0 0 3px rgba(104, 160, 66, 0.1);
        }
        .quicktech-checkoutnew-input-group {
            display: flex;
            align-items: center;
            border: 1px solid #e0e0e0;
            border-radius: 0.5rem;
            overflow: hidden;
            background: #fff;
        }
        .quicktech-checkoutnew-input-group.success {
            border-color: #198754;
        }
        .quicktech-checkoutnew-input-group.error {
            border-color: #dc3545;
        }
        .quicktech-checkoutnew-input-prefix {
            display: flex;
            align-items: center;
            padding: 0 1rem;
            background: #fff;
            border-right: 1px solid #e0e0e0;
            gap: 0.5rem;
            color: #555;
        }
        .quicktech-checkoutnew-input-group input {
            border: none;
            flex: 1;
            padding: 0.75rem 1rem;
            outline: none;
        }
        .quicktech-checkoutnew-input-icon-right {
            padding-right: 1rem;
            color: #198754;
        }

        /* --- Payment Tabs --- */
        .quicktech-checkoutnew-payment-tabs {
            display: flex;
            gap: 1rem;
            margin-bottom: 1.5rem;
            flex-wrap: wrap;
        }
        .quicktech-checkoutnew-payment-btn {
            border: 1px solid #e0e0e0;
            background: #fff;
            padding: 0.75rem 1.5rem;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
            font-weight: 500;
            cursor: pointer;
            transition: all 0.2s;
            color: #555;
        }
        .quicktech-checkoutnew-payment-btn.active {
            border-color: #68a042;
            background-color: #fcfdfa;
            color: #ff6f00;
        }
        .quicktech-checkoutnew-payment-btn:hover:not(.active) {
            background-color: #f8f9fa;
        }

        /* --- Review Order Images --- */
        .quicktech-checkoutnew-review-imgs {
            display: flex;
            align-items: center;
            background-color: #f8f9fa;
            border-radius: 0.5rem;
            padding: 1rem;
        }
        .quicktech-checkoutnew-review-img-wrap {
          
            border: 2px solid #fff;
            border-radius: 0.5rem;
            overflow: hidden;
            width: 45px;
            height: 45px;
            background: #fff;
        }
        .quicktech-checkoutnew-review-img-wrap img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .quicktech-checkoutnew-review-more {
            width: 45px;
            height: 45px;
            background: #fff;
            border-radius: 0.5rem;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            font-size: 0.75rem;
            font-weight: 600;
            color: #555;
            margin-left: 15px;
            box-shadow: 0 2px 5px rgba(0,0,0,0.05);
            line-height: 1.2;
        }

        /* --- Sidebar Summary --- */
        .quicktech-checkoutnew-summary-box {
            padding: 1.5rem;
        }
        .quicktech-checkoutnew-summary-title {
            font-size: 1.1rem;
            font-weight: 600;
            margin-bottom: 1.5rem;
        }
        .quicktech-checkoutnew-summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.75rem;
            color: #6b859e;
            font-size: 0.95rem;
        }
        .quicktech-checkoutnew-summary-row.val {
            color: #ff6f00;
        }
        .quicktech-checkoutnew-coupon-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 1rem 0;
            border-top: 1px solid #f0f0f0;
            border-bottom: 1px solid #f0f0f0;
            margin: 1rem 0;
        }
        .quicktech-checkoutnew-total-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            font-size: 1.25rem;
            font-weight: 600;
            margin-bottom: 1rem;
        }
        .quicktech-checkoutnew-terms {
            font-size: 0.75rem;
            color: #6b859e;
            margin-bottom: 1.5rem;
            line-height: 1.4;
        }
        .quicktech-checkoutnew-terms a {
            color: #6b859e;
            text-decoration: underline;
        }
        .quicktech-checkoutnew-btn-submit {
            background-color: #ff6f00;
            color: #fff;
            width: 100%;
            padding: 1rem;
            border-radius: 0.5rem;
            border: none;
            font-weight: 600;
            transition: background 0.2s;
        }
        .quicktech-checkoutnew-btn-submit:hover {
            background-color: #222;
        }
        
        /* Utility */
        .text-green { color: #68a042; }
        
        
        
        
        
        
        /* --- Review Order Expanded List --- */
        .quicktech-checkoutnew-review-list-container {
            background-color: #fcfcfc;
            border-radius: 0.75rem;
            padding: 1rem;
        }
        .quicktech-checkoutnew-review-item {
            background-color: #ffffff;
            border-radius: 0.75rem;
            padding: 1rem;
            margin-bottom: 0.75rem;
            display: flex;
            align-items: center;
            border: 1px solid #f0f0f0;
            box-shadow: 0 2px 8px rgba(0,0,0,0.01);
        }
        .quicktech-checkoutnew-review-item:last-child {
            margin-bottom: 0;
        }
        .quicktech-checkoutnew-review-item-img {
            width: 60px;
            height: 60px;
            object-fit: cover;
            border-radius: 0.5rem;
            margin-right: 1rem;
            background-color: #f8f9fa;
        }
        .quicktech-checkoutnew-review-qty {
            background-color: #f8f9fa;
            color: #555;
            font-weight: 600;
            font-size: 0.85rem;
            padding: 0.25rem 0.75rem;
            border-radius: 1rem;
            margin-right: 1.5rem;
        }
        .quicktech-checkoutnew-review-item-title {
            font-size: 0.95rem;
            font-weight: 500;
            margin-bottom: 0.25rem;
            color: #ff6f00;
        }
        .quicktech-checkoutnew-review-item-price {
            font-size: 0.85rem;
            font-weight: 700;
            color: #ff6f00;
        }
        .quicktech-checkoutnew-review-item-old-price {
            font-size: 0.85rem;
            color: #a0a0a0;
            text-decoration: line-through;
            margin-left: 0.5rem;
        }
        .quicktech-checkoutnew-review-item-total {
            font-weight: 600;
            font-size: 0.95rem;
            color: #ff6f00;
        }
        
        
        
        .quikctech-placedorder-card {
            background: #ffffff;
            border-radius: 1.25rem;
            border: 1px solid #f3f3f3;
            padding: 2rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
        }

        /* --- Header / Status Box --- */
        .quikctech-placedorder-header-row {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            margin-bottom: 0.5rem;
        }
        .quikctech-placedorder-title {
            font-size: 1.5rem;
            font-weight: 700;
            color: #111;
            margin: 0;
        }
        .quikctech-placedorder-subtitle {
            font-size: 0.9rem;
            color: #8e9cb0;
            margin-bottom: 2.5rem;
        }
        .quikctech-placedorder-badge-progress {
            border: 1px solid #a3d9a5;
            color: #52b757;
            background-color: #f6fbf6;
            font-size: 0.8rem;
            font-weight: 600;
            padding: 0.4rem 1rem;
            border-radius: 2rem;
        }

        /* --- Central Checked Visual --- */
        .quikctech-placedorder-center-status {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            margin-bottom: 3rem;
        }
        .quikctech-placedorder-check-circle {
            width: 64px;
            height: 64px;
            background-color: #3cd14e;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            color: white;
            margin-bottom: 1rem;
            box-shadow: 0 8px 20px rgba(60, 209, 78, 0.25);
        }
        .quikctech-placedorder-status-text {
            font-size: 1.25rem;
            font-weight: 700;
            color: #111;
        }

        /* --- Progress Timeline Track --- */
        .quikctech-placedorder-timeline-container {
            display: flex;
            justify-content: space-between;
            position: relative;
            margin: 0 2rem;
        }
        .quikctech-placedorder-timeline-step {
            flex: 1;
            /*text-align: center;*/
            position: relative;
        }
        .quikctech-placedorder-timeline-line {
            position: absolute;
            top: 10px;
            left: 0;
            width: 100%;
            height: 4px;
            background-color: #f1f3f5;
            z-index: 1;
        }
        .quikctech-placedorder-timeline-line.active {
            background-color: #3d2b1f; /* Custom chocolate brown track line */
        }
        .quikctech-placedorder-timeline-node {
            width: 22px;
            height: 22px;
            border-radius: 50%;
            background-color: #fff;
            border: 2px solid #e9ecef;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            position: relative;
            z-index: 2;
            margin-bottom: 0.75rem;
        }
        .quikctech-placedorder-timeline-node.active {
            background-color: #3cd14e;
            border-color: #3cd14e;
            color: #fff;
        }
        .quikctech-placedorder-timeline-node.current-empty {
            border-color: #dee2e6;
            background-color: #fff;
        }
        .quikctech-placedorder-timeline-label {
            font-size: 0.85rem;
            font-weight: 500;
            color: #a0aec0;
            display: flex;
            align-items: center;
            justify-content: left;
            gap: 0.4rem;
        }
        .quikctech-placedorder-timeline-label.active {
            color: #4a5568;
            font-weight: 600;
        }

        /* --- Items Table Styles --- */
        .quikctech-placedorder-items-header {
            display: flex;
            justify-content: space-between;
            padding-bottom: 1rem;
            border-bottom: 1px solid #f7f7f7;
            margin-bottom: 1rem;
            font-size: 0.9rem;
            color: #718096;
            font-weight: 500;
        }
        .quikctech-placedorder-item-row {
            display: flex;
            align-items: center;
            justify-content: space-between;
            padding: 1.25rem 0;
            border-bottom: 1px solid #f8f9fa;
        }
        .quikctech-placedorder-item-row:last-of-type {
            border-bottom: none;
            margin-bottom: 1.5rem;
        }
        .quikctech-placedorder-item-left {
            display: flex;
            align-items: center;
            gap: 1.25rem;
        }
        .quikctech-placedorder-item-img-wrapper {
            width: 64px;
            height: 64px;
            border-radius: 0.75rem;
            background-color: #e2f1ff;
            overflow: hidden;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        .quikctech-placedorder-item-img-wrapper img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        .quikctech-placedorder-item-name {
            font-size: 0.95rem;
            font-weight: 600;
            color: #2d3748;
            margin-bottom: 0.25rem;
        }
        .quikctech-placedorder-item-price-current {
            font-size: 0.9rem;
            font-weight: 700;
            color: #1a202c;
        }
        .quikctech-placedorder-item-price-old {
            font-size: 0.85rem;
            color: #a0aec0;
            text-decoration: line-through;
            margin-left: 0.5rem;
        }
        .quikctech-placedorder-item-qty {
            font-size: 0.95rem;
            font-weight: 600;
            color: #4a5568;
        }

        /* --- Pagination --- */
        .quikctech-placedorder-pagination {
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }
        .quikctech-placedorder-page-btn {
            width: 36px;
            height: 36px;
            border: 1px solid #edf2f7;
            background: #fff;
            border-radius: 0.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #718096;
            transition: all 0.2s;
            font-size: 0.9rem;
        }
        .quikctech-placedorder-page-btn.active {
            background-color: #f7f9fa;
            color: #1a202c;
            font-weight: 600;
            border-color: #e2e8f0;
        }
        .quikctech-placedorder-page-btn:hover:not(.active) {
            background-color: #f8f9fa;
        }

        /* --- Sidebar Specific Components --- */
        .quikctech-placedorder-sidebar-title {
            font-size: 1.1rem;
            font-weight: 700;
            color: #2d3748;
            margin-bottom: 1.25rem;
        }
        .quikctech-placedorder-summary-row {
            display: flex;
            justify-content: space-between;
            margin-bottom: 0.85rem;
            font-size: 0.95rem;
            color: #718096;
        }
        .quikctech-placedorder-summary-row .value {
            color: #2d3748;
            font-weight: 500;
        }
        .quikctech-placedorder-summary-total-row {
            display: flex;
            justify-content: space-between;
            font-size: 1.1rem;
            font-weight: 700;
            color: #1a202c;
            margin-top: 1.25rem;
            padding-top: 1.25rem;
            border-top: 1px solid #f1f3f5;
        }
        
        .quikctech-placedorder-sidebar-highlight-text {
            color: #4cd137;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }
        
        /* --- Cancel Banner Box --- */
        .quikctech-placedorder-cancel-box {
            background: #fff;
            border: 1px solid #f1f3f5;
            border-radius: 1.25rem;
            padding: 1.5rem;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 1rem;
            box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
        }
        .quikctech-placedorder-cancel-text {
            font-size: 0.9rem;
            color: #4a5568;
            line-height: 1.5;
            margin: 0;
            max-width: 65%;
        }
        .quikctech-placedorder-cancel-btn {
            background: transparent;
            border: 1px solid #ff7675;
            color: #ff7675;
            font-weight: 600;
            padding: 0.6rem 1.25rem;
            border-radius: 2rem;
            font-size: 0.85rem;
            transition: all 0.2s;
            white-space: nowrap;
        }
        .quikctech-placedorder-cancel-btn:hover {
            background-color: #fff5f5;
            color: #d63031;
            border-color: #d63031;
        }
        
        
        /**/
        
        .quicktech-da-order-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .quicktech-da-order-title {
        font-size: 24px;
        font-weight: 600;
        margin-bottom: 24px;
        color: #374151;
    }

    /* Filters / Tabs */
    .quicktech-da-order-filters {
        display: flex;
        gap: 12px;
        margin-bottom: 32px;
    }

    .quicktech-da-order-filter-btn {
        padding: 8px 16px;
        border-radius: 8px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        color: #4b5563;
        transition: all 0.2s;
    }

    .quicktech-da-order-filter-btn:hover {
        background-color: #f9fafb;
    }

    .quicktech-da-order-filter-btn.quicktech-da-order-active {
        border-color: #d946ef; /* Magenta/Pink hue */
        color: #c026d3;
    }

    /* Order Card */
    .quicktech-da-order-card {
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        padding: 24px;
        margin-bottom: 24px;
    }

    /* Top Section of Card */
    .quicktech-da-order-card-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 20px;
        flex-wrap: wrap;
        gap: 20px;
    }

    .quicktech-da-order-info-group {
        display: flex;
        align-items: center;
        gap: 12px;
    }

    .quicktech-da-order-icon-circle {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background-color: #f3f4f6;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #4b5563;
    }

    .quicktech-da-order-icon-circle svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    .quicktech-da-order-text-col {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .quicktech-da-order-label {
        font-size: 15px;
        font-weight: 500;
        color: #374151;
    }

    .quicktech-da-order-subtext {
        font-size: 13px;
        color: #6b7280;
    }

    /* Status Badges */
    .quicktech-da-order-status {
        padding: 6px 12px;
        border-radius: 20px;
        font-size: 12px;
        font-weight: 500;
        border: 1px solid;
    }

    .quicktech-da-order-status.quicktech-da-order-delivered,
    .quicktech-da-order-status.quicktech-da-order-progress {
        color: #16a34a;
        border-color: #86efac;
        background-color: #f0fdf4;
    }

    .quicktech-da-order-status.quicktech-da-order-cancelled {
        color: #dc2626;
        border-color: #fca5a5;
        background-color: #fef2f2;
    }

    /* Link */
    .quicktech-da-order-link {
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        color: #374151;
        text-decoration: none;
        font-weight: 500;
    }

    .quicktech-da-order-link:hover {
        text-decoration: underline;
    }

    .quicktech-da-order-link svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    /* Bottom Section (Images) */
    .quicktech-da-order-gallery {
        background-color: #f9fafb;
        border-radius: 12px;
        padding: 12px;
        display: flex;
        align-items: center;
        gap: 8px;
        overflow-x: auto;
    }

    .quicktech-da-order-img-box {
        width: 56px;
        height: 72px;
        border-radius: 8px;
        background-color: #e0f2fe; /* Light blue placeholder bg */
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        overflow: hidden;
    }

    .quicktech-da-order-img-box img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .quicktech-da-order-more-count {
        width: 56px;
        height: 72px;
        border-radius: 8px;
        background-color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        font-weight: 600;
        color: #4b5563;
        flex-shrink: 0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    }
    
    /**/
    
    
    .new-ad-acc-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .new-ad-acc-title {
        font-size: 22px;
        font-weight: 600;
        color: #374151;
        margin-bottom: 24px;
    }

    .new-ad-acc-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Address Card */
    .new-ad-acc-card {
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        background-color: #ffffff;
        padding: 16px 20px;
        transition: border-color 0.2s;
    }

    .new-ad-acc-card:hover {
        border-color: #d1d5db;
    }

    /* View Mode Layout */
    .new-ad-acc-view-mode {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .new-ad-acc-left-group {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .new-ad-acc-radio {
        width: 18px;
        height: 18px;
        accent-color: #65a30d; /* Green color matching the image */
        cursor: pointer;
    }

    .new-ad-acc-text-group {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .new-ad-acc-label {
        font-size: 15px;
        font-weight: 500;
        color: #4b5563;
    }

    .new-ad-acc-details {
        font-size: 13px;
        color: #6b7280;
    }

    /* Action Buttons */
    .new-ad-acc-edit-btn,
    .new-ad-acc-add-btn,
    .new-ad-acc-action-btn {
        background: transparent;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 6px;
        font-size: 14px;
        font-weight: 500;
        color: #65a30d;
        transition: color 0.2s;
    }

    .new-ad-acc-edit-btn:hover,
    .new-ad-acc-action-btn:hover {
        color: #4d7c0f;
    }

    .new-ad-acc-add-btn {
        color: #4b5563;
        margin-top: 24px;
        padding: 8px 0;
    }

    .new-ad-acc-add-btn:hover {
        color: #111827;
    }

    .new-ad-acc-icon {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    /* Edit Form Layout */
    .new-ad-acc-edit-mode {
        display: none; /* Hidden by default */
        flex-direction: column;
        gap: 16px;
    }

    .new-ad-acc-input-group {
        display: flex;
        gap: 16px;
        width: 100%;
    }

    .new-ad-acc-input-col {
        display: flex;
        flex-direction: column;
        gap: 8px;
        flex: 1;
    }

    .new-ad-acc-input-col label {
        font-size: 13px;
        font-weight: 500;
        color: #4b5563;
    }

    .new-ad-acc-input {
        width: 100%;
        padding: 10px 14px;
        border: 1px solid #e5e7eb;
        border-radius: 8px;
        font-size: 14px;
        color: #374151;
        outline: none;
    }

    .new-ad-acc-input:focus {
        border-color: #65a30d;
    }

    .new-ad-acc-btn-group {
        display: flex;
        gap: 12px;
        justify-content: flex-end;
    }

    /* Reusable utility classes */
    .new-ad-acc-btn-cancel {
        color: #6b7280;
    }
    .new-ad-acc-btn-cancel:hover {
        color: #374151;
    }
        
        
        /**/
        
        .quicktech-pay-ac-wrapper * {
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .quicktech-pay-ac-list {
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* Card Styling */
    .quicktech-pay-ac-card {
        display: flex;
        align-items: center;
        justify-content: space-between;
        background-color: #ffffff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 16px 20px;
        transition: border-color 0.2s ease;
    }

    .quicktech-pay-ac-card:hover {
        border-color: #d1d5db;
    }

    /* Left Group (Icon + Text) */
    .quicktech-pay-ac-info-group {
        display: flex;
        align-items: center;
        gap: 16px;
    }

    .quicktech-pay-ac-icon {
        width: 40px;
        height: 24px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    /* Typography */
    .quicktech-pay-ac-text-col {
        display: flex;
        flex-direction: column;
        gap: 4px;
    }

    .quicktech-pay-ac-title {
        font-size: 15px;
        font-weight: 500;
        color: #374151;
    }

    .quicktech-pay-ac-subtitle {
        font-size: 12px;
        font-weight: 400;
        color: #64748b; /* Slightly bluish-gray matching the design */
    }

    /* Delete Button */
    .quicktech-pay-ac-delete-btn {
        background: transparent;
        border: none;
        color: #ef4444; /* Red */
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 4px;
        border-radius: 4px;
        transition: background-color 0.2s, color 0.2s;
    }

    .quicktech-pay-ac-delete-btn:hover {
        background-color: #fef2f2;
        color: #dc2626;
    }

    .quicktech-pay-ac-delete-btn svg {
        width: 18px;
        height: 18px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }

    /* Add Button */
    .quicktech-pay-ac-add-btn {
        background: transparent;
        border: none;
        color: #4b5563;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        display: flex;
        align-items: center;
        gap: 8px;
        margin-top: 24px;
        transition: color 0.2s;
    }

    .quicktech-pay-ac-add-btn:hover {
        color: #111827;
    }

    .quicktech-pay-ac-add-btn svg {
        width: 16px;
        height: 16px;
        stroke: currentColor;
        stroke-width: 2;
        stroke-linecap: round;
        stroke-linejoin: round;
        fill: none;
    }
    
    
    .quicktech-coupons-ac-title { font-size: 22px; font-weight: 600; color: #374151; margin-bottom: 24px; }

    /* Card Layout */
    .quicktech-coupons-ac-card {
        background: #fff;
        border: 1px solid #e5e7eb;
        border-radius: 12px;
        padding: 16px 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

    .quicktech-coupons-ac-info { display: flex; flex-direction: column; gap: 4px; }
    .quicktech-coupons-ac-code { font-weight: 700; color: #111827; font-size: 15px; }
    .quicktech-coupons-ac-desc { font-size: 13px; color: #6b7280; }

    /* Action Buttons */
    .quicktech-coupons-ac-actions { display: flex; gap: 16px; }
    .quicktech-coupons-ac-btn { 
        background: none; border: none; cursor: pointer; 
        font-size: 13px; font-weight: 500; display: flex; align-items: center; gap: 4px;
    }
    .quicktech-coupons-ac-edit { color: #65a30d; }
    .quicktech-coupons-ac-del { color: #dc2626; }

    /* Add Section */
    .quicktech-coupons-ac-add-section { margin-top: 24px; display: flex; gap: 10px; }
    .quicktech-coupons-ac-input { padding: 8px 12px; border: 1px solid #d1d5db; border-radius: 8px; flex: 1; }
    .quicktech-coupons-ac-add-btn { background: #65a30d; color: #fff; border: none; padding: 8px 16px; border-radius: 8px; cursor: pointer; }
    
    
    
    .quicktech-dash-tab {
    background: #f9fafb;
    padding: 20px;
    border-radius: 16px;
    min-width: 260px;
    }

.quicktech-sidebar-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 15px 25px 15px;
    font-weight: 600;
    font-size: 16px;
}

.quicktech-sidebar-profile img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.quicktech-dash-tab .nav-link {
    color: #6b7280;
    border-radius: 8px;
    text-align: left;
    padding: 12px 15px;
    margin-bottom: 5px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 12px;
    transition: 0.2s;
}

.quicktech-dash-tab .nav-link:hover, 
.quicktech-dash-tab .nav-link.active {
    background-color: #f3f4f6;
    color: #111827;
}

/* Specific styling for the Active/Focus state that looks like the black box in your image */
.quicktech-dash-tab .nav-link.active {
    background-color: #1f2937;
    color: #ffffff;
}

.quicktech-sidebar-divider {
    height: 1px;
    background: #e5e7eb;
    margin: 15px 0;
}

.quicktech-logout-btn {
    color: #ef4444 !important;
    width: 100%;
  padding: 8px;
  border-radius: 7px;
  border: 1px solid #ddd;
  margin-top: 20px;
}

.mob{
    display:none !important;
}


.quicktech-shop-type{
    position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
}

.quicktech-top-brand{
    position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
}

.quicktech-shop-concern{
    position:relative;
    overflow:hidden;
    width:100%;
    height:auto;
    
}