/**
 * @ Title: Serbu diskon style
 * @ Subtitle: for admin / wp-admin page
 * @ Author: Yudhi
 * @ Create Time: 2023-12-06 11:07:02
 * @ Modified by: Yudhi
 * @ Email: yudhipur19@gmail.com
 * @ Modified time: 2023-12-11 11:34:29
 * @ Copyright: GPLv3
 * @ Description:
 */

.lima-serbu-countdown {
    font-size: 1.2rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c2283c;
    overflow: hidden;
    overflow-wrap: break-word;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 300px!important;
    margin:0 auto!important;
}

.lima-serbu-countdown .lima_time {
    display: inline-flex;
    flex-direction: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}

.care-content-serbu .pa-hero-banner {
    position: relative;
    background-image: url('../../images/bg/serbu-bg-header.jpg'), linear-gradient(65.25deg, #f17686 4.33%, #f5d5d5 79.86%);
    background-repeat: no-repeat !important;
    padding: 30px 0px 200px 0px;
    background-size: cover !important;
    background-position: left bottom !important;
    margin-top: -15px;
}  

.care-content-serbu .section-header-buttom{
    margin-top:-130px;
}

.care-content-serbu .app-slider-item .pic {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    border-radius: 50px;
}

.care-content-serbu .product-listing {
    display: grid;
    grid-template-columns: repeat(5,minmax(40px,300px));
    grid-gap: 10px;
}

.care-content-serbu .ms-options-wrap > .ms-options > ul input[type="checkbox"] {
    left: auto !important;
    right: 3px !important;
}

.care-content-serbu .ms-filter {
    width:98%!important;
}

.care-content-serbu  .sale span.product-sold,
.care-content-serbu  .total-sales span.product-sold {
    color: #ffffff;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../../images/png/terjual.png);
    padding: 2px 20px 2px 20px;
    border-radius: 20px;
}

.care-content-serbu  .sale span.product-sold strong ,
.care-content-serbu  .total-sale span.product-sold strong 
{
    color: #ffffff;
    font-weight: normal;
}