@media (max-width: 1599px) {
}

@media (max-width: 1399px) {
}

@media (max-width: 1199px) {
  #header .header-left .menu ul.menu > li.management:hover > ul,
  #header .header-left .menu ul.menu > li.marketing:hover > ul {
    right: -50%;
  }
  body:not(.landing-page) #section {
    margin-right: calc(35% - 10px);
    margin-left: auto;
  }
}

@media (min-width: 960px) {
  .show-filter > a.filter-toggle {
    left: 0;
    right: auto;
  }
  .show-filter ul {
    left: 30px;
    right: auto;
  }
}

@media (max-width: 959px) {
  body.login #side-bar .btn-add-filter {
    right: 0;
    left: auto;
  }
  body.login #side-bar .dog-list {
    padding-right: 49px;
    padding-left: 0px;
  }
  body.login #side-bar .btn-add-filter .btn-add-new-dog,
  #side-bar .btn-add-filter .filter-toggle-mobile {
    border-left: solid 1px #8b868e;
    border-right: none;
  }
  #list-show {
    padding-right: 50px;
  }

  body:not(.mm-wrapper_opening) #section.loaded-dog-menu {
    padding-right: 65px !important;
    padding-left: 15px !important;
  }
}

@media (max-width: 790px) {
}

@media (max-width: 639px) {
  body:not(.landing-page) #section .list-show .list-show-box .list-show-top {
    background: url("../images/mobile/arrow-left.svg") no-repeat 3% center;
  }

  #section .list-show .list-show-box .list-show-top > div {
    margin-left: 0px;
    margin-right: -20px;
  }
  #offcanvas-menu .uk-offcanvas-bar ul > li.active > a {
    border-right: 3px solid #e6e6e6;
    border-left: 0;
    padding-right: 10px;
    padding-left: 0px;
  }
}

@media (min-width: 576px) {
}

@media (max-width: 575px) {
}

@media (max-width: 320px) {
}
