/**
 * Notice Service
 */

 @media (min-width: 768px) {
    .asol-store-notice a.woocommerce-store-notice__dismiss-link {
        background: rgba(0, 0, 0, .1);
        float: right;
        display: inline-block;
        margin: -1em -1.41575em -1em 0;
        padding: 1em 1.41575em;
    }
}
.asol-store-notice a.woocommerce-store-notice__dismiss-link {
    display: block;
}
.asol-store-notice a:hover {
    text-decoration: none;
}
.asol-store-notice a {
    color: #fff;
    font-weight: 400;
    text-decoration: underline;
}
.asol-store-notice::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    margin-right: .5407911001em;
}
@media (min-width: 768px) {
    .asol-store-notice {
        bottom: 0;
    }
}
.asol-store-notice {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em 1.41575em;
    background-color: #3d9cd2;
    color: #fff;
    z-index: 9998;
}
@media (min-width: 768px) {
    .asol-store-notice a.woocommerce-store-notice__dismiss-link::before {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        font-weight: normal;
        line-height: 1;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        line-height: inherit;
        vertical-align: baseline;
        content: "";
        margin-right: .3342343017em;
    }
}