@media (min-width: 768px) {
  .boxed-layout .wrapper {
    width: 770px;
  }
}
@media (min-width: 992px) {
  .boxed-layout .wrapper {
    width: 990px;
  }
}
@media (min-width: 1200px) {
  .boxed-layout .wrapper {
    width: 1190px;
  }
}
@media (max-width: 1200px) {
  .header-content .header-right .sale-policy {
    padding-left: 0;
  }
}
@media (max-width: 991px) {
  .payment .payment-block .payment-step {
    margin-bottom: 15px;
  }
  .payment .payment-block .payment-step .step-preview {
    min-height: auto;
  }
  .header-content .header-right {
    text-align: center;
  }
  .header-content .header-right .cart {
    width: 100%;
    text-align: center;
  }
  .navigation-menu .menu-top .menu-cate {
    cursor: pointer;
  }
  .navigation-menu .menu-top .menu-cate ul.menu-cate-content {
    display: none;
    height: auto;
  }
  .navigation-menu .menu-top .menu-cate ul.menu-cate-content li a .arrow-menu .fa-chevron-right::before {
    content: "";
  }
  .navigation-menu .menu-top .menu-cate ul.menu-cate-content li .sub-menu {
    left: 10%;
    z-index: 9999;
    width: 80%;
  }
  .navigation-menu .menu-top .menu-cate:hover ul.menu-cate-content {
    display: block;
  }
  .navigation-menu .nav-menu .mobile-menu ul li a {
    border-right: none;
  }
  .navigation-menu .nav-menu .navbar-header {
    width: 100%;
    float: left;
  }
  .navigation-menu .nav-menu .navbar-header .navbar-toggle {
    margin-right: 0;
  }
  .navigation-menu .nav-menu .navbar-header .navbar-toggle .icon-bar {
    background-color: #f46164;
  }
  .slideshow-content {
    height: auto;
  }
  .box-news .news-content .news-block .image {
    max-height: 130px;
    height: auto;
  }
  .payment-content .payment-block .payment-step .step-preview {
    min-height: 0;
  }
}
@media (max-width: 767px) {
  .navigation-menu {
    height: auto;
    margin-bottom: 0;
  }
  .navigation-menu .mobile-menu {
    width: 100%;
  }
  .navigation-menu .mobile-menu a {
    color: #000000 !important;
  }
  .mobile-menu {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    border-top: 1px solid #f46164;
    background-color: #ffffff;
  }
  .mobile-menu .navbar-nav {
    margin-top: 0;
    margin-bottom: 0;
  }
  .top-link .topmenu-contact {
    float: left;
  }
  .box-news .news-content .news-block .image {
    max-height: 80px;
    height: auto;
  }
  .product-content .product-block.product-list .product-item-box .product-item {
    text-align: center;
  }
  .adv .controls a {
    display: block !important;
  }
  .adv .controls a.prev {
    left: 15px;
  }
  .adv .controls a.next {
    right: 15px;
  }
  .controls a {
    display: none !important;
  }
  .footer .footer-box h3:after {
    display: block;
    content: "\f055";
    font-family: "FontAwesome";
    position: absolute;
    right: 10px;
    top: 20px;
    color: #f46164;
  }
  .footer .footer-box h3.active:after {
    content: "\f056";
  }
}
