.wpcf7-text,.wpcf7-textarea,.wpcf7-captchar{background-color:transparent!important;border-bottom:1px solid #001!important;border-top:0px!important;border-left:0px!important;border-right:0px!important;width:100%!important;-moz-border-radius:0!important;-webkit-border-radius:0!important;border-radius:0!important;font-size:14px;color:#999!important;padding:16px!important;-moz-box-sizing:border-box;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:40px!important;font-family:'Droid Sans',Helvetica,Arial,Lucida,sans-serif;font-size:20px}.wpcf7-submit{color:#000!important;margin:8px auto 0;cursor:pointer;font-size:20px;font-weight:700;-moz-border-radius:0px;-webkit-border-radius:0px;border-radius:0px;padding:6px 20px;line-height:1.7em;background:#f9b8bc;border:1px solid #f9b8bc;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-moz-transition:all 0.2s;-webkit-transition:all 0.2s;transition:all 0.2s;font-family:'Montserrat',Helvetica,Arial,Lucida,sans-serif!important;text-transform:uppercase}.wpcf7-submit:hover{background-color:#57e6e6;border-color:#57e6e6;padding:6px 20px!important;color:#fff!important}div.wpcf7{font-family:'Droid Sans',Helvetica,Arial,Lucida,sans-serif;font-size:16px;font-weight:300;text-transform:uppercase;text-align:center}.wpcf7-textarea{font-family:'Droid Sans',Helvetica,Arial,Lucida,sans-serif;width:100%;box-sizing:border-box;color:inherit;padding:24px;position:relative;line-height:0.5em;font-size:20px;margin-bottom:40px;color:#eee}add_filter('woocommerce_sale_flash','esl_custom_hide_sales_flash');function esl_custom_hide_sales_flash(){global $product;$terms=array('music');// array with categories where hide sale tag.if(has_term($terms,'product_cat',$product->id)){return false}else{return '' . esc_html__('Sale!','woocommerce') . ''}}