﻿a.cart.button {
    height: 1.5em;
}
span.value-label:after {
    content: ": ";
}

span.value-label {
    display: inline-block;
    width: 4em;
    font-style: italic;
}

select.quantity {
    width: 4em !important;
}

select.currency {
    width: 10em !important;
}

div.product div.description {
    text-align: center;
}

input[type=text].price-amount {
    width: 6em;
}

input[type=text].price-unit {
    width: 6em;
}

input[type=text].dimension, input[type=text].weight {
    width: 3em;
}

div.cell div#editcart div.flex div.cell input[type=text] {
    width: 5em;
}

div.cartcmd {
    text-align: right;
}

    div.cartcmd a {
        display: inline-block;
        margin: 0 1em;
    }

div#editcart div.tit {
    font-weight: bold;
}

div#editcart div.cell div.cmd {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 5px;
    height: 1em;
    width: auto;
}

div.add2Cart {
    margin: 0.2em 0 1.3em 0;
}

a.cart {
    margin: 2px 1em ;
    position:relative;
}

    a.cart:hover {
    }


a.init-cmd.checkout.button {
    top: 1px;
}

div.one-seller-savings {
    font-size: 0.8em;
}

div.fulfilled.slide {
    background: #eee;
}

div.cell a.fulfil.button {
    width: 5em !important;
    margin: 5px;
}

div.fulfilled.slide a.fulfil.button {
    pointer-events: none;
}

div.order {
    border: 1px solid #eee;
}

a.stripe-connect img {
    width: 9em !important;
    margin: 1em;
    height: 2em;
}

a.stripe-connect {
    opacity: 0.8;
}

    a.stripe-connect:hover {
        opacity: 1;
    }

div.seller-name {
    font-weight: bold;
    font-family: 'Arial Black', Gadget, sans-serif;
}

a.drop-cart-item {
    position:absolute;
    right:3px;
    top: 3px;
}
span.sh-handling {
    display:inline-block;
}
div.one-seller {
    margin-bottom:1em;
}
div.one-item {
    margin-bottom:9px;
}
div.add2cart {
    margin-top:9px;
    text-align:right;
}
span.list-price {
    text-decoration: line-through;
}
div.demand-supply textarea {
    max-height: 4em;
}
