@import url('https://fonts.googleapis.com/css?family=Oxygen');
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
/*
    Variaveis 
*/
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  min-height: 100%!important;
  background-color: #fff;
  position: relative;
  margin: 0;
  min-height: 100%;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-duration: 0.1s;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
}
@-webkit-keyframes fontfix {
  from {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
a {
  color: #000;
}
.site {
  margin: 0 auto;
  padding-top: 64px;
  width: 94%;
}
.preload {
  opacity: 0;
}
* {
  font-family: 'Montserrat', sans-serif;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
img.resp {
  max-width: 100%;
}
a {
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #999;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.btn-primary {
  background-color: #666666;
  border-color: #595959;
}
.btn-primary:hover {
  background-color: #595959;
  border-color: #737373;
  color: white;
}
.btn-default {
  background: #333;
  color: white;
  border-radius: 0;
  border: none;
}
.btn-default i {
  color: white;
}
.btn-default:hover {
  background-color: #595959;
  border-color: #737373;
  color: white;
}
.btn-light {
  color: #333;
  background: #f1f1f1;
}
.btn-dark {
  color: #fff;
  background: #18A19A;
}
.BlocoTexto p {
  font-size: 12px;
  line-height: 1.5em;
  color: #333;
}
.BlocoTexto p.justificado {
  text-align: justify;
}
.BlocoTexto h3 {
  font-size: 14px;
  color: #666666;
}
.WindowInfoArtigo,
.Wwindow {
  min-width: 350px;
}
.WindowInfoArtigo h3,
.Wwindow h3 {
  color: #333;
  border-bottom: 1px solid #333;
  font-size: 15px;
  padding: 0 0 10px 0;
  margin: 0 0 10px;
  font-weight: 700;
}
.WindowInfoArtigo .form-group,
.Wwindow .form-group {
  margin-bottom: 10px;
}
.WindowInfoArtigo .form-group label,
.Wwindow .form-group label {
  font-weight: 400!important;
  font-size: 13px;
}
.WindowInfoArtigo .form-group input,
.Wwindow .form-group input {
  border: 1px solid #ccc;
}
.WindowInfoArtigo label.error,
.Wwindow label.error {
  color: red!important;
  font-size: 11px!important;
}
.WindowResult {
  padding: 20px;
  text-align: center;
}
.Wwindow .error {
  color: red;
}
.Wwindow .erros {
  font-size: 11px;
  margin-bottom: 10px;
  color: red;
}
.WAlerta {
  min-width: 350px;
  font-size: 22px;
  color: #67BE53;
  text-align: center;
  font-weight: 700;
}
.WAlerta.ConfirmaCarrinho {
  font-weight: 400;
  font-size: 18px;
  color: #333;
}
.WAlerta.ConfirmaCarrinho .btn {
  margin: 20px 10px 0;
}
.media-left,
.media > .pull-left {
  float: left!important;
}
.PromocoesRodape {
  text-align: center;
  display: block;
  font-size: 11px;
  font-weight: normal;
  padding: 10px;
  background-color: #333;
  color: white;
}
.BarraTopo {
  height: 36px;
  background: #252525;
}
.BarraTopo .searchBox ul {
  z-index: 99999 !important;
}
.BarraTopo ul li a {
  padding: 0 3px;
  display: block;
  line-height: 35px;
  font-size: 14px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #ffffff!important;
}
.BarraTopo ul li a:hover,
.BarraTopo ul li a:focus {
  -moz-opacity: 0.8;
  -khtml-opacity: 0.8;
  opacity: 0.8;
}
.BarraTopo ul.pull-right > li {
  padding: 0;
  float: left;
}
.BarraTopo ul.pull-right > li a {
  font-size: 12px;
  display: inline-block;
}
.BarraTopo ul.pull-right > li:first-child span small {
  color: #a7a7a7;
  padding: 0 5px;
}
.BarraTopo ul.pull-right > li:first-child span a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.BarraTopo ul.pull-right > li:first-child span a:hover {
  color: #a7a7a7;
}
.BarraTopo ul.pull-right > li:first-child span a:focus {
  color: #d9d9d9;
}
.BarraTopo ul.pull-right > li:first-child::after {
  content: "|";
  padding-left: 13px;
  font-size: 16px;
  color: #d9d9d9;
  opacity: .15;
}
.BarraTopo ul.pull-right > li:nth-child(2) a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0 10px;
}
.BarraTopo ul.pull-right > li:nth-child(2) a:hover {
  opacity: .5;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu {
  width: 450px;
  margin: 0;
  padding: 10px 15px;
  border-radius: 0;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu li {
  line-height: 0;
  width: 100%;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu li .input-group .form-control {
  box-shadow: none;
  border-radius: 0;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu li .input-group .form-control:focus {
  border-color: #666666;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu li .input-group .input-group-addon {
  border-radius: 0;
  background-color: #666666;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
}
.BarraTopo ul.pull-right > li:last-child a {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #666666;
  line-height: 35px;
  min-height: 36px;
  font-size: 13px;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.BarraTopo ul.pull-right > li:last-child a > i {
  margin-right: 10px;
}
.BarraTopo ul.pull-right > li:last-child a:hover {
  background-color: #666666;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.BarraTopo ul.pull-right > li:last-child a:focus {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$value)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.BarraTopo ul.pull-right > li:last-child .btn-group {
  padding: 14px 19px;
}
.BarraTopo ul.pull-right > li:last-child .btn-group .btn {
  border-radius: 0;
  border: none;
  height: 36px;
  padding: 0 15px;
  line-height: 36px;
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1px;
  background-color: #333;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.BarraTopo ul.pull-right > li:last-child .btn-group button:hover {
  opacity: .8;
}
.BarraTopo ul.pull-right > li:last-child .btn-group button:last-child {
  margin-left: 4px;
}
.BarraTopo ul.pull-right > li:last-child .dropdown-menu {
  margin: 0;
  padding: 0;
}
.BarraTopo ul.pull-right > li:last-child ul {
  padding: 0;
  list-style-type: none;
  width: 350px;
  border-radius: 0;
  margin: 0;
  box-shadow: none;
  border: none;
}
.BarraTopo ul.pull-right > li:last-child ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.MiniCarrinhoItem {
  padding: 10px;
}
.MiniCarrinhoItem a {
  float: left;
}
.MiniCarrinhoItem .imagem {
  height: 50px;
  min-height: 0!important;
  line-height: 0!important;
  margin: 0 10px 0 0 !important;
  padding: 0 !important;
}
.MiniCarrinhoItem .imagem img {
  margin: 0;
  padding: 0;
}
.MiniCarrinhoItem .descricao {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-block;
}
.MiniCarrinhoItem .descricao h5 {
  margin: 0!important;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0;
}
.MiniCarrinhoItem .descricao h5 span {
  display: block;
  font-size: 120%;
}
.MiniCarrinhoItem .descricao h5 small {
  display: block;
  padding: 5px 0;
}
.MiniCarrinho {
  z-index: 99999;
}
.MiniCarrinho ul {
  background-color: #fff;
}
.MiniCarrinho ul li {
  background-color: #fff;
}
.MiniCarrinho ul li a {
  background-color: #fff !important;
  color: #000 !important;
}
.MiniCarrinho .Actions {
  padding: 20px;
  text-align: center;
  margin-bottom: 15px;
  background-color: none;
}
.MiniCarrinho .Actions a {
  background: none !important;
  color: #000 !important;
}
.MiniCarrinho .Actions .btn-primary {
  color: white !important;
  background-color: #e5007e !important;
  border-radius: 10px !important;
  font-size: 16px !important;
  display: block;
  margin-top: 10px;
}
.IconsDestaques {
  margin-top: 10px;
}
.IconsDestaques > div {
  text-align: center;
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.IconsDestaques i {
  font-size: 40px;
  color: #666666;
}
.IconsDestaques label {
  padding-left: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  height: 30px;
}
.IconsDestaques label small {
  font-size: 12px;
}
.Logo {
  margin: 20px 0;
  position: absolute;
}
.MenuDesktop {
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 9999;
}
.MenuDesktop ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
  text-align: center;
}
.MenuDesktop > ul {
  margin-top: 20px;
}
.MenuDesktop > ul > li {
  position: relative;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: left;
  /*&:not(:last-child):after {
                content: "|";
                padding-left: 10px;
                font-size: 17px;
                color: @Azul;
                //opacity: .15;
            }*/
}
.MenuDesktop > ul > li > a {
  display: block;
  padding: 10px 0;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.MenuDesktop > ul > li:hover {
  background: #e5007e;
}
.MenuDesktop > ul > li:hover:not(:last-child):after {
  background: #e5007e;
}
.MenuDesktop > ul > li:hover a {
  color: white;
}
.MenuDesktop > ul > li:hover > ul {
  display: block;
}
.MenuDesktop > ul > li > ul > li {
  position: relative;
}
.MenuDesktop > ul > li > ul > li:hover > ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0px;
}
.MenuDesktop > ul li {
  text-align: left;
}
.MenuDesktop > ul li ul {
  position: absolute;
  display: none;
  min-width: 100%;
  margin: 0 -10px 0 -10px;
  background: #e5007e;
  padding: 0;
  z-index: 99999;
}
.MenuDesktop > ul li ul li {
  white-space: nowrap;
  padding: 0;
  margin: 0;
  /* Menu triplo */
}
.MenuDesktop > ul li ul li a {
  text-align: left;
  display: block;
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
}
.MenuDesktop > ul li ul li a:hover {
  color: #333;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.MenuDesktop > ul li ul li ul {
  position: absolute;
  display: none;
  min-width: 100%;
  margin: 0 -10px 0 -10px;
  background: #e5007e;
  padding: 0;
  z-index: 99999;
}
.MenuDesktop > ul li ul li ul li {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.MenuDesktop > ul li ul li ul li a {
  text-align: left;
  display: block;
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
}
.MenuDesktop > ul li ul li ul li a:hover {
  color: #333;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.Header {
  padding-bottom: 10px;
}
.Desktop > .container {
  height: 131px;
  position: relative;
}
.MainMenu {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #666666;
  border-top: 1px solid #666666;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.MainMenu span {
  font-size: 26px;
  margin: 10px;
  color: #666666;
  position: relative;
  top: 3px;
  border-left: 1px solid #666666;
}
.MainMenu a {
  padding-bottom: 5px;
}
.MainMenu .sub-menu {
  opacity: 0;
  margin-top: 12px;
  position: absolute;
  background: #666666;
  width: 100%;
  color: white;
  padding: 5px 0px 10px;
}
.MainMenu .sub-menu a {
  color: white;
}
.MainMenu .sub-menu span {
  font-size: 20px;
  margin: 5px 20px 5px 13px;
  position: relative;
  top: 3px;
  border-left: 1px solid #666;
}
.MiniCart {
  float: right;
  margin-top: 30px;
}
.MiniCart i {
  font-size: 30px;
  color: #666666;
}
.ProductPrice {
  font-size: 14px;
}
.ProductPrice .Old {
  text-decoration: line-through;
}
.ProductPrice .Now {
  color: #666666;
}
.Quantidade {
  max-width: 120px;
}
.Quantidade a {
  cursor: pointer;
}
.Quantidade input {
  text-align: center;
  padding: 6px 0;
}
.Quantidade label {
  font-weight: normal;
  padding: #333;
}
.Social {
  text-align: right;
}
.Social span {
  margin-right: 0px;
  background: white;
  padding: 8px 8px 6px;
  height: 30px;
}
.Social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  font-size: 20px;
  color: white;
  text-align: center;
}
.Social a.facebook {
  background-color: #4D70A8;
}
.Social a.twitter {
  background-color: #00BBF2;
}
.Social a.googleplus {
  background-color: #E3401D;
}
.CookieWarning {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  background: #333;
  color: white;
}
.TopNav {
  background: #fff;
}
.TopNav .actions {
  list-style-type: none;
  position: relative;
  text-align: right;
  padding: 6px 0;
}
.TopNav .actions li {
  display: inline-block;
}
.TopNav .actions li > div {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  position: absolute;
  opacity: 0;
  z-index: 100;
  width: 100%;
  background: #E27926;
}
.TopNav .actions li:hover > div {
  opacity: 1;
}
.TopNav .actions a {
  color: #333;
  margin-left: 10px;
  font-size: 13px;
}
.TopNav .actions a i {
  font-size: 14px;
  margin-right: 5px;
}
.TopNav .actions a:hover {
  color: #18a19a;
  text-decoration: none;
}
.NavBar {
  background: white;
  padding: 10px 0;
  margin: 20px 0;
}
.NavBar .logo {
  padding-left: 0;
}
.NavBar .Procura {
  margin: 5px 0px;
  padding-right: 0;
  width: 330px;
}
.NavBar .Procura .input-group {
  background: #f7f7f9;
}
.NavBar .Procura .input-group input {
  background: none;
  border: none;
  box-shadow: none;
  font-size: 15px;
  padding: 12px 0;
  text-indent: 10px;
  height: auto;
  color: red;
}
.NavBar .Procura .input-group input::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #ff0000;
}
.NavBar .Procura .input-group input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #ff0000;
  opacity: 1;
}
.NavBar .Procura .input-group input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #ff0000;
  opacity: 1;
}
.NavBar .Procura .input-group input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ff0000;
}
.NavBar .Procura .input-group input:placeholder-shown {
  /* Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
  color: #ff0000;
}
.NavBar .Procura .input-group a {
  font-size: 22px;
  color: #333;
}
.NavBar .Procura .input-group a:hover {
  color: #18a19a;
}
.NavBar .Procura .Resultados {
  position: absolute;
  z-index: 100;
  margin-top: 10px;
  max-width: 555px;
}
.NavBar .Procura .Resultados table {
  background: #f4f4f4;
  margin-right: 15px;
  max-height: 300px;
  overflow: hidden;
}
.NavBar .Procura .Resultados table tr {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
.NavBar .Procura .Resultados table tr .img {
  float: left;
  padding: 5px;
}
.NavBar .Procura .Resultados table tr .ProductInfo {
  padding: 5px;
}
.NavBar .Procura .Resultados table tr .ProductInfo .ProductName {
  font-size: 13px;
}
.NavBar .Procura .Resultados table tr .ProductInfo .ProductBrand {
  font-size: 12px;
}
.NavBar .Procura .Resultados table tr .ProductActions {
  padding: 5px;
}
.NavBar .Procura .Resultados table tr .ProductActions a {
  width: 40px;
  margin-bottom: 2px;
}
.NavBar .Procura .Resultados table tr .ProductActions a:hover {
  color: white;
}
.NavBar .Procura .Resultados table tr a {
  color: #333;
}
.NavBar .Procura .Resultados table tr a:hover {
  color: #18a19a;
  text-decoration: none;
}
.NavBar .Procura .Resultados table tr:last-child {
  border-bottom: none;
}
/*
FOOTER
*/
.Site {
  height: 100%;
  position: relative;
}
.Body {
  padding-bottom: 100px;
}
/*
Home
*/
.Home .MiniBanners {
  margin-top: 20px;
}
.Home .MiniBanners > div {
  margin-left: -5px;
  margin-right: -5px;
}
.Home .MiniBanners > div > div {
  padding-left: 5px;
  padding-right: 5px;
}
.Home .Destaques .Titulo a {
  float: right;
  background: #666666;
  color: white;
  padding: 10px;
  margin-bottom: -10px;
  font-size: 16px;
  margin-left: 5px;
}
.Home .Destaques .Titulo a.MoveRight,
.Home .Destaques .Titulo a.MoveLeft {
  background-color: #999;
}
.Home #MainBanner .carousel-indicators li {
  width: 15px;
  height: 15px;
  background: #999;
  margin: 0;
  border: 2px solid #999;
  border-radius: 25px!important;
}
.Home #MainBanner .carousel-indicators li.active {
  background: #666666;
  border: 2px solid #666666;
}
.Home .Content {
  background: white;
  margin: 20px 0px 0px;
  padding: 20px;
}
.Home .Content h2 {
  font-size: 26px;
  font-weight: 300;
  margin-bottom: 20px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 20px;
  color: #18a19a;
}
.Home .Categorias .Main {
  background: #999;
  color: white;
  position: relative;
}
.Home .Categorias .Main > a {
  width: 100%;
  color: white;
  display: inline-block;
  padding: 20px;
  text-align: left;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.Home .Categorias .Main > a:hover {
  background: #E27926;
}
.Home .Categorias .Main .expand {
  width: auto;
  color: #999;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 0;
  background: #d3d3d3;
  padding: 20px 25px;
}
.Home .Categorias .Main ul {
  position: absolute;
  list-style-type: none;
  padding: 0;
  background: #ccc;
  z-index: 999;
  width: 100%;
  display: none;
}
.Home .Categorias .Main ul li {
  border-bottom: 1px solid #d3d3d3;
}
.Home .Categorias .Main ul li a {
  font-weight: 400;
  display: block;
  padding: 10px 20px;
  width: 100%;
}
.Home .Categorias .Main ul li a:hover {
  background: #E27926;
  color: white;
}
/*
Catalogo
*/
.HeaderCategoria,
.HeaderProduto {
  height: 100px;
}
.HeaderCategoria > div,
.HeaderProduto > div {
  padding: 28px 0px 20px;
}
.HeaderCategoria > div .Title,
.HeaderProduto > div .Title {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
}
.HeaderCategoria > div .Title a,
.HeaderProduto > div .Title a {
  color: #000;
}
.HeaderCategoria > div .Title a:hover,
.HeaderProduto > div .Title a:hover {
  text-decoration: none;
}
.HeaderCategoria > div .Title h1,
.HeaderProduto > div .Title h1 {
  font-size: 20px;
  margin: 0;
  padding: 0;
  display: block;
  font-weight: 700;
  color: #666666;
}
.HeaderCategoria > div .Filters,
.HeaderProduto > div .Filters {
  margin: 0;
  padding: 0;
}
.HeaderCategoria > div .Filters .Filtro,
.HeaderProduto > div .Filters .Filtro {
  float: right;
  text-align: left;
  font-size: 13px;
  color: #ccc;
}
.HeaderCategoria > div .Filters .Filtro > div,
.HeaderProduto > div .Filters .Filtro > div {
  width: auto !important;
}
.HeaderCategoria > div .Filters .Filtro span,
.HeaderProduto > div .Filters .Filtro span {
  display: block;
}
.HeaderCategoria > div .Filters .Filtro select,
.HeaderProduto > div .Filters .Filtro select {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: none;
  font-size: 13px;
  margin: 0;
  padding: 0;
  color: #333;
}
.HeaderCategoria > div .Filters .Filtro select:focus,
.HeaderProduto > div .Filters .Filtro select:focus {
  outline: none;
}
.SemArtigos {
  background: white;
  padding: 20px;
  margin: 20px -15px;
  text-align: center;
}
.SemArtigos h3 {
  color: #e5007e;
}
.SemArtigos p a {
  color: #e5007e;
}
.CarregaMaisArtigos {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #666666;
  margin: 60px auto 0;
  max-width: 300px;
  text-transform: uppercase;
  color: white !important;
}
.WhishList {
  display: none !important;
}
.produtos-relacionados h2 {
  font-size: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin: 20px 0px 5px;
  color: #666666;
}
.FiltroTamanhos {
  padding: 20px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin-top: 20px;
}
.FiltroTamanhos span,
.FiltroTamanhos a {
  color: #ccc;
  font-size: 16px;
  padding: 10px;
}
.FiltroTamanhos span {
  margin-right: 10px;
  background: #dfdfdf;
  color: #666666;
}
.FiltroTamanhos a {
  margin: 0 5px 0 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
.FiltroTamanhos a:hover {
  border-color: #999;
  color: #666;
}
.FiltroTamanhos a.active {
  color: #666666 !important;
  border-color: #666666 !important;
}
.Produto {
  /*
    .ProductPrice{
        font-size: 30px;
    }*/
}
.Produto .carousel-indicators li {
  width: auto!important;
  height: auto!important;
  text-indent: 0!important;
  border: 1px solid #ccc;
}
.Produto .carousel-indicators li.active {
  border: 1px solid #666666;
}
.Produto .Imagem {
  border-left: 1px solid #f9f9f9;
  padding-left: 0;
  padding-right: 0;
  background: white;
}
.Produto form {
  margin-top: 30px;
}
.Produto form .Background {
  padding: 0;
}
.Produto .BlocoDesktop {
  padding-top: 10px;
  padding-bottom: 10px;
}
.Produto .BlocoNome {
  border-bottom: 1px solid #666666;
  padding-bottom: 5px;
}
.Produto .BlocoNome h2 {
  text-transform: uppercase;
  margin: 0;
  font-size: 14px;
}
.Produto .BlocoNome p {
  margin: 0;
  font-size: 11px;
  color: #999;
}
.Produto .BlocoNome .Preco {
  font-size: 30px;
}
.Produto .BlocoNome .Preco .Now {
  color: #666666;
}
.Produto .BlocoNome .Preco .Old {
  color: #999;
  text-decoration: line-through;
  font-size: 15px;
}
.Produto .BlocoNome .Stock span {
  padding: 2px;
  font-size: 12px;
}
.Produto .BlocoNome .Stock .EmStock {
  background-color: #67BE53;
  color: white;
}
.Produto .BlocoNome .Stock .Esgotado {
  background-color: red;
  color: white;
}
.Produto .BlocoDescricao {
  padding: 10px 0;
  color: #000;
  border-bottom: 1px solid #666666;
}
.Produto .BlocoDescricao p {
  font-size: 13px;
  color: #666;
  line-height: 1.7em;
  margin-bottom: 0;
}
.Produto .BlocoOpcoes {
  padding: 10px 0;
}
.Produto .BlocoOpcoes label {
  width: 100%;
  color: #666;
  font-size: 13px;
  font-weight: 300;
}
.Produto .BlocoOpcoes select {
  width: 100%;
  padding: 5px;
  border: 1px solid #ccc;
}
.Produto .BlocoOpcoes.Icons a {
  display: inline-block;
  border: 1px solid #ccc;
  padding: 5px 10px;
}
.Produto .BlocoOpcoes.Icons a.disable {
  color: #ccc;
  border-color: #d1d1d1;
}
.Produto .BlocoOpcoes.Icons a.selected {
  color: #666666;
  border-color: #666666;
}
.Produto .BlocoComprar {
  padding: 10px 0px;
  border-bottom: 1px solid #666666;
}
.Produto .BlocoComprar .row {
  margin: 0 -5px;
}
.Produto .BlocoComprar .row .col-sm-6,
.Produto .BlocoComprar .row .col-sm-12 {
  padding: 0 5px;
}
.Produto .BlocoComprar a {
  width: 100%;
  font-size: 14px;
}
.Produto .BlocoComprar a i {
  font-size: 16px;
  margin-right: 10px;
}
.Produto .BlocoComprar a.AddCarrinho img,
.Produto .BlocoComprar a.OpenWindowAvisoStock img {
  border: none !important;
}
.Produto .BlocoComprar a.AddCarrinho:hover,
.Produto .BlocoComprar a.OpenWindowAvisoStock:hover {
  color: white;
}
.Produto .BlocoComprar a.adicional {
  background-color: #999;
}
.Produto .BlocoComprar a.adicional:hover {
  background-color: #737373;
  color: white;
}
.Produto .BlocoEnvio {
  padding-top: 10px;
  color: #666666;
  font-size: 13px;
  text-transform: uppercase;
}
.Produto .BlocoEnvio i {
  font-size: 16px;
  margin: 0 6px;
  color: #333;
}
.Produto .BlocoGrupoArtigos {
  border-top: 1px solid #666666;
}
.Produto .BlocoGrupoArtigos h5 {
  text-transform: uppercase;
  color: #999;
  font-size: 12px;
}
.Produto .BlocoGrupoArtigos a img {
  border: 1px solid white;
}
.Produto .BlocoGrupoArtigos a:hover img {
  border: 1px solid #666666;
}
.Produto .Disponibilidade {
  font-size: 13px;
}
.Produto .Disponivel,
.Produto .Esgotado {
  color: #67BE53;
  text-transform: uppercase;
  font-size: 12px;
}
.Produto .Disponivel i,
.Produto .Esgotado i {
  font-size: 16px;
  position: relative;
  top: 2px;
}
.Produto .Esgotado {
  color: #CC0000;
}
.Produto .OutrasCores {
  padding-top: 30px;
}
.Produto .OutrasCores h5 {
  color: #666666;
  padding-bottom: 5px;
}
.Produto .OutrasCores a {
  border: 1px solid #f1f1f1;
  display: inline-block;
}
.Produto .OutrasCores a:hover {
  border-color: #666666;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.Produto h2 {
  color: #666666;
  font-size: 20px;
}
.Produto .Actions i {
  font-size: 20px;
  padding-right: 10px;
}
.Produto .Actions .btn {
  font-size: 13px;
}
.Produto .Actions .btn:hover {
  color: white;
  background: #333;
}
.Produto .Actions .submit {
  margin-right: 20px;
}
.Produto .Actions a.adicional {
  color: #333;
  padding: 10px;
  display: inline-block;
  background: #f1f1f1;
}
.Produto .Actions a.adicional i {
  color: #666666;
}
.Produto .Descricoes .panel-heading {
  padding: 15px 0;
}
.Produto .Descricoes .panel-heading a {
  text-decoration: none;
}
.Produto .Descricoes .panel-heading i {
  margin-right: 10px;
}
.Produto .Quantidade {
  margin: 20px 0;
}
.Produto .Compatibilidade {
  padding: 15px 0;
  font-size: 12px;
  -moz-column-count: 2;
  -moz-column-gap: 20px;
  -webkit-column-count: 2;
  -webkit-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.Produto .Seller {
  text-indent: -20000pt;
}
.GrelhaArtigos {
  margin-top: 20px;
  margin-left: -15px;
  margin-right: -15px;
  text-align: left;
  position: relative;
  /*
    transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    */
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.Carrinho .Content {
  background: white;
  margin: 20px -15px;
}
.Carrinho .Content .Tabela {
  margin: 20px 0px;
  padding: 0px;
}
.Carrinho .Content .Tabela img {
  margin-left: 10px;
}
.Carrinho .Content .Tabela table {
  border-bottom: 1px solid #ccc;
}
.Carrinho .Content .Tabela .Total {
  text-align: right;
}
.Carrinho .Content .Tabela .Total p {
  font-size: 20px;
  padding-right: 30px;
  margin-bottom: 30px;
}
.Carrinho .Content .Tabela .Total p span {
  font-weight: 700;
}
.Carrinho .Content .Tabela .opcoes {
  font-size: 11px;
  color: #999;
}
.Carrinho .widget {
  margin: 30px 20px 0 0;
}
.Carrinho .widget label {
  font-weight: 400;
}
.Carrinho .widget:last-child {
  margin-bottom: 30px;
}
/*
.carousel-indicators {
    li {
        width: auto!important;
        height: auto!important;
        text-indent: 0!important;
        border: 1px solid #ccc;
        &.active {
            border: 1px solid @Azul;
        }
    }
}
*/
.btn-azul {
  color: white !important;
  background-color: #666666 !important;
  border: 1px solid #4d4d4d !important;
}
.btn-azul:hover {
  background-color: #4d4d4d !important;
}
.btn-cinza {
  color: white !important;
  background-color: #666 !important;
  border: 1px solid #4d4d4d !important;
}
.btn-cinza:hover {
  background-color: #4d4d4d !important;
}
.Checkout .AlertaStock td {
  color: red !important;
}
.Checkout .AlertaPortes {
  border-top: 1px solid red !important;
  border-bottom: 1px solid red !important;
  color: #000 !important;
  background-color: #ffcccc !important;
  padding: 15px;
  text-align: center;
}
.Checkout .PromoEntrega {
  background: #67BE53;
  margin: 20px 0px;
  padding: 20px;
  text-align: center;
}
.Checkout .MinimoEntrega {
  background: #DD1F50;
  margin: 20px 0px;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  color: white;
}
.Checkout .Content {
  background: white;
  margin: 20px -15px;
  padding: 20px 0px;
}
.Checkout .Content h2 {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 10px;
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 10px;
  margin: 20px 0px 5px;
  color: #666666;
}
.Checkout .Content h4 {
  font-weight: 700;
}
.Checkout .Content .input-esq {
  padding-left: 0;
}
.Checkout .Content .input-dir {
  padding-right: 0;
}
.Checkout .Content label {
  font-weight: 400;
}
.Checkout .Content label.error {
  font-size: 11px;
  color: red;
}
.Checkout .Content .LoginErro {
  color: red;
  margin-bottom: 20px;
}
.Checkout .Content .MetodoEnvio input,
.Checkout .Content .MetodoPagamento input {
  margin-right: 10px;
}
.Checkout .Content #labelTermos {
  margin-left: 25px;
}
.Checkout .Content .ResumoEncomenda table thead th {
  font-weight: 400;
  color: #666;
}
.Checkout .Content .ResumoEncomenda table tbody td {
  color: black;
}
.Checkout .Content .ResumoEncomenda table tfoot tr:first-child td {
  border-top: 2px solid #ccc;
}
.Checkout .Content .ResumoEncomenda table tfoot td {
  border: none;
  color: black;
  padding: 3px 8px;
}
.Checkout .Content .ResumoEncomenda table tfoot td.total {
  font-weight: 700;
}
.Checkout .Content .ResumoEncomenda .CustoTotalFinal {
  font-size: 25px;
}
.Checkout .Content.DadosPagamento table td {
  padding: 20px;
}
.Checkout .Content.DadosPagamento p {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}
.Checkout .Content.DadosPagamento p span {
  width: 100px;
  display: inline-block;
  font-weight: 400;
}
.adicional {
  background: #ccc;
}
.ProdutoPreview {
  max-width: 800px;
}
.ProdutoPreview .Imagem {
  padding-left: 0;
}
.ProdutoPreview .Informacao {
  padding-left: 15px;
  padding-right: 0;
}
.ProdutoPreview .Informacao h2 {
  font-size: 20px;
  color: #666666;
}
.ProdutoPreview img {
  max-width: 100%!important;
}
.MenuMobile {
  box-shadow: 0px 0px 15px #666;
  width: 100%;
  z-index: 999;
  background: #222;
}
.MenuMobile .Procurar {
  background: #222;
  padding: 5px;
}
.MenuMobile .Procurar > div {
  background: white;
}
.MenuMobile .Procurar input {
  border: none;
}
.MenuMobile .head {
  text-align: center;
  height: 60px;
  border-bottom: 1px solid #ccc;
  color: #ccc;
  background-color: white;
}
.MenuMobile .head .OpenMenu,
.MenuMobile .head .CarrinhoMobileBtn {
  color: #333;
  padding: 9px 10px;
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
}
.MenuMobile .head .OpenMenu span,
.MenuMobile .head .CarrinhoMobileBtn span {
  font-size: 10px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -5px;
}
.MenuMobile .head .OpenMenu i,
.MenuMobile .head .CarrinhoMobileBtn i {
  font-size: 30px;
  position: relative;
  top: 5px;
}
.MenuMobile .head .CarrinhoMobileBtn {
  right: 0;
  top: 0;
}
.MenuMobile .head .CarrinhoMobileBtn span {
  font-size: 11px;
  margin: 0;
  padding: 0;
  position: relative;
  top: -3px;
}
.MenuMobile .head .logo {
  text-align: center;
  padding: 0;
  border: none;
  margin-top: 0px;
}
.MenuMobile .head .logo img {
  height: 45px;
  margin-top: 7px;
}
.MenuMobile .Menu {
  display: none;
}
.MenuMobile .Menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MenuMobile .Menu ul li {
  border-bottom: 1px solid #333;
  margin: 0;
}
.MenuMobile .Menu ul li a {
  color: #ccc;
  padding: 15px 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.MenuMobile .Menu ul li ul {
  display: none;
  list-style-type: none;
}
.MenuMobile .Menu ul li ul li {
  border-top: 1px solid #333 !important;
  border-bottom: none;
}
.MenuMobile .Menu ul li ul li a {
  padding: 15px 30px;
}
.MenuMobile .CarrinhoMobile {
  display: none;
  background: white;
}
.MenuMobile .CarrinhoMobile ul {
  background: white;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MenuMobile .CarrinhoMobile ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.MenuMobile .CarrinhoMobile ul li img {
  float: left;
  margin-right: 10px;
}
.MenuMobile .CarrinhoMobile ul li a {
  color: #333;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
}
.MenuMobile .CarrinhoMobile ul li h4 {
  display: inline-block;
  font-size: 12px;
  margin: 0;
  padding-top: 10px;
}
.MenuMobile .CarrinhoMobile ul li h5 {
  font-size: 13px;
  margin: 0;
}
.MenuMobile .CarrinhoMobile .actions {
  display: block;
  color: white;
  padding: 10px 0;
  text-align: center;
  text-transform: uppercase;
  background: #666666;
}
.MenuMobile .CarrinhoMobile .empty {
  text-align: center;
  padding: 20px;
}
#WindowAdicionadoCarrinho .info {
  padding: 20px 0 40px;
  font-size: 23px;
  text-align: center;
}
#WindowAdicionadoCarrinho .info span {
  color: #666666;
}
#WindowAdicionadoCarrinho .actions {
  padding-right: 0;
  text-align: right;
  margin-bottom: 20px;
}
#WindowAdicionadoCarrinho .actions a {
  padding: 15px;
  font-size: 18px;
  border-radius: 10px!important;
}
#WindowAdicionadoCarrinho .actions a.btn-default {
  background-color: #e5007e;
  color: white;
}
.PopUpMessenger {
  position: fixed;
  background: #fff;
  z-index: 999;
  bottom: 0;
  right: 30px;
  box-shadow: 0px 0px 10px #fff;
}
.PopUpMessenger .Header {
  background: #666666;
  padding: 5px 15px;
  text-align: right;
  display: block;
  font-size: 15px;
}
.PopUpMessenger .Header a {
  color: white;
}
.PopUpMessenger .Header a i {
  font-size: 20px;
  margin-right: 5px;
}
.PopUpMessenger .Header a.CloseMessenger {
  text-align: right;
  display: none;
}
.PopUpMessenger .Header a.CloseMessenger i {
  margin-right: 0!important;
}
.PopUpMessenger .Content {
  display: none;
  width: 300px;
}
.Sbanner1 {
  padding-right: 5px;
}
.Sbanner2 {
  padding-left: 5px;
}
.Sbanner3 {
  margin-top: 13px;
  padding-left: 5px;
}
.MaisProcurados {
  margin-top: 40px;
  background-color: #f1f1f1;
  padding: 20px 0 20px;
}
.MaisProcurados h2 {
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 1em 0 .5em;
  display: block;
  text-align: center;
  color: #666;
}
.MaisProcurados .fundo {
  margin-top: 20px;
  position: relative;
}
.MaisProcurados .fundo .Nome,
.MaisProcurados .fundo .ProductPrice {
  padding: 0;
}
.MaisProcurados .Comprar {
  background-color: #666;
  padding: 5px 10px;
  color: white;
  font-size: 12px;
  /*position: absolute; 
        right: 0;*/
}
.MaisProcurados .GrelhaArtigos .Artigo {
  padding: 10px;
}
.MaisProcurados .GrelhaArtigos .Artigo > div {
  background: none !important;
  border: none;
  padding: 0;
}
/*
    Footer
*/
.footer .section1 {
  background-color: #F2F2F2;
  padding: 10px;
}
.footer .section2 {
  background-color: #1a1a1a;
}
.footer .section2 div.row {
  display: table;
  margin-top: 40px;
  width: 100%;
}
.footer .section2 div.row > div {
  float: none;
  display: table-cell;
}
.footer .section2 div.row > div:nth-child(2) {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}
.footer .section2 div.col-sm-12 {
  text-align: center;
  padding: 20px 0;
}
.footer .section2 div.col-sm-12 a {
  margin-left: 10px;
}
.footer .section2 .links,
.footer .section2 .contatos {
  padding: 10px 0;
}
.footer .section2 .links > div,
.footer .section2 .contatos > div {
  text-align: center;
  text-transform: uppercase;
  padding: 5px;
  font-size: 13px;
  color: white;
}
.footer .section2 .links > div.title,
.footer .section2 .contatos > div.title {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}
.footer .section2 .links > div a,
.footer .section2 .contatos > div a {
  color: white;
  transition: color .5s ease;
}
.footer .section2 .links > div a:hover,
.footer .section2 .contatos > div a:hover {
  color: #E5007E;
}
.footer .section2 .contatos {
  position: relative;
  padding-left: 30px;
  text-align: left;
}
.footer .section2 .contatos img {
  position: absolute;
  left: 0;
}
.footer .section2 .contatos > div {
  margin: auto;
  width: 240px;
  position: relative;
  text-align: left;
  padding-left: 30px;
}
.footer .section2 .social {
  color: #fff;
}
.footer .section3 {
  background-color: #000;
  padding: 20px 0;
  text-align: center;
}
.footer .section3 .title {
  font-size: 12px;
  color: #fff;
}
.footer .section3 .links {
  margin-top: 5px;
}
.footer .section3 .links a {
  color: white;
  transition: color .5s ease;
  border-right: 1px solid #fff;
  padding-right: 15px;
  margin-right: 15px;
}
.footer .section3 .links a:hover {
  color: #E5007E;
}
.footer .section3 .links a:last-child {
  border: none;
  margin-right: 0;
  padding-right: 0;
}
/*
    Global e Catalogo
*/
.title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin: 20px 0 10px;
}
.Artigo {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.Artigo > div {
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  background: white;
  padding: 5px;
}
.Artigo > div img {
  border: 1px solid #fff;
  max-width: 100%;
  -webkit-transition: all 0.9s ease-in-out;
}
.Artigo > div .preview {
  position: relative;
  overflow: hidden;
}
.Artigo > div .Selos {
  position: absolute;
  z-index: 1;
  padding: 10px;
}
.Artigo > div .Selos span {
  width: 50px;
  height: 40px;
  display: block;
  color: white;
  font-size: 7px;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  border-radius: 20px;
  border: 1px solid white;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 0px 0px 2px #666666;
  -moz-box-shadow: 0px 0px 2px #666666;
  box-shadow: 0px 0px 2px #666666;
}
.Artigo > div .Selos .saldos {
  background: #ff0000;
}
.Artigo > div .Selos .novidade {
  background: #666666;
  font-size: 7px;
}
.Artigo > div .AddCarrinho,
.Artigo > div .Acompanhar {
  position: absolute;
  bottom: 10px;
  right: 5px;
  font-size: 10px;
  margin-top: 5px;
  background-color: #000;
  border-radius: 4px !important;
  text-transform: uppercase;
}
.Artigo > div .AddCarrinho img,
.Artigo > div .Acompanhar img {
  border: none !important;
  position: relative;
  top: -1px;
  display: inline-block;
}
.Artigo > div .stock {
  position: absolute;
  right: 5px;
  top: 2px;
  font-size: 10px;
}
.Artigo > div .stock img {
  height: 15px;
  border: none !important;
  position: relative;
  top: -1px;
}
.Artigo > div .Nome {
  height: 34px !important;
  overflow: hidden;
  font-size: 14px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 0 0px;
}
.Artigo > div .Nome a {
  color: black;
}
.Artigo > div .ProductPrice {
  margin: 0px;
}
.Artigo > div .ProductPrice .Old {
  color: #ccc;
  margin-right: 20px;
}
.Artigo > div .ProductPrice .Now {
  font-size: 30px;
  font-weight: bold;
}
.Artigo > div .Info {
  position: relative;
}
.Artigo > div .Info img {
  width: initial !important;
}
.Artigo:hover .Actions {
  bottom: 20px;
}
.Produto .categoria {
  font-size: 20px;
  color: #ccc;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.Produto .nome {
  font-size: 30px;
  color: #00;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.Produto .preco {
  font-size: 40px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  width: 70%;
  font-weight: bold;
}
.Produto .Entrega {
  font-size: 14px;
  color: #00;
  margin: 20px 0;
}
.Produto .AddCarrinho,
.Produto Acompanhar {
  background-color: #333;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
  padding: 20px 30px;
  border-radius: 20px !important;
  margin: 30px 0;
  display: inline-block;
}
.Produto .Disponibilidade span {
  color: #000;
  font-size: 18px;
}
.Produto .Disponibilidade span.Disponivel i {
  color: #67BE53;
}
.Produto .Disponibilidade span.Esgotado i {
  color: red;
}
.Produto .variations select {
  padding: 10px 5px;
  font-size: 18px;
  width: 70%;
}
.DescricaoProduto {
  background-color: #F2F2F2;
  padding: 20px 0 50px;
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}
.DescricaoProduto .tabs .head {
  margin-bottom: 30px;
}
.DescricaoProduto .tabs .head a {
  font-size: 20px;
}
/*
    Lojas
*/
.Lojas .ListaLojas {
  margin-top: 20px;
}
.Lojas .ListaLojas > div {
  min-height: 140px;
}
.Lojas .ListaLojas .nome {
  font-weight: bold;
  font-size: 16px;
}
/*
    Home Page
*/
.Home .title {
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  color: black;
  margin: 20px 0 10px;
}
.Home .homeCategorias {
  padding: 30px 0;
}
.Home .homeCategorias .title {
  margin-bottom: 30px;
}
.Home .homeCategorias .SlideCategorias {
  border: 1px solid #ccc;
  position: relative;
  padding: 10px 25px;
}
.Home .homeCategorias .SlideCategorias .left,
.Home .homeCategorias .SlideCategorias .right {
  cursor: pointer;
  width: 20px;
  border: 1px solid #ccc;
  border-radius: 10px;
  position: absolute;
  margin-top: -20px;
  top: 50%;
  width: 40px;
  height: 40px;
  z-index: 99;
  border-radius: 30px!important;
  background: white;
}
.Home .homeCategorias .SlideCategorias .left i,
.Home .homeCategorias .SlideCategorias .right i {
  border: solid #ccc;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 3px;
  padding: 5px;
  margin: 13px 13px;
}
.Home .homeCategorias .SlideCategorias .left:hover,
.Home .homeCategorias .SlideCategorias .right:hover {
  border-color: #666;
}
.Home .homeCategorias .SlideCategorias .left:hover i,
.Home .homeCategorias .SlideCategorias .right:hover i {
  border-color: #666;
}
.Home .homeCategorias .SlideCategorias .left {
  left: -20px;
}
.Home .homeCategorias .SlideCategorias .left i {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  margin: 13px 13px 0 15px;
}
.Home .homeCategorias .SlideCategorias .right {
  right: -20px;
}
.Home .homeCategorias .SlideCategorias .right i {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin: 13px 0px 0 11px;
}
.Home .homeCategorias .SlideCategorias .owl-carousel {
  min-height: 160px;
}
.Home .homeCategorias .SlideCategorias .owl-carousel .item {
  text-align: center;
  margin: 10px 10px 0;
  color: #000;
}
.Home .homeCategorias .SlideCategorias .owl-carousel .item:hover {
  opacity: .7;
}
.Home .homeCategorias .SlideCategorias .owl-carousel .item > div {
  padding: 10px;
  margin-top: 7px;
  border-top: 1px solid #dfdfdf;
  font-size: 12px;
}
.tabs .head {
  text-align: center;
}
.tabs .head a {
  text-decoration: none;
  font-size: 20px;
  margin: 0 10px;
  color: black;
}
.tabs .head a.active {
  color: #e5007e;
}
.tabs .content {
  margin-top: 20px;
  margin-bottom: 20px;
}
.tabs .content > div {
  display: none;
}
.tabs .content > div.active {
  display: block;
}
/*
Phone Iphone 4 
*/
@media only screen and (min-device-width: 200px) and (max-device-width: 736px) {
  /* Header */
  .Body {
    padding-top: 60px;
  }
  .Header {
    position: absolute;
    width: 100%;
    z-index: 999;
  }
  .TopNav {
    display: none;
  }
  .MiniCarrinhoItem {
    font-size: 90%;
  }
  .TopCarrinho {
    min-width: 0px !important;
    margin: 0;
  }
  .TopCarrinho .IconCart {
    margin-right: 0;
  }
  .TopCarrinho .IconCartDesc {
    display: none;
  }
  .Menu .ExpandMenu {
    float: right;
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #ccc;
    padding: 11px 20px 12px !important;
    font-size: 20px;
  }
  .NavBar {
    background: white;
    padding: 20px 0 10px;
    margin: 0 0 20px;
  }
  .NavBar .logo {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .NavBar .logo img {
    width: 180px;
  }
  .NavBar .Procura {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .NavBar .Procura .ProductName {
    max-width: 250px;
  }
  .NavBar .Procura .input-group input {
    font-size: 13px;
  }
  .NavBar .Procura .input-group a {
    font-size: 18px;
    color: #333;
  }
  .NavBar .Procura .Resultados {
    position: absolute;
    width: 100%;
  }
  .NavBar .Procura .Resultados table {
    background: #f4f4f4;
    margin-right: 0px;
  }
  .NavBar .Procura .Resultados table tr .img img {
    width: 30px;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo {
    width: 100%;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo .ProductName {
    font-size: 11px;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo .ProductBrand {
    font-size: 9px;
  }
  .NavBar .Procura .Resultados table tr .ProductActions .Preview {
    display: none;
  }
  .Body {
    padding-bottom: 40px;
  }
  .footer {
    height: auto;
    position: inherit;
  }
  .footer ul {
    display: none;
  }
  .footer .copyright {
    display: none;
  }
  .footer .Contactos {
    padding-bottom: 20px;
  }
  .footer .Contactos h2 {
    display: none;
  }
  .footer .Contactos .Facebook {
    float: right;
  }
  .HeaderCategoria {
    background: none;
    height: auto;
  }
  .FiltroTamanhos span {
    font-size: 12px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
  }
  .FiltroTamanhos a {
    padding: 5px;
  }
  .Home .SlideCategorias {
    margin: 10px 25px !important;
    padding: 0 !important;
  }
  .Home .homeTabs .col-sm-3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .Home .MiniBanners > div {
    margin-left: -15px;
    margin-right: -15px;
  }
  .Home .MiniBanners > div > div {
    padding: 1px;
  }
  .Home .Botoes img {
    max-width: 100%;
  }
  .Home .MainTitulo {
    background: #666666;
    font-size: 16px;
    text-align: center;
    color: white;
    margin: 0 -15px;
    padding: 10px;
  }
  .Home .MainTitulo h2 {
    margin: 0;
    padding: 0;
    font-weight: 300;
  }
  .Home .Destaques2 {
    padding: 20px 0!important;
  }
  .Home .Destaques2 .Titulo {
    margin: 0;
  }
  .Home .Destaques2 .Titulo a {
    display: none;
  }
  .Home .Banners > div {
    margin-bottom: 10px;
  }
  .Home .Content h2 {
    font-size: 18px;
    margin-top: 0;
  }
  .Home .Categorias .col-xs-4 {
    width: 100% !important;
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .Home .Categorias .col-xs-4 a {
    padding: 10px;
  }
  .Home .Categorias .col-xs-4 a.expand {
    font-size: 18px;
    padding: 12px 20px 11px;
  }
  /* Catalogo */
  .WindowInfoArtigo {
    min-width: 100%;
    width: 100% !important;
  }
  .Produto {
    margin: 0 0 20px 0 !important;
    padding: 0 !important;
  }
  .Produto .OpenWindowInfoArtigo {
    display: none !important;
  }
  .Produto .AddCarrinho {
    /*position: absolute;
        margin-top: -41px;
        right: 0;
        */
    display: block;
    text-align: center;
    font-size: 18px !important;
    background: #666666;
  }
  .Produto .AddCarrinho i {
    font-size: 20px;
    margin-right: 10px;
  }
  .Produto .InfoArtigo {
    color: #444;
    font-size: 12px;
  }
  .Produto .InfoArtigo h5 {
    border-top: 1px solid #ccc;
    margin-top: 10px;
    padding: 15px 0;
    color: #666666;
    padding-bottom: 5px;
  }
  .Produto .OutrasCores {
    padding-top: 0;
  }
  .Produto .holder {
    margin-top: 0;
  }
  .Produto .Imagem {
    padding: 0;
    border: none !important;
  }
  .Produto .PrecoQuantidade {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
  }
  .Produto .PrecoQuantidade .Quantidade {
    margin: 5px 20px;
  }
  .Produto .Disponibilidade {
    font-size: 13px;
    display: none;
  }
  .Produto .Compatibilidade {
    -moz-column-count: 1;
    -moz-column-gap: 20px;
    -webkit-column-count: 1;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
  }
  .Produto .carousel-indicators {
    display: none;
  }
  .Produto .BlocoOpcoes {
    border-top: 1px solid #ccc;
  }
  .Produto .BlocoOpcoes label {
    font-size: 15px;
    color: #333;
  }
  .Produto .preco {
    width: 100%;
  }
  .PromoEntrega strong {
    font-size: 16px !important;
  }
  .Carrinho .AvancaPagamento {
    margin: 0 15px;
  }
  .CheckoutSucesso .PromoEntrega {
    padding: 10px;
  }
  .CheckoutSucesso .PromoEntrega h3 {
    font-size: 18px;
  }
  .CheckoutSucesso .DadosPagamento table tr td:first-child {
    display: none;
  }
  .CheckoutSucesso .DadosPagamento table tr td p {
    font-size: 15px !important;
  }
  .Selos span {
    width: 30px !important;
    height: auto !important;
    display: block !important;
    font-size: 6px !important;
  }
  .NomePreco {
    padding: 0;
  }
  .NomePreco .row {
    background: #f2f2f2;
    border-top: 1px solid #666666;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-left: 0px;
    margin-right: 0px;
  }
  .NomePreco .row h2 {
    margin-top: 10px;
    font-size: 15px;
  }
  .NomePreco .row .Referencia {
    font-size: 11px;
  }
  .NomePreco .row .ProductPrice {
    text-align: right;
    margin-top: 10px;
  }
  .NomePreco .row .actions {
    padding-top: 20px;
    text-align: center;
  }
  .NomePreco .row .actions .AddCarrinho {
    background-color: #666666;
    display: block;
  }
  .NomePreco .row .actions .OpenWindowInfoArtigo {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .DescricaoProduto .tabs .head a {
    font-size: 15px;
  }
  .DescricaoProduto .content p {
    font-size: 14px;
  }
  .DescricaoProduto .produtos-relacionados {
    margin: 10px;
  }
  .DescricaoProduto .produtos-relacionados .title {
    font-size: 20px;
  }
  .DescricaoProduto .produtos-relacionados h2 {
    font-size: 18px;
  }
  .ConfirmaCarrinho {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
  }
  .ConfirmaCarrinho .btn {
    display: block;
  }
  .Carrinho .Total p {
    text-align: center;
    padding-right: 0!important;
  }
  .Carrinho .Total .btn {
    width: 100%;
  }
  .Carrinho .widget {
    text-align: center;
    border-top: 1px solid #ccc;
    margin-right: 0;
  }
  .Carrinho .Content .Tabela {
    margin: 10px -10px;
    padding: 0;
  }
  .Checkout .Content {
    padding: 0;
  }
  .Checkout .Content .input-esq {
    padding-right: 0;
  }
  .Checkout .Content .input-dir {
    padding-left: 0;
  }
  .Checkout .Content h2 {
    font-size: 19px !important;
  }
  .Checkout .BlocoLogin h2 {
    display: block;
  }
  .Checkout .BlocoLogin h2 span {
    margin-top: 10px;
    display: block;
    float: none !important;
  }
  .CheckoutSucesso .Content {
    padding: 10px;
  }
  .CheckoutSucesso .Content h2 {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .HeaderCategoria > div {
    background: white;
    padding: 10px;
  }
  .HeaderCategoria > div .Title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 0;
  }
  .HeaderCategoria > div .Title a {
    color: #999;
  }
  .HeaderCategoria > div .Title a:hover {
    text-decoration: none;
  }
  .HeaderCategoria > div .Title h1 {
    font-size: 12px;
    margin: 0;
    padding: 0;
    display: inline;
    font-weight: 700;
  }
  .HeaderCategoria > div .Filters {
    display: none;
  }
  .PopUpMessenger {
    display: none;
  }
  .ArtigosHolder .stock,
  .GrelhaArtigos .stock {
    display: none;
  }
  .ArtigosHolder .ProductPrice .Now,
  .GrelhaArtigos .ProductPrice .Now {
    font-size: 23px !important;
  }
  .ArtigosHolder .AddCarrinho,
  .GrelhaArtigos .AddCarrinho {
    bottom: 5px !important;
    padding: 3px 6px;
  }
  .ArtigosHolder .AddCarrinho i,
  .GrelhaArtigos .AddCarrinho i {
    font-size: 17px;
  }
  .Produto form {
    margin-top: -10px;
    padding-left: 0;
    padding-right: 0;
  }
  .GrelhaArtigos .Artigo > div .preview {
    position: relative;
    overflow: hidden;
  }
  .GrelhaArtigos .Artigo > div .Actions {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .GrelhaArtigos .Artigo > div .Actions a {
    margin-bottom: 3px;
  }
  .GrelhaArtigos .Artigo > div .Actions .Preview {
    display: none;
  }
  .GrelhaArtigos .Artigo > div .Nome {
    font-size: 11px;
    margin-top: 7px;
  }
  .GrelhaArtigos .Artigo > div .ProductPrice {
    margin-top: 5px;
  }
  .Sbanner1 {
    padding-right: 15px !Important;
  }
  .Sbanner2 {
    padding-left: 15px !Important;
    margin-top: 15px !Important;
  }
  .Sbanner3 {
    padding-left: 15px !Important;
    margin-top: 15px !Important;
  }
  .footer .section2 .container .row {
    margin-top: 0px;
  }
  .footer .section2 .title {
    padding-bottom: 0px;
  }
  .footer .section2 .row {
    display: block;
    margin: 0;
  }
  .footer .section2 .row .col-sm-4 {
    display: block;
  }
  .footer .section2 .row .col-sm-4:nth-child(2) {
    border: none;
  }
  .footer .section2 .row .contatos {
    padding: 0;
  }
  .footer .section2 .row .contatos div {
    margin-bottom: 10px;
    width: auto;
    text-align: center;
    padding: 0;
  }
  .footer .section2 .row .contatos div img {
    display: none;
  }
  .footer .section2 .row .contatos .title {
    margin: 20px 0;
  }
  .footer .section3 .title {
    font-size: 11px;
    color: white;
  }
}
@media only screen and (min-device-width: 736px) and (max-device-width: 1024px) {
  /* Header */
  .TopNav {
    display: none;
  }
  .TopCarrinho {
    min-width: 0px !important;
    margin: 0;
    z-index: 9999!important;
  }
  .TopCarrinho .IconCart {
    margin-right: 0;
  }
  .TopCarrinho .IconCartDesc {
    display: none;
  }
  .NavBar {
    background: white;
    padding: 20px 0 10px;
    margin: 0 0 20px;
  }
  .NavBar .ProcuraArtigo {
    font-size: 20px!important;
  }
  .NavBar .logo {
    padding-left: 0;
    text-align: center;
    margin-bottom: 20px;
  }
  .NavBar .logo img {
    width: 180px;
  }
  .NavBar .Procura {
    width: 100%;
    position: relative;
    padding-right: 0;
    padding-left: 0;
  }
  .NavBar .Procura .ProductName {
    max-width: 250px;
  }
  .NavBar .Procura .input-group input {
    font-size: 13px;
  }
  .NavBar .Procura .input-group a {
    font-size: 18px;
    color: #333;
  }
  .NavBar .Procura .Resultados {
    position: absolute;
    width: 100%;
  }
  .NavBar .Procura .Resultados table {
    background: #f4f4f4;
    margin-right: 0px;
  }
  .NavBar .Procura .Resultados table tr .img img {
    width: 30px;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo {
    width: 100%;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo .ProductName {
    font-size: 11px;
  }
  .NavBar .Procura .Resultados table tr .ProductInfo .ProductBrand {
    font-size: 9px;
  }
  .NavBar .Procura .Resultados table tr .ProductActions .Preview {
    display: none;
  }
  .Home .Content h2 {
    font-size: 22px;
    margin-top: 0;
  }
  .Home .Categorias .col-xs-4 {
    font-size: 18px;
    margin-bottom: 10px;
    padding: 5px;
  }
  .Home .Categorias .col-xs-4 a {
    padding: 10px;
  }
  /* Catalogo */
  .WindowInfoArtigo {
    min-width: 100%;
    width: 100% !important;
  }
  .Produto .PrecoQuantidade {
    border-top: 1px solid #ccc;
    padding: 10px 0;
    text-align: center;
  }
  .Produto .PrecoQuantidade .Quantidade {
    margin: 5px 20px;
  }
  .Produto .PrecoQuantidade .Disponibilidade {
    font-size: 13px;
  }
  .ConfirmaCarrinho {
    width: 100%;
    min-width: 100%;
    font-size: 12px;
  }
  .ConfirmaCarrinho .btn {
    display: block;
  }
  .Carrinho .Total p {
    text-align: center;
    padding-right: 0!important;
  }
  .Carrinho .Total .btn {
    width: 100%;
  }
  .Carrinho .widget {
    text-align: center;
    border-top: 1px solid #ccc;
  }
  .Carrinho .Content .Tabela {
    margin: 10px -10px;
    padding: 0;
  }
  .Checkout .Content {
    padding: 0;
  }
  .Checkout .Content .input-esq {
    padding-right: 0;
  }
  .Checkout .Content .input-dir {
    padding-left: 0;
  }
  .Checkout .BlocoLogin h2 {
    display: block;
  }
  .Checkout .BlocoLogin h2 span {
    margin-top: 10px;
    display: block;
    float: none !important;
  }
  .CheckoutSucesso .Content {
    padding: 10px;
  }
  .CheckoutSucesso .Content h2 {
    font-size: 18px;
    margin-top: 0;
    padding-bottom: 10px;
  }
  .HeaderCategoria > div {
    background: white;
    padding: 10px;
  }
  .HeaderCategoria > div .Title {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 300;
    padding-left: 10px;
  }
  .HeaderCategoria > div .Title a {
    color: #999;
  }
  .HeaderCategoria > div .Title a:hover {
    text-decoration: none;
  }
  .HeaderCategoria > div .Title h1 {
    font-size: 22px;
    margin: 0;
    padding: 0;
    font-weight: 700;
  }
  .GrelhaArtigos .Artigo > div .preview {
    position: relative;
    overflow: hidden;
  }
  .GrelhaArtigos .Artigo > div .Actions {
    width: 30px;
    position: absolute;
    top: 0px;
    right: 0;
  }
  .GrelhaArtigos .Artigo > div .Actions a {
    margin-bottom: 3px;
  }
  .GrelhaArtigos .Artigo > div .Actions .Preview {
    display: none;
  }
  .GrelhaArtigos .Artigo > div .Nome {
    font-size: 11px;
    margin-top: 7px;
    min-height: 41px;
  }
  .GrelhaArtigos .Artigo > div .ProductPrice {
    margin-top: 5px;
  }
}
.whatsapp {
  position: fixed;
  bottom: 5px;
  right: 20px;
  width: auto;
  overflow: hidden;
  z-index: 999999;
  padding-top: 10px;
  padding-left: 10px;
  padding-bottom: 10px;
}
.whatsapp img {
  animation-name: bounce;
  animation-timing-function: ease;
  animation-duration: 2s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
  width: 60px;
  height: 70px;
  padding-top: 10px;
}
.Balao {
  opacity: 0;
  position: relative;
  display: inline-block;
  max-width: 30em;
  margin-left: 8px;
  margin-right: 5px;
  background-color: #f9f9f9;
  padding: 1em 1.5em;
  font-size: 1em;
  border-radius: 1rem !important;
  box-shadow: 0 0.125rem 0.5rem rgba(0, 0, 0, 0.3), 0 0.0625rem 0.125rem rgba(0, 0, 0, 0.2);
  animation-name: hideandshow;
  animation-timing-function: ease;
  animation-duration: 60s;
  animation-delay: 6s;
  animation-iteration-count: infinite;
  cursor: default !important;
}
.Balao::before {
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  bottom: 1.2em;
  transform: rotate(90deg);
  left: 97%;
  border: .75rem solid transparent;
  border-top: none;
  border-bottom-color: #f9f9f9;
  filter: drop-shadow(0 -0.15rem 0.0625rem rgba(0, 0, 0, 0.1));
}
.Balao .Fechar {
  border-radius: 50% !important;
  background-color: #000;
  color: #fff;
  padding-left: 6px;
  line-height: 17px;
  height: 20px;
  width: 20px;
  position: absolute;
  top: -8px;
  left: -9px;
}
