.combo_product_sticker {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: #55acee;
    height: 29px;
    line-height: 29px;
    border-radius: 6px;
    text-align: center;
    padding: 0 7.5px;
    z-index: 10;
    color: #fff;
}

.combo_products {
    margin-top: 0;
    width: 511.86px;
    float: left;
}
.combo_products h3 {
    margin-top: 0;
}
.combo_products .combo_prod_imgs {
    margin-top: 17px;
}
.combo_products .combo_prod_imgs ul {
    list-style: none;
    display: flex;
    padding: 0;
}
.combo_products .combo_prod_imgs ul>li {
    position: relative;
    padding-right: 39px;
}
.combo_products .combo_prod_imgs ul>li:after {
    content: "+";
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(0, -50%);
    font-size: 22px;
}
.combo_products .combo_prod_imgs ul>li:last-child:after {
    display: none;
}
.combo_products .combo_prod_imgs ul>li img {
    width: 81px;
    /* display: block; */
}
.combo_products .combo_prod_details {}
.combo_products .combo_prod_details #list_combo_prod {
    padding: 0;
    list-style: none;
    padding-top: 14px;
    margin: 0;
    display: none;
}
.combo_products .combo_prod_details ul>li {
    display: flex;
    margin-bottom: 10px;
}
.combo_products .combo_prod_details ul>li input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 7px;
    margin-top: 0;
}
.combo_products .combo_prod_details ul>li .combo_prod_name {}
.combo_products .combo_prod_details ul>li .combo_prod_name .combo_current_view {
    display: none;
}
.combo_products .combo_prod_details ul>li .combo_prod_price {
    min-width: 83px;
    text-align: right;
    margin-left: auto;
}
.combo_products .combo_prod_foot {
    display: flex;
    padding-top: 29px;
}
.combo_products .combo_prod_foot .combo_prod_action {
    height: fit-content;
    position: relative;
}
.combo_products .combo_prod_foot .combo_prod_action button {
    background: #ee3643;
    outline: 0;
    color: #fff;
    border: 0;
    padding: 9px 0;
    width: 300px;
    border-radius: 4px;
    text-transform: none;
}
.combo_products .combo_prod_foot .combo_prod_action .combo_pc_btn {
    display: none;
}
.combo_products .combo_prod_foot .combo_prod_action .combo_mobile_btn {
    display: block;
}
.combo_products .combo_prod_foot .combo_prod_action #toggle_total_combo {
    background: transparent;
    color: #55acee;
    text-align: left;
    display: inline-block;
    width: auto;
    position: absolute;
    left: 0;
    top: 43px;
    padding-right: 15px;
    font-size: 13px;
}
.combo_products .combo_prod_foot .combo_prod_action #toggle_total_combo:after {
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.combo_products .combo_prod_foot .combo_prod_action #toggle_total_combo.active:after {
    content: "\f106";
    font-family: 'FontAwesome';
    position: absolute;
    right: 0;
}
.combo_products .combo_prod_foot .combo_prod_total {
    width: calc(100% - 300px);
    padding-left: 56px;
}
.combo_products .combo_prod_foot .combo_prod_total ul {
    padding: 0;
    list-style: none;
    width: 100%;
}
.combo_products .combo_prod_foot .combo_prod_total ul li {
    display: flex;
    font-size: 13px;
    margin-bottom: 0px;
}
.combo_products .combo_prod_foot .combo_prod_total ul li label {
    display: block;
}
.combo_products .combo_prod_foot .combo_prod_total ul li p {
    margin: 0 0 0 auto;
}

@media (min-width: 768px) {
    .combo_products .combo_prod_details ul>li .combo_prod_name .combo_current_view {
        display: inline-block;
    }
    .combo_products .combo_prod_foot .combo_prod_action .combo_pc_btn {
        display: block;
    }
    .combo_products .combo_prod_foot .combo_prod_action .combo_mobile_btn {
        display: none;
    }
}