/* 
 Theme Name:   Themify Shoppe Child
 Theme URI:    
 Description:  
 Author:       Jurek
 Author URI:   shop.sin.org.pl
 Template:     themify-shoppe
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/

/*.amazonicon {
background-image: url('https://shop.sin.org.pl/wp-content/uploads/2019/09/available_at_amazon.png');
background-repeat: no-repeat;
background-position: left;
padding-left: 5px;
}

.woocommerce-store-notice {
    font-size: 18px;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
}

@media (min-width: 768px) {
    .woocommerce-store-notice {
        position: relative;
        padding: 20px 110px;
    }
    .woocommerce-store-notice__dismiss-link {
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%);
    }
}
*/

.woocommerce-checkout #payment .wc_payment_methods li label:after {
	top: 9px;
}

.woocommerce-checkout #payment .wc_payment_method label>img {
	display: none;
}

/*
#payment ul.payment_methods .payment_method_payu>label:before, 

#payment ul.payment_methods .payment_method_bitpay_checkout_gateway>label:before {
	display: inline;
    margin-right: 10px;
    padding: 2px 6px;
    vertical-align: middle;
    border-radius: 3px;
    color: #fff;
    background: #333;
    font-family: PaymentFont;
    font-size: 1.5em;
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#payment ul.payment_methods .payment_method_payu>label:before {	
	content: '\f057';
}

#payment ul.payment_methods .payment_method_bitpay_checkout_gateway>label:before {
	content: '\f006';}



#shipping_method {
	list-style-type: none;
}


.site-footer .site-info a {
	text-decoration: underline;
}
*/