﻿.noborder {
    border: none !important;
}

    .noborder .productList {
        padding-top: 0px !important;
    }

.category .productList {
    padding-top: 10px;
}

#menu .product img.thumb {
    max-width: 40px;
}

@media screen and (max-width: 640px) {
    #menu .product img.thumb {
        display: none;
        transform: translate(55px, 40px);
        z-index: 0 !important;
    }

    #menu .product img.original {
        display: block !important;
        position: relative !important;
        width: 100%;
        height: auto;
    }
}

#menu .product.free-item h4::after {
    content: "free item";
    color: #f33;
    font-style: italic;
    padding-left: 10px;
}

#menu .product.free-item .moreDetail .price {
    color: #ff0000;
    font-weight: bold;
}

#menu_delivery_fee {
    position: relative;
}

    #menu_delivery_fee p {
        margin: 0;
    }

    #menu_delivery_fee ul {
        background-color: rgba(0,255,0,0.1);
        list-style: none;
        height: 0px;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

        #menu_delivery_fee ul.show {
            height: auto;
            padding: 5px;
            margin: 5px;
        }

    #menu_delivery_fee li {
        text-align: center;
        margin: 5px 0;
    }

        #menu_delivery_fee li strong {
            font-weight: 600;
            color: darkblue;
            font-size: large;
        }


    #menu_delivery_fee b {
        font-weight: 600;
    }

#menu_delivery_fee {
    margin-top: 10px;
}

#ShowMobileBasket {
    padding-bottom: 10px !important;
}

    #ShowMobileBasket #potoggler {
        display: block;
        width: 120px;
        height: 30px;
        position: absolute;
        top: -40px;
        right: -10px;
        background-color: white;
        border: 1px solid #ccc;
        border-bottom: none;
        border-right: none;
    }

#potoggler span {
    font-size: 10pt;
    padding-right: 5px;
    font-weight: 600;
    color: red;
    text-shadow: 0 0 2px #FFF, 0 0 2px #FFF, 0 0 1px #FFF, 0 0 1px #ff4918, 0 0 1px #FF4918, 0 0 2px #FF4918, 0 0 3px #FF4918, 0 0 4px #FF4918, 2px 2px 2px rgba(206,76,23,0);
}
