ul.flickr{
list-style-type: none;
padding: 0;
}
ul.flickr li, 
.widget ul.flickr li {
width: auto;
float: left;
margin: 10px 10px 0 0;
}
ul.flickr a {
display: block;
}
ul.flickr img {
opacity:0.7;
filter:alpha(opacity=70);
}
ul.flickr a:hover img{
opacity:1;
filter:alpha(opacity=100);
}
.clear{
clear: both;
}.wc_payment_methods div.mwc-payments-gateway-card-icons {
vertical-align: middle;
display: inline-block;
margin-left: 22px;
}
.wc_payment_methods div.mwc-payments-gateway-card-icons img {
float: left !important;
margin: 5px;
}
.mwc-payments-manage-payment-methods {
display: block;
margin: 1em 0;
text-align: center;
}
.wc_payment_methods .mwc-payments-payment-method {
display: inline-block;
margin-bottom: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .label {
margin-right: .5em;
}
.wc_payment_methods .mwc-payments-payment-method .icon {
float: none;
display: inline-block;
margin-right: .5em;
vertical-align: middle;
}
.wc_payment_methods .mwc-payments-payment-method .icon img {
width: 30px;
height: 20px;
}
.woocommerce-notices-wrapper .woocommerce-info {
overflow-wrap: break-word;
}