.uw-sales-btn-wrapper {
    text-align: center;
    padding-top: 1rem;
}

a.uw-sale-button {
    color: #fff !important;
    text-decoration: none;
    background: #5078b5;
    border-color: #5078b5;
    padding-left: 2rem;
    padding-right: 1rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    line-height: 1.8em;
    font-size: 1rem;
    border-radius: 50px;
}
a.uw-sale-button .uw-icon-cart {
    padding-left: 0.5rem;
}
a.uw-sale-button .uw-icon-arrow {
    padding-left: 1rem;
}
a.uw-sale-button:hover {
    background-color: #ffffff;
    color: #5078b5 !important;
    border-color: #5078b5;
    text-decoration: none;
    border: 1px solid #5078b5;
}
a.uw-sale-button:focus {
    text-decoration: none;
}

#uw-sales-list-wrapper {
    margin-top: 2rem;
}

#uw-popup {
    display: none;
    border: 1px solid #ccc;
    border-width: 0 1px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.13);
    background-color: white;
    width: 250px;
    margin: 0 auto;
}
#uw-popup ul {
    list-style: none;
    margin: 0 0 1.875em;
    list-style: none;
    padding: 0;
    margin-bottom: 0;
}
#uw-popup .uw-store-item {
    border-bottom: 1px solid #ccc;
}
#uw-popup .uw-stores-link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 15px;
    background-color: #fff;
    color: #194c86;
}
#uw-popup .uw-stores-link:hover .uw-store-icon {
    transform: translateX(5px);
    transition: all 0.5s ease;
}
#uw-popup .uw-store-img img {
    width: 65px;
}

/*# sourceMappingURL=uw_styles.css.map */
