
body {
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: #777777;
  min-width: 320px;
  height: 100%;
  line-height: 18px;
}
p {
  margin: 0 0 10px;
}
a {
  color: #467fbf;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #2f5a89;
  text-decoration: none;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/*=== tables ==*/
.table > thead > tr > th {
    background: #fbfbfb;
    border-bottom-width: 1px;
    color: #333333;
    vertical-align: middle;
}
.table tfoot tr {
    background: #fbfbfb;
}

.p-l-r-5 {
	padding-left:5px;
	padding-right:5px;
}

/*=== TOP NAVBAR ===*/
#top {
    background-color: #294d76;
    color: #eeeeee;
    border-bottom: 1px dotted #294d76;
}

#top p {
  margin: 0;
  font-size: 12px;
}
#top .social {
  float: right;
  text-align: right;
}
#top .stackicons-font {
  padding: 0px;
  font-size: 87%;
  text-align: center;
}

#top .login a {
  font-size: 12px;
  color: #eeeeee;
  margin-right: 15px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.10em;
}
#top .login a:hover {
  color:#b8b8b8;
}
@media (max-width: 767px) {
  #top .login {
    float: left;
  }
}
#top.light {
  background: #efefef;
  color: #999999;
  border-bottom: solid 1px #eeeeee;
}
#top.light .login a {
  color: #555555;
}

/*=== PRODUTO ===*/
.product {
  background: #fff;
  border: solid 2px transparent;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  text-align: center;
  margin-bottom:10px;
}

.product .text h3 {
    font-size: 14px;
    font-weight: 400;
    height: 46px;
    text-transform: uppercase;
    margin-top: 0;
}
.product .text h3 a {
  color: #3f3f3f;
}
.product .text h3 a:hover {
  text-decoration: none;
  color: #467fbf;
}
.product .price{
  font-size: 20px;
  font-weight: 600;
}
.product #our_price_display.price{
  color:#e95668;
}
.product .pricebefore {
    font-size: 16px;
    margin-left: 10px;
    text-decoration: line-through;
    color:#999;
}
.product .image {
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  border-bottom: 1px solid #d9d9da;
}
.product .image img {
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
@media (max-width: 767px) {
  .product .image img.img-responsive {
    min-width: 100%;
  }
}
.product .text {
  padding: 10px;
}
.product .text p.price {
  font-size: 18px;
}
.product .text p.price del {
  color: #999999;
}
.product .buttons {
  clear: both;
  position: absolute;
  display: none;
  bottom: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  border: solid 1px transparent;
  padding: 20px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-align: center;
}
.product .buttons .btn {
  margin-bottom: 20px;
}
.product:hover {
  /*border: solid 1px #808080;*/
  border: solid 2px #467fbf;
  top: 0;
}
.product:hover .buttons {
  clear: both;
  position: absolute;
  top: 0;
  background: rgba(255, 255, 255, 0.5);
}
.product:hover .image img {
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}

/*=== CATEGORIAS MENU ===*/
.category-menu li a{
	padding: 10px 5px;
}
/*=== CARRINHO ===*/
.cart_navigation {
    margin: 0 0 20px;
    padding: 20px;
    background-color: #f7f7f7;
}
.cart_navigation .button-exclusive,
#cart-footer .button-exclusive {
    border: none;
    background: none;
    padding: 0;
    font-size: 17px;
    font-weight: bold;
    color: #333333;
    margin: 9px 0 0 0;
}
.cart_navigation .button-exclusive:hover, 
.cart_navigation .button-exclusive:active,
#cart-footer .button-exclusive:hover, 
#cart-footer .button-exclusive:active {
    color: #515151;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.button.button-medium {
    background: #282828;
    color: #fff;
    padding: 0;
    border: none;
    margin-left: 15px;
}
.cart_navigation .button-medium,
#cart-footer .button-medium {
    float: right;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
}
.button.button-medium span {
    color: #fff;
    display: block;
    font-size: 12px;
    padding: 5px 15px;
    text-transform: uppercase;
    font-weight: 700;
}
.cart_navigation .button-medium span, 
#cart-footer .button-medium span {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 11px 15px 10px 15px;
}
.button.button-medium:hover {
    background: #467fbf;
    border-color: #467fbf;
}