/* common css start */
.active::after {
	content: """" !important;
}
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    overflow-x: hidden;
}
a{
    text-decoration: none;
}
ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

img{
    vertical-align: middle;
    transition: 0.6s !important;
}

/* back to top button */
#myBtn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99;
    cursor: pointer;
    background-color: #36BCCAFF;
    color: #333;
    border: none;
    outline: none;
    padding: 5px 10px;
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  }
  
  #myBtn:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }
  
  .arrow-up {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    transform: rotate(-135deg);
  }
  
  

/* common css end */

/* General Navbar Styling */

.navbar-nav{
    display: flex !important;
}
.quicktech-categories{
    display: flex;
}
.quicktech-categories .nav-link {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
    margin-right: 15px;
    margin-top: 7px;
}

.quicktech-logos {
	border-right: 1px solid white;
	padding-right: 10px;
	border-left: 1px solid white;
	padding-left: 10px;
	margin-top: 6px;
}

.inn{
    position: relative;
    padding-left: 25px;
    background-color: transparent;
    border: none;
    /* background-color: transparent;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 54px;
    padding-right: 15px;
    position: relative;
    z-index: 114; */
    font-family: 'Roboto', sans-serif; 
    transition: margin-left 0.3s ease-in-out;

   
}
.quicktech-search-btn{
    position: absolute;
    top: 20px;
    border: none;
    background-color: transparent;
    color: #ddd;
    padding-left: 5px;


}
.quicktech-side-right{
    display: flex !important;
    justify-content: end;
    column-gap: 15px;
  
}
.quicktech-language{
    height: 17px;
}


.navbar-brand {
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
}

.navbar-logo {
    font-family: 'Arial', sans-serif; /* Replace with appropriate font if necessary */
}


/* Aligning items in navbar */
.navbar-collapse {
    display: flex;
    justify-content: space-between;
    align-items: center;
}


/* Icon Adjustments */
.nav-item i {
    font-size: 14px;
    color: #fff;
}

.navbar-nav .nav-item:last-child .nav-link {
    padding-right: 0;
}
.navbar-brand:focus, .navbar-brand:hover {
	color: white;
}

/* Sidebar styles */
.sidebar {
    background-color: white;
    padding: 20px;
    width: 250px;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1030;
    overflow-y: auto;
    border-right: 1px solid #ddd;
    transform: translateX(0);
    transition: transform 0.3s ease;
    margin-top: 38px;
}

.sidebar.collapsed {
    transform: translateX(-100%);
}

.sidebar .nav-link {
    color: black;
    font-weight: bold;
}

/* .sidebar .nav-link:hover {
    text-decoration: none;
    color: #E00000;
} */

.sidebar .nav-item {
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}

.sidebar .nav-item .nav-link .dropdown-toggle::after {
    float: right;
}

/* Main content styles */
.main-content {
    margin-left: 250px;
    padding: 0;
    transition: margin-left 0.3s ease;
    margin-top: 60px;
}

.main-content.collapsed {
    margin-left: 0;
}



.feedback-button {
    position: fixed;
    bottom: 50px;
    right: 0;
    background-color: white;
    padding: 10px 30px;
    border-radius: 5px 0 0 5px;
    border: 1px solid #ddd;
    cursor: pointer;
    z-index: 1031;
}

#quicketch-navbar{
    background-color: #333; /* Dark background color */
    padding: 0.5rem 1rem;
z-index: 1040;
position: fixed;
width: 100%;
top: 0;
height: 65px;
}

.navbar-logo img {
	height: 60px;
}
/* main */
.quicktech-d{
    display: flex;
    justify-content: space-around;
}
.quicktech-d li a{
    font-size: 14px;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    color: black;
}
#quicktech-dd {
	padding: 10px;
	position: sticky;
	top: 60px;
	background-color: white;
	z-index: 99;
}
/* .quicktech-new-img img{
    height: 350px;
    width: 100%;
    filter: brightness(75%);
} */
.quicktech-new-img{
    width: 100%;
    height: 400px; 
    position: relative;
}
.quicktech-new-img img{
    filter:brightness(90%) !important;
}
.quicktech-new-imgg h4{
    font-size: 20px;
    font-family: 'Roboto', sans-serif; 
}


.quikctech-new-content h4{
position: absolute;
bottom: 92px;
left: 50%;
transform: translateX(-50%);
font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    color: white;
}
.quikctech-new-btn{
position: absolute;
bottom: 50px;
left: 50%;
transform: translateX(-50%);

}
.quikctech-new-btn a{
    margin-left: 20px;
    padding: 8px 20px;
    background-color: white;
    color: black;
    font-size: 13px;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    border: 2px solid transparent;
    }
#quicktech-newarrival{
    width: 100%;
    /* height: 350px; */
    padding: 20px 0;
}
.quicktech-new-img h4{
    font-size: 25px;
    font-family: 'Roboto', sans-serif; 
    color: white;
}
.dropdown-menu {
    padding: 1rem;
    min-width: 250px;
}
.form-check {
    margin-bottom: 0.5rem;
}
.dropdown-menu .form-check-label {
    margin-left: 0.5rem;
}
.dropdown-toggle::after {
    margin-left: 0.5rem;
}
.dropdown-menu {
    max-height: 250px;
    overflow-y: auto;
}
#quikctech-categories {
	background-color: #f7f7f7;
	border-bottom: 2px solid #dcdcdc;
	position: sticky;
	top: 104px;
	z-index: 99;
}
.quicktech-categories-flex{
    row-gap: 15px;
    column-gap: 10px;
    padding: 5px 20px !important;
}
.dropdown button{
    background-color: transparent;
    border: none;
    color: black;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    font-size: 15px;
}
.dropdown button:hover{
    background-color: transparent;
    border: none;
    color: black;
}
.quicktech-tab{
    background-color: transparent !important;
    border: none !important;
    padding: 0;
    font-size: 14px;
}
.quicktech-tabss{
  display: flex;
  justify-content: center;
  padding-top: 24px;
}
.quicktech-tab{
    color: rgba(0, 0, 0, 0.263);
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: black;
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
}
.nav-tabs {
	--bs-nav-tabs-border-width: 1px;
	--bs-nav-tabs-border-color: transparent !important;
	--bs-nav-tabs-border-radius: 0.375rem;
	--bs-nav-tabs-link-hover-border-color: #e9ecef #e9ecef #dee2e6;
	--bs-nav-tabs-link-active-color: #495057;
	--bs-nav-tabs-link-active-bg: #fff;
	--bs-nav-tabs-link-active-border-color: #dee2e6 #dee2e6 #fff;
	border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color);
}

.quikctech-product-img img{
    height: 330px;
}
.quikctech-product-img {
    position: relative;
}
.quicktech-new{
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0.507);
    width: 100%;
    height: 25px;
    text-align: center;
    padding: 0;
}
.quicktech-new p{
    font-family: 'Roboto', sans-serif; 
    font-weight: 400;
    color: black;

}
.quicktech-wishlist{
    position: absolute;
    top: 15px;
    right: 15px;
}
.quicktech-wishlist button{
 background-color: transparent;
 border: none;
}
.quicktech-wishlist button i{
   font-size: 25px;
    font-weight: 500;
    color: balck;
}
.quikctech-product-title p{
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    color: black;
    font-size: 14px;
}
.quikctech-product-title p span{ 
    font-family: Arial, Helvetica, sans-serif;
    color: black;
}
.gapp{
    row-gap: 20px;
}

.quicktech-tab-content {
    opacity: 0;
    transition: opacity 0.5s  ease-in-out;
}

.quicktech-tab-content.show {
    opacity: 1;
}
.quicktech-next a{
    padding: 10px 40px;
    border: 1px solid rgba(0, 0, 0, 0.288);
    color: rgba(0, 0, 0, 0.288);
    font-family: 'Roboto', sans-serif; 
    font-weight: 500;
    transition: 0.4s;
}
.quicktech-next a:hover{
    color: black;
    
}
.quicktech-next p{
    color: rgba(0, 0, 0, 0.288);
    padding-top: 10px;
  
}
.quikctech-p-info h6{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif; 
    color: black;
}
.quikctech-p-info p s{
    color: rgba(0, 0, 0, 0.288);
    font-family: Arial, Helvetica, sans-serif; 
}
.quikctech-p-info p{
    color: Green;
    font-family: 'Roboto', sans-serif; 
}
.quikctech-p-info p span{
    color: rgba(0, 0, 0, 0.288);
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
}
#quicktech-voucher{
    padding: 100px 0;
    background-color: #f7f7f7;
}
.newsletter-container h1{
    font-size: 30px;
    font-family: 'Roboto', sans-serif; 
}
.sale{
    font-family: 'Roboto', sans-serif; 
    color: black;
}
.newsletter-container p{
    color: rgba(0, 0, 0, 0.541);
}
.form-check-input:checked {
	background-color: black !important;
	border-color: black !important;
}
.quicktech-subs-btn{
    background-color: black;
  color: white;
  margin-left: 10px!important;
  padding: 10px 20px;
  border: none;
    

}
/* .quicktech-subs-btn:hover{
    background-color: black;
  color: white;
  margin-left: 10px!important ;
  
    

} */
.quicktech-input-subs{
    padding: 11px !important;
    width: 50%;
    border: 2px solid black;
}
.quicktech-input-flex{
    justify-content: center;
}
.quicktech-may-head h1{
    font-family: 'Roboto', sans-serif; 
    font-size: 30px;
}
#quicktech-app{
    padding: 80px 0;
}
.quicktec-app-main h6{
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
}
.quicktec-app-main p{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}
.quicktech-findout{
   border: 2px solid black;
   padding: 8px 25px;
   color: black;
   font-family: 'Roboto', sans-serif; 
   font-size: 16px;
   transition: 0.4s ease-in-out;
}
.quicktech-findout:hover{
    background-color:  black;
    color: white;

 }
 .quicktech-playstore-flex{
    display: flex;
    column-gap: 20px;
    justify-content: center;
    margin-top: 30px;
 }
 .quicktech-playstore-flex li{
    width: 120px;
    height: 45px;
 }
 .quicktech-playstore-flex li a img{
    width: 100%;
    height: 100%;
 }
 #quicktech-footer{
    padding: 30px 0;
    background-color: #f7f7f7;
 }
 .quicktech-footer-main h4{
    font-family: 'Roboto', sans-serif; 
    font-size: 16px;
 }
 .quicktech-footer-main p a{
    font-family: Arial, Helvetica, sans-serif; 
    font-size: 14px;
    color: rgba(0, 0, 0, 0.457);
    transition: 0.4s;
 }
 .quicktech-footer-main p a:hover{
    color: black;
 }
 .quicktech-store-btn{
       padding: 8px 25px;
       border: 2px solid black;
       color: black;
       font-family: 'Roboto', sans-serif; 
    font-size: 15px;
    transition: 0.4s;
 }
 .quicktech-store-btn:hover{
   background-color: black;
   color: white;
}
.quicktech-social{
    display: flex;
    justify-content: center;
    column-gap: 15px;
}
.quicktech-social li a{
   font-size: 24px;
   color: rgba(0, 0, 0, 0.457);
   transition: 0.4s;
}
.quicktech-social li a:hover{
    color:black;
 }
 .quikctehc-payment-img img{
     width: 50%;
 }
 .quicktech-copyright p{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
 }
 .quicktech-copyright{
    position: relative;
 }
 .quicktech-copyright::after {
	position: absolute;
	content: '';
	top: -26px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #00000017;
}
.quicktech-sidebarr li a{
    font-size: 13px !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: normal !important;
    color: rgba(0, 0, 0, 0.457) !important;
}
/* main */
.bi {
    font-size: 1.25rem;
    transition: transform 0.3s ease;
}

.quicktech-my-acc {
    font-family: 'Roboto', sans-serif; 
    font-size: 40px;
    margin-top: 30px;
}
.btn-custom {
    background-color: #002a42;
    color: white;
}
.btn-custom-google {
    border: 1px solid #002a42;
    color: #002a42;
}

.quicktech-forgot{
   color: rgba(0, 0, 0, 0.461);
}
.quicktech-or{
    font-family: 'Roboto', sans-serif; 
    font-size: 19px;
    color: black;
    position: relative;
}
.quicktech-or::after {
	position: absolute;
	content: '';
	top: 12px;
	left: -23px;
	width: 50%;
	height: 1px;
	background-color: #00000040;
}
.quicktech-or::before {
	position: absolute;
	content: '';
	top: 12px;
	right: -23px;
	width: 50%;
	height: 1px;
	background-color: #00000040;
}
.quicktech-member p{
    font-family: 'Roboto', sans-serif; 
    font-size: 19px;
}
.quicktech-create-btn{
    text-align: center;
    font-family: 'Roboto', sans-serif; 
    color: white;
    display: flex;
    justify-content: center;
    padding: 10px 0;
}
.quicktech-create-btn{
    font-family: 'Roboto', sans-serif; 
    color: white;
    padding: 10px 0;
}
.quicktech-create-btn:hover{
    color: white;
}
.quicktech-btnn-create{
    background-color: #002a42;
    text-align: center;
}
.btnn{
    font-family: 'Roboto', sans-serif; 
    background-color: #002a42;
    border: none;
    color: white;
    padding: 10px 0;
}
.quicktech-det{
    font-size: 17px;
    color: rgba(0, 0, 0, 0.498);
}
.quicktech-login-info h5{
    font-size: 17px;
    font-family: 'Roboto', sans-serif; 
}
.form-label{
    font-family: Arial, Helvetica, sans-serif;
}
.quicktech-news-label{
    font-family: 'Roboto', sans-serif; 
}
#quicktech-register{
background-color: #f7f7f7 !important;
padding: 20px;
}

.feedback-button {
	position: fixed;
	bottom: 74px;
	right: -40px;
	background-color: white;
	padding: 10px 30px;
	border-radius: 5px 0 0 5px;
	border: 1px solid #ddd;
	cursor: pointer;
	z-index: 1031;
	transform: rotate(-90deg);
}
.quicktech-new-arr-head-ex h3{
    font-size: 30px;
    font-family: 'Roboto', sans-serif; 
}

.quicktech-col-img-arrival{
    width: 18%;
    position: relative;
    overflow: hidden;
}
.quicktech-col-img-arrival img{
     width: 100%;
     /* transition: 0.1s ease-in-out; */
     height: 250px;
}
.quicktech-col-img-arrival img:hover{
   transform: scale(1.2);
   transition: 0.4s;
}
.quicktech-arr-text {
	position: absolute;
	bottom: 5px;
	left: 50%;
	transform: translateX(-50%);
}
.quicktech-arr-text h5{
    font-size: 18px ;
    font-family: 'Roboto', sans-serif; 
    color: white;
}
.quicktech-imggg{
    display: flex;
    justify-content: space-between;
}

.nav-tabs .nav-link {
	/* margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width)); */
	background: 0 0;
	/* border: var(--bs-nav-tabs-border-width) solid transparent; */
	/* border-top-left-radius: var(--bs-nav-tabs-border-radius); */
	/* border-top-right-radius: var(--bs-nav-tabs-border-radius); */
	border: none !important;
	color: black;
    font-family: 'Roboto', sans-serif;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: black;
	font-family: 'Roboto', sans-serif;
	font-weight: 500;
	/* border-bottom: 1ps solid black; */
	/* border: 1px solid red; */
	border-bottom: 2px solid black !important;
}

.quicktech-sale-img img {
	height: 300px;
	filter: brightness(90%);
	object-fit: cover;
}
.quicktech-sale-img {
    position: relative;
}

.quicktech-saleban-text{
     position: absolute;
     top: 50%;
     left: 87px;
     transform: translateY(-50%);
}
    .quikctech-sale-new-btn a{
        padding: 8px 20px;
        background-color: white;
        color: black;
        font-size: 13px;
        font-family: 'Roboto', sans-serif; 
        font-weight: 500;
        transition: 0.4s;
        border: 2px solid transparent;
        }
         .quikctech-sale-new-btn a:hover{
            background-color: transparent;
            border: 2px solid white;
            color: white;
            font-family: 'Roboto', sans-serif; 
         }
         .quikctech-new-btn a:hover{
            background-color: transparent;
            border: 2px solid white;
            color: white;
            font-family: 'Roboto', sans-serif; 
            transition: 0.4s;
         }
        .quicktech-saleban-text h1{
           font-size: 50px;
           color: white;
           font-family: 'Roboto', sans-serif; 
        }
        .quicktech-saleban-text h3{
            font-size: 26px;
            color: white;
            font-family: 'Roboto', sans-serif; 
         }
         .quicktech-saleban-text h4{
            font-size: 21px;
            color: white;
            font-family: 'Roboto', sans-serif; 
         }

         .quikctech-jeansban-img img{
            height: 400px;
            width: 100%;
            filter: brightness(80%);
         }
         .quikctech-jeansban-img{
            position: relative;
            width: 50%;
         }
         .quicktech-salebann-text{
            position: absolute;
            bottom: 10%;
            left: 26px;
       }
       .quicktech-salebann-text h3{
       font-size: 25px;
       font-family: 'Roboto', sans-serif; 
       color: white;
       padding-bottom: 10px;

   }

   .quikctech-summerban-img img{
    height: 400px;
    width: 100%;
    filter: brightness(80%);
 }
 .quikctech-summerban-img{
    position: relative;
    width: 100%;
 }
 .quicktech-secondhand-text{
    position: absolute;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
}
.quikctech-secondhand-img img{
    height: 375px;
    width: 100%;
    filter: brightness(80%);
 }
 .quikctech-secondhand-img{
    position: relative;
    width: 100%;
 }
 .quicktech-latestnews-head h3{
        font-size: 30px;
        font-family: 'Roboto', sans-serif; 
 }
 .quicktech-latestnews-main img{
    height: 280px;
    filter: brightness(90%);
 }
 .quicktech-latestnews-main{
    position: relative;
    overflow: hidden;
    transition: 0.4s;
 }
 .quicktech-latestnews-main img:hover{
    transform: scale(1.1);
    filter: brightness(75%);
 }
 .quicktech-news-pos {
	position: absolute;
	bottom: 10px;
	left: 18px;
}
.quicktech-news-pos h4{
    font-size: 20px;
    font-family: 'Roboto', sans-serif; 
    color: white;
}
.quicktech-news-date {
	position: absolute;
	top: 0;
	left: 32px;
	background-color: black;
	padding: 2px 17px;
    text-align: center;
}
.quicktech-news-date p{
	color: white;
    font-family: 'Roboto', sans-serif; 
}
.quicktech-news-date span{
	color: white;
    font-family: 'Roboto', sans-serif; 
    font-size: 20px;
}
.quikctech-news-content{
    overflow: hidden;
    background-color: white;
    padding-bottom: 10px;
    box-shadow: -3px -3px 5px -5px rgba(0,0,0,0.75);
    -webkit-box-shadow: -3px -3px 5px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: -3px -3px 5px -5px rgba(0,0,0,0.75);
}

.quikctech-news-content h4{
    font-size: 25px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    padding-top: 10px;
}
.quikctech-news-content p{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.509);
}
.quikctech-news-content a{
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    color: black;
    border-bottom: 2px solid black;
}
#quicktech-latestnews{

    background-color: #f7f7f7;
    padding: 20px 0;
}
.quicktech-social-img img{
    height: 200px;
    transition: 0.4s;
}
.gap{
    row-gap: 15px;
}
.quicktech-soc-img img{
  height: 415px;
  transition: 0.4s;
  
}
.quicktech-soc-img img:hover{
   transform: scale(1.2);
   filter: brightness(80%);
    
  }
  .quicktech-social-img img:hover{
    transform: scale(1.1);
    filter: brightness(80%);
}
.quicktech-soc-img{
    overflow: hidden;
}
.quicktech-social-img{
    overflow: hidden;
}
.quicktech-latest-soc-btn a {
        padding: 5px 15px;
        background-color: black;
        color: white;
        font-family: 'Roboto', sans-serif; 
        border: 2px solid black;
        transition: 0.4s;
}
.quicktech-latest-soc-btn a:hover {
    color: black;
    border: 2px solid black;
    background-color: transparent;
}

#quicktech-cart{
    padding: 30px 0;
    background-color: #f7f7f7;
}
.quicktech-cart-head{
    display: flex;
    justify-content: space-between;
}
.quicktech-cart-head a{
    font-size: 16px;
}
.quicktech-cart-head h3{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-proceed-btn{
    padding: 10px 25px;
    border: none;
    background-color: #00385f;
    border: 2px solid #00385f;
    color: white;
    font-family: 'Roboto', sans-serif;
    transition: 0.4s;
}
.quicktech-proceed-btn:hover{
    padding: 10px 25px;
    background-color: white;
    border: 2px solid #00385f;
    color: black;
}
.quicktech-cart-mainn{
    background-color: white !important;
    padding: 20px;
}
#quicktech-cart{
    background-color: #f7f7f7;
}
.quicktech-alert p{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
    padding: 8px 20px;
    background-color: #e1edf1;
}
.quicktech-alert{
    
    /* padding: 4px 20px; */
}
.quicktech-cart-product img{
    width: 100px;
    height: 100px;
}

.quicktech-cart-product-info h5{
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-cart-product-info p{
    font-size: 15px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.518);
    
}
.quicktech-p-pos{
    position: relative;
}
.cart-price {
	position: absolute;
	bottom: 30px;
	right: 22px;
}
.cart-price span{
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
.rem-btn{
    position: absolute;
    top: 20px;
    right: 20px;
}
.quicktech-cart-product-info label{
    font-family: Arial, Helvetica, sans-serif;
}
.quicktech-voucharr{
    font-family: 'Roboto', sans-serif;
    
}
.quickteck-app-btnn{
    padding: 8px 20px;
    background-color: #00385f;
    border: 2px solid #00385f;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.quicktech-subtotal{
    justify-content: space-between;
}
.quicktech-subtotal h5{
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.quicktech-dhl{
    color: rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
}
.quicktech-listt{
    color: rgba(0, 0, 0, 0.5);
    font-family: Arial, Helvetica, sans-serif;
}
.quicktech-paypal-btn{
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
}
.quikctech-dinfo-flex{
    display: flex;
    /* column-gap: 30px; */
    justify-content: space-around;
}
.quikctech-dinfo-flex li{
    font-size: 13px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
#quikctech-d-info{
    padding: 10px;
    background-color: black;
}

.quickteck-app-btnnn {

	text-align: center;
	background-color: #002a42;
	width: 100%;
	padding: 12px 0;
	color: white;
    border-radius: 5px;
    border: 2px solid #202223;
   
}
.quickteck-app-btnnn a{
color: white;
font-family: 'Roboto', sans-serif;
}

.quickteck-app-btnnn:hover {
	background-color: #002a42ea;
    border: 2px solid transparent;
}

.checkout-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 40px;
    
  }

  .checkout-logo img {
    height: 40px;
  }

  .checkout-steps {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .step-circle {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 1px solid black;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 16px;
  }

  .step-circle.active {
    background-color: black;
    color: white;
  }

  .step-line {
    width: 90px;
    height: 2px;
    background-color: black;
    margin: 0 10px;
  }

  .secure-checkout {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.1rem;
  }

  .secure-checkout .lock-icon {
    margin-right: 8px;
    font-size: 1.5rem;
  }

  .step-label {
    margin-top: 10px;
    font-size: 14px;
    font-weight: bold;
    width: 135px;
  }

  .quicktech-step-line{
    position: relative;
  }
  .quicktech-step-line::after {
	position: absolute;
	content: "";
	top: 16px;
	left: -91px;
	width: 123px;
	height: 1px;
	background-color: black;
}
.quicktech-step-line::before {
	position: absolute;
	content: "";
	top: 16px;
	right: -96px;
	width: 122px;
	height: 1px;
	background-color: black;
}

.custom-card {
	border: 2px solid #ddd;
	cursor: pointer;
	padding: 13px 20px;
	width: 300px;
	margin-bottom: 15px;
	margin: auto;
	line-height: 10px;
}
.custom-card.selected {
    border: 2px solid black; /* green border */
}
.shipping-section {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.shipping-section h5 {
    font-size: 18px;
    font-family: 'Roboto', sans-serif;
}
.sidebarr {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ddd;
}
.item-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.item-info img {
    width: 60px;
    height: auto;
    margin-right: 10px;
}
.item-details {
    flex: 1;
}
.price {
    font-size: 16px;
    font-weight: bold;
}
.subtotal, .total {
    font-size: 1rem;
    font-weight: bold;
}
.text-small {
    font-size: 0.85rem;
    color: #555;
}
.btn-review {
    background-color: #003566;
    color: white;
    width: 53%;
    padding: 10px 10px;
    border: none;

}
.form-control-country {
    width: auto; /* Make country dropdown smaller */
    flex: 0 0 auto;
}
.phone-input {
    display: flex;
    gap: 5px;
}
.quikctech-form{
    padding: 20px 0.75rem !important;
}


.item-info img{
    width: 60px;
    height: 60px;
}

.quikctech-items{
    display: flex;
    justify-content: space-between;
}
.quikctech-items h6{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quikctech-items a{
    font-size: 16px;
    font-family: Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: black;
}

.quicktech-explore-content p{
    color: rgba(0, 0, 0, 0.468);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-explore-content h4{
    color: black;
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
    position: relative;
}
.quicktech-explore-content span{
    color: black;
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
}
.quicktech-explore-content h3{
    color: black;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-explore-content h4::after{
    position: absolute;
    content: "";
    bottom: -27px;
    left: 0;
    width: 80px;
    height: 5px;
    background-color: black;

}
.quicktech-expdt-img img{
    height: 600px;
}
.carousel-item img{
    height: 700px;
}

.quicktech-slider-details{
    padding: 100px 20px;
}
.quicktech-slider-details h4{
    color: black;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-slider-details p{
    color: rgba(0, 0, 0, 0.568);
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-may-headd h1{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-dis-img img{
    height: 200px;
    filter: brightness(80%);
}
.quicktech-dis-img img:hover{
    transform: scale(1.1);
}
.quicktech-dis-img{
    position: relative;
    overflow: hidden;
}
.quicktech-dis-content {
	position: absolute;
	bottom: 8px;
	left: 18px;
}
.quicktech-dis-content h4{
    font-size: 18px;
    color: white;
    font-family: 'Roboto', sans-serif;
}
.quicktech-dis-content h3{
    font-size: 16px;
    color: white;
    font-family: 'Roboto', sans-serif;
}

.quicktech-socialmedia-head h1{
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-socialmedia-head p{
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgba(0, 0, 0, 0.505);
}
.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
	color: re;
	background-color: black;
}
.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
	background-color: black;
}
.quicktech-sociall-img img{
    height: 400px;
}
/* product details */
.main-image {
    max-width: 100%;
    height: 450px;
}
.thumb-img {
    width: 60px;
    cursor: pointer;
    margin-bottom: 10px;
    height: 60px;
}

.size-box {
	border: 1px solid #ccc;
	padding: 8px;
	margin: 5px;
	cursor: pointer;
	width: 34px;
	text-align: center;
	font-size: 11px;
}
.size-box.active {
    border-color: #007bff;
}
.size-options {
    display: flex;
    flex-wrap: wrap;
}
.add-to-bag-btn {
    background-color: #007bff;
    color: white;
}
.quicktech-pd-img{
    position: relative;
    position: sticky;
    top: 60px;
}
.thumbs {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 20px;
	left: 20px;
}
.product-title{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;

}
.price{
    color: rgba(0, 0, 0, 0.61) !important;
}
.quicktech-color{
    font-size: 14px;
}

.add-to-bag-btn{
    padding: 10px 10px;
    border: none;
    background-color: rgb(0, 56, 95);
    border: 2px solid transparent;
    transition: 0.4s;
    font-family: 'Roboto', sans-serif;
}
.add-to-bag-btn:hover{
color: black;
    background-color: white;
    border: 2px solid black;
}

.quicktech-p-available{
    font-size: 13px;
    color: green;
}
.quciktech-add-bag-btn{
    display: flex;
    justify-content: space-between;
    column-gap: 5px;
}
.wish-pd{
    padding: 5px 10px;
    background-color: white;
    border: 1px solid black;
}
.wish-pd i{
    font-size: 16px;
}
.quicktech-local-store a{
    color: black;
    text-decoration: underline;
    font-size: 13px;
}
.quicktech-local-store p{
    color: black;
    font-size: 13px;
    padding-top: 10px;
}
.caret-icon {
    float: right;
    transform: rotate(180deg);
}

.material-details {
    padding-left: 15px;
    padding-right: 15px;
}

.washing-icons img {
    width: 30px;
    height: 30px;
}
.collapsed .caret-icon {
    transform: rotate(0);
}
.quicktech-f-d ul{
    list-style-type: disc;

}
.quicktech-f-d p{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.653);
}
.quicktech-f-d h4{
    font-size: 14px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-f-d ul li{
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    color: rgba(0, 0, 0, 0.653);

}
.quicktech-f-d img{
  height: 297px;

}
.quicktech-f{
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-b{
    padding: 10px 0;
}
.quicktech-f-d a{
    font-size: 13px;
    text-decoration: underline;
    color: black;
}
.dropdown-menu {
	max-height: 350px;
	overflow-y: auto !important;
}
.quikctech-wishlist-img img{
height: 250px;
}
.quicktech-wishlist-head h4{
    font-size: 22px;
    font-family: 'Roboto', sans-serif;
}
.quikctech-nn{
    display: none;
}
.quikctech-mobile-sidebar{
    display: none;
}
.quicktech-s-flex{
    justify-content: space-between;
}
.navbar-logos{
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
}
.quicktech-right-mob a{
    padding-left: 10px;
    color: white;
    font-size: 17px;
}
.quikctech-search-icon {
    cursor: pointer;
  }
  .quicktech-search{
    width: 100%;
    position: relative;
  }
  .quicktech-search input{
    width: 100%;
  }
  .quicktech-search-btnnn {
	position: absolute;
	top: 6px;
	right: 11px;
}
.quikctech-product-imggg{
    position: relative;
}

.quikctech-product-imgs{
    position: relative;
}
.quikctech-product-imgs img{
    height: 330px;
}

#quicktech-newarrivall {
	width: 100%;
	/* height: 350px; */
	/*padding: 20px 0;*/
}

.quicktech-right-mob{
    display: flex;
    text-align: left !important;
}
.quikctech-new-btn button{
    box-shadow: 1px 2px 1px 1px #0000003d !important;
}
.quikctech-sale-new-btn{
    display:flex;
    gap:10px;
}
.customer-section {
	padding: 20px 0;
	padding-top: 95px;
}