/* common css start */

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

/* common css end */

/* navbar */

/* Quicktech Vertical Menu */

.quikctech-sidebar {
  width: 280px;
  /* border: 1px solid #ddd; */
  background: #fff;
  font-family: Arial, sans-serif;
  position: relative;
}

.quikctech-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.quikctech-sidebar li {
  position: relative;
}

.quikctech-sidebar > ul > li > a {
  display: block;
  padding: 12px 15px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  background: white;
  color: #000;
  text-decoration: none;
}

.quikctech-sidebar a:hover {
  background: #f5a623;
  color: #fff;
}

/* Submenu */
.quikctech-sidebar .submenu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  width: 250px;
  border: 1px solid #ddd;
  background: #fff;
  z-index: 999;
}

.quikctech-sidebar li:hover > .submenu {
  display: block;
}

.quikctech-sidebar .submenu li a {
  padding: 10px 15px;
  display: block;
  border-bottom: 1px solid #eee;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}

.quikctech-sidebar .submenu li a:hover {
  background: #f5a623;
  color: #fff;
}

#quicktech-navbar {
  padding: 11px 5px;
  background-color: white;
  box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 999999;
}

.quikctech-meny-flex {
	display: flex;
	justify-content: center;
	gap: 20px;
	align-items: center;
}

.nav-item a {
  font-weight: 500;
  font-size: 15px;
}

.quikctech-sidebar ul li a i {
  font-size: 12px;
}

.quikctech-search-navbar {
  position: relative;
}
.quikctech-search-navbar input {
  width: 100%;
  padding: 14px;
  border-radius: 30px;
  padding-left: 50px;
  border: 1px solid #ddd;
  font-size: 15px;
  background-color: #f7f7f9;
}
.quikctech-search-navbar button {
  position: absolute;
  left: 7px;
  top: 8px;
  border: none;
  width: 37px;
  height: 37px;
  background-color: black;
  border-radius: 50%;
  line-height: 37px;
  color: white;
}

.quikctech-ppp {
  position: absolute;
  top: 13px;
  right: 17px;
  border-left: 2px solid #ddd;
  padding-left: 15px;
}

.quikctech-nav-menu {
  margin-top: 4px;
}
.quikctech-app-menu {
  padding: 20px;
  width: 341px;
}
.quikctech-app-menu p {
  font-size: 16px;
}

.quikctech-app-menu span {
  font-size: 14px;
  color: #ffb100;
}
.quikctech-app-menu h6 {
  font-size: 13px;
  padding: 10px 0;
}
.app-btn {
  padding: 4px 16px;
  background-color: #ffb100;
  color: white;
  font-weight: 600;
  font-size: 13px !important;
}
.quikctech-downloa-app-btn {
  width: max-content;
  padding: 6px 26px;
  background-color: black;
  color: white;
  border-radius: 5px;
  border: 1px solid black;
  transition: 0.3s ease;
}
.quikctech-downloa-app-btn:hover {
  background-color: transparent;
  color: black;
}

.quicktech-right-menu-inner {
  display: flex;
  gap: 20px;
  padding-top: 9px;
  align-items: center;
}

.quikctech-sign-menus {
  font-size: 14px !important;
}

.quicktech-cart {
  position: relative;
}

.quicktech-cart span {
  position: absolute;
  top: -10px;
  right: -11px;
  width: 20px;
  height: 20px;
  background-color: black;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  color: white;
}
/* navbar */

/* top category */

.quicktech-top-category-inner {
  display: flex;
  gap: 7px;
  align-items:baseline;
}

.quikctech-inner-main-category {
  border: 1px solid #ddd;
  padding: 11px;
  padding-bottom: 0;
  padding-top: 9px;
  border-radius: 5px;
  background-color: white;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  height:71px;
}
.quicktech-right-arow-category {
  margin-top: 11px;
}
.quicktech-right-arow-category i {
  color: black;
}

.quikctech-category-text {
  line-height: 10px;
}
.quikctech-category-img img {
  height: 32px;
  margin-top: 6px;
}
.quikctech-category-text h5 {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.quikctech-category-text p {
  color: black;
  font-size: 12px;
}

#quikctech-top-category {
  background-color: #f6f6f6;
  padding: 10px 0;
}

#quicktech-services {
  background-color: white;
}
#quicktech-services {
  background-color: white;
}
/* top category */

/* banner */
.swiper {
  width: 100%;
  height: 600px;
}

.mt-77 {
  margin-top: 76px;
}

.quikctech-banner-slide {
  position: relative;
}
.quikctech-logo-banner {
  position: absolute;
  top: 50px;
  left: 50%;
  transform: translateX(-50%);
}
.quikctech-logo-banner img {
  background-color: white;
  height: 54px;
  padding: 5px;
  border-radius: 5px;
}

.quikctech-logo-banner h4 {
  color: white;
  font-size: 35px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.quikctech-logo-banner a {
  padding: 6px 30px;
  background-color: #ffb100;
  border-radius: 5px;
  color: white;
  font-weight: 600;
}

.quicktech-banner-search input {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #ddd;
}
.quikctech-banner-country-search {
  position: absolute;
  top: 292px;
  left: 50%;
  transform: translateX(-50%);
  width: 47%;
}
.quicktech-banner-search {
  position: relative;
}
.quicktech-banner-search button {
  position: absolute;
  right: 9px;
  top: 11px;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid transparent;
  background-color: black;
  color: white;
}

/* .quicktech-banner-country-text {
  background-color: white;
  padding: 10px;
} */

.quicktech-cu-name {
  opacity: 0;
  transition: 0.1s ease;
  color: black;
}

.quicktech-country-img:hover .quicktech-cu-name {
  opacity: 1;
}

.quicktech-country-slider {
  display: flex;
  justify-content: space-between;
  width: 90%;
  overflow-x: auto;
  /* width: max-content; */
  gap: 51px;
}
/* .quicktech-banner-country-text {
  background-color: white;
  padding: 34px;
  padding-bottom: 0;
  padding-top: 40px;
  margin-top: -26px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
} */

.swiper-button-next::after,
.swiper-button-prev::after {
  font-family: swiper-icons;
  font-size: 17px;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 27px;
  width: 57px !important;
  height: 28px !important;
  background-color: white;
  text-align: center;
  border-radius: 50%;
  color: black;
}

.quikctech-service-inner {
  display: flex;
  justify-content: space-between;
}

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

.quikctech-service-main img {
  height: 59px;
}

.quikctech-service-main {
  width: 100%;
  border-right: 1px solid #ddd;
}

.quicktech-head h5 {
  font-size: 22px;
  font-weight: 600;
}

.quicktech-international-inner {
  background-color: white;
  padding: 20px;
}

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

.quicktech-international-inner h6 {
  color: black;
}

/* banner */

/* top sellingf */
.swiperproduct {
  width: 100%;
  position: relative;
}

#quicktech-top-selling {
}

.quikctech-product-img img {
  height: 193px;
  width:100%;
}



.quikctech-service-main p{
    font-size:15px;
}
.quikctech-product-inner {
  background-color: white;
  border-radius: 7px;
  position: relative;
}
.quicktech-product-text h6 {
  color: black;
}
.quicktech-product-text p {
  color: black;
}

.quicktech-product-text {
  padding: 10px;
}

.quikctech-product-img {
  padding: 16px;
}

.quikctech-small-p-img img {
  position: absolute;
  bottom: 4px;
  right: 3px;
  height:22px;
}

.swipermidbanner {
  height: 450px;
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 32px;
}

.quicktech-middle-banner-img {
  height: 100%;
}
.quicktech-middle-banner-img img {
  height: 100%;
  object-fit: cover;
}
/* top seling */

/* middle banner */
.quikctech-middle-slider-text {
  position: absolute;
  top: 50%;
  left: 61%;
  transform: translateY(-50%);
}

.quikctech-middle-slider-text h5 {
  color: white;
  padding: 13px 0;
  font-size: 19px;
}

.quikctech-see-col-btn {
  background-color: white;
  padding: 4px 25px;
  border-radius: 4px;
  color: black;
  font-weight: 600;
  transition: 0.3s ease;
}

.quicktech-middle-banner-img:hover .quikctech-see-col-btn {
  padding-right: 40px;
  background-color: #f5a623;
}

.quikctech-dd-none {
  opacity: 0;
  transition: 0.3s ease;
  padding-left: 6px;
}
.quicktech-middle-banner-img:hover .quikctech-dd-none {
  opacity: 1;
}
/* middle banner */

/* overseas-cate */
.quicktech-over-seas-cate {
  background-color: white;
  width: 100%;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  height: 161px;
}
.quicktech-over-seas-cate:hover {
  box-shadow: none;
  transition: 0.3s ease;
}
.quicktech-over-seas-cate p {
  color: black;
  font-weight: 600;
  font-size: 15px;
}

.quicktech-over-seas-cate img {
  height: 84px;
  margin-bottom: 10px;
}

.gapp {
  row-gap: 20px;
}
/* overseas cate */

/* brands */

.swiperbrands {
  position: relative;
  overflow: hidden;
  height: 89px;
}

.quikctech-brands-inner {
  background-color: white;
  padding: 13px;
  border-radius: 4px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.quikctech-brands-inner:hover {
  box-shadow: none;
}

.quikctech-brands-inner h5 {
  font-size: 17px;
  font-weight: 600;
  padding-top: 8px;
  color: black;
}

.quikctech-promotion-img a img {
  height: 250px;
  transition: 0.3s ease;
  border-radius: 20px;
}
.quikctech-promotion-img a img:hover {
  transform: scale(1.01);
}
/* brands */

/* premium */
.swiperpremium {
  overflow: hidden;
  position: relative;
  height: 277px;
}
.quikctech-premium-inner {
  background-color: white;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #ddd;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease;
}
.quikctech-premium-inner:hover {
  box-shadow: none;
  transform: scale(1.02);
}
.quikctech-premium-text h6 {
  color: black;
}

.quikctech-premium-text {
  padding: 0 20px;
}

.quicktech-premium-img img {
  height: 160px;
}
/* premium */

/* appliance */
.quikctech-head-ap {
  display: flex;
  justify-content: space-between;
}

.quikctech-head-ap h6 {
  font-size: 22px;
  font-weight: 600;
}

.quikctech-head-ap a {
  padding: 6px 25px;
  background-color: black;
  color: white;
  font-weight: 600;
  border-radius: 5px;
}

.quikctech-ap-inner {
  display: flex;
  align-items: center;
  gap: 10px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  transition: 0.2s ease;
}
.quikctech-ap-inner:hover {
  box-shadow: none;
  transform: scale(1.02);
}
.quicltech-ap-text h5 {
  font-size: 18px;
  font-weight: 500;
  color: black;
}
.quikctech-img-ap img {
  height: 133px;
}
/* appliance */

.quikctech-gift-img img {
  height: 332px;
  border-radius: 5px;
  overflow: hide;
  object-fit: cover;
}

.quikctech-ss-dis {
  position: relative;
}

.quikctech-latest-img-discount img {
  position: absolute;
  top: 10px;
  left: 10px;
}

/*  */

.quikctech-top-container {
  display: flex;
  align-items: center;
  justify-content: center;
}
.quikctech-top-card {
  display: flex;
  max-width: 850px;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.quikctech-top-left {
  flex: 1;
  background: #fdecc9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.quikctech-top-left img {
  max-width: 100%;
  height: 296px;
}
.quikctech-top-right {
  flex: 1;
  padding: 20px 30px;
}
.quikctech-top-right h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
.quikctech-top-right h5 span {
  font-weight: 700;
}
.quikctech-top-form .form-control,
.quikctech-top-form .form-select {
  height: 47px;
  border-radius: 8px;
  margin-bottom: 10px;
  font-size: 15px;
}
.quikctech-top-btn {
  width: 100%;
  height: 50px;
  border-radius: 8px;
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}
.quikctech-top-btn:hover {
  background: #222;
  color: #fff;
}

.quikctech-s-desp-container {
  padding: 40px 20px;
}
.quikctech-s-desp-heading {
  font-weight: 700;
  font-size: 26px;
}
.quikctech-s-desp-subheading {
  font-size: 16px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.quikctech-s-desp-divider {
  border-top: 1px solid #ccc;
  margin: 15px 0 25px 0;
}
.quikctech-s-desp-text {
  font-size: 15px;
  line-height: 1.7;
  color: #444;
  margin-bottom: 15px;
}

.quikctech-s-desp-box {
  padding: 20px;
  height: 100%;
}
.quikctech-s-desp-title {
  font-weight: 700;
  font-size: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
  padding-bottom: 9px;
}
.quikctech-s-desp-title i {
  color: #fbbf24; /* yellowish icon */
  font-size: 20px;
}
.quikctech-s-desp-text {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  margin-bottom: 10px;
}
.quikctech-s-desp-more {
  font-weight: 600;
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
}

.quikctech-s-desps-title h5 {
  font-size: 22px;
  font-weight: 600;
}

.quikctech-s-desps-title {
  border-bottom: 1px solid #ddd;
  padding-bottom: 6px;
  margin-bottom: 14px;
}

/* footer */

#quikctech-footer {
  background-color: white;
  padding: 32px 0px;
  padding-bottom: 10px;
}

.quicktech-footer-payment-inner h4 {
  font-size: 19px;
  font-weight: 600;
  color: #0000007d;
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
}
.quicktech-footer-payment-inner ul li {
  padding-bottom: 10px;
}
.quicktech-footer-payment-inner ul li a {
  color: #666;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease;
}
.quicktech-footer-payment-inner ul li {
  color: #666;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease;
  display: flex;
  gap: 10px;
  align-items: center;
}

.quicktech-footer-payment-inner ul li a:hover {
  color: #f5a623;
}

.quicktech-footer-payment-inner ul li img {
  height: 50px;
}

.quicktech-footer-payment-inner ul li p span {
  font-size: 13px;
  color: #00000081;
}

.quicktech-footer-payment-inner ul {
  margin-top: 23px;
}

.quicktech-support {
  border-radius: 5px;
  padding: 20px;
  border: 1px solid #ddd;
  padding-bottom: 8px;
}

.quicktech-footer-payment-inner h6 {
  color: #666;
  font-weight: 500;
  font-size: 15px;
}

.quicktech-support p {
  font-size: 14px;
  padding-left: 22px;
}
.quikctech-cs {
  padding-top: 20px;
}
.quikctech-cs h6 {
  color: #666;
  font-weight: 500;
  font-size: 15px;
}
.quikctech-cs li a {
  color: #666;
  font-weight: 500;
  font-size: 15px;
  transition: 0.3s ease;
}

.quikctech-cs li a:hover {
  color: #f5a623;
}

.download-app {
  padding-top: 20px;
}

.download-app h6 {
  color: #666;
  font-weight: 500;
  font-size: 15px;
}

.quikctech-store {
  display: flex;
  gap: 10px;
}
.quikctech-store a img {
  height: 30px;
  border-radius: 5px;
}

.quicktech-trusted-footer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.quikctech-delivery-footer {
  display: flex;
  align-items: baseline;
  gap: 13px;
}
.quikctech-delivery-footer h5 {
  font-size: 16px;
}

.quicktech-heads h5 {
  font-size: 20px;
}

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

.quikctech-footer-store-menu ul li a {
  font-size: 13px;
  font-family: "poppinsmedium", sans-serif;
  color: #666;
  transition: 0.3s ease;
}

.quikctech-footer-store-menu ul li a:hover {
  color: #f5a623;
}

.quikctech-copy-right p {
  font-size: 15px;
}
/* footer */

/* login */

.quikctech-login-container {
  max-width: 420px;
  margin: 50px auto;
}

.quikctech-login-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}

.quikctech-login-tab {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}

.quikctech-login-tab a {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
  font-weight: 600;
  background: #ddd;
  color: #333;
}
.quikctech-login-tab a {
  transition: 0.3s ease;
}
.quikctech-login-tab .active {
  background: black;
  color: white;
}

.quikctech-login-tab a:hover {
  background-color: black;
  color: white;
}

.quikctech-login-input {
  margin-bottom: 15px;
}

.quikctech-login-input input {
  border-radius: 5px;
  padding: 12px;
  font-size: 14px;
}

.quikctech-login-password-group {
  display: flex;
  gap: 10px;
  align-items: center;
}

.quikctech-login-toggle button {
  padding: 10px 15px;
  border: none;
  font-weight: bold;
  background: #ddd;
  cursor: pointer;
  font-size: 12px;
}

.quikctech-login-toggle button:hover {
  background-color: black;
  color: white;
}
.quikctech-login-toggle a:hover {
  background-color: black;
  color: white;
}

.quikctech-login-toggle .active {
  background: black;
  color: white;
}

.quikctech-login-password input {
  flex: 1;
}

.quikctech-login-toggle {
  display: flex;
}
.quikctech-login-forgot {
  text-align: right;
  font-size: 12px;
  margin-top: 5px;
}

.quikctech-login-forgot a {
  color: #666;
  text-decoration: none;
}

.quikctech-login-btn {
  background: black;
  border: none;
  width: 100%;
  padding: 12px;
  font-weight: bold;
  font-size: 16px;
  border-radius: 5px;
  margin: 15px 0;
  color: white;
}

.quikctech-login-social button {
  width: 100%;
  padding: 10px;
  margin-bottom: 11px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.quikctech-login-social img {
  height: 20px;
}

.quicktech-right-border {
  border-right: 1px solid #ddd;
}

.quikctech-login-text-ul {
  padding: 90px 46px;
}

.quikctech-login-text-ul li {
  padding-bottom: 7px;
}

.quikctech-qrr {
  display: flex;
  gap: 15px;
  padding: 0 46px;
}

.quikctech-qr-text h5 {
  font-size: 15px;
  font-weight: 600;
}

.quikctech-mailing {
  display: flex;
  align-items: flex-start;
  gap: 8px; /* space between checkbox and text */
  font-family: "Helvetica Neue", Arial, sans-serif;
  color: #555;
  font-size: 13px;
  line-height: 1.4;
  max-width: 520px;
}

.quikctech-label {
  cursor: pointer;
}

.quikctech-label .title {
  font-weight: 600;
  color: #333;
}

.quikctech-label .desc {
  font-weight: 400;
  color: #555;
}

/* login */
/* newsletter */

.quicktech-news-letter-inner {
  height: 300px;
  background-size: cover !important;
  background-position: initial !important;
}
.quikctech-subscribe {
  padding: 128px 0;
}

.quicktech-sub-main {
  display: flex;
  align-items: baseline;
  gap: 19px;
  justify-content: center;
  width: max-content;
  margin: auto;
  position: relative;
}

.quicktech-sub-main input {
  padding: 20px;
  border-radius: 50px;
  border: 2px solid #ddd;
  padding-right: 107px;
}

.quicktech-sub-main button {
  position: absolute;
  top: 15px;
  right: 10px;
  padding: 8px 20px;
  border-radius: 50px;
  background-color: black;
  color: white;
  border: none;
}

/* newsletter */

/* category */

.quikctech-breadcum ul {
  display: flex;
  gap: 10px;
  padding: 10px 0;
}

.quikctech-breadcum ul li a {
  color: #000000c9;
  font-size: 14px;
}

#quicktech-breadcum {
  background-color: white;
}
/* category */

.quikctech-recent-search ul {
  display: flex;
  gap: 15px;
}

.quikctech-recent-search ul li a {
  border-right: 2px solid #00000036;
  padding-right: 17px;
  color: #0000005e;
  font-size: 14px;
}

.quikctech-recent-search {
  border-bottom: 1px solid #ddd;
  padding-bottom: 13px;
}

/*  */

.quikctech-filter {
  width: 350px;
  height: 600px;
  overflow-y: scroll;
  padding-right: 30px !important;
  padding: 19px;
  position: sticky;
  top: 60px;
}
.quikctech-filter-card {
  background: #fff3e0;
  padding: 15px;
  border-radius: 8px;
}
.quikctech-filter-range {
  position: relative;
  height: 6px;
  background: #ddd;
  border-radius: 5px;
}
.quikctech-filter-range .progress {
  position: absolute;
  height: 6px;
  background: black;
  border-radius: 5px;
}
.quikctech-filter-input input[type="range"] {
  position: absolute;
  width: 100%;
  height: 6px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  top: 0;
}
.quikctech-filter-input input[type="range"]::-webkit-slider-thumb {
  pointer-events: auto;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: black;
  cursor: pointer;
}
.quikctech-filter-input input[type="range"]::-moz-range-thumb {
  pointer-events: auto;

  border-radius: 50%;
  background: black;
  cursor: pointer;
}

.quikctech-filter-search {
  position: relative;
}

.quikctech-filter-search input {
  padding: 10px !important;
  padding-left: 40px !important;
  border-radius: 10px !important;
}

.quikctech-filter-search button {
  position: absolute;
  top: 7px;
  left: 4px;
  z-index: ppp;
  color: black;
  z-index: 999;
  width: 30px;
  height: 30px;
  border-radius: 8px !important;
  border: none;
}

.quicktech-category-flags ul {
  display: flex;
  gap: 44px;
}

.quikctech-buy-now {
  display: flex;
  gap: 30px;
  align-items: center;
  background-color: white;
  padding: 26px 30px;
  width: max-content;
  border-radius: 37px;
}

.quicktech-category-flags {
  width: 643px;
  overflow-x: auto;
  padding-bottom: 12px;
}

.quicktech-category-flags ul li {
  text-align: center;
  transition: 0.3s ease;
}

.quicktech-category-flags ul li a {
  color: black;
  font-weight: 600;
  font-size: 14px;
}

.quicktech-category-flags ul li:hover {
  border-bottom: 1px solid black;
}

.quikctech-product-main {
  width: 25%;
  border: 1px solid #ddd;
  background-color: white;
  position: relative;
}

.quikctech-c-c-p {
  display: flex;
  justify-content: space-between;
}

.quikctech-pro-text {
  padding: 11px;
}

.quikctech-c-c-p p {
  font-size: 13px;
  font-weight: 600;
  color: black;
}

.quikctech-c-c-p {
  font-weight: 600;
  color: black;
}

.quikctech-pro-img {
  padding: 15px;
}
.quikctech-c-p-stars ul {
  display: flex;
  gap: 5px;
}

.quikctech-c-p-stars ul li {
  font-size: 14px;
}

.quikctech-bought {
  font-size: 14px;
  color: #0000009c;
}
.quicktech-price p s {
  font-size: 13px;
  color: red;
}

.quikctech-cp-d p {
  color: black;
}

.quicktech-price p {
  color: black;
}

.quikctech-c-p-stars ul li {
  color: black;
  font-weight: 600;
}

.quicktech-price p {
  font-weight: 600;
}

.quikctech-product-inners {
  display: flex;
  flex-wrap: wrap;
}

.quikctech-category-product h4 {
  font-size: 17px;
}

.quicktech-category-flags ul li {
  border-right: 1px solid #ddd;
  padding-right: 40px;
}

.quikctech-filter-search input {
  font-weight: 800;
}

.quicktech-track-inner {
  margin: 89px 0;
  padding: 40px 30px;
  background-color: white;
  border-radius: 20px;
}

.quikctech-track-main input {
  width: 100%;
  padding: 7px;
}

.quikctech-track-main {
  display: flex;
  gap: 10px;
}

.quikctech-track-main button {
  width: 159px;
  border: none;
  background-color: black;
  color: white;
  font-weight: 600;
}

.quikctech-c-p-stars ul li i {
  color: #ffb100;
}

.quikctech-off-category span {
  position: absolute;
  top: 12px;
  left: 13px;
  background-color: #000000c7;
  padding: 1px 13px;
  color: white;
  font-weight: 600;
  font-size: 13px;
}

.quikctech-product-main:hover {
  transform: scale(1.05);
}

.quikctech-product-main {
  transition: 0.3s ease;
}

.quicktech-product-details-left-main {
  padding: 14px 64px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 5px;
  position: relative;
  padding-top: 30px;
}

.quikctech-wishlist-p-details button {
  position: absolute;
  top: 10px;
  right: 8px;
  padding: 4px 7px;
  border: 1px solid #ddd;
  font-size: 19px;
  color: #00000054;
  border-radius: 6px;
}
.swiperproimg {
  overflow: hidden;
  width: 100%;
  height: 452px;
}
.quikctech-product-d-img img {
  height: 450px;
}

.swiperthublinimg {
  position: relative;
  overflow: hidden;
}

.quikctech-product-d-thumblin-img img {
  height: 98px;
  width: 44px !;
}
.quikctech-product-d-main-img img {
  height: 437px !important;
  border-radius: 18px;
}

.swiperproimg {
  width: 100%;
  height: 450px;
}

.swiper-slide-thumb-active img {
  border: 2px solid rgba(0, 0, 0, 0.63);
  border-radius: 4px;
  padding: 5px;
}

/* .swiperproimg img {
  cursor: zoom-in;
}

.swiper-slide-zoomed img {
  cursor: zoom-out;
} */

.quikctech-s-img img {
  height: 61px;
}

.quikctech-product-social {
  display: flex;
  gap: 100px;
  align-items: center;
}

.quicktech-ocial-pp ul {
  display: flex;
  gap: 20px;
}
.quicktech-ocial-pp ul li {
  font-size: 24px;
}

.quikctech-product-short-d h5 {
  font-size: 18px;
  font-weight: 600;
}

.quikctech-product-short-d {
  display: flex;
  align-items: first baseline;
}

.quikctech-product-info span {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.562);
}

.quikctech-product-info h4 {
  font-weight: 600;
  padding-top: 11px;
}
.quikctech-product-info h5 {
  padding-top: 10px;
  font-size: 15px;
  color: rgba(0, 0, 0, 0.678);
  padding-bottom: 10px;
}
.quikctech-product-info h5 span {
  color: #198754;
  font-size: 20px;
  font-weight: 600;
}

.quikctech-product-info p {
  font-weight: 600;
}

.quicktech-price-productdetails h4 {
  font-weight: 700;
  font-size: 22px;
}

.quicktech-price-productdetails a {
  border: 2px solid #198754;
  padding: 8px 7px;
  border-radius: 5px;
  background-color: white;
  color: #198754;
  font-weight: 600;
  transition: 0.3s ease;
}
.quicktech-price-productdetails a:hover {
  background-color: #198754;
  color: white;
}
.quicktech-price-productdetails {
  display: flex;
  gap: 28px;
  align-items: center;
}

.quikctech-rating-produt-details ul {
  display: flex;
  gap: 6px;
}

.quikctech-rating-produt-details ul li {
  color: #0000005e;
}

.quikctech-rating-produt-details {
  display: flex;
  gap: 21px;
  align-items: baseline;
}

.quikctech-rating-produt-details h5 {
  color: #000000a1;
  font-weight: 600;
}

.quikctech-rating-produt-details a {
  color: #000000a1;
  font-weight: 600;
}

.quikctech-availibility {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.option-section {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 20px;
  border-radius: 8px;
  background-color: white;
}

.option-section h3 {
  margin-bottom: 10px;
  font-size: 16px;
}

.options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.option-btn {
  border: 1px solid #ccc;
  padding: 10px 15px;
  border-radius: 6px;
  background: #fff;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}

.option-btn.active {
  border: 2px solid #f5a623;
  background: #fffbe60a;
}

.color-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
  gap: 10px;
}

.color-btn {
  border: 1px solid #ccc;
  padding: 5px;
  border-radius: 6px;
  cursor: pointer;
  background: #fff;
  transition: 0.2s;
  text-align: center;
}

.color-btn img {
  width: 100%;
  border-radius: 4px;
}

.color-btn.active {
  border: 2px solid #f5a623;
  background: #fffbe6;
}

.show-less {
  margin-top: 10px;
  font-size: 13px;
  color: #666;
  cursor: pointer;
}

.quicktech-shipping-inner ul li {
  text-align: center;
  font-size: 13px;
}
.quicktech-shipping-inner ul {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
}

.quicktech-shipping-inner {
  background-color: white;
  padding: 15px;
}

.qyujctrech-bb p {
  font-size: 15px;
}

.quikctech-right-order {
  background-color: white;
  padding: 10px;
  position: sticky;
  top: 82px;
  max-height: 80vh;
  overflow-y: auto;
}

.quikctech-right-order h4 {
  font-weight: 700;
}

.quikctech-right-order span {
  font-size: 15px;
  color: #198754;
  font-weight: 600;
}

.qty-container {
  display: flex;
  align-items: center;
  gap: 8px;
  font-family: Arial, sans-serif;
}
.qty-box {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 4px 8px;
}
.qty-btn {
  border: none;
  background: none;
  font-size: 18px;
  cursor: pointer;
  width: 28px;
  height: 28px;
  line-height: 1;
}
.qty-input {
  width: 30px;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
}

.quikctech-order-but button {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px;
  border: 1px solid transparent;
  border-radius: 9px;
}

.cart-btn {
  transition: 0.3s ease;
  background-color: white;
  border: 1px solid #ddd !important;
  font-weight: 600;
}
.cart-btn:hover {
  background-color: black;
  color: white !important;
  font-weight: 600;
}

.buy-btn {
  background-color: black;
  color: white;
  font-weight: 600;
}
.buy-btn:hover {
  background-color: white;
  border: 1px solid #ddd;
  color: black !important;
}

.quicktech-stands h4 {
  font-size: 20px;
  font-weight: 600;
  border-bottom: 2px solid black;
  width: max-content;
  padding-bottom: 6px;
}

.quikctech-stands-inner {
  background-color: white;
  padding: 19px;
  border-radius: 10px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  padding-bottom: 9px;
}

.quikctech-stands-inner h5 {
  font-size: 18px;
  font-weight: 600;
}
.quikctech-stands-inner p {
  font-size: 15px;
  color: rgba(0, 0, 0, 0.521);
}

.quikctech-p-d-point {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.quikctech-p-d-icon {
  font-size: 20px;
  color: #f9b000;
  margin-right: 10px;
  line-height: 1.4;
}
.quikctech-p-d-text {
  flex: 1;
}
.quikctech-p-d-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 25px;
  font-size: 14px;
}
.quikctech-p-d-table th,
.quikctech-p-d-table td {
  border: 1px solid #ddd;
  padding: 10px;
  text-align: left;
}
.quikctech-p-d-table th {
  background: #f8f8f8;
  font-weight: bold;
}
.quikctech-p-d-table td {
  background: #fff;
}
.quikctech-p-d-highlight {
  color: #007185;
  cursor: pointer;
}

.quikctech-active-inner h6 {
  font-weight: 600;
  font-size: 17px;
}

.quikctech-active-inner p {
  font-size: 14px;
}

.quikctech-active-inner {
  padding-right: 50px;
}

.quikctech-product-banner-img {
  max-height: 700px;
  overflow-y: auto;
}

.quikctech-p-d-faq-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}

.quikctech-p-d-faq-question {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 8px;
}

.quikctech-p-d-faq-answer {
  font-size: 15px;
  color: #333;
}

.quikctech-ratings-container {
  background-color: white;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
  width: 100%;

  padding: 30px;
}

.quikctech-ratings-title {
  font-size: 24px;
  color: #2d3748;
  margin-bottom: 25px;
  text-align: center;
  font-weight: 600;
}

.quikctech-ratings-summary {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 30px;
}

.quikctech-ratings-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.quikctech-ratings-star-label {
  font-size: 16px;
  color: #4a5568;
  min-width: 60px;
}

.quikctech-ratings-bar-container {
  flex-grow: 1;
  height: 12px;
  background-color: #e2e8f0;
  border-radius: 6px;
  overflow: hidden;
}

.quikctech-ratings-bar {
  height: 100%;
  background-color: #f59e0b;
  border-radius: 6px;
}

.quikctech-ratings-percentage {
  font-size: 14px;
  color: #718096;
  min-width: 40px;
  text-align: right;
}

.quikctech-ratings-divider {
  height: 1px;
  background-color: #e2e8f0;
  margin: 25px 0;
}

.quikctech-ratings-action {
  text-align: center;
  margin-bottom: 25px;
}

.quikctech-ratings-button {
  background-color: #3b82f6;
  color: white;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s;
}

.quikctech-ratings-button:hover {
  background-color: #2563eb;
}

.quikctech-ratings-note {
  text-align: center;
  font-size: 14px;
  color: #718096;
  margin-top: 15px;
}

.quikctech-ratings-pros-cons {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  margin-top: 30px;
}

.quikctech-ratings-section {
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 8px;
}

.quikctech-ratings-section-title {
  font-size: 18px;
  color: #2d3748;
  margin-bottom: 15px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
}

.quikctech-ratings-list {
  list-style-type: none;
}

.quikctech-ratings-list-item {
  padding: 8px 0;
  color: #4a5568;
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.quikctech-ratings-pros .quikctech-ratings-section-title {
  color: #10b981;
}

.quikctech-ratings-cons .quikctech-ratings-section-title {
  color: #ef4444;
}

@media (max-width: 650px) {
  .quikctech-ratings-pros-cons {
    grid-template-columns: 1fr;
  }

  .quikctech-ratings-container {
    padding: 20px;
  }
}

.quickech-related-cate ul {
  display: flex;
  gap: 15px;
}
.quickech-related-cate ul li a {
  padding: 4px 25px;
  border: 1px solid rgba(0, 0, 0, 0.589);
  border-radius: 50px;
  background-color: white;
  color: rgba(0, 0, 0, 0.589);
}

.chart-container {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  width: 100%;
  max-width: 900px;
  padding: 25px;
}

.chart-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px solid #eaeaea;
}

.chart-title {
  font-size: 24px;
  font-weight: 600;
  color: #2d3748;
}

.chart-price {
  font-size: 28px;
  font-weight: 700;
  color: #2180c0;
}

.chart-currency {
  font-size: 18px;
  color: #718096;
  margin-left: 5px;
}

.chart-wrapper {
  position: relative;
  height: 400px;
  margin-bottom: 20px;
}

.chart-date-range {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
  color: #718096;
  font-size: 14px;
}

.chart-actions {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 25px;
}

.chart-btn {
  padding: 10px 20px;
  border: none;
  border-radius: 8px;
  background-color: #2180c0;
  color: white;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}

.chart-btn:hover {
  background-color: #1a6ca8;
  transform: translateY(-2px);
}

.chart-btn.secondary {
  background-color: #e2e8f0;
  color: #4a5568;
}

.chart-btn.secondary:hover {
  background-color: #cbd5e0;
}

.chart-note {
  text-align: center;
  margin-top: 20px;
  color: #718096;
  font-style: italic;
}

/* cart */

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

.quicktech-cart-head h4{
  font-size: 19px;
  font-weight: 600;
}

.quicktech-cart-head a{
  padding: 8px 20px;
  background-color: black;
  color: white;
  font-weight: 600;    
  border-radius: 5px;
}

.quikctech-f {
	display: flex;
	gap: 8px;
	align-items: center;
}
.quikctech-f img{
  width: 30px;
  height: 16px;
}

.quikctech-f p{
  font-size: 14px;
  color: rgba(0, 0, 0, 0.479);
  font-weight: 600;
}
.quikctech-f p span{
  color: black;
}

.quikctecch-frombd {
	display: flex;
	justify-content: space-between;
	width: 527px;
	align-items: center;
	background-color: white;
	padding: 10px 20px;
	border-top-right-radius: 73px !important;
	border-radius: 5px;
	border: 1px solid #ddd;
}

.quikctech-plane{
  position: relative;
}

.quikctech-plane::after {
	position: absolute;
	content: "";
	border: 2px dotted black;
	width: 92px;
	top: 12px;
	left: 44px;
}
.quikctech-plane::before {
	position: absolute;
	content: "";
	border: 2px dotted black;
	width: 92px;
	top: 12px;
	right: 44px;
}

.quikctech-cart-img img{
  width: 230px;
  height: 200px;
}

.quikctech-cart-main {
	display: flex;
	gap: 17px;
	padding: 27px;
	align-items: center;
}

.quicktch-cart-inner{
  background-color: white;
  border: 1px solid #ddd;
}

.quciktech-cart-hh-p {
	border: 1px solid #ddd;
	padding: 16px;
	padding-bottom: 10px;
}

    .quikctech-cart-price {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
    }

    .quikctech-cart-quantity {
      margin-bottom: 10px;
    }

   .quikctech-cart-quantity input {
	width: 79px;
	padding: 5px;
	text-align: center;
}

    .quikctech-cart-remove {
      display: flex;
      align-items: center;
      gap: 5px;
      cursor: pointer;
      color: #666;
      font-size: 14px;
    }

    .quikctech-cart-remove:hover {
      color: red;
    }

    .quikctech-cart-remove i {
      font-size: 16px;
    }

    .quikctech-c-right-card {
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.1);
      padding: 20px;
      margin: 20px auto;
      max-width: 380px;
    }
    .quikctech-c-right-plus {
      background: #fff6e8;
      border: 1px solid #ffd188;
      border-radius: 10px;
      padding: 15px;
      margin-bottom: 20px;
    }
    .quikctech-c-right-plus h5 {
      background: #ffb800;
      color: #fff;
      padding: 6px 12px;
      border-radius: 5px;
      display: inline-block;
      font-size: 16px;
      width: 100%;
    }
    .quikctech-c-right-plus ul {
      list-style: none;
      padding: 0;
      margin: 10px 0 0;
    }
    .quikctech-c-right-plus ul li {
      font-size: 14px;
      margin-bottom: 8px;
      display: flex;
      align-items: center;
      color: #333;
    }
    .quikctech-c-right-plus ul li i {
      color: #ffb800;
      margin-right: 8px;
    }
    .quikctech-c-right-summary h6 {
      font-weight: bold;
      margin-bottom: 10px;
    }
    .quikctech-c-right-summary .row {
      margin-bottom: 8px;
    }
    .quikctech-c-right-highlight {
      font-size: 14px;
      background: #fff8eb;
      padding: 10px;
      border-radius: 6px;
      border-left: 4px solid #ffb800;
      margin: 10px 0;
    }
    .quikctech-c-right-btn {
      background: #ffb800;
      border: none;
      color: #fff;
      font-weight: bold;
      width: 100%;
      padding: 12px;
      border-radius: 6px;
      margin-top: 10px;
    }
    .quikctech-c-right-btn i {
      margin-right: 6px;
    }
    .quikctech-c-right-coupon input {
      margin-top: 10px;
      border-radius: 6px;
    }
    .quikctech-c-right-coupon button {
      margin-top: 10px;
      width: 100%;
      background: #ffb800;
      border: none;
      color: #fff;
      padding: 10px;
      border-radius: 6px;
      font-weight: bold;
    }
    .quikctech-c-right-pdf {
      margin-top: 15px;
      text-align: center;
    }
    .quikctech-c-right-pdf button {
      background: #fff;
      border: 1px solid #ccc;
      width: 100%;
      padding: 10px;
      border-radius: 6px;
      font-weight: 500;
    }

      .quikctech-c-right-switch .form-check-input {
      width: 3em;
      height: 1.5em;
      cursor: pointer;
      background-color: #ccc;
      border: none;
    }
    .quikctech-c-right-switch .form-check-input:checked {
      background-color: #ffb800;
      border-color: #ffb800;
    }
    .quikctech-c-right-switch .form-check-input:focus {
      box-shadow: none;
    }
    .quikctech-c-right-switch .form-check-label {
      font-size: 15px;
      font-weight: 600;
      margin-left: 8px;
      color: #333;
      cursor: pointer;
    }

    .quikctech-cart-text h5{
      font-size: 17px;
    }

    .quikctech-cart-text span{
      font-weight: 600;
  color: #00000080;
    }

    .quicktech-logo img{
      height: 75px;
    }

 .quicktech-checkout-left-head {
	display: flex;
	justify-content: space-between;
	align-items: center;

	padding: 21px;
}

    .quikctech-cartttt{
      position: relative;
    }

    .quikctech-qq span{
      position: absolute;
  top: -7px;
  right: -9px;
  background-color: black;
  color: white;
  width: 20px;
  text-align: center;
  height: 20px;
  border-radius: 50%;
  line-height: 21px;
    }

    .quikctech-bg-white{
	    background-color: white;
    }


    .quikctech-o-review h4{
      font-size: 18px;
      font-weight: 600;
    }

    .quikctech-o-review h4 span{
      font-size: 14px;
      color: rgba(0, 0, 0, 0.534);
    }

    .quikctech-dd-flex{
      display: flex;
       gap: 126px;
    }

    .quikctech-o-review{
      display: flex;
  justify-content: space-between;
    }

    .quikctech-checkout-p-img img{
      height: 50px;
    }

  .quikctech-checkout-p-text h5 {
	font-size: 18px;
	padding-top: 6px;
}

   .quicktech-checkout-p-main {
	display: flex;
	gap: 14px;
}

.quicktech-checkou-p-des p{
  font-size: 14px;
}

.quicktech-checkou-p-des span{
  font-size: 13px;
  font-weight: 600;
  color: #00000087;
}


.quikctech-checkout-price {
      font-weight: bold;
      font-size: 18px;
      margin-bottom: 10px;
      display: block;
    }
    .quikctech-checkout-qty-wrapper {
      display: flex;
      /* justify-content: center; */
      align-items: center;
      gap: 10px;
      font-size: 16px;
    }
    .quikctech-checkout-qty-btn {
      cursor: pointer;
      font-size: 18px;
      font-weight: bold;
      border: none;
      background: none;
    }
    .quikctech-checkout-qty-number {
      min-width: 20px;
      text-align: center;
      display: inline-block;
    }

    .quikctech-checkout-p-des-inner{
      display: flex;
  justify-content: space-between;
  align-items: center;
    }

    .quikctech-shipping-charge-checkout h6 img{
      height: 15px;
    }

    .quikctech-shipping-charge-checkout{
      display: flex;
  gap: 21px;
    }

    .quikctech-shipping-charge-checkout p{
      font-size: 14px;
    }
    .quikctech-shipping-charge-checkout span{
      font-size: 14px;
      color: rgba(0, 0, 0, 0.452);
    }

    .quikctch-s-c-inner{
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .quikcetch-s-charge p{
      font-size: 17px;
      font-weight: 700;
    }

    .quikcetch-s-weight p{
      font-size: 15px;
      font-weight: 400;

    }


    .quikctch-s-c-inner{
      border-bottom: 2px solid #ddd;
      padding-bottom: 10px;
    }

    .quikctech-money-back{
      display: flex;
       gap: 10px;
    }

    .quikctech-money-back{
     border-bottom: 2px solid #ddd;
      padding-bottom: 10px;

    }

    .quikctech-checkout-det ul{
      display: flex;
      flex-direction: column;
      gap: 20px;
    }

    .quikctech-checkout-det ul li{
      font-size: 14px;
      color: rgba(0, 0, 0, 0.521);
    }

    .quikctech-checkout-det{
      border-bottom: 2px solid #ddd;
      padding-bottom: 10px;
    }

    .quicktch-top-logestic h4{
      font-size: 18px;
      font-weight: 600;
      padding-bottom: 9px;
    }
/* cart */

/* checkout */
.quikctech-checkout-s-box {
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      /* background: #fff; */
    }
    .quikctech-checkout-s-title {
      font-weight: bold;
      font-size: 16px;
    }
    .quikctech-checkout-s-toggle {
      cursor: pointer;
      font-size: 20px;
      font-weight: bold;
      color: #ff9900;
    }
    .quikctech-checkout-s-form {
      display: none;
      margin-top: 15px;
      border-top: 1px solid #eee;
      padding-top: 15px;
    }
    .quikctech-checkout-s-label {
      font-weight: 500;
      margin-bottom: 5px;
    }
    .quikctech-checkout-s-btn {
      background: #ff9900;
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
    }
    .quikctech-checkout-s-btn:hover {
      background: #e68a00;
    }


      .quikctech-checkout-s-box {
      /* border: 1px solid #ddd; */
      border-radius: 8px;
      padding: 20px;
      margin-bottom: 20px;
      /* background: #fff; */
    }
    .quikctech-checkout-s-title {
      font-weight: bold;
      font-size: 16px;
    }
    .quikctech-checkout-s-sub {
      font-size: 14px;
      color: #666;
    }
    .quikctech-checkout-s-toggle {
      cursor: pointer;
      font-size: 21px;
      font-weight: bold;
      color: white;
      border: 1px solid #ddd;
      width: 30px;
      height: 30px;
      text-align: center;
      line-height: 26px;
      background-color: #ff9900;
    }
    .quikctech-checkout-s-form {
      display: none;
      margin-top: 15px;
      border-top: 1px solid #eee;
      padding-top: 15px;
    }
    .quikctech-checkout-s-label {
      font-weight: 500;
      margin-bottom: 5px;
    }
    .quikctech-checkout-s-btn {
      background: #ff9900;
      color: #fff;
      font-weight: bold;
      border: none;
      padding: 10px 20px;
      border-radius: 6px;
    }
    .quikctech-checkout-s-btn:hover { background: #e68a00; }

    /* UBUY Plus */
   .quikctech-checkout-s-ubox {
	background: #fff6e6;
	border: 1px solid #ffcc80;
	border-radius: 8px;
	padding: 31px;
	width: 501px;
	margin: auto;
}
    .quikctech-checkout-s-ubox h6 {
      font-weight: bold;
      color: #333;
    }
    .quikctech-checkout-s-ubox ul {
      margin: 0; padding: 0; list-style: none;
    }
    .quikctech-checkout-s-ubox ul li {
      margin-bottom: 6px;
      font-size: 14px;
    }

    /* Payment */
    .quikctech-checkout-s-method {
      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 12px;
      margin-bottom: 10px;
      cursor: pointer;
    }
    .quikctech-checkout-s-method.active {
      border-color: #ff9900;
      background: #fff9f0;
    }
    .quikctech-checkout-s-note {
      font-size: 13px;
      color: red;
      margin-top: 5px;
    }

    /* Totals */
    .quikctech-checkout-s-summary {
      font-size: 15px;
    }
    .quikctech-checkout-s-grand {
      font-weight: bold;
      font-size: 16px;
    }


    .quikctech-continue-btn button{
      width: 100%;
      padding: 10px;
      background-color: black;
      color: white;
      font-weight: 600;
      border: 1px solid black;
      border-radius: 5px;
    }
/* checkout */

/* dashboard */

.quicktech-sidebar-main ul li a {
	display: flex;
	width: 100%;
	color: black;
	border-bottom: 1px solid #ddd;
	padding-bottom: 8px;
  transition: 0.2s ease;
}
.quicktech-sidebar-main ul li a:hover {
	transform: scale(1.04);
  font-weight: 600;
  
}
.quicktech-sidebar-main ul li a img{
  height: 20px;
}

.quicktech-sidebar-main ul {
	display: flex;
	flex-direction: column;
	gap: 13px;
	border-right: 1px solid #ddd;
}

.quicktech-sidebar-main h4{
  font-size: 22px;
  font-weight: 600;
  padding-bottom: 11px;
}

.quikctech-dashboard-inner-profile{
  background-color: white;
  padding: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.quikctech-pp-flex{
  display: flex;
  gap: 20px;
  align-items: center;
}


.quikctech-prodile-edit-btn a{
  padding: 5px 20px;
  background-color: #ddd;
  color: black;
  border-radius: 2px;
}

.quikctech-profile-name h6{
  font-size: 14px;
}

.quikctech-dashboard-head h5 img {
	height: 24px;
}

.quikctech-dashboard-membber-profile{
  background-color: white;
  padding: 16px;
}
/* dashboard */
.quikctech-dashboard button {
	width: 100%;
	margin-top: 10px;
	border: 1px solid #ddd;
	border-radius: 5px;
	padding: 8px;
}

.quikctech-dashboard button a{
  color: black;
}

.activeprofile{
  font-weight: 600;
  transform: scale(1.04);
  border-left: 3px solid #00000091;
  padding-left: 9px;
}

/* acc info */


 .quikctech-profile-accinfo {

      border: 1px solid #ddd;
      border-radius: 6px;
      padding: 20px;
      background: #fff;
    }

    .quikctech-profile-accinfo-section {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 12px 0;
      border-bottom: 1px solid #eee;
    }

    .quikctech-profile-accinfo-label {
      font-weight: bold;
      flex: 1;
    }

    .quikctech-profile-accinfo-value {
      flex: 2;
      color: #333;
    }

    .quikctech-profile-accinfo-input {
      width: 100%;
      padding: 6px;
      border: 1px solid #ccc;
      border-radius: 4px;
    }

    .quikctech-profile-accinfo-btn {
      padding: 6px 12px;
      border: none;
      border-radius: 4px;
      cursor: pointer;
      margin-left: 5px;
      font-size: 14px;
    }

    .quikctech-profile-accinfo-btn-edit {
      background: #f5f5f5;
    }

    .quikctech-profile-accinfo-btn-update {
      background: #ffb400;
      color: #000;
    }

    .quikctech-profile-accinfo-btn-cancel {
      background: #eee;
    }

    .quikctech-profile-accinfo-btn-changepass {
      background: #f5f5f5;
    }

    .quikctech-profile-accinfo-btn-enable {
      background: #f5f5f5;
    }

    .quikctech-profile-accinfo-header {
      display: flex;
      align-items: center;
      margin-bottom: 20px;
    }

    .quikctech-profile-accinfo-header img {
      width: 60px;
      height: 60px;
      border-radius: 50%;
      margin-right: 15px;
    }


    /* address */


    .quikctech-address-pro-section {
      background: #fff;
      border-radius: 6px;
      padding: 20px;
      margin-bottom: 20px;
      border: 1px solid #eee;
    }

    .quikctech-address-pro-section h6 {
      font-weight: bold;
      margin-bottom: 15px;
    }

    .quikctech-address-pro-input,
    .quikctech-address-pro-select {
      border-radius: 4px;
      font-size: 14px;
      padding: 8px;
    }

    .quikctech-address-pro-label {
      font-size: 13px;
      font-weight: 500;
      margin-bottom: 3px;
      display: block;
    }

    .quikctech-address-pro-error {
      font-size: 12px;
      margin-top: 3px;
      color: red;
    }

    .quikctech-address-pro-btn {
      background: #ffb400;
      border: none;
      color: #000;
      font-weight: bold;
      padding: 10px 20px;
      border-radius: 4px;
      float: right;
    }

    .quikctech-address-pro-captcha {
      background: #fff;
      border: 1px solid #ddd;
      border-radius: 4px;
      padding: 10px;
      width: 310px;
      height: 78px;
      display: flex;
      align-items: center;
      margin-top: 15px;
    }

    .quikctech-address-pro-captcha input {
      margin-right: 10px;
    }

    .quikctech-address-pro-captcha img {
      margin-left: auto;
    }

    .quikctech-save-add-btn{
      margin-bottom: 41px;
    }

    /* address */

    /* referral */

      .quikctech-referral {
      /* max-width: 1000px;
      margin: auto; */
      display: flex;
      justify-content: space-between;
      gap: 30px;
      align-items: flex-start;
    }

    .quikctech-referral-left {
      flex: 2;
    }

    .quikctech-referral-block {
      margin-bottom: 25px;
    }

    .quikctech-referral-title {
      color: #f7a600;
      font-weight: bold;
      font-size: 15px;
      margin-bottom: 8px;
    }

    .quikctech-referral-link,
    .quikctech-referral-code {
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #eee;
      border-radius: 4px;
      padding: 8px 12px;
      font-size: 14px;
      background: #fff;
    }

    .quikctech-referral-copy {
      cursor: pointer;
      color: #555;
      font-size: 18px;
      margin-left: 10px;
    }

    .quikctech-referral-share {
      margin-top: 8px;
      font-size: 14px;
    }

    .quikctech-referral-share span {
      margin-right: 8px;
      color: #333;
    }

    .quikctech-referral-share a {
      margin-right: 10px;
      font-size: 18px;
      color: #444;
      text-decoration: none;
    }

    .quikctech-referral-share a:hover {
      color: #f7a600;
    }

    .quikctech-referral-right {
      flex: 1;
    }

    .quikctech-referral-right img {
      width: 100%;
    }

    .quicktech-balance-inner {
	background-color: white;
	width: max-content;
	padding: 30px 115px;
	margin: auto;
	border-radius: 7px;
	width: 500px;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

    .quicktech-balance-inner a{
      padding: 4px 20px;
  background-color: black;
  color: white;
  border-radius: 5px;
}

.quicktech-balance-inner h4{
  padding-bottom: 10px;
}
    

/*  */

.quikctech-transaction-table {
      width: 100%;
      border-collapse: collapse;
      margin-top: 20px;
      font-size: 14px;
    }

    .quikctech-transaction-table th,
    .quikctech-transaction-table td {
      border: 1px solid #ddd;
      padding: 10px 12px;
      text-align: left;
    }

    .quikctech-transaction-table th {
      background: black;
      color: #fff;
      font-weight: bold;
    }

    .quikctech-transaction-table tr:nth-child(even) {
      background-color: #f9f9f9;
    }

    .quikctech-transaction-table tr:hover {
      background-color: #f1f1f1;
    }

    .quikctech-transaction-title {
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .quicktech-sidebar-main ul li a span{
      padding-left: 24px;
    }


    #quicktech-contact-banner{
      height: 250px;
    }

.quikctech-contact-head h4 {
	font-size: 33px;
	font-weight: 600;
}

.quikctech-contact-head {
 padding: 80px 0;
}


#quicktech-mobilenav{
  display: none;
}

#quicktech-mobilenav {

	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9999;
}

  .offcanvas-start {
    width: 250px; /* Custom width */
  }

  .quikctech-mobile-logo img{
    height: 33px;
  }

#quicktech-mobilenav {
  padding: 10px 0;
  background-color: white;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Bottom shadow */
}


  .quikctech-mobile-menu button{
    border: none;
    background-color: transparent;
    color: black;
    font-size: 25px;
  }

  .quikctech-mob-right ul{
    display: flex;
  justify-content: right;
  gap: 30px;
  margin-top: 12px;
  }

    .quikctech-mob-right ul li a i{
      font-size: 22px;
      color: black;
    }

    .quikctech-mob-menu li{
      border-bottom: 1px solid #ddd;
    }

        .quikctech-mob-menu li a{
          color: black;
        }

        .quikctech-mobile-logo{
          margin-top: 8px;
        }

        .quicktech-inter-text i{
          color: black;
        }

        .quikctech-menu-sidebar-customer{
          display: none;
        }

        .offcanvas{
            z-index: 9999999999999;
        }

        .quikctech-menu-sidebar-customer button{
          background-color: black;
        }

        .quikctech-mobile-menu button:hover{
          background-color: transparent;
          color: black;
        }


        .quikctech-bottom-mob-nav{
          display: none;
        }
        
        
        .quikctech-premium-text h6{
            font-size:16px;
        }
        
        .quikctech-pro-img img{
            height:295px;
        }
        