.policy-shop {
  background-color: #fafafa;
}
.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) {
  .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 {
  padding: 13px 48px 13px 16px;
  line-height: 16px;
  border: 1px solid rgba(34, 36, 38, 0.15);
  cursor: pointer;
  text-transform: uppercase;
}
.sort-item .sort-title i,
.filter-toggle i {
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 24px;
  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: 100%;
  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 {
  position: relative;
  overflow: hidden;
}
.maybe-care img {
  width: 100%;
  height: 382px;
  object-fit: cover;
}
.maybe-care div h2,
.maybe-care div a {
  color: var(--white);
  z-index: 10;
}
.maybe-care div a {
  padding: 6px 20px;
}
.maybe-care div .blog_title {
  color: var(--white);
  font-size: 18px;
  z-index: 10;
}
.maybe-care:hover .content:before {
  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;
}
.maybe-care .content:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  content: "";
  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: 0;
  transition: opacity 0.9s;
  -webkit-transition: opacity 0.9s;
}
.maybe-care-slide .title {
  font-size: 31px;
  font-weight: 600;
  color: var(--black);
}
.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;
}
.product-name {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 6px;
  padding: 0 10px;
  line-height: 1.7;
}
.product-item .product-thumb {
  margin-bottom: 0 !important;
}
.btn-dark {
  background-color: #000000;
  border-color: #000000;
}
.price {
  font-size: 12px;
}
/* .product-item .group-button .add-to-cart,
.product-item .group-button .access-button,
.product-item .group-button .yith-wcqv-button,
.product-item .group-button .yith-wcwl-add-to-wishlist {
  background-color: var(--black);
} */

#description p,
#description li,
#description span,
#description td,
#description {
  font-size: 16px;
  line-height: 2em;
  font-weight: 400;
  padding: 0;
  color: black;
  background: rgb(237, 237, 237);
  padding: 15px;
}

ul.list_tag {
  padding-bottom: 5px !important;
}
.list_tag .readmore {
  list-style: none;
  display: inline-block;
  float: none !important;
}
.list_tag {
  white-space: nowrap;
  overflow-x: auto;
  transition: all 0.5s ease;
  padding-bottom: 0;
}
.list_tag::-webkit-scrollbar {
  height: 5px;
}
/* Track */
.list_tag::-webkit-scrollbar-track {
  background: #f1f1f1;
  margin: 0 450px;
}
/* Handle */
.list_tag::-webkit-scrollbar-thumb {
  background: #888;
}
/* Handle on hover */
.list_tag::-webkit-scrollbar-thumb:hover {
  background: #555;
}
@media only screen and (max-width: 768px) {
  .list_tag .readmore {
    list-style: none;
    display: inline-block;
    float: none !important;
  }
  .list_tag {
    white-space: nowrap;
    overflow-x: auto;
    transition: all 0.5s ease;
    padding-bottom: 0;
  }
  .list_tag::-webkit-scrollbar {
    height: 0;
  }
}
@media only screen and (max-width: 768px) {
  .maybe-care img {
    height: 335px;
  }
}
@media only screen and (max-width: 540px) {
  .product-name {
    padding: 0 8px;
  }
  .sort-item {
    text-align: left !important;
  }
  .sort-item,
  .filter-toggle {
    min-width: 0;
  }
  .filter-wrapper {
    width: 100%;
  }
}

@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: 2;
  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;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  user-select: none;
}
.filter-sidebar.open {
  background: #fff;
  overflow-y: scroll;
  padding: 20px 25px;
  bottom: 0;
  position: fixed;
  z-index: 10000;
  left: 0;
  height: 100%;
  width: 400px;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
  max-width: initial;
}
.filter-sidebar .catalog-filters {
  padding: 25px 0;
  border-bottom: 1px solid #e9e9e9;
}
.filter-sidebar .title_block {
  text-transform: uppercase;
  margin: 0;
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.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 .catalog_filter_ul {
  padding-left: 0;
  list-style: none;
}
.filter-sidebar .catalog_filter_ul li {
  padding: 8px 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 10px 5px 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;
}
@media only screen and (max-width: 540px) {
  .filter-sidebar.open {
    width: 80%;
  }
}

.product-thumb .video-product__container {
  aspect-ratio: 16/9;
  height: 100%;
  overflow: hidden;
  position: relative;
  min-height: 250px;
  transform: translateX(-35%);
}
.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;
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

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