.woocommerce-MyAccount-content > .display_meta {
    border: 1px solid #EBEBEB;
    background: #fff;
    width: 100%;
}
.woocommerce-MyAccount-content > .display_meta th,
.woocommerce-MyAccount-content > .display_meta td {
    padding: 15px;
	border: 1px solid #EBEBEB;
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--oblio-invoices:before {
     width: 16px;
    left: 8px;
    height: 19px;
    background-image: url(../images/svg/account7a.svg);
}

.woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--oblio-invoices.is-active:before {
     width: 16px;
    left: 8px;
    height: 19px;
    background-image: url(../images/svg/account7.svg);
}

#add_payment_method #payment ul.payment_methods li.payment_method_netopiapayments > label::before,
.woocommerce-cart #payment ul.payment_methods li.payment_method_netopiapayments > label::before,
.woocommerce-checkout #payment ul.payment_methods li.payment_method_netopiapayments > label::before  {
  background-image: url(../images/svg/card.svg);
	width: 32px;
			height: 31px;
}

.wpcf7-form .recaptcha {
    margin-top: 15px;
}

.footer-bottom-link img {
    height: 35px;
}

.company-description {
    max-width: 400px;
}


@media (max-width: 400px) {
	.footer-bottom-link img {
        height: 28px;
    }
	.footer-copy .flex {
		flex-wrap: wrap
	}
}