@charset "utf-8";
/* CSS Document */

.cart_grp_unit {
    position: relative;
}
.processing_layer{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #EB3228;
    opacity:0.5;
}
.processing_message{
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform : translate(-50%,-50%);
    transform : translate(-50%,-50%);
    text-align: center;
    color: #FFFFFF;
    font-size: 30px;
}
.multi_buy_button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    vertical-align: middle;
}
.btn_deliv_combined{
    width:120px;
}
.deliv_combined_grp_odd{
    background:#ffe0e0;
}
.deliv_combined_grp_even{
    background:#e0f0ff;
}
.deliv_combined_message{
    background:#e8e8e8;
}
.deliv_combined_message *:not(button){
    font-size: 14px;
}