﻿@charset "UTF-8";
/*!
 * Copyright 2018 NAPOLI, Inc.
 * 共用佈局
 * 企業色 紅 #da2029 
 * 網頁色 紅 #92122d
 */

ol, ul, li
{
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html
{
    height: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body
{
    height: 100%;
    margin: 0;
    font-size: 1.8em;
    font-family: "Roboto","Microsoft JhengHei",'Poppins',sans-serif;
    color: #666666;
    position: relative;
}

.float_left
{
    float: left;
}

.float_right
{
    float: right;
}

.clear
{
    clear: both;
}

.display_inline-block
{
    display: inline-block;
}

.display_block
{
    display: block;
}

a
{
    text-decoration: none !important;
    outline: none;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

    a:active,
    a:hover
    {
        outline: 0;
    }

img
{
    border: 0;
    vertical-align: middle;
}

.IndexContainer
{
    width:1170px;
    margin-left:auto;
    margin-right:auto;
    background-color:#FFF;
}
.IndexContainerStep
{
    margin:10px;
    text-align:center;
}
    
.IndexContainerMain
{
    width:1170px;
    margin-left:auto;
    margin-right:auto;
    padding:0 40px 40px 40px;
    background-color:#FFF;
}
.IndexContainerMain1
{
    width:1170px;
    margin-left:auto;
    margin-right:auto;
    padding:40px;
}
.MainBottom
{
    margin: 50px 0 80px 0;
}

.table-center
{
}

.text-center
{
    text-align: center;
}

.text-right
{
    text-align: right;
}

.font-weight-bold
{
    font-weight: 700;
    color: #0065b0;
}

.font-color-yellow
{
    color: #ffcc33;
}

.font-color-gray
{
    font-size: 0.85em;
    color: #999;
}

.font-color-price
{
    color: #f14646;
}

.font-size-85
{
    font-size: 0.85em;
}

.backrouend-color-yellow
{
    background-color: #ffcc33;
}

.Step
{
    margin: 15px 0;
}

.Step2
{
    margin: 20px 0 10px 0;
}

.Step3
{
    margin: 30px 0;
}
    .Step img, .Step2  img, .Step3 img, .Step4 img
    {
        width:100%;
    }
.preloader
{
    background-color: #ffffff;
    background-image: url(../../Images/preloader.GIF);
    background-position: center center;
    background-repeat: no-repeat;
    height: 100%;
    left: 0px;
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 999999;
}

.form-control
{
    height: 46px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    .form-control:active, .form-control:focus
    {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-color: #FFA33E;
    }
.AddProdPic
{
    margin-bottom:5px;
}
.Notes
{
    font-size:0.85em;
    padding:3px 5px;
}
    .Notes .NoteTiele
    {
        padding: 2px 4px;
        border: 1px dashed rgb(255, 255, 255);
        background-color: #b00c0c;
        color:#FFF;
    }
    .Notes ._Note
    {
        color: #b00c0c;
    }
    .Notes .SubNoteTitle
    {
        padding: 2px 4px;
        border: 1px dashed rgb(255, 255, 255);
        background-color: rgb(255, 204, 51);
        color:#FFF;
    }
    .Notes .SubNote
    {
        color: rgb(204, 153, 51);
    }
.NotesBlueBox
{
    position: relative;
    display: inline-block;
    height: 25px;
    background-color: #ffbe00;
    padding: 3px 10px;
    border-radius: 5px;
    color: #e10000;
    font-size: 0.8em;
    margin-bottom: 10px;
}

    .NotesBlueBox:before
    {
        content: '';
        display: block;
        border: 0.5em solid #ffbe00;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 37px;
        left: 0;
        margin: -1em 0 0 1em;
    }

.ValMsg
{
    margin-bottom: 10px;
    color: #e10000;
    font-size: 0.8em;
}
/*********************************************
 mispig : MasterPage
*********************************************/
#wrap
{
    min-height: 100%;
    height: auto;
    margin: 0 auto -65px;
    padding: 0 0 65px;
}

#template-navbar
{
    width: 100%;
    background: linear-gradient(#da2029,#92122d);
}

/* LOGO */
.header-logo
{
    float: left;
    width: 350px;
    height: 70px;
    margin-top: 5px;
}

    .header-logo:before
    {
        float: left;
        content: url(../../Images/logo-default.png);
    }

    .header-logo:after
    {
        float: left;
        content: "";
        color: #FFF;
        font-size: 1.1em;
    }
.divSexBox
{
    margin: 8px 0 0 8px;
}
/* header styles */
.divOrderQuery
{
    cursor: pointer;
}

.single-header-info
{
    margin-top:5px;
    float: right;
    padding-left: 35px;
}

    .single-header-info .header-icon-box,
    .single-header-info .content
    {
        display: table-cell;
        vertical-align: middle;
    }

        .single-header-info .header-icon-box .SearchOrder
        {
            padding-top: 8px;
        }

        .single-header-info .header-icon-box .inner-box
        {
            width: 60px;
            height: 60px;
            border: 2px solid #FFF;
            border-radius: 50% !important;
            text-align: center;
            line-height: 58px;
            margin-right: 15px;
        }

            .single-header-info .header-icon-box .inner-box i:before
            {
                font-size: 2em;
                color: #FFF;
            }

        .single-header-info .content div
        {
            font-size: 1em;
            color: #FFF;
        }

        .single-header-info .content h3
        {
            font-size: 0.6em;
            text-transform: uppercase;
            color: #FFF;
            font-family: 'Raleway', 'Microsoft JhengHei', sans-serif;
            font-weight: 800;
            margin: 0;
        }

        .single-header-info .content p
        {
            font-size: 13px;
            margin: 0;
            color: #FFF;
        }

            .single-header-info .content p b
            {
                font-size: 2em;
                color: #FFF;
                font-weight: 500;
            }

                .single-header-info .content p b a
                {
                    color: #FFF;
                }

    .single-header-info .thm-btn
    {
        margin: 7px 0;
    }

#Main
{
    padding-top: 160px;
}

.PageMain
{
    padding-top: 120px;
}

.PageMain1
{
    padding-top: 90px;
}

.PageMain2
{
    padding-top: 110px;
}
/* footer styles */
#template-footer
{
    position: relative;
    margin-top: 60px; /* negative value of footer height */
    background: linear-gradient(#da2029,#92122d);
    padding: 12px 0;
    font-size: 0.8em;
    color: #FFF;
    text-align:center;
}

.footer-Right
{
    position: absolute;
    bottom: 10px;
    right: 10%;
}

.social-media li
{
    display: inline-block;
    margin-right: 10px;
}

.fb, .twit, .g-plus, .link
{
    float: left;
    height: 70px;
    width: 70px;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -mz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

.fb
{
    background: url(../../Images/f-facebook_color.png);
    background-size: 70px 70px;
}

    .fb:hover
    {
        background: url(../../Images/f-facebook_black.png);
        background-size: 70px 70px;
    }

.twit
{
    background: url(../../Images/f-twitter_color.png);
    background-size: 70px 70px;
}

    .twit:hover
    {
        background: url(../../Images/f-twitter_black.png);
        background-size: 70px 70px;
    }

.g-plus
{
    background: url(../../Images/f-g-plus_color.png);
    background-size: 70px 70px;
}

    .g-plus:hover
    {
        background: url(../../Images/f-g-plus_black.png);
        background-size: 70px 70px;
    }

.link
{
    background: url(../../Images/f-linkedin_color.png);
    background-size: 70px 70px;
}

    .link:hover
    {
        background: url(../../Images/f-linkedin_black.png);
        background-size: 70px 70px;
    }

.iconBack:before
{
    font-family: 'icomoon';
    content: "\eae8";
}
/*********************************************
 mispig : Index
*********************************************/

.IndexForm
{
    width: 100%;
    background-color: #FFF;
    border-top: solid 10px #dcdcdc;
    border-bottom: solid 1px #b9bab5;
    border-left: solid 1px #b9bab5;
    border-right: solid 1px #b9bab5;
    border-radius: 10px;
}

.IndexForm1
{
    width: 100%;
    padding-bottom: 40px;
}

.IndexForm2
{
    width: 100%;
    background-color: #FFF;
    padding: 10px 40px;
    display: block;
    margin-top: 10px;
}

.IndexForm3
{
    display: block;
    width: 100%;
    background-color: #FFF;
    padding: 30px;
}

.BnnnerBox
{
    margin-top: 15px;
}
#divStoreInfo
{
    margin-top:3px;
    border-radius:3px;
    background-color:#0065b0;
    padding:2px 0px;
    color:#FFF;
    text-align:center;
    font-size:0.85em;
}
.carousel-control > span
{
    position: absolute;
    top: 50%;
    font-size: 1.5em;
}

.left.carousel-control > span
{
    left: 10%;
}

.right.carousel-control > span
{
    right: 10%;
}

.idx1Title, .idx2Title
{
    display: block;
    float: left;
    margin-right: 5px;
}

.idx1Main, .idx2Main
{
    display: block;
    text-align:center;
}

.idx2Box
{
    margin: 18px 0;
}

.idx2Main
{
    margin-top: 6px;
}

.IndexDeliverBox
{
    display: block;
    position: relative;
    height: 40px;
    margin: 10px auto;
}

.IndexForm-bar
{
    background-color: #dcdcdc;
    height: 10px;
}

.IndexDeliverTime
{
    position: relative;
    display: block;
    height: 35px;
    margin: 20px auto;
}

.IndexDeliverTimeWidth
{
    width: 750px;
    margin-bottom: 40px;
}

.IndexDeliverTime .icon
{
    display: block;
    position: absolute;
    font-size: 1em;
    color: #8b8e94;
}

.IndexDeliverTime .iconDate
{
    top: 15px;
    right: 20px;
}

.IndexDeliverTime .iconDate1
{
    top: 15px;
    left: 250px;
}

.IndexDeliverTime .iconTime
{
    top: 15px;
    left: 700px;
}

.IndexDeliverTime .iconTime1
{
    top: 15px;
    left: 250px;
}

.IndexDeliverTimeTitle
{
    display: block;
    float: left;
    margin: 10px 7px;
}

.IndexDeliverTypeTitle
{
    display: block;
    float: left;
    margin: 1px 7px;
}

.IndexDeliverTimeRight
{
    margin-left: 20px;
}
/* IndexCode styles */
.IndexCodeTable
{
    margin: 40px 0 50px 0;
    padding-left: 130px;
}

.IndexCode
{
    float: left;
    padding: 15px 10px 0 0;
}

.IndexCodeTxt
{
    float: left;
    margin-top: 3px;
}

.IndexCodeTxtWidth
{
    width: 120px;
}

.IndexCodeCaptcha
{
    float: left;
    margin: 2px 7px 0 7px;
}

.IndexCodeBtn
{
    float: left;
    padding-top: 5px;
}

.IndexInfoTitle
{
    line-height: 28px;
    padding-top: 5px;
    padding-left: 20px;
    font-size: 1.1em;
    font-weight: 600;
}

    .IndexInfoTitle:before
    {
        content: url(../../Images/information.png);
    }

.IndexInfo
{
    margin-top: 10px;
    line-height: 28px;
    margin-bottom: 20px;
    padding: 30px;
    background-color: #FFF;
    font-size: 0.85em;
}

.IndexInfo1
{
    line-height: 28px;
    margin-bottom: 20px;
    padding: 10px 30px;
    background-color: #FFF;
    font-size: 0.85em;
}

.IndexInfo2
{
    line-height: 28px;
    margin-bottom: 20px;
    padding: 40px 30px;
    background-color: #FFF;
    font-size: 0.85em;
}

.IndexInfo3
{
    line-height: 25px;
    padding: 20px 60px;
    background-color: #FFF;
    font-size: 0.85em;
}

.Index-btnSend
{
    display: inline-block;
}

.Index-btnSearch
{
    display: inline-block;
}

.DeliverBoxSpace
{
    margin-left: 0px;
}
/**Deliver*/
.btnDeliver
{
    width: 380px;
    height: 85px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    background-color: #ed2b33;
    border-radius: 7px 7px;
    padding: 15px;
}

    .btnDeliver:hover
    {
        background-color: #e41a28;
    }
/**Deliver:CheckBoxRed*/
.chkBoxDeliverRedTitle
{
    display: block;
    float: left;
    margin: 3px 7px;
}

.chkBoxDeliverRed .checkmarkRed
{
    position: absolute;
    top: 4px;
    left: -1px;
    height: 25px;
    width: 25px;
    background-color: #e10000;
    border-radius: 2px 2px;
}

.chkBoxDeliverRed .chkTextDeliver
{
    margin-left: 80px;
}

    .chkBoxDeliverRed .chkTextDeliver:before
    {
        position: absolute;
        float: left;
        content: url(../../Images/iconDeliveryRed.png);
        left: 35px;
        top: -10px;
    }

.chkBoxDeliverRed .chkTextDeliverStore
{
    margin-left: 70px;
}

    .chkBoxDeliverRed .chkTextDeliverStore:before
    {
        position: absolute;
        float: left;
        content: url(../../Images/iconDeliveryStoreRed.png);
        left: 35px;
        top: -10px;
    }

.chkBoxDeliverRed input[type=checkbox]:checked ~ .checkmarkRed:after
{
    content: "";
    position: absolute;
    display: block;
    left: 8px;
    top: 0px;
    width: 10px;
    height: 20px;
    border: solid #FFF;
    border-width: 0 5px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


/**Deliver:CheckBox*/
.chkBoxDeliver
{
    display: block;
    position: relative;
    padding-top: 10px;
    cursor: pointer;
    font-size: 1.4em;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default checkbox */
    .chkBoxDeliver input[type=checkbox]
    {
        position: absolute;
        opacity: 0;
    }
/* Create a custom checkbox */
.checkmark
{
    position: absolute;
    top: 15px;
    left: 20px;
    height: 25px;
    width: 25px;
    background-color: #FFF;
    border-radius: 2px 2px;
}

/* On mouse-over, add a grey background color */
.chkBoxDeliver:hover input[type=checkbox] ~ .checkmark
{
    background-color: #ffcc33;
}

/* When the checkbox is checked, add a blue background
.chkBoxDeliver input[type=checkbox]:checked ~ .checkmark {
  background-color: #2196F3;
} */

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after
{
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.chkBoxDeliver input[type=checkbox]:checked ~ .checkmark:after
{
    display: block;
}

/* Style the checkmark/indicator */
.chkBoxDeliver .checkmark:after
{
    position: absolute;
    left: 190px;
    top: 1px;
    width: 10px;
    height: 20px;
    border: solid #ed1b24;
    border-width: 0 5px 4px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* 取貨方式:外送小圖 */
.iconDeliver:before
{
    float: left;
    content: url(../../Images/iconDelivery.png);
    margin-left: 60px;
}
/* 取貨方式:外帶小圖 */
.iconDeliverStore:before
{
    float: left;
    content: url(../../Images/iconDeliveryStore.png);
    margin-left: 60px;
}

.divDeliver
{
    margin-left: -200px;
}

.divDeliverStore
{
    margin-left: 200px;
}

.divDeliverStoreBox
{
    margin-left: 80px;
}

.IndexChkDeliver
{
    position: relative;
    display: block;
    float: left;
    font-size: 1.3em;
    color: #e10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

.IndexChkDeliverNotesBox
{
    position: relative;
    display: inline-block;
    width: 610px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 15px;
    font-size: .92em;
    border-radius: 2px;
    background-color: #f1eeea;
    color: #515151;
}

    .IndexChkDeliverNotesBox .col-md-8,
    .IndexChkDeliverNotesBox .col-md-9,
    .IndexChkDeliverNotesBox .col-md-3,
    .IndexChkDeliverNotesBox .col-md-4
    {
        padding: 0;
    }

    .IndexChkDeliverNotesBox:before
    {
        content: '';
        display: block;
        border: 1em solid #f1eeea;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -.75em;
        left: 35px;
        margin: -1em 0 0 5em;
    }

#formControlbtnCheckAddrBox
{
    position: relative;
    height: 200px;
    margin-left: 28px;
}

.formControlbtnCheckAddr
{
    text-align: right;
}


.IndexChkDeliverNotesStoreBox
{
    position: relative;
    display: inline-block;
    width: 610px;
    box-sizing: border-box;
    margin-top: 10px;
    padding: 15px;
    font-size: .92em;
    border-radius: 2px;
    background-color: #f1eeea;
    color: #515151;
}

    .IndexChkDeliverNotesStoreBox:before
    {
        /*content: '';
        display: block;
        border: 1em solid #f1eeea;
        border-right-color: transparent;
        border-left-color: transparent;
        border-top-color: transparent;
        position: absolute;
        top: -.75em;
        left: 48px;
        margin: -1em 0 0 18.5em;*/
    }

.IndexDeliverType
{
    position: relative;
    display: block;
    margin: 10px auto 30px;
    width: 715px;
}

.IndexDeliverType1
{
    display: block;
    width: 300px;
    height: 40px;
}


.formControlDeliverAddr
{
    width: 60px;
}

.formControlDeliverAddr1
{
    width: 50px;
}

.formControlSelectCityBox
{
    padding: 0;
}

.formControlSelectCity
{
    padding: 6px 0 6px 20px;
    width: 100%;
}

.formControlSelectArea
{
    padding: 6px 0 6px 20px;
    width: 100%;
}

.formControlSelectRoad
{
    padding: 6px 0 6px 20px;
    width: 100%;
    margin: 5px 0;
}

.IndexBoxServiceTime
{
    display: block;
    float: left;
    font-family: 'Raleway', 'Open-Sans', sans-serif;
    padding: 0px;
    margin: 0 20px;
}

.IndexBoxBarIcon
{
    display: block;
    float: left;
}

.IndexBoxFrom
{
    display: block;
    float: left;
}

.IndexTitleBar1
{
    position: relative;
    background-color: #008e46;
    padding: 10px 20px;
    border-radius: 5px;
    color: #fff;
    margin-bottom: 40px;
}

    .IndexTitleBar1:before
    {
        content: '';
        display: block;
        border: 1em solid #008e46;
        border-right-color: transparent;
        border-left-color: transparent;
        border-bottom-color: transparent;
        position: absolute;
        top: 53px;
        left: 0;
        margin: -1em 0 0 5em;
    }

.IndexTitleBarIcon
{
    display: block;
    float: left;
    font-size: 1.3em;
    padding-top: 2px;
}

.IndexAddrBox
{
    display: block;
    float: left;
    width: 450px;
}

.IndexAddrBox1
{
    margin-left: 10px;
    margin-bottom: 5px;
}

.IndexAddrBtnSearch
{
    display: block;
    float: left;
    margin-bottom: 0px;
}

    .IndexAddrBtnSearch input[type="button"]
    {
        padding: 21px 50px;
        -moz-box-shadow: inset 0px 50px 0px -14px #f66a6b;
        -webkit-box-shadow: inset 0px 50px 0px -14px #f66a6b;
        box-shadow: inset 0px 50px 0px -14px #f66a6b;
    }

        .IndexAddrBtnSearch input[type="button"]:hover
        {
            -moz-box-shadow: inset 0px 50px 0px -14px #cc3939;
            -webkit-box-shadow: inset 0px 50px 0px -14px #cc3939;
            box-shadow: inset 0px 50px 0px -14px #cc3939;
        }

.IndexInfoBoxFinily
{
    margin-top: 20px;
}

.IndexCheckMargin
{
    margin: 30px;
}

.IndexBannerBg
{
    background-color: #e9e0db;
}

.IndexOrderBoxFinily
{
    float: left;
    width: 320px;
    background-color: #f6f3f1;
    padding: 10px;
    top: 30px;
    right: 120px;
    z-index: 999;
}

.IndexSearchAddrTop
{
    margin-top: 10px;
}

.Index1-4_Bar
{
    margin: 30px 0;
}

.Index1-4_icon1
{
    color: #fff;
    text-align: center;
    font-size: 20pt;
    padding-top: 6px;
    border-radius: 50%;
    background-color: #f46520;
    width: 45px;
    height: 45px;
    display: inline-block;
}

.Index1-4_TitleBox
{
    text-align:center;
    margin:10px;
}

.Index1-4_Title
{
    font-size: 1.7em;
    color: #214a00;
}

.Index1-4_DeliverTime
{
    display: block;
    margin-right: 10px;
}

.Index1-4_DeliverType
{
    float: left;
}

.Index1-4_Map
{
    margin: 15px 0;
    width:100%;
    height:250px;
}

.formControlDeliverAddr
{
    width: 100px;
}

.formControlDeliverAddr1
{
    width: 70px;
}

.formControlDeliverAddrNote
{
    width: 100%;
}
    #RoomTip label
    {
        display: block;
        position: relative;
    }
    #RoomTip span
    {
        position: absolute;
        float: left;
        line-height: 40px;
        left: 10px;
        color: #BCBCBC;
        cursor: text;
        font-weight:normal;
    }

.ControlDateBox1
{
    position: relative;
    display: inline-block;
    float: left;
}

    .ControlDateBox1 .icon
    {
        position: absolute;
        right: 10px;
        top: 13px;
        color: #8b8e94;
        z-index: 99;
    }
.formStep4DeliverTime {
    font-size: 1.3em;
}
.formControlDeliverTime
{
    font-size: 1.3em;
}

.formControlDeliverTimeWidth input[type="text"]
{
    width: 150px;
}

.formControlDeliverStroeCity
{
    padding: 6px 0 6px 20px;
    width: 140px;
}

.formControlDeliverStroeArea
{
    padding: 6px 0 6px 20px;
    width: 140px;
}

.formControlDeliverStroe
{
    padding: 6px 0 6px 20px;
    width: 290px;
}

#divDeliverStoreResultMsg
{
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    background: #ed1b24;
    width: 100%;
    color: #FFF;
    font-size:1.3em;
}

#divSearchDeliverStore
{
    position: absolute;
    bottom: 0px;
    border-radius: 5px;
    background: #7bb325;
    width: 100%;
}

    #divSearchDeliverStore div
    {
        color: #FFF;
        font-size: 1.1em;
    }

    #divSearchDeliverStore p
    {
        font-size: 0.6em;
    }
    #divSearchDeliverStore .Tel
    {
        font-size: 0.9em;
        margin-left:25px;
        margin-top:-8px;
    }

/*=================================================
||				5. owl-carousel
==================================================*/
#header-slider
{
    float: left;
    height: 450px;
    width: 810px;
}

.owl-carousel
{
    /*margin-top: 156px;*/
}

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item .item
    {
        height: 450px;
        width: 810px;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(1) .item
    {
        background: url('/images/banner-1.jpg');
        background-position: bottom;
        background-repeat: no-repeat;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(2) .item
    {
        background: url('/images/banner-2.jpg');
        background-repeat: no-repeat;
    }

    .owl-carousel .owl-wrapper, .owl-carousel .owl-item:nth-child(3) .item
    {
        background: url('/images/banner-1.jpg');
        background-repeat: no-repeat;
    }

.owl-theme .owl-controls .owl-buttons div
{
    position: absolute;
    bottom: 18px;
    padding: 10px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 15px;
    transition: all .4s;
    background: rgba(139, 195, 74, .75);
    color: #fff;
}

    .owl-theme .owl-controls .owl-buttons div:hover
    {
        color: #000;
        background: #fff;
    }

.owl-prev
{
    right: 16%;
}

.owl-next
{
    right: 11%;
}
/*********************************************
 mispig : Product
*********************************************/
.navbar-default
{
    position: fixed;
    z-index: 100;
    padding-top: 100px;
    background-color: rgba(139, 195, 74, 0.9);
    width: 100%;
}

/** filters list **/
#filter-list
{
    display: block;
    width: 100%;
    margin: 0px;
    padding-left: 0px;
    text-align: center;
    margin-bottom: 1px;
}

    #filter-list li
    {
        /*font-weight: bold;*/
        color: #3d7024 !important;
        display: inline-block;
        width: auto;
        padding: 6px 10px;
        margin-right: 15px;
        font-size: 1.2em;
        cursor: pointer;
        /*-webkit-border-radius: 3px;
	-moz-border-radius: 3px;*/
        /*border-radius: 3px;*/
        border-bottom: 2px solid rgba(255, 255, 255, 0);
    }

        #filter-list li:hover
        {
            color: #fff !important;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            -ms-transition: all 0.3s ease-in-out;
            -o-transition: all 0.3s ease-in-out;
        }

        #filter-list li.active
        {
            /*font-weight: bold;*/
            /*background: #D4CECC;*/
            border-bottom: 3px ridge #fff;
            color: #fff !important;
        }


.product
{
    padding: 20px;
}

    .product:hover img
    {
        opacity: .85;
    }

    .product img
    {
        transition: all 0.3s ease-in-out;
    }

    .product .prod-div-width
    {
        float: left;
        width: 400px;
    }

    .product .Prod-div-Info
    {
        width: 670px;
        float: left;
        margin-left: 30px;
    }

    .product .Prod-div-qty
    {
        width: 330px;
        float: right;
    }

    .product .Prod-Name
    {
        position: relative;
        font-size: 1.4em;
        height: 30px;
    }

    .product .Prod-Name-Icon:before
    {
        position: absolute;
        content: url(../../Images/iconProdTitle.png);
        top: 5px;
    }

    .product .Prod-Name-Spec
    {
        position: absolute;
        left: 40px;
    }

    .product .Prod-food-margin
    {
        margin: 20px 0;
    }

    .product .Prod-food-info
    {
        color: #cc9933;
    }

    .product .Prod-food
    {
        border: 1px #fff dashed;
        padding: 2px 4px;
        font-size: 0.85em;
    }

    .product .Prod-price
    {
        font-size: 2.3em;
    }

    .product .Prod-qty
    {
        float: left;
        margin: 0 10px;
    }

    .product .Prod-Cheese
    {
        float: left;
    }

    .product .Prod-Cart
    {
        float: right;
    }

.img-responsive
{
    display: block;
    max-width: 100%;
    height: auto;
}

.fixedCart
{
    position: fixed;
    top: 170px;
    right: 35px;
    z-index: 999;
    background-color: #FFF;
    width: 76px;
    height: 52px;
    background: url('/images/iconCart.gif') no-repeat scroll 0 0 transparent;
    text-align: center;
}

.cartCountInner
{
    width: 25px;
    line-height: 25px;
    border-radius: 100%;
    background: #3ab54a;
    padding: 0;
    color: #FFF;
    font-size: 1em;
    text-align: center;
    font-weight: lighter;
    font-family: 'Montserrat', sans-serif;
    display: inline-block;
    position: relative;
    top: -16px;
    left: 8px;
    cursor: pointer;
}

    .cartCountInner:hover
    {
        background-color: #007642;
    }
/*-----------------------
	news & events
-----------------------*/
.padding-lg
{
    display: block;
    padding-top: 30px;
    padding-bottom: 90px;
}

.news-events ol, ul
{
    list-style: none;
}

.news-events ul
{
    display: block;
    margin-bottom: 60px;
}

    .news-events ul li .inner
    {
        display: block;
        background: #fff;
        box-shadow: 0px 0px 3px #c4c6c8;
        position: relative;
    }

    .news-events ul li .cnt-block
    {
        display: block;
        padding: 3px 30px 20px 30px;
        background: #fff;
        position: relative;
    }

        .news-events ul li .cnt-block .plus-icon
        {
            display: block;
            width: 64px;
            height: 64px;
            line-height: 60px;
            text-align: center;
            position: absolute;
            right: 20px;
            top: -32px;
            background: #2c97ea;
            border-radius: 50%;
            font-size: 34px;
            color: #fff;
            box-shadow: 0px 5px 5px #c0e0f9;
        }

            .news-events ul li .cnt-block .plus-icon:hover
            {
                background: #ff9600;
            }

        .news-events ul li .cnt-block h3
        {
            display: block;
            padding-bottom: 16px;
            font-size: 1.2em;
            color: #41484d;
            line-height: 22px;
            text-transform: none;
        }

.news-events figure
{
    position: relative;
}

    .news-events figure img
    {
        width: 100%;
        display: block;
        position: relative;
    }

.news-events figcaption
{
    position: absolute;
    top: 0;
    left: 0;
}

/* Caption Style 3 */
.cs-style-3 figure
{
    overflow: hidden;
    padding-bottom: 104px;
}

    .cs-style-3 figure img
    {
        -webkit-transition: -webkit-transform 0.4s;
        -moz-transition: -moz-transform 0.4s;
        transition: transform 0.4s;
    }

    .cs-style-3 figure:hover img
    {
        -webkit-transform: translateY(-50px);
        -moz-transform: translateY(-50px);
        -ms-transform: translateY(-50px);
        transform: translateY(-50px);
    }

.cs-style-3 figcaption
{
    width: 100%;
    top: auto;
    bottom: 0px;
    -webkit-transform: translateY(40%);
    -moz-transform: translateY(40%);
    -ms-transform: translateY(40%);
    transform: translateY(40%);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s 0.3s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s 0.3s;
    transition: transform 0.4s, opacity 0.1s 0.3s;
}

.cs-style-3 figure:hover figcaption
{
    bottom: 0px;
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: -webkit-transform 0.4s, opacity 0.1s;
    -moz-transition: -moz-transform 0.4s, opacity 0.1s;
    transition: transform 0.4s, opacity 0.1s;
}

.news-events ul li .price-block
{
    font-size: 0.85em;
    color: #5c7e91;
}

.news-events ul li .deliver
{
    display: block;
    float: left;
}

.news-events ul li .takeaway
{
    display: block;
    float: right;
}

.news-events ul li .bottom-block
{
    display: block;
    padding: 20px 0 0 0;
    margin-top: 5px;
    border-top: 1px #e8eef0 solid;
    font-size: 12px;
    color: #96adba;
}

.news-events ul li .date
{
    display: block;
    float: left;
}

.news-events ul li .icon
{
    display: block;
    float: left;
    margin-right: 10px;
    margin-top: 2px;
}

    .news-events ul li .icon span
    {
        font-size: 20px !important;
        color: #c5d4da !important;
    }

.news-events ul li .comment
{
    display: block;
    float: right;
}

    .news-events ul li .date span, .news-events ul li .comment span
    {
        font-weight: 700;
        color: #5c7e91;
    }


.divCartList
{
    display: block;
    font-family: 'Microsoft JhengHei';
}

.ui-dialog
{
    z-index: 1000 !important;
}
/* SubProduct Style */

.divSubProduct
{
    display: block;
    font-family: 'Microsoft JhengHei';
}

    .divSubProduct .ProdInfo
    {
        display: block;
        float: left;
        margin-right: 20px;
    }

        .divSubProduct .ProdInfo .SubPriceTitle
        {
            font-size: 1.3em;
            margin: 5px;
        }

        .divSubProduct .ProdInfo .SubPrice
        {
            font-size: 1.6em;
        }

        .divSubProduct .ProdInfo .QtyBox
        {
            margin: 10px 0;
        }

            .divSubProduct .ProdInfo .QtyBox .PriceBox
            {
                float: left;
                display: block;
            }

            .divSubProduct .ProdInfo .QtyBox .QtyBoxBody
            {
                float: right;
                display: block;
            }

            .divSubProduct .ProdInfo .QtyBox .AddCartBox
            {
                clear: both;
                display: block;
                float: right;
                margin-top: 20px;
            }

        .divSubProduct .ProdInfo .QtyTitle
        {
            font-size: 1.2em;
            margin-right: 10px;
            margin-top: 5px;
        }

        .divSubProduct .ProdInfo .ddlQty
        {
            width: 65px;
        }

    .divSubProduct .ProdImg
    {
        width: 200px;
    }

    .divSubProduct .ProdImgD
    {
        width: 400px;
    }

    .divSubProduct .ProdImg img, .ProdImgD img
    {
        width: 100%;
        height: auto;
    }

    .divSubProduct .ProdInfo .AddProdAnimation, .AddProdAnimation:before
    {
        width: 100%;
        height: auto;
    }

    .divSubProduct .ProdInfo .AddProdAnimation
    {
        position: relative;
    }

        .divSubProduct .ProdInfo .AddProdAnimation:before
        {
            position: absolute;
            content: "";
            background: url(../../Images/product/011.jpg);
            z-index: 200;
            top: 0;
            left: 0;
            display: none;
            background-position: 0 0;
            -webkit-animation: click .3s infinite linear;
        }

        .divSubProduct .ProdInfo .AddProdAnimation.click:before
        {
            display: block;
        }

@-webkit-keyframes click
{
    0%
    {
        width: 400px;
        height: 300px;
        opacity: 0.55;
    }

    100%
    {
        width: 0px;
        height: 0px;
        opacity: 0;
        position: fixed;
        top: -60px;
        left: 800px;
    }
}

.divSubProduct .SubProdList
{
    display: block;
    float: left;
}

.divSubProduct .SubProdListD
{
    width: 650px;
}

.divSubProduct .SubProdList .SubProdBox
{
    overflow-x: hidden;
    overflow-y: auto;
    height: 380px;
}

.divSubProduct .SubProdList .ddlProductKind
{
    width: 170px;
}

.divSubProduct .SubProdList .ddlProductList
{
    width: 180px;
}

.divSubProduct .SubProdList .ddlProductOther
{
    width: 355px;
}

.divSubProduct .SubProdList .chkCheese
{
    margin-left: 10px;
}

.divSubProduct .SubProdList .GroupBox
{
    border: 2px solid #f8b62d;
}

    .divSubProduct .SubProdList .GroupBox .GroupTitle
    {
        color: #FFF;
        background-color: #f8b62d;
        padding: 5px;
    }

.divSubProduct .SubProdListD .ProdGridStyle
{
    margin: 10px 15px;
}

    .divSubProduct .SubProdListD .ProdGridStyle ul
    {
        list-style: none;
        display: block;
    }

        .divSubProduct .SubProdListD .ProdGridStyle ul li
        {
            display: block;
        }

            .divSubProduct .SubProdListD .ProdGridStyle ul li img
            {
                width: 100%;
                height: auto;
            }

    .divSubProduct .SubProdListD .ProdGridStyle .ProdRadioBox
    {
        border: 1px solid #cccccc;
        height: 135px;
        padding: 3px;
    }

    .divSubProduct .SubProdListD .ProdGridStyle .ProdName
    {
        font-size: 0.2em;
        font-weight: normal;

    }

    .divSubProduct .SubProdListD .ProdGridStyle img
    {
        width: 100%;
        height: auto;
    }
/* 新版 */


/*********************************************
 mispig : Order3
*********************************************/
.FormStars
{
    color: #f14646;
}

.FormTitle > .FormStarsBox
{
    display: block;
    float: right;
    margin-right: 5px;
}

.FormTitle > .FormTitleBox
{
    float: right;
}

.FormDataBox
{
    width: 600px;
    margin-left: auto;
    margin-right: auto;
}

.FormTitle
{
    display: block;
    float: left;
    width: 110px;
    padding: 13px 0;
    margin-right: 10px;
    text-align: right;
}

.FormData
{
    font-size: 1.3em;
    padding: 8px 0;
    width: 400px;
}

.NoneProduct
{
    text-align: center;
    height: 100px;
}



.FormControl
{
    width: 380px;
}

.FormControlAreaCode
{
    width: 80px;
}

.FormControlTel
{
    width: 180px;
}

.FromNotes
{
    border-radius: 10px;
    border: 2px solid #e2e0db;
    background-color: #eeeeee;
    padding: 30px 50px;
    margin: 30px;
    font-size: 0.9em;
}

.FromDeliverMsg
{
    background-color: #FFFF00;
    color: #FF0000;
    margin-bottom: 10px;
    padding: 5px;
    text-align: center;
}
/* OrderList Style 3 */
table
{
    border-collapse: collapse;
    border-spacing: 0;
}

.woocommerce .woocommerce-cart-tableHeight
{
    height: 320px;
    overflow-y: auto;
}

.woocommerce .woocommerce-cart-form .woocommerce-cart-table
{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    color: #333;
    table-layout: fixed;
}


    .woocommerce .woocommerce-cart-form .woocommerce-cart-table thead
    {
        background-color: #eeeeee;
    }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table thead th
        {
            padding: 10px 30px;
        }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-table .product-quantity, .product-price, .product-subtotal, .product-remove
    {
        width: 100px;
    }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-table .product-thumbnail
    {
        width: 150px;
    }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody tr
    {
        border: 1px solid #cccccc;
    }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody tr:hover
        {
            border: 1px solid #b9bab5;
            background: #fbfbfb;
        }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody tr:first-child
        {
            border-top: 0;
        }

    .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td
    {
        padding: 20px 30px;
    }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td:before
        {
            content: attr(data-title) ": ";
            float: left;
            display: none;
        }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-thumbnail img
        {
            width: 100px;
            height: auto;
        }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-name
        {
        }

            .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-name .product-main
            {
                display: block;
                font-size: 1.2em;
                color: #333;
            }

            .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-name .product-item
            {
                display: block;
                font-size: 0.85em;
                color: #858384;
            }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-quantity input.qty
        {
            width: 90px;
            height: 30px;
            border: 1px solid #97ae76;
            text-align: center;
        }

        .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-remove .remove
        {
            font-family: "Roboto","Microsoft JhengHei",'Poppins',sans-serif;
            display: inline-block;
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #f1f1f1;
            color: #b1b1b1;
            text-align: center;
            line-height: 25px;
            font-size: 1.5em;
            transition: all 0.3s ease-in-out;
        }

            .woocommerce .woocommerce-cart-form .woocommerce-cart-table tbody td.product-remove .remove:hover
            {
                color: #FFF;
                background-color: #ee7560;
            }

.woocommerce .woocommerce-subtotal
{
    padding: 20px 10px;
}

    .woocommerce .woocommerce-subtotal .subtotalTitle
    {
 
        display: inline;
    }

    .woocommerce .woocommerce-subtotal .subtotal
    {
        display: inline-block;
        width: 100px;
        padding-right:20px;
    }

    .woocommerce .woocommerce-subtotal .totalPrice
    {
        font-size: 1.4em;
    }

    .woocommerce .woocommerce-subtotal .woocommerce-subtotal-box
    {
        float: right;
        text-align: right;
    }

    .woocommerce .woocommerce-subtotal .woocommerce-subtotal-back
    {
        float: left;
    }

    .woocommerce .woocommerce-subtotal .marginLeft
    {
        margin-left: 15px;
    }


/*********************************************
 mispig : Order4
*********************************************/
.FormTitleSucess
{
    float: left;
    width: 150px;
    padding: 13px 0;
    margin-right: 10px;
    text-align: right;
}

    .FormTitleSucess:after
    {
        content: '：';
    }

#divPaymentVehicle
{
    width: 160px;
    height: 35px;
    border-radius: 3px;
    font-size: 0.8em;
    color: #c41724;
    background-color: #fff8ec;
}

    #divPaymentVehicle input[type="checkbox"]
    {
        border-color: #c41724;
        width: 20px;
        height: 20px;
        margin-left: 5px;
    }

.divPaymentVehicleBox
{
    display: inline-block;
    height: 35px;
    border-radius: 3px;
    padding: 5px 8px;
    font-size: 0.8em;
    color: #c41724;
    background-color: #fff8ec;
}

.divSucess
{
    background-color: #FFF;
    text-align: center;
    padding: 20px;
}

    .divSucess span
    {
        font-size: 4em;
    }

        .divSucess span:before
        {
            font-family: 'icomoon' !important;
            content: "\eb91";
            color: #008e46;
        }
.divFill
{
    background-color: #FFF;
    text-align: center;
    padding: 20px;
}

    .divFill span
    {
        font-size: 3em;
    }

        .divFill span:before
        {
            font-family: 'icomoon' !important;
            content: "\eb90";
            color: #c41724;
        }
.divOrderMasterIDTitle
{
    display: inline;
    float: none;
    margin-top: 0;
}
.divOrderBankMsg {
    text-align:center;
    color: #c41724;
}
.divOrderBankBtn
{
    display:inline-block;
}
.divOrderBankBtnBar {
    margin:0 10px;
}
/*********************************************
 mispig : OrderQuery
*********************************************/

.divQueryBox
{
    width: 410px;
    margin-left: auto;
    margin-right: auto;
}

.divbtnQueryBox
{
    margin: 10px 0 20px 0;
}

.divOrderNone
{
    width: 90%;
    border: solid 1px #b9bab5;
    margin-left: auto;
    margin-right: auto;
    padding: 50px 0;
    text-align: center;
}
/*********************************************
 mispig : 控制項
*********************************************/
form
{
    height: 100%;
}

button,
input,
optgroup,
select,
textarea
{
    color: inherit;
    font: inherit;
    margin: 0;
}

button
{
    overflow: visible;
}

button, select
{
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"]
{
    -webkit-appearance: button;
    cursor: pointer;
}

    button[disabled],
    html input[disabled]
    {
        cursor: default;
    }

    button:-moz-focus-inner,
    input:-moz-focus-inner
    {
        border: 0;
        padding: 0;
    }

select
{
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: solid 1px #b9bab5;
    padding: 1px 30px 1px 20px;
    border-radius: 25px;
    background: url("../../images/iconArrow.png") no-repeat scroll right center transparent;
    background-color: #fff;
    background-position: top 50% right 7px;
}

    select::-ms-expand
    {
        display: none;
    }

    select:focus
    {
        border: solid 1px #e10000;
        outline: 0 none !important;
        behavior: expression(this.onFocus=this.blur());
    }

input[type="text"], input[type="tel"]
{
    border-radius: 2px;
    border: solid 1px #b9bab5;
    padding: 8px 10px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input[type="text"]:focus, input[type="tel"]:focus
    {
        border: solid 1px #e10000;
        outline: 0 none !important;
        behavior: expression(this.onFocus=this.blur());
    }

.InputTextWidthAuto
{
    width: 100%;
}

input
{
    line-height: normal;
}

    input[type="checkbox"],
    input[type="radio"]
    {
        box-sizing: border-box;
        padding: 0;
    }

    input[type="number"]:-webkit-inner-spin-button,
    input[type="number"]:-webkit-outer-spin-button
    {
        height: auto;
    }

    input[type="search"]
    {
        -webkit-appearance: textfield;
        box-sizing: content-box;
    }

        input[type="search"]:-webkit-search-cancel-button,
        input[type="search"]:-webkit-search-decoration
        {
            -webkit-appearance: none;
        }

textarea
{
    overflow: auto;
}

/**CheckBox*/
.chkBoxBig input[type=checkbox]
{
    transform: scale(1.6);
}

    .chkBoxBig input[type=checkbox] + label
    {
        margin-left: 8px;
        font-size: 1.15em;
        font-weight: normal;
    }

    .chkBoxBig input[type=checkbox]:checked + label
    {
        transition: all .5s ease;
        color: #ed1b24;
    }

.rodl input[type=radio]
{
    width: 20px;
    height: 20px;
}

.rodl label
{
    cursor: pointer;
    margin-right: 20px;
    -webkit-transition: all 0.25s linear; /*Chrome */
    -moz-transition: all 0.25s linear; /*Firefox */
    -ms-transition: all 0.25s linear; /*-ms-transition */
    -o-transition: all 0.25s linear; /*Opera */
}

    .rodl label:hover
    {
        color: #ed1b24;
    }

/**Control:CheckBox*/
.control
{
    font-size: 18px;
    position: relative;
    display: block;
    margin-bottom: 15px;
    padding-left: 30px;
    cursor: pointer;
    color: #0e647d;
}

    .control input
    {
        position: absolute;
        z-index: -1;
        opacity: 0;
    }


.control__indicator
{
    position: absolute;
    top: 2px;
    left: 0;
    width: 22px;
    height: 22px;
    background-color: #FFF;
    border: solid 2px #0e647d;
    border-radius: 5%;
}

.control--radio .control__indicator
{
    border-radius: 50%;
}


/* Hover and focus states */
.control:hover input ~ .control__indicator,
.control input:focus ~ .control__indicator
{
    background: #FFF;
}

/* Checked state */
.control input:checked ~ .control__indicator
{
    background: #0e647d;
}

/* Hover state whilst checked */
.control:hover input:not([disabled]):checked ~ .control__indicator,
.control input:checked:focus ~ .control__indicator
{
    background: #0e647d;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

/* Disabled state */
.control input:disabled ~ .control__indicator
{
    pointer-events: none;
    opacity: .6;
    background: #e6e6e6;
}

/* Check mark */
.control__indicator:after
{
    position: absolute;
    display: none;
    content: '';
}

/* Show check mark */
.control input:checked ~ .control__indicator:after
{
    display: block;
}

/* Checkbox tick */
.control--checkbox .control__indicator:after
{
    top: -2px;
    left: 4px;
    width: 10px;
    height: 15px;
    transform: rotate(45deg);
    border: solid #fff;
    border-width: 0 4px 4px 0;
}

/* Disabled tick colour */
.control--checkbox input:disabled ~ .control__indicator:after
{
    border-color: #7b7b7b;
}

/* Radio button inner circle */
.control--radio .control__indicator:after
{
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #fff;
}

/* Disabled circle colour */
.control--radio input:disabled ~ .control__indicator:after
{
    background: #7b7b7b;
}

/* Style the Button */
.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus
{
    outline: none;
}

.btn
{
    border-radius: 0;
    letter-spacing: 2px;
    font-size: 1em;
    font-family: "Roboto","Microsoft JhengHei";
}

    .btn:hover
    {
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
    }

.btn-send, .btn-reservation
{
    border-radius: 7px 7px;
    background-color: #007642;
    padding: 10px 50px;
    box-shadow: 0px 2px 5px #948E8E;
    color: #fff;
}

    .btn-send:hover,
    .btn-reservation:hover
    {
        background-color: #ed1b24;
        color: #FFF;
    }

.btn-small
{
    border:solid 1px #FFF;
    border-radius: 4px 4px;
    padding: 2px 32px;
    background-color:#007642;
    font-size: 0.85em;
}

.disabledControl
{
    border-color:#cecfc9;
    background-color:#ece9e5;
}

.btn-color-grey
{
    background-color: #999999;
}

    .btn-color-grey:hover
    {
        background-color: #cccccc;
        color: #000;
    }

.btnRed
{
    border: 0px;
    padding: 11px 40px;
    font-size: 1.2em;
    color: #fff;
    font-family: "Roboto","Microsoft JhengHei";
    border-radius: 5px;
    /**-moz-box-shadow: inset 0px 50px 0px -24px #f66a6b;
    -webkit-box-shadow: inset 0px 50px 0px -24px #f66a6b;
    box-shadow: inset 0px 50px 0px -24px #f66a6b;
    background-color: #f14646;
    -moz-box-shadow: inset 0px 50px 0px -24px #2c97ea;
    -webkit-box-shadow: inset 0px 50px 0px -24px #2c97ea;
    box-shadow: inset 0px 50px 0px -24px #2c97ea;*/
    background-color: #ea1b25;
    text-align: center;
}

    .btnRed:hover
    {
        /**-moz-box-shadow: inset 0px 50px 0px -24px #cc3939;
        -webkit-box-shadow: inset 0px 50px 0px -24px #cc3939;
        box-shadow: inset 0px 50px 0px -24px #cc3939;*/
        background-color: #92122d;
    }

    .btnRed a
    {
        color: #FFF;
    }

/* Style the RadioButton */

@keyframes click-wave
{
    0%
    {
        height: 20px;
        width: 20px;
        opacity: 0.35;
        position: relative;
    }

    100%
    {
        height: 100px;
        width: 100px;
        margin-left: -40px;
        margin-top: -40px;
        opacity: 0;
    }
}

.option-input-span
{
    display: inline-block;
    float: left;
}

.option-input
{
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 20px;
    width: 20px;
    transition: all 0.15s ease-out 0s;
    background: #cbd1d8;
    border: none;
    color: #fff;
    cursor: pointer;
    float: left;
    display: inline-block;
    margin-right: 0.5rem;
    outline: none;
    position: relative;
    z-index: 10;
}

    .option-input:hover
    {
        background: #9faab7;
    }

    .option-input:checked
    {
        background: #40e0d0;
    }

    .option-input:focus
    {
        outline: 0 none !important;
        outline-offset: 0;
    }

    .option-input:checked:before
    {
        height: 20px;
        width: 20px;
        position: absolute;
        content: '✔';
        display: inline-block;
        font-size: 1em;
        text-align: center;
        line-height: 20px;
    }

    .option-input:checked:after
    {
        -webkit-animation: click-wave 0.65s;
        -moz-animation: click-wave 0.65s;
        animation: click-wave 0.65s;
        background: #40e0d0;
        content: '';
        display: block;
        position: relative;
        z-index: 10;
    }

    .option-input.radio
    {
        border-radius: 20%;
    }

        .option-input.radio:after
        {
            border-radius: 20%;
        }
/**  **/
.chkStyle
{
    position: relative;
    display: inline-block;
    font-size: 1.3em;
    color: #e10000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
}

    .chkStyle input
    {
        position: absolute;
        opacity: 0;
        top:0px;
        left:1px;
        cursor: pointer;
    }

    .chkStyle .chkMark
    {
        position: absolute;
        top: 0px;
        left: 0px;
        height: 25px;
        width: 25px;
        background-color: #e10000;
        border-radius: 2px 2px;
    }

    .chkStyle .chkText
    {
        margin-left: 95px;
    }

        .chkStyle .chkText:before
        {
            position: absolute;
            float: left;
            content: url(../../Images/iconDeliveryRed.png);
            left: 35px;
            top: -10px;
        }

    .chkStyle input[type=checkbox]:checked ~ .chkMark:after
    {
        content: "";
        position: absolute;
        display: block;
        left: 8px;
        top: 0px;
        width: 10px;
        height: 20px;
        border: solid #FFF;
        border-width: 0 5px 4px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .chkStyle .chkText1
    {
        margin-left: 85px;
    }

        .chkStyle .chkText1:before
        {
            position: absolute;
            float: left;
            content: url(../../Images/iconDeliveryStoreRed.png);
            left: 35px;
            top: -10px;
        }


/**
 * Checkbox Style
 */
.chkLabel
{
    width: 25px;
    height: 25px;
    background: #FFF;
    border-radius: 100%;
    position: relative;
    display: block;
    box-shadow: 0px 1px 3px rgba(0,0,0,0.5);
    cursor: pointer;
    overflow: hidden;
}
    /**
 * The checkbox Control
 */

    .chkLabel input
    {
        display: none;
    }

        /**
 * The checked state
 */

        .chkLabel input:checked + .slider > .sliderOff
        {
            transition: all .5s ease;
            background: #d12027;
            margin-right: 20px;
        }

    .chkLabel .sliderOff
    {
        transition: all .5s ease;
        width: 17px;
        height: 17px;
        background: #ddd;
        border-radius: 100%;
        position: absolute;
        background: #FFFFFF;
        top: 4px;
        left: 4px;
    }

.chkLabelText
{
    position: absolute;
    top: 2px;
    left: 45px;
}

/* The RadioStyle */
.RadioStyleBox
{
    display: block;
    position: relative;
    padding-left: 25px;
    padding-top:2px;
    cursor: pointer;
    font-size: 18px;
    color: #FFF;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

    /* Hide the browser's default radio button */
    .RadioStyleBox input
    {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

/* Create a custom radio button */
.rdoMark
{
    position: absolute;
    top: 5px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #eee;
    border-radius: 50%;
}

/* On mouse-over, add a grey background color */
.RadioStyleBox:hover input ~ .rdoMark
{
    background-color: #ccc;
}

/* When the radio button is checked, add a blue background */
.RadioStyleBox input:checked ~ .rdoMark
{
    background-color: #FFF;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.rdoMark:after
{
    content: "";
    position: absolute;
    display: none;
}

/* Show the indicator (dot/circle) when checked */
.RadioStyleBox input:checked ~ .rdoMark:after
{
    display: block;
}

/* Style the indicator (dot/circle) */
.RadioStyleBox .rdoMark:after
{
    top: 3px;
    left: 3px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #2196F3;
}
/* Loading */
#divLoading
{
    z-index: 1;
    background: rgba(255%,255%,255%,0.6);
    color: #000;
    position: fixed;
    width: 100%;
    height: 100%;
    text-align: center;
    box-shadow: 2px 2px 2px;
}


/* Ad Banner */
	#abgne_fade_pic {
		position: relative;
	}
        #abgne_fade_pic img
        {
            width:185px;
            height:145px;
            cursor:default;
        }
	#abgne_fade_pic a.ad {
		position: absolute;	/* 讓圖片疊在一起 */
        width: 290px;
        top:20px;
        text-align:center;
	}
	#abgne_fade_pic .control {
		position: absolute;
		right: 0px;
		bottom: 0px;
        cursor:default;
	}
	#abgne_fade_pic .control a {
		display: inline-block;
		color:transparent;
		text-decoration: none;
        cursor:default;
	}
	#abgne_fade_pic .control a.on {
		color:transparent;
        cursor:default;
	}
#MenuPath {
    display:none;
}
#divProgress
{
    text-align:center; 
    display: none; 
    position: fixed; 
    top: 50%;  
    left: 50%;
}
#divMaskFrame
{
    background-color: #F2F4F7; 
    display: none; 
    left: 0px;
    position: absolute; 
    top: 0px;
}
#divDetail {
    margin-top:20px;
}
.divSerachControl {
    width:250px;
    margin-bottom:5px;
}
.IsStoreStock {
    margin-bottom:10px;
    padding:2px 0;
    background-color:#888888;
    color:#FFF;
}
.Order1DeliverBox {
    background-color:#ffbe00; 
    border-radius:0.2em; 
    padding:20px 10px;
    text-align:center;
}
.Order1DeliverInfo {
    display:inline-block;
}
.ControlDateBox
{
    position: relative;

}

    .ControlDateBox .icon
    {
        position: absolute;
        right: 10px;
        top: 13px;
        color: #8b8e94;
        z-index: 99;
    }

    .ControlDateBox input[type="text"]
    {
        width: 100%;
        border:1px solid #b9bab5;
    }

    .ControlDateBox2 input[type="text"]
    {
        font-size:1.3em;
        border:0px;
    }
    #divStoreMap {
    position:relative;
    margin:10px 10px 0 10px;
    text-align:right;
}
    #divStoreMap a:before {
        position: absolute;
        right:110px;
        bottom:-10px;
        content: url(../../Images/Google-Maps-icon.png);
    }