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

img {
  vertical-align: middle;
}

/* navbar */
.header{
  position: fixed;
  width: 100%;
  background-color: white;
  z-index: 99999999;
  padding: 0 0;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* bottom shadow */
}
.logo img {
	max-height: 78px !important;
	width: 94% !important;
}
.quicktech-brand-btn{
  border: none;
  background-color: transparent;
  color: black;
  font-weight: 600;
  padding-top: 10px;
}
.quicktech-head {
  height: 64px !important;
  align-items: center;
}
.quicktech-search-input {
  position: relative;
}
.searh-btn {
	position: absolute;
	left: 14px;
	top: 8px;
	border: none;
	background-color: transparent;
	color: #D5AC4B;
}

#offcanvasRight{
    z-index: 9999999999999999;
}
.quicktech-input {
	padding-left: 36px;
	border-radius: 20px;
 border: 2px solid #D5AC4B;
}
.quicketch-login-bag-btn a{
  padding: 5px 17px;
  background-color: #b58e33;
  color: white;
  font-weight: 500;
  border-radius: 5px;
border: 2px solid transparent;
transition: 0.4s ease-in-out;
}
.quicketch-login-bag-btn a:hover{
  background-color: white;
  color: black;
  border: 2px solid #b58e33;
}
/* navbar */

.navbar-nav .nav-item:hover .dropdown-menu {
  display: block;
}

.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: #b58e33; /* 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;
}

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

 .quicktech-sale{
  padding: 5px 15px;
  background-color: #b58e33;
  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 #b58e33;

 }

 .quicktech-cate{
  height: 45px;
 }
 #quicktech-banner{
  padding-top: 175px;
 }

.swiper-slide img {
	height: 497px;
	width: 100% !important;
	object-fit: cover;
}
 .swiper-pagination-bullet-active {
	opacity: var(--swiper-pagination-bullet-opacity, 1);
	background: #b58e33;
}
.swiper-pagination-bullet {

  padding: 8px;
}

/* ad */
#quicketch-ad{
  padding: 30px 0;
}
.quicktech-ad-gif img{
  height: 130px;
}
/* ad */

/* deals you cant misss */
#quicktech-deals-cantmiss{
  padding: 20px 0;
}
.quicktech-main-head p{
  font-weight: 700;
  font-size: 20px;
}

.quicktech-main-head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
}

.quicktech-main-head a{
    padding: 5px 20px;
  background-color: #b58e33;
  color: white;
  border-radius: 5px;
  font-weight: 600;
}

.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.4s ease-in-out;
  border-radius: 20px;
}
.quicktech-shopbycategories a{
  color: black;
  font-weight: 600;
  transition: 0.4s ease-in-out;
}
.quicktech-shopbycategories:hover{
  box-shadow: 0 0 4px 1px #b58e33a3;

}
.quicktech-shopbycategories:hover a{
  /* box-shadow: 0 0 10px 1px #b58e3385; */
  color: #b58e33;
}
.quicktech-shopbycategories img{
   height: 140px;
   border-top-left-radius: 20px;
   border-top-right-radius: 20px;
}
/* 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%;
  border: 1px solid #ddd;
  border-radius: 10px;
  transition:0.2s ease;
  overflow:hidden;
}
.quicktech-c-main:hover{
    box-shadow: 0 0 4px 1px #b58e33a3;
}
.quicktech-c-main img{
  height: 210px;
  width: 100%;
    border-radius: 10px;
}
/* concern */

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

/* app */

/* footer ribbons */
#quicktech-counter{
  padding: 20px 0;
  background-color: #b58e33;
  margin-top: 30px;
}
/* footer ribbons */

/* footer */
.quicktech-footer-main{
  padding: 20px 0;
}
#footer{
  background-color: #b58e33;
  padding: 30px 0;
}
/* .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: white;
  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: white;
	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: 169px;

}

.quictech-product-img {
	border: 1px solid #ddd;
	overflow: hidden;
	padding-bottom: 15px;
	border-radius: 10px;
	transition: 0.4s ease-in-out;
	position: relative;
     height: 299px;
}

.quikctech-p-text-inn{
    padding:0 15px;
}

.quicktech-wish {
	position: absolute;
	top: 16px;
	right: 12px;
	font-size: 20px;
	color: white;
	padding: 2px 8px;
	background-color: #b58e33;
	border-radius: 5px;
}
.quicktech-wish:hover {
  color: black;
  background-color: white;

}
.quictech-product-img:hover{
 color: #b58e33;
  box-shadow: 0 0 4px 1px #b58e33a3;
}
/*.quictech-product-img h4{*/
/*    padding: 0 25px;*/
/*    padding-top: 0px;*/
/*  font-size: 17px;*/
/*  font-weight: 500;*/
/*  color: #000000e5;*/
/*  padding-top: 12px;*/
/*}*/
.quictech-product-img h4{
    /*padding: 0 25px;*/
    padding-top: 0px;
  font-size: 15px;
  font-weight: 500;
  color: #000000e5;
  padding-top: 12px;
}
.quictech-product-img span {
	padding: 2px 10px;
	background-color: black;
	border-radius: 20px;
	font-size: 13px;
	color: white;
	position: absolute;
	top: 31px;
	left:5px;
}
.quictech-product-img p{
  font-size: 17px;
  color: black;
  padding: 0 0;
  font-weight: 500;
}
.cart-btnn{
  background-color: #b58e33;
  padding: 7px;
  border-radius: 10px;
  color: white;
  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 #b58e33;
  box-shadow: 0 0 10px 1px #b58e33a3;
}
.quicketch--cartt-btn{
  padding: 5px 17px;
  background-color: #b58e33;
  color: white;
  font-weight: 500;
  border-radius: 5px;
border: 2px solid transparent;
transition: 0.4s ease-in-out;
cursor: pointer;
}
.quicketch--cartt-btn:hover{
  background-color: white;
  color: black;
  border: 2px solid #b58e33;
  box-shadow: 0 0 10px 1px #b58e33a3;
}
/* best-selling */

.item-sidebar{
  position: fixed;
  top: 50%;
  right: -1px;
  transform: translateY(-50%);
  z-index: 99;
  color: white;
  background-color: #b58e33;
  border: 1px solid #b58e33;
  border-radius: 4px;
  padding: 0 10px;
}
.item-sidebar i{
  font-size: 18px;
  padding-bottom: 10px;
}
.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;
}
.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: 175px;
}

/* login */
.quicktech-login-form{
  padding: 30px;
  padding-top: 100px;
}
#quicktech-login{
  padding-bottom: 30px;
}
.quicktech-login-border{
  border: 1px solid #b58e33;
  border-radius: 20px;
}
.quicktech-login-form h2{
  font-size: 25px;
  font-weight: 500;
}
.quicktech-otp-btn{
  width: 100%;
  background-color: #b58e33;
  border: 2px solid transparent;
  color: white;
  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 #b58e33;
  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: #b58e33;

}
.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: #b58e33;
}
.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: #b58e33;
}
.quikctech-product-details-content h6 {
	font-weight: 600;
	padding: 10px 0px;
}
.quikctech-product-details-content h6 a{
  color: #b58e33;
 }
 .wuicktech-wish-list button{
  border: none;
  border-radius: 4px;
 }
 .wuicktech-wish-list i{
  font-size: 25px;
  color: white;
  padding: 5px;
  background-color: #b58e33;
  border-radius: 4px;
  cursor: pointer;
 }
 /* .quicktech-quantity-button{
  height: 40px;
  width: 40px;
  background-color: #b58e33;
  color: white;
  text-align: center;
  padding-top: 5px;
  cursor: pointer;
 } */
  .quicktech-quantity-work{
    background-color: #ddd;
    padding: 5px 15px;
    border-radius: 5px;
    width:max-content;
  }
  .quicktech-quantity-button{
    font-weight: 600;
    cursor: pointer;
  }
 .quicktech-product-details-addcart button{
  padding: 5px 10px;
  background-color: #b58e33;
  color: white;
  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 #b58e33;
 }
 .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: 100%;
}
.qucitech-p-mainn{
  column-gap: 20px;
}
/* product-details */
.btn-pink{

    background-color: #b58e33;
    color: white;
    font-weight: bold;
    border-radius: 10px;
    width: 100%;
    border: 2px solid transparent;
}

#offcanvasScrolling{
    z-index: 9999999999;
}
.btn-pink:hover{

  background-color: white;
  color: black;
  font-weight: bold;
  border: 2px solid #b58e33;
}
.add-to-cart-btn{
  background-color: #b58e33;
  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 #b58e33;
  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:#b58e33;
}
.total h2{
  font-size: 25px !important;
  font-weight: 700 !important;
}
.checkbox-text {
  font-weight: 600;
  color: #b58e33;
  font-size: 14px;
}

.checkbox-text1 {
  font-size: 14px;
}
.checkbox-text span {
  color: #333;
  font-weight: normal;
}
.new-price{
  color: #b58e33;
  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: var(--bs-nav-pills-link-active-color);
	background-color:#b58e33;
}
.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: #b58e33;
  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 #b58e33;
  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: #b58e33;
}

.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: #b58e33 !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: #b58e33;
	color: white;
  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:100%;
  column-gap: 177px;
  align-items: center;

}
.side-cart-footer p{
  font-size: 16px;
  font-weight: 600;
  width: 76px;
}
.side-cart-footer span{
  color: #b58e33;
  font-size: 15px;
  width: 72px;
}
.side-cart-footer a{
  padding: 6px 17px;
  background-color: #b58e33;
  color: white;
  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: #b58e33 !important;
}
.quicktech-dash-tab button.active {
  color: #b58e33 !important;
}
.quicktech-dashboard-tab-content{
  background-color: #D5AC4B3B;
  padding: 40px 20px;
  border-radius: 10px;
}
.quicktech-dashboard-tab-content p a{
 color: #b58e33;
}
.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: #b58e33;
  font-weight: bold;
}
.order-card header .view-button {
  background-color: #b58e33;
  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: #D5AC4B3B;
  padding: 20px;
  border-radius: 10px;
}
/* address */
.quicktech-add-address-btn {
  background: none;
  border: none;
  color: #b58e33;
  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: #b58e33;
  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: #b58e33;
  cursor: pointer;
}
/* address */
.quicktech-container {
	margin: 0 auto;
	padding: 20px;
  background-color: #D5AC4B3B;
	padding-bottom: 55px;
}
.quicktech-bg{
  background-color: #D5AC4B3B;
  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: #b58e33;
  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: #333;
}

.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: #b58e33;
  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: #b58e33;
  color: white;
  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 #b58e33;
  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: #333;
  font-weight: 700;
}
.order-header span {
color: #b58e33;
}

.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: #333;
  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: #333;
}

.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: #b58e33;
  font-weight: bold;
}
.quicktec-order-btn {
  background-color: #b58e33;
  border: none;
  color: white;
  font-weight: bold;
  width: 100%;
  padding: 15px;
}
.quicktec-order-btn:hover {
  background-color: #b58e33;
}
.apply-btn {
  padding: 6px 18px;
  background-color: #b58e33;
  border: 2px solid transparent;
  color: white;
  font-weight: 600;
  border-radius: 4px;
}
.apply-btn:hover {
  padding: 6px 18px;
  background-color: white;
  border: 2px solid #b58e33;
  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, #b58e33, #0000002e);
	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, #000000ad, #b58e33, #4d4044);
	z-index: -1;
	background-size: 300% 300%;
	border-radius: 8px;
	padding: 4px;
	animation: borderAnimation 2s linear infinite;
}

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

@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: 700px; /* 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;
  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: yellow !important
}

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

.copyright p{
    color:white !important;
}


.quikctech-varient-modal{
 display:flex;
 gap:20px
}



/**/

 .quikctech-varientt-table {
      max-width: 500px;
      margin: 40px auto;
      border: 1px solid #dee2e6;
      border-radius: 10px;
      overflow: hidden;
    }

    .quikctech-varientt-size,
    .quikctech-varientt-color {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 5px 12px;
      cursor: pointer;
      background: #fff;
      transition: all 0.2s ease;
      margin-right: 8px;
      display: inline-block;
      font-size: 14px;
      color: #333;
    }

    .quikctech-varientt-size.active,
    .quikctech-varientt-color.active {
      border-color: #b58e33;
      color: #b58e33;
      font-weight: 600;
    }

    .quikctech-varientt-size-wrapper,
    .quikctech-varientt-color-wrapper {
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      gap: 6px;
      flex-direction:column;
    }


.quicktech-v-flex{
    display: flex;
   align-items: baseline;
   gap: 14px;
}


.quicktech-percentage{
    position: absolute;
  top: -9px;
  background-color: black;
  height: 37px;
  padding: 0 13px;
  border-bottom-right-radius: 10px;
  left:0;
}

.quicktech-percentage p{
    color: white;
  font-size: 14px;
  padding-top: 12px;
}

.quictech-product-img p s{
    color: #00000091;
  font-size: 14px;
}


.quicktech-bundlae-img img{
    height:288px;
}


.quicktech-bundle-text h5{
    color:black;
    font-weight:500;
    
}
.quicktech-bundle-text p{
    color:black;
    font-weight:500;
    font-size:16px;
    color:#b58e33;
    
}


.quicktech-bundle-text span {
	font-size: 14px;
	padding: 4px 20px;
	background-color: #f7f7f7;
	border-radius: 20px;
	color: #000000a3;
}
.quicktech-bundle-product-inner{
    border: 1px solid #b58e3333;
  padding: 13px;
  background-color: #b58e3303;
  transition:0.3s ease;
}

.quicktech-bundle-product-inner:hover{
    box-shadow: 0 0 4px 1px #b58e33a3;
}

.quicktech-bundlaelist-img img {
	height: 79px;
}

.quicktech-bundle-product-inners {
	display: flex;
	border: 1px solid #b58e3333;
	padding: 13px;
	background-color: #b58e3303;
	transition: 0.3s ease;
	align-items: center;
}

.quicktech-bundle-product-inners:hover{
     box-shadow: 0 0 4px 1px #b58e33a3;
}


.quicktech-bundle-price h4{
    font-weight: 600;
}

.quicktech-bundle-price p{
    font-size: 24px;
  font-weight: 600;
}

.quicktech-bundle-price p span{
    font-size: 15px;
  color: red;
}

.quicktech-bundle-price button{
    width:100%;
    padding: 9px;
  border: 1px solid #ddd;
  border-radius: 8px;
  color: white;
  background-color: #b58e33;
  margin-bottom:10px;
}
.quicktech-bundle-price button:hover{
     background-color: transparent !important;
     border: 1px solid #b58e33;
     color:black;
}


.quikctch-bundale-name h3{
    font-weight:600;
}



/*brand new*/


    

    .quicktech-brand-new-title {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
    }

    .quicktech-brand-new-product {
      border: 2px solid transparent;
      border-radius: 10px;
      background: #fff;
      box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
      padding: 15px;
      transition: all 0.3s ease;
      cursor: pointer;
      height: max-content;
    }
    
    .quikctech-brand-inne{
        
    }

    .quicktech-brand-new-product.active {
      border-color: #b58e33;
      box-shadow: 0 0 10px rgba(13, 110, 253, 0.25);
    }

    .quicktech-brand-new-image img {
      width: 100%;
      height: 220px;
      border-radius: 6px;
    }

    .quicktech-brand-new-product h6 {
      font-size: 15px;
      font-weight: 600;
      margin-top: 10px;
      color: #111;
    }

    .quicktech-brand-new-sub {
      font-size: 13px;
      color: #555;
      margin-bottom: 2px;
    }

    .quicktech-brand-new-price {
      font-size: 18px;
      font-weight: 600;
      color: #0066ff;
      margin-top: 8px;
      margin-bottom: 2px;
    }

    .quicktech-brand-new-brand {
      font-size: 13px;
      color: #888;
    }

    .quicktech-brand-new-hidden {
      display: none;
      margin-top: 12px;
      text-align: center;
    }

    /* Quantity */
    
    
    .quikctech-brand-inne{
        position:relative;
    }
    
 .quicktech-brand-new-quantity {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	margin-bottom: 8px;
	position: absolute;
	top: 11px;
	right: 8px;
	background-color: #ffffffa6;
	padding: 5px;
	border-radius: 7px;
}

    .quicktech-brand-new-quantity button {
      width: 32px;
      height: 32px;
      border: 1px solid #ccc;
      background-color: #f8f9fa;
      border-radius: 6px;
      font-weight: bold;
      transition: 0.2s;
    }

    .quicktech-brand-new-quantity button:hover {
      background-color: #e9ecef;
    }

    /* Sizes */
    .quicktech-brand-new-size {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
    }

    .quicktech-brand-new-size button {
      border: 1px solid #ccc;
      background: #fff;
      border-radius: 6px;
      padding: 5px 12px;
      font-size: 14px;
      font-weight: 500;
      transition: all 0.3s;
    }

    .quicktech-brand-new-size button.active {
      background: #b58e33;
      color: #fff;
      border-color: #b58e33;
    }

    /* Colors */
    .quicktech-brand-new-color {
      display: flex;
      justify-content: center;
      gap: 10px;
      flex-wrap: wrap;
      margin-top: 8px;
    }

    .quicktech-brand-new-color-option {
      display: flex;
      align-items: center;
      gap: 6px;
      border: 1px solid #ccc;
      border-radius: 6px;
      padding: 5px 10px;
      font-size: 13px;
      background: #fff;
      cursor: pointer;
      transition: all 0.3s;
    }

    .quicktech-brand-new-color-option:hover {
      border-color: #b58e33;
    }

    .quicktech-brand-new-color-option.active {
      border-color: #b58e33;
      background: #b58e33;
      color: #fff;
    }

    .quicktech-brand-new-color-box {
      width: 14px;
      height: 14px;
      border-radius: 50%;
      border: 1px solid #ddd;
    }



/* Default product card */
/* Default product inner card */
.quicktech-brand-new-product {
  border: 1px solid transparent; /* default no border */
  border-radius: 5px; /* optional */
  transition: border 0.3s;
  cursor: pointer;
  padding: 10px; /* optional */
  text-align:center;
}

/* Active / selected state */
.quikctech-brand-inne.active .quicktech-brand-new-product {
  border: 2px solid #b58e33; /* your theme color */
}


.quicktech-confirm-btn a{
    padding:7px 30px;
    background-color:#b58e33;
    color:white;
    font-weight:600;
    border-radius:5px;
}


.floating-cart{
    position: fixed;
  bottom: 60px;
  right: 40px;
  z-index:99999;
}

.floating-c {
  animation: quikctech-zoom-infinite 2s ease-in-out infinite;
  transform-origin: center;
  position:relative;
}

.floating-c span{
    position: absolute;
  top: 8px;
  right: 2px;
  font-size: 12px;
  width: 25px;
  height: 25px;
  background-color: black;
  border-radius: 50%;
  color: white;
  font-weight: 600;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center
}

@keyframes quikctech-zoom-infinite {
  0% { transform: scale(1); }
  50% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
/*brand new*/

.floating-c a p{
    color: white ;
  background-color: #b58e33;
  padding: 4px;
  font-size:16px;
  border-radius: 5px;
  font-weight: 600;
}


.quicktech-in-cate-inner{
    height: 296px;
}

.quicktech-in-cate-inner img{
    height:100%;
    object-fit:cover;
}

.quicktech-in-cate-inner {
	position: relative;
	transition: 0.3s ease;
	border-radius: 10px;
	overflow: hidden;
	border-top-left-radius: 140px;
	border-top-right-radius: 140px;
}

.quicktech-in-cate-inner h5 {
	position: absolute;
	bottom: 11px;
	left: 15px;
	color: white;
	font-weight: 600;

}

.quicktech-overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	transition: 0.3s ease;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.19), transparent);
}
.quicktech-in-cate-inner:hover {
	transform: scale(1.04);
	z-index: 999999;
}

.quicktech-in-cate-inner:hover .quicktech-overlay{
  
 background-color: #0000004d;
}

.quikctech-category-inner-desptop{
    display:flex;
    flex-wrap:wrap;
}

.quicktech-t-n-w{
    width:25%;
}





.quicktech-side-msg {
	position: fixed;
	bottom: 60px;
	right: 34px;
	 z-index: 9999999;
}

.quicktech-msg {
	background-color: #28a745;
	color: white;
	/* padding: 11px; */
	/* border-radius: 50%; */
	cursor: pointer;
	width: 61px;
	height: 51px;
	text-align: center;
	align-content: center;
	border-radius: 8px;
}

.quicktech-msg i{
    font-size:25px;
}
.quicktech-chatbox {
	display: none;
	position: fixed;
	bottom: 129px;
	right: 36px;
	width: 300px;
	z-index: 1000;
}


.productswiper {
  width: 100%;
  height: 300px;
  position:relative;
  overflow:hidden;
}


.swiper-button-prev{
    width: 31px !important;
  height: 31px !important;
  background-color: white;
  border-radius: 50%;
}

.swiper-button-next{
      width: 31px !important;
  height: 31px !important;
  background-color: white;
  border-radius: 50%;
}

.swiper-button-next::after, .swiper-button-prev::after {

	font-size: 16px !important;
	color: black !important;
	font-weight: 600 !important;
}


.quikctech-drop-m-inner{
    flex-wrap: wrap;
  width: 549px;
}

.quikctech-top-marquee {
	background-color: #b58e33;
	height: 32px;
	display:none;
}

.quikctech-top-marquee marquee p{
    font-size: 16px;
  color: white;
}

.quikctech-top-marquee marquee{
    padding-top:3px;
}

.quicktech-top-nav {
	background-color: #f9e79a;
	padding: 5px 0px;
}
.quicktech-top-left-menu ul{
    display: flex;
  gap: 26px;
  font-size: 15px;
}

.quicktech-top-left-menu ul li a{
    color:black;
    font-size:15px;
    font-weight:400;
}

.quicktech-top-center-menu p{
    margin-bottom: 0;
  font-size: 15px;
  font-weight: 500;
}

.quikctech-right-menu ul{
     display: flex;
  gap: 15px;
  font-size: 15px;
  justify-content:end;
}
.quikctech-right-menu ul li a{
    color:black;
}


.quikctech-testi-wrapper {
width: 100%;
overflow: hidden;
padding: 8px 0;
}


.quikctech-testi-track {
display: flex;
gap: 30px;
animation: scroll-left 10s linear infinite;
}


.quikctech-testi-wrapper:hover .quikctech-testi-track {
animation-play-state: paused;
}


@keyframes scroll-left {
0% { transform: translateX(0); }
100% { transform: translateX(-50%); }
}


.quikctech-testi-card {
min-width: 420px;
background: white;
border-radius: 50px;
padding: 20px 25px;
display: flex;
align-items: center;
gap: 15px;
/*box-shadow: 0 5px 15px rgba(0,0,0,0.1);*/
}


.quikctech-testi-img {
width: 60px;
height: 60px;
border-radius: 50%;
object-fit: cover;
}


.quikctech-testi-stars {
color: #ffb400;
margin-bottom: 5px;
font-size: 18px;
}


.quikctech-testi-name {
font-weight: bold;
font-size: 16px;
}


.quikctech-testi-text {
font-size: 14px;
color: #444;
line-height: 1.4;
}

#quikctech-testimonial{
    background-color: #f9e79a;
  padding: 33px 0;
}

.quicktech-color-wrapper {
    margin-top: 10px;
    font-family: Arial, sans-serif;
}

.quicktech-color-title {
    font-size: 15px;
    font-weight: 600;
    color: #444;
    margin-bottom: 6px;
}

.quicktech-color-title span {
    color: #000;
    font-weight: bold;
}

.quicktech-color-thumbs {
	display: flex;
	gap: 6px;
	align-items: center;
	flex-wrap: wrap;
}

.quicktech-color-item {
    width: 48px;
    height: 48px;
    border: 1px solid #e0e0e0;
    overflow: hidden;
    padding: 2px;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.quicktech-color-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.quicktech-color-item.quicktech-color-active {
    border: 2px solid #b58e33;
    padding: 1px;
}

.quicktech-color-item.quicktech-color-active::after {
	content: "✓";
	font-size: 18px;
	color: #b58e33;
	position: absolute;
	bottom: -6px;
	right: -4px;
	background: #00000052;
	/* font-weight: 60; */
}

.main-img{
    height: 550px;
  object-fit: cover;
}



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


.quikctech-vids iframe{
     width:100% !important;
     height:600px !important;
}


        .unique-quicktech-table th,
.unique-quicktech-table td {
  vertical-align: middle;
  white-space: nowrap;
}

/* IMAGE */
.unique-quicktech-product-img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 4px;
}

/* SIZE */
.unique-quicktech-size-group {
  display: flex;
  gap: 6px;
  margin-bottom: 8px;
}

.unique-quicktech-size-box {
  width: 28px;
  height: 28px;
  border: 1px solid #ccc;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.unique-quicktech-size-box.unique-quicktech-active {
  background: #000;
  color: #fff;
  border-color: #000;
}

/* COLOR */
.unique-quicktech-color-group {
  display: flex;
  gap: 12px;
}

.unique-quicktech-color-item {
  text-align: center;
  font-size: 11px;
}

.unique-quicktech-color-box {
  width: 20px;
  height: 20px;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #ccc;
  margin: 0 auto 2px;
}

.unique-quicktech-color-box.unique-quicktech-active {
  outline: 2px solid #000;
}

.unique-quicktech-color-name {
  display: block;
}

.quicktech-categories-banner{
    display:none;
}
