@font-face {
	font-family: "ZonaSale";
	font-weight: bold;
	src: url("../fonts/zonasale-bold.otf") format("opentype");
}

@font-face {
	font-family: "ZonaSale";
	font-weight: 400;
	src: url("../fonts/zonasale-roman.otf") format("opentype");
}

@font-face {
	font-family: "ZonaSale";
	font-weight: 200;
	src: url("../fonts/zonasale-thin.otf") format("opentype");
}

body {
	background: url(../img/bg.png) repeat-x 0 0 #f5f5f5!important;
	padding-top: 10px;
  padding-bottom: 60px;
	background-color: #fff;
	font-family: "ZonaSale", Helvetica, Arial, sans-serif;
	
}
#dropbox {
	width:480px;
	height: 80px;
	border: 10px dashed #eee;
}
.drophere {
	color: #ddd;
	text-align: center;
	line-height: 70px;
	font-size: 50px;
}
.principal .img-polaroid{
	border-color: #08C!important;
}

.price {
	font-size: 20px;
	font-weight: bold;
}
.stock {
	font-weight: bold;
	color: #C00;
}
.in-stock {
	color: #51A351;
}
.carousel-control {
	line-height: 47px;
}

h1.logo {
	background-image: url(../img/logo-zonasale.png);
  background-repeat: no-repeat;
  background-position: 50px 0;
  display: inline-block;
  height: 80px;
  margin: 5px 0;
  padding: 0;
  text-indent: -5000px;
  width: 403px;
}

/* Custom container */
.container {
  margin: 0 auto;
  max-width: 1000px;
  z-index: 1500;
}
.container > hr {
  margin: 60px 0;
}

/* Main marketing message and sign up button */
.jumbotron {
  margin: 80px 0;
  text-align: center;
}
.jumbotron h1 {
  font-size: 80px;
  line-height: 1;
}
.jumbotron .lead {
  font-size: 24px;
  line-height: 1.25;
}
.jumbotron .btn {
  font-size: 21px;
  padding: 14px 24px;
}

/* Supporting marketing content */
.marketing {
  margin: 60px 0;
}
.marketing p + h4 {
  margin-top: 28px;
}


.thumbnail .image {
	height: 110px;
	overflow: hidden;
}
.thumbnail:hover {
	text-decoration: none;
}
.thumbnail {
	font-size: 11px;
}
.thumbnail-name {
	white-space: nowrap;
	overflow: hidden;
}
h2 {
	font-weight: normal;
	font-size: 25px;
}
h2.categoria {
	font-weight:normal;
	font-size: 18px;
	line-height: 20px;
}
ul.categories {
	margin: 0;
	padding: 0;
}

ul.categories li {
	list-style: none;
	line-height: 32px;
}

.suggest-rating {
    color: #333333;
    display: inline;;
    font-size: 18px;
    font-weight: bold;
    line-height: 16px;
    margin: 0 0 0px 0;
    padding: 4px 0px;
    text-align: center;
    width: 102px;
}
.rating {
    background: url("../img/star_small.png") repeat-x scroll 0 0 transparent;
    display: inline-block;
    height: 15px;
    text-align: left !important;
    width: 75px;
}
.rated {
    background: url("../img/star_small.png") repeat-x scroll 0 -30px transparent;
    display: inline-block;
    height: 15px;
}
.rated-0 {
    width: 0;
}
.rated-1 {
    width: 15px;
}
.rated-2 {
    width: 30px;
}
.rated-3 {
    width: 45px;
}
.rated-4 {
    width: 60px;
}
.rated-5 {
    width: 75px;
}

.carousel-caption span {
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 1px;
}

/*Overwrite bootstrap.css*/
.navbar {
	background: url(../img/logo-shadow.png) no-repeat bottom center;
	padding-bottom: 20px;
}

.navbar-inner {
    background-color: #000000;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
}
.navbar .navbar-left > .active > a, .navbar .navbar-left > .active > a:hover, .navbar .navbar-left > .active > a:focus {
    background-color: #000;
    box-shadow: none;
    color: #FFFFFF;
    text-decoration: none;
}

.navbar .navbar-left li a {
    border-left: none;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    font-weight: bold;
    text-align: center;
}
.navbar .navbar-left > li > a {
    color: #777777;
    text-shadow: 0 1px 0 #FFFFFF;
}
.navbar .navbar-left > li > a {
    color: #FFFFFF;
    text-shadow: 0 -2px 0 #333333;
}

.navbar .navbar-left > li > a:focus,
.navbar .navbar-left > li > a:hover {
    color: #ddd;
    text-decoration: none;
    background-color: transparent;
}
.navbar-right {
    margin-right: 20px;
}
.navbar-right li {
    padding-top: 6px;
}

.container-home {
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 20px;
}

.categories li a {
	color: #999;
}
.categories li a:hover {
	text-decoration: none;
		color: #000;
}
.categories li {
	border-bottom: 1px dotted #aaa;
}

.footer {
	background-color: #000;
	color: #fff;
	margin-top: 20px;
	padding: 10px 20px 2px 20px;
}

.carousel-caption span {
	color: #fff;
	font-size: 18px;
	font-weight: normal;
	letter-spacing: 1px;
}

.categories li.selected a {
	font-weight: bold;
	color: #000;
}

.show-cart li {
  display: flex;
}
.card {
  margin-bottom: 20px;
}
