.text-oranage{color: #F26322;}
.text-gary{color: #757575;}
.font_22{
    Weight:700;
    font-size: 22px;
    Line height:33px;
}
.detail_card {
    padding: 24px;
    border-radius: 8px;
    border: 1px solid #EDECEA;
    background:#FFF;
} 

ul.detail_inner li span{ 
    font-size: 20px;
    font-style: normal;
    font-weight: 700; }
ul.detail_inner li p{ 
    color: #757575; 
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

ul.side-line li{position:relative;}
ul.side-line li:after{content:'';position:absolute;top:50%;left:-21px;width:1px;height:24px;background:#E4E3E1;transform:translateY(-50%);}
ul.side-line li:first-child:after{content:none;}
ul.side-line li:last-child{padding-right:0;margin-right:0;}


.cate_list .cate-left img{width: 45px;height: 45px;border-radius:8px;}
.cate_list .cate-right{width: 20%;}
.cate_list .cate-left{width: 80%;}
.cate_list{padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #EDECEA;}





/**/
.recen_actv_btn{
    border-radius: 8px;
    background: #FEF4EF;
    padding:3px 8px;
    font-size: 12px;
    font-style: normal;
    font-weight: 700; 
}

.play_icon {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);cursor: pointer;
}

.video_div>img ,.video_div>video {
    width: 100%;
    height: 351px;
    border-radius: 8px;    object-fit: cover;
}

#product_quick_view{width:1080px;max-width: 100%;}




#product_quick_view .border-bottom {width: 100% !important;}








 @media(max-width:767px){
    .cate_list .cate-left{width: 100%;}
    .video_div>img, .video_div>video{height:280px;}
 }


 @media(max-width:480px){
    .video_div>img, .video_div>video{height:180px;}  
 }

 @media(max-width:567px){
    ul.side-line li:after{content: none;}
 }

/*21-dec-2023*/
/*******************************************************************************/
/*gellery page css*/
/*******************************************************************************/
.geller_top .gal_img img{height:400px;width:100%;object-fit:cover;border-radius:5px;}
.gal_img img{
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 5px;
}
.plus-icon{top:10px;right: 10px;}
.plus-icon img{width: 40px !important;height: 40px !important;}