@media only screen and (min-width: 991px) {
  .grid-center {
    height: 270px;
  }

  .grid-img {
    height: 130px;
  }
}

@media only screen and (max-width: 992px) {
  .offer-item {
    padding: 30px 10px;
  }

  .auth-logo {
    padding: 10px 0;
  }

  .grid-center {
    float: left;
  }

  .grid-img,
  .grid-center {
    height: 220px;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 768px) {
  .product-feature ul li {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
  }

  .product-feature ul li:nth-last-child(1) {
    border-bottom: 0;
  }

  .product-feature ul li img {
    margin: 0;
  }

  .product-feature ul li span {
    font-size: 13px;
    margin: 0 5px;
  }

  .auth-form .input-group,
  .auth-form .form-check,
  .auth-form .btn-login {
    width: 100% !important;
  }

  .auth-form .btn-login {
    margin: 5px !important;
  }

  .box_questions .bq1 i {
    font-size: 45px;
  }

  .notfound .notfound-404 {
    height: 115px;
  }

  .notfound .notfound-404 h1 {
    font-size: 86px;
  }

  .notfound .notfound-404 h1 > span {
    width: 86px;
    height: 86px;
  }
  .faq-question p {
    font-size: 0.7rem;
  }
  .faq-answer p {
    font-size: 0.7rem;
  }
  .faq-answer li {
    font-size: 0.6rem;
  }
}

@media only screen and (max-width: 576px) {
  .product-box-title h2 {
    font-size: 20px;
  }

  .payment-table tr td p {
    display: block;
    margin: 5px 0;
  }

  .cart-empty-offer a {
    display: block;
    border: none;
  }
  /* .bottom-menu a {
    font-size: 11px;
  } */
   .profile-name{
    font-size: 6.5px;
   }
}

@media only screen and (max-width: 400px) {
  .btn-add-to-cart {
    width: 100%;
  }

  [data-quantity] {
    width: 100%;
    margin-bottom: 10px;
  }

  .btn-login {
    width: 100%;
    margin: 5px 0 !important;
  }

  .cart-counter {
    width: 100%;
    margin-bottom: 10px;
  }

  .product-box-title a {
    padding: none;
    border: none;
  }

  .line-step-box .icon {
    margin: auto;
    margin-top: 30px;
    width: 25px;
    height: 25px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
  }

  .line-step-box .icon i {
    font-size: 14px;
  }

  .line-step-box p {
    font-size: 14px;
    margin-top: 10px;
  }

  .dashboard-cart-col {
    width: 100% !important;
  }
  
}

@media only screen and (min-width: 1470px) {
  .container,
  .container-fluid,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl {
    max-width: 1470px;
  }
  .main-menu,
  .top-menu-menu ul > li > ul {
    max-width: 1470px;
  }
}
@media (max-width: 340px) {
  .profile {
    padding-top: 25px;
    margin-bottom: -50px;
  }
  .profile .profile-img {
    width: 42px;
    height: 42px;
  }
  .verify {
    top: 32px;
    right: 14px;
  }
  .verify img {
    width: 12px;
    height: 12px;
  }
}
@media (min-width: 340px) and (max-width: 420px) {
  .store-info-avatar img {
    width: 37px;
    height: 37px;
  }
  .store-info-name {
    height: 28px;
    font-size: 11px;
  }
  .store-info-name img {
    width: 18px;
    height: 18px;
  }
  .profile {
    padding-top: 20px;
    margin-bottom: -50px;
  }
  .profile .profile-img {
    width: 55px;
    height: 55px;
  }
  .verify {
    top: 45px;
    right: 8px;
  }
  .verify img {
    width: 17px;
    height: 17px;
  }

  .profile-pic {
    width: 110px;
    height: 110px;
    border: 4px solid #fff;
    top: -60px;
  }
  .username {
    font-size: 18px;
  }
  .verified {
    width: 16px;
    height: 16px;
  }
  .store-info-name {
    font-size: 12px;
  }
  .bio {
    font-size: 11px;
  }
  .share-btn-box button {
    width: 22px;
    height: 22px;
    font-size: 10px;
  }
  .product-box-price .new-price {
    font-size: 15px;
}

}
@media (min-width: 420px) and (max-width: 576px) {
  .profile {
    padding-top: 20px;
    margin-bottom: -35px;
  }
  .profile .profile-img {
    width: 62px;
    height: 62px;
  }
  .verify {
    top: 50px;
    right: 10px;
  }
  .verify img {
    width: 18px;
    height: 18px;
  }
  .profile-name{
    font-size: 7.5px;
   }
  .store-info-name {
    font-size: 13px;
  }
}
@media (min-width: 576px) and (max-width: 768px) {
  .profile .profile-img {
    width: 70px;
    height: 70px;
  }
  .verify {
    top: 58px;
    right: 7px;
  }
  .verify img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .store-info-avatar img {
    width: 37px;
    height: 37px;
  }
  .store-info-name {
    height: 28px;
    font-size: 9px;
  }
  .store-info-name img {
    width: 18px;
    height: 18px;
  }
  .profile .profile-img {
    width: 70px;
    height: 70px;
  }
  .verify {
    top: 58px;
    right: 10px;
  }
  .verify img {
    width: 20px;
    height: 20px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .store-info-avatar img {
    width: 32px;
    height: 32px;
  }
  .store-info-name {
    height: 28px;
    font-size: 9px;
  }
  .store-info-name img {
    width: 18px;
    height: 18px;
  }
  .profile-static {
    margin-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1470px) {
  .profile-static {
    margin-right: 0px;
  }
}
@media (min-width: 1470px) {
  .profile-static {
    margin-right: 30px;
  }
}
