.btn-wame {
    display: inline-block;
    background-color: #25D366!important;
    padding: 5px 10px;
    border-radius: 5px;
    text-align: center;
  font-size: 17px;
}
.btn-wame > img {
    width: 30px; 
}
.tableblog {width: 100%;border: solid 1px #000;padding: 5px;}.tableblog td, .tableblog tr {border: solid 1px #000;padding: 5px;}.tableblog thead {background-color: #f2f2f2;font-weight: bold;}.tableblog th {text-align: left;padding: 5px;border: solid 1px #000;}body > main > div > div.content-bottom > ul > li:nth-child(4) { background-color: #7fff00; border-radius: 5px; }
.yabro-up-button {
    display: none !important;
    visibility: hidden !important;
}

.price .price-old {color: #ff0000;}
.menu__banner > div {display:flex;flex-direction:column;justify-content:center;padding:20px 15px;text-align:center;background:rgba(0,0,0, .03);border-radius:4px}
.menu__banner div img {margin:20px 0;padding:15px}
.menu__banner span {color:#fe7200;font-size:1.5em;font-weight:500}
.menu__banner span:last-of-type{font-size:1.3em}

.article_description h3.heading{font-weight:700}

header.fly {position:fixed;z-index:999;width:100vw}
.category-list__name, .category-list__item {border: 1px solid #0000002e;}
@media (max-width: 767px) {
    .btn-wame {
width:100%;
        color: #fff;
        display: inline-block;
        background-color: #25D366 !important;
        padding: 5px 10px;
        border-radius: 5px;
        text-align: center;
        font-size: 10px;
        display: grid;
        justify-items: center;
    }
}