@charset "utf-8";

/* ==========================================================================
   reset
   ========================================================================== */
html, body{height:100%;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video{margin:0; padding:0; border:0; vertical-align:baseline;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section{display:block;}
body{overflow-x:hidden;}
ul{list-style:none;}
ol{margin:0 0 30px; padding:0 0 0 20px;}
ol li{margin:0 0 5px;}
blockquote, q{quotes:none;}
blockquote:before, blockquote:after,
q:before, q:after{content:''; content:none;}
table{border-collapse:collapse; border-spacing:0;}
img, a img, embed, iframe{border:none; vertical-align:bottom;}
a, button{outline:none; text-decoration:none;
-webkit-transition:.2s ease-in-out;
-moz-transition:.2s ease-in-out;
-o-transition:.2s ease-in-out; 
transition:.2s ease-in-out;}
form, fieldset{border:none;}
hr{display:none;}
h1, h2, h3, h4, h5, h6{font-weight:normal;}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
.structural {
	position: absolute;
	left: -9999px;
	top: -9999px;
	width: 0;
	height: 0;
	overflow: hidden;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.col-3{
	width: 29.5%;
}
.col-5{
	width: 44%;
}
.col-7{
	width: 54%;
}
.col-9{
	width: 67%;
}

.content h1 {
	padding: 35px 0 15px;
	font-size: 18px;
	font-weight: bold;
}
.content p {
	margin: 0;
	padding: 13px 0;
}

/* ==========================================================================
   Custom styles
   ========================================================================== */
html,
button,
input,
select,
textarea {color:#333; font:13px/1.35 Verdana, Geneva, sans-serif;}
body {background: #fdfdfd;}
img {max-width: 100%;}

a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #4F97BD;
}
a:hover {
	text-decoration: none;
	color: #4F97BD;
}
a:active {
	text-decoration: none;
	color: #4F97BD;
}

.wrapper { 
	max-width: 980px; 
	margin: 0 auto;
}

.container { 
	width: 100%;
	max-width: 980px; 
	margin: 0 auto;
}

header {
	position: relative;
	overflow: hidden;
	margin: 0; 
	background: #495969;
	border-bottom: 5px solid #e4b627;
}

header .nav-toggle {
	display: none;
	position: absolute;
	top: 50%;
	right: 20px;
	width: 18px;
	height: 16px;
	margin: -6px 0 0;
	background: url(img/ico-menu.png) no-repeat;
	border: 0;
	cursor: pointer;
}

.logo {
	width:100%;
}

.menu {
	margin: 0 0 15px;
	background: #E4E4E4;
}

.menu li {
	float: left;
	padding: 0;
	position: relative;
}
.menu li a {
	display: block;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	color: #333;
	margin: 6px 0;
	padding: 0 14px;
	line-height: 28px;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
.menu li:first-child a { border-left: none; }
.menu li:last-child a{ border-right: none; }
.menu li:hover > a {color: #495969;}

.menu ul {
	border-radius: 0 0 5px 5px;
	left: 0;
	opacity: 0; 
	position:absolute;
	z-index: 100;
	top: 34px; 
	background: #e4e4e4;	
	-moz-transition: opacity .25s ease .1s;
	-webkit-transition: opacity .25s ease .1s;
	-o-transition: opacity .25s ease .1s;
	-ms-transition: opacity .25s ease .1s;
	transition: opacity .25s ease .1s;
}
.menu ul li {
	height: 0;
    overflow: hidden;
	text-align:center;	
    padding: 0;
    -moz-transition: height .25s ease .1s;
    -webkit-transition: height .25s ease .1s;
    -o-transition: height .25s ease .1s;
    -ms-transition: height .25s ease .1s;
    transition: height .25s ease .1s;
}
.menu ul li a {
	width: 150px;
	border: 0;
	border-bottom: 1px solid #ccc;
	margin: 0;
	padding: 10px 20px;
	line-height: 1;
}
.menu ul li:last-child a { border: none; }

.menu li:hover > ul { opacity: 1; }
.menu li:hover > ul li {
	height: 36px;
	overflow: visible;
	padding: 0;
}

footer {
	clear: both;
	padding: 20px 0 25px;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
}

table {
	margin: 40px auto 0;
	width: 70%;
	border-collapse: collapse;
	text-align: center;
}
th {
	width: 50%;
	padding: 10px 0;
	background: #999;
	font-size: 10px;
	font-weight: normal;
	border-left:4px solid #495969;
	border-right:4px solid #495969;
}
td {
	padding: 5px 0 3px;
	vertical-align: middle;
}

.tick-list li {
	margin: 5px 0 34px 30px;
	padding: 0 0 0 35px;
	background: url(img/verificado.png) no-repeat 0 center;
	font-weight: bold;
}
p.address {
	margin: 10px 0 0 20px;
	line-height: 1.55;
}

form {
	margin: 30px 7% 0;
}

fieldset {
	margin-right: 5%;
	text-align: right;
}

input,
textarea {
	width: 65%;
	margin-left: 10px;
	vertical-align: top;
}
button {
	margin-left: 32%;
}

.product-list a {
	display: inline-block;
	margin: 0 0 15px;
	vertical-align: top;

}

.brands h2 {
	margin: 5px 0;
	background: #fff;
	padding: 3px 10px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.brands ul {
	overflow: hidden;
	margin: 0 0 25px;
}
.brands ul li {
	float: left;
	width: 19%;
	margin: 0 .5% 5px;
}

.product-type h2 {
	margin: 20px 0;
	font-size:16px;
	font-weight: bold;
	text-transform: uppercase;
}

ul.products {
	margin: 0 0 20px;
	display: -webkit-flex;
 	display: flex;
 	-webkit-flex-wrap: wrap;
	 flex-wrap: wrap;
  	-webkit-justify-content: space-between;
  	justify-content: space-between;
  	-webkit-align-items: stretch;
	align-items: stretch
}
ul.products li {
	width: 31%;
	margin: 0 0 20px;
	font-size: 11px;
}
ul.products li img {
	width: 100%;
	margin: 0 0 10px;
}
ul.products li a {
	color:#333;
}
ul.products li a:hover {
	color:#000;
}
ul.products li h3 {
	font-size: 11px;
	font-weight: bold;
	margin: 0 0 5px;
}
.content ul.products li p.price {
	padding: 0;
}

.product .content {
	padding-top: 20px;
}
.product a.back {
	float: right;
	color: #333;
}
.product a.back:hover {
	color: #000;
}
.product h3 {
	font-size: 12px;
	text-transform: uppercase;
}
.product h1 {
	margin: 0;
	padding: 5px 0;
	font-size: 18px;
	font-weight: bold;
	font-style: normal;
}
.product .content p.price {
	padding: 0 0 10px;
	font-size: 16px;
}


@media only screen and (max-width: 980px) {
	.container { 
		width: 96%;
	}
}
@media only screen and (max-width: 760px) {
	.logo {
		padding: 5px;
		width: 80%;
	}

	header .nav-toggle {
		display: block;
		margin-top: -7px;
	}

	.menu {
		margin: 0;
		display: none;
	}

	.menu li {
		float: none;
	}
	.menu li a {
		display: block;
		border: 0;
		border-bottom: 1px solid #ccc;
	}
	.menu li:last-child a{ border-bottom: none; }

	.menu ul {
		display: none;
		border-radius:0;
		opacity: 1; 
		position: static;
		top: 0; 
		height: auto;
		overflow: hidden;
	}
	.menu ul li {
		height: auto;
		text-align:left;	
	}
	.menu ul li a {
		width: auto;
		padding-left: 30px;
		font-size: .9em;
	}
	.menu ul li:last-child a { border-bottom: 1px solid #ccc; }

	.menu li:hover > ul { opacity: 1; }
	.menu li:hover > ul li { height: auto; }

	.col-3{
		display: none;
	}
	.product-type .col-3 {
		display: block;
		width: 100%;
		margin-bottom: 20px;
	}
	.product-type .col-3 h1 {
		position: static;
	}
	.product-type .col-3 img {
		display: none;
	}

	.col-5, 
	.col-7,
	.col-9{
		width: 100%;
		margin-bottom: 20px;
	}

	.product-type h2 {
		margin: 0 0 20px;
	}
	ul.products li {
		width: 49%;
	}
}