/* FAQ START */

.faq-cat__question {
  border-bottom: 1px solid #F2F2F2;
  font-size: 16px;
  padding: 10px 0;
}

.faq-cat__top {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 10px;
  padding: 37px 0 37px 20px;
  position: relative;
}

.faq-cat {
  margin-bottom: 30px;
}

.faq-cat__title {
  color: #fff;
  cursor: default;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  z-index: 5;
}

.faq-contact {
  background-color: #F2F2F2;
  font-size: 16px;
  line-height: 1.3;
  padding: 30px 20px;
}

/* FAQ END */

/* SHOW PRODUCT START */

#wishlist-icon{
  padding-top: 13px;
}

a.disabled {
  pointer-events: none;
  color: #ccc;
}

.arrow {
  cursor: pointer;
  width: auto;
  padding: 0 4px 0 4px;
  color: black;
  font-weight: bold;
  font-size: 25px;
  border-radius: 2px 0 0 2px;
}

.prev:hover,
.next:hover,
.prev-thumbnail:hover,
.next-thumbnail:hover {
  background-color: black;
  color: #fff !important;
}

.imageContainer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 300px;
}

.next,.next-thumbnail {
  right: 10px;
}

.prev,.prev-thumbnail {
  left: 10px
}

.mySlides img {
  display: inline-block;
  width: 100%;
  height: auto;
  cursor: zoom-in;
}

.img-thumbnail {
  opacity: 0.6;
}

.active,
.img-thumbnail:hover {
  opacity: 1;
}

.thumbnail-container {
  overflow-x: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  width: 100%;
  padding: 5% 0;
}

.thumbnail {
  display: inline-block;
  margin-right: 10px;
}

.thumbnail img {
  width: 100px;
  height: 70px;
  cursor: pointer;
}

.prev-thumbnail, .next-thumbnail {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
  border-radius: 50%;
  text-decoration: none;
  font-size: 24px;
}

.column {
  width: 75px;
  cursor: pointer;
  display: inline-block;
}

.section-sm.section-first {
  padding-top: 5% !important;
}

#addtocard {
  padding: 15px 0px !important;
  color: black !important;
  margin-top: 7% !important;
  font-size: 20px !important;
}

#add-to-cart {
  color: black !important;
}

#addtocard:hover,
#add-to-cart:hover {
  color: white !important;
}

.product-price{
  margin-top: 10px;
}

/* SHOP PRODUCT END */