/** Shopify CDN: Minification failed

Line 164:24 Expected identifier but found "!"
Line 200:0 Unexpected "-"

**/

.cost-breakdown{
    width:100%;
}

.cost-breakdown__container{
    width:100%;
    margin:0 auto;
    padding:0;
}

.cost-breakdown__subtitle{
    font-size:13px;
    font-weight:600;
    text-transform:uppercase;
    letter-spacing:.12em;
    color:#5d5d5d;
    margin-bottom:24px;
}

.cost-breakdown__heading{
    margin: 0;
    line-height:1.1;
    font-weight:700;
    color:#16324b;
    font-size: 24px;
    padding-top: 25px;
}

.cost-breakdown__description{
    margin: 15px 0 25px 0;
    max-width:720px;
    line-height:1.7;
    color:#5f6470;
    font-size: 16px;
}


.cost-progress{
    display:flex;
    width:100%;
    height:54px;
    overflow:hidden;
    border-radius:6px;
    background:transparent;
    border: 1px solid transparent;
}

.cost-progress__item{
    height:100%;
    flex-shrink:0;
    display: block !important;
}



.cost-progress__item:hover{
    filter:brightness(.92);
}


.cost-list{
    border-top:1px solid #ddd8cd;
}

.cost-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    padding:22px 0;
    border-bottom:1px solid #ddd8cd;
    gap:20px;
}

.cost-row__left{
    display:flex;
    align-items:center;
    gap:16px;
    flex:1;
}

.cost-color{
    width:12px;
    height:12px;
    border-radius:2px;
    display:block;
    flex:none;
}

.cost-title{
    font-size:18px;
    font-weight:600;
    color:#16324B;
}

.cost-row__right{
    display:flex;
    align-items:center;
    gap:35px;
}

.cost-percent{
    width:45px;
    text-align:right;
    font-size:15px;
    color:#8d8d8d;
}

.cost-price{
    width:95px;
    text-align:right;
    font-size:18px;
    font-weight:700;
    color:#16324B;
}


.cost-breakdown__bottom{
    max-width:900px;
    font-size:16px;
    line-height:24px;
    color:#142c44;
}
.cost-breakdown__bottom p{
    margin: 0;
}

.cost-breakdown__bottom strong{
    color:#16324B;
}


.cost-row:hover{
    background:rgba(0,0,0,.015);
}

.cost-row:hover .cost-title{
    color:#2e4e70;
}

.breakdown__bottom-que {
    margin: 15px 0 0 0;
    font-weight: 700;
    font-size: 20px;
    color: #16324B;
}


@media screen and (max-width:990px){

    .cost-breakdown__heading{
        font-size: 20px !important;
        padding-top: 5px;
    }


    .cost-breakdown__description{
        font-size:16px; !important;
        margin: 10px 0 20px 0;
    }

    .cost-progress{
        height:46px;
    }

    .cost-title{
        font-size: 16px;
    }

    .cost-price{
        font-size:16px;
    }
    .cost-breakdown__bottom{
        margin-top: 10px;
        font-size:16px;
    }

    .cost-row{
        padding:15px 0;
    }

}

@media screen and (max-width:749px){

    
    .cost-breakdown__container{
        padding:0 20px !important;
    }

    .cost-breakdown__heading{
        font-size: 18px !important;
    }
-
    .cost-breakdown__description{
        margin:18px 0 30px;
        font-size:16px !important;
    }

    .cost-progress{
        height:34px;
        margin-bottom:30px;
    }

    .cost-breakdown__bottom{
        margin-top: 5px;
        font-size:14px;
    }
    

    .cost-row{
        flex-direction:column;
        align-items:flex-start;
        gap:12px;
        padding:12px 0;
    }

    .cost-row__left{
        width:100%;
    }

    .cost-row__right{
        width:100%;
        justify-content:space-between;
    }

    .cost-title{
        font-size:14px;
    }

    .cost-percent{
        width:auto;
        font-size:14px;
    }

    .cost-price{
        width:auto;
        font-size:14px;
    }

    

}