@media (max-width: 1366px){
    a.header-logo img {
    width: 290px;
}
.shop-details-thumb img {
    width: 430px;
}
.shop-details-wrapper .shop-details-content .cart-wrapper .theme-btn {
    padding: 18px 17px;
    border-radius: 100px;
    /* background: #000; */
    min-width: 110px;
}
.shop-details-wrapper .shop-details-content .title-wrapper {

    padding: 10px 0;
}
.shop-details-wrapper .shop-details-content .cart-wrapper {

    gap: 13px;

}
.hero-1 .hero-content h1 {

    font-size: 54px;

    line-height: 70px;

}
.news-card-items .news-content {
    padding: 25px 10px;
}
.news-card-items .news-content h3 {
    font-size: 14px;
    margin-bottom: 15px;
}
.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    line-height: 1;
    line-height: 40px;
}
.about-content h3 {
    font-size: 22px;
    padding: 6px 0;
}
}
@media (max-width: 1160px){}
@media (max-width: 1025px){}
@media only screen and (max-width:991px){
    /*RESPONSIVE NAVIGATION*/
    .mobile-menu{
      display: block;
    }
    /*RESPONSIVE NAVIGATION*/
  }
@media (max-width: 576px){
    .hero-1 .hero-content h1 {
    font-size: 34px;

    line-height: 50px;

}
.hero-1 .hero-items .hero-content {
        padding-top: 130px;
        padding-bottom: 80px;
    }
    .about-container {
    display: block;
 
    margin: 44px auto 0 auto;

}
@media (max-width: 320px){}