@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 1180px) and (min-width: 770px) {
    .top-social-link{
        display: none;
    }
    .top-links{
        display: none;
    }
    
}
@media only screen and (max-width: 1024px) {
        .Our-card-img{
        margin-bottom: 20px;
        min-height: auto;
        flex-direction: column;
    }
    .welcome-img{
        width: 420px;
    }
    button.slick-next.slick-arrow{
        right: -12px;
    }
    button.slick-prev.slick-arrow{
        left: -12px;
    }
         .quote-img{
        display: none;
    }
    .banner-cont{
        margin-left: 35px;
    }
    .product-box-text h5{
        font-size: 18px;
    }
}

@media only screen and (max-width: 991px) {
      .checkout-card.scroll{
        margin-bottom: 20px;
    }
    .checkout-card{
        margin-bottom: 20px;
    }
  
      .welcome-img{
        position: unset;
    }
    .slick-arrow{
        display: none !important;
    }
     
    .welcome-sharp{
        padding-top: 0;
    }
    .product-info{
        text-align: center;
        margin-right: 0;
    }
        .testimonial .testimonial-content{
                flex-direction: column;
    justify-content: center;
    gap: 10px 0;
    align-items: center;
    text-align: center;
        }
        .testimonial-description h4::after{
            left: 145px;
        }
    
      .Our-product-heading h2{
        font-size: 28px;
        margin-bottom: 22px;
    }
    h4.product-name {
    font-size: 23px;
    margin-top: 20px;
    }
  
   
   
    #search-results {
    position: absolute;
    z-index: 999;
    width: 100%;
    max-height: 380px;
    overflow-x: hidden;
    left: 0;
}
    
    .outtttt{
        width: 38%;
    }
    
}

@media only screen and (max-width: 840px){
    .mini-cart-Call{
    display: none;
}
}


@media only screen and (max-width: 840px){
    .quote-wrapper h4{
        font-size: 30px;
    }
    .navbar-content ul li{
        padding: 16px 12px;
    }
    .banner-cont{
        margin-left: 0;
    }
  
}


@media only screen and (max-width: 768px) {
    .toggles {
    visibility: visible;
    top: 45px;
    right: 14px;
    z-index: 99999;
    cursor: pointer;
    width: 40px;
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    order:3;
    }
    
    .brands{
        padding: 30px 0;
    }
    
    .toggles>* {
    width: 80%;
    height: 3px;
    background: #494949;
    margin: 3px 0;
    }
    
     .header.collapsed .toggles .line1 {
        transform: rotate(-45deg) translate(-5px, 6px);
    }
    .header.collapsed .toggles .line2 {
        opacity: 0;
    }
    .header.collapsed .toggles .line3 {
        transform: rotate(45deg) translate(-7px, -8px);
    }
    
    .navbar-list {
    width: 56%;
    position: absolute;
    top: 0;
    left: -100%;
    z-index: 999;
    background: #fff;
    height: 100vh;
    transition: 0.4s ease all, 0s ease background;
    }
   .collapsed .navbar-list {
    left: 0;
    padding: 10px;
}
    
    .navbar-content ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    }
    
    .Our-card, .welcome-sharp, .special-features, .about-content, .features, .counter-area, .vision-mission, .contact-area, .d-padding{
        padding: 30px 0;
    }
    
    section.brands{
        text-align: center;
    }
    section.brands .slick-slide img{
        margin: 0 auto;
    }
    .brands-img {
    border-radius: 10px;
    padding: 18px;
    margin-top: 15px;
}
    
    .welcome-to-sharp{
    font-size: 28px;
    }
    .logo img{
        max-width: 140px;
    }
  
    #goToTopBtn{
        z-index: 99;
        bottom: 50px;
        right: 37px;
    }
    .quote-wrapper{
    flex-direction: column;
    text-align: center;
    gap: 20px 0;
    }
    
   .quote-wrapper h4 {
    font-size: 22px;
    margin-bottom: 0;
}
    
    .Our-product-box{
        padding: 12px;
    }
    
    .Our-card-img img {
    width: 170px;
    margin: unset;
    }
  
    .Our-product-heading{
        margin-bottom: 0;
    }
    .choose{
        margin: 20px 0 0 0;
    }
   
    .related-features-items{
        flex-wrap: wrap;
    }
    .product-content-wrap {
    margin-top: 15px;
    }
    .testimonial h3{
        font-size: 28px;
        margin-bottom: 20px;
    }
    .Our-product-img img{
        max-width: 100%;
    }
    .testimonial-description h4::after{
        left: 250px;
    }
   
     .navbar-content ul li {
    width: 100%;
    border-bottom: 1px dashed #000;
    padding: 6px 3px;
    }
    .about_banner{
        height: 210px;
    }
    .about-img img{
        width: 80%;
    }
    .feature-box, .counter{
        margin-bottom: 20px;
    }
      .vision-mission .about-vision{
        margin-bottom: 20px;
        min-height: auto;
    }
    .product-box h5 a{
        font-size: 16px;
    }
   
    .review-area a button{
        margin-left: 15px;
    }
    .review-example{
        flex-direction: column;
    }
    .product-buy-details {
    margin-top: 20px;
    }
   .related-products .list-group > a{
       font-size: 15px;
   }
   .login-register .text-10{
       font-size: 2rem !important;
   }
   .register-wrapper {
    height: auto;
    overflow-y: unset;
    }
    h2{
        font-size: 1.5rem;
    }
    h3{
        font-size: 1rem;
    }
    p{
        font-size: 15px;
    }h4.product-name{
        font-size: 20px;
    }
    .product-card-bottom .add-cart{
        width: 125px;
    }
    .testimonial-description p{
        margin-right: 0;
    }
 
    
}

@media only screen and (max-width: 576px) {
    
     a#search-button {
    display: block;
    }
    .outtttt {
    width: fit-content;
    
    .header-search-box{
        display: none;
    }
     .welcome-to-sharp h3{
         font-size: 24px;
     }
    
}
.testimonial-description h4::after{
    left: 100px;
}
    
    .outter{
       position: absolute;
    top: 54px;
    width: 280px;
    left: -114px;
    z-index: 9999999;
    }
   
    .banner-cont h3{
        font-size: 18px;
    }
    .banner-cont h2{
        font-size: 30px;
    }
    .banner-cont p{
        font-size: 14px;
    }
    .bn-btn a{
    font-size: 15px;
    padding: 6px 15px;
    }
    .banner-slider .prev-btn, .banner-slider .next-btn{
        display: none !important;
    }
    .banner-img img{
        height: 370px;
        position: relative;
    }
    .banner-img img::after{
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
    }
     
        .related-features-items .card > div{
            justify-content: center;
            text-align: center;
        }
        .related-features-items .card{
            text-align: center;
        }
nav.navbar-part{
    justify-content: space-evenly;
}
.ch-title h5{
    font-size: 1rem;
}
.ch-title, .ch-items{
    padding: 10px 4px;
}
    .welcome-to-sharp{
        font-size: 24px;
    }
    .testimonial h3{
        font-size: 24px;
    }
    .testimonial-wrapper{
        padding: 0 18px;
    }
   
}

@media only screen and (max-width: 420px){
    .top-social-link{
        display: none;
    }
    .logo img{
        max-width: 110px;
    }
}

@media only screen and (max-width: 380px){
   .about_banner_cont ul li{
    max-width:  240px;
    }
    .select-rating {
    align-items: start;
    flex-direction: column;
    }
    .checkout-card.scroll{
        padding: 10px;
    }
    .shop-tools{
        flex-direction: column;
        gap: 10px
    }
    
    .header-widget-group .header-widget{
        margin-left: 12px;
    }
}

@media only screen and (max-width: 340px){
    .logo img {
    max-width: 110px;
    }
    .header-widget-group .header-widget{
        margin-left: 10px;
    }
}
