/* .containerCategory {
  max-width: 1000px;
} */

.CategoryTitle {
  padding-bottom: 7px;
}
.sortBarDefaultSelect select {
  width: -webkit-fill-available!important;
}
.categoryList {
  margin: 0;
}

.categoryListInfo {
  margin-bottom: 24px;
  /* margin-left: 0;
  margin-right: 10px; */
}

/* project start */
/* Features project start */
.product-list-title {
  margin-bottom: 2px;
}

.product-list-title .title {
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  display: block;
  line-height: 40px;
  white-space: nowrap;
  margin-right: 20px;
  margin-bottom: unset;
}

.product-list-title .title:hover {
  text-decoration: underline;
  transition: width 0.3s ease;

}

.product-list-title .list-related-tag {
  display: flex;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.featureStatus {
  width: 110px;
  background: #E7FFF4;
  border-radius: 4px;
  margin: 20px 20px 5px;
  text-align: center;
  color: #43BC86;
}

.featureSub {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #fff;
}

.featureSubRight {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: right;
  color: #fff;
  margin-left: 20px;
  margin-right: 20px
}

.featureStatusRight {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  text-align: center;
  color: #fff;
  text-align: right;
  margin: 20px 20px 5px;
}

.featureContainer {
  padding: 0 10px 36px;
}

.featureStatusSmall {
  width: 110px;
  border-radius: 4px;
  text-align: center;
  font-size: 14px;
}

.featureStatusSmallCloseColor {
  background: #FFF3E7;
  color: #E76100;
  margin: 10px;
}

.featureStatusSmallOpenColor {
  background: #E7FFF4;
  color: #43BC86;
  margin: 10px;
}


.featureStatusSmallClose {
  width: 109px;
  background: #FFF3E7;
  border-radius: 4px;
  text-align: center;
  color: #E76100;
}

.featureStatusSmallRight {
  font-weight: 500;
  font-size: 14px;
}
.w-85{
  width: 85%!important;
}
.featureTitleSub{
  position: absolute;
}
.cardFeature {
  height: 300px;
  overflow: hidden;
  border-radius: 8px 8px 0 0;
}

.featureTitleSmall {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.featureCardBody {
  background-color: #F6F6F6;
  padding: 13px 15px 18px;
}

/* Features project end */
/* project end */
.categoryContainPad {
  margin: 0 10px;
}

.sortOption {
  display: flex;
}

.sortOption div {
  padding-left: 8px;
}

/* breadcrumb start */
.breadcrumbProduct {
  padding: 36px 0 14px;
}

.breadcrumb-item a {
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
  color: #5E5E5E;
  text-transform: capitalize;
}

/* breadcrumb end */
/* product list start */
.productItemWishlist {
  color: #fff;
  left: 0;
  padding: 15px 10px;
  display: flex;
}

.productItemBox {
  margin-bottom: 36px;
}

.productItemBox:last-child {
  margin-bottom: 0;
}

.productItemContain {
  height: 200px;
  background-color: #f6f6f6;
}

.projectItemImg {
  width: 256px;
  height: 170px;
}

.productItemImgBox {
  color: #fff;
  right: 0;
  padding: 15px 10px;
  display: flex;
}

.productItemImgIcon {
  display: flex;
  align-items: center;
}

.productItemImgText {
  padding-left: 7px;
  display: flex;
  align-items: center;
}

.productItemImg {
  width: 301px;
  height: 200px;
}

.product-thumb img {
  height: 100%
}

.productItemInfo {
  padding: 16px 18px 0 18px;
}

/* .productInfoCol{
  padding: ;
} */
.productInfoIconTitle {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  ;
}

.productInfoTitle {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #004EAA;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.productInfoIcon {
  display: flex;
  margin: auto 0;
  padding-right: 5px;
}

.productInfoFeature {
  display: flex;
  padding: 8px 0;
}

.productInfoPrice {
  padding: 0 33px;
  font-size: 18px;
  line-height: 20px;
  color: #F42D2D;
  margin: 8px 0;
  font-weight: 500;
}

.productInfoFooter {
  font-size: 14px;
  line-height: 18px;
  color: #5E5E5E;
}

.footerProductInfo {
  position: absolute;
  bottom: 18px;
}

.productInfoFeature .d-flex {
  padding-right: 24px;
}

.productInfoDesc {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}

.productInfoBottom {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
}

.productInfoPad {
  padding: 0 33px;
}

/* product list end */
/* feature start */
.featuresList li {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
}

/* feature end */
/* paginate start */
.paginateContain {
  margin-top: 36px;
}

.padContainNum {
  width: 32px;
  height: 32px;
  border: 1px solid #D9D9D9;
}

.padContainNum:first-child {
  border-radius: 4px 0px 0px 4px;
}

.padContainNum:last-child {
  border-radius: 0px 4px 4px 0px;
}

.padActive {
  border: 1px solid #F42D2D;
  background: #F42D2D;
  color: #fff;
}

.padContainText {
  align-items: center;
  height: 100%;
  display: flex;
  justify-content: center;
}

/* paginate end  */
/* quick search start */
.quickSearchTitle {
  margin: 0 0 24px;
}

.quickSearchContainer {
  padding: 0 0 36px;
}

.btnQuickSearch {
  background: #F2F2F2;
  border-radius: 16px;
  padding: 6px 22px;
  margin-bottom: 15px;
  margin-right: 12px;
  font-weight: 600;
  font-size: 14px;
  line-height: 18px;
}

/* quick search end */
h4 {
  font-size: 18px;
}

.listItemContainer {
  padding: 0 16px 0 0;
}

/* category feature btn start */
.filter-item.filter-color .fa {
  margin-right: 2px;
  width: 20px;
  height: 20px;
  background: red;
  border-radius: 20px;
  top: 4px;
  position: relative;
}

.load-moreBtn {
  background-color: #000000;
  border-color: #000000;
}

/* .labelFeature {
  display: inline-block;
  background: #f2f2f2;
  border-radius: 4px;
  color: #7a7a9d;
  padding: 0 12px;
  line-height: 33px;
  border: 1px #f2f2f2 solid;
  position: relative;
} */

.filter-item {
  margin: 0;
  cursor: pointer;
  line-height: 28px;
  min-width: 100%;
  /* float: left; */
  padding: 0;
  position: relative;
  display: flex;
  margin-bottom: 10px;
}

.catalog_filter_ul .filter-item {
  min-width: initial;
  margin-right: 8px;
  margin-bottom: 8px;
}

.active-filter .labelFeature {
  border-color: #fcaf17;
  background: #fff;
}

.active-filter .labelFeature::after {
  content: '';
  background: url(../logos/chose.svg);
  position: absolute;
  height: 22px;
  width: 22px;
  top: -1px;
  right: -1px;
  transform: initial;
}

/* category feature btn end */

#filter_desktop::-webkit-scrollbar {
  width: 7px;
  height: 0;
}

#filter_desktop::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#filter_desktop::-webkit-scrollbar-thumb {
  background: #888;
}

#filter_desktop::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.policy-shop {
  background-color: #eef3f7;
}

.policy-shop .lynessa-iconbox .title {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.05em;
}

.policy-shop .lynessa-iconbox.style-02 .iconbox-inner {
  text-align: center;
}

.policy-shop .lynessa-iconbox.style-02 .title {
  /* margin-bottom: 10px; */
}

.policy-shop .lynessa-iconbox.style-02 .desc {
  /* padding-bottom: 10px; */
}

@media (max-width: 767px) {
  .policy-shop .lynessa-iconbox.style-02 .title {
    font-size: 14px;
  }
}

@media (max-width: 540px) {
  h2 {
    font-size: 27px !important;
  }

  h3 {
    font-size: 23px !important;
  }

  h4,
  h5,
  h6 {
    font-size: 19px !important;
  }

  .policy-shop .lynessa-iconbox.style-02 .icon {
    margin: 15px 0;
  }

  .policy-shop .lynessa-iconbox.style-02 .iconbox-inner {
    display: flex;
    padding: 0 10px;
    align-items: center;
  }

  .policy-shop .lynessa-iconbox.style-02 .iconbox-inner .content {
    text-align: left;
    margin-left: 10px;
  }

  .policy-shop .lynessa-iconbox.style-02 .title,
  .policy-shop .lynessa-iconbox.style-02 .desc {
    padding: 0;
    margin: 0;
  }
}

.sort-item .active,
.sort-item.active,
.filter-toggle.active {
  box-shadow: none;
}

.sort-item {
  position: relative;
  /* width: 100%;
  min-width: 235px; */
}

.sort-item .sort-title {
  width: 180px;
  height: 36px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin: auto;
  position: relative;
  /* padding: 13px 48px 13px 16px; */
  /* line-height: 16px; */
  border: 1px solid rgba(34, 36, 38, 0.15);
  /* cursor: pointer; */
  text-transform: uppercase;
  white-space: nowrap;
  display: flex;
  justify-content: space-between;
}

.sort-item-title {
  padding: 5px 18px;
  /* position: absolute; */
}

.sort-item .sort-title i,
.filter-toggle i {
  position: absolute;
  right: 0;
  padding: 8px;
  /* top: 0; */
  /* width: 48px; */
  /* height: 44px; */
  /* line-height: 44px; */
  text-align: center;
  font-size: 20px;
  transform: rotate(-90deg);
  transition: 0.5s;
}

.filter-toggle.active i,
.sort-item.active .sort-title i {
  transform: rotate(0);
}

.sort-item .sort-title-children {
  border: 1px solid #b7b7b7;
  padding: 7px 20px;
  margin-left: 10px;
}

.sort-item .sort-by {
  position: absolute;
  width: 180px;
  padding: 0;
  margin: 0;
  top: 100%;
  /* left: 0; */
  z-index: 2;
  list-style: none;
  background: #fff;
  border: 1px solid rgba(34, 36, 38, 0.15);
  border-top: 0;
  box-shadow: 0 2px 3px 0 rgb(34 36 38 / 15%);
  display: none;
}

.sort-item .sort-by li {
  border-top: 1px solid #fafafa;
}

.sort-item.active .sort-by {
  display: block;
}

.sort-item .sort-by li a {
  display: block;
  color: rgba(0, 0, 0, 0.87);
  padding: 12px 18px;
  text-decoration: none;
}

.sort-item .sort-by li.active a {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
  font-weight: bold;
}

.sort-item .sort-by li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: rgba(0, 0, 0, 0.95);
}

.filter-toggle {
  display: flex;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  white-space: nowrap;
  border: 1px solid rgba(34, 36, 38, 0.15);
  padding: 8px 10px;
  padding-left: 16px !important;
  min-width: 235px;
}

.filter-toggle .filter-toggle-text {
  padding-left: 8px;
  font-size: 14px;
}

.filter-toggle .filter-toggle-icon {
  width: 16px;
  height: 16px;
  position: relative;
}

.filter-toggle .filter-toggle-icon:before {
  content: "";
  color: #333333;
  width: 100%;
  height: 2px;
  background: #333333;
  box-shadow: #333333 0px 7px 0px 0px;
  display: block;
  position: absolute;
  top: 3px;
  left: 0px;
}

.filter-toggle .filter-toggle-icon:after {
  content: "";
  color: #333333;
  width: 2px;
  height: 6px;
  background: #333333;
  box-shadow: currentcolor -8px 7px 0px 0px;
  transform: translate3d(11px, 1px, 0px);
  display: block;
  position: absolute;
  top: 0px;
  left: 0px;
  transition: transform 200ms ease 0s, box-shadow 200ms ease 0s;
}

.maybe-care:hover img {
  filter: alpha(opacity=80);
  transform: scale3d(1.1, 1.1, 1);
}

.maybe-care {
  position: relative;
  overflow: hidden;
}

.maybe-care img {
  transition: 0.4s;
  width: 100%;
  height: 382px;
  object-fit: cover;
}

.maybe-care div h2,
.maybe-care div a {
  color: white;
  z-index: 10;
}

.maybe-care div a {
  padding: 6px 20px;
}

.maybe-care div .maybe-care__title {
  color: white;
  font-size: 18px;
  z-index: 10;
}

.maybe-care:hover .content:before {
  /* content: ""; */
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate(-50%, -50%) scale(0.95);
  transform: translate(-50%, -50%) scale(0.95);
  /* top: -100%;
  left: 0;
  opacity: 1; */
}

.maybe-care .content:hover .sub-content {
  opacity: 1;
}

.maybe-care .content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  height: 100%;
  z-index: 3;
  background-color: rgba(122, 74, 75, 0.5);
  cursor: pointer;
}

.maybe-care .content:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
  border: 1px solid #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

/* .maybe-care .content:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: rgba(122, 74, 75, 0.5);
  transform: translate3d(0, 100%, 0);
  -webkit-transform: translate3d(0, 100%, 0);
  opacity: 0;
  transition: 0.5s;
  -webkit-transition: 0.5s;
} */
.maybe-care .sub-content {
  left: 50%;
  padding: 0 15px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 80%;
  opacity: 1;
  transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
}

.maybe-care-slide .title {
  font-size: 30px;
  /* text-transform: uppercase; */
  font-weight: 600;
  color: black;
}

@media only screen and (max-width: 540px) {
  .maybe-care-slide .title {
    font-size: 24px;
  }
}

.desc_outline {
  width: 100%;
  height: 30px;
  margin-top: -26px;
  z-index: 1;
  background: #ededed;
  opacity: 0.7;
}

.product-inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.btn-dark {
  background-color: #000000;
  border-color: #000000;
}

.price {
  font-size: 12px;
}

.noteContain {
  margin-top: 72px;
  margin-bottom: 85px;
}

.descNote {
  font-size: 16px;
  line-height: 1.8;
}

.descNote p,
.descNote li,
.descNote span,
.descNote td {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 5px;
}

.filterWidth {
  width: auto;
}

@media only screen and (max-width: 1000px) {
  .filterWidth {
    width: 100%;
  }
}

@media only screen and (max-width: 820px) {
  .maybe-care img {
    height: 335px;
  }

  .filter-toggle,
  .sort-item {
    min-width: 200px;
  }
}

@media only screen and (max-width: 540px) {
  .product-name {
    font-size: 14px !important;
    padding: 0 8px;
  }

  .sort-item {
    text-align: left !important;
  }

  .sort-item,
  .filter-toggle {
    min-width: 0;
  }

  .filter-wrapper {
    width: 100%;
  }

  h1 {
    font-size: 27px !important;
    font-weight: 700;
  }
}

@media only screen and (max-width: 360px) {

  .sort-item .sort-title i,
  .filter-toggle i {
    font-size: 17px;
    height: auto;
  }

  .filter-toggle .filter-toggle-text {
    font-size: 13px;
  }

  .sort-item .sort-title {
    font-size: 13px;
  }
}

@media only screen and (max-width: 320px) {
  .filter-toggle .filter-toggle-text {
    font-size: 11px;
  }

  .sort-item .sort-title {
    padding: 13px 10px 13px 10px;
  }
}

.filter-overlays {
  cursor: pointer;
  opacity: 0;
  z-index: 1000;
  visibility: hidden;
  display: block;
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  width: 100%;
  transition: opacity 0.25s ease 0s, visibility 0s linear 0.25s;
  background-color: rgba(18, 18, 18, 0.36);
  backdrop-filter: blur(4px);
}

.filter-overlays.open {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.8s ease 0s, visibility 0s ease 0s;
}

.filter-sidebar {
  transition: all ease 0.3s;
  background: #fff;
  overflow-y: scroll;
  padding: 20px 10px;
  bottom: 0;
  position: fixed;
  z-index: 999;
  left: 0;
  height: 100%;
  width: 0;
  opacity: 0;
  transform: translateX(-100%);
  user-select: none;
}

.filter-sidebar.open {
  background: #fff;
  overflow-y: scroll;
  padding: 20px 25px;
  bottom: 0;
  position: fixed;
  z-index: 1001;
  left: 0;
  height: 100%;
  width: 400px;
  opacity: 1;
  transform: translateX(0);
  max-width: initial;
}

.filter-sidebar .catalog-filters {
  padding: 15px 0;
  border-bottom: 1px solid #e9e9e9;
}

.filter-sidebar .title_block {
  text-transform: lowercase;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}

.filter-sidebar .title_block::first-letter {
  text-transform: uppercase;
}

.filter-sidebar .title_block::after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f068";
  width: 30px;
  text-align: center;
  right: -10px;
  top: 0;
  bottom: 0;
  font-size: 10px;
}

.filter-sidebar .title_block[aria-expanded="false"]::after {
  content: "\f067";
}

.filter-sidebar .catalog_filter_ul {
  padding-left: 0;
  list-style: none;
}

.filter-sidebar .catalog_filter_ul li {
  padding: 0;
  cursor: pointer;
  text-transform: capitalize;
}

.filter-sidebar .catalog_filter_ul li span {
  font-size: 16px;
  display: flex;
  align-items: center;
}

.filter-sidebar .catalog_filter_ul li i {
  margin-right: 10px;
  font-style: normal;
}

.filter-sidebar .catalog_filter_ul li .square-check::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
}

.filter-sidebar .catalog_filter_ul li.active-filter .square-check::before {
  content: "\f14a";
  /* font-size: 18px; */
}

.filter-sidebar .catalog_filter_ul li.active-filter i {
  font-size: 18px;
}

.filter-sidebar .catalog_filter_ul li.active-filter span {
  color: #b96f4a;
}

.filter-sidebar .filter-color {
  /* width: 30px;
  height: 30px; */
  display: inline-block;
  border-radius: 50%;
  position: relative;
  margin: 0 8px 8px 0;
}

/* .filter-sidebar .filter-color::after {
  position: absolute;
  left: -3px;
  top: -3px;
  height: 36px;
  width: 36px;
  border: 2px solid #e5e5e5;
  content: "";
  border-radius: 50%;
} */
.filter-sidebar .filter-color.active-filter::after {
  border: 2px solid #b96f4a;
}

.filter-sidebar__header {
  background-color: #fff;
  text-align: center;
  border-bottom: 1px solid #e9e9e9;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter-sidebar__header span {
  font-weight: 500;
  font-size: 18px;
}

.filter-sidebar__header i {
  font-size: 18px;
  padding-left: 40px;
}

.img-pc {
  display: block;
}

.img-mobile {
  display: none;
}

@media only screen and (max-width: 540px) {
  .filter-item.filter-color .fa {
    top: 0;
  }

  .img-pc {
    display: none;
  }

  .img-mobile {
    display: block;
  }

  .filter-sidebar.open {
    width: 80%;
    padding: 0px;
  }

  /* .filter-sidebar .filter-color {
    margin: 0 17px 15px 0;
  } */
  /* .filter-sidebar .filter-size {
    width: 20%;
  } */
}

.filter-sidebar .filter-size {
  /* width: 21%; */
  display: inline-block;
  /* margin: 0 10px 15px 0; */
}

.product-thumb .video-product__container {
  aspect-ratio: 16/9;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  transform: translateX(-31%);
}

.product-thumb .video-product__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: none;
}

.slideInCategory {
  /* animation: 2s ease-out 0s 1 FadeIn; */
  animation: none;
}

@keyframes FadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.slideInCategory .slide-caption h3 {
  color: white;
  font-weight: 700;
}

@media only screen and (min-width: 820px) {
  .slideInCategory .slide-caption h3 {
    font-size: 40px;
  }
}

#btn_seemore span,
#btn_seeless span {
  font-style: italic;
  font-weight: 600;
  text-decoration: underline;
  color: black;
}

.list-filter .list-filter-item {
  margin-right: 10px;
  margin-top: 10px;
  background: #f5f5f5;
  color: black;
  border-radius: 3px;
  padding: 2px 15px;
  display: flex;
  align-items: center;
  font-weight: 300;
  cursor: pointer;
}

.list-filter .list-filter-item:hover {
  background: rgba(0, 0, 0, 0.06);
}

.list-filter .list-filter-item i {
  margin-top: 2px;
  color: #606060;
  font-weight: 100;
}

.title-filter {
  margin-right: 10px;
  margin-top: 10px;
  align-items: center;
  font-weight: 700;
}

.category-page .total-product-number {
  color: #6b6b6b;
}

body {
  overflow-x: unset;
}

.filter-desktop {
  transition: all ease 0.3s;
  background: #fff;
  /* position: sticky; */
  /* height: 100vh; */
  top: 0;
  align-self: flex-start;
}

.filter-desktop .catalog-filters {
  padding: 16px 20px;
  border: 1px solid #D9D9D9;
  border-radius: 4px;
  margin: 0 0 24px;
}

/* .filter-desktop .catalog-filters:first-child {
  padding-top: 0;
} */

.filter-desktop .title_block {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  /* margin: 0;
  font-size: 18px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
  text-transform: lowercase; */
}

.filter-desktop .title_block::first-letter {
  text-transform: uppercase;
}

/* .filter-desktop .title_block::after {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  content: "\f068";
  width: 30px;
  text-align: center;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 10px;
} */

.filter-desktop .title_block[aria-expanded="false"]::after {
  content: "\f067";
}

.filter-desktop .catalog_filter_ul {
  padding-left: 0;
  list-style: none;
}

.filter-desktop .catalog_filter_ul li {
  padding: 0;
  cursor: pointer;
  text-transform: capitalize;
}

.filter-desktop .catalog_filter_ul li span {
  font-size: 14px;
  /* display: flex; */
  align-items: center;
}

.filter-desktop .catalog_filter_ul li i {
  margin-right: 5px;
  font-style: normal;
}

.filter-desktop .catalog_filter_ul li .square-check::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f45c";
}

.filter-desktop .catalog_filter_ul li.active-filter .square-check::before {
  content: "\f14a";
  /* font-size: 18px; */
}

.filter-desktop .catalog_filter_ul li.active-filter i {
  font-size: 18px;
}

.filter-desktop .catalog_filter_ul li.active-filter span {
  color: #b96f4a;
}

.filter-desktop .filter-color {
  /* width: 22px;
  height: 22px; */
  display: inline-block;
  border-radius: 50px;
  position: relative;
  margin: 0 8px 8px 0;
  border: none;
  /* box-shadow: 4px 4px 4px rgb(0 0 0 / 14%);
  background-size: contain !important; */
}

/* .filter-desktop .filter-color::after {
  position: absolute;
  left: 0;
  top: 0;
  height: 22px;
  width: 22px;
  border: 1px solid #ededed;
  content: "";
  border-radius: 50%;
} */
.title-none {
  display: none !important;
}

.filter-desktop .filter-color.active-filter::after {
  border: 2px solid #b96f4a;
}

@media only screen and (max-width: 540px) {
  .title-filter {
    padding: 15px 0;
  }

  .filter-desktop {
    display: none;
  }

  .filter-desktop.open {
    width: 80%;
    padding: 20px 15px;
  }

  .filter-desktop .filter-color {
    margin: 0 17px 15px 0;
  }

  .filter-desktop .filter-size {
    width: 20%;
  }
}

@media only screen and (max-width: 375px) {
  .filter-desktop .filter-color {
    margin: 0 8px 8% 0;
  }

  .filter-desktop .filter-size {
    margin: 0 8px 8px 0;
  }
}

.filter-desktop .filter-size {
  /* width: 25%; */
  display: inline-block;
  margin: 0 8px 8px 0;
}

.catalog-filters__link_active {
  font-weight: bold;
}

.catalog-filters__category-name {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

@media only screen and (max-width: 640px) {
  .featureTitleSub{
    position: unset;
  }
  .category-page {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }

  .breadcrumbProduct {
    padding: 24px 0 12px;
  }

  .CategoryTitle {
    padding-bottom: 12px;
  }

  .categoryListInfo {
    margin-bottom: 22px;
    margin-left: 5px;
    margin-right: 5px;
  }

  .categoryContainPad {
    margin: 0;
  }

  .quickSearchContainer {
    padding: 0 0 24px;
  }

  .productItemInfo {
    padding: 13px 14px;
  }

  .productInfoDesc {
    display: none;
  }

  .productInfoFeature {
    flex-wrap: wrap;
  }

  .productInfoFeature .d-flex {
    padding-right: 19px;
    /* padding-bottom: 12px; */
  }

  .productItemContain {
    height: 100%;
  }

  .productItemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .productInfoBottom {
    position: relative;
    bottom: 0;
  }

  .productInfoPrice {
    padding: 0;
  }

  .productInfoPad {
    padding: 0;
  }

  .containerCategory {
    padding: 0 15px !important;
  }

  .noteContain {
    padding-top: 48px;
  }

  /* Project category */
  .cardFeature {
    height: 100%;
  }

  .projectItemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

@media only screen and (max-width: 1024px) {
  .featureTitleSub{
    position: unset;
  }
  .productItemImg {
    width: 100%;
  }

  .projectItemImg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .boxImgProject {
    width: 362px;
    height: 242px;
    display: table-cell;
  }

  .featureContainer {
    padding: 0 10px 18px;
  }

  .cardFeature {
    display: contents;
  }

  .containerCategory {
    padding: 0 10px !important;
  }
}