/* card style */
.koala-preview-card-item {
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d3cece;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 7px 36px 7px 18px;
    margin-top: 5px;
    align-items: center;
    margin-top: 15px;
}

.koala-bmsm-text-dec {
    text-decoration: line-through;
}

.koala_bmsm-prev-card-ft-dis-prc{
    font-weight: 700;
    font-size: 17px;
    color: #008000;
}

.koala_bmsm-prev-card-img-ft-dis-prc{
    font-weight: 700;
    font-size: 17px;
    color: #008000;
}

.koala-bmsm-prev-card-ft-org-prc{
    font-weight: 700;
}

.koala-bmsm-icon {
    width: 42px;
}

.koala-bmsm-main-hd {
    display: inline-flex;
    font-size: 22px;
    gap: 12px;
    margin-bottom: 16px;
    margin-top: 15px;
}

.koala-bmsm-cd-dic-pr{
    color: #18184f;
    font-weight: 700;
}

.koala-bmsm-text-dec-tl{
    margin-right: 7%;
    font-weight: 700;
}

.koala-preview-card-sub-item {
    text-align: right;
    width: 49%;
}

.koala-prev-card-front{
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}


.koala-pre-card-prev-price {
    text-decoration: line-through;
    text-decoration-thickness: 2px;
    text-decoration-color:rgb(125, 125, 125);
    font-size: 1.1em;
    margin-left: 5%;
}

.koala-pre-card-new-price{
    color: #008000;
    font-size: 15px;
    font-weight: bold;
}

.koala-bmsm-cd-discount-price{
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    background-color: #ff0000;
    font-size: 11px;
    padding: 2px;
    font-weight: 700;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.koala-cd-img-item-old-prc{
    text-decoration: line-through;
}

.koala-preview-card-lb-lft-side{
    align-self: center;
    font-weight: 700;
}

.koala-tb-each-item-text{
    font-size: 9px;
}

.koala-preview-card-lb{
    font-weight: 700;
}

.koala-preview-card-above-prc {
    margin-left: 35%;
}
.koala-preview-card-total-lb{
    margin-right: 6%;
}

.koala-bmsm-crd-disc-vl{
    color: #ff0000;
    font-weight: 700;
}

.koala-bmsm-disc-custom-table tbody tr th {
    border: 1px solid rgb(240, 240, 240);
    background: #ccfbc0;
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}

.koala-bmsm-disc-custom-table tr td{
    text-align: center;
}

.koala-bmsm-disc-custom-table tr td:nth-child(3) {
    font-size: 17px;
    font-weight: 700;
  }

.koala-bmsm-disc-custom-table tr td:nth-child(4) {
    font-size: 17px;
    font-weight: 700;
    color: #ff0000
}

.koala-bmsm-lt-disc-price {
    font-size: 17px;
    font-weight: 700;
    color: #008000;
}

.koala-bmsm-list-disc-price{
    color: #ff0000;
    font-weight: 700;
}

.koala-bmsm-ul-styl { 
    font-size: 17px;
    margin: auto;
    padding-bottom: 20px;
    padding-left: 0px;

}

 .koala-bmms-grid-main-con {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 15px;
    /* border: 1px solid #d8d7d7; */
    padding: 10px;
    border-radius: 3px;
    width: auto;
    
}

.koala-bmsm-grid-third-con{
    display: flex;
    align-items: center;
    gap: 30px;
}

.koala-bmsm-grid-sec-con {
    display: inline-table;
    position: relative;
    width: 48%;
    justify-content: space-between;
    box-sizing: border-box;
    gap: 10px;
    border: 1px solid rgb(150, 150, 150);
    padding: 23px 14px 14px;
    border-radius: 5px;
    background-color: #d0fdff4d;
}

.koala-bmms-grid-inner_main {
    display: inline-block;
    font-size: 16px;
    line-height: 23px;
    font-weight: 700;
}

.koala-bmsm-grid-inner {
    display: flex;
    flex-direction: column;
    gap: 5px; 
    
}

.koala-bmsm-grid-per-cor{
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0000;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    padding: 0 5px;
    font-weight: 700;
}

.koala-bmsm-main-new-price {
    font-size: 17px;
    font-weight: 700;
    color: #008000;
}

.koala-bmsm-main-old-price {
    text-decoration: line-through;
}

.koala-bmsm-img-cd-pr-pic {
    max-width: 30%;
}

.koala-preview-cd-img-sub-item{
    display: flex;
    flex-direction: column;
    margin-right: 15px;
    gap: 3px;
}

.koala-preview-cd-img-item{
    position: relative;
    display: flex;
    justify-content: space-between;
    border: 1px solid #d3cece;
    border-radius: 10px;
    width: 100%;
    box-sizing: border-box;
    padding: 11px 11px 11px 16px;
    margin-top: 15px;
    align-items: center;
}

.koala-bmsm-cd-img-cor-dis{
    position: absolute;
    top: 0;
    right: 0;
    background: #ff0000;
    font-size: 11px;
    line-height: 21px;
    color: #fff;
    padding: 0 5px;
    font-weight: 700;
    border: 1px solid #ff0000;
    border-top-right-radius: 9px;
    border-bottom-left-radius: 5px;
}

.koala-bmsm-cd-img-old-pr{
    text-decoration: line-through;
}

.koala-bmsm-cd-img-new-pr{
    color: #ff0000;
    font-weight: 700;
}

.koala-bmsm-text-per-item{
    font-weight: 700;
}

.koala-bmsm-img-card-tag-chip{
    position: absolute;
    top: -15px;
    right: 82px;
    background: #a38606;
    color: #ffffff;
    padding: 0px 4px;
    font-size: 14px;
    font-weight: 700;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    height: 22px;
    line-height: normal;
}
.koala-reminder-bar-section{
    margin-top: 10px;
    width: 100%;
}
.koala-reminder-bar{
    background: rgb(175, 183, 189);
    height: 12px;
    border-radius: 16px;
}

.koala-reminder-inner-bar {
    height: 12px;
    border-radius: 16px;
    background: #ff0000;
    width: 0%;
}

.koala-reminder-text-part{
    text-align: center;
}

.koala-bmsm-card-radio{
    position: relative;
    border: 2px solid #c1c1c1;
    padding: 12px 27px;
    /* display: flex; */
    width: 100%;
    border-radius: 10px;
    margin-top: 16px;
}

.koala-card-radio-lbl-cont{
    display: inline-flex;
    gap: 23%;
    width: 90%;
    font-size: 14px;
    margin-left: 16px;

    /* border: 1px solid; */
}

.koala-card-radio-price-cont{
    display: inline-flex;
    margin-top: 10px;
}

.koala-card-radio-org-prc{
    text-decoration: line-through;
    font-size: 11px;
    margin-top: 3px;

}

.koala-card-radio-disc-prc {
    font-size: 13px;
    font-weight: 800;
    margin-left: 4px;
}

/* .koala-card-radio-lbl-cont b span{
    color: #d79416;
} */

.koala-card-radio-lbl-cont b{
   font-weight: 700;
   font-size: 15px;
}

.koala-card-radio-card{
    display: flex;
}

.koala-card-radio-card input.koala-previe-non-clickable {
    /* margin-top: 18px;  */
    display: inline-block; 
    vertical-align: top;
}

.koala-bmsm-cd-rdio-max-qty{
    display: none;
}

.koala-bmsm-cd-tmp-3-min-qty{
color: #008000;
font-weight: 700;
}
.koala-bmsm-card-new-temp{
    position: relative;
    border: 2px solid #c1c1c1;
    padding: 12px 27px;
    display: block;
    width: 100%;
    border-radius: 10px;
    margin-top: 16px;
}

.koala-cd-nw-tmp-lbl-cont{
    display: inline-flex;
    gap: 23%;
    width: 90%;
    font-size: 14px;
    margin-left: 16px;
    justify-content: space-between;

    /* border: 1px solid; */
}

.koala-card-new-temp-price-cont{
    display: inline-flex;
    margin-top: 10px;
}

.koala-card-new-temp-org-prc{
    text-decoration: line-through;
    font-size: 11px;
    margin-top: 3px;

}

.koala-card-new-temp-disc-prc {
    font-size: 13px;
    font-weight: 800;
    margin-left: 4px;
}

.koala-cd-nw-tmp-lbl-cont b span{
    color: #18a154;
}

.koala-cd-nw-tmp-lbl-cont b{
   font-weight: 700;
   font-size: 15px;
}

.koala-card-new-temp-card input.koala-previe-non-clickable {
    margin-top: 18px; 
    display: inline-block; 
    vertical-align: top;
}

.koala-bmsm-cd-tw-tmp-max-qty{
    display: none;
}

.koala-bmsm-right-triangle {
    aspect-ratio: 1;
    display: block;
    clip-path: polygon(0 0, 0 100%, 100% 100%);
    background: #89753a;
    position: absolute;
    top: 0px;
    width: 14px;
    right: -12px;
    border-top-left-radius: 1px;
    z-index: -100;
}

.koala-bmsm-left-triangle{
    aspect-ratio: 1;
    display: block;
    clip-path: polygon(100% 0, 0 100%, 100% 100%);
    background: #89753a;
    position: absolute;
    top: 0px;
    width: 11px;
    right: 94px;
}   


.koala-bmsm-card-border-temp{
    position: relative;
    border: 1px solid #00c91b;
    display: flex;
    width: 100%;
    border-radius: 10px;
    margin-top: 16px;
    /* box-shadow: rgba(136, 165, 191, 0.48) 6px 2px 16px 0px, rgba(255, 255, 255, 0.8) -6px -2px 16px 0px; */
}

.koala-bmsm-card-border-left{
    border: 0px solid;
    border-radius: 7px;
    background: #2ba123;
    color: white;
    font-weight: 800;
    display: inline-block;
    padding: 8px 20px;
}

.koala-bmsm-card-border-right {
    text-align: center;
    width: 100%;
    margin: auto;
}

.koala-bmsm-card-border-org-prc{
    text-decoration: line-through;
    font-size: 14px;
}

.koala-bmsm-card-border-disc-prc{
    font-weight: 700;
}

.koala-bmsm-card-border-left-inner{
    margin: auto;
    padding: 0px;
    text-align: center;
}

.koala-bmsm-cd-nw-tmp-max-qty{
    display: none;
}

.koala-bmsm-radio{
    margin-right: 10px;
}

.koala-bmsm-save-text-block{
    display: none;
}

.koala-custom-cart-text{
    display: block;
    margin-top: 10px;
    color: #FF5733; /* Example color */
    font-weight: bold;
    font-size: 14px;
}

.koala-custom-cart-text{
    background: #1a0f6e;
    padding: 4px;
    text-align: center;
    width: 196px;
    color: white;
    font-size: 10px;
}

.koala-bmsm-tb-hd-title, .koala-bmsm-lst-hd-title, .koala-bmsm-gd-hd-title, .koala-bmsm-cd-hd-title, .koala-bmsm-cd-img-hd-title, .koala-bmsm-temp-1-hd-title, .koala-bmsm-temp-2-hd-title, .koala-bmsm-temp-3-hd-title{
    margin-top: 7px;
}

@media screen and (max-width: 480px) {
    /* Styles for mobile phones */
    .koala-bmsm-card-radio {
        width: 84%
    }

    .koala-card-radio-lbl-cont{
        gap: 5%;
        width: 78%;
    }

    .koala-bmsm-grid-sec-con {
        width: 84%;
    }
    
    .koala-bmsm-card-new-temp{
        width: 88%
    }
}