@media screen and (max-width:460px){
  .mess-zalo{
    top: unset;
    bottom:-40px;
    left:-70px;
    right:unset;
   transition: all 0.6s ease;
  }
  .mess-zalo.active{
     left:10px;
    
  }
  .social-active{
    transform: scale(0);
    transition: all .3s;
    visibility: hidden;
    opacity: 0;
  }
  
  .support-online.btn-support{
    
   visibility: visible;
    opacity:1;
  }
  .content-none-460{
    display:none;
  }
}
@media screen and (max-width: 739px){
  .tab{
    flex-wrap: wrap;
    flex-direction: column;
  }
}
@media screen and (min-width:461px){
  .modal-contain-contacts{
    width:80%;
  }
  .social-active {
   border-top-left-radius: 35px;
    border-bottom-left-radius: 35px;
    display: flex;
    align-items: center;
    width: 165px;
    transform: translateX(0px);
    background: #fff;
    color: #000;
    border: 1px solid #e1e1e1;
    margin-bottom: 5px;
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    transition: all 0.6s ease;
  }
  .social-active:hover{
      transform: translateX(-120px);
       background: #c0392b;
       color:white !important;
  }
  .content-none-460{
    margin-left:10px;
  }
}
.dnt-responvie-768{
  opacity:0 !important;
}
@media (min-width: 850px){
  .nav-divided>li {
      margin: 0 0.7em;
  }
  .nav-divided>li+li>a:after {
    border-left: 1px solid rgba(0,0,0,.1);
    content: "";
    height: 15px;
    left: -1em;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    width: 1px;
  }
}
@media (max-width:1200px){
  .d-none-1200{
    display:none;
  }
  .col-lg-6.col-md-12.width-100-1200 {
    width: 100%;
  }
  .width-100-1200 .title-text-holine{
    justify-content:center;
  }
}
@media screen and (min-width: 900px) and (max-width: 1200px){
 .container-dnt-fix{
   max-width:unset !important;
   padding:0px 15px;
 }
}

@media screen and (max-width: 926px){
  .mid-headerPC{
    display:none;
  }
  .mid-headerMB{
     display:block;
  }
  .container-fix-MB{
     max-width:unset !important;
     padding:0px 15px;
  }
  .cart-full-template{
    width:90%;
  }
}