.container {
	margin: auto;
	min-width: 920px;
}

#wrap {
	padding-top: 146px;
	background-color: #ffffff;
}

#wrap > .container {
	background-color: #ffffff;
}

#wrap > .container a {
	color: #444444;
}

header {
	position: fixed;
	background-color: #000;
	color: #ffffff;
	top: 0px;
	width: 100%;
	z-index: 10;
}

header > .container {
	height: 60px;
}

header nav {
	padding: 5px;
	background-color: #909b72;
}

header nav {
	color: #ffffff;
}

header nav ul {
	list-style-type: none;
}

header nav li {
	display: inline-block;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
}

header nav li a, header nav li li span {
	display: inline-block;
	text-align: right !important;
	padding: 4px 10px 2px 10px;
	text-transform: uppercase;
	color: #ffffff;
}

header nav li a:hover {
	color: #ffffff;
}

header nav #contact {
	float: right;
}

header nav #contact i {
	font-size: 12pt;
}

header #logo {
	float: left;
	margin-top: -40px;
	height: 100px;
}

header #customer {
	float: right;
	text-align: right;
	line-height: 100%;
	padding-top: 5px;
}

header #customer a {
	display: inline-block;
	position: relative;
	margin-left: 15px;
	font-size: 14px;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
}

#search {
	float: left;
	margin: 10px 0px 0px 40px;
}

#search input[type="text"] {
	float: left;
	border: 0px;
	padding: 12px;
	font-size: 15px;
	border: 1px solid #ffffff;
	background-color: #000000;
	outline: none;
	border-radius: 0px;
	width: 400px;
	color: #cccccc;
}

#search input[type="text"]::placeholder {
	color: #ffffff;
}

#search button[type="submit"] {
	float: left;
	font-size: 18pt;
	color: #ffffff;
	padding: 4px;
	background-color: #000000;
	margin: 2px 0px 0px -45px;
	outline: none;
	cursor: pointer;
}

#menu {
	background-color: #ffffff;
	height: 46px;
	text-align: center;
}

#menu ul ul {
	display: none;
}

#menu ul li:hover > ul {
	display: block;
}

#menu ul {
	padding: 0;
	list-style: none;
	position: relative;
	display: inline-table;
}

#menu ul:after {
	content: ""; clear: both; display: block;
}	
	
#menu ul li {
	float: left;
}

#menu ul li a {
	display: block; 
	padding: 15px 20px;
	font-size: 11pt;
	color: #000000 !important;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 1px;
}

#menu ul li a.subcategories:after {
	font-family: "fontello";
	content: ' \E800';
}


#menu ul li a:hover, #menu ul li a.active {
	background-color: #909b72;
	color: #ffffff !important;
}

#menu ul ul {
	background-color: #909b72;
	padding: 0;
	position: absolute; 
	top: 95%;
	z-index: 1000;
}

#menu ul ul ul {
	padding: 0;
	position: absolute; 
	top: 0%;
	left: 100%;
}

#menu ul ul li {
	float: none; 
	position: relative;
	margin: 0px;
	padding: 0px;
}

#menu ul ul li a {
	display: block; 
	font-size: 11pt;
	color: #f8f8f8 !important; 
	text-align: left;
	width: 250px;
	padding: 12px 20px;
	font-size: 10pt;
}
	
#menu ul ul li a:hover {
	background-color: #909b72;
}

#sidebar {
	position: fixed;
	background-color: #000000;
	font-size: 24pt;
	color: #ffffff;
	text-align: center;
	z-index: 200;
	line-height: 125%;
	border-top-left-radius: 15px;
	top: 50%;
	transform: translate(0, -50%);
	padding: 4px;
	right: 0px;
	width: 40px;
	border-bottom-left-radius: 15px;
}

#sidebar:hover {
	background-color: #444444;
}

#sidebar a {
	color: #ffffff;
	position: relative;
}

#sidebar i {
	font-size: 30px;
}

#sidebar span {
	position: absolute;
	top: 0px;
	right: -2px;
	font-size: 9pt;
	padding: 1px 4px;
	background-color: #ff0000;
	border-radius: 10px;
	line-height: normal;
}

#slider {
	position: relative;
}

#banners {
	margin-bottom: -10px;
}

#banners img {
	width: 100%;
	margin-bottom: 10px;
}

#banners img.r1 {
	width: 100%;
}

#banners img.r2 {
	width: calc(50% - 6px);
	margin-right: 12px;
}

#banners img.r3 {
	width: calc(33.33% - 8px);
	margin-right: 12px;
}

#banners img.r4 {
	width: calc(25% - 9px);
	margin-right: 12px;
}

#banners img img{
	max-width: 100%;
}

#banners img.last {
	margin-right: 0px;
}

#extras {
	background-color: #909b72;
	opacity: 0.9;
	padding: 20px 0px;
	text-align: center;
}

#extras .item {
	display: inline-block;
	color: #ffffff;
	width: 275px;
	text-align: left;
	cursor: pointer;
}

#extras .item i {
	float: left;
	font-size: 40px;
	margin: 2px 10px 2px 0px;
}

#extras .item p.title {
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0px;
	letter-spacing: 1px;
}

#extras .item:hover i {
}

#extras .item p.description {
	color: #cccccc;
}

#button-category-export {
	background: url(icons/pdf.png) no-repeat 8px center; 
	padding: 20px 10px 20px 50px; 
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	display: block;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	border-radius: 10px;
}

#button-delivery {
	background: url(icons/delivery.png) no-repeat 8px center; 
	padding: 20px 10px 20px 50px; 
	font-weight: bold;
	font-size: 10pt;
	text-transform: uppercase;
	border: 1px solid #cccccc;
	display: block;
	margin-bottom: 10px;
	background-color: #f8f8f8;
	border-radius: 10px;
}

footer {
	background-color: #000000;
	padding: 20px 0px;
}

footer > div {
	
}

footer a, footer a:visited {
	color: #ffffff;
}

footer .column {
	width: 22%;
	float: left;
	margin: 0px 3% 20px 0px;
}

footer .title {
	font-size: 14pt !important;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #ffffff;
	font-weight: bold;
	border-bottom: 1px solid #666666;
}

footer .column ul {
	list-style-image: none;
	list-style-type: none;
}

footer .column ul li {
	padding: 3px;
}

footer .socials {
	display: block; 
	padding: 8px 15px 8px 45px; 
	margin-bottom: 10px; 
	font-size: 10pt; 
	font-weight: bold;
}

#cookies-policy {
	position: fixed;
	bottom: 20px;
	left: 20px;
	width: 340px;
	background-color: #f8f8f8;
	padding: 10px 20px;
	z-index: 1000;
	border: 1px solid #666666;
}

#cookies-policy p {
	color: #000000;
	text-align: center;
	font-size: 9pt;
	margin-bottom: 10px;
}

#cookies-policy #button-close-cookies {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
	width: 20px;
	height: 20px;
	background: url(icons/button-close.png) no-repeat;
}

.leftbar {
	float: left;
	width: 240px;
	margin: 10px;
}

.leftbar #categories-box {
	background-color: #f8f8f8;
	border: 1px solid #cccccc;
	padding: 10px;	
}

.leftbar .box {
	margin-bottom: 10px;
}

.leftbar .box > .title {
	font-size: 13pt;
	font-weight: bold;
	margin-bottom: 10px;
	text-align: left;
	border: 0px;
	background: none;
	padding: 0px;
}

.sidebar {
	float: right;
	width: 320px;
	margin-left: 10px;
}

.content {
	overflow: hidden;
}

.box {
	padding: 10px 10px 0px 10px;
}

.leftbar.box, .sidebar.box, .content.box, .box:last-child {
	padding-bottom: 15px;
}

.box > h1, .box > .title {
	font-size: 13pt;
	padding: 10px;
	margin-bottom: 10px;
	text-transform: uppercase;
	text-align: center;
	background-color: #f1f1f1;
	font-weight: bold;
	color: #444444;
	border: 1px solid #e3e3e3;
}

.box > div {
	color: #000000;
}

.box ul {
	margin-bottom: 10px;
	list-style-position: inside;
}

.box li {
	line-height: 175%;
}

p.announce {
	font-size: 12pt;
    font-weight: bold;
	text-align: center;
	border: 1px solid #ac235b;
	background-color: #efd1dd;
	padding: 5px;
	margin: 10px;
}

#message {
	position: fixed;
	width: 400px;
	left: 50%;
	top: 400px;
	margin-left: -230px;
	padding: 20px 10px 20px 70px;
	z-index: 1000;
	border-radius: 10px;
	font-size: 10pt;
	color: #000000;
	margin-bottom: 5px;
	font-weight: bold;
}

#message.error {
	border: 1px solid #df8f90;
	background: #ffd2d3 url(images/message-error-bg.png) no-repeat 15px 10px;
}

#message.success {
	border: 1px solid #9adf8f;
	background: #d4ffcd url(images/message-success-bg.png) no-repeat 15px 10px;
}