
.km-box-style-theme {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style-theme-2 {
  background-color: #fff;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.03);
  border: 1px solid #e4e4e4;
}
.km-box-style {
  box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  background: #fff;
  border-radius: 16px;
  margin-bottom: 32px;
}
.km-box-style.km-overflow {
  overflow: hidden;
}
.km-box-style.km-padding {
  padding: 20px;
}
.km-box-style .km-title-style-theme .km-title {
  background: #fff;
}
.km-box-style2 {
  background: #fff;
  position: relative;
  margin-bottom: 15px;
  border-radius: 15px;
  padding: 20px;
}
.km-box-style2 .km-title-style-theme .km-title {
  background: #fff;
}
@media only screen and (min-width: 0px) and (max-width: 995px) {
  .vp-over-page {
    position: fixed !important;
    left: 0 !important;
    top: 52px !important;
    width: 100% !important;
    border-radius: 0 !important;
    height: calc(100% - 55px - 60px + 3px) !important;
    z-index: 15 !important;
    padding: 15px !important;
    margin: 0 !important;
    background: #fff;
    opacity: 0 !important;
    visibility: hidden !important;
    overflow-y: auto;
    transition: none !important;
  }
  .vp-over-page:not(.vp-show) {
    display: none !important;
  }
  .vp-over-page:not(.vp-show):before {
    content: '';
    display: none;
  }
  .vp-over-page.vp-show {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    display: block !important;
  }
  .vp-over-page[vp-id="category"] {
    padding: 0 !important;
    background: #f2f2f2 !important;
  }
  .vp-category-mobile {
    background: #f2f2f2;
    position: relative;
    padding: 10px 110px 10px 10px;
    height: 100%;
    overflow-y: auto;
  }
  .vp-category-mobile .vp-categories-main {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 100%;
    overflow: auto;
    text-align: center;
    background: #fff;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
  .vp-category-mobile .vp-categories-main .vp-item {
    padding: 12px 5px 9px;
    border-bottom: 2px solid #f2f2f2;
    cursor: pointer;
    height: 85px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
  }
  .vp-category-mobile .vp-categories-main .vp-item .vp-img {
    display: inline-block;
    margin-bottom: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
  }
  .vp-category-mobile .vp-categories-main .vp-item .vp-title {
    font-size: 12px;
    line-height: 15px;
  }
  .vp-category-mobile .vp-categories-main .vp-item.vp-active {
    background: #f2f2f2;
    box-shadow: -5px 0 #eb3a3a inset;
  }
  .vp-category-mobile .vp-categories-main-items {
    height: calc(100% + 20px);
    width: calc(100% + 10px);
    overflow-y: auto;
    margin: -10px;
    padding: 10px;
  }
  .vp-category-mobile .vp-category-box {
    margin-bottom: 10px;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 5px 5px -5px rgba(0, 0, 0, 0.1);
  }
  .vp-category-mobile .vp-category-box .vp-header {
    padding: 10px 10px;
    border-bottom: 1px solid #f2f2f2;
    line-height: 20px;
  }
  .vp-category-mobile .vp-category-box .vp-header .vp-title {
    color: #000;
    font-size: 14px;
  }
  .vp-category-mobile .vp-category-box .vp-header .vp-btn {
    font-size: 11px;
    color: #eb3a3a;
  }
  .vp-category-mobile .vp-category-box .vp-content {
    padding: 10px 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .vp-category-mobile .vp-category-box .vp-content .vp-item {
    width: 31%;
    margin: 4px 2px;
    font-size: 13px;
    text-align: center;
  }
  .vp-category-mobile .vp-category-box .vp-content .vp-item a {
    display: block;
  }
  .vp-category-mobile .vp-category-box .vp-content .vp-item img {
    width: 65px;
    height: 65px;
    padding: 2px;
  }
  .vp-category-mobile .vp-category-box .vp-content .vp-item .vp-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    margin-top: 6px;
  }
  .vp-category-mobile .vp-category-box.vp-brands .vp-content .vp-item {
    flex: 1 0 30%;
    min-width: 30%;
  }
  .vp-category-mobile .vp-category-box.vp-brands .vp-content .vp-item img {
    width: 50px;
    height: 50px;
  }
  .vp-category-mobile .special-category-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #fff;
    padding: 12px;
    border-radius: 12px;
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
  }
  .vp-category-mobile .special-category-box img {
    height: 35px;
  }
  .vp-category-mobile .special-category-box .title {
    font-size: 14px;
    color: #eb3a3a;
    font-weight: 700;
  }
  .vp-category-mobile .special-category-box i {
    color: #2f2f2f;
    font-weight: 700;
  }
  .vp-category-mobile .vp-ads-banner .vp-banner {
    margin-bottom: 10px;
  }
  .vp-category-mobile.custom-menu {
    padding: 16px;
  }
  .vp-category-mobile.custom-menu .container-main {
    background: #fff;
    border-radius: 16px;
    height: 100%;
    overflow-y: hidden;
    position: relative;
  }
  .vp-category-mobile.custom-menu .container-main:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    background: linear-gradient(0deg, #ffffff 0, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    height: 158px;
  }
  .vp-category-mobile.custom-menu .container-main .tab-items {
    width: 100%;
    overflow-x: auto;
    border-bottom: 1px solid #F2F2F2;
    display: flex;
    align-items: center;
    padding: 0 0 10px;
  }
  .vp-category-mobile.custom-menu .container-main .tab-items .item {
    padding: 4px 8px;
    color: #828282;
    background: #F2F2F2;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 8px;
    font-size: 14px;
    white-space: nowrap;
  }
  .vp-category-mobile.custom-menu .container-main .tab-items .item + .item {
    margin-right: 8px;
  }
  .vp-category-mobile.custom-menu .container-main .tab-items .item.active {
    color: #eb3a3a;
    background: #fef3f3;
  }
  .vp-category-mobile.custom-menu .container-main .image-items {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    padding: 0 0 40px 0;
  }
  .vp-category-mobile.custom-menu .container-main .image-items .image-item {
    display: none;
    grid-template-columns: repeat(3, 1fr);
    flex-flow: row wrap;
    width: 100%;
  }
  .vp-category-mobile.custom-menu .container-main .image-items .image-item .item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 0 20%;
    margin: 16px;
  }
  .vp-category-mobile.custom-menu .container-main .image-items .image-item.active {
    display: grid;
  }
}
@media only screen and (min-width: 0px) and (max-width: 995px) and only screen and (min-width: 720px) and (max-width: 959px) {
  .vp-category-mobile.custom-menu .container-main .image-items .image-item {
    grid-template-columns: repeat(4, 1fr);
  }
}
