/**
 * Copyright (C)2022 BEŞİNCİ KURAL A.Ş.
 *
 * @author Beşinci Kural <info@besinci-kural.tech>
 * @author Cafercan Beyhanlı
 * @author Ali Boran Salık
 * @date 12-10-2022
 */
@import "aside.css";
@import "popup.css";
div.article{
	width: 700px;
}
div#products{
	margin-bottom: 10px;
}
div#products div.product{
	width: 50%;
	text-align: center;
}
div.product{
	display: table-cell;
	width: 100%;
	padding: 10px;
	text-align: center;
}
div.product a{
	display: table-cell;
	overflow: hidden;
}
div.product h3{
	font-size: large;
}
div.product:hover{
	background-color: #eef;
}