
#products_add_to_cart{}
#products_add_to_cart .count_box{display: flex;padding: 8px;background: #e6e6e6;border:1px solid #b3b3b3;width: 93px;transition:all 0.4s ease-out;margin-top: 10px;}
#products_add_to_cart .count_box:hover{background: white;}
#products_add_to_cart .count_box input{background: transparent;border:none;width: 50px;padding: 0;text-align: center}
#products_add_to_cart .count_box .qtyBtn i{font-size: 14px;font-weight: 700;color: #757a81}


#add_to_cart,
#inquiry_now{cursor: pointer;user-select:none;}


#u-flyer{z-index: 1000000000;position: fixed;background: url('/wp-content/plugins/kowze-plugins/images/cart_icon.webp') no-repeat center /100% #062f6f;width: 50px;height: 50px;border-radius: 50%;box-shadow: 0 0 6px 1px #ccc;overflow: hidden;}
#u-flyer img{max-width: 100%;max-height: 100%;}

