﻿@media (max-width: 767px) {
    #navbarCollapse {
        background-color: #fff !important;
    }
}

.navbar-brand img {
    height: 64px;
}

.nav-item a {
    border-bottom: 2px solid transparent;
}

    .nav-item a:hover {
        border-bottom: 2px solid #333;
    }

.round-editor {
    border-radius: 1.5rem;
}

.border-silver {
    border-color: silver !important;
}

.banner {
    height: 160px;
    background-position: center center;
    background-size: cover;
}

.hide {
    display: none;
}

.shop-info .text {
    font-size: smaller;
}

.shop-info .tel {
    color: #333;
    font-weight: bold;
}

.shop-info .address {
    color: #777;
}

.shop-info .desc {
    color: #333;
}

.shop-info .time {
    color: #777;
}

#cart {
}

    #cart table {
        width: 100%;
    }

    #cart tr {
        border-bottom: 1px solid #fff;
    }

    #cart td.qty {
        width: 130px;
    }

    #cart td.name, #cart td.price {
        padding-top: 8px;
    }

        #cart td.name ul {
            padding-left: 5px;
            font-size: small;
        }

        #cart td.name li:before {
            content: "-";
            padding-right: 5px;
        }

        #cart td.name li {
            list-style: none;
        }

    #cart td.price {
        text-align: right;
    }

    #cart td.total_title {
        text-align: right;
    }

    #cart td.total {
        font-weight: bold;
        text-align: right;
    }

.cart_control {
    position: relative;
    width: 140px;
    height: 50px;
}

.search_button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 40px;
    border: none;
    border-left: 1px solid #DDD;
    background-color: transparent;
}

#postcode {
    border-top-right-radius: 1.5rem;
    border-bottom-right-radius: 1.5rem;
}

footer {
    background-color: #333;
    color: #fff;
    padding: 20px;
}

    footer svg {
        width: 16px;
        height: 16px;
        color: #fff;
        fill: currentColor;
    }

footer a {
    color: #fff;
    text-decoration: none;
    margin: 10px;
}


.star0::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(0 / 5 * 100%), #333 calc(0 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star05::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(0.5 / 5 * 100%), #333 calc(0.5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star1::before {
    content: '★★★★★';
    letter-spacing: 1px;
    -webkit-background-clip: text;
    background: linear-gradient(90deg, #fc0 calc(1 / 5 * 100%), #333 calc(1 / 5 * 100%));
    -webkit-text-fill-color: transparent;
}

.star15::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(1.5 / 5 * 100%), #333 calc(1.5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star2::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(2 / 5 * 100%), #333 calc(2 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star25::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(2.5 / 5 * 100%), #333 calc(2.5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star3::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(3 / 5 * 100%), #333 calc(3 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star35::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(3.5 / 5 * 100%), #333 calc(3.5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star4::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(4 / 5 * 100%), #333 calc(4 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star45::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(4.5 / 5 * 100%), #333 calc(4.5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.star5::before {
    content: '★★★★★';
    letter-spacing: 1px;
    background: linear-gradient(90deg, #fc0 calc(5 / 5 * 100%), #333 calc(5 / 5 * 100%));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}