/*
Theme Name: Bridge Child
Theme URI: http://demo.qodeinteractive.com/bridge/
Description: A child theme of Bridge Theme
Author: Qode Interactive
Author URI: http://www.qodethemes.com/
Version: 1.0.0
Template: bridge
*/
@import url("../bridge/style.css");

.woocommerce .product .onsale.out-of-stock-button {
	font-size: 14px;
	font-family: Syne, sans-serif;
	font-style: italic;
	text-decoration: underline;
	color: #000 !important;
	width: 130px !important;
	background: none !important;  /* usuwa żółte tło */
    border: none !important;       /* na wszelki wypadek */
    padding-top: 14px;
	top: 0;

}

