/* common css start */

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
       font-family: "Poppins", sans-serif;
}
a{
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
img{
    vertical-align: middle;
}


/* common css end */

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: white;
  }
  
  #preloader-inner{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  /* #preloader #preloader-inner {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;
    animation: spin 2s linear infinite
  }
  
  #preloader #preloader-inner:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #e74c3c;
    animation: spin 3s linear infinite
  }
  
  #preloader #preloader-inner:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #f9c922;
    animation: spin 1.5s linear infinite
  }
  @keyframes 
  spin { 0% {
  transform:rotate(0deg)
  }
  
  to { transform: rotate(1turn) }
  } */


/* preloader */


/* navbar */

.nav-link:focus, .nav-link:hover {
	
	background-color: #5d4ea4;
  color: white !important;

}

#quicktech-topbar{
    background-color: #25282A;
    padding: 10px 0;
}

.quicktech-topbar a{
    color: white;
    font-weight: 600;
}

.quikctech-menu-blog ul{
    display: flex;
    gap: 15px;
}

.quikctech-menu-blog ul li a {
	color: black;
	font-weight: 500;
	font-size: 14px;
}

 #quicktech-blog-menu{
    background-color: #F8F8FC;
    padding: 10px;
    font-weight: 600;
 }

 .quikctech-p-menu ul{
    display: flex;
    justify-content: end;
    gap: 20px;
 }
  .quikctech-p-menu ul li a {
	color: rgba(0, 0, 0, 0.664);
	font-size: 17px;
}
  .logo a svg{
    width: 100%;
  }

  .logo{
    padding: 5px 0;
  }
.quicktech-search-menu{
    position: relative;
}
.quicktech-search-menu input {
	width: 37%;
	padding: 10px;
	border: none;
	margin: 6px 0;
	/* border-radius: 5px; */
	margin-left: auto;
	border-bottom: 1px solid #ddd;
	font-size: 14px;
	color: #000000bd;
}
.quicktech-search-menu i{
  color: #0000006b;
}
.quicktech-search-menu input[type="text"] {
 
  box-shadow: none;
}

.quicktech-search-menu input[type="text"]:focus {
  border: none;
  outline: none;
  box-shadow: none;
  border-bottom: 1px solid #ddd !important;
}
.quicktech-search-menu button {
	position: absolute;
	top: 16px;
	right: 9px;
	border: none;
	background-color: transparent;
}

   .quikctech-category-main {
      background-color: #fff;
      padding: 20px 0;
      position: relative;
    }

   .quikctech-category-main .nav-link {
	color: #000;
	font-weight: 700;
	margin: 0;
	position: relative;
	font-size: 15px;
}

    .quikctech-category-main .nav-link:hover::after {
      content: "";
      position: absolute;
      width: 100%;
      height: 2px;
      background: #000;
      left: 0;
      bottom: -5px;
    }

  

   .quikctech-category-dropdown {
	display: none;
	position: absolute;
	left: 50%;
	top: 70%;
	width: 100vw;
	background-color: #fff;
	z-index: 99;
	padding: 40px 32px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.1);
	transform: translateX(-50%);
}

 .quikctech-category-wrapper:hover .quikctech-category-dropdown {
	display: flex;
	gap: 23px;
	align-items: flex-start;
	width: 44%;
}
.nav{
  gap: 20px;
}

    .quikctech-category-images img {
      width: 200px;
      height: auto;
      object-fit: cover;
    }

    .quikctech-category-style{
      width: 100%;
    }

  .quikctech-category-style h6 {
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 0.938rem;
}
    .quikctech-category-style ul {
      list-style: none;
      padding-left: 0;
      margin: 0;
    }

    .quikctech-category-style ul li {
      margin-bottom: 6px;
    }

.quikctech-category-style ul li a {
	color: black;
	text-decoration: none;
	font-weight: 500;
	font-size: 0.813rem;
}

    .quikctech-category-style ul li a {
  position: relative;
  display: inline-block;
  color: #000; /* Optional */
  text-decoration: none; /* Remove default underline */
}

.quikctech-category-style ul li a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: currentColor;
  transition: transform 0.3s ease;
}

.quikctech-category-style ul li a:hover::after {
  transform: translateX(-50%) scaleX(1);
}

/* navbar */

.swiper {
	width: 100%;
	height: 625px;
}


.quicktech-banner-slide img{
         height: 92%;
}


.swiper-pagination-bullet {
	width: 15px !important;
	height: 15px !important;
	
}

.quikcktech-forever-head h4{
    font-weight: 700;
    font-size: 23px;
}

.quicktech-f-video video{
    height: 100%;
    border-radius: 13px;
}

.quikctech-latest-drop-head{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
}

.quikctech-latest-drop-head h4{
    font-weight: 800;
    font-size: 30px;
}

.quikctech-latest-drop-head a{
      font-weight: 700;
    font-size: 16px;
    color: black;
}

.quikctech-latest-inner{
    display: flex;
    flex-wrap: wrap;
}

.quikctech-latest-inner img {
	width: 100%;
	height: 1000px;
}

.quikctech-latest-inner a{
    width: 50%;
}

.quikctech-padding-inner img {
	height: 700px;
}
.quicktech-product-inner{
    position: relative;
}

.quikctech-wishlist button{
    position: absolute;
    top: 20px;
    right: 20px;
    border: none;
    background-color: transparent;
    font-size: 25px;
   color: #707070;
}

.quiktech-percentage span {
	position: absolute;
	top: 20px;
	left: 20px;
	background-color:black;
	color: white;
	padding: 4px;
	border-radius: 5px;
	font-weight: 600;
}



.quicktech-product-inner img {
	height: 561px;
}
.quicktech-text-product h5{
    font-weight: 600;
    color: black;
    font-size: 1rem;
}
.quicktech-text-product{
  margin-bottom: 10px;
}

.quicktech-text-product p{
    color: rgba(0, 0, 0, 0.568);
}

.quicktech-price p {
	color: #FD566F;
	font-weight: 700;
	font-size: 15px;
}

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

}

.quicktech-price span {
	font-size: 17px;
	color: #707070;
	font-weight: 900;
}

.quicktech-p-t{
 font-family: "Poppins", sans-serif !important;
  font-weight: 700;
  font-style: italic;
}


.galswiper{
    width: 100%;
    overflow: hidden;
}

.quicktech-bo-inner img{
    height: 200px;
    margin-bottom: 13px;
}

 .quikctech-footer-top {
      background-color: #1e1f21;
      color: white;
      padding: 15px 0;
    }
    .quikctech-footer-icon-text {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 14px;
      font-weight: 500;
    }

   .quikctech-footer-bottom {
	padding: 30px 0;
	font-size: 14px;
	color: #333;
	border-top: 1px solid #ddd;
}

    .quikctech-footer-title {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .quikctech-footer-link {
      display: block;
      margin-bottom: 6px;
      color: #333;
      text-decoration: none;
    }

    .quikctech-footer-link:hover {
      text-decoration: underline;
    }

    .quikctech-footer-social-icons i {
      font-size: 18px;
      margin-right: 15px;
      color: #333;
      cursor: pointer;
    }

   

    /* category */
      
    .quikctech-breadcum ul{
      display: flex;
      gap: 10px;
    }
    
 .quikctech-breadcum ul li{
  color: black;
  font-weight: 500;
  font-size: 14px;
 }
 .quikctech-breadcum ul li a{
  color: black;
  font-weight: 500;
  font-size: 14px;
 }

 .quikctech-category-banner img{
     height: 400px;
 }

 
    .quikctech-filter-btn {
      border: 1px solid #ddd;
      background: #fff;
      color: #000;
      padding: 6px 12px;
      border-radius: 4px;
      margin: 5px;
      min-width: 60px;
      text-align: center;
      cursor: pointer;
    }

    .quikctech-filter-btn.active {
      background: #000;
      color: #fff;
      border-color: #000;
    }

    .quikctech-accordion-button {
      background: none;
      padding: 0;
    }

    .quikctech-clear {
      color: #aaa;
      cursor: pointer;
      font-size: 14px;
    }

    .quikctech-filter-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      border-bottom: 1px solid #000;
      padding-bottom: 5px;
      margin-bottom: 10px;
    }

.quikctech-fil-head button{
   padding: 10px;
   font-weight: 700;
   margin-bottom: 10px;
}
.quikctech-fil-head{
  border: none !important;
}
    .accordion-button::after {
      margin-left: auto;
    }

    .quikctech-price-slider {
      position: relative;
      height: 35px;
      margin: 0;
    }

    .quikctech-price-slider input[type="range"] {
      position: absolute;
      width: 100%;
      height: 5px;
      top: 50%;
      transform: translateY(-50%);
      appearance: none;
      background: transparent;

    }

    .quikctech-price-slider input[type="range"]::-webkit-slider-thumb {
      appearance: none;
      pointer-events: auto;
      height: 16px;
      width: 16px;
      border-radius: 50%;
      background: #000;
      cursor: pointer;
      margin-top: -6px;
      border: 2px solid #fff;
      box-shadow: 0 0 0 1px #ccc;
    }

    .quikctech-price-slider .quikctech-slider-track {
      position: absolute;
      height: 3px;
      background: #999;
      top: 50%;
      transform: translateY(-50%);
      left: 0;
      right: 0;
      border-radius: 2px;
    }

    .quikctech-price-slider .quikctech-slider-range {
      position: absolute;
      height: 3px;
      background: #000;
      top: 50%;
      transform: translateY(-50%);
      border-radius: 2px;
    }

    .quikctech-price-values {
      display: flex;
      justify-content: space-between;
      font-size: 14px;
      margin-top: 10px;
    }

.quikctech-acc-bor{
  border: none !important;
}

.accordion-button:not(.collapsed) {
	color:black !important;
	background-color: transparent !important;
	box-shadow: none !important;
}

.accordion-button:focus {
	z-index: 3;
	border-color: none !important;
	outline: 0;
	box-shadow:none !important;
}


.quikctech-filter-header strong{
  font-size: 20px;
}

.quicktech-image-container {
  width: 100%;
}

.quicktech-image-container .hover-img {
  display: none;
}

.quicktech-product-inner:hover .default-img {
  display: none;
}

.quicktech-product-inner:hover .hover-img {
  display: block;
}
.gapp{
  row-gap: 20px;
}

.quikctech-p-0{
  padding: 0 !important;
}
    /* category */


    /* login */

.quikctech-tab {
      border-bottom: 2px solid #ccc !important;
    }

    .quikctech-tab .nav-link.active {
      font-weight: bold;
      border: none;
      border-bottom: 2px solid black !important;
    }

 .nav-tabs .nav-link:hover {
	color: white !important;
  border: none !important;
}
    .quikctech-form input {
      border-radius: 5px;
    }

    .quikctech-divider {
      text-align: center;
      margin: 20px 0;
      position: relative;
    }

   .quikctech-divider::before, .quikctech-divider::after {
	content: '';
	position: absolute;
	width: 36%;
	height: 1px;
	background-color: #ddd;
	top: 50%;
}

    .quikctech-divider::before {
      left: 0;
    }

    .quikctech-divider::after {
      right: 0;
    }

    .quikctech-divider span {
      background: #fff;
      padding: 0 10px;
      color: #888;
    }

    .quikctech-password-toggle {
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
    }

    .quikctech-login-tabs{
      color: black;
    }

    .quicktech-login-head h1{
     font-weight: 700;
    }


    .quicktech-contact-tab{
      text-align: left;
      color: black;
    }

 .quikctech-iframe-maps iframe{
  width: 100%;
  height: 480px;
 }

 
/* login */

/* product details */

#quicktech-logo-row{
  padding-top: 10px;
}
.product-page {
    padding: 20px;
}
.product-images {
    display: flex;
    flex-direction: column;
}
.product-main-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    padding: 5px;
}
.product-thumbnails {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
    gap: 10px;
}
.product-thumbnails img {
	width: 100%;
	height: auto;
	cursor: pointer;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 3px;
}

.share-icons img {
    width: 24px;

    margin-right: 5px;
    cursor: pointer;
}


.quikctech-size-btn.active {
      background-color: grey;
      color: #fff;
      border: none;
    }
    .quikctech-tab-content {
      border-top: 1px solid #ccc;
      padding-top: 15px;
    }

 .quikctech-size-btn {
	background-color: #dddddd78;
	border: none;
	color: #00000069;
	font-weight: 600;
}

    .quikctech-color-btn {
     background-color: #dddddd78;
	border: none;
	color: #00000069;
	font-weight: 600;
    }
     .btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active {
	background-color: grey;
      color: #fff;
      border: none;
}

    .quikctech-in{
      border: 1px solid #ddd;
  width: max-content;
 
  border-radius: 5px;
    }
.quikctech-in-dec-btn{
  border-radius: 0;
  background-color: #F8F8FC;
  border: 1px solid #F8F8FC !important;
  border-right: 1px solid #ddd;
}
    .nav-link{
      color: black;
    }

    .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	font-weight: 600 !important;
}


.quikctech-product-main-image {
    position: relative;
    width: 400px;
    height: auto;
  }

  .quikctech-product-main-image img {
    width: 100%;
    display: block;
  }

  .quikctech-zoom-lens {
    position: absolute;
    border: 1px solid #ccc;
    width: 100px;
    height: 100px;
    opacity: 0.4;
    background-color: #fff;
    cursor: crosshair;
    display: none;
  }

  .quikctech-zoom-result {
    border: 1px solid #ccc;
    width: 400px;
    height: 400px;
    background-repeat: no-repeat;
    position: absolute;
    left: 420px;
    top: 0;
    display: none;
  }

  .quikctech-cart-card {
      border: 1px solid #e3e3e3;
      border-radius: 6px;
      padding: 20px;
      margin-bottom: 20px;
    }
    .quikctech-cart-img {
      width: 80px;
      object-fit: contain;
    }
    .quikctech-cart-title {
      font-weight: 600;
    }
    .quikctech-cart-remove {
      cursor: pointer;
      font-size: 20px;
    }
    .quikctech-qty-btn {
      border: 1px solid #dee2e6;
      padding: 4px 10px;
      cursor: pointer;
      background-color: #fff;
      user-select: none;
    }
    .quikctech-qty-display {
      min-width: 32px;
      text-align: center;
      border-top: 1px solid #dee2e6;
      border-bottom: 1px solid #dee2e6;
      padding: 4px 10px;
    }
    .quikctech-order-summary {
      border: 1px solid #e3e3e3;
      border-radius: 6px;
      padding: 20px;
    }
    .quikctech-summary-title {
      font-weight: 600;
      margin-bottom: 15px;
    }
    .quikctech-summary-line {
      display: flex;
      justify-content: space-between;
      margin-bottom: 8px;
    }
    .quikctech-checkout-btn {
      background: #212529;
      color: #fff;
      width: 100%;
      padding: 10px;
      font-weight: 600;
      border-radius: 5px;
      border: none;
    }

 .quicktech-mob-logo svg {
	/* width: 94%; */
	height: 23px;
	width: max-content;
}

.quicktech-mob-logo{
  text-align: center;
}

.quicktech-bar{
  border: none;
  background-color: transparent;
  color: black;
  font-size: 20px;
}

#quikctech-mob-navbar{
  padding: 10px 0;
}

#quikctech-mob-navbar{
  display: none;
}

 .quicktech-chatbox {
    display: none;
  }
  .quicktech-side-msg{
    position:fixed;
    bottom:30px;
    right:20px;
    z-index:99;
}

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

.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;
	line-height: 56px;
}

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

.messenger {
  background-color: steelblue !important;
  border: 1px solid steelblue;
}

.quikctech-sku {
	padding: 5px 15px;
	background-color: #212529b2;
	color: white;
	font-weight: 600;
	border-radius: 5px;
}

.quikctech-article-add-post {
	padding: 10px 30px;
	border: 2px solid #685aa9;
	border-radius: 10px;
	background-color: #695aa90a;
}

.quikctech-article-add-post h4{
  font-weight: 600;
  font-size: 27px
}

.quicktech-text-product h5 strong{
  font-weight: 600 !important;
}

  .quikctech-card {
      max-width: 100%;
      margin: 40px auto;
      background: #fff;
      border-radius: 12px;
      padding: 30px 25px;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    }
    .quikctech-logo {
      width: 150px;
    }
    .quikctech-form-group {
      position: relative;
      margin-bottom: 20px;
    }
    .quikctech-form-input {
      width: 100%;
      height: 50px;
      padding: 12px 12px 12px 40px;
      border-radius: 6px;
      border: 1px solid #d9d9d9;
      font-size: 14px;
    }
    .quikctech-form-icon {
      position: absolute;
      top: 50%;
      left: 12px;
      transform: translateY(-50%);
      color: #6c757d;
      font-size: 16px;
    }
    .quikctech-form-label {
      position: absolute;
      top: -8px;
      left: 38px;
      background: #fff;
      font-size: 12px;
      color: #6c757d;
      padding: 0 4px;
    }
  .quikctech-password-toggle {
	position: absolute;
	top: 51px;
	right: 12px;
	transform: translateY(-50%);
	color: #6c757d;
	cursor: pointer;
}
    .quikctech-checkbox:checked {
      background-color: #00005C;
      border-color: #00005C;
    }
    .quikctech-btn {
      background-color: #00005C;
      color: #fff;
      font-weight: 600;
    }
    .quikctech-btn:hover {
      background-color: #000049;
    }
    .quikctech-terms {
      font-size: 13px;
    }
    .iti {
      width: 100%;
    }

    .quicktech-pos{
      position: relative;
    }

    .quicktech-pos i {
	position: absolute;
	top: 18px;
	left: 14px;
	color: #00000070;
}

.quikctech-category-main .nav-link {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  color: black;
  text-decoration: none;
  overflow: hidden;
}

/* Hidden before hover, full border on hover animated step-by-step */
.quikctech-category-main .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #5d4ea4;
  pointer-events: none;
  box-sizing: border-box;
  clip-path: inset(100% 100% 100% 0);
  transition: clip-path 0s;
}

.quikctech-category-main .nav-link:hover::before {
  animation: quikctech-draw-box 0.2s forwards;
}

@keyframes quikctech-draw-box {
  0% {
    clip-path: inset(100% 100% 100% 0); /* nothing visible */
  }
  25% {
    clip-path: inset(0 100% 100% 0); /* left */
  }
  50% {
    clip-path: inset(0 0 100% 0); /* top */
  }
  75% {
    clip-path: inset(0 0 0 0); /* right */
  }
  100% {
    clip-path: inset(0 0 0 0); /* full box visible */
  }
}


   .quikctech-load .modal-content {
      background-color: transparent;
      border: none;
      box-shadow: none;
    }
    .quikctech-load .modal-dialog {
      max-width: 600px;
    }
    .quikctech-load .carousel-item img {
      width: 100%;
      border-radius: 0.5rem;
    }
    .quikctech-load .carousel-control-prev-icon,
    .quikctech-load .carousel-control-next-icon {
      filter: invert(100%);
    }
    .quikctech-close-btn {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 2rem;
      color: #fff;
      cursor: pointer;
      z-index: 99999999999;
    }
    .quikctech-close-btn:hover {
      color: #ccc;
    }

    .quicktech-on-load-img a img{
      height: auto !important;
    }

    .quikctech-partner-head{
      text-align: center;
    }

    .quikctech-partner-head h4{
      font-weight: 700;
      font-size: 30px;
    }

    .shortslide{
      width: 100%;
      height: 500px;
    }

    .quikctech-short-im{
      position: relative;
    }

   .quikctech-short-im button {
        border-radius: 50%;
        width: 50px;
        height: 50px;
        background-color: black;
        color: white;
        border: none;
        line-height: 27px;
      }

    .quikctech-short-im button{
      border-radius: 50%;
  width: 50px;
  height: 50px;
  background-color: black;
  color: white;
  border: none;
    }

.quikctech-short-image img{
  height: 536px;
}

.quikctech-short-im img {
	filter: brightness(80%);
	height: 536px;
}

  .quicktech-video-modal .modal-content {
  background: transparent;
  border: none;
  border-radius: 0;
  overflow: hidden;
}

.quicktech-video-modal .modal-body {
  display: flex;
  align-items: center;
  justify-content: center;
  background: black;
  padding: 0;
}

.quicktech-video-modal video {
  object-fit: contain;
  background: black;
}

.quicktech-video-close {
  position: absolute;
  top: 15px;
  right: 20px;
  z-index: 9999;
  filter: invert(1);
}

.quicktech-video-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0,0,0,0.6);
  border: none;
  color: #fff;
  padding: 12px 16px;
  border-radius: 50%;
  font-size: 22px;
}

.quicktech-address-outlet {
	border: 1px solid #ddd;
	padding: 14px;
	border-radius: 10px;
}
.quicktech-address-outlet p{
  color: black;
}

.quikctech-mp-btn{
  padding: 5px 20px;
  background-color: #685aa9;
  color: white;
  border-radius: 5px;
}
.quikctech-mp-btn:hover{
  color: white;
}

.quicktech-camp-head h3{
  font-weight: 600;
}

.quikctech-timer {
	padding: 40px;
	border: 1px solid #ddd;
	border-radius: 100px;
	background-color: #685aa929;
}

.quikctech-timer h4{
  font-size: 30px;
  font-weight: 700;

  color: black;
}

.timer-text{
  font-size: 40px;
  font-weight: 700;
  color: white;
}

.quikctech-promotion-img a img {
	height: 762px;
}

 .quikctech-timer-wrapper {
	display: flex;
	gap: 10px;
	font-family: sans-serif;
	background: transparent;
	padding: 10px;
	text-align: center;
	margin: auto;
	width: max-content;
}
  .quikctech-timer-box {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 10px;
    text-align: center;
    border-radius: 4px;
    min-width: 50px;
  }

  .quikctech-time-value {
    font-size: 22px;
    font-weight: bold;
  }

  .quikctech-time-label {
    font-size: 12px;
    margin-top: 4px;
    text-transform: uppercase;
  }

   .quikctech-section-title {
      background: #222;
      color: #fff;
      padding: 8px 16px;
      font-weight: bold;
      margin-bottom: 16px;
    }
    .quikctech-confirm-btn {
      background: #222;
      color: #fff;
      border-radius: 0;
      padding: 10px 20px;
      width: max-content;
      border:none;
      border-radius: 8px;
    }
    .quikctech-order-summary {
      border: 1px solid #ccc;
      padding: 16px;
    }
    .form-control, .form-select {
      border-radius: 0;
    }
    .form-check-input:checked {
      background-color: #000;
      border-color: #000;
    }
    .form-check-label {
      margin-left: 5px;
    }

   .form-label{
    font-weight: 600;
   }

   #quikctech-shipping-form h6{
    font-weight: 600;
    padding-bottom: 10px;
    font-size: 23px;
    
   }

   .quikctech-shipping-billing{
      font-weight: 600;
    font-size: 23px;
   }

   .quikctech-ship-p p{
    font-size: 18px;
    font-weight: 600;
   }


   .quikctech-footer-top{
    display: none !important;
   }

  .qikctech-fil{
	display: none;
}

.quikctech-menu-mobile button{
  background-color: transparent;
  color: black;
  font-size: 21px;
  border: none;
  padding-top: 12px;
}
 .quikctech-mob-menu .list-group-item, .quikctech-mob-menu .accordion-button {
	background-color: #f8f9fa;
	padding: 12px 20px;
	border: 1px solid #dee2e6;
	color: black;
	font-weight: 600;
	border-radius: 0;
	transition: all 0.3s ease;
}

    /* Hover & active states */
    .quikctech-mob-menu .list-group-item:hover,
    .quikctech-mob-menu .accordion-button:hover,
    .quikctech-mob-menu .list-group-item:focus,
    .quikctech-mob-menu .accordion-button:focus {
      background-color: #e9ecef;
      color: #000;
    }

    /* Accordion button fix for uniformity */
    .quikctech-mob-menu .accordion-button {
      box-shadow: none;
    }

    /* Submenu item uniform look */
    .quikctech-mob-submenu .list-group-item {
      padding-left: 36px;
    }

    /* Border between all elements */
    .quikctech-mob-menu .list-group-item + .list-group-item,
    .quikctech-mob-menu .accordion-item + .accordion-item {
      border-top: none;
    }

    /* Clean offcanvas body spacing */
    .quikctech-mob-menu .offcanvas-body {
      padding: 0;
    }


    .quikctech-mob-item{
      border-top: none !important;
    }

.quikctech-mob-subitem a{
  font-size: 15px;
  color: black;
}

.quikctech-menu-mobile button:hover{
  background-color: transparent !important;
  color: black !important;
  cursor: pointer;
}

.quikctech-quicktech-ss img{
  width: 100%;
}

  .quicktech-side-menu {
      width: 100%;
      background: transparent;
     
    }
    .quicktech-side-menu h5 {
      margin-bottom: 20px;
    }
    .quicktech-side-menu .quicktech-menu-item {
      background-color: #fff;
      color: #333;
      font-weight: 600;
      padding: 12px 15px;
      border: 1px solid #dee2e6;
      border-radius: 4px;
      cursor: pointer;
      transition: all 0.2s ease;
    }
   
    .accordion-button {
      font-weight: 600;
    }

    .list-group-item{
      padding-left: 35px;
    }

    .quikctech-search input{
      width: 100%;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 10px;
    }

    .quikctech-search{
      position: relative;
    }

   

    .quikctech-search button {
	position: absolute;
	top: 11px;
	right: 10px;
	border: none;
	background-color: transparent;
}

.quikctech-mob-lo{
  display: flex;
  gap: 10px;
}

.quikctech-bottom-menu-mob{
  padding: 20px 0;
}

.quikctech-bottom-menu-mob li a{
  font-weight: 600;
  color: black;
}

.quicktech-bar:hover{
  background-color: transparent;
  color: black;
}

.quikcetch-logi{
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 10px 0;
}

.quikctech-sidecart-img img{
   height: 73px;
}

.quikctech-sise-btn-cart-cross{
  border: none;
  background-color: transparent;
}

.quikctech-view-cart button{
  padding: 10px 0;
  background-color:#695aa9f6 ;
  border: none;
  width: 100%;
  color: black;
  border-radius: 10px;
}

.quikctech-view-cart button a{
  color: white;

}


.quikctech-customer-panel-sidebar h6{
  font-weight: 600;
  font-size: 17px;
}
.quikctech-customer-panel-sidebar p{
  font-weight: 600;
  font-size: 17px;
}

.quikctech-customer-panel-sidebar a{
  color: black;
  font-size: 17px;
  font-weight: 600;
}

.quikctech-customerpanel-sidebar ul{
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.quikctech-customerpanel-sidebar ul li {
	width: 100%;

}
.quikctech-customerpanel-sidebar li a{
  display: flex;
  justify-content: space-between;
  color: black;
  	border: 1px solid black;
	padding: 13px;
	padding-bottom: 0 !important;
	border-radius: 5px;
  font-weight: 600;
}
.quikctech-customerpanel-sidebar li a:hover{
  background-color: black;
  color: white !important;
}
.sideactive{
  background-color: #25282A;
  color: white !important;
}

/*  */
.quicktech-account-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .quicktech-account-label {
      font-weight: 600;
    }
    .quicktech-account-edit {
      font-size: 20px;
      cursor: pointer;
    }
    .quicktech-account-verified {
      color: #28a745;
      font-weight: 500;
    }
    .quicktech-account-modal .modal-content {
      border-radius: 8px;
      padding: 20px;
    }
    .quicktech-account-modal .form-control {
      height: 48px;
      border-radius: 6px;
    }
    .quicktech-account-modal .btn-save {
      width: 80px;
      height: 42px;
      border-radius: 6px;
    }
    .quicktech-account-password-eye {
      position: absolute;
      right: 15px;
      top: 12px;
      cursor: pointer;
      color: #333;
    }
    .quicktech-custo{
      padding: 0 36px;
    }

      .quicktech-account-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .quicktech-account-subtitle {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
    }
    .quicktech-account-label {
      font-weight: 600;
      margin-bottom: 6px;
    }
    .quicktech-account-btn {
      height: 46px;
      border-radius: 6px;
      min-width: 180px;
    }
    .quicktech-account-back {
      font-weight: 600;
      cursor: pointer;
      color: #000;
      text-decoration: none;
    }
    .quicktech-account-back:hover {
      text-decoration: underline;
    }
    .quicktech-account-input {
      height: 46px;
      border-radius: 6px;
    }

        .quicktech-account-title {
      font-size: 36px;
      font-weight: 700;
      margin-bottom: 30px;
    }
    .quicktech-account-subtitle {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 25px;
    }
    .quicktech-account-label {
      font-weight: 600;
      margin-bottom: 6px;
    }
    .quicktech-account-btn {
      height: 46px;
      border-radius: 6px;
      min-width: 180px;
    }
    .quicktech-account-back {
      font-weight: 600;
      cursor: pointer;
      color: #000;
      text-decoration: none;
    }
    .quicktech-account-back:hover {
      text-decoration: underline;
    }
    .quicktech-account-input {
      height: 46px;
      border-radius: 6px;
    }


      .quikctech-order-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .quikctech-order-table th,
    .quikctech-order-table td {
      vertical-align: middle;
    }
    .quikctech-order-status {
      font-weight: 600;
    }
    .quikctech-order-btn {
      border: 1px solid #ccc;
      border-radius: 5px;
      padding: 4px 12px;
      background-color: white;
    }
    .quikctech-order-pagination .page-link {
      border-radius: 0;
    }

    .quicktech-order-search{
      position: relative;
    }

   .quicktech-order-search button {
	position: absolute;
	top: 8px;
	right: 10px;
	border: none;
	background-color: transparent;
}

.quikctech-order-title {
      font-size: 2rem;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    .quikctech-label {
      font-weight: bold;
    }
    .quikctech-btn-outline {
      border: 1px solid #ccc;
      background-color: #fff;
      padding: 6px 16px;
      border-radius: 4px;
    }
    .quikctech-btn-dark {
      background-color: #222;
      color: #fff;
      padding: 6px 16px;
      border: none;
      border-radius: 4px;
    }
    .quikctech-address-section {
      border-top: 1px solid #dee2e6;
      margin-top: 2rem;
      padding-top: 1rem;
    }
    .quikctech-address-title {
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .quikctech-address-inner{
      padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
    }

    .quikctech-address-inner p{
      font-weight: 600;
    }

    .quikctech-edit button{
      border: none;
      background-color: transparent;
      font-weight: 600;
      font-size: 14px;
      text-decoration: underline;
    }

    .quikctech-address-add-btn button{
      width: 100%;
      border: 1px solid #ddd;
      color: black;
      padding: 10px;
      background-color: transparent;
      transition: 0.3s ease;
    }
    .quikctech-address-add-btn button:hover{
      background-color: black;
      color: white;
    }

    .quicktech-menu-item a{
      color: black;
    }

    .list-group-item a{
      color: black;
    }

    .quicktech-text-product h5 strong{
       color: #00000054;
  font-size: 1rem;
    }

    .quicktech-t-p{
      margin-top: 19px;
  font-size: 15px;
    }

    .quikctech-c-pp{
      border: 1px solid #ddd;
  padding: 10px;
  border-radius: 5px;
    }


    .quicktech-add-bt{
      padding: 6px 90px !important;
    }

    .quicktech-wish{
      background: transparent;
  border: none;
  font-size: 24px;
  color: rgba(0, 0, 0, 0.753);
  transition: 0.3s ease;
    }
    .quicktech-wish:hover{
      color: rgba(255, 0, 0, 0.651);
    }

   .quikctech-partner-img {
	/* height: 600px; */
	width: 100%;
	padding: 50px 0;
}

     .quicktech-form-container {
      max-width: 500px;
      margin: auto;
      padding: 40px 20px;
      background-color: white;
      border-radius: 10px;
    }

    .quicktech-header {
      text-align: center;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .quicktech-subtext {
      text-align: center;
      font-size: 14px;
      margin-bottom: 20px;
    }

    .quicktech-highlight {
      font-weight: bold;
    }

    .quicktech-form-control {
      margin-bottom: 15px;
    }

    .quicktech-submit-btn {
      width: 100%;
    }

     .quikctech-privacy-container {
      max-width: 100%;
      margin: 50px auto;
      padding: 30px;
      background-color: #fff;
      border-radius: 20px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    }

    .quikctech-privacy-title {
      font-size: 2.2rem;
      font-weight: bold;
      color: #343a40;
      margin-bottom: 20px;
    }

    .quikctech-privacy-section-title {
      font-size: 1.25rem;
      font-weight: 600;
      margin-top: 30px;
      margin-bottom: 10px;
      color: #495057;
    }

    .quikctech-privacy-text {
      font-size: 1rem;
      line-height: 1.6;
      color: #555;
    }

    .quikctech-privacy-footer {
      margin-top: 40px;
      font-size: 0.9rem;
      color: #888;
      border-top: 1px solid #e0e0e0;
      padding-top: 20px;
    }

    .quicktech-image-container{
      position: relative;
    }
   .overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: #fff6;
      z-index: 99;
      opacity: 0;
      transition: 0.3s ease;
    }

    .quicktech-product-inner:hover .overlay {
      opacity: 1;
    }

    .quikctech-name-p{
      font-size: 1.125rem;
    }

    .quikctech-p-menu img{
      height: 16px;
    }
    .quikctech-p-menu svg{
      height: 19px;
    }

     .quikctech-p-menu i{
     font-size: 18px;
  padding-top: 4px;
    }
    .btn:hover {
	background-color: #ddd !important;
  color: black;
}

.quicktech-add-bt:hover{
  background-color: rgba(0, 0, 0, 0.719) !important;
  color: white;
}

.quikctech-product-tabs {
  justify-content: space-between;
}

.quikctech-b {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  transition: border-color 0.2s ease-in-out;
}

.quikctech-b:hover,
.quikctech-b:focus {
  border-bottom: 2px solid black !important;
}

.quikctech-b.active {
  border-bottom: 2px solid black !important;
  background-color: transparent !important;
  color: black !important;
}

.quikctech-description-container {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  transition: max-height 0.3s ease;
}

.quikctech-description-container.expanded {
  -webkit-line-clamp: unset;
  display: block;
}

.quikctech-toggle-btn {
	color: #00000091;
}
.quikctech-toggle-btn:hover{
  background-color: transparent !important;
}

 .quikctech-toggle-wrapper {
    max-height: 9em; /* Approx. 6 lines based on line-height */
    overflow: hidden;
    transition: max-height 0.3s ease;
    position: relative;
  }

  .quikctech-toggle-wrapper.expanded {
    max-height: none;
  }

  .quikctech-b{
    font-size: 18px;
  }

  .quikctech-tab {

  border-bottom: none;
}

.quikctech-login-tabs {
  border: none !important;
  border-bottom: 2px solid transparent !important;
  border-radius: 0 !important;
  background-color: transparent !important;
  color: #000 !important;
  transition: border-color 0.2s ease-in-out;
}

.quikctech-login-tabs:hover,
.quikctech-login-tabs:focus {
  border-bottom: 2px solid black !important;
}

.quikctech-login-tabs.active {
  border-bottom: 2px solid black !important;
  background-color: transparent !important;
  color: black !important;
}

.quicktech-t-p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.quikctech-size-btn.active{
   background-color: grey;
  color: #fff;
  border: none;

}
.quikctech-size-btn{
padding: 6px 12px;
}

.quikctech-color-btn.active{
   background-color: grey;
  color: #fff;
  border: none;

}

.quikctech-color-btn{
    padding: 6px 12px;
}

.quikctech-product-main img{
  height: 404px !important;
}

.quikctech-rotate img {
  display: inline-block;
  animation: quikctech-rotateSwing 1s infinite ease-in-out;
  transform-origin: center;
}

@keyframes quikctech-rotateSwing {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(-20deg); }
  50%  { transform: rotate(0deg); }
  75%  { transform: rotate(20deg); }
  100% { transform: rotate(0deg); }
}


.quikctech-category-images a img{
  border-bottom: 2px solid transparent;
  transition: 0.2s ease;
}
.quikctech-category-images a {
  position: relative;
  display: inline-block;
}

.quikctech-category-images a::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%) scaleX(0);
  transform-origin: center;
  width: 100%;
  height: 2px;
  background-color: black;
  transition: transform 0.3s ease;
}

.quikctech-category-images a:hover::after {
  transform: translateX(-50%) scaleX(1);
}


.quikctech-order-btn a{
  color: rgba(0, 0, 0, 0.541);
}
.quicktech-dd{
  transition: 0.5s ease;
}
.quicktech-dd:hover{
  background-color: #25282A;
  color: white;
}


.quicktech-pp{
  height: 457px !important;
}

.quikctech-ppp{
  height: 401px !important;
}

.quikctech-toggle-wrapper {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.quikctech-toggle-wrapper.show-full {
  -webkit-line-clamp: unset;
  max-height: none;
}

.quikctech-description-container-fluid {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: all 0.3s ease;
}

.quikctech-description-container-fluid.expanded {
  -webkit-line-clamp: unset;
  overflow: visible;
}