/**
 * 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#slider{
	background-color: #eef;
	width: 700px;
	height: 300px;
}
div#slider_container{
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}
div#products{
	background-color: white;
	margin: 10px 0;
	padding: 10px 5px;
	overflow: hidden;
}
div.product{
	position: relative;
	display: table-cell;
	/*width: 230px;*/
	width: 345px;
	padding: 0 10px;
	padding-bottom: 30px;
}
div.product + div.product{
	border-left: 1px solid #567;
}
div.product span.link{
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 5px 10px;
	font-weight: bold;
}
