@media (max-width: 767px) {
  .whitenav img {
    display: block;
    margin: 0px auto;
    margin-bottom: 20px;
  }
  .tax-media {
    text-align: center;
    margin-bottom: 20px;
  }
  #cssmenu {
    padding: 0px 30px;
  }
  .black-nav {
    padding-bottom: 30px;
  }
  .searchform input:first-of-type {
    width: 79%;
  }
  .searchform input:last-of-type {
    width: 19%;
  }
  .woocommerce-product-custom-css {
    margin: auto;
    display: block;
    width: 50%;
    margin-bottom: 50px;
  }
  
  .master-slider-parent {
    margin-top: 60px;
  }

  *{
    opacity: 1 !important;
  }

  .footer {
    animation: footer 50s linear infinite;
}

  .title-deaf{
    margin-left: 0 !important;
  }

  .img-big-cate div{
    display: block;
    margin: auto;
  }

}

@media (min-width: 768px) and (max-width: 991px) {
  .whitenav img {
    display: block;
    margin: 0px auto;
  }
  .tax-media {
    text-align: center;
    margin-bottom: 20px;
  }
  #cssmenu {
    padding: 0px 30px;
  }
  .black-nav {
    padding-bottom: 30px;
  }
  .searchform input:first-of-type {
    width: 80%;
  }
  .searchform input:last-of-type {
    width: 19%;
  }
  .woocommerce-product-custom-css {
    margin: auto;
    display: block;
    width: 50%;
    margin-bottom: 50px;
  }
 
  .master-slider-parent {
    margin-top: 60px;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {}