.archive-faq {
  max-width: 920px;
  margin: 0 auto;
  padding: 72px 10px;
}
.archive-faq h2 {
  text-align: center;
  margin-bottom: 24px;
}

.archive-faq-item {
  margin-bottom: 20px;
}

.archive-faq-question {
  cursor: pointer;
  padding: 12px;
  border: 1px solid #dddddd;
  border-radius: 2px;
  margin: 0;
  transition: background-color 0.3s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.archive-faq-question  span.faq-que_icon{
	font-size: 24px;
    font-weight: 500;
}

.archive-faq-question:hover {
  background-color: #eaeaea;
}

.archive-faq-answer {
  margin: 10px 0 0 0;
  padding: 10px;
  background-color: #f9f9f9;
  border-radius: 0 0 5px 5px;
}
/* Image Gallery Starts */
.glide {
  max-width: 100%;
  margin: 20px auto;
}
ul.img-gallery__slides li.img-gallery__slide img {
  width: 100%;
  height: 550px;
  object-fit: cover;
  border-radius: 10px;
  object-position: center;
}
ul.img_gallery__bullets {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
  margin: 15px 0 0 0;
  padding: 0;
}
ul.img_gallery__bullets li.img_gallery__bullet {
  list-style-type: none;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #f55676;
}
ul.img_gallery__bullets li.img_gallery__bullet:hover,
ul.img_gallery__bullets li.img_gallery__bullet.glide__bullet--active {
  background: #c32747;
}
/* Image Gallery Ends */
@media only screen and (max-width: 767px) {
  .archive-faq {
    padding: 50px 10px;
  }
  ul.img-gallery__slides li.img-gallery__slide img {
    height: 350px;
  }
}
.img-gallery_carousel.single-product-modal-carousel{
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	z-index:9999999999999999;
	background:rgba(0,0,0,0.95);
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
	overflow-y:auto;
	padding:50px 20px;
}
.img-gallery_carousel img{
	cursor:pointer;	
}
.img-gallery_carousel.single-product-modal-carousel img {
	height:auto!important;
	max-width:800px;
}
.img-gallery_carousel.single-product-modal-carousel .img-gallery__slides{text-align:center;}
.img-gallery_carousel.single-product-modal-carousel .img_gallery__bullets{width:100%;}

.close-single-product-modal-carousel{display:none;}
.img-gallery_carousel.single-product-modal-carousel .close-single-product-modal-carousel{
	display:block;
	position:absolute;
	padding:0;
	right:10px;
	top:5px;
	background:none;
	border:none;
	color:white;
	font-size:40px;
}