#bulk-qty-popup{
display:none;
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
background:rgba(0,0,0,.7);
z-index:99999999;
}

.popup-open{
overflow:hidden;
}

.bulk-box{
width:420px;
max-width:90%;
background:#fff;
padding:30px;
border-radius:12px;
position:absolute;
top:50%;
left:50%;
transform:translate(-50%,-50%);
text-align:center;
box-sizing:border-box;
}

.bulk-box h3{
margin:0 0 20px;
font-size:18px;
line-height:28px;
}

.bulk-box input{
width:100%;
padding:12px;
margin:15px 0 20px;
box-sizing:border-box;
}

.bulk-btn-wrap{
display:flex;
gap:10px;
}

#save_bulk_qty,
#reset_bulk_qty{
flex:1;
padding:12px;
cursor:pointer;
border:0;
border-radius:6px;
}

#save_bulk_qty{
background:#d42f6c;
color:#fff;
}

#reset_bulk_qty{
background:#eee;
color:#333;
}

.bulk-hidden{
display:none !important;
visibility:hidden !important;
}

/* basket products ki price hide */
.wooco_component_product .price,
.wooco_component_product .woocommerce-Price-amount{
    display:none !important;
}

.fakeqty{
position:absolute;
margin-left:-23px;
margin-top:6px;
font-weight:bold;
z-index:999;
background:#fff;
padding:0 3px;
}

.fakeqty{
display:inline-block;
font-weight:700;
padding:8px;
min-width:40px;
text-align:center;
border:1px solid #ddd;
background:#fff;
}

.wooco_qty,
.qty{
display:none!important;
}

.wooco-minus,
.wooco-plus{
display:none!important;
}


.wooco_qty,
.qty,
.wooco-minus,
.wooco-plus{
display:none!important;
}



.itemlargeimg
.woocommerce-product-gallery--wooco{

display:block !important;

opacity:1 !important;

visibility:visible !important;

}

.itemlargeimg
.woocommerce-product-gallery--wooco
.flex-viewport{

height:auto !important;

}

.itemlargeimg
.woocommerce-product-gallery--wooco
.flex-control-thumbs{

display:flex !important;

gap:10px;

margin-top:15px;

overflow:auto;

}

.itemlargeimg
.woocommerce-product-gallery--wooco
.flex-control-thumbs li{

list-style:none;

width:70px;

cursor:pointer;

}

.itemlargeimg
.woocommerce-product-gallery--wooco
.flex-control-thumbs img{

display:block !important;

opacity:1 !important;

}



/* Ravi Code */

.woocommerce-product-gallery{
overflow:hidden;
}

.flex-control-thumbs img{
cursor:pointer;
}

.fakeqty{
display:inline-block;
font-weight:600;
margin-top:5px;
}

.bulk-hidden{
display:none !important;
}

/* =====================================================
DISABLE PRODUCT IMAGE CLICK
===================================================== */

.wooco_component:not(.wooco_component_1)
.wooco_component_product_image img{

pointer-events:none;
}

.wooco_component:not(.wooco_component_1)
.wooco_component_product_image{

pointer-events:none;
}

/*
ALLOW CHECKBOX ONLY
*/

.wooco_component_product_checkbox{

pointer-events:auto !important;
cursor:pointer;
}


/* =====================================================
PRODUCT IMAGE DISABLE
===================================================== */

.wooco_component:not(.wooco_component_1)
.wooco_component_product_image img{

pointer-events:none !important;
}

.wooco_component:not(.wooco_component_1)
.wooco_component_product_image{

pointer-events:none !important;
}

/*
ONLY CHECKBOX CLICKABLE
*/

.wooco_component_product_checkbox,
.wooco_component_product_checkbox *{

pointer-events:auto !important;
cursor:pointer;
}