/**
 * Single product page styles.
 */

.bg-grey {
	background-color: #eee;
}

.single__price {
	font-size: 38px;
	font-weight: 700;
}

.single__description {
	background-color: #fff;
	color: #182b45;
	padding: 10px;
}

.h3_prop {
	font-size: 16px;
	font-weight: 600;
	color: #014657;
}

.swiper {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	background-size: cover;
	background-position: center;
	padding: 5px;
	background-color: #fff;
}

.mySwiper2 {
	height: 80%;
	width: 100%;
}

.mySwiper {
	height: 20%;
	box-sizing: border-box;
	padding: 10px 0;
}

.mySwiper .swiper-slide {
	width: 25%;
	height: 100%;
	opacity: 0.4;
}

.mySwiper .swiper-slide-thumb-active {
	opacity: 1;
}

.swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mySwiper2 .swiper-button-next,
.mySwiper2 .swiper-button-prev {
	color: #fff;
}

.mySwiper2 .swiper-button-next::after,
.mySwiper2 .swiper-button-prev::after {
	font-size: 28px;
	font-weight: 700;
}
