.jlcontentcart input.jlcc-input {
    height: 32px;
    line-height: 32px;
    margin: 8px 0;
}

.jlcc-button:hover {
    background-color: #0070a5;
    color: #FFF;
    text-decoration: none;
}

.jlcc-button {
    display: inline-block;
    margin: 8px 0;
    padding: 5px 15px;
    font-family: inherit;
    font-size: .8rem;
    font-weight: 400;
    line-height: 2;
    text-transform: uppercase;
    border: none;
    background-color: #00588a;
    color: #fff;
    cursor: pointer;
}

.jlcc-count {
	max-width: 80px
}

.jlcontentcart a.jlcc-button {
    text-decoration: none;
} 

.jlcc-button.jlcc-success {
	background-color:#5bb75b;
}

.jlcc-button.jlcc-success:hover {
	background-color:#51a351;
}

.jlcontentcart .jlcc-textarea {
    margin: 8px 0;
}

.jlcc-block-data {
    text-align: center;
}

.jlcc-block-data .jlcc-input, .jlcc-block-data .jlcc-textarea {
    min-width: 280px;
}

.jlcontentcart table {
	text-align: left;
}

.jlcontentcart table tr {
	height: 32px;
    line-height: 32px;
}

.jlcontentcart table th {
    background-color: #c4c4c433;
    padding-left: 8px;
}

.jlcontentcart table td {
    padding-left: 8px;
}

.jlcc-title-data {
    text-align: center;
}

tr.order_item {
    border-bottom: 1px solid #d7d7d7;
}

.content_cart.jlcontentcart {
    border: 1px solid #e5e3e3;
    padding: 10px;
}

/* ContentCart v4.0.0 - localStorage support */

/* Loader spinner */
.jlcc-loader {
    display: inline-block;
    margin-left: 10px;
    animation: jlcc-spin 1s linear infinite;
    font-size: 1.2em;
}

@keyframes jlcc-spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

/* Removing animation */
tr.order_item.removing {
    opacity: 0.3;
    transition: opacity 0.3s ease-out;
}

/* Disabled button state */
.jlcc-add-to-cart:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Module cart items list */
.jlcc-cart-items {
    list-style: none;
    margin: 10px 0;
    padding: 0;
}

.jlcc-cart-item {
    padding: 8px 0;
    border-bottom: 1px solid #e5e3e3;
    font-size: 0.9em;
}

.jlcc-cart-item:last-child {
    border-bottom: none;
}

.jlcc-cart-item a {
    color: #00588a;
    text-decoration: none;
}

.jlcc-cart-item a:hover {
    text-decoration: underline;
}

.jlcc-item-count {
    color: #666;
    font-size: 0.85em;
    margin-left: 5px;
}

.jlcc-item-price {
    float: right;
    font-weight: bold;
    color: #5bb75b;
}

/* Empty cart message */
#cart-empty-message {
    text-align: center;
    padding: 40px 20px;
    color: #666;
    font-size: 1.1em;
    background-color: #f9f9f9;
    border: 1px dashed #d7d7d7;
    border-radius: 4px;
    margin: 20px 0;
}
