﻿
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700&display=swap');


body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    position: relative;
    margin: 0 !important;
    padding: 0 !important;
    padding-right: 0px !important;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    min-height: 100%;
    height: 100%;
    font-family: 'Noto Sans TC', sans-serif;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

a,
a:hover,
a:focus,
a:active {
    text-decoration: none;
    -webkit-transition-duration: 500ms;
    transition-duration: 500ms;
}


/*----------------header---------------------*/


.heading_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.heading_container h2 {
  position: relative;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: bold;
}

.heading_container h2 span {
  color: #ffbe33;
}

.heading_container p {
  margin-top: 10px;
  margin-bottom: 0;
}

.heading_container.heading_center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

a,
a:hover,
a:focus {
  text-decoration: none;
}

a:hover,
a:focus {
  color: initial;
}

.btn,
.btn:focus {
  outline: none !important;
  -webkit-box-shadow: none;
          box-shadow: none;
}


/*----------------注意 ps---------------------*/

.accordion {
    position: relative;
    width: 98%;
    max-width: 98%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    clear: both;
    margin: 0 auto 40px auto
}

.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

    .accordion .accordion-item button[aria-expanded=true] {
        border-bottom: 1px solid #0a65b5;
    }

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

    .accordion button:hover, .accordion button:focus {
        cursor: pointer;
        color: #d61c22;
    }

        .accordion button:hover::after, .accordion button:focus::after {
            cursor: pointer;
            color: #03b5d2;
            border: 1px solid #03b5d2;
        }

    .accordion button .accordion-title {
        padding: 15px 20em 15px 0;
        color: #0a65b5;
        letter-spacing: 1px;

        position: relative;
        float: left;
        width: auto;
        display: contents;
    }

    .accordion button .icon {
        display: inline-block;
        position: absolute;
        top: 18px;
        right: 0;
        width: 22px;
        height: 22px;
        border: 1px solid;
        border-radius: 22px;
    }

        .accordion button .icon::before {
            display: block;
            position: absolute;
            content: "";
            top: 9px;
            left: 5px;
            width: 10px;
            height: 2px;
            background: currentColor;
        }

        .accordion button .icon::after {
            display: block;
            position: absolute;
            content: "";
            top: 5px;
            left: 9px;
            width: 2px;
            height: 10px;
            background: currentColor;
        }

    .accordion button[aria-expanded=true] {
        color: #0a65b5;
    }

        .accordion button[aria-expanded=true] .icon::after {
            width: 0;
        }

        .accordion button[aria-expanded=true] + .accordion-content {
            opacity: 1;
            max-height: 9em;
            padding: 10px;
            transition: all 200ms linear;
            will-change: opacity, max-height;
        }

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

    .accordion .accordion-content p {
        font-size: 1rem;
        font-weight: 300;
    }

/*----------------
     
    
  btn style
                
   ------------*/
/*-----shop------*/

.shop_online {
    display: inline-block;
    padding: 8px 20px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

  .shop_online:hover {
        color: #ffffff;
        background-color: #e69c00;
        text-decoration: none
    }
/*-----order------*/

.order_online {
    display: inline-block;
    padding: 8px 20px;
    background-color: #c33;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .order_online:hover {
        background-color: #0a65b5;
        color: #fff;
        text-decoration: none
    }



.pay_online {
    display: inline-block;
    padding: 8px 30px;
    background-color: #0a65b5; 
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .pay_online:hover {
        background-color: #c33;
        color: #fff;
        text-decoration: none
    }
/*-----btn box------*/
.btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
}

.returnBtn {
    display: inline-block;
    padding: 10px 55px;
    background-color: #ffbe33;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}


    .returnBtn:hover {
        color: #ffffff;
        background-color: #e69c00;
    }

    /*----------
        head menu
        
        ----------------*/

.header_section {
    padding: 15px 0;

    display: block;
    box-shadow: 0px 2px 5px rgb(0 0 0 / 10%);

    background: rgba(255,255,255,0.9);
    box-shadow: 0px 2px 5px rgba(0,0,0,0.1);
}

.header_section .container-fluid {
  padding-right: 25px;
  padding-left: 25px;
}

.navbar-brand {
  font-family: 'Dancing Script', cursive;
}

.navbar-brand span {
  font-weight: bold;
  font-size: 32px;
  color: #ffffff;
}

.custom_nav-container {
  padding: 0;
}

.custom_nav-container .navbar-nav {
  padding-left:8%;
  padding-top:0
}

.custom_nav-container .navbar-nav .nav-item .nav-link {
  padding: 5px 15px;
  color: #000;
  font-size:20px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  letter-spacing:1px
}

.custom_nav-container .navbar-nav .nav-item:hover .nav-link, .custom_nav-container .navbar-nav .nav-item.active .nav-link {
  color: #c33;
}

@media (max-width: 1200px) {
    .custom_nav-container .navbar-nav {
        padding: 15px
    }
    .custom_nav-container .navbar-nav .nav-item .nav-link {
        padding: 5px 10px;
        font-size:18px
    }
}
    @media (max-width: 1366px) {

        .custom_nav-container .navbar-nav {
            padding-left:0%
        }
    }

    /*-----------------------------


        icon
-----------------------------*/
    .user_option {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 0px !important
    }


        .user_option a {
            margin: 0 10px;
        }

        .user_option .user_link {
            color: #333;
        }

            .user_option .user_link:hover {
                color: #ffbe33;
            }

        .user_option .cart_link {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
        }

.cart-icon {
    color: #333;
    font-size: 18px;
    margin-right: 3px;
    float: left;
}


            .user_option .cart_link svg {
                width: 17px;
                height: auto;
                fill: #333;
                margin-top:4px;
            }

            .user_option .cart_link:hover svg {
                fill: #ffbe33;
            }



.custom_nav-container .nav_search-btn {
    width: auto;
    height: auto;
    padding: 0;
    border: none;
    color: #333;
    margin: 0 10px;
}

    .custom_nav-container .nav_search-btn:hover {
        color: #ffbe33;
    }

/*---------------------
  
     cart_List
                
   ---------- ------------*/


.badge {
    background-color: #6394F8;
    border-radius: 10px;
    color: white;
    display: inline-block;
    font-size: 13px;
    line-height: 1;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    margin-bottom:15px;
    margin-left:3px
}



.shopping-cart {
    margin: 20px 0;
    float: right !important;
    background: #fff;
    width: 320px;
    position: absolute;
    border-radius: 3px;
    padding: 20px;
    z-index: 2; 
    top: 100px;
    right: 16%;
    left:auto!important;
    border: 1px solid #ccc;
}



    .shopping-cart:before {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        visibility: visible;
        border-width: 21px;
        border-bottom-color: #ccc;
        top: -42px;
        border-bottom-color: #ccc;
        left:10px;
    }


    .shopping-cart:after {
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        visibility: visible;
        border-width: 21px;
        border-bottom-color: #fff;
        top: -40px;
        left: 10px;
    }
   

    .shopping-cart .shopping-cart-header {
        border-bottom: 1px solid #eee;
        padding-bottom: 15px;
        clear: both;
        background-color: #f8f8f8;
        width: 100%;
        max-width: 100%;
        display: flex;
        padding: 15px;
    }

     .shopping-cart-header .shopping-cart-total {
            float: right;
            letter-spacing: 2px
        }

  .shopping-cart-header .shopping-cart-total .lighter-text {
                display: inline-block;
                color: #888;
            }

        .shopping-cart-header .shopping-cart-total  .main-cart-total {
            color: #0a65b5;
            display: inline-block;
        
            font-size:20px;
            font-weight:700
        }

.shopping-cart .shopping-cart-items {
    padding-top: 15px;
}

        .shopping-cart .shopping-cart-items li {
            margin-bottom: 18px;
            padding:8px 0;
            border-bottom:#eee solid 1px
        }

        .shopping-cart .shopping-cart-items img {
            float: left;
            margin-right: 12px;
        }

    .shopping-cart .shopping-cart-items .item-name {
        display: block;
        padding-bottom: 5px;
            font-size: 18px;
            font-weight: 700;
            line-height:20px;
            flex: 3;
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
            color: #000
        }


        .shopping-cart .shopping-cart-items .item-price {
            color: #6394F8;
            margin-right: 8px;
            margin-top:7px;
            font-size: 17px;
            font-weight: 300;
            color: #333;
            height: 18px;
            line-height: 18px;
            text-align: right;
            width: 56px;
            float: right;
            font-weight:500
        }

        .shopping-cart .shopping-cart-items .item-quantity {
            color: #777;
            float: left;
            text-align: center;
            font-weight:500;
            font-size: 20px;
            padding: 0 6px 0 6px;
        }



            .shopping-cart .shopping-cart-items .item-quantity:before {
                content: "數量：";
                left: 0;
                font-weight:300;
                margin-right:8px;
                font-size: 14px;
            }


    .shopping-cart .shopping-cart-items .item-foodPs {
        color: #a3a3a3;
        display: block;
        font-style: normal;
        text-align: left;
        font-weight: 400;
        font-size: 14px;
        padding: 5px;
        flex: 1;
        width: 100%;
        max-width: 100%;
        clear: both;
        letter-spacing:1px
    }

.cart-summary-items {
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    max-height:325px;
    overflow-y: scroll;
    margin:15px auto

}
@media (max-width:991px) {
    .shopping-cart {
        right: 27%;
        top: 380px
    }
        .shopping-cart::after {
            left: 20%;
        }
    
    .shopping-cart:before{
     left: 20%;
   }
     }

@media (max-width:926px) {
    .shopping-cart {
        right: 32%;
    }
}


    @media (max-width:810px) {
        .shopping-cart {
            margin: 0px auto;
            float: none !important;           
            right: auto !important;
            left: auto !important;
            position:relative;
            top: 30px;
        }
    }


@media (max-width:480px) {
    .shopping-cart {
        max-width: 98%;
        width: 98%;
    }
}
    /*--------mobile btn---------*/

    .custom_nav-container .navbar-toggler {
        outline: none;
    }

    .custom_nav-container .navbar-toggler {
        padding: 0;
        width: 37px;
        height: 42px;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .custom_nav-container .navbar-toggler span {
            display: block;
            width: 35px;
            height: 4px;
            background-color: #000;
            margin: 7px 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            position: relative;
            border-radius: 5px;
            transition: all 0.3s;
        }

            .custom_nav-container .navbar-toggler span::before, .custom_nav-container .navbar-toggler span::after {
                content: "";
                position: absolute;
                left: 0;
                height: 100%;
                width: 100%;
                background-color: #000;
                top: -10px;
                border-radius: 5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            .custom_nav-container .navbar-toggler span::after {
                top: 10px;
            }

        .custom_nav-container .navbar-toggler[aria-expanded="true"] {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
        }

            .custom_nav-container .navbar-toggler[aria-expanded="true"] span {
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
            }

                .custom_nav-container .navbar-toggler[aria-expanded="true"] span::before, .custom_nav-container .navbar-toggler[aria-expanded="true"] span::after {
                    -webkit-transform: rotate(90deg);
                    transform: rotate(90deg);
                    top: 0;
                }


    /*--------------------------------------------------
    Logo 
-----------------------------------------------------------*/
    .logo {
        height: 70px;
    }

        .logo > a {
            display: block;
            height: 100%;
        }

            .logo > a > img {
                max-width: 300px;
                max-height: 100%;
                vertical-align: middle;
            }

    /* --------------------------
    tabs
-------------------------- */

    .tab-slider--nav {
        width: 100%;
        max-width: 100%;
        float: left;
        margin: 30px auto 15px auto;
        /* margin: auto; */
        background: #f3f3f3;
        border-radius: 35px;
    }

    .tab-slider--tabs {
        display: flex;
        /* float: left; */
        margin: 0;
        padding: 0;
        list-style: none;
        position: relative;
        /* border-radius: 35px; */
        overflow: hidden;
        /* background: #fff; */
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .tab-slider--tabs:after {
            content: "";
            width: 50%;
            background: #c33;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            transition: all 250ms ease-in-out;
            border-radius: 35px;
        }

        .tab-slider--tabs.slide:after {
            left: 50%;
        }

    .tab-slider--trigger {
        font-size: 18px;
        font-weight: 500;
        color: #345F90;
        text-transform: uppercase;
        text-align: center;
        padding: 15px 30px 15px 20px;
        position: relative;
        z-index: 1;
        cursor: pointer;
        display: inline-block;
        transition: color 250ms ease-in-out;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        margin-right: 5px;
        width: 50%;
        float: left;
        letter-spacing: 2px
    }

        .tab-slider--trigger.active {
            color: #fff;
        }

    .tab-slider--body {
        width: 100%;
        max-width: 100%;
        min-height: 100vh;
        margin-bottom: 20px;
    }

    .tab-slider--container {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 1px;
        overflow: hidden
    }







    .filters-content {
        display: block;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%;
        min-height: 1px;
        overflow: hidden;
        box-sizing: border-box
    }

    .filtersBox {
        box-sizing: border-box;
        position: relative;
        margin: 45px auto 30px auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-between;
        text-align: center;
        background: #f3f3f3;
        padding: 10px 5px
    }

    .food_section {
        display: block;
        margin: 0 auto;
        padding: 40px 0 60px 0
    }


        .food_section .filters_menu {
            text-transform: uppercase;
            padding: 0;
            left: 0;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            list-style-type: none;
            margin: 0 auto;
            overflow: hidden;
            list-style: none;
        }

            .food_section .filters_menu li {
                padding: 10px 25px;
                cursor: pointer;
                border-radius: 25px;
                font-size: 20px;
                display: inline-block;
                letter-spacing: 1px
            }

                .food_section .filters_menu li.active {
                    background-color: #222831;
                    color: #ffffff;
                }



        /*-----------------------------------

    菜單介紹

--------------------------------------------*/
        .food_section .box {
            position: relative;
            margin: 15px auto;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            border: #eee solid 1px;
            width: 100%;
            max-width: 100%;
            box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%)
        }

            .food_section .box .img-box {
                background: #f1f2f3;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 0;
                padding: 15px;
                text-align: center;
                display: block;
                width: 100%;
                max-width: 100%;
                height: 285px;
                overflow: hidden;
                display: block;
            }

                .food_section .box .img-box img {
                    -webkit-transition: all .2s;
                    transition: all .2s;
                    display: block;
                    width: 100%;
                    max-width: 100%;
                    height: 100%;
                    line-height: 0;
                    text-align: center;
                    border: none;
                    -o-object-fit: cover;
                    object-fit: cover;
                    vertical-align: middle;
                }



            .food_section .box .food-detail h5 {
                font-weight: 600;
                letter-spacing: 1px;
                text-align: center;
                text-overflow: ellipsis;
                display: -webkit-box;
                -webkit-box-orient: vertical;
                -webkit-line-clamp: 1;
                overflow:hidden;
            }




    .food-detail {
        padding: 10px 15px;
        display: block;
        margin: 10px auto 0 auto;
        height: 212px;
    }

        .food-detail .fdTxt {
            overflow: hidden;
            white-space: nowrap;
            text-overflow: ellipsis;
            display: -webkit-box;
            display: -webkit-box;
            -webkit-line-clamp: 3;
            -webkit-box-orient: vertical;
            white-space: normal;
            margin: 10px auto 10px auto
        }

            .food-detail .fdTxt a {
                font-size: 16px;
                color: #555
            }

                .food-detail .fdTxt a:hover {
                    color: #0a65b5;
                    text-decoration: none
                }

    .options {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

        .options h6 {
            float: left;
            font-size: 20px;
            margin-top: 10px;
            font-weight: 500;
        }


    .cart_icon {
        width: 40px;
        height: 40px;
        border-radius: 100%;
        background: #ffbe33;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative
    }

        .cart_icon a {
            border: none;
            padding: 0px;
            position: absolute;
            top: 4px;
            right: 6px;
        }

        .cart_icon img {
            border: none;
            width: 28px;
            height: 28px;
        }


    .sold-out-item-content {
        position: absolute;
        top: 0;
        left: 0;
        color: #ffffff;
        background-color: rgba(0,0,0,0.6);
        float: right;
        margin-top: 0px;
        z-index: 10;
        border-radius: 0;
    }

        .sold-out-item-content .sold-out-item {
            margin: 10px 15px;
            text-align: center;
        }

    .out-of-stock {
        filter: opacity(0.3);
    }

    .viewQuantity {
        width: 100%;
        line-height: 24px;
        margin: 10px auto;
        letter-spacing: 1px;
        display: block;
        text-align: center
    }

        .viewQuantity span {
            display: inline-block;
            -webkit-box-align: center;
            align-items: center;
            color: #777;
            font-size: 16px;
            padding: 0 5px
        }




    @media (max-width: 820px) {

        .food_section .box .img-box {
            max-height: 100%;
        }
    }



    /*-----------------------------------------


   sale offer
----------------------------------------*/
    .offer_section {
        width: 100%;
        padding: 90px 0 40px 0;
        -webkit-transition: all .2s;
        transition: all .2s;
        display: block;
        background-color: #fff8ea
    }

        .offer_section .box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            border-radius: 5px;
            padding: 15px;
            position: relative;
            margin: 35px auto;
            background-color: #ffffff;
            border-radius: 10px;
            overflow: hidden;
            border: #ccc solid 1px;
            width: 100%;
            max-width: 100%;
            box-shadow: 0 0.125rem 0.25rem rgb(0 0 0 / 8%)
        }


    .ribbon-wrapper {
        width: 160px;
        height: 110px;
        overflow: hidden;
        position: absolute;
        top: -6px;
        left: -10px;
    }

    .SaleMark {
        font: bold 15px Sans-Serif;
        line-height: 18px;
        color: #e9ea7b;
        text-align: center;
        text-transform: uppercase;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        position: relative;
        padding: 9px 0;
        left: -30px;
        top: 26px;
        width: 160px;
        background-color: #6daaab;
        box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
        letter-spacing: 0.5px;
        box-shadow: -3px 5px 6px -5px rgb(0 0 0 / 50%);
        outline: 1px dotted #E5E82C;
        outline-offset: -4px;
        background-image: radial-gradient(circle farthest-side, #FF1C1A, #BF0B00);
        text-shadow: 2px 1px 0px rgb(0 0 0 / 20%);
        font-size: 18px
    }


    .offer_section .sale-box {
        clear: both;
        position: relative;
        font-weight: 600;
        display: block;
        clear: both;
        max-width: 100%;
        width: 100%;
        padding: 5px;
    }

    .sale_meta {
        font-weight: 500;
        font-size: 1rem;
        letter-spacing: 0.1px;
        line-height: 1.8;
        word-break: break-all;
        margin: 10px auto;
    }

        .sale_meta span {
            padding: 5px 8px;
            color: #051922;
            font-size: 16px;
            color: #777;
            display: inline-block
        }

        .sale_meta i {
            display: inline-block;
            font-style: normal;
            color: #e55555;
            font-size: 16px;
            padding: 5px 8px
        }

    .offer_section .box .sale-box h5 {
        font-size: 22px;
        margin: 0 auto;
        letter-spacing: 2px
    }



    .offer_section .box .detail-box h6 span {
        font-size: 2.5rem;
        font-weight: bold;
    }


    .options-sale {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 100%;
        border-top: #eee solid 1px;
        padding: 10px 0
    }

        .options-sale .salecart_icon {
            display: inline-block;
            padding: 10px 20px;
            background: #ffbe33;
            letter-spacing: 2px;
            color: #ffffff;
            border-radius: 45px;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            border: none;
        }

            .options-sale .salecart_icon:hover {
                background-color: #c33;
            }


        .options-sale h6 {
            float: left;
            font-size: 24px;
            margin-top: 10px;
            font-weight: 500;
            color: #e55555;
        }

    .offer_section .box .img-box {
        width: 175px;
        min-width: 175px;
        height: 175px;
        margin-right: 15px;
        position: relative;
        -webkit-transition: all 0.1 0.5s;
        transition: all 0.1 0.5s;
        border-radius: 100%;
        border: 5px solid #ffbe33;
        overflow: hidden;
    }

        .offer_section .box .img-box img {
            display: block;
            position: absolute;
            top: 0;
            margin: 0;
            padding: 0;
            width: 100%;
            max-width: 100%;
            height: 100%;
            line-height: 0;
            text-align: center;
            border: none;
            -o-object-fit: cover;
            object-fit: cover;
            vertical-align: middle;
            -webkit-transition: all .2s;
            transition: all .2s;
        }




    /*---------注意--------*/


    .bd-callout {
        padding: 1.25rem;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        border: 1px solid #eee;
        border-left-width: 0.25rem;
        border-left-color: #c2143d;
        border-radius: 0.25rem;
    }

    .reg-message {
        display: block;
        background-color: #ffecee;
        border-radius: 8px;
        padding: 18px;
        color: #c2143d;
        margin-top: 24px;
        font-size: 18px;
        font-family: 'Noto Sans TC', sans-serif;
        letter-spacing: 2px;
        text-align: left
    }


    /*-----------------------------------------


    copyright
----------------------------------------*/
    .footer_section {
        background-color: #222831;
        color: #ffffff;
        padding: 75px 0 100px 0;
        text-align: center;
        display: block;
        margin-bottom: 80px
    }

        .footer_section a {
            font-weight: 400;
            font-size: 15px;
            line-height: 1.7;
            color: #777;
            margin: 0px;
            transition: all 0.4s;
            -webkit-transition: all 0.4s;
            -o-transition: all 0.4s;
        }


        .footer_section h4 {
            font-size: 21px;
            font-weight: 300;
            color: #ffbe33
        }


        .footer_section p {
            color: #dbdbdb;
        }

        .footer_section .footer-col {
            margin-bottom: 30px;
        }

        .footer_section .footer_contact .contact_link_box {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .footer_section .footer_contact .contact_link_box a {
                margin: 5px 0;
                color: #ffffff;
            }

                .footer_section .footer_contact .contact_link_box a i {
                    margin-right: 5px;
                }

                .footer_section .footer_contact .contact_link_box a:hover {
                    color: #ffbe33;
                }


        .footer_section .footer_social {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            margin-top: 20px;
            margin-bottom: 10px;
        }

            .footer_section .footer_social a {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                color: #222831;
                width: 30px;
                height: 30px;
                background-color: #ffffff;
                border-radius: 100%;
                margin: 0 2.5px;
                font-size: 18px;
            }
            .footer_section .footer_social .line {
                color: #222831;
                font-size: 10px;
                font-weight:bold;
                font-style:normal
            }
                .footer_section .footer_social a:hover {
                    color: #ffbe33;
                }

        .footer_section .footer-info {
            text-align: center;
            margin-top: 25px;
        }

            .footer_section .footer-info p {
                color: #ffffff;
                margin: 0;
            }

                .footer_section .footer-info p a {
                    color: inherit;
                }


    .foot_qrcode img {
        margin: 15px auto 0 auto;
        display: block;
        text-align: center;
        width: 120px;
        max-width: 120px;
        position: relative;
        padding: 5px;
        background-color: white;
    }

    .Info {
        max-width: 100%;
        width: 100%;
    }

        .Info ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
        }

            .Info ul li {
                display: block;
                word-break: break-all;
                list-style: none;
                float: left;
                width: 100%;
                text-align: left;
                padding: 3px 1%;
                line-height: 1.7;
            }

                .Info ul li a {
                    color: #fff
                }

    /*----------------
    
    
    order chart
    
    ------------*/
    .orderArea {
        overflow: hidden;
        background-color: rgb(255, 255, 255);
        box-shadow: rgb(145 145 145 / 50%) 0px 2px 12px 0px;
        position: fixed;
        z-index: 100;
        bottom: 0px;
        left: 0px;
        right: 0px;
        white-space: nowrap;
        overflow: auto hidden;
        display: flex;
        margin: 0px auto 0 auto;
        width: 100%;
        max-width: 100%;
        padding: 15px 0;
        -webkit-box-align: center;
        align-items: center;
        border-top: #d43f3a solid 2px;
    }


        .orderArea span {
            display: inline-block;
            color: rgb(0, 0, 0);
           
            line-height: 40px;
            font-size: 18px;
            padding: 0 5px
        }

    .storeCol {
        display: inline-block;
        font-size: 18px;
        line-height: 50px;
        font-weight: 600;
        color: rgb(0, 0, 0);
    }

    .orCol {
        border: 1px solid transparent;
        border-radius: 5px;
        display: inline-block;
        background-color: rgba(0, 0, 0, 0.04);
        padding-left: 10px;
        padding-right: 10px;
        margin: 7px 5px;
        font-size: 15px;
        line-height: 40px;
        font-weight: 400;
        color: rgb(0, 0, 0);
        min-height: 40px;
        cursor: pointer;
    }



    .ordright {
        border: 1px solid #555;
        border-width: 0 0 2px 2px;
        width: 15px;
        height: 15px;
        line-height: 0;
        font-size: 0;
        -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
        margin-top: 20px;
        margin-right: 8px;
    }

.order_toolCol {
    border: 1px solid transparent;
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
    margin: 0 5px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    min-height: 40px;
    cursor: pointer;
}

.order_price {
    font-size: 24px !important;
    font-weight: 500;
    color: #e55555 !important;
    margin: 0 5px;
    vertical-align: bottom;
    font-family: 'Noto Sans TC', 'Microsoft JhengHei', 'Hei', sans-serif;
    word-break: break-all;
}

        .order_price:before {
            content: "$";
            font-size: 15px;
            font-weight: 500;
            padding: 0 5px
        }
    /*----------------
    
    
   訂位 購物車BTN
    
    ------------*/


.orderArea .order_confirm {
    display: inline-block;
    padding: 4px 25px;
    background-color: #c33;
    color: #ffffff;
    border-radius: 45px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
}

    .orderArea .order_confirm:hover {
        background-color: #0a65b5;
        color: #fff;
        text-decoration: none;
    }


        /*------------------------------


   
   RightwidowsBtn

----------------------------- */
        .modalBtn {
            display: block;
            cursor: pointer;
            text-align: center;
        }

        .modalBtn:hover {
            opacity: 0.7;
        }
    /*------------------------------


   
    alertBox  

----------------------------- */
    .mdOverlay {
        top: 0;
        left: 0;
        width: 100%;
        position: fixed;
        z-index: 1000;
        background: #000;
        display: none;
    }


    .mdWindow > .mdClose {
        top: -15px;
        right: -15px;
        width: 32px;
        height: 32px;
        line-height: 32px;
        background: #757575;
        border-radius: 30px;
        position: absolute;
        z-index: 99;
        cursor: pointer;
        box-shadow: 0 0 3px 0 #000;
        text-align: center;
        COLOR: transparent;
    }

        .mdWindow > .mdClose:before {
            content: "X";
            padding: 0 8px;
            color: #fff;
            font-size: 1.5em;
            display: block
        }




    .modalInclude {
        display: none;
    }


    /*--txt---*/
    .contWrap {
        margin: 30px auto;
        padding: 0 20px;
        width: 100%;
        height: 90%;
        box-sizing: border-box;
        overflow-y: auto;
    }



    .contWrapTit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: start;
        align-items: flex-start;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 15px;
        border-bottom: 1px solid #dee2e6;
        border-top-left-radius: calc(0.3rem - 1px);
        border-top-right-radius: calc(0.3rem - 1px);
        margin: 10px auto 15px auto;
    }


        .contWrapTit h2 {
            font-family: 'Noto Sans TC', sans-serif;
            padding: 5px;
            font-size: 22px;
            font-weight: 700;
            text-align: center;
            letter-spacing: 1px
        }

    .contWrap .contWrapTxt {
        font-family: 'Noto Sans TC', sans-serif;
        font-size: 18px;
        padding: 10px;
        color: #000
    }




    .mdWindow {
        display: block;
        margin-left: auto;
        top: 12%;
        left: 42%;
        max-width: 640px;
        height: 650px;
        position: fixed;
        z-index: 1001;
        background: #fff;
        display: none;
        -webkit-box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
        -moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.3);
        box-shadow: 0 3px 6px 0 rgb(0 0 0 / 30%);
    }

    @media (max-width: 1440px) {
        .mdWindow {
            left: 38%;
            top: 9%;
        }
    }

    @media (max-width: 1366px) {
        .mdWindow {
            left: 35%;
            top: 6%;
        }
    }

    @media (max-width: 1180px) {
        .mdWindow {
            left: 30%;
        }
    }

    @media (max-width: 992px) {
        .mdWindow {
            left: 27%;
        }
    }

    @media (max-width: 915px) {
        .mdWindow {
            top: 10%;
            left: 28%;
        }
    }


    @media (max-width:851px) {
        .mdWindow {
            margin-left: auto;
            top: 10%;
            left: 25%;
            max-width: 80%;
            height: 80vh;
        }
    }


    @media (max-width: 576px) {
        .mdWindow {
            max-width: 90%;
            left: 5%
        }
    }
    /*--img-------*/
    .Arfoodpic {
        display: block;
        background-color: rgba(0,0,0,.04);
        background-size: 55px 50px;
        height: 300px;
        width: 100%;
        background-repeat: no-repeat;
        background-position: 50%;
        background-size: contain;
        overflow: hidden
    }


    /*------小標------*/

    .food-listTitCol {
        margin: 0 auto 10px auto;
        padding: 5px 5px;
        display: flex;
        align-items: flex-start;
        line-height: 1.18em;
        max-width: 100%;
        background: #F6F6F6;
    }

    .food-title {
        font-weight: 600;
        flex: 1 1 auto;
        font-size: 20px;
        text-align: left;
        padding-left: 10px
    }

    .list-tag {
        z-index: 1;
        display: block;
        padding: 0.25rem 0.5rem;
        color: #0d6efd;
        background-color: #fff;
        border: 1px solid;
        letter-spacing: 2px;
        font-size: 13px;
        border-radius: 2px;
        line-height: 1.17em;
        text-transform: uppercase;
        margin: 5px 0px 0 8px;
        flex: 0 0 auto;
    }


    .list-tag-gray {
        z-index: 1;
        display: block;
        padding: 0.25rem 0.5rem;
        color: #777;
        background-color: #fff;
        border: 1px solid;
        letter-spacing: 2px;
        font-size: 13px;
        border-radius: 2px;
        line-height: 1.17em;
        text-transform: uppercase;
        margin: 5px 0px 0 8px;
        flex: 0 0 auto;
    }

    .food-titleps {
        clear: both;
        width: 100%;
        font-weight: 300;
        font-size: 14px;
        text-align: left;
        padding: 0 10px;
        letter-spacing: 2px;
        font-style: normal
    }
    /*--------選單-------*/
    .foodlist-Box {
        grid-row: auto;
        text-align: left;
        display: block;
        margin: 0px auto 15px auto
    }

        .foodlist-Box ul {
            padding: 0;
            margin: 0;
            list-style-type: none;
            list-style: none;
            left: 0
        }

            .foodlist-Box ul li {
                display: block;
                letter-spacing: 1px;
                padding: 10px 0 10px 0;
                cursor: pointer;
                justify-content: center;
                justify-content: center;
                width: 100%;
                max-width: 100%;
                line-height: 25px
            }

    .foodlist-radioBox ul li:hover {
        background-color: #f8f8f8
    }

    /*----radioitem----------*/


    .customradio {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .radiotextsty {
        color: #000;
        font-size: 18px;
    }


    .foodChange-price {
        align-items: center;
        font-size: 20px;
        font-weight: 800;
        flex: 0 0 auto;
        text-align: right;
        color: #555;
        float: right;
        margin: 5px 0 0 5px;
    }

    /* Hide the browser's default radio button */
    .customradio input {
        position: absolute;
        opacity: 0;
        background-color: #fff;
        cursor: pointer;
    }

    /* ------ radio button --------*/
    .checkmark {
        position: absolute;
        top: 3px;
        left: 0;
        height: 22px;
        width: 22px;
        background-color: #FFF;
        border-radius: 50%;
        border: 1px solid #BEBEBE;
    }

    /* On mouse-over, add a grey background color */
    .customradio:hover input ~ .checkmark {
        background-color: transparent;
    }

    /* When the radio button is checked, add a blue background */
    .customradio input:checked ~ .checkmark {
        background-color: #fff;
        border: 1px solid #BEBEBE;
    }

    /* Create the indicator (the dot/circle - hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the indicator (dot/circle) when checked */
    .customradio input:checked ~ .checkmark:after {
        display: block;
    }

    /* Style the indicator (dot/circle) */
    .customradio .checkmark:after {
        top: 2px;
        left: 2px;
        width: 16px;
        height: 16px;
        border-radius: 50%;
        background: #0d6efd;
    }


    /*------------------------
    
    
    打勾checkbox item
    
    
    
    
    -----------------------------*/

    .add-label {
        display: block;
        position: relative;
        padding-left: 30px;
        margin-bottom: 0px;
        cursor: pointer;
        font-size: 18px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        font-size: 16px;
        cursor: pointer
    }

        .add-label input[type=radio], input[type=checkbox] {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            margin-top: 0;
            margin-bottom: 0;
            margin-right: 0.7em;
            margin-left: 0;
        }

            .add-label input[type=radio]:focus {
                outline: thin dotted;
            }

        .add-label input[type=checkbox]:focus {
            outline: thin dotted;
        }

        .add-label input[type=radio] {
            position: relative;
            cursor: pointer;
            width: 21px;
            height: 20px;
            background-color: #ffffff;
            border: 1px solid #515151;
            border-radius: 100%;
        }

            .add-label input[type=radio]::after {
                content: "";
                border-radius: 100%;
                height: 12px;
                width: 13px;
                margin: auto;
                position: absolute;
                top: 3px;
                left: 3px;
                transition: background 0.25s ease;
            }

            .add-label
            input[type=radio]:checked::after {
                background: #0d6efd;
            }

        .add-label input[type=checkbox] {
            position: absolute;
            width: 24px;
            height: 24px;
            border: 1px solid #515151;
            border-radius: 2px;
            background-color: #ffffff;
            margin-bottom: 5px;
            top: 3px;
            left: 0
        }

            .add-label input[type=checkbox]::after {
                content: "";
                width: 70%;
                height: 45%;
                border-radius: 0;
                margin: auto;
                position: absolute;
                top: 3px;
                left: 3px;
                transition: background 0.25s ease;
            }

            .add-label input[type=checkbox]:checked {
                background-color: #0d6efd;
            }

                .add-label input[type=checkbox]:checked::after {
                    border-left: 3px solid;
                    border-bottom: 3px solid;
                    border-color: #ffffff;
                    border-radius: 0;
                    transform: rotate(-45deg) translate3d(0, 0, 0);
                    transform-origin: center center;
                }

    /* IE 10+ */
    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        input[type=radio], input[type=checkbox] {
            border: none;
        }

        input[type=checkbox] {
            background-color: transparent;
        }
    }
    /*---------註解-------------------------*/

    .Psinput-box {
        position: relative;
        flex: 1;
        margin: 0 0 16px;
        font-family: Open Sans,Arial,sans-serif;
        border-top: #eee solid 1px;
        padding-top: 10px
    }

        .Psinput-box h3 {
            font-weight: 600;
            flex: 1 1 auto;
            font-size: 18px;
            text-align: left;
            color: #000
        }

    .Psinput-specials {
        font-size: 17px;
        font-weight: 300;
        padding: 15px;
        color: #777;
        width: 100%;
        min-height: 80px;
        background: #f8f8f8;
        border: 1px solid #ccc;
        resize: vertical;
    }

    /*---------cart quantity-------------------------*/


    .number-input {
        justify-content: center;
        display: flex;
    }

        .number-input,
        .number-input * {
            box-sizing: border-box;
        }

            .number-input button {
                outline: none;
                -webkit-appearance: none;
                background-color: rgb(242, 242, 242);
                border: none;
                align-items: center;
                justify-content: center;
                width: 40px;
                height: 40px;
                cursor: pointer;
                margin: 0;
                position: relative;
                box-shadow: 0px 0px 1px #474747;
                border-radius: 50%;
            }

                .number-input button:before,
                .number-input button:after {
                    display: inline-block;
                    position: absolute;
                    content: '';
                    width: 1rem;
                    height: 2px;
                    background-color: #212121;
                    transform: translate(-50%, -50%);
                }

                .number-input button.plus:after {
                    transform: translate(-50%, -50%) rotate(90deg);
                }

            .number-input input[type=number] {
                font-family: sans-serif;
                padding: 0 8px 5px 8px;
                border: none;
                border-width: 0 2px;
                font-size: 22px;
                height: 48px;
                font-weight: bold;
                text-align: center;
                color: #0d6efd
            }

            .number-input input[type=number] {
                max-width: 80px;
                border: none;
                border-width: 0 2px;
                font-weight: bold;
                text-align: center;
            }







    input[type="number"] {
        -webkit-appearance: textfield;
        -moz-appearance: textfield;
        appearance: textfield;
    }

    input[type=number]::-webkit-inner-spin-button,
    input[type=number]::-webkit-outer-spin-button {
        -webkit-appearance: none;
    }




    .number-input .number-input-button {
        outline: none;
        -webkit-appearance: none;
        background-color: #fff;
        //border: none;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        cursor: pointer;
        margin: 0;
        position: relative;
        box-shadow: 0px 0px 1px #474747;
        border: 1px solid #9be3df;
        border-radius: 50%;
        // display: inline-block;
    }

        .number-input .number-input-button:before,
        .number-input .number-input-button:after {
            display: inline-block;
            position: absolute;
            top: 50%;
            left: 50%;
            content: '';
            width: 10px;
            height: 2px;
            background-color: #9be3df;
            transform: translate(-50%, -50%);
        }

        .number-input .number-input-button.plus:after {
            transform: translate(-50%, -50%) rotate(90deg);
        }




    /*---------------------
Shop Details
-----------------------*/

    .product-details {
        overflow: hidden;
        padding-top: 80px;
        padding-bottom: 120px
    }

    .product__details__pic__item {
        margin:0 auto 20px auto;
        text-align:center;
        display:block
    }

        .product__details__pic__item img {
            max-width: 100%;
            text-align:center;
        }

    .product__details__pic__slider img {
        cursor: pointer;
    }

    .product__details__pic__slider.owl-carousel .owl-item img {
        width: auto;
    }

    .product__details__text h3 {
        color: #252525;
        font-weight: 700;
        margin-bottom: 16px;
    }

    .product__details__text .product__details__rating {
        font-size: 14px;
        margin-bottom: 12px;
    }

        .product__details__text .product__details__rating i {
            margin-right: -2px;
            color: #EDBB0E;
        }

        .product__details__text .product__details__rating span {
            color: #dd2222;
            margin-left: 4px;
        }

    .product__details__text .product__details__price {
        font-size: 28px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .product__details__text p {
        margin-bottom: 30px;
        font-size: 16px;
        line-height: 1.5;
        color: #777
    }

    .product__details__text .heart-icon {
        display: inline-block;
        font-size: 16px;
        color: #6f6f6f;
        padding: 13px 16px 13px;
        background: #f5f5f5;
    }

    .product__details__text ul {
        margin: 0;
        width: 100%;
        border-top: 1px solid #ebebeb;
        padding-top: 10px;
        margin-top: 15px;
    }

        .product__details__text ul li {
            font-size: 16px;
            color: #1c1c1c;
            list-style: none;
            line-height: 36px;
        }

            .product__details__text ul li b {
                font-weight: 700;
                width:auto;
                  padding:0 15px;
                text-align:right;
                display: inline-block;
            }

            .product__details__text ul li span samp {
                color: #dd2222;
            }

            .product__details__text ul li .share {
                display: inline-block;
            }

                .product__details__text ul li .share a {
                    display: inline-block;
                    font-size:25px;
                    color: #1c1c1c;
                    margin-right: 15px;
                    width: 28px;
                    height: 28px;
                    line-height: 25px;
                }

                    .product__details__text ul li .share a:last-child {
                        margin-right: 0;
                    }

    .product__details__quantityBox {
        display: flex;
        margin: 5px auto
    }

    .product__details__quantity {
        display: inline-block;
        margin-right: 10px;
    }

    .pro-qty {
        width: 140px;
        height: 50px;
        display: inline-block;
        position: relative;
        text-align: center;
        background: #f5f5f5;
        margin-bottom: 5px;
    }

        .pro-qty input {
            height: 100%;
            width: 100%;
            font-size: 16px;
            color: #6f6f6f;
            width: 50px;
            border: none;
            background: #f5f5f5;
            text-align: center;
        }

        .pro-qty .qtybtn {
            width: 35px;
            font-size: 16px;
            color: #6f6f6f;
            cursor: pointer;
            display: inline-block;
        }

    .product__details__tab {
        padding-top: 85px;
    }

        .product__details__tab .nav-tabs {
            border-bottom: none;
            justify-content: center;
            position: relative;
            background-color: #f9f9f9;
            padding: 15px
        }



            .product__details__tab .nav-tabs li {
                margin-bottom: 0;
                margin-right: 65px;
                letter-spacing: 2px;
              
            }

                .product__details__tab .nav-tabs li:last-child {
                    margin-right: 0;
                }

                .product__details__tab .nav-tabs li a {
                    font-size: 20px;
                    color: #999999;
                    font-weight: 700;
                    border: none;
                    border-top-left-radius: 0;
                    border-top-right-radius: 0;
                    padding: 0;
                }



.nav-tabs .nav-link.active {
    color: #000;
    background-color: transparent
}

    .product__details__tab .product__details__tab__desc {
        padding-top: 44px;
    }

        .product__details__tab .product__details__tab__desc h6 {
            font-weight: 500;
            font-size: 20px;
            border: none;
            color: #292929;
            text-decoration: none;
            font-style: normal;
            padding: 0;
            margin-bottom: 20px;
        }

        .product__details__tab .product__details__tab__desc p {
            color: #666666;
        }

    /*---------------------
  Shop Details
-----------------------*/

    .related-product {
        padding-bottom: 30px;
    }

    .related__product__title {
        margin-bottom: 70px;
    }




/*---------------------
  Shop Details img zoom
-----------------------*/



.zoomArea {
    max-width:400px;
    height:auto;
    overflow:hidden;
    text-align:center;
    margin:auto;
    padding:15px;
    border:1px solid #eee
}


    .zoomArea > img {
        width: 100%;
        height: 100%;
        text-align: center
    }

.zoomAreaFull {
    max-width: 100%;
    height: auto;
    overflow: hidden;
    text-align: center;
    margin: auto;
    padding: 10px;
    border: 1px solid #eee
}

    .zoomAreaFull > img {
        width: 100%;
        height: 100%;
        text-align:center
    }
@media (max-width: 575px) {
    .zoomAreaFull {
        padding: 5px;
    }
}
/*---------------------
  內頁
-----------------------*/
.pageSec{

    padding: 70px 0 40px 0;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: block;
    overflow:hidden
}

.menu-Wrap{
    margin:20px auto 40px auto;
    max-width:80%;
    width:80%
}

@media (max-width: 575px) {
    .menu-Wrap {
        max-width: 90%;
        width: 90%
    }
}



/*---------------------
    
    Pagernews Box
    
    --------------------------*/


.newsListBox {
    padding:30px 15px;
    position: relative;
    background-color: #fff;
    margin:15px auto 30px auto;
    width: 100%;
    border: #ddd solid 1px;
    z-index: 1;
}



.newsListBox ul {
    width: 100%;
    padding: 0;
    margin: 0;
    left: 0;
    list-style: none;
    list-style-type: none;
}

    .newsListBox .item {
        display: flex;
        align-items: center;
        padding: 12px 10px;
    }

        .newsListBox .item h3 {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            line-height: 1.75;
            min-height: 30px;
            padding-left: 10px
        }


    .newsListBox li {
        font-size: 17px;
        position: relative;
        display: block;
        margin: 0;
        vertical-align: middle;
        letter-spacing: 1px;
        border-bottom: 1px dotted #bbb;
        max-width: 100%;
        width: 100%;
        cursor: pointer;
    }


    .newsListBox .item h3 a {
        font-size: 17px;
        display: block;
        text-decoration: none;
        color: #1c1c1c;
        -webkit-transition: opacity .2s linear;
        transition: opacity .2s linear;
        opacity: 1
    }

    .newsListBox li a:hover {
        cursor: pointer;
        opacity: .5
    }



.newsListBox li time {
    color: #1c1c1c;
    position: relative;
    left: 10px;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 16px;
    padding-right: 10px;
    min-width: 90px;
    overflow: hidden;
    font-style: normal
}




    .newsListBox li .tag {
        display: inline-block;
        line-height: 24px;
        width: 60px;
        flex: 0 0 60px;
        position: relative;
        padding: 3px 0;
        margin-right: 5px;
        text-align: center;
        color: #fff;
        border-radius: 3px;
        background: #af0d12;
        left: 15px;
        font-size: 14px
    }

@media (max-width: 1600px) {
    .newsListBox {
        width: 75%;
        margin-left: 80px
    }
}

@media (max-width: 1440px) {
    .newsListBox {
        margin-left: 60px
    }
}

@media (max-width: 1280px) {
    .newsListBox {
        margin-left: 30px
    }
}



@media (max-width:926px) {

    .newsListBox {
        float: none;
        width: 90%;
        max-width: 90%;
        margin: 190px auto 30px auto
    }

        .newsListBox .item {
            padding: 10px 8px;
            display: block
        }

    .newsListBox {
        padding: 60px 15px;
    }

        .newsListBox li .tag {
            font-size: 12px;
            line-height: 20px;
            padding: 2px 0
        }
}

/*----------------
    
    
    News內頁 202212 
    
    -----------------*/
.TxtInner {
    clear: both;
    letter-spacing: 0.5px;
    font-size: 1em;
    line-height: 2em;
    font-family: Microsoft JhengHei, Arial Black, LiHei Pro;
    word-wrap: break-word;
    word-break: break-all;
    padding: 15px;
    margin: 15px auto 30px auto;
    display: flex;
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}



.m-figure-section {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    max-width: 100%;
    width: 100%;
    margin: 15px auto 15px auto;
    padding-right: 20px;
    padding-left: 20px;
    justify-content: center;
    display: flex;
}

.fancyimg {
    display: block;
    float: left;
    padding: 0;
    margin: 10px 5px;
    overflow: hidden;
    max-width: 300px;
    height: auto;
    background-color: #f8f8f8;
    border: #eee solid 1px;
}

    .fancyimg img {
        display: block;
        line-height: 0;
        text-align: center;
        top: 0;
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: middle;
        border: none !important;
    }

.header_set_box {
    position: relative;
    max-width: 100%;
    width: 100%;
    margin: 0px auto 15px auto;
}

    .header_set_box:after {
        position: absolute;
        bottom: 0;
        left: 0;
        display: block;
        width: 100%;
        max-width: 100%;
        height: 2px;
        content: "";
        background-color: #ddd
    }

.header_set_inner {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 0
}

.header_set {
    position: relative;
    display: flex;
    max-width: 100%;
    flex: 0 0 100%;
}

    .header_set:after {
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        display: block;
        width: 160px;
        height: 5px;
        content: "";
        background-color: #ffbe33
    }

.content_header_col {
    margin-bottom: 15px;
    display: block;
    align-items: center;
    max-width: 100%;
    width: 100%;
}

.content_header {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5;
    letter-spacing: 0.04em;
    padding: 0px 10px 0 10px;
    margin: 10px 0 10px;
    display: inline-block;
}

.content_date {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8;
    letter-spacing: 0.04em;
    margin-right: 15px;
    margin-left: 15px;
    margin-bottom: 0px;
    white-space: nowrap;
    color: #666;
    display: inline-block;
}

.btnBack {
    min-width: 150px;
    height: 38px;
    padding: 0 10px;
    line-height: 38px;
    text-align: center;
    display: inline-block;
    border-radius: 25px;
    font-size: .875rem;
    background-color: #222831;
    font-weight: 500;
    border-color: #fff;
    margin: 15px auto 15px auto;
    letter-spacing: .1em;
    color: #fff;
}

    .btnBack:hover {
        background-color: #ffbe33;
        text-decoration: none;
    }

/*----------------
    
    
    pagenation
    
    -----------------*/
.pagination-custom {
    margin: 0px auto 15px auto;
    max-width: 100%;
    width: 100%;
}

    .pagination-custom > li > a {
        border-radius: 50% !important;
        display: inline-block;
    }

.pag-link {
    display: inline-block;
    vertical-align: middle;
    padding: 0px;
}

    .pag-link .disabled,
    .pag-link > a, .pag-link > span {
        display: inline-block;
        border-radius: 50%;
        font-size: 15px;
        line-height: 1.42857;
        margin-right: 5px;
        padding: 5px 12px;
        position: relative;
        text-decoration: none;
        border: none;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }



    .pag-link > a, .pag-link > span {
        background-color: #ffbe33;
        color: #fff;
        cursor: pointer;
    }

    /*--hover­---*/
    .pag-link.current a, .pag-link.current span {
        background-color: #1a1a1a;
        color: #fff;
        border-radius: 50% !important;
    }

    .pag-link:active > a, .pag-link:active > span,
    .pag-link:hover > a, .pag-link:hover > span,
    .pag-link:focus > a, .pag-link:focus > span {
        background-color: #e69c00;
        border-color: #ccc;
        color: #fff;
    }


    .pag-link .fa {
        display: inline-block;
        position: relative;
    }

    .pag-link .fa {
        display: inline-block;
        position: relative;
    }

.fa-left {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin: auto;
    text-align: center;
    bottom: 2px;
}

.fa-right {
    color: #fff;
    font-size: 14px;
    font-style: normal;
    margin: auto;
    text-align: center;
    bottom: 2px;
}

@media (max-width:812px) {
    .pag-link {
        margin-bottom: 3px
    }

        .pag-link .disabled, .pag-link > a, .pag-link > span {
            font-size: 14px;
            margin-right: 3px;
            padding: 6px 12px;
        }

    .fa-left:before {
        font-size: 13px;
    }

    .fa-right:before {
        font-size: 13px;
    }
}

.about-details {
    clear: both;
    display: block;
    margin: 0 auto;
    padding: 15px;
    line-height:30px;
    font-weight: normal;
    word-break: break-all;
    letter-spacing: 1px;
    font-size: 17px
}

.about-details img {
    max-width: 100%;
}

/*----------------
    
    
    order
    
    -----------------*/

.bookSec {
    padding: 70px 0 40px 0;
    box-sizing: border-box;
    max-width: 100%;
    width: 100%;
    display: block;
}

.Wrapform-booking {
    z-index: 2;
    display: block;
    padding: 70px 15px 40px 15px;
    width: 100%;
    max-width: 100%;
    margin-bottom: 60px;
    position: relative;
    box-sizing: border-box;
}


.Wrapform-booking input {
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
    width: 100%;
    height: 100%;
}

.selecionado_opcion {
    padding: 10px 2%;
    width: 100%;
    display: block;
    margin: 0px;
    font-weight: 400;
    line-height: 1.7;
    color: #666666;
    cursor: pointer;
    font-size: 16px;
}

.Wrapform-booking span {
    font-weight: 400;
    font-size: 16px;
    color: #555555;
    display: inline-block;
    line-height: 30px;
}


.size12 {
    border-radius: 10px;
    width: 100%;
    height: 50px;

    margin-bottom: 23px;
}





.Wrapform-booking .bookradio {
    border-radius: 10px;
    font-weight: 400;
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
    width: 20px;
    height: 20px;
    border:none
}
/* ------------------------------------ */
/*input {
    outline: none;
    border: none !important;
}*/

textarea {
    outline: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
        box-shadow: 0 0 0px 2px #ec1d25;
        -moz-box-shadow: 0 0 0px 2px #ec1d25;
        -webkit-box-shadow: 0 0 0px 2px #ec1d25;
        -o-box-shadow: 0 0 0px 2px #ec1d25;
        -ms-box-shadow: 0 0 0px 2px #ec1d25;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #aaaaaa;
}

input:-moz-placeholder {
    color: #aaaaaa;
}

input::-moz-placeholder {
    color: #aaaaaa;
}

input:-ms-input-placeholder {
    color: #aaaaaa;
}

textarea::-webkit-input-placeholder {
    color: #aaaaaa;
}

textarea:-moz-placeholder {
    color: #aaaaaa;
}

textarea::-moz-placeholder {
    color: #aaaaaa;
}

textarea:-ms-input-placeholder {
    color: #aaaaaa;
}

/* ------------------------------------ */
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }



/*[ Calendar ]
///////////////////////////////////////////////////////////
*/
td.active {
    background-color: #ec1d25 !important;
}

input[type="date" i] {
    padding: 14px;
}

.table-condensed {
    width: 100%;
    max-width: 100%;
    padding: 8px 10px;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    font-family: '微軟正黑體',Helvetica,Arial,Heiti TC,"メイリオ",sans-serif;
    position: relative;
}

    .table-condensed td, .table-condensed th {
        font-size: 14px;
        text-align: center;
        font-weight: 400;
    }

.daterangepicker {
    width: 339px;
    box-shadow: 0px 3px 25px rgba(0,0,0,0.1);
    border: none;
    margin-top: 10px;
}

    .daterangepicker .calendar {
        max-width: inherit;
    }

    .daterangepicker thead tr th {
        padding: 10px;
        text-align: center;
    }

.table-condensed tr {
    border: none;
    width: 100%;
    max-width: 100%;
    display: table-row;
}

.daterangepicker .table-condensed th select {
    border: 1px solid #ccc;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px;
    margin-right: 5px
}

.daterangepicker td {
    width: 60px;
    height: 35px;
}




.icon_select_mate {
    position: absolute;
    top: 10px;
    right: 2%;
    font-size: 16px;
    height: 22px;
    cursor:pointer;
    transition: all 275ms;
    background-color:#fff
}

.select_mate {
    position: relative;
    min-width: 80%;
    width: 80%;
    min-height: 50px;
    color: #777;
    font-weight: 300;
    background-color: #fff;
    border: 2px solid #d9d9d9;
    border-radius: 10px;
    transition: all 375ms ease-in-out;
    /* Oculto el elemento select */
}

    .select_mate select {
        position: absolute;
        overflow: hidden;
        height: 0px;
        opacity: 0;
        z-index: -1;
    }

.cont_list_select_mate {
    position: relative;
    float: left;
    width: 100%;
}

.cont_select_int {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 999;
    overflow: scroll;
    height: 0px;
    width: 100%;
    max-width: 100%;
    background-color: #fff;
    padding: 0px;
    margin-bottom: 0px;
    margin-top: 0px;
    border-radius: 10px;
    color: #222;
    transition: all 375ms ease-in-out;
    max-height: 300px;
    overflow-y:scroll
}

    .cont_select_int li {
        position: relative;
        float: left;
        width: 96%;
        border-bottom: #ddd solid 1px;
        background-color: #FFF;
        list-style-type: none;
        padding: 10px 2%;
        margin: 0px;
        transition: all 275ms ease-in-out;
        display: block;
        cursor: pointer;
        color: #222;
    }

        .cont_select_int li:last-child {
            border-radius: 3px;
            border-bottom: 0px;
        }

        .cont_select_int li:hover {
            background-color: #fedede;
        }

    .cont_select_int .active {
        background-color: #e2e2e2;
    }

.nice-select .option {
    width: 100%;
    max-width: 100%;
    display: block;
    color: #000;
}
.nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgb(68 68 68 / 11%);
    box-sizing: border-box;
    margin-top: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: relative;
    top: 10px;
    left: 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: scale(.75) translateY(-21px);
    -ms-transform: scale(.75) translateY(-21px);
    transform: scale(.75) translateY(-21px);
    -webkit-transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    transition: all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;
    z-index: 9;
    width: 100%;
    max-width: 100%;
    overflow: scroll;
    max-height: 300px;
}


    .selecionado_opcion {
    padding: 10px 2%;
    width: 100%;
    display: block;
    margin: 0px;
    color: #222;
    cursor: pointer;
    font-size: 16px
}

/*[ copyright  ]
///////////////////////////////////////////////////////////
*/
.end-footer {
    position: relative;
    clear: both;
    bottom: 90px
}
/*------order------------*/



.orderArea {
    overflow: hidden;
    background-color: rgb(255, 255, 255);
    box-shadow: rgb(145 145 145 / 50%) 0px 2px 12px 0px;
    position: fixed;
    z-index: 100;
    bottom: 0px;
    left: 0px;
    right: 0px;
    white-space: nowrap;
    overflow: auto hidden;
    display: flex;
    margin: 0px auto 0 auto;
    width: 100%;
    max-width: 100%;
    padding: 15px 0;
    -webkit-box-align: center;
    align-items: center;
    border-top: #d43f3a solid 2px;
}


    .orderArea span {
        display: inline-block;
        color: rgb(0, 0, 0);
        line-height: 40px;
        padding: 0 5px
    }

.storeCol {
    display: inline-block;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    color: rgb(0, 0, 0);
}

.orCol {
    border: 1px solid transparent;
    border-radius: 5px;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.04);
    padding-left: 10px;
    padding-right: 10px;
    margin: 7px 5px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 400;
    color: rgb(0, 0, 0);
    min-height: 40px;
    cursor: pointer;
}



.ordright {
    border: 1px solid #555;
    border-width: 0 0 2px 2px;
    width: 15px;
    height: 15px;
    line-height: 0;
    font-size: 0;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    margin-top: 20px;
    margin-right: 8px;
}

.nice-select {
    -webkit-tap-highlight-color: transparent;
    background-color: #fff;
    border-radius: 5px;
    /* border: 1px solid #e8e8e8; */
    box-sizing: border-box;
    clear: both;
    cursor: pointer;
    display: block;
    /* float: left; */
    font-family: inherit;
    font-size: 14px;
    font-weight: 400;
    height: 42px;
    line-height: 40px;
    outline: 0;
    padding-left: 18px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: 100%;
    border-color:transparent !important;
    position: absolute;
}

.modalIncludeA{
    padding:10px
}

/*---------------------
    
    SearchList Box
    
    --------------------------*/


.searchListBox {
    padding: 30px 15px;
    position: relative;
    width: 100%;
    background-color: #fff;
    margin: 15px auto 30px auto;
    /*border: #ddd solid 1px;*/
    z-index: 1;
}

.searchListBox Input {
    -webkit-appearance: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    height: 42px;
    padding: 0 20px;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 18px;
    border: 1px solid #bfbfbf;
    font-size: 1rem;
    color: #313131;
    font-weight: 400;
}


    .searchListBox table {
        margin: 20px 0;
        border-radius: 18px;
        text-align:center;
    }

    .searchListBox table, th, td {
        cursor: pointer;
        border: 1px solid #bfbfbf;
        border-collapse: collapse;
    }
    .searchListBox tbody tr:hover {
        background-color: #DEE2E6;
    }
    .searchListBox th, td {
        padding: 5px
    }