#table-mobi {
    display:none;
}
  
@media (min-width:1024px) {
  #footer .title:after {
      content: '';
      height: 2px;
      width: 100px;
      background: #fff;
      position: absolute;
      bottom: 5px;
      left: 0px;
  }
  
  #footer .content_footer {
      padding-right: 15px;
      border-right: thin #fff solid;
  }
  
  .account-form .col-lg-4 {
    border-right: 1px solid #ccc;
    padding-right: 10px;
  }
  
  .tvh-product-img img {
    width: 80px;
    height: auto;
  }
  
  .tvh-woocommerce-cart-form {
    border-right: 1px solid #ccc;
  }
  
  .tvh-product-h4 {
    font-size: 16px;
  }
}

@media(max-width:768px){
  .dnt-opent-modal{
    display:none;
  }
}
@media (max-width:1023px) {
  #footer .title {
    text-align:center;
  }
  .list-policy-support {
    padding-left: 40px;
  }
  .blogs-list-right {
    margin-top: 20px;
  }
}

@media (max-width:500px) { 
  .product-name-product {
    margin-top: 20px;
  }
  
  .list-policy-support {
    padding-left: 0;
  }
  .main .container {
    padding: 0;
  }
  .tvh-product-h4 {
    font-size: 14px;
  }
  .tvh-product-details-name a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
  }
  #table-pc {
    display: none;
  }
  
  #table-mobi {
    display:block;
  }
  .wrapper {
    padding: 0;
  }
}