/* This file is autogenerated, please do all overrides in the theme directory */

/* Product page styles */
.shipping-amount-display.product {
    margin: 35px 0px 0px 0px !important;
}

.shipping-amount-display.product p.text {
    color: #555454;
}

.shipping-amount-display.product .price {
    color: #fe4669;
}

.shipping-amount-display.product .line {
    background: #d6d4d4;
}

.shipping-amount-display.product .filled-line {
    background: #fe4669;
}

/* Cart styles */
.shipping-amount-display.cart {
    margin: 10px 0 10px 0 !important;
}

#header .shipping-amount-display.cart p.text {
    color: #555454;
}

#header .shipping-amount-display.cart .price {
    color: #fe4669;
}

#header .shipping-amount-display.cart .line {
    background: #d6d4d4;
}

#header .shipping-amount-display.cart .filled-line {
    background: #fe4669;
}

/* Checkout page styles */
.shipping-amount-display.checkout {
    margin: 40px 0 0 0 !important;
}

.shipping-amount-display.checkout p.text {
    color: #555454;
}

.shipping-amount-display.checkout .price {
    color: #fe4669;
}

.shipping-amount-display.checkout .line {
    background: #d6d4d4;
}

.shipping-amount-display.checkout .filled-line {
    background: #fe4669;
}

.shipping-amount-display.product p.free-shipping-text {
    color: #43b155;
}

/* Custom block styles */
.shipping-amount-display.custom {
    margin: 10px 0 10px 0 !important;
}

#header .shipping-amount-display.custom p.text {
    color: #555454;
}

#header .shipping-amount-display.custom .price {
    color: #fe4669;
}

#header .shipping-amount-display.custom .line {
    background: #d6d4d4;
}

#header .shipping-amount-display.custom .filled-line {
    background: #fe4669;
}