.product-detail-container {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
.product-detail-container .product-row {
  display: flex;
  flex-flow: wrap;
  margin: 0 -15px;
}
.product-detail-container .product-row .product-summary,
.product-detail-container .product-row .product-slider {
  width: 50%;
  padding: 0 15px;
}
.product-detail-container .product-row .product-slider .slideshow-container {
  box-shadow: 0px 5px 15px 0 rgb(36 41 66 / 20%);
  border: 4px solid #ffffff;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
.product-detail-container
  .product-row
  .product-slider
  .slideshow-container
  img {
  width: 100%;
  border-radius: 10px;
}
.product-detail-container .product-row .product-summary h2 {
  margin: 0;
  color: #1f1f46;
  font-weight: 800;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-summary .product-name {
  display: flex;
  flex-direction: column;
  justify-content: start;
}
.product-summary .product-name h4 {
  white-space: nowrap;
  margin: 0 0 0 15px;
  font-size: 28px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #0366d6;
}

.product-main-description ul li,
.product-main-description ol li {
  font-size: 20px;
  line-height: 1.7;
  color: #141414;
  font-family: 'Source Sans Pro', sans-serif;
}

.product-detail-container .product-row .product-summary p,
.product-detail-container .product-row .product-main-description p {
  font-size: 20px;
  line-height: 1.7;
  color: #141414;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-detail-container .product-row .product-summary table {
  border-collapse: collapse;
  width: 100%;
  border: 1px solid #efefef;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-detail-container .product-row .product-summary table thead {
  background: #1f1f46;
}
.product-detail-container .product-row .product-summary table thead tr th {
  padding: 15px;
  color: #ffffff;
  border: 1px solid #4e4e4e;
  font-size: 16px;
  text-align: left;
}
.product-detail-container .product-row .product-summary table tbody tr td {
  border: 1px solid #f1f1f1;
  padding: 10px 15px;
  font-size: 16px;
  color: #888888;
  text-align: left;
}
.product-detail-container .product-row .product-summary table tbody tr td ul {
  margin: 0 !important;
}
.product-detail-container .product-row .product-summary ul.button-group {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: flex;
}
.product-detail-container .product-row .product-summary ul.button-group li {
  flex: 1;
  padding: 15px;
}
.product-detail-container
  .product-row
  .product-summary
  ul.button-group
  li
  button {
  background: #0366d6;
  display: block;
  text-align: center;
  padding: 15px 15px;
  width: 100%;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-detail-container
  .product-row
  .product-summary
  ul.button-group
  li
  a:hover {
  opacity: 0.9;
}
.product-detail-container
  .product-row
  .product-summary
  ul.button-group
  li
  a.review-btn {
  background: #1f1f46;
}
.product-detail-container .product-row .product-main-description h1 {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin: 0;
}
.product-detail-container .product-row .product-summary ul.pros,
.product-detail-container .product-row .product-summary ul.cons {
  padding: 0;
  list-style: none;
  width: 100%;
  display: inline-block;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-detail-container .product-row .product-summary ul.pros li h3,
.product-detail-container .product-row .product-summary ul.cons li h3 {
  color: #000000;
  margin: 0;
  font-size: 22px;
}

.product-summary table tbody tr td p {
  font-weight: bold;
  padding: 0px;
  margin: 0px;
}

.product-detail-container .product-row .product-summary ul.pros li,
.product-detail-container .product-row .product-summary ul.cons li {
  margin: 10px 0 0 0;
  position: relative;
  font-size: 20px;
  line-height: normal;
  color: #141414;
  padding-left: 30px;
  font-family: 'Source Sans Pro', sans-serif;
}
.product-main-description {
  margin: 0 0 20px 0;
  padding: 0 15px;
}
.product-detail-container .product-row .product-summary ul.pros li:before,
.product-detail-container .product-row .product-summary ul.cons li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #8bc34a;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 11px;
  font-weight: bold;
}
.product-detail-container .product-row .product-summary ul.cons li:before {
  content: '×';
  background: #ff5722;
  font-size: 14px;
}
.product-slider .carousel {
  border: 15px solid #ffffff;
  border-radius: 10px;
  box-shadow: 0px 5px 20px 0 rgb(36 41 66 / 20%);
}
.product-slider .carousel img {
  border-radius: 10px;
}
.product-detail-container .product-row.bordered {
  border-bottom: 1px solid #efefef;
  padding: 0 0 30px 0;
  margin-bottom: 45px;
}

.product-summary .product-name {
  padding: 35px 0 0 0;
  position: relative;
}
.product-slider ol.carousel-indicators {
  bottom: -60px;
  margin: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.product-slider ol.carousel-indicators li {
  border-color: #d4d4d4;
}
.product-slider ol.carousel-indicators li.active {
  background: #828282;
  border-color: #828282;
}
.product-slider .carousel-inner .item img {
  width: auto;
  height: 100%;
  max-width: 532px;
  margin: 0 auto;
  max-height: 532px;
}
body .product-slider .carousel {
  border: 5px solid #ffffff;
}
.product-detail-container .product-row .product-summary table th {
  background: #7878a2;
  color: #ffffff;
  padding: 0 10px;
  border: 1px solid #6262a9;
}
.product-slider a.carousel-control-next,
.product-slider a.carousel-control-prev {
  position: absolute;
  left: 0;
  top: 50%;
  width: 50px;
  height: 50px;
  background: rgb(0 0 0 / 59%);
  z-index: 10;
  transform: translateY(-50%);
  border-radius: 0 10px 10px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product-slider a.carousel-control-next {
  left: auto;
  right: 0;
  border-radius: 10px 0 0 10px;
}
.product-slider a.carousel-control-next:before,
.product-slider a.carousel-control-prev:before {
  content: '';
  border: 8px solid transparent;
  border-right-color: #ffffff;
  display: block;
  position: relative;
  left: -5px;
}
.product-slider a.carousel-control-next:before {
  border-right-color: transparent;
  border-left-color: #ffffff;
  left: 7px;
}
@media all and (max-width: 991px) {
  .product-detail-container .product-row .product-summary,
  .product-detail-container .product-row .product-slider {
    width: 100%;
  }
  .product-detail-container .product-row .product-summary {
    padding-top: 70px;
  }
  .product-detail-container .product-row {
    flex-flow: wrap;
  }
  .product-slider .carousel-inner .item img {
    width: 100%;
  }
}
@media all and (max-width: 550px) {
  .product-detail-container .product-row .product-summary ul.button-group li {
    padding: 10px;
  }
  .product-detail-container .product-row .product-summary ul.button-group li a {
    font-size: 14px;
  }
  .product-detail-container .product-row .product-summary table tbody tr td {
    font-size: 12px;
  }
  .product-detail-container .product-row .product-summary table thead tr th {
    padding: 10px;
    font-size: 14px;
  }
}

ul.button-group li a {
  border-radius: 8px;
}

.related-posts {
  width: 100%;
}

.related-posts ul {
  padding: 0;
  margin: 0 -15px;
  list-style: none;
  display: flex;
  flex-flow: wrap;
}

.related-posts ul li {
  width: calc(100% / 3 - 25px);
  padding: 0;
  background: #ffffff;
  margin: 12px;
  box-shadow: 0px 5px 15px 0 rgb(36 41 66 / 20%);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0 30px 0;
}

.related-posts ul li a {
  color: #000000;
  text-decoration: none;
}

.related-posts ul li a i {
  display: block;
  margin: 0 0 20px 0;
}

.related-posts ul li a i img {
  height: 100%;
  width: auto;
  max-width: 350px;
  max-height: 350px;
  margin: 0 auto;
  display: block;
}

.related-posts ul li a h3 {
  margin: 0;
  padding: 0 20px;
  font-size: 16px;
}

.related-posts h3 {
  text-align: center;
}

@media all and (max-width: 600px) {
  .related-posts ul li {
    width: 100%;
  }
}

span.count-post {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 15px;
}

.question-answers {
  width: 100%;
  margin: 30px auto;
}

.question-answers h2 {
  text-align: center;
}

.accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
}

.accordion-item {
  margin-top: 10px;
  border: 1px solid #ddd;
  border-radius: 6px;
  background: #fff;
}

.accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  width: 100%;
  font-size: 15px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}

.accordion-item-desc {
  display: none;
  font-size: 14px;
  line-height: 18px;
  color: #333;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}

.accordion-item input[type='checkbox'] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.accordion-item input[type='checkbox']:checked ~ .accordion-item-desc {
  display: block;
}

.accordion-item input[type='checkbox'] ~ .accordion-item-title .icon:after {
  content: '+';
}

.accordion-item
  input[type='checkbox']:checked
  ~ .accordion-item-title
  .icon:after {
  content: '-';
}

.accordion-item input[type='checkbox']:checked ~ .accordion-item-title {
  font-weight: bold;
}

.accordion-item:first-child {
  margin-top: 0;
}

.icon {
  margin-left: 14px;
  font-weight: normal;
}

.table-of-content ul {
  margin: 0px 0px 30px 20px;
}

.table-content-heading {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
}

.table-of-content {
  border: 1px solid #ebebeb;
  background: #fbfbfb;
  padding: 15px 50px;
  border-radius: 5px;
  margin: 0 0 25px 0;
  max-width: 600px;
  width: 100%;
}
.table-of-content ul {
  padding: 0;
  margin: 0;
  list-style: auto;
}
.table-of-content ul li a {
  text-decoration: none;
  font-size: 16px;
}
.table-of-content ul li {
  margin: 8px 0;
}

.table-of-content ul {
  padding-left: 23px;
}
.table-of-content .table-content-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}
body .table-of-content {
  padding: 10px 25px;
}
.table-of-content .table-content-heading button.show-table-content {
  font-size: 0;
  padding: 0;
  width: 30px;
  height: 23px;
  background: transparent;
  border-top: 2px solid #000000;
  border-bottom: 2px solid #000000;
  position: relative;
}
.table-of-content .table-content-heading button.show-table-content:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  background: #000000;
  margin: -1px 0 0 0;
}