    /*自定義樣式*/
    
    #oneone_shopcart .item_btn {
        border: solid 1px #A2A2A2;
        color: #000
    }
    
    #oneone_shopcart .item_btn.act {
        /* background-color: #EF233C; */
        color: #dc3545;
        border: solid 2px #dc3545;
    }
    
    #oneone_shopcart .quantity.quantity-lg .minus {
        height: 45px;
        width: 45px;
    }
    
    #oneone_shopcart .quantity .minus {
        background: transparent;
        border: 1px solid #F0F0F0;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        vertical-align: text-top;
        width: 40px;
        border-radius: 0.25rem 0 0 0.25rem;
    }
    
    #oneone_shopcart .quantity.quantity-lg .plus {
        height: 45px;
        width: 45px;
    }
    
    #oneone_shopcart .quantity .plus {
        background: transparent;
        border: 1px solid #F0F0F0;
        border-radius: 2px;
        box-shadow: none;
        color: #5E5E5E;
        cursor: pointer;
        display: block;
        font-size: 12px;
        font-weight: bold;
        height: 40px;
        line-height: 13px;
        margin: 0;
        overflow: visible;
        outline: 0;
        padding: 0;
        position: absolute;
        text-align: center;
        text-decoration: none;
        vertical-align: text-top;
        width: 40px;
        border-radius: 0 0.25rem 0.25rem 0;
        right: 0;
        top: 0;
    }
    
    #oneone_shopcart .quantity.quantity-lg .qty {
        height: 45px;
    }
    
    #oneone_shopcart .quantity .qty {
        border: 1px solid #F0F0F0;
        box-shadow: none;
        float: left;
        height: 40px;
        padding: 0 39px;
        text-align: center;
        width: 125px;
        font-weight: bold;
        font-size: 1em;
        outline: 0;
        border-radius: .25rem;
    }
    
    #oneone_shopcart .quantity.quantity-lg {
        height: 45px;
    }
    
    #oneone_shopcart .quantity {
        margin: 0 15px 25px 0;
        overflow: hidden;
        position: relative;
        width: 125px;
        height: 40px;
        float: left;
    }
    
    .border-color-hover-primary:hover {
        border-color: #dc3545 !important;
        border: 2px solid;
    }
    
    #oneone_shopcart .preOrderTag {
        margin-top: 1px;
        vertical-align: top;
        font-size: 15px;
        line-height: 26px;
    }
    
    .preOrderTag {
        margin-right: 8px;
        padding: 1px 4px 0 4px !important;
        display: inline-block !important;
        vertical-align: top;
        background-color: #FF960A;
        border-radius: 4px;
        color: #fff;
        font: 13px / 18px Helvetica, sans-serif;
        letter-spacing: 0.1em;
    }