.accessories_block {
	line-height: 1.2;
    font-size: 14px;
    text-align: left;
    border-radius: 5px;
    overflow: hidden;
	background: #ffffff;
}
.accessories_block_row {
	display: none;
    width: 100%;
    padding: 0;
	border-bottom: 1px dashed #d2d2d2;
}
.accessories_block_row:last-child {
	border-bottom: none;
}
.accessories_block_row:nth-child(-n+5) {
	display: table;
}
.accessories_block_cell {
	display: table-cell;
    width: auto;
    padding: 5px 5px;
    box-sizing: border-box;
    vertical-align: middle;
    font-size: 14px;
    white-space: normal;
    line-height: 1.4;
}
.accessories_block_cell.image {
	text-align: center;
	width: 40px;
	height: 32px;
}
.accessories_block_cell.image a {
	display: block;
	width: 40px;
	height: 32px;
	line-height: 32px;
}
.accessories_block_cell.image img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}
.accessories_block_cell.price {
	width: 110px;
	margin: 0;
	display: table-cell;
	text-align: right;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
}
.accessories_block_cell.buy {
	width: 4%;
	text-align: right;
}
.accessories_block_cell.buy .buy_click {
    display: inline-block;
	width: 40px;
    height: 30px;
    padding: 0;
    background-color: #f74802;
    background-image: url(/images/icons/bug_white.svg);
    background-position: center center;
	background-size: 18px 18px;
	background-repeat: no-repeat;
}
.accessories_block_all {
	font-weight: bold;
    font-size: 14px;
    color: #000000;
    padding: 10px 20px 10px 20px;
    text-align: left;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s;
    margin: 0;
    width: 100%;
    display: block;
    box-sizing: border-box;
    background-image: url(/images/icons/bottom_gray.svg);
    background-position: 0 11px;
    background-size: 14px 14px;
    background-repeat: no-repeat;
}