.bs-callout {
    padding: 20px;
    margin: 20px;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}
.bs-callout .title {
    margin-bottom: 10px;
    color: brown;
}
.bs-callout-info {
    border-left-color: #1b809e;
    font-size: 16px;
}
.bs-callout-error {
    border-left-color: #b92c28;
}
.bs-callout-warring {
    border-left-color: #b92c28;
}

.my-account .link-item a.active {
    color: #e42025;
}

#login__registerButton {
    /*float: left;*/
    margin-right:20px;
}
.error#shippingMethod {
    border: 2px solid red;
}
.cart-dropdown .products {
	max-height: initial;
}
.text-red {
	color: red;
}
.click {
	cursor: pointer;
}
.disabled a {
    cursor: default;
}
.btn-buy-direct {
    background-color: #00adef;
    border-color: #00adef;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    border-color: #a00a0e;
    background-color: #a00a0e;
}
.btn-buy-direct:hover, .btn-buy-direct:active, .btn-buy-direct:focus {
	color: #fff;
    border-color: #0e769d;
    background-color: #0e769d;
}
.product-name a {
    font-size: 14px;
}