/* Large desktop */
@media (max-width: 1200px) {
  .mt-container {
    width: 100%;
    padding: 0 1%;
  }

  .easy_store_advance_product_search .es-select-products {
    width: 170px;
  }

  .easy_store_advance_product_search .search-field {
    width: 240px;
  }

  .promo-items-wrapper .item-info-wrap {
    width: 70%;
  }

  .easy_store_categories_collection .es-coll-title {
    font-size: 18px;
  }

  .easy_store_call_to_action {
    margin: 0 -9px;
  }

  .cta-content {
    font-size: 35px;
  }

  .cta-btn-wrap a {
    padding: 8px 20px;
    font-size: 18px;
  }

  .boxed-layout #page {
    width: 100%;
  }
}

/* Landscape phone to portrait tablet */
@media (max-width: 768px) {
  .site-branding {
    float: none;
    text-align: center;
  }

  .es-header-area-cart-wrapper {
    float: none;
    width: 600px;
    margin: 20px auto 0;
  }

  .easy_store_advance_product_search .search-field {
    width: 220px;
  }

  .es-slide-content {
    display: none;
  }

  .es-slide-title {
    font-size: 24px;
  }

  .easy_store_slider .es-slide-btn a {
    padding: 6px 18px;
  }

  .item-icon-info-wrap.mt-column-4 {
    width: 47%;
  }

  .items-wrap.mt-column-wrapper {
    width: 600px;
    margin: 0 auto;
  }

  .promo-items-wrapper .item-info-wrap {
    width: 80%;
  }

  .single-cat-wrap.mt-column-3 {
    width: 48%;
    text-align: center;
    float: none;
    display: inline-block;
  }

  .es-cat-products-wrapper .product {
    width: 48%;
  }

  .list-posts-wrap .single-post-wrapper:last-child {
    display: none;
  }

  .footer_columns_one .es-footer-widget,
  .footer_columns_two .es-footer-widget,
  .footer_columns_three .es-footer-widget,
  .footer_columns_four .es-footer-widget {
    width: 97%;
    margin-bottom: 3%;
  }

  #es-scrollup {
    width: 35px;
    height: 35px;
    line-height: 33px;
    font-size: 16px;
  }

  .es-top-right-section-wrapper {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }

  .es-top-left-section-wrapper {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
  }

  .es-main-menu-wrapper {
    position: relative;
  }

  .menu-toggle {
    display: block;
    color: #ffffff !important;
    float: left;
    padding: 0 20px;
    font-size: 18px;
    line-height: 50px;
  }

  .menu-toggle:hover {
    background: #DD1F26;
  }

  #site-navigation {
    background: #27B6D4 none repeat scroll 0 0;
    display: none;
    left: 0;
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 9999;
  }

  .np-header-menu-wrapper {
    position: relative;
  }

  #site-navigation ul li {
    display: block;
    float: none;
  }

  #site-navigation ul li a.sub-toggle {
    background: #fff none repeat scroll 0 0;
    color: #333 !important;
    cursor: pointer;
    display: block;
    height: 24px;
    line-height: 25px;
    position: absolute;
    right: 15px;
    text-align: center;
    top: 11px;
    width: 24px;
    display: block;
    padding: 0 !important;
  }

  #site-navigation ul li a.sub-toggle:hover {
    color: #333 !important;
    ;
  }

  #site-navigation li.menu-item-has-children>a::after,
  #site-navigation li.page_item_has_children>a::after {
    display: none;
  }

  #site-navigation ul>li:hover>.sub-toggle,
  #site-navigation ul>li.current-menu-item .sub-toggle,
  #site-navigation ul>li.current-menu-ancestor .sub-toggle {
    background: #fff;
  }

  .main-small-navigation li.current-menu-item>.sub-toggle {
    background: #ffffff none repeat scroll 0 0;
  }

  .main-small-navigation li.current-menu-item>.sub-toggle i {
    color: #333;
  }

  .menu-primary-container .sub-menu,
  #site-navigation li.menu-item-has-children>a:before,
  #site-navigation ul li.page_item_has_children>a:before {
    display: none;
  }

  #site-navigation ul.sub-menu,
  #site-navigation ul.children {
    position: static;
    min-width: 100%;
    opacity: 1;
    top: 0;
    left: 0;
    visibility: visible;
    display: none;
    background: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    box-shadow: none;
  }

  #site-navigation ul>li:hover>.sub-menu,
  #site-navigation ul>li:hover>.children {
    top: 0;
  }

  #site-navigation ul#primary-menu>li:hover>a::after,
  #site-navigation ul#primary-menu>li.current-menu-item>a::after {
    display: none;
  }

  .cta-content-wrapper {
    width: 80%;
  }

  .bottom-footer .site-info {
    float: none;
    text-align: center;
  }

  #footer-navigation {
    float: none;
    text-align: center;
    margin-top: 10px;
  }

  #primary,
  .home.blog #primary,
  #secondary,
  .home.blog #secondary,
  #sidebar-shop {
    width: 100%;
  }

.error-num {
  line-height: 70px;
  font-size: 100px;
}
.error-num span {
  font-size: 60px;
}
.error-404.not-found {
  margin: 30px 0;
}
}

/* Landscape phones and down */
@media (max-width: 600px) {
  .logged-in #page {
    padding-top: 42px;
  }

  body.logged-in {
    margin-top: -50px;
  }

  .logged-in .is-sticky .es-main-menu-wrapper {
    top: 0 !important;
  }

  .items-wrap.mt-column-wrapper {
    width: 100%;
  }

  .promo-items-wrapper .item-info-wrap {
    width: 75%;
  }

  .es-slider-cat-menu {
    float: none;
    width: 100%;
    height: 350px !important;
  }

  .es-slider-section {
    width: 100%;
    margin-top: 20px;
  }

  .single-cat-wrap.mt-column-3 {
    width: 100%;
  }

  .cta-content {
    font-size: 26px;
  }

  .easy_store_call_to_action .es-section-wrapper {
    padding: 40px 0;
  }

  .cta-btn-wrap a {
    padding: 6px 10px;
    font-size: 16px;
  }

  .main-post-wrap {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }

  .list-posts-wrap {
    float: none;
    width: 100%;
  }

  .es-cat-products-wrapper .product {
    width: 98%;
  }

  .es-header-area-cart-wrapper .easy_store_advance_product_search {
    float: none;
    width: 100%;
  }

  .es-header-area-cart-wrapper {
    float: none;
    width: 92%;
    margin: 20px auto 0;
  }

  #masthead .site-header-cart {
    display: block;
    width: 200px;
    text-align: center;
    margin: 0 auto;
  }

  .woocommerce ul.products[class*="columns-"] li.product,
  .woocommerce-page ul.products[class*="columns-"] li.product {
    width: 100%;
  }

  .main-post-wrap .post-date-wrap,
  .list-posts-wrap .post-date-wrap,
  .entry-content-wrapper .post-date-wrap {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .easy_store_advance_product_search .es-select-products {
    width: 130px;
    padding: 0 10px;
    font-size: 12px;
  }

  .easy_store_advance_product_search .search-field {
    width: 150px;
    padding: 0 20px 0 10px;
  }

  .easy_store_advance_product_search .woocommerce-product-search .searchsubmit {
    right: 7px;
    border-left: none;
  }

  .item-icon-info-wrap.mt-column-4 {
    width: 260px;
    display: inline-block;
    text-align: left;
    margin: 0 0 20px;
  }

  .items-wrap.mt-column-wrapper {
    width: 100%;
    text-align: center;
    margin-bottom: -30px;
  }

  .promo-items-wrapper .item-info-wrap {
    width: 78%;
  }
}