/* Layout Product Spotlight */
.product_spotlight .title_panel {
    width: 100%;
    padding: 0px 0 0;
    border-bottom: 0px #eeeeee solid;
    position: relative;
    display: inline-block;

}

.product_spotlight .home_view_header .title_panel .pageHeading_main {

    color: var(--black-color);
    font-size: 20px;
	line-height: 1.1;
	font-weight: bold;
    padding: 0px 0px 0px 0px;
    letter-spacing: 0px;
    position: relative;
    display: inline-block;
    padding-bottom: 0px;
}

.product_spotlight .home_view_header .title_panel .pageHeading_submain {
    font-size: 16px;
    font-weight: 400;
    padding: 5px 0 0;
    opacity: 1;
}

.product_spotlight .pageHeading_descp p{
    margin: 10px 0 0;
}

.product_spotlight .banner_btn {
    display: flex;
    align-items: flex-start;
    height: 100%;
    justify-content: flex-end;
}

.product_spotlight .btn_txt {
    font-size: 16px !important;
    font-weight: bold !important;
}

.product_spotlight .product_info_container{
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 80px;
}

.product_spotlight .prod_img_box{
    width: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0px;
}

.product_spotlight .prod_img_box img{
   width: 100%;
   height: 100%;
   object-fit: cover;
}

.product_spotlight .prod_title{
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 16px;
}

.product_spotlight .prod_price{
    font-size: 22px;
    font-weight: bold;
}


.product_spotlight .prod_btn{
    margin: 30px 0 0;
}

.product_spotlight .prod_btn button{
    padding: 10px 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 0px;
    background-color: var(--black-color);
    color: var(--white-color);
}

.product_spotlight .prod_content{
    margin-top: 30px;  
    font-size: 15px; 
}

.product_spotlight .product_list_rating{
	padding: 0;
}

.product_spotlight .prod_price .special_font{
    font-size: 16px;
    font-weight: normal;
}

.product_spotlight .prod_left_panel{
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.product_spotlight .prod_left_panel .prod_img_box .productSwiper img{
	width: 100%;
	max-width: 100%;
	height: unset !important;
}

.product_spotlight .productSwiper .swiper-button-next:after, .product_spotlight .productSwiper .swiper-button-prev:after {
    color: #000;
    font-size: 18px !important;
    font-weight: bold;
}

.product_spotlight .thumbSwiper .swiper-slide-thumb-active {
    border: 2px solid #000 !important;
    overflow: hidden;
    max-width: 60px !important;
}

.product_spotlight .prod_right_panel .special_color_box{
	display: inline-block;
	z-index: 0;
}

.product_spotlight .related_prod_img {
	margin-bottom: 5px !important;
}

.mfp-wrap,
.mfp-bg {
	z-index: 99999 !important;
}


@media only screen and (max-width: 1050px){
    .product_spotlight .product_info_container {
        gap: 30px;
    }
}

@media only screen and (max-width: 850px) {

}

@media only screen and (max-width: 610px) {
    .product_spotlight .product_info_container {
        grid-template-columns: repeat(1, 1fr);
    }

	.product_spotlight .thumbSwiper {
        max-width: 100% !important;
        margin-top: 10px;
    }

	
	.product_spotlight .thumbSwiper .swiper-wrapper {
        display: inline-flex !important;
    }

	.product_spotlight .thumbSwiper .swiper-wrapper .swiper-slide {
        margin-right: 10px !important;
        min-height: 100px;
        max-width: 60px !important;
        margin-bottom: 10px;
	}
}
