/* Responsive */
@media (max-width: 1001px) {
  #hamburger {
    display: block;
  }
  .menu-head {
    display: none;
  }
  .wrap-menu {
    display: none;
  }
  .cart-head {
    padding: 5px;
    font-size: 12px;
  }
  .header {
  }
  .flex-product-main {
    display: block;
  }
  .flex-product-main .left-product {
    position: fixed;
    z-index: 999;
    top: 0px;
    left: 0px;
    transform: translateX(-250px);
    bottom: 0px;
    overflow-x: hidden;
    background: #fff;
    box-shadow: 0px 0px 5px #000;
    transition: all 0.5s;
  }
  .flex-product-main .left-product.show {
    transform: translateX(0px);
  }

  .flex-product-main .right-product {
    width: 100%;
  }

  .grid-product {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
  .filter {
    display: block;
  }
}
@media (max-width: 992px) {
  .search {
    display: none;
  }

  .hotline_email {
    display: none;
  }

  .footer-form {
    display: flex;
    flex-wrap: wrap;
    padding: 15px;
    justify-content: center;
  }

  form#newsletter-form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
  }

  .newsletter-input {
    width: 100%;
  }

  p.title-form.mb-0 {
    text-align: center;
  }

  .footer-article {
    padding: 1rem 0;
  }

  .padding-top-bottom {
    padding: 1rem 0;
  }

  .title-home span {
    font-size: 20px;
  }

  .info-tieuchi h3 a {
    font-size: 14px;
  }

  .title-i span {
    font-size: 20px;
  }

  .logo-header {
    margin: 0;
    min-width: unset;
  }

  .top-header {
    padding: 0;
    text-align: center;
  }

  .top-header .d-flex {
    display: flex;
    justify-content: center !important;
  }
  .footer-ul {
    display: flex;
    flex-wrap: wrap;
  }

  .footer-ul li {
    width: calc((100% - 10px) / 2);
  }
  .footer-news:nth-child(1) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(2) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(3) {
    width: 100%;
    margin-bottom: 1rem;
  }

  .footer-news:nth-child(4) {
    width: 100%;
    text-align: center;
  }

  .thongketruycap {
    text-align: center;
  }
}
@media (max-width: 850px) {
}
@media (max-width: 769px) {
  .text-cart {
    display: none;
  }
  .grid-pro-detail {
    display: block;
  }
  .grid-pro-detail .left-pro-detail {
    width: 100%;
    padding: 0px;
    border-right: none;
  }
  .slick_photo1 {
    text-align: center;
  }
  .grid-pro-detail .right-pro-detail {
    width: 100%;
  }
  .grid-product {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
}
@media (max-width: 440px) {
  .policy__list > li {
    width: 100%;
    padding-right: 0px !important;
    border-bottom: 1px solid #f1f1f1 !important;
  }
}
@media (max-width: 369px) {
}
