.shipping-cost {
    font-size: large;
    color: #555;
    margin-top: 10px;
}

.shipping-cost .cost {
    font-weight: normal;
    color: #000;
}

.free-shipping-cost {
    font-size: large;
    color: #a9775c; 
    /* Change this color as needed */
    margin-top: 5px;
}

.free-shipping-cost span {
    font-weight: normal;
	color: #a9775c; 
}