@media (min-width: 1570px) {
   .container {
      width: 1560px;
   }
}
@media (max-width: 1000px) {
   .top-menu .text-right {
      text-align: left;
   }
   .top-menu .text-left {
      text-align: right;
   }
   .top-menu .container {
      width: 100%;
   }
   .logo {
      /*+transform: scale(0.75);*/
      -webkit-transform: scale(0.75);
      -moz-transform: scale(0.75);
      -o-transform: scale(0.75);
      -ms-transform: scale(0.75);
      transform: scale(0.75);
      z-index: 5;
   }
}
@media (max-width: 360px) {
   .logo {
      /*+transform: scale(0.55);*/
      -webkit-transform: scale(0.55);
      -moz-transform: scale(0.55);
      -o-transform: scale(0.55);
      -ms-transform: scale(0.55);
      transform: scale(0.55);
   }
}
@media (max-width: 768px) {
   .banner-content{
      padding-top: 100px;
      flex-direction: column;
      text-align: center;
   }
   .c-item img {
      width: 300px;
   }
   .product-owl{
      margin-left: 0px;
   }
   .footer-content{
      flex-direction: column;
      text-align: center;
   }
   .footer-content .f-left, .footer-content .f-right{
      text-align: center !important;
   }
   .footer-content .img-responsive{
      margin: auto;
      width: 150px;
      padding-top: 15px;
      padding-bottom: 15px;
   }

}
@media (max-width: 992px) {
   .products-tab-container {
      margin-top: 2%;
   }
   .vertical-tabs .tab-pane .col-md-9 {
      padding: 0;
   }
   .vertical-tabs + .tab-content {
      padding: 10px 0 0 0;
   }
   .vertical-tabs.nav-tabs {
      padding: 0;
   }
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
   .logo {
      /*+transform: scale(0.80);*/
      -webkit-transform: scale(0.80);
      -moz-transform: scale(0.80);
      -o-transform: scale(0.80);
      -ms-transform: scale(0.80);
      transform: scale(0.80);
      z-index: 5;
   }
}
@media only screen and (max-width: 768px) and (min-width: 500px) {
   .list-products .col-xs-12 {
      width: 50%;
   }
}
