* {
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

body {
    font-family: Arial, Helvetica, sans-serif;
}

.container {
    background-color: #f2f2f2;
}

.detail h1 {
    color: #3c3c3c;
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    border-bottom: #e60012 4px solid;
    line-height: 50px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin-bottom: 70px;
}

.detail .card-body img {
    margin: 0 auto;
}

.picking {
    padding-bottom: 20px;
}

.picking ul {
    list-style: none;
}

.picking ul li {}

.picking ul li a {
    display: block;
    padding: 20px 10px;
    font-size: 16px;
    line-height: 16px;
    font-weight: 600;
    color: #3c3c3c;
    border-bottom: dashed 1px #666;
    background-color: #f2f2f2;
    text-decoration: none;
}

.picking ul li a:hover {
    background-color: #fff;
}

.picking-icon {
    float: right;
    border-radius: 12px;
    color: #e60013;
}

.detail h2 {
    width: 100%;
    font-size: 32px;
    font-weight: 600;
    color: #3c3c3c;
    padding: 5% 0;
    /* border-bottom-style: solid; */
    text-align: center;
    /* background-color: #e60013; */
    color: #fff;
    background-image: url("../images/bg-01-red.png");
    background-repeat: repeat;
}

.detail .card {
    border: #ddd 4px solid;
    background: #FFF;
    border-radius: 2px;
    color: #3c3c3c;
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0px;
}

.accordion>.card:first-of-type {
    border: #ddd 4px solid;
    border-radius: 2px;
}

.detail .card .btn {
    width: 100%;
    text-align: left;
    padding: 0;
    line-height: 50px;
    font-size: 21px;
    font-weight: 600;
}

.detail .btn.focus,
.detail .btn:focus {
    box-shadow: none;
}

.card-order {
    display: inline-block;
    font-weight: 900;
    text-align: center;
    color: #FFF;
    background: #999999;
    border-radius: 16px;
    width: 20px;
    height: 20px;
    font-size: 18px;
    line-height: 20px;
    margin-right: 5px;
}


/* +按鈕 */

.Xbt {
    float: right;
    font-size: 2rem;
    transform: rotate(0deg);
    transition: all .1s;
    color: #e60013;
}

.spin {
    transform: rotate(45deg);
    transition: all .1s;
    color: #e60013;
}


/* +按鈕 */

.text-red {
    color: #e60013;
}