/* Adds padding */
.e-wc-info-notice .woocommerce-info {
    padding: var(--gap-m);
}
/* Hides notice info icon */
.e-wc-info-notice .woocommerce-info:before {
    display: none;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message {
    margin: 0 0 var(--gap-xs);
}

/* Product archive add to cart notice banner at the top and the text Καλάθι */
.woocommerce-notices-wrapper {
    max-width: 1366px;
    margin-left: auto;
    margin-right: auto;
    padding-top: var(--gap-xxs);
}

:focus-visible {
    outline: 0;
}

.woocommerce div.product div.social {
    margin: 0;
}