.tags-area {
  margin-bottom: 3rem;
}.rs-postbox-details-tags.tagcloud a:hover{
  color: #f7f7f7;
}
.shop-product-fillter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1rem 1rem;
  background-color: var(--rs-menu-text);
}
.shop-product-fillter .totall-product p {
  color: var(--rs-bg-secondary);;
}
.shop-product-fillter .sort-by-product-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.shop-product-fillter .sort-by-product-area .sort-by-cover {
  position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f7f8f9;
  border: 1px solid #f7f8f9;
  color: #777;
  padding: 9px 16px;
  border-radius: 26px;
  -webkit-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  cursor: pointer;
  border: 1px solid #e2e9e1;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by {
  margin-right: 5px;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by i {
  margin-right: 0.35rem;
  font-size: 1rem;
  color: var(--rs-theme-secondary);
  position: relative;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by span {
  font-size: 0.725rem;
  font-weight: 400;
  display: flex;
  align-items: center;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span {
  font-size: 0.725rem;
  font-weight: 400;
  color: var(--rs-theme-secondary);
  display: flex;
  align-items: center;
}

.shop-product-fillter .sort-by-product-area .sort-by-product-wrap .sort-by-dropdown-wrap span i {
  font-size: 0.75rem;
  color: #4f5d77;
  margin-left: 10px;
}

.sort-by-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99;
  right: 0;
  padding: 16px 0 21px;
  background: #fff;
  border: 0;
  border-radius: 5px;
  visibility: hidden;
  opacity: 0;
  min-width: 100%;
  -webkit-box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  box-shadow: 0 -3px 23px rgba(0, 0, 0, 0.06);
  color: #4f5d77;
  font-weight: 500;
  transition: all ease 0.5s;
}

.sort-by-dropdown.show {
  opacity: 1;
  visibility: visible;
  transition: all ease 0.5s;
}

.sort-by-dropdown ul li {
  display: block;
}

.sort-by-dropdown ul li a {
  font-weight: 500;
  font-size: 0.725rem;
  padding: 5px 30px;
  display: block;
  position: relative;
  color: #4f5d77;
}

.sort-by-dropdown ul li a.active::before {
  content: "✓";
  position: absolute;
  left: 1rem;
  color: var(--rs-theme-primary);
  font-weight: 600;
}

.sort-by-dropdown ul li a.active:hover::before {
  color: #fff;
}

.sort-by-dropdown ul li a:hover {
  background-color: var(--rs-theme-primary);
  color: #ffffff;
}

.product-list-wrap {
  margin-bottom: 2rem;
  margin-top: 2rem;
}
.product-item-wrap {
  position: relative;
  background-color: #fff;
  /*overflow: hidden;*/
  transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: .5s;
  -o-transition: .5s;
  padding: 1rem;
}
.product-item-wrap:hover {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.08);
}
.product-item-wrap:hover .product-item-img > a > img {
  transform: scale(1.1);
}
.product-list-wrap .product-item-img {
  position: relative;
  background-color: #fff;
  padding-top: 100%;
  overflow: hidden;
}
.product-list-wrap .product-item-img a {
  width: 100%;
  height: 100%;
}
.product-list-wrap .product-item-img a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all ease 0.5s;
}
.product-list-wrap .product-content-wrap .product-category {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
}
.product-list-wrap .product-content-wrap .product-category a {
  font-size: 0.875rem;
  color: var(--rs-text-primary);
}
.product-list-wrap .product-content-wrap .product-category a:hover {
  font-size: 0.875rem;
  color: var(--rs-menu-text);
  text-decoration: underline;
}

.product-list-wrap .product-content-wrap .product-title .product-title-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5em;
  min-height: calc(1.5em * 3);
  max-height: calc(1.5em * 3);
  width: 100%;
}
.product-list-wrap .product-content-wrap .product-title a {
  font-size: 1rem;
  color: var(--rs-theme-secondary);
}
.product-list-wrap .product-content-wrap .product-title a:hover {
  font-size: 1rem;
  color: var(--rs-menu-text);
}
@media only screen and (max-width: 1600px) {
  .rs-banner-one {
    padding-top: 490px;
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 1920px) {
  .rs-banner-one {
    padding-top: 490px;
    padding-bottom: 265px;
  }
}

@media only screen and (max-width: 1280px) {
  .rs-banner-one {
    padding-top: 415px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1199px) {
  .rs-banner-one {
    padding-top: 415px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 1024px){
  .rs-banner-one {
    padding-top: 308px;
    padding-bottom: 110px;
  }

}
@media only screen and (max-width: 991px) {
  .rs-banner-one {
    padding-top: 200px;
    padding-bottom: 110px;
  }
}
@media only screen and (max-width: 540px) {
  .rs-banner-one {
    padding-top: 111px;
    padding-bottom: 110px;
  }

}
@media only screen and (max-width: 480px){
  .rs-banner-one {
    padding-top: 40px;
    padding-bottom: 110px;
  }
  .shop-product-fillter {
    padding: 0.5rem 0.5rem;
  }
  .shop-product-fillter .totall-product p {
    font-size: 0.725rem;
  }
  .shop-product-fillter .sort-by-product-area .sort-by-product-wrap {
    padding: 4px 8px;
    border-radius: 6px;
  }
  .product-item-wrap {
    padding: unset;
  }
  .product-list-wrap .product-content-wrap .product-category {
    display: none;
  }
  .product-list-wrap .product-content-wrap .product-title a {
    font-size: 0.725rem;
  }
}
@media only screen and (max-width: 345px){
  .partners-area-honor .partners-area-honor-layout .partners-area-honor-item .partners-area-honor-content a > span {
    font-size: 0.65rem;
    margin-top: 0.5rem; 
  }
}