.product-sidebar {
  width: 260px;
  position: sticky;
  top: 140px;
  align-self: flex-start;
  & .product-category-sidebar {
    background-color: #f3f3f3;
    padding: 30px;
    margin-bottom: 30px;
  }
}
.product-category-sidebar ul.cat-list {
  margin-bottom: 0;
}
.product-category-sidebar ul.cat-list li {
  list-style-type: none;
  position: relative;
  padding-left: 20px;
  &::before {
    position: absolute;
    content: "";
    background: url(../images/icon/arrow-right-caret.svg) no-repeat left;
    width: 7px;
    height: 9px;
    left: 0;
    top: 7px;
  }
  &.wpc-term-selected {
    > a,
    & .wpc-term-item-content-wrapper label a {
      color: var(--themecolor);
    }
    &::before {
      filter: invert(48%) sepia(30%) saturate(6183%) hue-rotate(304deg)
        brightness(103%) contrast(98%);
    }
  }
  & a {
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    color: #393939;
  }
  &:last-child {
    margin-bottom: 0;
  }
}
.product-listing-content-side {
  width: calc(100% - 260px);
  padding-left: 25px;
  & h1 {
    font-size: 40px;
  }
}

.wc-product-header-wrap {
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  margin-bottom: 25px;
  justify-content: space-between;
}
.woocommerce-notices-wrapper:empty {
  display: none;
}
.woocommerce-ordering {
  display: inline-flex;
  align-items: center;

  & .orderby {
    margin: 0;
    border: 0;
    padding: 0;
    min-height: auto;
    min-width: auto;
    flex: 1;
    font-size: 16px;
    font-weight: 500;
    padding-left: 5px;
    padding-right: 15px;
  }
  label {
    font-size: 16px;
    font-weight: 500;
  }
}
.woocommerce-result-count,
.woocommerce .woocommerce-ordering {
  margin-bottom: 0 !important;
}
.product-listing-content-side ul.products {
  margin-left: -12px;
  margin-right: -12px;
  display: flex;
  flex-wrap: wrap;
}
.product-listing-content-side ul.products::before {
  content: none;
}
.product-listing-content-side ul.products > li {
  width: calc(25% - 25px) !important;
  margin: 0 12px 25px !important;
}

.side-heading {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px solid rgba(112, 112, 112, 0.15);
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.product-bg {
  background-color: #fff3f9;
  padding: 25px 20px;
  border-radius: 6px;
  & .key-item {
    margin-bottom: 15px;
  }
  & .feature-box span {
    font-weight: 500;
  }
}
.product-slider-main .img-wrapper {
  border: 1px solid #e3e3e3;
  display: flex !important;
  align-items: center;
  justify-content: center;
  min-height: 690px;
  border-radius: 6px;
}
.product-slider-main .yith-wcwl-add-to-wishlist {
  position: absolute;
  margin: 0;
  right: 15px;
  top: 20px;
  & .yith-wcwl-add-button {
    & .add_to_wishlist {
      gap: 0;
      & i {
        margin-right: 0;
        color: #c1c3c3;
        font-size: 25px;
      }
    }
    & .view-wishlist,
    .separator {
      display: none;
    }
  }
}
.woocommerce .product-slider-main .yith-wcwl-add-to-wishlist a.button.alt {
  background-color: transparent;
  padding: 0;
}
.product-detail-content {
  padding-left: 100px;
  padding-right: 0 !important;
  & .product-title {
    padding-bottom: 25px;
    border-bottom: 1px solid #e3e3e3;
    margin-bottom: 30px;
    & span {
      font-size: 16px;
      font-weight: normal;
      display: block;
      color: #393939;
    }
  }
}
.product__slider-thmb {
  margin-top: 20px;
  margin-left: -10px;
  margin-right: -10px;
  & .slick-slide {
    margin: 0 10px;
  }
}
.thumb-slide {
  border: 1px solid #e3e3e3;
  min-height: 100px;
  display: inline-flex !important;
  align-items: center;
}
.product__slider-thmb .slick-slide.slick-current.slick-active .thumb-slide {
  border-color: var(--themecolor);
}
.product-slider-main {
  position: relative;
}
.wishlist-icon {
  position: absolute;
  right: 20px;
  top: 20px;
}
.get-form-product-enquiry .form-wrapper .heading-35.text-center {
  text-align: left;
}
.free-quote-btn .button-lg {
  padding: 18px 35px !important;
  font-size: 14px;
  letter-spacing: 0.56px;
}
.get-form-product-enquiry {
  display: none;
}
.icon-close {
  position: absolute;
  top: 25px;
  right: 25px;
  cursor: pointer;
  width: 30px;
  height: 30px;
}
.theme-light-bg {
  background-color: #fff3f9;
  padding: 20px;
}
.theme-light-bg .feature-box {
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
}
.feature-key-wrap {
  display: flex;
  flex-wrap: wrap;
  & .slide-box {
    width: 25%;
  }
}
/*  Product detai page  */
.product-detail-content {
  & .free-quote-btn {
    display: flex;
    flex-wrap: wrap;
    & .yith-wcwl-add-to-wishlist {
      margin-left: 15px;
      margin-top: 0;
      & .add_to_wishlist {
        background: #000;
        padding: 18px 18px;
      }
      & i {
        margin-right: 0;
      }
      & span,
      .view-wishlist {
        display: none;
      }
      & .delete_item.button.alt {
        padding: 18px 14px;
        display: inline-flex;
        border: 2px solid #000;
        justify-content: center;
        align-items: center;
        text-align: center;
        line-height: 1;
        gap: 0;
      }
    }
  }
}
.light-bg.content-wrapper {
  padding-left: 0;
  padding-right: 0;
  & h2 {
    font-size: 24px;
  }
}
.product-page {
  & h2 {
    font-size: 26px;
    text-transform: capitalize;
  }
}
@media (min-width: 991px) {
  .closemenu.desk-hide,
  .hide-in-desktop {
    display: none;
  }
}
@media (max-width: 1599.98px) {
  .ft-product-slider ul.products.slick-slider {
    & .slick-prev {
      left: 15px !important;
    }
    & .slick-next {
      right: 15px;
    }
  }
  .product-listing-content-side {
    & h1 {
      font-size: 38px;
    }
  }
}
@media (max-width: 1439.98px) {
  .product-detail-content {
    padding-left: 70px;
  }
  .product-listing-content-side {
    & h1 {
      font-size: 36px;
    }
  }
  .feature-key-wrap {
    & .slide-box {
      line-height: 0.8;
      width: 50%;
      display: inline-flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: flex-start;
      margin-bottom: 20px;
    }
    & .feature-box {
      flex-wrap: wrap;
      justify-content: center;
      text-align: center;
      font-size: 14px;
      line-height: 20px;
      flex-direction: column;
    }
  }
  .theme-light-bg {
    padding-bottom: 0;
  }
  .product-listing-content-side ul.products > li {
    width: calc(33.33% - 20px) !important;
    margin: 0 10px 20px !important;
  }
}
@media (max-width: 1199.98px) {
  .product-detail-content {
    padding-left: 50px;
  }
  .product-slider-main .img-wrapper {
    min-height: 590px;
  }
  .free-quote-btn .button-lg {
    padding: 15px 26px !important;
  }
  .product-page {
    & h2 {
      font-size: 24px;
    }
  }
  .product-listing-content-side {
    & h1 {
      font-size: 32px;
    }
  }
}
@media (max-width: 991.98px) {
  .product-listing-content-side {
    & h1 {
      font-size: 30px;
    }
  }
  .product-detail-content {
    padding-left: 0px;
  }
  .product-slider-main .img-wrapper {
    min-height: 490px;
  }
  .free-quote-btn .button-lg {
    padding: 12px 20px !important;
  }
  .free-quote-btn.mb-50 {
    margin-bottom: 40px;
  }
  .product-listing-content-side {
    width: 100%;
    padding-left: 0;
  }
  .product-sidebar {
    width: 100%;
    position: relative;
    top: inherit;
  }
  .mobile-slide {
    width: 100%;
    position: fixed;
    top: 0;
    left: -100%;
    background: #f3f2ef;
    margin: 0;
    padding: 0;
    z-index: 9999;
    height: 100vh;
    transition: 1s ease all;
    overflow: scroll;
  }
  .m-filtertrigger {
    border-radius: 4px;
    padding: 10px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background: var(--themecolor);
    min-width: 180px;
    color: var(--white);
  }
  .m-filtertrigger img {
    margin-left: 10px;
    width: 20px;
    filter: invert(1);
  }
  .product-sidebar .product-bg {
    display: none;
  }
  .mobile-slide.slide {
    left: 0px;
  }
  .closemenu {
    position: absolute;
    right: 25px;
    top: 18px;
    width: 35px;
    z-index: 1;
    height: 35px;
  }
  .closemenu svg {
    width: 100%;
    height: 100%;
  }
  .product-sidebar.mb-50 {
    margin-bottom: 40px;
  }
  .product-content p:last-child {
    margin-bottom: 0;
  }
  .light-bg.content-wrapper {
    padding-left: 0;
    padding-right: 0;
    & h2 {
      font-size: 22px;
    }
  }
  .product-page {
    & h2 {
      font-size: 22px;
    }
  }
}

@media (max-width: 767px) {
  .product-listing-content-side {
    & h1 {
      font-size: 26px;
    }
  }
  .wishlist-icon {
    position: absolute;
    right: 10px;
    top: 10px;
  }
  .product-sidebar.mb-50 {
    margin-bottom: 30px;
  }
  .product-listing-content-side ul.products > li {
    width: calc(50% - 20px) !important;
    margin: 0 5px 10px !important;
  }
  .product-info-wrap {
    padding: 15px 10px;
  }
  .wc-product-header-wrap {
    display: none;
  }
  .woocommerce ul.products li .product-info-wrap .button.button-outline {
    font-size: 12px;
    letter-spacing: 0;
  }
  .light-bg.content-wrapper {
    padding-left: 0;
    padding-right: 0;
    & h2 {
      font-size: 20px;
    }
  }
  .product-page {
    & h2 {
      font-size: 20px;
    }
  }
}
