
#container {
    background: #FFF;
}
#promotion {
    background: #FFF;
}

/* 優惠活動 */
.promotion {
    margin: 12px auto;
}
.btn-close {
    display: none;
}
#promotion .btn-close {
    display: block;
}
.detail {
    color: #FFF;
}
/* footer */
#footer {
    display: none;
    height: 0 !important;
}

/* 訊息alert框  */
#custom-msg {
    background: #FFF;
}
#custom-msg h1 {
    background: #32A7FF;
    background: linear-gradient(#32A7FF, #32C7FF);
    color: #FFF;
}
#custom-msg .msg-content {
    color: #666;
    background: #FFF;
}
#custom-msg .msg-close {
    display: inline-block;
    margin: 20px 0;
    border: 0;
    border-radius: 5px;
    box-shadow: none;
    width: 45%;
    background: #B6985A;
    color: #FFF;
}
#custom-msg .msg-close:active {
    background: #987C43;
}
