/* 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;
}

.prev:hover,
.next:hover,
.prev-thumbnail:hover,
.next-thumbnail:hover {
  color: #ff0000 !important;
}

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

.next {
  right: 10px;
}

.prev {
  left: 10px;
}

.next-thumbnail {
  right: 0;
}

.prev-thumbnail {
  left: 0;
}

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

.row1 {
  padding-top: 5%;
  display: flex;
  justify-content: center;
}

.img-thumbnail {
  opacity: 0.6;
}

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

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

.thumbnail {
  display: inline-block;
}

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

.prev-thumbnail, .next-thumbnail {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  color: black;
  padding: 0 4px 0 4px;
  text-decoration: none;
  font-size: 24px;
}

.column {
  width: 70px;
  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;
}
.single-product{
  text-transform: uppercase;
}
/* SHOP PRODUCT END */

.review-container {
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 400px; 
}

.review-container .row {
  transition: transform 0.5s ease;
  display: flex;
}

/* Add animation styles for pagination buttons */
.pagination-container {
  margin-top: 20px;
  text-align: center;
}

.pagination {
  display: inline-block;
}

.pagination li {
  display: inline;
  margin: 0 5px;
}

.pagination li.active {
  font-weight: bold;
}

.pagination li.disabled {
  pointer-events: none;
  color: #6c757d;
}

.pagination li.disabled a {
  opacity: 0.5;
}
