.bg_green {
    background: #19fb1d;
    border-radius: 50px;
}

.link_menu {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #000;
    font-weight: bold;
    padding: 6px;
    border-radius: 50px;
    border: solid 3px #19fb1d;
    background-image: linear-gradient(-225deg, #231557 0, #44107a 29%, #ff1361 67%, #ff0025 100%);
    background-size: 200% auto;
    color: #fff;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

@media screen and (max-width: 400px) {
    table {
        font-size: 100%;
    }
}

@media screen and (max-width: 250px) {
    table {
        font-size: 50%;
    }
}

@media screen and (max-width: 150px) {
    table {
        font-size: 30%;
    }
}

table {
    width: 100%;
    border-collapse: collapse;
}

tr:nth-of-type(odd) {
    background: #ffffff;
}

th {
    background: #d879ff;
    color: white;
    font-weight: bold;
}

td,
th {
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.table a {
    display: block;
    text-decoration: none;
}

@media (max-width: 1024px) {
    .wp-bottom-menu {
        display: flex;
    }

    .wp-bottom-menu-search-form-wrapper {
        display: block;
    }
}

:root {
    --wpbottommenu-font-size: 12px;
    --wpbottommenu-icon-size: 24px;
    --wpbottommenu-text-color: #555555;
    --wpbottommenu-h-text-color: #000000;
    --wpbottommenu-icon-color: #d879ff;
    --wpbottommenu-h-icon-color: #f47200;
    --wpbottommenu-bgcolor: #ffffff;
    --wpbottommenu-zindex: 9999;
    --wpbottommenu-cart-count-bgcolor: #ff0000;
    --wpbottommenu-wrapper-padding: 2px 0;
}