
.shipping-amount-display p.text {
    color: #555454;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    width: 100%;
}

.shipping-amount-display .price {
    color: #fe4669;
    font-size: 15px;
    font-weight: bold;
}

.shipping-amount-display .line {
    display: block;
    height: 10px;
    background: #e9d3ef;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.shipping-amount-display .filled-line {
    display: block;
    background: #fe4669;
    height: 10px;
    width: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.shipping-amount-display .truck {
    float: right;
    margin-top: -30px;
}
.shipping-amount-display .truck img {
    max-width: 37px
}


/* Cart */
.shipping-amount-display.cart p.text {
    display: block;
    float: none;
}

/* Product page */
.shipping-amount-display.product p.text {
    float: none;
}

.shipping-amount-display.product.has-free-shipping {
    margin-top: 20px !important;
}

/* Checkout */
.shipping-amount-display.checkout .inner {
    width: 100%;
    padding: 0;
    text-align: center !important;
}

.shipping-amount-display.checkout p.text {
    float: none;
    margin-bottom: 0;
}

.shipping-amount-display.checkout .price {
    font-size: 16px;
}

/* Free shipping blocks fixes */
.shipping-amount-display.fsad-free p.text {
    /*min-width: 300px;*/
    max-width: 100%;
    text-align: center;
}

.shipping-amount-display.fsad-free.checkout p.text {
    width: 100%;
}