@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
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 */
}
html {
  height: 100%;
  box-sizing: border-box;
}
body {
  min-height: 100%!important;
  background-color: #fff;
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  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;
}
.site {
  margin: 0 auto;
  padding-top: 64px;
  width: 94%;
}
* {
  font-family: 'Roboto', sans-serif;
  -webkit-border-radius: 0!important;
  -moz-border-radius: 0!important;
  border-radius: 0!important;
}
img.resp {
  max-width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
a:hover {
  text-decoration: none;
  color: #666;
}
.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: #917783;
  border-color: #846b76;
}
.btn-primary:hover {
  background-color: #846b76;
  border-color: #9c8590;
  color: white;
}
.btn-default {
  background: #666;
  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: #917783;
}
.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;
}
.BarraTopo {
  height: 36px;
  background: #5e555b;
}
.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 li .vazio {
  padding: 20px;
  color: white;
  text-align: center;
}
.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: #917783;
}
.BarraTopo ul.pull-right > li:nth-child(2) .dropdown-menu li .input-group .input-group-addon {
  border-radius: 0;
  background-color: #917783;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-color: #47bac1;
}
.BarraTopo ul.pull-right > li:last-child a {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #917783;
  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: #917783;
  -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;
  color: #917783;
}
.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;
  background-color: #917783;
  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);
  /*
                            a {
                                line-height: 26px;
                                .media {
                                    
                                    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
                                    padding: 12px 0;
                                    .media-body{
                                        padding-left: 10px;
                                        h5 {
                                            color: #ffffff;
                                            line-height: 20px;
                                            letter-spacing: 1px;
                                            margin: 0;
                                            span {
                                                font-size: 18px;
                                            }
                                        }
                                    } 
                                }
                                &:hover {
                                    opacity: .8;
                                    background-color: transparent;
                                }
                                
                            }
                            */
}
.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;
  color: white;
}
.MiniCarrinhoItem .descricao h5 span {
  display: block;
  font-size: 120%;
}
.MiniCarrinhoItem .descricao h5 small {
  color: white;
  display: block;
  padding: 5px 0;
}
.IconsDestaques {
  margin-top: 10px;
}
.IconsDestaques > div {
  text-align: center;
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 10px;
}
.IconsDestaques i {
  font-size: 40px;
  color: #917783;
}
.IconsDestaques label {
  padding-left: 20px;
  font-weight: normal;
  font-size: 16px;
  line-height: 1em;
  height: 30px;
}
.IconsDestaques label small {
  font-size: 12px;
}
.HeaderContainer {
  position: relative;
}
.HeaderContainer .Logo {
  position: absolute;
  left: 0;
  top: 27px;
}
.HeaderContainer .MenuDesktop {
  z-index: 9999;
  position: absolute;
  right: 0;
  top: 47px;
}
.HeaderContainer .MenuDesktop ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: block;
}
.HeaderContainer .MenuDesktop > ul > li {
  position: relative;
  float: left;
  font-size: 15px;
  text-transform: uppercase;
  padding: 0 10px;
  /*&:not(:last-child):after {
                    content: "|";
                    padding-left: 10px;
                    font-size: 17px;
                    color: @Azul;
                    //opacity: .15;
                }*/
}
.HeaderContainer .MenuDesktop > ul > li > a {
  display: block;
  padding: 10px 0;
  font-weight: 200;
}
.HeaderContainer .MenuDesktop > ul > li:hover {
  background: #917783;
}
.HeaderContainer .MenuDesktop > ul > li:hover:not(:last-child):after {
  background: #917783;
}
.HeaderContainer .MenuDesktop > ul > li:hover a {
  color: white;
}
.HeaderContainer .MenuDesktop > ul > li:hover > ul {
  display: block;
}
.HeaderContainer .MenuDesktop > ul li ul {
  position: absolute;
  display: none;
  min-width: 100%;
  margin: 0 -10px 0 -10px;
  background: #917783;
  padding: 0;
  z-index: 99999;
}
.HeaderContainer .MenuDesktop > ul li ul li {
  white-space: nowrap;
  padding: 0;
  margin: 0;
}
.HeaderContainer .MenuDesktop > ul li ul li a {
  display: block;
  padding: 8px 10px;
  margin: 0;
  font-size: 12px;
}
.HeaderContainer .MenuDesktop > ul li ul li a:hover {
  color: #ccc;
  -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;
}
.MainMenu {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #917783;
  border-top: 1px solid #917783;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.MainMenu span {
  font-size: 26px;
  margin: 10px;
  color: #917783;
  position: relative;
  top: 3px;
  border-left: 1px solid #917783;
}
.MainMenu a {
  padding-bottom: 5px;
}
.MainMenu .sub-menu {
  opacity: 0;
  margin-top: 12px;
  position: absolute;
  background: #917783;
  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: #917783;
}
.ProductPrice {
  font-size: 14px;
}
.ProductPrice .Old {
  text-decoration: line-through;
}
.ProductPrice .Now {
  color: #917783;
}
.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: 260px;
}
.footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #EEB39C;
  border-top: 1px solid #000;
  text-align: center;
  width: 100%;
}
.footer .Contacts {
  color: #666 !Important;
  text-align: left;
}
.footer .Social {
  text-align: left;
}
.footer .Social a {
  font-size: 30px;
  color: #333 !Important;
}
.footer .Social a:hover {
  color: black !Important;
}
.footer .Footer2 {
  border-top: 1px solid #ccc;
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 20px;
}
.footer .Footer2 img {
  height: 25px;
}
.footer .Footer2 .copyright {
  padding-top: 20px;
  font-size: 12px;
}
.footer .Bloco h2 {
  text-align: left;
  color: #333;
  font-size: 15px;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.footer .Bloco li {
  text-align: left;
}
.footer .Bloco li a {
  color: #63565C;
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.footer .Bloco li a:hover {
  color: #000;
}
.footer .sub-footer {
  margin-top: 2px;
  color: #999;
}
.footer .sub-footer ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 20px;
}
.footer .sub-footer ul li {
  text-transform: uppercase;
  font-size: 12px;
  margin-bottom: 8px;
}
.footer .sub-footer ul li img {
  margin-right: 5px;
  display: none;
}
/*
Ajuda
*/
.Ajuda .Bloco > div {
  display: none;
  margin-left: 25px;
}
.Ajuda .Bloco > div ul {
  margin-left: 20px;
}
.Ajuda .Bloco > a {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.Ajuda .Bloco > a i {
  margin: 5px 5px 0 15px;
  position: absolute;
  left: 0;
  margin-top: 5px;
}
.Ajuda .Bloco > a.active {
  color: #bc0723;
}
/*
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: #917783;
  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: #917783;
  border: 2px solid #917783;
}
.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;
  background: #917783;
}
.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: white;
}
.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;
  display: none;
  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: #917783;
}
.SemArtigos p a {
  color: #917783;
}
.CarregaMaisArtigos {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #917783;
  margin: 60px auto 0;
  max-width: 300px;
  text-transform: uppercase;
  color: white;
}
.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: #917783;
}
.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;
  display: inline-block;
}
.FiltroTamanhos span {
  margin-right: 10px;
  background: #dfdfdf;
  color: #917783;
}
.FiltroTamanhos a {
  margin: 5px 5px 0 0;
  border: 1px solid #ccc;
  padding: 10px 12px;
}
.FiltroTamanhos a:hover {
  border-color: #999;
  color: #666;
}
.FiltroTamanhos a.active {
  color: #917783 !important;
  border-color: #917783 !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 #917783;
}
.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 #917783;
  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: #917783;
}
.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;
  border-bottom: 1px solid #917783;
}
.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: #917783;
  border-color: #917783;
}
.Produto .BlocoComprar {
  padding: 10px 0px;
  border-bottom: 1px solid #917783;
}
.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: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: #917783;
  font-size: 13px;
  text-transform: uppercase;
}
.Produto .BlocoEnvio i {
  font-size: 16px;
  margin: 0 6px;
  color: #333;
}
.Produto .BlocoGrupoArtigos {
  border-top: 1px solid #917783;
}
.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 #917783;
}
.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: #917783;
  padding-bottom: 5px;
}
.Produto .OutrasCores a {
  border: 1px solid #f1f1f1;
  display: inline-block;
}
.Produto .OutrasCores a:hover {
  border-color: #917783;
  -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: #917783;
  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: #917783;
}
.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;
  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;
}
.GrelhaArtigos > div {
  padding: 0;
}
.GrelhaArtigos .Artigo {
  /*
        -o-transition: all .8s ease;
        -moz-transition: all .8s ease;
        -webkit-transition: all .8s ease;
        -ms-transition: all .8s ease;
        transition: all .8s ease;*/
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
}
.GrelhaArtigos .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;
  border: 1px solid #fff;
  padding: 5px;
}
.GrelhaArtigos .Artigo > div:hover img {
  border-color: #917783;
}
.GrelhaArtigos .Artigo > div img {
  border: 1px solid #fff;
  max-width: 100%;
  -webkit-transition: all 0.9s ease-in-out;
}
.GrelhaArtigos .Artigo > div .preview {
  position: relative;
  overflow: hidden;
}
.GrelhaArtigos .Artigo > div .Actions {
  display: none;
  width: 100%;
  position: absolute;
  bottom: -60px;
  text-align: center;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .5s ease;
}
.GrelhaArtigos .Artigo > div .Selos {
  position: absolute;
  z-index: 1;
  padding: 10px;
}
.GrelhaArtigos .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 #917783;
  -moz-box-shadow: 0px 0px 2px #917783;
  box-shadow: 0px 0px 2px #917783;
}
.GrelhaArtigos .Artigo > div .Selos .saldos {
  background: #bc0723;
}
.GrelhaArtigos .Artigo > div .Selos .novidade {
  background: #917783;
  font-size: 7px;
}
.GrelhaArtigos .Artigo > div .AddCarrinho {
  position: absolute;
  margin-top: -32px;
  margin-left: 4px;
  text-align: right;
  float: right;
  background-color: #917783;
}
.GrelhaArtigos .Artigo > div .AddCarrinho i {
  margin-right: 5px;
}
.GrelhaArtigos .Artigo > div .Nome {
  font-size: 12px;
  text-align: left;
  padding: 0 5px;
  text-transform: uppercase;
  height: 28px;
}
.GrelhaArtigos .Artigo > div .ProductPrice {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 30px 0;
  padding: 0 5px;
  color: #917783;
}
.GrelhaArtigos .Artigo > div .ProductPrice .Old {
  color: #ccc;
  margin-right: 20px;
}
.GrelhaArtigos .Artigo:hover .Actions {
  bottom: 20px;
}
.GrelhaArtigos .Artigo .Nome {
  margin: 5px 0;
}
.GrelhaArtigos .Artigo .Nome a {
  color: #333;
}
.GrelhaArtigos .Artigo .Nome a:hover {
  text-decoration: none;
}
.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: #917783 !important;
  border: 1px solid #765f6a !important;
}
.btn-azul:hover {
  background-color: #765f6a !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: #917783;
}
.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: #917783;
}
.ProdutoPreview img {
  max-width: 100%!important;
}
.MenuMobile {
  box-shadow: 0px 0px 15px #666;
  width: 100%;
  z-index: 999;
}
.MenuMobile .Procurar {
  background: #917783;
  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: #000;
  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: 40px;
  margin-top: 10px;
}
.MenuMobile .Menu {
  display: none;
}
.MenuMobile .Menu ul {
  background: white;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.MenuMobile .Menu ul li {
  border-bottom: 1px solid #ccc;
  margin: 0;
}
.MenuMobile .Menu ul li a {
  color: #333;
  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 #f5f5f5 !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: #917783;
}
.MenuMobile .CarrinhoMobile .empty {
  text-align: center;
  padding: 20px;
}
#WindowAdicionadoCarrinho .info {
  padding: 22px 0 0 10px;
  font-size: 16px;
}
#WindowAdicionadoCarrinho .info span {
  color: #917783;
}
#WindowAdicionadoCarrinho .actions {
  padding-right: 0;
  text-align: right;
}
#WindowAdicionadoCarrinho .actions a {
  margin: 5px !important;
}
/*
Phone Iphone 4 
*/
@media only screen and (min-device-width: 200px) and (max-device-width: 736px) {
  /* Header */
  .TopNav {
    display: none;
  }
  .MiniCarrinhoItem {
    background-color: #444;
    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;
  }
  .Menu ul > li > ul li {
    background-color: #d9d9d9;
  }
  .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;
  }
  .Title {
    margin-left: 5px;
  }
  .FiltroTamanhos {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 15px;
  }
  .FiltroTamanhos span {
    font-size: 12px;
    padding: 5px;
    display: block;
    margin-bottom: 10px;
    margin-right: 0px;
  }
  .FiltroTamanhos a {
    padding: 5px;
  }
  #WindowAdicionadoCarrinho .info,
  #WindowAdicionadoCarrinho .actions {
    padding: 10px 0;
    margin: 0;
    text-align: center;
  }
  .Home .MiniBanners > div {
    margin-left: -15px;
    margin-right: -15px;
  }
  .Home .MiniBanners > div > div {
    padding: 1px;
  }
  .Home .Botoes img {
    max-width: 100%;
  }
  .Home .MainTitulo {
    background: #917783;
    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;
        */
    font-size: 13px;
    background: #917783;
  }
  .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: #917783;
    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;
  }
  .produtos-relacionados .GrelhaArtigos {
    margin-left: -15px;
    margin-right: -15px;
  }
  .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 #917783;
    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: #917783;
    display: block;
  }
  .NomePreco .row .actions .OpenWindowInfoArtigo {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  .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 {
    padding: 0;
  }
  .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;
  }
  .GrelhaArtigos .Artigo > div .Info {
    height: 60px;
  }
  .Footer2 .col-xs-12 {
    text-align: center;
    display: block;
  }
  .Morada {
    border-top: 1px solid #917783;
    padding-top: 10px;
    margin-top: 10px;
  }
  .Morada > div {
    text-align: center!important;
    font-size: 13px;
  }
  .Morada > div h5 {
    color: #917783;
  }
}
@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 {
    padding: 30px 10px 0;
  }
  .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;
  }
}
.PopUpMessenger {
  position: fixed;
  background: #fff;
  z-index: 999;
  bottom: 0;
  right: 30px;
  box-shadow: 0px 0px 10px #fff;
}
.PopUpMessenger .Header {
  background: #917783;
  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;
}
/* ES */
.OrdenacaoDesktop {
  float: right;
  padding: 6px;
  font-size: 16px;
  height: auto;
  background: #917783;
  margin-right: 10px;
  color: white;
  border: none;
}
.MaisProcurados {
  background-color: #EEB39C;
  padding: 20px 0;
}
.MaisProcurados h2 {
  overflow: hidden;
  text-align: center;
}
.MaisProcurados h2:after {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-right: -100%;
  margin-left: 20px;
  border-top: 1px solid black;
}
.MaisProcurados h2:before {
  content: "";
  display: inline-block;
  height: 0.5em;
  vertical-align: bottom;
  width: 100%;
  margin-left: -100%;
  margin-right: 20px;
  border-top: 1px solid black;
}
.MaisProcurados .Artigo > div {
  background: none !Important;
  border: none !important;
}
.MaisProcurados .Artigo > div .Nome {
  height: auto;
}
.MaisProcurados .Artigo > div .Nome a {
  color: white !important;
  font-size: 14px;
}
.MaisProcurados .Artigo > div .ProductPrice {
  font-size: 18px;
  color: black;
  margin-bottom: 20px;
}
.MaisProcurados .Artigo > div .ProductPrice .Now {
  color: #62555B;
}
.MaisProcurados .Artigo > div .Comprar {
  border: 2px solid white;
  background-color: none;
  padding: 7px 30px;
  text-transform: uppercase;
  color: white;
  position: relative;
  top: -5px;
}
