/*@font-face {
    font-family: NotoSansHant-Regular;
    src: url(fonts/NotoSansHant-Regular.otf);
}*/

@font-face {
    font-family: 'HiraKakuStdW8';
    src: url('/fonts/HiraKakuStd-W8.otf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'app-line';
    src: url('/Content/app-line/font/app-line.eot?10612348');
    src: url('/Content/app-line/font/app-line.eot?10612348#iefix') format('embedded-opentype'), url('/Content/app-line/font/app-line.woff2?10612348') format('woff2'), url('/Content/app-line/font/app-line.woff?10612348') format('woff'), url('/Content/app-line/font/app-line.ttf?10612348') format('truetype'), url('/Content/app-line/font/app-line.svg?10612348#app-line') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'fontello';
    src: url('/Content/fontlogo/font/fontello.eot?33529856');
    src: url('/Content/fontlogo/font/fontello.eot?33529856#iefix') format('embedded-opentype'), url('/Content/fontlogo/font/fontello.woff?33529856') format('woff'), url('/Content/fontlogo/font/fontello.ttf?33529856') format('truetype'), url('/Content/fontlogo/font/fontello.svg?33529856#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'fontello2';
    src: url('/Content/fontbox/fontello.eot?33529856');
    src: url('/Content/fontbox/fontello.eot?33529856#iefix') format('embedded-opentype'), url('/Content/fontbox/fontello.woff?33529856') format('woff'), url('/Content/fontbox/fontello.ttf?33529856') format('truetype'), url('/Content/fontbox/fontello.svg?33529856#fontello') format('svg');
    font-weight: normal;
    font-style: normal;
}


@keyframes cartPop {

    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }


    100% {
        opacity: 0.8;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

    blockquote:before, blockquote:after,
    q:before, q:after {
        content: '';
        content: none;
    }

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

a :active {
    outline: 0;
}

a :focus {
    outline: 0;
}

.alert-login {
    color: white;
    background-color: #18231a;
    border-color: #35B248;
    font-size: 18px;
}

    .alert-login:hover {
        cursor: pointer;
        opacity: 1 !important;
    }

.add_cart_popup_alert {
    position: fixed;
    z-index: 999999;
    right: 0px;
    left: 0px;
    margin: 5px auto;
    padding: 5px;
    width: 300px;
    font-size: 20px;
    color: white;
    background-color: green;
    text-align: center;
    top: 50%;
    transform: translateY(-100%);
    opacity: 0;
    display:none;
}

.transition {
    display:block;
    animation-duration: 1s;
    animation-name: cartPop;
}

.modal-dialog {
    z-index: 1050; 
}
.demo-icon {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.box-icon {
    font-family: "fontello2";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.line-icon {
    font-family: "app-line";
    font-style: normal;
    font-weight: normal;
    display: inline-block;
    text-decoration: inherit;
    font-variant: normal;
    text-transform: none;
    line-height: 14px;
    -webkit-font-smoothing: antialiased;
}

.menu-icon {
    display: none;
}

.banner_right {
    height: 383px;
    width: 37px;
    margin-top: -191px;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 500;
}

.banner_right2 {
    height: 384px;
    width: 262px;
    position: fixed;
    top: 50%;
    right: 0px;
    z-index: 400;
    visibility: hidden;
    margin-top: -192px;
    -webkit-box-shadow: #999 0px 0px 5px;
    -moz-box-shadow: #999 0px 0px 5px;
    box-shadow: #999 0px 0px 5px;
}

.white_content {
    height: 480px;
    width: 702px;
    background-image: url(/images/banana.png);
    display: block;
    position: absolute;
    top: 38%;
    left: 50%;
    margin-left: -351px;
    margin-top: -240px;
    z-index: 999999;
    overflow: auto;
    background-repeat: no-repeat;
    background-position: left top;
}


.popclose {
    position: absolute;
    top: 0px;
    right: 0px;
}

.black_overlay {
    display: block;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 10000;
    -moz-opacity: 0.8;
    opacity: .50;
    filter: alpha(opacity=50);
}

#triangle-up {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 16px solid rgba(150, 255, 200, 0.8);
    margin-right: 20px;
    float: right;
}

ul, ol {
    padding-left: 0px;
}

body {
    height: 100%;
    font-family: Microsoft JhengHei;
}

.pull-right {
    display: inline;
    height: 68%;
    color: #5a5a5a;
    /*font-weight: bold;*/
    /*padding: 15px 15px;*/
    /*font-weight: lighter;*/
    float: right;
}

    .pull-right a:hover {
        /*background-color: #efefef;*/
        /*color:white;*/
    }

#p:hover {
    background-color: white;
}

.imgcenter {
    padding: 10px 0px;
}

.img-hover:hover {
    opacity: 0.8;
    outline: none;
}

a{
    outline:none;
}
a img{
    outline:none;
}
img {
    border : 0;
}
a:active {
    outline: none;
}
#ContactPicNew {
        z-index: 999 !important;
        display: block;
        position: fixed;
        bottom: 70px;
        right: 0px;
        width: 70px;
        height: 70px;
        background-size: 100px;
        background-repeat: no-repeat;
        transition: 0.5s;
}
@media screen and (min-width:920px) {
    .pull-right a {
        padding: 12px;
        /*font-size: 14px;*/
        font-family: Microsoft JhengHei;
    }

    #menu {
        padding: 0px 15px;
        margin: 0 auto;
        top: 0px;
        height: 100%;
        z-index: 9999;
    }


    .userarea2 {
        display: block;
        border-radius: 20px;
        /*margin-right:10px;*/
    }

    /*.userarea2:hover {
    transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);
    z-index:9999;

    }*/

    ul.navigation ul li {
        font-size: 12px;
    }

    .profile_detail {
        display: inline-block;
        vertical-align: middle;
    }
}

@media screen and (max-width:768px) {

    /*#fbicon {
    display:none;
    }*/

    #menu {
        padding: 0px 15px;
        margin: 0 auto;
        top: 0px;
        height: 100%;
        z-index: 9999;
    }



    .userarea2 {
        display: block;
        border-radius: 20px;
        /*margin-right:10px;*/
    }

    /*.userarea2 img:hover {
  transform:scale(1.2);
    -webkit-transform:scale(1.2);
    -moz-transform:scale(1.2);
    -o-transform:scale(1.2);
    -ms-transform:scale(1.2);

    }*/



    ul.navigation ul li {
        font-size: 14px;
    }

    .userarea2 {
        display: none;
    }

    /*#fbicon {
    display:none;
    }*/

    .Anniversary-Top-Height {
        height:100px !important;
    }

    .Anniversary-Top-margin {
        margin-top: 100px !important;
    }

    .mobile {
        display:block;
    }

    .web {
        display:none;
    }
}

.btn {
    background-color: #22ac38 !important;
    font-size: 18px !important;
    padding: 10px 15px;
    color: white !important;
    border-radius: 10px;
    border: none;
}

.Back {
    background-color: #999 !important;
}

.btn2 {
    background-color: #B70D0D !important;
    color: white !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn2:hover {
        background-color: rgba(183, 13, 13, 0.8) !important;
    }

.Valid {
    color: red;
    display: none;
    font-weight: normal;
}

.btn3 {
    background-color: #f18e1b !important;
    color: white !important;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .btn3:hover {
        background-color: #f29a33 !important;
    }
/*.main {
    padding-top: 80px;
}*/

.row {
    /*margin-left: 4% !important;
    margin-right: 4% !important;*/
    margin-bottom: 20px;
    /*margin-bottom: 5%;*/
}

.main-slider {
    margin-bottom: 50px;
}

.fruit-good {
    margin-left: 10%;
    margin-right: 10%;
}

.main-news {
    margin-bottom: 50px;
    margin-left: 10%;
    margin-right: 10%;
}

.main-right {
    margin-bottom: 35px;
}

.contain-box {
    margin-top: 50px;
    margin-bottom: 50px;
}


.title {
    text-align: center;
    padding: 10px 0px;
    background-color: #FFF;
    color: black;
    border: solid 1.5px #ddd;
    margin-right: auto;
    margin-left: auto;
    margin-top: -128px;
    margin-bottom: 50px;
    width: 250px;
}

.footer {
    border-top: 1px solid rgba(211, 211, 211, 0.74);
    font-size: 1em;
    padding-bottom: 1px;
    /*padding: 20px 0px;*/
    background-color: #4ba83b;
}

@media screen and (max-width:480px) {

    .footer {
        background-color: #4ba83b;
        padding-bottom: 40px;
    }

        .footer ul {
            /*margin:0 auto;*/
            width: 100%;
            padding: 10px 10px 10px 10px;
        }

        .footer span {
            /*width: 100%;*/
            color: white;
            display: block;
        }

        .footer li {
            list-style-type: none;
            margin-left: 10px;
        }

    .detail {
        width: auto;
        margin: 0 auto;
    }

    .detail2 {
        width: auto;
        float: none;
    }

    .floatright {
        float: none;
    }

    .mtop {
        margin-top: 10px;
    }

    .news_title {
        padding-top: 10px;
    }

        .anniversary_grand_total {
        
    }
}

@media screen and (max-width:768px) and (min-width:480px) {

    .footer ul {
        width: 100%;
        margin: 0 auto;
    }

    .footer li {
        list-style-type: none; /*margin-left:5px;display:inline-block;*/
    }

    .footer span {
        color: white;
        display: block;
    }

    .detail {
        width: auto;
        margin-left: 5%;
        /*margin:0 auto;*/
        /*margin-top: 15px;*/
    }

    .detail2 {
        width: auto;
        float: none;
    }

    .floatright {
        float: none;
    }

    .mtop {
        margin-top: 10px;
    }
}

@media screen and (min-width:769px) {
    #ContactPicNew {
        z-index: 999 !important;
        display: block;
        position: fixed;
        bottom: 70px;
        right: 0px;
        width: 100px;
        height: 100px;
        background-size: 100px;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

    .Anniversary-Top-Height {
        height: 134px !important;
    }

    .Anniversary-Top-margin {
        margin-top: 134px !important;
    }

    .mobile {
        display: none;
    }

    .web {
        display: block;
    }

    .floatright {
        float: right !important;
    }

    .footer ul {
        width: 100%;
        /*margin: 0 auto;*/
    }

    .footer li {
        list-style-type: none;
        /*margin-left:2%;
        float: left;
        display: table-cell;
        width: 27%;*/
    }

    .footer span {
        margin-left: 1.5%;
        color: white;
    }

    .detail {
        width: 100%;
    }

        .detail span {
            /*float:left;*/
        }

    .detail2 {
        width: auto;
        float: right;
    }

    .rightarea {
        margin-left: 5%;
    }
}

.detail a:hover {
    text-decoration: underline;
}

.white {
    color: white;
}

/* Hover Effect*/

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
    }

    .hovereffect img {
        display: block;
        position: relative;
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
    }

    .hovereffect:hover img {
        filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /><feGaussianBlur stdDeviation="3" /></filter></svg>#filter');
        filter: grayscale(1) blur(3px);
        -webkit-filter: grayscale(1) blur(3px);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        transform: scale(1.2);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        text-align: center;
        position: relative;
        font-size: 17px;
        padding: 10px;
        background: rgba(0, 0, 0, 0.6);
    }

    .hovereffect a.info {
        display: inline-block;
        text-decoration: none;
        padding: 7px 14px;
        border: 1px solid #fff;
        margin: 10% 0 0 0;
        background-color: transparent;
    }

        .hovereffect a.info:hover {
            box-shadow: 0 0 5px #fff;
        }

    .hovereffect a.info,
    .hovereffect h2 {
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transition: all 0.4s ease-in;
        transition: all 0.4s ease-in;
        opacity: 0;
        filter: alpha(opacity=0);
        color: #fff;
        text-transform: uppercase;
    }

    .hovereffect:hover a.info,
    .hovereffect:hover h2 {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }



ul.navigation li {
    position: relative;
    float: left;
}

    ul.navigation li:hover {
        position: relative;
        float: left;
    }
    /* 選單 li 裡面連結之樣式 */
    ul.navigation li a {
        display: block;
    }
/* 特定在第一層，以左邊灰線分隔 */

ul.navigation, ul.navigation li {
    list-style: none;
}

    ul.navigation li ul {
        display: none;
        margin-top: 0px;
        padding-top: 0px;
        position: absolute;
        left: -35px;
    }
    /* 當第一層選單被觸發時，指定第二層顯示 */
    ul.navigation li:hover > ul {
        display: block;
        position: absolute;
        margin-left: 0px;
        z-index: 1000;
    }
    /* 特定在第二層或之後下拉部分 li 之樣式 */
    ul.navigation ul li {
        width: 135px;
        /*width: 133%;*/
        list-style: none;
        background-color:#fefdf9;
        /*background-clip: padding-box;*/
        /*height:35px;*/
        border-bottom: 1px solid #ececec;
    }



        /* 特定在第二層或之後下拉部分 li （最後一項不要底線）之樣式 */
        ul.navigation ul li a {
            font-family: Microsoft JhengHei;
            padding: 8px 15px;
            color: #000;
        }

            ul.navigation ul li a:hover {
                /*background-color: green;*/
                color: #caa940;
            }
            ul.navigation ul li a:active {
                /*background-color: green;*/
                color: #caa940;
            }

.blockUI {
    font-size: 1.4em !important;
    font-weight: normal !important;
}

#msg1 img:hover {
    opacity: 0.8;
}

#ContactPic {
    display: none;
    background-image: url(/Images/ContactPic.png);
}

    #ContactPic:hover {
        cursor: pointer;
        background-image: url(/Images/ContactPic.png);
        transition: 0.5s;
    }

.blog_postcontent table {
    width: 100% !important;
}

.blog_postcontent td {
    padding: 5px !important;
}

@media (max-width:1980px) {

    .row2 {
        width: 1070px;
    }

    .modal-dialog {
        width: 60% !important;
        margin: 10% auto !important
    }

    #ContactUs {
        width: 120px;
        height: 120px;
        background-color: #ddd;
        background-size: 100%;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

    .rwd-bottom {
        display: none;
    }

    #PaymentModal {
        height: 300px !important;
    }

    #PaymentModal2 {
        height: 250px !important;
    }

    #PaymentLogin {
        border-right: 2px solid #ddd !important;
        border-bottom: none !important;
    }


    #CardText {
        height: 140px !important;
    }

    .p_item img {
        width: 80px;
        height: auto;
    }

    .p_item .mobile {
        color: #333;
        font-size: 16px;
        display: none;
    }

    #pitem-title {
        display: block;
    }

    #pitem-title2 {
        display: none;
    }

}

@media (max-width:769px) {

    .row2 {
        width: 750px;
    }

    .modal-dialog {
        width: 100% !important;
        margin: 5% auto !important;
    }

    #ContactUs {
        width: 120px;
        height: 120px;
        background-image: url(/Images/Baby/difference-img2.png);
        background-size: 100%;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

    .rwd-bottom {
        display: block;
        width: 101%;
        position: fixed;
        bottom: 0;
        height: 60px;
        z-index: 1000;
        /*border-top: 1px solid rgba(211, 211, 211,1);*/
        box-shadow: 1px 0 5px rgba(0,0,0,.15);
        background-color: #507735;
        color:white;
    }

        .rwd-bottom > ul {
            list-style-type: none;
            margin: 0;
            padding: 0;
            overflow: hidden;
        }

            .rwd-bottom > ul > li {
                width: 20%;
                height: 60px;
                padding-top: 12px;
                float: left;
                display: inline-block;
                text-align: center;
                border-right: 1px solid rgba(211, 211, 211,1);
                background-color:rgb(80,158,85);
            }

                .rwd-bottom > ul > li > a {
                    color:#f2f2f2 ;
                    background-color:rgb(80,158,85);
                }

                    .rwd-bottom > ul > li > a:active,
                    .rwd-bottom > ul > li:active,
                    .rwd-bottom > ul > li > a:focus,
                    .rwd-bottom > ul > li:focus,
                    .rwd-bottom > ul > li > a:hover,
                    .rwd-bottom > ul > li:hover {
                        /*background-color: #34495e;*/
                        background-color:rgb(80,158,85);
                        color: #f2f2f2 !important;
                    }

    #ContactPic {
        z-index: 99999 !important;
        display: block;
        position: fixed;
        bottom: 70px;
        right: 0px;
        width: 70px;
        height: 70px;
        background-size: 70px;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

    #PaymentModal {
        height: 520px !important;
    }

    #PaymentModal2 {
        height: 470px !important;
    }

    #PaymentLogin {
        border-right: none !important;
        border-bottom: 2px solid #ddd !important;
    }

    #CardText {
        height: 160px !important;
    }

    .p_item img {
        width: 60%;
        height: auto;
    }

    .p_item .mobile {
        color: #333;
        font-size: 16px;
        display: inline;
    }

    #pitem-title {
        display: none;
    }

    #pitem-title2 {
        display: block;
    }
}


@media (max-width:480px) {
    .row2 {
        width: 100%;
    }

    #ContactUs {
        width: 70px;
        height: 70px;
        background-size: 70px;
        background-repeat: no-repeat;
        transition: 0.5s;
    }

    .rwd-bottom {
        display: block;
    }

    .Back {
        background-color: #bbb !important;
        color: #fff !important;
        margin-right: 25px;
    }

        .Back:hover {
            background-color: #bbb !important;
            color: #fff !important;
        }
}

