﻿*{
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	text-decoration:none;
}

div.table {
	margin: 20px 19px 10px 19px;
	width: 960px;
}

div.img {
	float: left;
	width: 33%;
    padding: 13px;
}


div.img img{
	text-align: center;

}

div img {
	height: 195px;
	width: 260px;
}

div.products1 {
	float: left;
	margin: 0 25 10 20;
	text-align: center;
	width: 260px;
}	

div.products2 {
	float: left;
	margin: 0 25 10 25;
	text-align: center;
	width: 260px;
}	

div.products3 {
	float: left;
	margin: 0 20 10 25;
	text-align: center;
	width: 260px;
}	

.desc {
	color: #ffa500;
	font-family: Gidole;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0 0 2 0;
	text-align: center;
}

.size {
	color: #573F2A;
	font-family: Kollektif;
	font-weight: normal;
	font-size: .7em;
	padding: 0 0 1 0;
	text-align: center;
}

.price {
	color: #573F2A;
	font-family: Gidole;
	font-weight: bold;
	font-size: .8em;
	text-align: center;
}

.leftarrow a{
	background-color:#112229;
	color:#E1E5DE;
	float:left;
    font-family: Kollektif;
   	height:35px;
	margin:-35px -19px; 
	padding:10px 0px;
	position:fixed;
	text-align:center;
	transform: rotate(90deg);
	transform-origin: left bottom 0;
	width:195px;
}

.rightarrow a{
	background-color:#112229;
	color:#E1E5DE;
	float:right;
    font-family: Kollektif;
	height:35px;
	margin: 160px 940px;
	padding:10px 0;
	position:fixed;
	text-align:center;
	transform: rotate(270deg);
	transform-origin: left bottom 0;
	width:195px;
}