.freight-text-container {
    padding-top:10px;
    padding-bottom: 15px;
    border-top:1px solid #c4c4c4;
    border-bottom: 10px solid #efefef;
    list-style: none;
    & .freight-text {
        font-size:14px;
        font-weight: bold;
        display: flex;
        margin-left:0;
        justify-content: space-between;
    }
    & .freight-text:not(:last-child) {
        margin-bottom:10px;
    }
    & .freight-price {
        font-weight: normal;
        & .freight-price-amount {
            font-weight:600;
        }
    }
}
.freight-text-container.do-not-show {
    display:none;
}

.pisol-ppscw-alert-container {
    & .pisol-ppscw-alert {
        padding:0;
    }
    & .pisol-ppscw-methods {
        padding-top:10px !important;
        padding-bottom: 15px !important;
        border-top:1px solid #c4c4c4;
        border-bottom: 10px solid #efefef;
        list-style: none;
        & li {
            font-size:14px;
            font-weight: bold;
        }
        & li:not(:last-child) {
            margin-bottom:10px;
        }
    }
}