@media screen and (min-width: 1400px) {
}

@media screen and (max-width: 1200px) {
  .sale-product .sale-product-footer {
    position: initial;
  }
}

@media screen and (max-width: 992px) {
}

@media screen and (max-width: 768px) {
  /**Last Blog Header*/
  .last-blog-header ul {
    overflow-x: auto;
  }

  .last-blog-header ul li a,
  .last-blog-header a {
    white-space: nowrap;
    padding: 20px 10px 30px 10px;
  }

  .last-blog-header > a {
    box-shadow: 15px 0px 10px -15px #979797;
  }
}

@media screen and (max-width: 576px) {
  /**Header Menu*/
  .header-bars {
    background-color: #dd3131;
  }
  .header-menu {
    transform: translate(100%, 0);
    width: auto;
    position: absolute;
    z-index: 2;
    bottom: revert;
    top: revert;
    left: 20%;
    right: 0px;
    margin-top: 0;
    height: 100%;
    transition: 0.3s;
  }

  .header-menu.active-menu {
    transform: translate(0%, 0);
  }

  .header-menu ul {
    display: block;
    padding-right: 50px;
    margin-top: 0;
  }

  .header-menu ul li {
    display: block;
  }

  .header-menu ul li a {
    display: block;
  }

  .header-menu ul li.sub-menu-li i {
    float: left;
  }

  .header-menu ul ul.sub-menu {
    display: none;
    position: initial;
    opacity: 0;
    visibility: hidden;
    background-color: none;
    padding: 10px 50px 10px 0;
    transition: 0.3s;
  }

  .header-menu ul ul.sub-menu.active {
    display: block;
    opacity: 1;
    margin-top: 0;
    visibility: initial;
  }

  .header-menu ul li a {
    border-bottom: 1px solid #b72020;
  }
  .header-menu button.login-form-button {
    display: none;
  }
  .header-bars button.login-form-button {
    display: block;
  }

  /**Last Blog Larg Post*/

  .last-belog-content .post.post-large .post-footer {
    padding: 0 10px 15px 10px;
  }

  .last-belog-content .post.post-large .post-title a {
    font-size: 15px;
    margin: 0;
    padding: 0;
    line-height: 2px;
    white-space: nowrap;
  }

  /**Footer Menu*/
  .site-footer .footer-menu {
    text-align: center;
  }

  .site-footer .footer-menu ul {
    list-style-type: none;
    padding: 0;
  }

  .site-footer .footer-menu ul li {
    background-color: #727272;
    margin: 3px 0;
    border-radius: 10px;
  }
}

@media screen and (max-width: 400px) {
  .site-footer .col-6 {
    width: 100%;
    max-width: 100%;
  }

  .site-footer .footer-menu {
    padding: 0;
  }

  .site-footer .footer-menu ul {
    list-style-type: none;
    padding: 0;
    display: none;
  }
  .site-footer .footer-menu .footer-menu-title {
    cursor: pointer;
  }

  .footer-menu .footer-menu-title i {
    display: inline;
    opacity: 1;
    transition: 0.3s;
  }

  .footer-menu .footer-menu-title.active i {
    transform: translate(0, 10px);
  }
}
