.history-row__header-clearfix {
	display : none;
}

@media (max-width : 1200px) {
	.history-row__header-date, .history-row__header-price, .history-row__header-address, .history-row__header-toggle-button {
		font-size   : 15px;
		white-space : nowrap;
	}

	.history-row__header-date {
		width : 30%;
	}

	.history-row__header-address {
		width : 55%;
	}

	.history-row__header-price {
		width : 15%;
	}

	.history-row {
		padding-top    : 15px;
		padding-bottom : 15px;
	}

	.history-row__header-time {
		padding-left : 10px;
	}

	.history-row__header-price:after {
		display : none;
	}

	.history-row__header-toggle-button {
		padding-right : 0;
	}

	.history-row__product-btn {
		padding-right : 10px;
	}

	.product-slider__item-title {
		font-size : 14px;
	}

	.product-slider__item-desc {
		font-size : 13px;
	}

	.history-row__product-image .product-slider__item-box-header-product-image {
		max-width    : 70px;
		padding-left : 10px;
	}
}

@media (max-width : 768px) {
	.old_orders {
		padding-left  : 20px;
		padding-right : 20px;
		padding-top   : 20px;
	}

	.history-row__header {
		display : block;
	}

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

	.history-row__header-clearfix {
		display : block;
		clear   : both;
	}

	.history-row__header-date, .history-row__header-price, .history-row__header-address, .history-row__header-toggle-button {
		float      : left;
		box-sizing : border-box;
	}

	.history-row__header-date {
		border-right : 0;
		width        : 80%;
	}

	.history-row__header-price {
		width      : 20%;
		text-align : right;
	}

	.history-row__header-address {
		width        : 80%;
		padding-left : 0;
		padding-top  : 15px;
	}

	.history-row__header-toggle-button {
		padding-top : 15px;
		width       : 20%;
	}

	.history-row__product {
		display : block;
	}

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

	.history-row__product-image .product-slider__item-box-header-product-image {
		max-width : 150px;
	}

	.history-row__content {
		margin-left  : -10px;
		margin-right : -10px;
	}

	.history-row__product-image, .history-row__product-info, .history-row__product-cnt, .history-row__product-btn {
		display    : block;
		float      : left;
		width      : 50%;
		box-sizing : border-box;
	}

	.history-row__product-cnt {
		width       : 30%;
		padding-top : 10px;
	}

	.history-row__product-btn {
		width       : 70%;
		padding-top : 10px;
	}

	.history-row__product-btn .product-cart-btn {
		margin : 0 0 0 auto;
	}

	.history-row__footer .cart-content__button-summ-cnt, .history-row__footer .cart-content__button-summ-order {
		padding-left  : 6px;
		padding-right : 6px;
	}
}