/*** Product Category Style **/
#tdw-product-category-page .coh-view-contents {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#tdw-product-category-page .tdw-product-category-lists {
  margin-top: 40px;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-list-item {
  border: solid 1px #d1d3d4;
  background: #ffffff;
  border-radius: 8px;
  min-height: 100%;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-image {
  width: 100%;
  height: 220px;
  overflow: hidden;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-image img {
  max-width: 100%;
  border-radius: 8px 8px 0 0;
  object-fit: contain;
  object-position: top;
  height: auto;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-column-content {
  padding: 16px 16px 24px 16px;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-column-content h4 {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-column-content p {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 14px;
  color: #4b4f54;
  margin-top: 8px;
  line-height: 1.71;
  min-height: 72px;
}

#tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-column-content a.tdw-product-category-button {
  font-family: "HelveticaNowText-Regular", Arial;
  width: 140px;
  display: flex;
  justify-content: center;
  margin: 24px auto 0;
  color: #c8161d;
  border: solid 1px #c8161d;
  border-radius: 18px;
  padding: 7px 0;
  font-size: 14px;

}

/*** Product Related Content Section Style */

#tdw-related-content-section .coh-view-contents {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-image {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 8px;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-image img {
  max-width: 100%;
  border-radius: 8px;
  object-fit: contain;
  object-position: top;
  height: auto;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc {
  margin-top: 16px;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc h6 {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
  margin-bottom: 0;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc p {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 14px;
  color: #5f646a;
  line-height: 1.29;
  margin-top: 8px;
  margin-bottom: 8px;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc p a {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 14px;
  color: #5f646a;
  line-height: 1.29;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc .date-text {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 12px;
  color: #888b8d;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc a {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 14px;
  color: #d01a11;
  margin-top: 8px;
}

#tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc a:hover {
  text-decoration: underline;
}

/** Product List Style **/
.tdw-product-list-page .tdw-filter-header-result-title {
  margin: 20px 0 0 0;
  border-bottom: 0;
}

.tdw-product-list-page.tdw-product-list-width .tdw-filter-header-result-title {
  margin: 0;
  border-bottom: 0;
}

.tdw-product-list-page .tdw-filter-header-result-title h3 {
  font-family: "HelveticaNowText-Regular", Arial;
  font-size: 16px;
  color: #000000;
}

.tdw-product-list-page .coh-view-contents {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list {
  width: 47.5%;
  margin-right: 28px;
  margin-top: 21px;
  padding-bottom: 24px;
  border-bottom: solid 1px #dcddde;
  display: flex;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  overflow: hidden;
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
}
.tdw-product-list-page .coh-view-contents .tdw-product-list a {
  display: flex;
  width: 100%;
}
.tdw-product-list-page .coh-view-contents .tdw-product-list:nth-child(2n) {
  margin-right: 0;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-img {
  max-width: 80px;
  float: left;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-img img {
  max-width: 80px;
  height: 80px;
  border-radius: 8px;
  padding: 2px;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content {
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  /*display: flex;
  flex-wrap: wrap;
  align-content: space-between;*/
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content h4 {
  font-family: "HelveticaNowText-Medium", Arial;
  font-size: 14px;
  color: #d01a11;
  margin-bottom: 4px;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content p {
  font-size: 14px;
  color: #4b4f54;
  line-height: 1.5;
  margin-bottom: 24px;
  min-height: 45px;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content .tdw-product-list-content-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
  color: #d01a11;
  font-size: 13px;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content .tdw-product-list-content-link a {
  font-family: "HelveticaNowText-Medium", Arial;
  font-size: 14px;
  text-align: center;
  padding: 7px 46px;
  color: #c8161d;
  border: solid 1px #c8161d;
  border-radius: 18px;
}

.tdw-product-list-page-container .tdw-filter-header-result-title {
  margin-bottom: 40px;
}

.tdw-product-list-page-container .tdw-product-list-page .tdw-filter-header-result-title {
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}

.tdw-product-list-page-container .tdw-product-list-page .tdw-filter-header-result-title h3 {
  margin-bottom: 0;
  font-size: 18px;
  justify-content: flex-start;
  display: flex;
  width: 100%;
}

/** product list page no filter **/
.tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list {
  width: 31%;
}

.tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2n) {
  margin-right: 28px;
}


/** product top section **/

.tdw-text-red-link {
  font-size: 14px;
  color: #d01a11;
}

.tdw-text-red-link:hover {
  color: #d01a11;
  text-decoration: underline;
}

.tdw-product-top-section .tdw-product-top-section-content {
  display: flex;
  align-items: center;
}

.tdw-product-top-section .tdw-product-top-section-content .coh-style-heading-4-font-size-24 {
  margin-bottom: 8px;
}

.tdw-product-top-section .tdw-product-top-section-content p:last-child {
  margin-bottom: 0;
}

/** Realted Product Details **/
.tdw-related-product-details {
  padding-top: 21px;
  padding-bottom: 24px;
  border-bottom: solid 1px #dcddde;
  display: flex;
  width: 100%;
  align-content: stretch;
  min-height: 100%;
  overflow: hidden;
  -webkit-transition: transform .2s;
  -moz-transition: transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
}
.tdw-related-product-details a {
  display: flex;
  width: 100%;
}
.tdw-related-product-details .tdw-related-product-details-img {
  max-width: 80px;
  float: left;
}

.tdw-related-product-details .tdw-related-product-details-img img {
  max-width: 80px;
  height: 80px;
  border-radius: 8px;
}

.tdw-related-product-details .tdw-related-product-details-content {
  padding-left: 16px;
  display: flex;
  flex-wrap: wrap;
}

.tdw-related-product-details .tdw-related-product-details-content h4 {
  font-family: "HelveticaNowText-Medium", Arial;
  font-size: 14px;
  color: #d01a11;
  margin-bottom: 4px;
}

.tdw-related-product-details .tdw-related-product-details-content p {
  font-size: 14px;
  color: #4b4f54;
  line-height: 1.5;
  margin-bottom: 24px;
}

.tdw-related-product-details .tdw-related-product-details-content .tdw-product-list-content-link {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  align-items: flex-end;
  font-size: 13px;
  color: #d01a11;
  -webkit-transition: all 0.4s 0s ease;
  -moz-transition: all 0.4s 0s ease;
  -o-transition: all 0.4s 0s ease;
  transition: all 0.4s 0s ease;
}

.tdw-related-product-details .tdw-related-product-details-content .tdw-product-list-content-link a {
  font-family: "HelveticaNowText-Medium", Arial;
  font-size: 14px;
  text-align: center;
  padding: 7px 46px;
  color: #c8161d;
  border: solid 1px #c8161d;
  border-radius: 18px;
  display: inline-table;
}

.tdw-attach-product-list .tdw-news-and-media,
.tdw-attach-product-list .tdw-product-list-page {
  display: none;
}

@media (max-width: 1180px) {
  #tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-image {
    height: 190px;
  }

  #tdw-related-content-section .tdw-related-content-column .tdw-related-content-image {
    height: 145px;
  }
}

@media (min-width: 1024px) {

  .tdw-product-list-page .coh-view-contents .tdw-product-list:nth-child(1),
  .tdw-product-list-page .coh-view-contents .tdw-product-list:nth-child(2) {
    margin-top: 0;
  }
}

@media (max-width: 1023px) {
  #tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-image {
    height: 215px;
  ;
  }

  #tdw-related-content-section .tdw-related-content-column .tdw-related-content-image {
    height: 230px;
  }
  #tdw-product-category-page .tdw-product-category-lists {
    margin-top: 24px;
  }

  #tdw-related-content-section .tdw-related-content-column {
    padding-bottom: 20px;
    display: block;
    border-bottom: solid 1px #dcddde;
    margin-bottom: 25px;
  }
  #tdw-related-content-section .tdw-related-content-column .tdw-related-content-desc span {
    color: #d01a11;
    display: block;
    text-align: right;
  }


}

@media (min-width: 961px) {

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(1),
  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2),
  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(3) {
    margin-top: 0;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(3n) {
    margin-right: 0 !important;
  }
}



@media (max-width: 960px) {
  .tdw-product-list-page .coh-view-contents .tdw-product-list {
    width: 46%;
  }

  .tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-img {
    max-width: 80px;
  }

  .tdw-product-list-page-container .tdw-filter-header-result-title {
    margin-bottom: 24px;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list {
    width: 46.5%;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2n) {
    margin-right: 0;
  }

}

@media (min-width: 767px) {

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(1),
  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2) {
    margin-top: 0;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2n-1) {
    margin-right: 28px;
  }
}
@media (max-width: 766px) {
  .tdw-product-list-page .coh-view-contents .tdw-product-list {
    width: 100%;
    margin-right: 0;
  }

  .tdw-product-list-page .coh-view-contents .tdw-product-list:nth-child(2) {
    margin-top: 21px;
  }

  .tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-img {
    max-width: 80px;
  }

  .tdw-product-list-page-container .tdw-filter-header-result-title {
    margin-bottom: 24px;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list {
    width: 100%;
    margin-right: 0;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(2n) {
    margin-right: 0;
  }

  .tdw-product-top-section .tdw-product-top-section-content {
    padding-top: 24px;
  }
  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list:nth-child(1) {
    margin-top: 0;
  }
}

@media (max-width:32.255rem) {
  .tdw-product-list-page .coh-view-contents .tdw-product-list {
    width: 100%;
    margin-right: 0;
  }

  .tdw-product-list-page.tdw-product-list-width .coh-view-contents .tdw-product-list {
    width: 100%;
    margin-right: 0;
  }

  #tdw-product-category-page .tdw-product-category-lists .tdw-product-category-column .tdw-product-category-column-content p {
    min-height: auto;
  }
}
@media (min-width: 1199px) {
  .tdw-product-list-page .coh-view-contents .tdw-product-list .tdw-product-list-content .tdw-product-list-content-link,
  .tdw-related-product-details .tdw-related-product-details-content .tdw-product-list-content-link {
    position: relative;
    bottom: -60px;
  }
  .tdw-product-list-page .coh-view-contents .tdw-product-list:hover .tdw-product-list-content-link,
  .tdw-related-product-details:hover .tdw-related-product-details-content .tdw-product-list-content-link {
    bottom: 0;
  }
  .tdw-related-product-details:hover, .tdw-product-list-page .coh-view-contents .tdw-product-list:hover {
    transform: scale(1.1);
  }
  .tdw-class-related-content-section .tdw-related-content-column {
    Transition: transform .2s;
    overflow: hidden;
    position: relative;
    min-height: 325px;
    display: block;
    border-bottom: solid 1px #dcddde;
    padding-bottom: 20px;
  }
  .tdw-class-related-content-section .tdw-related-content-column .tdw-related-content-desc span {
    position: absolute;
    right: 0;
    font-size: 13px;
    color: #d01a11;
    bottom: -60px;
    transition: all .4s 0s ease;
  }
  .tdw-class-related-content-section .tdw-related-content-column:hover {
    transform: scale(1.1);
  }
  .tdw-class-related-content-section .tdw-related-content-column:hover .tdw-related-content-desc span {
    bottom: 15px;
  }
}
