@import url(animate.css);
 body {
    border-top: 5px solid #2A80C4;
    font-family: 微軟正黑體, arial;
}
#header {
    margin-top: 10px;
}
#header .row {
    margin: 0;
}
.slogan {
    padding-left: 0;
}
.slogan img{
    height: 100px;
}
.slogan-mobile {
    font-size: 18px;
    color: #428bca;
    display: none;
}
.highlight {
    color: #004983;
}
.big {
    font-size: 30px;
    font-weight: bold;
}
.padding-fix {
    padding: 0 0 0 15px;
}
.pricestyle {
    color: rgb(179, 49, 49);
    font-size: 26px;
    font-weight: bold;
}
.pricestyle2 {
    color: rgb(179, 49, 49);
    font-size: 18px;
    font-weight: bold;
}
.pricestyle3 {
    color: rgb(179, 49, 49);
    font-size: 16px;
}
.fee {
    color: #666;
    font-size: 18px;
    font-weight: bold;
}
header .col-md-4 {
    padding: 0 15px !important;
}
#shoppingcart {
    width: 400px;
    position: absolute;
    top: 39px;
    z-index: 10;
    background: white;
    border-radius: 10px;
    padding: 10px;
    border: 1px solid #bbb;
    display: none;
    -webkit-animation: fadeIn 0.5s;
    animation: fadeIn 0.5s;
}
.mycart:hover > #shoppingcart {
    display: block;
}
.mycart {
    border-bottom: 5px solid #bbb;
    padding-left: 5px;
    border-radius: 10px;
    margin-bottom: 10px;
    position: relative;
    top: 13px;
    letter-spacing: 1px;
}
#pallogout .btn, .contactme .btn{
    padding: 4px 10px ;
}
.mycart{
    width: 95%;
}
header .col-md-6 {
    padding: 0;
}
.logo {
    margin: 0;
}
.logo a {
    background: url(../images/logo.gif) no-repeat;
    display: block;
    width: 300px;
    height: 108px;
}
.btn-login {
    padding: 8px 20px;
    margin-right: 5px;
}
.topinput {
    margin-bottom: 5px;
}
#toplist {
    margin-top: 10px;
    padding: 0;
}
#toplist p {
    margin: 0;
    padding: 0;
    font-size: 18px;
    color: #428bca;
    letter-spacing: 1px;
}
.fb_iframe_widget {
    display: inline-block;
    position: relative;
    left: 15px;
    top: 15px;
}
.navbar-header {
    text-align: center;
    margin-left: 15px;
}
.togglemenu {
    font-size: 18px;
    color: white;
}
#mainNav {
    padding: 0;
}
#banner img {
    width: 100%;
}
.nav li a {
    font-size: 16px;
    padding: 16px;
    color: #fff !important;
    transition: .5s;
}
.nav li a:hover {
    background: #074979 !important;
}
.nav li:hover > ul {
    display: block;
}
ul li ul {
    background-color: #5fadeb;
}
#content {
    padding: 0 15px 30px 15px;
}
.thumbnail {
    margin: 0 5px 10px 5px;
}
.page-header h4 {
    color: #94a619;
}
.caption h3, .time {
    color: rgb(179, 49, 49);
    font-size: 18px;
}
.caption img {
    width: 318px;
    height: 211px !important;
}
.caption-down {
    padding: 10px;
    overflow: hidden;
    background: #30d786;
    color: white;
}
.caption-bg2 {
    background: #004983;
    color: white;
}
.time, .amount, .price, .buy {
    margin-bottom: 5px;
}
.amount, .buy {
    float: right;
}
.buy{margin-top: 22px;}
.price-now {
    font-size: 22px;
    color: yellow;
}
footer {
    padding-top: 10px;
    box-shadow: 1px 1px 10px 1px #999;
}
.copyright {
    background: #255aaa;
    padding: 20px;
}
.copyright p {
    color: white;
    padding: 10px;
    margin: 0;
    font-size: 19px;
}
.title {
    padding-bottom: 5px;
    margin-right: 20px;
    margin-bottom: 10px;
    border-bottom: 3px solid #004983;
    font-size: 15px;
}
.full-width {
    width: 100%;
}
.divider {
    -webkit-box-shadow: 0 1px 0 #fff;
    -moz-box-shadow: 0 1px 0 #fff;
    box-shadow: 0 1px 0 #fff;
    border-bottom: 1px solid #969696;
}
.table-head {
    font-size: 20px;
    border-bottom: 2px solid #ddd;
}
#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;
    font-size: 20px;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    padding: 35px 0 0 0;
    text-align: center;
    vertical-align: middle;
    color: white;
    cursor: pointer;
}
.memberlogin{
    float: left;
    width: 76px;
}
.notice{
    font-size: 1.8em;
    letter-spacing: 1px;
    color: #224B70;
    font-weight: bold;
    margin-bottom: 30px;
}
.loginicon{
    margin-right: 10px;
    padding-right: 10px;
}
.btnn {
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 12px 30px;
    display: inline-block;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 1.2em;
}
.btn-facebook {
    background: #205CA8;
    color: #fff;
    box-shadow: 0 6px #1D4477;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 40px;
}
.btn-facebook:hover {
    box-shadow: 0 4px #1D4477;
    top: 2px;
    color: white;
}
.btn-facebook:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px;
    color: white;
}
.btn-google {
    background: #cb4e4e;
    color: #fff;
    box-shadow: 0 6px #ab3c3c;
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
    border-radius: 40px;
}
.btn-google:hover {
    box-shadow: 0 4px #ab3c3c;
    top: 2px;
    color: white;
}

.btn-google:active {
    box-shadow: 0 0 #ab3c3c;
    top: 6px;
    color: white;
}

#pallogout {
    z-index: 99;
}
.nav-tabs2 > li {
    float: left;
    margin-left: 6px;
    width: 120px;
    text-align: center;
    border: none;
}
.nav-tabs2 > li:first-child {
    margin-left: 0;
}
#afterlogin ~ .mycart{
    top: 0;
}
#afterlogin > p{
    margin-bottom: 3px;
}
#afterlogin > .btn-login{
    padding: 5px 15px
}
#labname{
    font-size: 20px;
}
header .contactme{
    padding: 15px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
}
.logwithfb{
    border: 2px solid #317BD8;
    padding-bottom: 10px;
    overflow: hidden;
}
.logwithfb h1{
    font-size: 22px;
    background: #317BD8;
    color: white;
    padding: 8px;
    margin: 0;
}
.logwithfb p{
    padding: 8px;
    margin-bottom: 0;
}
.logwithfb a{
    font-size: 16px;
    margin-left: 10px;
}
.logwithfb i{
    margin-right: 5px;
}
@media (min-width: 992px) {
    header, #mainNav, #banner, .container {
        width: 1020px;
        margin: 0 auto;
    }
}
@media (max-width: 768px) {
    #header {
        margin: 0;
    }
    .logo a {
        margin: 0 auto 10px auto
    }
    #mainNav {
        text-align: center;
    }
    .amount, .buy {
        float: none;
    }
    #toplist {
        display: none;
    }
    .row .col-md-12 .col-md-3 {
        padding-right: -15px;
    }
    .row .col-md-12 .col-md-9 {
        padding-right: 0;
    }
    .slogan {
        display: none;
    }
    .slogan-mobile {
        display: block;
        text-align: center;
    }
    #gotop {
        /*bottom: 110px;
        font-size: 14px;
        width: 70px;
        height: 70px;
        padding: 25px 0 0 0;*/
        display: none !important;
    }
    .navbar-default {
        background: rgba(16, 105, 199, 1);
    }
    nav li {
        background: rgba(54, 144, 240, 1);
    }
    nav li a {
        padding: 10px !important;
    }
    .nav li:hover > ul {
        display: none;
    }
    .btn-login {
        margin-bottom: 5px;
    }
    #shoppingcart {
        width: 300px;
        left: -70px;
    }
    #ContentPlaceHolder1_palnoprod img {
        width: 50%;
    }
    .caption img {
        width: auto;
        height: auto !important;
    }
    .tab-pane img {
        width: 100% !important;
        height: auto !important;
    }
    .memberlogin{
        padding-left: 15px;
    }
    .notice{
        margin-bottom: 20px;
    }
    .mycart{
        top: 0;
        left: 10%;
        width: 80%;
        margin: 10px 0;
    }
    header > .row > .col-md-6{
        text-align: center;
    }
    .padding-fix {
        padding: 0 15px;
        width: 80%;
        left: 10%;
    }
    .modal-dialog, .modal-content {
        z-index: 99;
    }
    .fb-like-box{
        margin-left: 50px;
    }
    .nav-tabs2 > li {
        margin-left: 0px;
        width: auto;
        width: 33.3%;
    }
    .nav-tabs2 > li > a {
        border-radius: 0;
        font-size: 14px;
        padding: 5px 0.5px !important;
    }
    header .contactme{
        padding: 15px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
    }
    .nav-tabs2 > li > a {
        margin-bottom: 3px;
    }
}
/*--------------- 內頁樣式 ----------------*/

h1.page-header {
    border: 0;
    border-bottom: 1px solid #ccc;
    padding: 10px 0;
    background: none;
    font-weight: bold;
    color: #004983;
}
.about {
    font-size: 16px;
}
.news-tab a {
    padding: 5px 10px !important;
}
#ContentPlaceHolder1_myTab {
    margin: 10px 0;
}
#ContentPlaceHolder1_myTabContent li {
    margin-bottom: 5px;
}
#ContentPlaceHolder1_myTabContent li a {
    color: #444;
}
#ContentPlaceHolder1_myTabContent .pagination .active a {
    color: white;
}
#ContentPlaceHolder1_palnoprod {
    position: absolute;
    z-index: 99;
}
.item-recipe {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 1px 1px 10px 1px #ccc;
    box-shadow: 1px 1px 10px 1px #ccc;
}
.item-recipe img {
    width: 206px;
    height: 154px;
}
.featured-recipe, .featured-product {
    padding-bottom: 5px;
    color: rgb(177, 10, 10);
    border-bottom: 5px solid rgb(177, 10, 10);
    margin-bottom: 30px;
}
.title-recipe {
    padding-bottom: 5px;
    color: #004983;
    border-bottom: 5px solid #004983;
    margin-bottom: 20px;
}
.list-recipe li {
    border-bottom: 1px solid #ccc;
    padding: 5px 0;
    overflow: hidden;
}
.list-recipe p {
    font-size: 20px;
}
.pricegroup {
    margin-bottom: 15px;
}
.product-text {
    margin-bottom: 30px;
    font-size: 16px;
}
.product-line1 {
    margin-bottom: 5px;
    font-size: 16px;
}
.product-line2 {
    margin-bottom: 5px;
    color: rgb(177, 10, 10);
    font-size: 16px;
}
.product-btn {
    margin-left: 20px;
    margin-right: 10px;
}
.free {
    background: rgb(177, 10, 10);
    padding: 5px 10px;
    color: white;
}
#ad {
    margin-bottom: 30px;
}
.checklist li {
    margin: 7px 0;
}
#product-top {
    padding: 10px 0 10px 0;
    margin-bottom: 30px;
    border: 1px solid #dddddd;
}
#text-editor {
    border: 1px solid #dddddd;
    border-top: none;
    padding: 10px;
}
.row .col-md-12 .col-md-9, .row .col-md-12 .col-md-3, .row .col-md-4 {
    padding-left: 0;
}
.row .col-md-12 .col-md-3, .row .col-md-4 {
    padding-right: 0;
}
#product-content, #fb, #side {
    margin-bottom: 10px;
}
.col-md-6 > iframe {
    width: 100%;
    height: 300px;
}
#member_list {
    padding: 20px 10px;
    background: #004983;
    margin: 5px;
    text-align: center;
    border-radius: 10px;
    color: white;
}
#member_list a {
    color: white;
}
thead {
    font-size: 20px;
}
.zipAddress{
    width: 100% !important;
}
.zipcode, .zip{
    margin-bottom: 5px;
}
.nav-tabs > li {
    border: 0;
}