@charset "utf-8";
/* CSS Document */
a.outlet {
    display: block;
    padding: 0.8em;
    background: #bbe6ed;
    color: #043e53;
    text-decoration: none;
    font-weight: bold;
    border-radius: 1.5em;
    text-align: center;
    margin: 0 auto 30px auto;
    width: 80%;
	font-size: 18px;
}

.js-add-to-favorite-products {
	display: none !important;
}