mark{background-color:rgba(0,0,0,0)}#ds-transparent-optin .et_bloom_header_outer{display:none}#ds-transparent-optin .et_bloom_form_container{background:none!important}#ds-transparent-optin .et_bloom_form_content.et_bloom_bottom_inline{padding:0;background:none!important}#ds-transparent-optin input,#ds-transparent-optin button{background:#662500!important;border:1px solid #ffffff!important}add_action('woocommerce_after_shop_loop_item_title','talbiconsept_wc_template_loop_stock',10);function talbiconsept_wc_template_loop_stock(){global $product;if($product->managing_stock() && (int)$product->get_stock_quantity() < 1)echo ''.__('Out of Stock').''}