body{
	background-color:black;
	font-family: 'Saira', sans-serif;
}

#navbar {
  overflow: hidden;
  padding-top: 90px;
  padding-bottom: 90px;
  transition: 0.4s;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 99;
}

.menu-options a{
	font-family: 'Saira', sans-serif;
}

.text-logo{
	/*font-family: 'Saira', sans-serif;*/
	text-shadow:1px 2px 0 #444;
	text-decoration:none;
	color: #FFF;
	float:left;
}

.text-logo:hover, .text-login:hover{
	font-weight:bold;
}

.text-login{
	/*font-family: 'Saira', sans-serif;*/
	text-decoration:none;
	color: #000;
	position:relative;
	float:right;
	top:5px;
	right:30px;
	font-weight:bold;
	border:none;
	padding:0;
	background:none;
}

.find-icon{
	text-decoration:none;
	position:relative;
	left:30px;
	bottom:3px;
	opacity:0.75;
	/*
	height:60px;
	width:60px;
	padding:5px;
	padding-left:7px;
	*/
}

.find-icon:hover{
	opacity:1.0;
}

.find-input{
	width:88%;
	height:50px;
}

.internal-link{
	font-size:22px;
	text-decoration:none;
	color:#2196F3;
}

.internal-link:hover{
	text-decoration:underline;
}

.internal-span{
	font-size:22px;
}

.slider-pattern{
	background-repeat: repeat-xy;
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 20.5V18H0v-2h20v-2H0v-2h20v-2H0V8h20V6H0V4h20V2H0V0h22v20h2V0h2v20h2V0h2v20h2V0h2v20h2V0h2v20h2v2H20v-1.5zM0 20h2v20H0V20zm4 0h2v20H4V20zm4 0h2v20H8V20zm4 0h2v20h-2V20zm4 0h2v20h-2V20zm4 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2zm0 4h20v2H20v-2z' fill='%23ffa500' fill-opacity='0.19' fill-rule='evenodd'/%3E%3C/svg%3E");
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

.image-gray{
	/*
	-webkit-filter: grayscale(30%);
    filter: grayscale(30%);
	*/
}

.image-gray:hover{
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.zoom {
  transition: transform .1s;

}

.zoom:hover {
  -ms-transform: scale(1.03); /* IE 9 */
  -webkit-transform: scale(1.03); /* Safari 3-8 */
  transform: scale(1.03);
}

.column {
  float: left;
  width: 30%;
  padding: 5px;
  margin-bottom:10px;
}

.column img{
	border:1px solid;
}

.column:hover{
	opacity:1.0;
}

.discount{
	position:relative;
	bottom:10px;
	right:10px;
}

.column a{
	text-decoration:none;
}

.column div p{
	/*border:1px solid;*/
}

.footer{
	margin-top:20px;
	margin-bottom:50px;
}

.toxi-fichas li a{
	text-decoration:none;
	font-weight:bold;
}

.footer h5{
	color:orange;
	font-weight:bold;
	font-family: 'Saira', sans-serif;
}

.footer a{
	text-decoration:none;
	width:95%;
	float:left;
	/*color:#D8D8D8;*/
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.footer p{
	margin-left:10px;
	margin-top:5px;
	margin-bottom:5px;
}

.footer a:hover{
	color:orange;
}