.eshop-quantity-value {
    text-align: center;
    width: 60px !important;
}
[class^="icon-"], [class*=" icon-"],
[class^="icon-"]::before, [class*=" icon-"]::before {
    font-family: FontAwesome!important;
}
.table input[type="image"] {
	width: auto;
	height: auto;
	padding: 0;
}

.eshop-buttons .btn-primary, .eshop-buttons .btn-primary:hover,
.product-cart .btn-primary, .product-cart .btn-primary:hover {
    background-color: #ee2c2d;
    background-image: none;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
#login #remember {
    margin-left: -18px !important;
	margin-top: 6px!important;
}


body textarea, body input[type="text"], body input[type="password"], body .inputbox {
	padding: 11px 10px 12px;
	height: auto!important;
}
.eshop-search .input-append .add-on, .eshop-search .input-prepend .add-on {
    padding: 11px 10px 12px;
	height: auto;
	line-height: normal;
}