#update-cart{
	display: none;
}

.page-content .order-progress {
	margin-bottom: 20px;
	font-size: 0px;
}

/** Zamówienie - Podsumowanie: **/
.order .summary table.products {
	width: 100%;
	text-align: center;
}

.order .summary table.products td {
	padding: 10px 0px;
	border-bottom: 2px solid #d9d9d9;
}

.order .summary table.products tr.head {
	font: 18px "Aller Light";
	color: #353535;
}

.order .summary table.products tr.head td:nth-of-type(1) {
	width: 30%;
	text-align: left;
}

.order .summary table.products tr.head td:nth-of-type(2),
.order .summary table.products tr.head td:nth-of-type(3),
.order .summary table.products tr.head td:nth-of-type(4),
.order .summary table.products tr.head td:nth-of-type(5){
	font: inherit;
    text-align: center;
	color: inherit;
}

.order .summary table.products tr td:nth-of-type(1) img {
	height: 120px;
}

.order .summary table.products tr td:nth-of-type(2) {
	font: 21px "Aller Bold";
	text-align: left;
}

.order .summary table.products tr td:nth-of-type(3),
.order .summary table.products tr td:nth-of-type(4),
.order .summary table.products tr td:nth-of-type(5) {
	font: 25px "Aller Bold";
	color: #af850c;
}

.order .summary table.products tr td:nth-of-type(6) {
	width: 40px;
}

.order .summary table.products tr td:nth-of-type(6) a {
	width: 20px;
	height: 20px;
	display: inline-block;
	background: url('../../images/summary-delete.png');
	text-decoration: none;
}

.order .summary .fast-summary-table {
	height: 135px;
	margin-bottom: 5px;
}

.order .summary table.fast-summary {
	width: 333px;
	margin-top: 20px;
	float: right;
	font: 15px "Aller Light";
	color: #353535;
}

.order .summary table.fast-summary td {
	height: 38px;
	border-bottom: 1px solid #dedede;
}

.order .summary table.fast-summary tr td:first-of-type {
	padding-left: 20px;
}

.order .summary table.fast-summary tr td:last-of-type {
	font-size: 17px;
}

.order .summary table.fast-summary tr:last-of-type td {
	font-size: 23px;

	border-bottom: 0px none;
}

.product-name a{
	text-decoration: none;
	color: #000000;
}

.product-image img{
	margin: auto;
}

.empty-bascket .cart-empty {
	font-size: 18px;
	width: 50%;
	margin: 0;
}

.products .buttons_added
{
    display: inline-table;
    text-align: center;
	width: 100%;
}

.quantity .minus, .quantity .plus, .quantity .qty {
    border: 0;
    margin: 0;
    padding: 0;
    height: 31px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    color: #aaa9a9;
}

.quantity .minus, .quantity .plus {
	background: none;
	width: 15px;
	cursor: pointer;
}

#content .quantity .minus,
#content .quantity .plus,
.quantity input[type="text"]{
	border: none;
    color: black;
    padding: 0;
    margin: 0;
    font: 25px "Aller Bold";
    color: #af850c;
}

.quantity input[type="text"] {
	background: transparent;
    width: 60px;
	display: inherit;
}

.update-cart{
    padding: 5px !important;
    border-radius: 10px;
}
