.product-header-wrapper,
.product-cta-item {
  width: 50%;
  position: relative;
}
.pro-wrapper {
  border-radius: 10px;
  position: relative;
  margin-bottom: 50px;
}
.product-header-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  right: -9px;
  border-left: 7px solid #ffffff;
  -ms-transform: skew(-5deg, 0deg);
  -webkit-transform: skew(-5deg, 0deg);
  transform: skew(-4deg, 0deg);
  top: 0;
}
.product-header-wrapper p a {
  color: #fff;
  text-decoration: underline;
}
.pro-wrapper .product-cta-item {
  z-index: 0;
  position: relative;
  overflow: hidden;
  clip-path: polygon(2% 0, 100% 0%, 100% 100%, 0% 100%);
  width: 48%;
  border-radius: 0px 10px 10px 0;
}
.pro-wrapper .product-cta-item img {
  max-width: inherit;
  width: 102%;
  object-fit: cover;
  height: 100%;
  border-radius: 0px 10px 10px 0;
}
.product-header-wrapper {
  padding: 50px;
  width: 52%;
  z-index: 1;
}
.product-header-wrapper .heading-30 {
  font-size: 30px;
  text-transform: uppercase;
  color: #ffffff;
  margin-bottom: 15px;
  -ms-transform: skew(0deg, 0deg);
  -webkit-transform: skew(0deg, 0deg);
  transform: skew(0deg, 0deg);
  margin-bottom: 10px;
}
.product-header-wrapper p {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.32px;
}

.product-brand-slider .slick-slide {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center;
}
.product-brand-slider .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.product-brand-slider.slick-slider {
  display: block;
  margin-left: -9px;
  margin-right: -9px;
}
.product-brand-slider.slick-slider .slick-slide {
  margin-top: 5px;
  margin: 0 9px;
}

.product-brand-slider .slick-arrow {
  top: 0;
  width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 100%;
  margin-top: -35px;
}
.product-listing li .product-item {
  text-align: center;
  padding: 6px 20px;
  min-height: 125px;
  display: inline-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.product-listing li .product-item img {
  display: inline-block;
}
.product-brand-slider .slick-prev {
  left: inherit;
  right: 50px;
}

.product-brand-slider .slick-next {
  right: 10px;
}
.slick-prev:before {
  content: "\f104";
}
.slick-next:before {
  content: "\f105";
}
.slick-next:before,
.slick-prev:before {
  color: #3e9400;
  font-family: "FontAwesome";
  font-weight: bold;
  opacity: 1;
}

.product-section-bg {
  background-color: #eeeeee;
  padding: 50px 0;
  margin-bottom: 70px;
}
.product-section-bg .page-header {
  border-bottom: 0;
  padding-bottom: 0;
}
.product-section-bg .top-product-listing {
  margin-bottom: 30px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  text-align: center;
  grid-gap: 20px;
}
.top-product-listing .product-wrap {
  display: none;
}
.top-product-listing .product-wrap .product-item {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding: 5px 0;
}
.top-product-listing .product-wrap {
  width: 100%;
}
.top-product-listing .pro-name {
  font-size: 14px;
  font-weight: 600;
  background-color: transparent;
  color: #242929;
  padding: 10px 15px;
  line-height: 1.2;
}
.heading-28 {
  font-weight: 900;
}
/* collect click store  */
.click-collect-list {
  display: flex;
  list-style-type: none;
  margin: 0;
  justify-content: space-between;
}
.click-collect-list .check-store {
  width: calc(33.33% - 40px);
  line-height: 1.2;
  display: inline-block;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
.click-collect-list .check-store::before {
  position: absolute;
  content: "\f058";
  font-size: 18px;
  left: 0;
  top: 0;
  font-family: "FontAwesome";
  color: #347f00;
}
@media (min-width: 991px) {
  .top_cnt_wrp_dv {
    height: 100%;
    overflow-y: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
  }
  .product-header-wrapper {
    padding: 15px 40px;
    align-content: center;
    height: 290px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .product-header-wrapper .heading-30 {
    width: 100%;
  }
  .btn_apply-filters.hide-in-desktop {
    display: none;
  }
}
@media (max-width: 1440px) {
  .product-header-wrapper {
    padding: 15px 30px;
  }
  .product-section-bg .top-product-listing {
    grid-template-columns: repeat(5, 1fr);
  }
  .product-section-bg {
    margin-bottom: 60px;
  }

  .product-header-wrapper .heading-30 {
    font-size: 28px;
  }
}

@media (max-width: 1199px) {
  .product-header-wrapper {
    padding: 30px;
  }
  .product-section-bg .top-product-listing {
    grid-template-columns: repeat(4, 1fr);
  }
  .product-section-bg {
    margin-bottom: 50px;
    padding: 40px 0;
  }
  .product-header-wrapper .heading-30 {
    font-size: 26px;
  }
}
@media (max-width: 991px) {
  .pro-wrapper .product-cta-item,
  .product-header-wrapper {
    width: 100%;
  }
  .product-header-wrapper::after {
    content: none;
  }
  .pro-wrapper .product-cta-item {
    clip-path: none;
    border-radius: 0 0 10px 10px;
  }
  .pro-wrapper .product-cta-item img {
    height: auto;
    border-radius: 0;
  }
  .page-header,
  .heading-30,
  .product-header-wrapper .heading-30 {
    font-size: 28px;
  }
  .pro-wrapper {
    border-radius: 10px;
  }
  .product-section-bg {
    margin-bottom: 40px;
    padding: 30px 0;
  }
  #loadMore {
    margin-bottom: 30px;
  }
  .product-section-bg .top-product-listing {
    margin-bottom: 20px;
  }
  .product-section-bg .top-product-listing {
    grid-template-columns: repeat(3, 1fr);
  }
  .product-content .buyers-guide:last-child {
    margin-bottom: 0 !important;
  }
  .btn_theme.btn_apply-filters.hide-in-desktop {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    right: 0;
    border-radius: 0;
    opacity: 0;
  }
  .left_content.mobile-slide {
    padding-bottom: 50px;
  }
  .left_content.mobile-slide.slide
    .btn_theme.btn_apply-filters.hide-in-desktop {
    opacity: 1;
  }
  .mobilefilter_box .woad-search-box {
    display: none;
  }
}
@media (max-width: 767px) {
  .product-header-wrapper p {
    font-size: 16px;
    line-height: 24px;
  }
  .product-header-wrapper {
    padding: 20px;
  }
  .product-section-bg .top-product-listing .pro-name {
    padding: 10px 15px;
  }
  .product-listing.product-brand-slider li a {
    display: block;
  }
  .product-listing.product-brand-slider li a .pro-name {
    height: 54px;
  }
  .product-section-bg .top-product-listing {
    margin-bottom: 10px;
    grid-gap: 10px;
  }
}
@media (max-width: 576px) {
  .page-header,
  .heading-30 {
    font-size: 26px;
  }
  .product-header-wrapper .heading-30 {
    font-size: 24px;
  }
  .product-section-bg .top-product-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .pro-wrapper {
    border-radius: 5px;
  }
  .pro-wrapper .product-cta-item {
    border-radius: 0 0 5px 5px;
  }
  .top-product-listing .pro-name {
    padding: 5px 10px;
  }
  .click-collect-list .check-store {
    width: calc(33.33% - 10px);
    font-size: 14px;
    padding-left: 20px;
  }
  .product-listing.product-brand-slider .heading-28 {
    margin-bottom: 20px;
  }
  .moreinfo_div dl {
    width: 33.33%;
    flex-wrap: wrap;
  }
  .moreinfo_div dl dt {
    float: none;
    margin: 0 0 10px 0;
    justify-content: center;
    width: 100%;
    display: flex;
    align-items: center;

    min-height: 45px;
  }
  .moreinfo_div dl dt img {
    max-width: 50%;
  }
  .moreinfo_div dl dd {
    text-align: center;
  }
}

#loadMore {
  position: absolute;
  top: 40px;
  right: 0;
  text-decoration: underline;
  font-weight: 600;
}
.categories-with-filters #loadMore {
  top: 20px;
}
#loadMore:after,
#loadMore:before {
  position: absolute;
  background-color: #dfdfdf;
  content: "";
  top: 50%;
  height: 1px;
  left: 0;
  width: calc(50% - 70px);
}
#loadMore:after {
  left: auto;
  right: 0;
}
@media (max-width: 767px) {
  #loadMore {
    position: relative;
    text-align: right;
  }
  .categories-with-filters #loadMore {
    top: 0px;
  }
  #loadMore:after,
  #loadMore:before {
    content: none;
  }
}

#loadMore a#product_toggle {
  padding: 0px 20px 0px 0px;
  background: #eeeeee;
  color: #3e9400;
}
#loadMore a#product_toggle::after {
  position: relative;
  content: "\f105";
  color: #fff;
  background-color: #3e9400;
  width: 14px;
  height: 14px;
  border-radius: 2px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "FontAwesome";
  right: -5px;
  line-height: 1;
  font-size: 12px;
  top: 0;
  margin-left: 6px;
}

#loadMore a#product_toggle:hover,
#loadMore:hover a#product_toggle {
  color: #f46717;
}
@media screen and (max-width: 768px) {
  .wpc-custom-selected-terms:not(.wpc-show-on-mobile) {
    display: block !important;
  }
  .wpc-custom-selected-terms ul.wpc-filter-chips-list {
    display: flex;
  }
  .woocommerce .prod-right .star-rating {
    float: none;
    margin-bottom: 20px;
  }
}
.prod-right .page-header.product_title {
  border-bottom: 0;
  padding-bottom: 0;
}
.prod-right .star-rating {
  float: none;
  margin-bottom: 20px;
}

.prod-right .product_tags {
  border-top: 1px solid #d4d4d4;
  padding-top: 25px;
}
.product-content .term-description section h2,
.left-col-content .term-description section h2 {
  margin-bottom: 20px;
}
.product-content .term-description section,
.left-col-content .term-description section {
  margin-bottom: 30px;
}

@media (max-width: 380px) {
  .product-brand-slider.slick-slider .slick-slide > div,
  .product-brand-slider.slick-slider .slick-slide > div .product-item {
    width: 100%;
  }
}
