/* live_prices.css */
.Shipall24LivePrices__container {
    position:fixed;
    bottom:0;
    right:100px;
    color:black;
    background:white;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-bottom:0;
    box-shadow: 1px 3px 4px 0px rgba(0, 0, 0, 0.3);
    z-index: 1000;
}
.Shipall24LivePrices__header,
.Shipall24LivePrices__cartInfo {
    padding:5px;
}
.Shipall24LivePrices__cartInfo{ text-align: center}
.Shipall24LivePrices__prices td {
    padding:5px;
    color: #000;
}
.Shipall24LivePrices__prices td .gray{ color: #ababab; font-size: 12px; font-weight: 400; }
.Shipall24LivePrices__header {
    font-size:20px;
    color:white;
    text-align:center;
    text-transform:uppercase;
    background-color:#3e7f00;
    position:relative;
}
.Shipall24LivePrices__header { font-size: 18px; background-color: #92d050; padding-bottom: 0}
.Shipall24LivePrices--closed .Shipall24LivePrices__header{ padding-bottom: 5px}
.Shipall24LivePrices__header p{ margin: 0}
.Shipall24LivePrices__header .info{ font-size: 11px; text-align: left; line-height: 15px; margin: 0; text-transform: none}
.Shipall24LivePrices__toggle {
    cursor:pointer;
}
.Shipall24LivePrices__header .Shipall24LivePrices__toggle {
    display:block;
    position:absolute;
    right:10px;
    top:0px;
    width:10px;
    height:20px;
    border-bottom:2px solid white;
}

.Shipall24LivePrices__header--alternate {
    cursor:pointer;
    display:none;
}
.Shipall24LivePrices--closed .Shipall24LivePrices__header--main {
    display:none;
}
.Shipall24LivePrices--closed .Shipall24LivePrices__content {
    display:none;
}
.Shipall24LivePrices--closed .Shipall24LivePrices__header--alternate {
    display:block;
}

.Shipall24LivePrices__carrier p {
    margin: 0;
}