
.dtl-top-sec {
	padding: 0px 0;
}
.common-arrow {
	height: 50px;
	width: 50px;
	background-color: #121212;
	border: 1px solid #fff;
	color: #fff;
	border-radius: 100%;
}
.common-arrow:after {
	display: none;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide {
	height: 100%;
}
.dtl-top-sec .gallery-thumbs .dtl-car-slide img {
	height: 100%;
	object-fit: cover;
}


@media (max-width: 786px) 
{
	.dtl-top-sec .gallery-thumbs .dtl-car-slide img {
	height: 90px;
	object-fit: cover;
}
	
	
	
}




.swiper-button-next:after, .swiper-button-prev:after
 {
    font-size: 30px !important;
    color: #ffa5005e !important;
    font-weight: 500 !important;
}


.productThumbs .swiper-slide-thumb-active {
    border-radius: 100px !important;
    border: 2px solid orange !important;
}
.productThumbs img {
    border-radius: 100px;
}