@media screen and (max-width: 1252px) {
  .container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
  .index-categories ul li p {
    min-width: 60%;
    white-space: normal;
    text-align: center;
    font-size: 16px;
  }
  .web-nav .left .item:first-child {
    margin-left: 0;
  }
  .web-nav .search {
    right: 0;
  }
  .index-pics1 .left {
    margin-left: 0;
  }
  .index-pics1 .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .index-prods {
    overflow: hidden;
  }
  .index-prods .swiper-btn.prev {
    left: 0;
  }
  .index-prods .swiper-btn.next {
    right: 0;
  }
  .top-menu a.logo {
    left: 10px;
  }
  .web-top .welcome {
    margin-left: 0;
  }
  .about-us-page .swiper-box .swiper-button-prev {
    left: -5px;
  }
  .about-us-page .swiper-box .swiper-button-next {
    right: -5px;
  }
  .contact-us-page .row {
    margin: 0;
  }
  .contact-us-page .form {
    padding-left: 0;
  }
  .contact-us-page .info {
    padding-right: 0;
  }
  .list-page .row {
    margin-left: 0;
  }
  .detail-page .dp-header .left {
    margin-left: 0px;
  }
  .detail-page .dp-header .right {
    margin-right: 10px;
  }
  .detail-page .swiper-box .swiper-button-prev {
    left: 0;
  }
  .detail-page .swiper-box .swiper-button-next {
    right: 0;
  }
  .dp-body .panel .desc-list {
    margin: 0 -5px;
  }
}

@media screen and (max-width: 1200px) {
  .about-us-page .section article {
    padding-left: 15px;
    padding-right: 15px;
  }
  .about-us-page .section .swiper-box ~ article, .about-us-page .section .cover ~ article {
    margin-left: 0;
  }
  .brumbs ul li:last-child {
    display: none;
  }
  .brumbs ul li:not(:nth-last-child(2)) ~ li:after {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .web-top {
    display: none;
  }
  .web-nav {
    position: sticky;
    left: 0;
    top: 0;
    z-index: 20;
    background-color: #fff;
  }
  .web-nav a.logo img {
    max-width: 120px;
    height: auto;
  }
  .web-menu {
    display: none;
  }
  .index-title p {
    font-size: 14px;
  }
  .menu-bar {
    display: block;
  }
  body {
    padding-bottom: 53px;
  }
  .back-top {
    right: 12px;
    bottom: 67px;
    width: 40px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }
  .pc-search .form .form-group {
    padding: 0 60px;
  }
  .pc-search .form .form-group input {
    height: 70px;
    font-size: 20px;
  }
  .pc-search .close {
    height: 60px;
    width: 60px;
  }
  .pc-search .close:after {
    font-size: 20px;
  }
  .pc-search .form .form-tip {
    font-size: 14px;
    line-height: 20px;
  }
  .about-us-page .section article h2, .about-us-page .certif h2 {
    font-size: 22px;
  }
  .about-us-page .section article p {
    font-size: 14px;
    line-height: 24px;
  }
  .sub-title {
    padding: 15px 0;
  }
  .sub-title a.back {
    display: none;
  }
  .sub-title h1 {
    font-size: 36px;
  }
  .list-main .brumbs-filter {
    display: block;
  }
  .list-main .brumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  }
  .list-main .brumbs .showing {
    display: block;
    color: #777;
  }
  .list-main .limit,
  .list-main .view {
    display: none;
  }
  .list-main .filters {
    width: 100%;
    justify-content: space-between;
  }
  .list-main .filters .sidebar {
    display: flex;
    align-items: center;
    color: #333;
  }
  .list-main .filters .sidebar:before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .45em;
    width: 1em;
    height: 1em;
    font-weight: 400;
    margin-inline-end: .2em;
    font-size: 1.7em;
    content: "\f15a";
    transition: opacity .15s ease;
    font-family: "woodmart-font";
  }
  .list-page .list-menu {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .4s ease;
  }
  .list-page .list-menu.open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto
  }
  .list-page .list-menu .lm-box {
    display: flex;
    flex-direction: column;
    width: 0;
    height: 100vh;
    background-color: #fff;
    overflow: hidden;
    transition: width 0.4s ease;
  }
  .list-page .list-menu.open .lm-box {
    width: 300px;
  }
  .list-page .list-menu .over {
    flex: 1;
    overflow: auto;
    padding: 30px;
  }
  .list-page .list-menu .phone-bar {
    flex-shrink: 0;
    display: flex;
    justify-content: flex-end;
    padding: 20px 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.105);
  }
  .list-page .list-menu .phone-bar a.close {
    display: inline-flex;
    align-items: center;
    color: #333;
  }
  .list-page .list-menu .phone-bar a.close:before {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: .45em;
    width: 1em;
    height: 1em;
    font-weight: 600;
    font-size: 10px;
    content: "\f112";
    font-family: "woodmart-font";
  }
  .dp-header h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}
.web-nav .menu-trigger .wd-tools-icon:before {
  font-size: 24px;
  content: "\f15a";
  font-family: "woodmart-font";
  font-style: normal;
}
@media screen and (max-width: 992px) {
  .web-nav .left {
    display: none;
  }
  .web-nav .menu-trigger {
    padding: 0 10px;
    display: flex;
    left: 0;
    font-size: 14px;
    line-height: 1;
    color: var(--wd-header-el-color);
  }
  .web-nav .menu-trigger span {
    margin-left: 8px;
  }
  .index-pics1,
  .index-categories,
  .index-prods {
    margin-bottom: 50px;
  }
  .index-pics1 .container {
    display: block;
  }
  .index-pics1 .left,
  .index-pics1 .right {
    width: 100%;
  }
  .index-categories ul li {
    width: 33.3333333%;
  }
  .about-us-page .row {
    flex-direction: column-reverse;
  }
  .about-us-page .section .cover {
    width: 100%;
    text-align: center;
  }
  .about-us-page .section .cover img {
    width: auto;
    max-width: 100%;
  }
  .about-us-page .sec2 .swiper-box,
  .about-us-page .sec3 .swiper-box {
    width: 100%;
    margin-left: 0;
    padding: 0;
  }
  .about-us-page .sec3 article {
    padding-top: 0;
  }
  .contact-us-page .row {
    flex-direction: column;
  }
  .contact-us-page .form {
    padding-right: 0;
    width: 100%;
    border-right: none;
  }
  .contact-us-page .info {
    padding-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .index-categories ul {
    margin: 0 -5px;
  }
  .index-categories ul li {
    padding: 0 5px;
    margin-bottom: 10px;
    width: 50%;
  }
  .index-categories ul li p {
    position: relative;
    top: initial;
    transform: none;
    left: initial;
    background-color: transparent;
    padding: 10px;
    color: var(--wd-header-el-color);
    box-shadow: none;
  }
  .list-main .prods ul.row3 li {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .list-main .prods ul.row4 li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .dp-header .row {
    display: block;
  }
  .detail-page .dp-header .left {
    margin-bottom: 25px;
    width: 100%;
  }
  .dp-body .panel .desc-list {
    flex-wrap: wrap;
  }
  .dp-body .panel .desc-list li {
    width: 50%;
  }
  .detail-page .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .list-main .filters .sort {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
  }
  .list-main .filters .sort:after {
    color: #242424;
    font-size: 20px;
    content: "\f119";
    font-family: "woodmart-font";
  }
  .list-page .list-main {
    padding: 0;
  }
  .list-page .row {
    margin: 0;
  }
  .list-main .filters .sort select {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 0;
    border: none;
    background-image: none;
    color: transparent !important;
    font-weight: 400;
    font-size: 16px;
    -webkit-appearance: none;
  }
  .list-main .prods ul {
    margin: 0 -10px;
  }
}
.web-footer .ll h3 i {
  display: none;
}
@media (max-width: 575px) {
  .index-title h2 {
    font-size: 20px;
  }
  .web-footer .links {
    display: block;
  }
  .web-footer .about-us,
  .web-footer .ll {
    flex: 1;
    width: 100%;
    max-width: 100%;
  }
  .web-footer .ll h3 i {
    display: block;
  }
  .web-footer .ll ul {
    display: none;
  }
  .about-us-page .section article p.tag, .certif p.tag {
    font-size: 12px;
  }
  .about-us-page .section article h2, .about-us-page .certif h2 {
    font-size: 20px;
  }
  .contact-us-page h3 {
    font-size: 20px;
  }
  .list-main .prods ul.row4 li {
    flex: 0 0 50%;
    max-width: 50%;
  }
}