.overflowXHidden{
    overflow-x: hidden;
}
/* 预留给媒体查询 */
.overflowXScroll{

}
.custom-page-header{
    padding: 14px;
    padding-left: 24px;
}
.custom-form{
    background-color: #FFF;
    padding: 12px;
}
.cart-index .container{
    padding-top: 24px;
}
.custom-table{
    width: 100%;
    border: 1px solid;
    margin-bottom: 24px;
    text-align: center;
    overflow-wrap: anywhere;
}
.custom-table img{
    height: 64px;
}
.main-button, .sub-button{
    cursor: pointer;
    display: block;
    text-align: center;
    margin:12px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    padding: 5px;
    border: 2px solid transparent;
    border-radius: 6px;
    background-clip: padding-box, border-box;
    background-origin: padding-box, border-box;
    background-image: linear-gradient(#f4f6f8, #f4f6f8), linear-gradient(#7bbc26, #1a7a34);
}
.main-button:hover {
    background-image: linear-gradient(#7bbc26, #1a7a34), linear-gradient(#7bbc26, #1a7a34);
    color: #fff;
}
.main-button:focus {
    background-image: linear-gradient(#7bbc26, #1a7a34), linear-gradient(#7bbc26, #1a7a34);
    color: #fff;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
}
.line{
    border-bottom: 2px solid #04a118;
    padding-bottom: 12px;
}
.margin24{
    margin: 24px;
}

/* 卡片样式开始 */
.card-top-fix{
    padding-top: 12px;
}
.card{
    background-color: #e2efe6;
    border-radius: 3px;
    padding-bottom: 12px;
    margin-bottom: 12px;
}
/* 纵向线段 */
.vertical-line{
    border-left: 4px solid #04a118;
}
/* 卡片样式结束 */

/* 用于覆盖bootstrap的样式 */
.custom-table td,.custom-table th{
    border: 1px solid #c9c9c9;
    padding: 8px;
    min-width: 60px;
    text-align: center;
}
.custom-table th{
    white-space: nowrap;
}
/* 用于补充bootstrap的样式 */
.text-center{
    display: block;
    width: 100%;
}
.btn-delete .fa{
    font-size: 24px;
    color: #f39c12;
}
.cart-num-input{
    width: 80px;
}
.notes-button{
    padding: 4px 8px;
    background: #04a118;
    color: #FFF;
    border-radius: 4px;
}
.notes-button:hover{
    color: #FFF;
    background: #1a7a34;
}

@media (max-width: 770px) {
    .custom-table{
        width: 100vw;
    }
    .overflowXScroll{
        overflow-x: scroll;
    }
}