.product-detail-block .product-attribute-selected .attribute-images .image {cursor: auto; }
.icon-heart-red:before {
  content: "\e911";
  color: #981B1E;
}
.hide {
  display: none;
}

.section-sanitary-brand-detail .block-item {
    margin-bottom: 100px;
}

.section-post-detail .post-detail-body .block-embed_block {
  max-width: 100%;
}

.template-homepage .section-news .blog-post .post-info-wrapper .post-title a {
  text-transform: none;
}

.products .product .wishlists {
  z-index: 9;
}

.section-collection-inspiration-products .products .product .title {
    min-height: auto;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.section-all-products .products .product .title {
    min-height: auto;
    display: block !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    -webkit-box-orient: block-axis;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
}

.select2-container .select2-selection--single {
    height: 40px;
    align-content: center;
}

.template-ttbcpage .section-ttbc-listing {
  background-color: #f8f8f8;
  padding: 40px 0 60px 0;
}
.template-ttbcpage .ttbc-listing-header {
  margin-bottom: 20px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.template-ttbcpage .ttbc-year-tabs {
  border-bottom: 1px solid #000000;
  flex-wrap: nowrap;
  width: max-content;
  min-width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
.template-ttbcpage .ttbc-year-tabs .nav-item {
  flex: 0 0 auto;
}
.template-ttbcpage .ttbc-year-tabs .nav-link {
  display: block;
  color: #666666;
  font-weight: 400;
  text-transform: uppercase;
  white-space: nowrap;
  text-align: left;
  position: relative;
  padding: 14px 20px;
  font-size: 20px;
  border: none;
  background: none;
  transition: color 0.3s ease-in-out;
}
.template-ttbcpage .ttbc-year-tabs .nav-link::after {
  content: "";
  height: 3px;
  background-color: #981B1E;
  width: 0;
  position: absolute;
  bottom: -1px;
  left: 20px;
  right: 20px;
  transition: width 0.3s ease-in-out;
}
.template-ttbcpage .ttbc-year-tabs .nav-link.active,
.template-ttbcpage .ttbc-year-tabs .nav-link:hover,
.template-ttbcpage .ttbc-year-tabs .nav-link:focus {
  color: #981B1E;
}
.template-ttbcpage .ttbc-year-tabs .nav-link.active {
  font-weight: 700;
}
.template-ttbcpage .ttbc-year-tabs .nav-link.active::after {
  width: calc(100% - 40px);
}
.template-ttbcpage .ttbc-report {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid #e0e0e0;
  transition: background-color 0.2s ease-in-out;
}
.template-ttbcpage .ttbc-report:hover {
  background-color: #e6e6e6;
}
.template-ttbcpage .ttbc-report h3 {
  font-weight: 400;
  font-size: 16px;
  color: #000000;
  margin: 0;
}
.template-ttbcpage .ttbc-report .btn-download {
  flex: 0 0 auto;
  width: 49px;
  height: 49px;
  background-color: #e6e6e6;
  border: 1px solid #e6e6e6;
  font-size: 28px;
  line-height: 49px;
  text-align: center;
  padding: 0;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out;
}
.template-ttbcpage .ttbc-report .btn-download .icon {
  color: #8e8e8e;
}
.template-ttbcpage .ttbc-report .btn-download:hover,
.template-ttbcpage .ttbc-report .btn-download:focus {
  background-color: #981B1E;
  border-color: #981B1E;
}
.template-ttbcpage .ttbc-report .btn-download:hover .icon,
.template-ttbcpage .ttbc-report .btn-download:focus .icon {
  color: #ffffff;
}

.template-faqpage .section-faq-category {
  padding: 50px 0;
  border-bottom: 1px solid #e6e6e6;
}
.template-faqpage .section-faq-category:last-of-type {
  border-bottom: none;
}
.template-faqpage .section-faq-category .section-title {
  font-weight: 700;
  font-size: 28px;
  text-transform: uppercase;
  color: #981B1E;
  margin-bottom: 30px;
}
.template-faqpage .accordion-faq .accordion-item {
  border-width: 0;
  border-top: 1px solid #000;
  margin-bottom: 0;
}
.template-faqpage .accordion-faq .accordion-item:first-child {
  border-top: none;
}
.template-faqpage .accordion-faq .accordion-button {
  padding: 20px 40px 20px 15px;
  font-weight: 600;
  font-size: 17px;
  color: #000000;
  background-color: transparent;
  box-shadow: none;
}
.template-faqpage .accordion-faq .accordion-button:not(.collapsed) {
  color: #981B1E;
  background-color: transparent;
  box-shadow: none;
}
.template-faqpage .accordion-faq .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}
.template-faqpage .accordion-faq .accordion-body {
  padding: 0 40px 24px 15px;
  font-size: 15px;
  color: #4d4d4d;
  line-height: 1.6;
}
.template-faqpage .accordion-faq .accordion-body p:last-child {
  margin-bottom: 0;
}
.template-faqpage .accordion-faq .faq-item-hidden {
  display: none;
}
.template-faqpage .btn-faq-more {
  display: block;
  margin: 25px auto 0;
  padding: 10px 30px;
  background-color: transparent;
  border: 1px solid #981B1E;
  color: #981B1E;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
}
.template-faqpage .btn-faq-more:hover,
.template-faqpage .btn-faq-more:focus {
  background-color: #981B1E;
  color: #ffffff;
}

.template-faqpage .section-faq-contact {
  padding: 20px 0 70px;
}
.template-faqpage .faq-contact-box {
  background-color: #f8f8f8;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.template-faqpage .faq-contact-box .text h3 {
  font-weight: 700;
  font-size: 22px;
  color: #000000;
  margin-bottom: 8px;
}
.template-faqpage .faq-contact-box .text p {
  font-size: 15px;
  color: #4d4d4d;
  margin-bottom: 0;
}
.template-faqpage .faq-contact-box .btn-primary {
  flex: 0 0 auto;
  white-space: nowrap;
}
@media (max-width: 576px) {
  .template-faqpage .faq-contact-box {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }
  .template-faqpage .faq-contact-box .btn-primary {
    width: 100%;
  }
}