.history-row {
	background    : #fbf1d9;
	padding       : 35px 25px;
	border-radius : 5px;
	margin-bottom : 40px;
}

.history-row.history-row--collapsed {
	/*cursor : pointer;*/
}

.history-row__header {
	display : table;
	width   : 100%;
	cursor  : pointer;
}

.history-row__header-date, .history-row__header-price, .history-row__header-address, .history-row__header-toggle-button {
	display : table-cell;
	font    : 100 26px 'San Francisco', sans-serif;
	color   : #222222;
}

.history-row__header-date {
	width        : 25%;
	border-right : 1px solid #222222;
}

.history-row__header-price {
	width      : 20%;
	text-align : center;
	position   : relative;
}

.history-row__header-price:after {
	display     : block;
	position    : absolute;
	right       : 20px;
	top         : 50%;
	font-size   : 16px;
	color       : rgba(34, 34, 34, .6);
	font-family : FontAwesome;
	content     : '\f178';
	margin-top  : -8px;
}

.history-row__header-address {
	width        : 45%;
	padding-left : 30px;
	color        : rgba(34, 34, 34, .6);
}

.history-row__header-toggle-button {
	width         : 10%;
	text-align    : right;
	padding-right : 20px;
}

.history-row__header-time {
	display      : inline-block;
	padding-left : 25px;
	color        : rgba(34, 34, 34, .4);
}

.history-row__header-toggle-button a {
	display    : inline-block;
	background : url(/packages/mega45-core/images/history-row-arrow.png) no-repeat 0 100%;
	width      : 22px;
	height     : 15px;
}

.history-row--collapsed .history-row__header-toggle-button a {
	background-position : 0 0;
}

.history-row__content {
	display : none;
	padding : 35px 0 0;
}

.history-row__product {
	background-color : #ffffff;
	border-radius    : 5px;
	margin-bottom    : 30px;

	box-sizing       : border-box;
	display          : table;
	position         : relative;
	width            : 100%;
	padding          : 15px 0;
}

.history-row__product-image {
	box-sizing     : border-box;
	display        : table-cell;
	padding-right  : 15px;
	vertical-align : middle;
	width          : 16%;
}

.history-row__product-image .product-slider__item-box-header-product-image {
	float      : none;
	font-size  : 0;
	margin     : 0 auto;
	max-width  : 150px;
	text-align : center;
	width      : auto;
}

.history-row__product-info {
	display        : table-cell;
	vertical-align : middle;
	width          : 35%;
}

.history-row__product-cnt {
	color          : rgba(34, 34, 34, 0.6);
	display        : table-cell;
	font           : 26px/26px "San Francisco", sans-serif;
	padding        : 20px 0;
	text-align     : center;
	vertical-align : middle;
	white-space    : nowrap;
	width          : 18%;
}

.history-row__product-btn {
	display        : table-cell;
	text-align     : center;
	vertical-align : middle;
	width          : 11%;
}

.history-row__footer {
}

.history-row__footer:after {
	display : block;
	content : '';
	clear   : both;
}

