@font-face {
  font-family: 'Mulish';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/mulish/v18/1Ptyg83HX_SGhgqO0yLcmjzUAuWexaFRwaA.ttf) format('truetype');
}
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 */
}
#EncomendasPorPagar .InfoPagamento {
  font-size: 1.2em;
  text-align: center;
  margin-bottom: 20px;
}
#EncomendasPorPagar .buttons {
  display: block;
  text-align: center;
}
#EncomendasPorPagar .buttons a {
  display: block;
  margin-bottom: 5px;
}
html {
  height: 100%;
  font-size: 14px;
}
body {
  min-height: 100%!important;
  background-color: #fff;
}
.cookies {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999999;
  background-color: #f9f9f9;
  padding: 20px;
  display: none;
}
.cookies .actions button {
  background-color: #18A19A;
  width: 100%;
  margin: 5px;
  padding: 5px;
  border: none;
  color: white;
}
.cookies .actions button._cookies_Rejeitar {
  background: none;
  color: #18A19A;
}
.cookies .actions button._cookies_Personalizar {
  background: none;
  border: 1px solid #18A19A;
  color: #18A19A;
}
.cookies .secondary .title {
  margin: 20px 0 30px;
}
.cookies .secondary label {
  font-size: 1.1rem;
}
.cookies .secondary .form-check-input {
  height: 1.5em;
  border-radius: 2em !important;
}
.cookies .secondary .form-check-input label {
  margin-left: 20px;
}
.cookies .secondary p {
  margin-left: 40px;
  font-size: 13px;
}
.cookies .secondary .actions {
  display: flex;
}
.Produto .square {
  position: relative;
}
.Produto .FlashSales {
  background-color: #f2d00f;
  position: absolute;
  top: 10px;
  left: 100px;
  z-index: 100;
  padding: 5px;
}
.Produto .FlashSales span {
  display: block;
  color: black;
  font-size: 16px;
  font-weight: bold;
}
.Produto .FlashSales b {
  display: block;
  color: white;
  text-align: center;
  font-size: 23px;
  color: red;
  margin-top: -5px;
}
.Artigo .FlashSales {
  background-color: #f2d00f;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 1;
  padding: 5px;
}
.Artigo .FlashSales span {
  display: block;
  color: black;
  font-size: 11px;
  font-weight: bold;
}
.Artigo .FlashSales b {
  display: block;
  color: white;
  text-align: center;
  font-size: 16px;
  color: red;
  margin-top: -5px;
}
.LinhaMeio {
  margin: 80px 0 60px;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.LinhaMeio h2 {
  font-size: 18px;
}
.LinhaMeio span {
  font-size: 22px;
  text-transform: uppercase;
  line-height: 2em;
  letter-spacing: 0.2em;
  flex: auto;
  text-align: center;
  border-bottom: 2px solid #18A19A;
  padding-bottom: 8px;
}
.container {
  max-width: 1340px;
  width: 100%;
}
.overlay {
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 4999;
}
.pull-right {
  float: right;
}
.Site {
  overflow-x: hidden;
  height: 100%;
  position: relative;
}
.OpenFiltroCatalogo {
  position: absolute;
  top: 300px;
  right: -35px;
}
.OpenFiltroCatalogo img {
  width: 35px;
}
.page404 .Opps {
  padding: 1em 0;
  font-size: 8em;
  text-align: center;
  font-weight: bold;
  color: #333;
}
.page404 .Opps small {
  display: block;
  font-size: 17px;
}
.page404 .Opps p {
  font-size: 25px;
  margin-top: 40px;
}
.offside > div {
  overflow-y: auto;
}
.offside > div .close {
  position: absolute;
  left: 25px;
  top: 25px;
  width: 15px;
  cursor: pointer;
}
.offside > div .title {
  font-size: 25px;
  margin: 20px 0;
  position: absolute;
  right: 20px;
  top: 0;
}
.offside > div .RegistarCliente {
  margin-top: 30px;
  text-align: center;
}
.offside > div .RegistarCliente a {
  margin-top: 15px;
  width: 100%;
}
.offside > div input.error {
  border-bottom: 1px solid red !important;
}
.offside > div label.error {
  color: red;
  font-size: 11px;
  padding: 5px 0;
  margin: 0!important;
}
.offside > div .erros {
  color: red;
  font-size: 11px;
  padding: 5px 0;
}
.offside > div div.erro {
  font-size: 12px;
  padding: 10px;
  margin-top: 10px;
  background-color: #ffd1c9;
  display: none;
}
.offside .FiltroCatalogo {
  background-color: #f9f9f9;
  height: 100%;
  top: 0;
  left: -25%;
  width: 25%;
  position: fixed;
  z-index: 5000;
  transition: 0.3s;
  overflow: initial;
}
.offside .FiltroCatalogo.open {
  left: 0 !important;
  transition: 0.5s;
}
.offside .FiltroCatalogo > div {
  overflow: auto;
  height: 100%;
  padding: 30px;
}
.offside .Procurar {
  display: none;
}
.offside .Procurar input {
  background: none;
  border: none;
  border-bottom: 2px solid #18A19A;
  outline: none;
  box-shadow: none;
  color: #18A19A;
}
.offside .MobileMenu {
  transition: 0.3s;
  background-color: #f9f9f9;
  height: 100%;
  top: 0;
  left: -85%;
  width: 85%;
  position: fixed;
  z-index: 4999;
  padding-top: 90px;
  padding: 90px 30px;
}
.offside .MobileMenu.open {
  left: 0 !important;
  transition: 0.5s;
}
.offside .MobileMenu ul {
  list-style-type: none;
  padding: 0;
}
.offside .MobileMenu .vertodos {
  color: #999;
  font-size: 12px;
}
.offside .MobileMenu > div > ul li a,
.offside .MobileMenu > div > ul li samp {
  font-family: 'Mulish', Arial, sans-serif !important;
  display: block;
  font-size: 17px;
  line-height: 30px;
  padding: 5px;
}
.offside .MobileMenu > div > ul li a span,
.offside .MobileMenu > div > ul li samp span {
  position: absolute;
  right: 5px;
  width: 15px;
  height: 15px;
  background-size: 15px 15px;
  background-image: url("/assets/icons/plus-light.svg");
}
.offside .MobileMenu > div > ul li a span.minus,
.offside .MobileMenu > div > ul li samp span.minus {
  background-image: url("/assets/icons/minus-light.svg");
}
.offside .MobileMenu > div > ul li a:active,
.offside .MobileMenu > div > ul li samp:active {
  background-color: #f1f1f1;
}
.offside .MobileMenu > div > ul li > ul {
  display: none;
}
.offside .MobileMenu > div > ul li > ul li a {
  padding-left: 20px;
  font-size: 15px;
  line-height: 20px;
}
.offside .MobileMenu > div > ul li > ul li a:active {
  background-color: #f1f1f1;
}
.offside .MobileMenu > div > ul li > ul li ul {
  display: block;
  padding-left: 20px;
  margin-bottom: 5px;
}
.offside .Cliente {
  transition: 0.3s;
  background-color: #f9f9f9;
  height: 100%;
  top: 0;
  right: -25%;
  width: 25%;
  position: fixed;
  z-index: 5000;
  padding-top: 90px;
  padding: 90px 30px;
}
.offside .Cliente.open {
  right: 0 !important;
  transition: 0.5s;
}
.offside .Cliente b {
  font-size: 16px;
}
.offside .Cliente .separador {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #ccc;
  line-height: 0.1em;
  margin: 40px 0 20px;
}
.offside .Cliente .separador span {
  background: #f9f9f9;
  padding: 0 10px;
}
.offside .Cliente .ClienteMenu p.ola {
  font-size: 20px;
  margin-bottom: 40px;
}
.offside .Cliente .ClienteMenu a {
  display: block;
  font-size: 16px;
  line-height: 2em;
  margin-bottom: 5px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 5px;
}
.offside .Cliente form input {
  width: 100%;
  border: none;
  font-weight: bold;
  border-bottom: 1px solid #333;
  padding: 10px;
}
.offside .Cliente form label {
  display: block;
  font-size: 12px;
  margin: 10px 0 5px;
}
.offside .Cliente form button {
  margin-top: 20px;
  width: 100%;
}
.offside .Cliente .ExternalLoginsInline {
  padding-top: 20px;
  text-align: center;
  margin: 0 5px;
}
.offside .Cliente .ExternalLoginsInline a:hover {
  opacity: 0.8;
}
.offside .Cliente .LinkRecuperarSenha,
.offside .Cliente .LinkRetroceder {
  padding-top: 20px;
  text-align: center;
  display: block;
}
.offside .Cliente .RegistoCliente {
  display: none;
}
.offside .Cliente .RecuperarSenha {
  display: none;
}
.offside .Cliente .SenhaAlteradaResult {
  font-size: 18px;
  text-align: center;
}
.offside .Cliente .MostraLogin {
  width: 100%;
  display: block;
  text-align: center;
}
.offside .Cliente .logout {
  border-bottom: none !important;
  font-size: 14px;
  color: #18A19A;
  margin-top: 20px;
}
.offside .Carrinho {
  transition: 0.3s;
  background-color: #f9f9f9;
  height: 100%;
  top: 0;
  right: -25%;
  width: 25%;
  position: fixed;
  z-index: 5000;
  padding-top: 90px;
  padding: 90px 30px;
}
.offside .Carrinho.open {
  right: 0 !important;
  transition: 0.5s;
}
.offside .Carrinho button {
  width: 100%;
  margin-top: 15px;
}
.offside .Carrinho .item {
  position: relative;
  height: 85px;
  margin-bottom: 15px;
  border-bottom: 1px solid #d1d1d1;
}
.offside .Carrinho .item:last-child {
  border-bottom: 1px solid red;
}
.offside .Carrinho .item img {
  position: absolute;
}
.offside .Carrinho .item .nome {
  font-size: 12px;
  padding: 5px 40px 0 80px;
}
.offside .Carrinho .item .preco {
  position: absolute;
  font-size: 11px;
  right: 0;
  top: 0;
}
.offside .Carrinho .item .preco small {
  display: block;
  text-align: right;
  font-weight: normal;
}
.offside .Carrinho .item > .custom,
.offside .Carrinho .item .options {
  padding-left: 80px;
}
.offside .Carrinho .item > .custom > div,
.offside .Carrinho .item .options > div {
  font-size: 9px;
}
.offside .Carrinho .item > .custom > span,
.offside .Carrinho .item .options > span {
  font-size: 9px;
}
.offside .Carrinho .item .remover {
  position: absolute;
  right: 0;
  top: 30px;
}
.offside .Carrinho .PortesGratis {
  background-color: #7df07f;
  color: #000;
  font-size: 13px;
  padding: 10px;
  text-align: center;
  margin-bottom: 15px;
}
.offside .Carrinho .totais {
  margin: 0px 0 20px;
  text-align: right;
  border-top: 1px solid #999;
  padding-top: 20px;
  font-size: 18px;
}
.MenuMobile {
  box-shadow: 0px 0px 15px #666;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 4999;
}
.MenuMobile .Procurar {
  background: #18A19A;
  padding: 5px;
}
.MenuMobile .Procurar > div {
  background: white;
}
.MenuMobile .Procurar input {
  border: none;
}
.MenuMobile .head {
  text-align: center;
  height: 60px;
  border-bottom: 1px solid #ccc;
  position: relative;
  /*
        .OpenMenu, .CarrinhoMobileBtn{
            color: #333;
            span {
                font-size: 10px;
                margin: 0;
                padding: 0;
                position: relative;
                top: -5px;
            }
            i {
                font-size: 30px;
                position: relative;
                top: 5px;
            }
            padding: 9px 10px;
            display: block;
            position: absolute;
            width: 60px;
            height: 60px;
        }*/
  /*
        .CarrinhoMobileBtn {
            right: 0;
            top: 0;
            span {
                display: block;
                width: 15px;
                height: 15px;
                background: red;
                color: white;
                border-radius: 10px;
                font-size: 11px;
                margin: 0;
                padding: 2;
                border-radius: 10px!important;
                
                position: absolute;
                top: 9px;
                left: 40px;
            }
        }*/
  color: #000;
  background-color: rgba(255, 255, 255, 0.95);
}
.MenuMobile .head .Buttons {
  padding: 17px 5px;
  display: block;
  position: absolute;
  width: 50px;
  height: 60px;
}
.MenuMobile .head .Buttons img {
  width: 20px;
}
.MenuMobile .head .Buttons.OpenCarrinho {
  right: 0px;
  top: 0;
}
.MenuMobile .head .Buttons.OpenCarrinho span {
  font-size: 9px;
  margin: 0;
  padding: 2;
  position: absolute;
  top: 12px;
  left: 31px;
  display: block;
  width: 15px;
  height: 15px;
  background: #ccc;
  color: white;
  border-radius: 10px!important;
  font-size: 11px;
}
.MenuMobile .head .Buttons.OpenCliente {
  right: 40px;
  top: 0;
}
.MenuMobile .head .Buttons.OpenProcura {
  top: 0;
  left: 40px;
}
.MenuMobile .head .Buttons.OpenProcura img {
  margin-top: 2px;
}
.MenuMobile .head .logo {
  text-align: center;
  padding: 0;
  border: none;
  margin-top: 10px;
}
.MenuMobile .head .logo img {
  height: 25px;
  margin-top: 20px;
}
.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 {
  position: relative;
  color: #333;
  padding: 15px 15px;
  text-transform: uppercase;
  font-weight: 400;
  text-decoration: none;
  display: block;
}
.MenuMobile .Menu ul li a span {
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 20px;
}
.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 .Menu .ContaCliente {
  display: block;
  padding: 10px;
  background-color: #f3f3f3;
  font-size: 16px;
  text-transform: uppercase;
}
.MenuMobile .Menu .ContaCliente img {
  width: 30px;
  margin-right: 10px;
}
.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;
  padding: 10px;
}
.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: #18A19A;
}
.MenuMobile .CarrinhoMobile .empty {
  text-align: center;
  padding: 20px;
}
.BlocoFiltro {
  margin-bottom: 20px;
}
.BlocoFiltro h2 {
  font-size: 1.1em;
  /* padding-bottom: 10px; */
  margin-bottom: 10px;
  font-weight: bold;
}
.BlocoFiltro input[type="checkbox"] {
  display: none;
}
.BlocoFiltro input[type="checkbox"] + label {
  cursor: pointer;
  display: block;
}
.BlocoFiltro input[type="checkbox"]:checked + label {
  cursor: pointer;
  color: #18A19A !important;
  text-decoration: underline;
}
.BlocoFiltro .cat {
  font-size: 1.1em;
  padding: 1px 0px;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 1px 5px;
  font-size: 12px;
  margin-bottom: 5px;
}
.BlocoFiltro .cat.active {
  color: white;
  background-color: #18A19A;
  border: 1px solid #18A19A;
}
.BlocoFiltro .slider {
  width: 100%;
}
.BlocoFiltro .SliderPrecoValores {
  margin: 10px 0;
  text-align: right;
}
.BlocoFiltro .SliderPrecoHolder {
  margin: 15px 10px 15px 15px;
}
.BlocoFiltro .slider-track {
  height: 5px !important;
}
.BlocoFiltro .slider-handle {
  margin: 0;
  background-image: none;
  background-color: #18A19A !important;
  border-radius: 10px !important;
  width: 15px;
  height: 15px;
}
.BlocoFiltro .tag {
  border: 1px solid #ccc;
  padding: 3px 6px;
  line-height: 30px;
  font-size: 0.9em;
}
.BlocoFiltro .tag.active {
  background-color: #18A19A;
  border-color: #18A19A;
  color: white;
}
.title20 {
  font-size: 20px;
  margin: 40px 0 20px;
  font-weight: 600;
}
.form label {
  font-size: 12px;
  margin: 10px 0 5px;
}
.form label.error {
  text-align: left !important;
  margin-top: -5px !important;
  margin-bottom: 10px;
  color: red;
  display: block;
}
.form .title {
  font-size: 20px;
  margin-bottom: 20px;
}
.form textarea {
  border: 1px solid #999 !important;
}
.form input,
.form textarea,
.form select {
  border: none;
  padding: 5px 0;
  margin-bottom: 10px;
  border-bottom: 1px solid #999;
  font-size: 16px;
  color: #18A19A;
}
.form input::placeholder,
.form textarea::placeholder,
.form select::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ccc;
  opacity: 1;
  /* Firefox */
}
.form input :-ms-input-placeholder,
.form textarea :-ms-input-placeholder,
.form select :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ccc;
}
.form input ::-ms-input-placeholder,
.form textarea ::-ms-input-placeholder,
.form select ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ccc;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  background: none;
  border: none;
  border-bottom: 2px solid #18A19A;
  outline: none;
  box-shadow: none;
  color: #18A19A;
}
.form input.error,
.form textarea.error,
.form select.error {
  border-bottom: 2px solid red;
}
.form .actions {
  margin: 40px 0 20px;
}
.form .actions.right {
  text-align: right;
}
.form .btn-block {
  width: 100%;
}
.fb_dialog_content iframe {
  box-shadow: none !important;
  right: 12px !important;
}
/*
.preload{
    display: none; 
}
*/
.AvisoTamanho {
  font-size: 14px;
  padding: 9px 0;
  margin-top: 10px;
  display: block;
  text-align: center;
  background-color: #ddd;
}
.noblur {
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
* {
  font-family: 'Mulish', Arial, 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-inverted {
  color: #619388;
  background-color: white;
  border: 1px solid #619388;
}
.btn-inverted:hover {
  background-color: #ccc;
  border: 1px solid #ccc;
}
.btn-inverted:focus,
.btn-inverted:active,
.btn-inverted.active {
  background-color: #486E66 !important;
  border: 1px solid #486E66 !important;
}
.btn-primary {
  color: white;
  background-color: #18A19A;
  border: 1px solid #18A19A;
}
.btn-primary:hover {
  background-color: #486E66;
  border: 1px solid #486E66;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active {
  background-color: #486E66 !important;
  border: 1px solid #486E66 !important;
}
.btn-default {
  background: #f1f1f1;
  color: #666;
  border-radius: 0;
  border: 2px solid #666;
}
.btn-default i {
  color: #666;
}
.btn-default:hover {
  background: #d1d1d1;
}
.btn-light {
  color: #333;
  background: #f1f1f1;
}
.btn-dark {
  color: #fff;
  background: #18A19A;
}
.WindowInfoArtigo,
.Wwindow,
.WindowForm {
  min-width: 350px;
}
.WindowInfoArtigo h3,
.Wwindow h3,
.WindowForm 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,
.WindowForm .form-group {
  margin-bottom: 10px;
}
.WindowInfoArtigo .form-group label,
.Wwindow .form-group label,
.WindowForm .form-group label {
  font-weight: 400!important;
  font-size: 13px;
}
.WindowInfoArtigo .form-group input,
.Wwindow .form-group input,
.WindowForm .form-group input {
  border: 1px solid #ccc;
}
.WindowInfoArtigo label.error,
.Wwindow label.error,
.WindowForm 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;
}
.FundoBanner {
  background: #f7f7f9;
}
.IconsDestaques2 {
  border-bottom: 1px solid #333 !important;
  margin: 40px 15px ;
  padding: 15px 0;
}
.IconsDestaques2 .Linha > div {
  border-right: 1px solid #333;
  margin: 5px 0 5px 0;
  padding-top: 10px;
  padding-bottom: 10px;
}
.IconsDestaques2 .Linha > div:last-child {
  border: none;
}
.IconsDestaques2 i {
  font-size: 30px;
  position: absolute;
  color: #333;
}
.IconsDestaques2 h4 {
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 0 50px;
  margin: 0;
  color: #333;
}
.IconsDestaques2 h5 {
  font-size: 15px;
  font-weight: bold;
  padding: 0 0 0 50px;
  margin: 5px 0 0 0;
  color: #000;
}
.IconsDestaques2 small {
  color: #333;
  padding: 0 0 0 50px;
}
.Logo {
  margin-top: 30px;
  display: inline-block;
  position: absolute;
  left: 50%;
}
.Logo img {
  position: relative;
  left: -50%;
}
.TopCarrinho {
  position: relative;
  top: 0;
  right: 0;
  float: right;
  padding: 5px;
  margin-top: 30px;
  /*
    .CartDesc{
        position: relative;
        top:15px;
        right: 10px;
    }
    .IconCart {
        border-radius: 25px !important;
        background: #18A19A;
        display: block;
        float: right;
        width: 46px;
        height: 46px;
        text-align: center;
        font-size: 20px;
        color: white;
        margin-right: 10px;
        i{
            margin-top: 13px;
        }
    }
    h4{
        text-align: right;
        font-size: 13px;
        padding: 7px 0 0 ;
        margin:0;
        //display: inline-block;
    }
    a{
        font-weight: bold;
        white-space: nowrap;
        text-align: right;
    }
    .actions {
        margin-bottom: 5px;
    }
    .dropdown-menu{
        margin-top: 17px;
        width: 280px;
        padding: 10px;
        text-align: right;
        border: none;
        .actions {
            display: block;
            font-size: 14px;
            background-color: @Azul;
            color: white;
            padding: 10px;
            text-transform: uppercase;
            text-align: center;
            letter-spacing: 2px;
        }
        
        > a { 
            font-weight: 400;
            text-align: right;
            color: @Hover;
        }
        ul {
            list-style-type: none;
            margin: 0 0 10px 0;
            padding: 0;

            text-align: left;
            li {
                padding: 10px 0 10px 0;
                border-bottom: 1px solid #ccc;

                > a {
                    img {
                        border: 1px solid #dfdfdf;
                    }
                    margin-right: 10px;
                    //width: 65px;
                    float: left
                }
                h4 { 
                    //float: left;
                    text-align: left;
                    margin: 5px 0 5px 0;  
                    padding: 0;
                    font-size: 12px;
                    //max-width: 200px;
                    a { 
                        font-weight: 400; 
                        white-space: normal;
                    }
                }
                h5 { 
                    //float: left; 
                    font-size: 11px;
                    font-weight: 400; 
                    color: #999;
                    margin: 5px 0;
                    .preco {
                        color: #000;
                        font-size: 12px;
                    }
                }
            }
        }
    }*/
}
.TopCarrinho .TopWishlist {
  display: inline-block;
}
.TopCarrinho .TopWishlist a {
  font-size: 25px;
  margin-right: 20px;
  position: relative;
  top: 5px;
  line-height: 24px;
}
.TopCarrinho .TopWishlist a img {
  width: 30px;
  position: relative;
  top: -2px;
}
.TopCarrinho .TopWishlist a .active {
  color: #18A19A;
}
.TopCarrinho .TopWishlist a small {
  position: absolute;
  padding: 0 2px;
  border-radius: 10px !important;
  text-align: center;
  width: 15px;
  height: 15px;
  display: block;
  line-height: 15px;
  font-size: 11px;
  top: 9px;
  left: 7px;
}
.TopCarrinho .cliente {
  display: inline-block;
  margin-right: 20px;
}
.TopCarrinho .cliente img {
  width: 25px;
}
.TopCarrinho .carrinho {
  display: inline-block;
  position: relative;
}
.TopCarrinho .carrinho img {
  width: 25px;
}
.TopCarrinho .carrinho > span {
  position: absolute;
  padding: 2px;
  border-radius: 10px !important;
  font-size: 11px;
  text-align: center;
  color: black;
  top: 9px;
  left: 5px;
  width: 15px;
  height: 15px;
  display: block;
}
.TopCarrinho .empty {
  padding: 30px 0;
  text-align: center;
}
.Desktop > .container {
  height: 90px;
}
.homeButtons .col-xs-6 {
  margin: 0;
}
.ProcuraDesktop {
  margin-top: 36px;
  float: left;
}
.ProcuraDesktop a {
  opacity: 1;
  color: black;
  font-weight: 25px;
  font-size: 20px;
  position: relative;
  left: -40px;
}
.ProcuraDesktop input {
  border: 2px solid #000 !important;
  border-radius: 20px !important;
  height: 40px;
  font-size: 18px;
  text-indent: 10px;
  color: #18A19A;
  font-weight: 300;
  width: 200px;
  box-shadow: none;
  margin-right: 5px;
  outline: none;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.ProcuraDesktop input:focus {
  background-color: #f1f1f1;
}
.ProcuraDesktop input:focus + a {
  color: #18A19A;
}
.MainMenuDesktop {
  /*.Procurar{
        position: absolute;
        z-index: 999; 
        right: 0;
        margin-right: 15px;
        input{
            color: @Vermelho;
            font-size: 16px;
            padding: 4px;
            margin-top: 3px;
            border: none;
            text-indent: 6px;
            border-left: 1px solid #999;
            text-transform: uppercase;
            
            outline: none;
            //border: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
        button{
            cursor: pointer;
            border: none; 
            background: none;
            padding:0 10px;
            color: @Azul;
            outline: none;
            //border: none !important;
            -webkit-box-shadow: none !important;
            -moz-box-shadow: none !important;
            box-shadow: none !important;
        }
    }*/
}
.MainMenuDesktop .bigmenu {
  display: none;
  background-color: #f1f1f1;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 999;
  height: 300px;
}
.MainMenuDesktop .bigmenu .container {
  padding: 0 25px;
}
.MainMenuDesktop .bigmenu .BlockNovidades {
  display: inline-block;
  height: 300px;
  width: 140px;
}
.MainMenuDesktop .bigmenu .containerFlex {
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
  max-height: 100%;
  margin: 0;
  align-content: flex-start;
  height: 300px;
}
.MainMenuDesktop .bigmenu .promo {
  width: 280px;
  height: 280px;
  padding: 14px 0 0 14px;
  border-left: 1px solid #ccc;
  float: right;
  overflow: hidden;
  margin-top: 9px;
}
.MainMenuDesktop .bigmenu .promo img {
  margin: 5px;
}
.MainMenuDesktop .bigmenu .block {
  width: 200px;
}
.MainMenuDesktop .bigmenu a {
  display: block;
  color: #333;
  text-transform: capitalize;
  border: none;
  padding: 2px;
  font-size: 12px;
}
.MainMenuDesktop .bigmenu a:hover {
  color: #BC0723;
}
.MainMenuDesktop .bigmenu a.main {
  font-size: 13px;
  color: black;
  font-weight: bold;
  margin-top: 5px;
  text-transform: uppercase;
}
.MainMenuDesktop .bigmenu a.main:hover {
  color: #18A19A;
}
.MainMenuDesktop > ul {
  z-index: 998;
  list-style: none outside none;
  margin: 0;
  padding: 0;
  text-align: left;
}
.MainMenuDesktop > ul > li {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  /*
            ul {
                box-shadow: 0px 2px 5px #333;
                //left: 0;
                z-index: 99;
                //display: none;
                padding: 5px 0;
                margin: 0; 
                position: absolute;
                //width : 100%;
                background: @Azul;
                li{
                    display: block;
                    margin: 0 !important;
                    padding: 0;
                    
                    a {
                        display:block;
                        color: white;
                        margin: 5px;
                        padding: 5px 15px 5px 15px; 
                        border: none;
                        font-size: 13px;
                        &:hover {
                            color: @Vermelho;
                        }
                    }
                }
            }*/
}
.MainMenuDesktop > ul > li:hover {
  background: #18A19A;
}
.MainMenuDesktop > ul > li:hover > a {
  color: white;
}
.MainMenuDesktop > ul > li:hover .bigmenu {
  display: block;
}
.MainMenuDesktop > ul > li > a {
  display: inline-block;
  padding: 5px 20px;
  margin: 10px -1px;
  border-right: 1px solid #c1c1c1;
}
.MainMenuDesktop > ul > li:last-child a {
  border-right: none;
}
.MainMenu {
  position: relative;
  margin-top: 20px;
  margin-bottom: 25px;
  border-bottom: 1px solid #18A19A;
  border-top: 1px solid #18A19A;
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  padding: 0 0 10px 0;
}
.MainMenu span {
  font-size: 26px;
  margin: 10px;
  color: #18A19A;
  position: relative;
  top: 3px;
  border-left: 1px solid #18A19A;
}
.MainMenu a {
  padding-bottom: 5px;
}
.MainMenu .sub-menu {
  opacity: 0;
  margin-top: 12px;
  position: absolute;
  background: #18A19A;
  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: #18A19A;
}
.ProductPrice {
  width: 100%;
  font-size: 14px;
}
.ProductPrice .Old {
  text-decoration: line-through;
}
.ProductPrice .Now {
  color: #18A19A;
}
.ProductPrice .Desde small {
  font-size: 9px;
  position: relative;
  text-transform: uppercase;
  bottom: 4px;
  background: black;
  color: white;
  padding: 0 2px;
}
.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: 10px;
}
.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;
}
.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-color: #f3f3f3;
  padding: 0;
  margin: 20px 0 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;
}
.Header.fixed .Desktop {
  margin-bottom: 54px;
}
.Header.fixed .NavBar {
  position: fixed;
  z-index: 999;
  background-color: rgba(243, 243, 243, 0.95) !important;
  margin-top: 0;
  top: 0;
  width: 100%;
}
/*
FOOTER
*/
.ResultadosProcura {
  padding-bottom: 500px;
  display: none;
}
.Body {
  padding-bottom: 500px;
  /* background:-moz-linear-gradient(top, rgba(243,243,243,0.65) 0%, rgba(255,255,255,0) 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(243,243,243,0.65)), color-stop(100%, rgba(255,255,255,0)));background:-webkit-linear-gradient(top, rgba(243,243,243,0.65) 0%, rgba(255,255,255,0) 100%);background:-o-linear-gradient(top, rgba(243,243,243,0.65) 0%, rgba(255,255,255,0) 100%);background:-ms-linear-gradient(top, rgba(243,243,243,0.65) 0%, rgba(255,255,255,0) 100%);background:linear-gradient(to bottom, rgba(243,243,243,0.65) 0%, rgba(255,255,255,0) 100%);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6f3f3f3', endColorstr='#00ffffff',GradientType=0 );background-size:auto 12px;background-repeat:repeat-x;*/
  min-height: 400px;
}
.footer {
  width: 100%;
  background-color: #f9f9f9;
  height: 430px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.footer .Barra {
  border-top: 1px solid #000;
}
.footer .ZonasEntrega p {
  font-size: 10px;
  padding: 3px 0;
  text-align: center;
  margin: 0;
}
.footer .Contactos {
  color: #000;
}
.footer .sub-footer {
  margin-top: 2px;
  color: #999;
}
.footer .sub-footer h2 {
  font-size: 15px;
  font-weight: 400;
  color: 000;
  text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.footer .sub-footer a {
  color: #000;
  -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 .sub-footer a i {
  color: #333 !important;
}
.footer .sub-footer a:hover {
  color: #18A19A;
}
.footer .sub-footer .Facebook {
  font-size: 20px;
  color: white;
  text-decoration: uppercase;
}
.footer .sub-footer .Facebook i {
  margin-right: 5px;
}
.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;
}
.footer .footerCopy {
  padding-top: 15px;
}
.footer .footerCopy p {
  font-size: 11px;
  text-align: center;
}
/*
Ajuda
*/
/*
Home
*/
/*
Catalogo
*/
/*
.Produto{
    padding-top : 20px;
    .carousel-indicators {
        li {
            width: auto!important;
            height: auto!important;
            text-indent: 0!important;
            border: 1px solid #ccc;
            &.active {
                border: 1px solid @Azul;
            }
        }
    }
    
    .ImagemProduto{
        //padding: 60px;
    }
    .Imagem {
        border-left: 1px solid #f9f9f9;
        padding-left: 0;
        padding-right: 0;
        background: white;
    }
    
    form {
        //margin-right: -15px;
        //margin-left: -15px;
        .Background {
            padding: 0;
            background-color: #f9f9f9;
        }
    }
    
    .BlocoDesktop {
        
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .BlocoNome {
        h2 {
            text-transform: uppercase;
            margin: 0;
            font-size: 14px;
        }
        p {
            margin: 0;
            font-size: 11px;
            color: #999;
        }
        .Preco{
            font-size: 30px;
            .Now {
                color: @Azul;
            }
            .Old{
                color: #999;
                text-decoration: line-through;
                font-size: 15px;
            }
        }
        .Stock {
            
            span{ 
                padding: 2px; 
                font-size: 12px;
            }
            .EmStock{
                background-color: #67BE53;
                color: white;
            }
            .Esgotado{
                background-color: red;
                color: white;
            }
        }
        border-bottom: 1px solid @Azul;
        padding-bottom: 5px;
    }
    .BlocoDescricao{
        padding: 10px 0;
        p{
            font-size: 13px;
            color: #666;
            line-height: 1.7em;
            margin-bottom: 0;
        }
        border-bottom: 1px solid @Azul;
    }
    .BlocoOpcoes{
        padding: 10px 0;
        label {
            width: 100%;
            color: #666;
            font-size: 13px;
            font-weight: 300;
        }
        select {
            width: 100%;
            padding: 5px;
            border:1px solid #ccc;
        }
    }
    .BlocoComprar{
        padding: 10px 0px;
        .row{
            margin: 0 -5px;
            .col-sm-6, .col-sm-12 {
                padding: 0 5px;
            }
        }
        a {
            width: 100%;
            font-size: 14px;
            i {
                font-size: 16px;
                margin-right: 10px;
            }
            &.AddCarrinho, &.OpenWindowAvisoStock{
                background-color: @Azul;
                &:hover{
                    background-color: darken(@Azul, 5%);
                    color: white;
                }
            }
            &.adicional{
                background-color: #999;
                &:hover{
                    background-color: darken(#999, 15%);
                    color: white;
                }
            }
        }
        border-bottom: 1px solid @Azul;
    }
    .BlocoEnvio {
        padding: 5px 0 10px;
        h4{
            font-size: 16px;
            margin: 0;
        }
        .col-sm-4 {
            text-align: center;
        }
        i {
            font-size: 25px;
            margin: 6px; 
            color: #333;
        }
    }
    .BlocoLook{
        border-top: 1px solid @Azul;
        h4 {
            text-transform: uppercase;
            color: @Azul;
            font-weight: 300;
            font-size: 18px;
            padding: 10px 0 0px;
        }
        .artigo {
            display:block;
            .nome {
                display:block;
                font-size: 12px;
                text-align: center;
                margin: 8px 0 0;
                font-weight: 300;
            }
            .preco {
                display:block;
                font-size: 14px;
                text-align: center;
                margin: 0;
                padding: 0;
                color: @Azul;
                s {
                    color: #999;
                }
            }
        }
        a{
            img {
                border: 1px solid white;
            }
            &:hover{
                img {
                    border: 1px solid @Azul;
                }
                
            }
        }
    }
    .BlocoGrupoArtigos{
        border-top: 1px solid @Azul;
        h5 {
            text-transform: uppercase;
            color: #999;
            font-size: 12px;
        }
        a{
            img {
                border: 1px solid white;
            }
            &:hover{
                img {
                    border: 1px solid @Azul;
                }
                
            }
        }
    }
 
    .Disponibilidade{
        font-size: 13px;
    }
    .Disponivel, .Esgotado {
        color: #67BE53;
        text-transform: uppercase;
        font-size: 12px;
        i {
            font-size: 16px;
            position: relative; top:2px;
        }
    }
    .Esgotado{
        color: #CC0000;
    }
    
    .OutrasCores{
        padding-top: 30px;
        h5 {
            color: @Azul;
            padding-bottom: 5px;
        }
        a{
            border: 1px solid #f1f1f1;
            display: inline-block;
            &:hover{
                border-color: @Azul;
                .transition(all .8s ease);
            }
        }
    }
    
    h2{
        color: @Azul;
        font-size: 20px;
    }
    .Actions{
        i {
            font-size: 20px;
            padding-right: 10px;
        }
        .btn {            
            background: @Hover;
            font-size: 13px;
            &:hover{
                color: white;
                background: #333;
            }
        }
        .submit{ margin-right: 20px; }
        a.adicional {
            i {
                color: @Hover;
            }
            color: #333;
            padding: 10px;
            display: inline-block;
            background: #f1f1f1;
        }
    }
    .Descricoes {
        .panel-heading{
            padding: 15px 0;
            a {
                text-decoration: none;
            }
            i {
                margin-right: 10px;
            }
        }
    }
    .Quantidade{
        margin: 20px 0;
    }
    .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;
    }
    .Seller{ text-indent: -20000pt;}
    .holder {
        
        
       // margin: 20px 15px;

    }
    .
}*/
.backToTop {
  position: fixed;
  bottom: 50px;
  right: 26px;
  z-index: 99999;
}
.backToTop a {
  display: none;
}
.backToTop a img {
  width: 40px;
  opacity: 0.6;
}
.TextoSeparador {
  overflow: hidden;
  text-align: center;
}
.TextoSeparador:before,
.TextoSeparador:after {
  background-color: #000;
  content: "";
  display: inline-block;
  height: 1px;
  position: relative;
  vertical-align: middle;
  width: 50%;
}
.TextoSeparador:before {
  right: 0.5em;
  margin-left: -50%;
}
.TextoSeparador:after {
  left: 0.5em;
  margin-right: -50%;
}
.pageTitle {
  position: relative;
  margin: 1px 0 30px 0;
  padding: 20px 0 ;
  background-color: #f9f9f9;
  /*.Filtro{
        position: absolute;
        right: 0;
        top: 10px;
    }*/
}
.pageTitle a {
  font-size: 12px;
}
.pageTitle h1 {
  font-size: 25px;
  margin: 0;
  padding: 0;
}
.pageTitle p {
  margin-top: 10px;
  font-size: 14px;
}
.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;
}
.Artigo {
  position: relative;
  /*
    -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;
}
.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: 00px;
  /*.Nome {
            text-align: center;
            font-size: 14px;
            //float: left;
            //height: 30px;
            //font-weight: bold;
            //padding: 0 5px;
            //padding: 0 65px 0 0;

        }*/
}
.Artigo > div:hover .Nome a {
  color: black;
}
.Artigo > div:hover .SecondImage {
  opacity: 1;
}
.Artigo > div .preview {
  position: relative;
  overflow: hidden;
}
.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;*/
}
.Artigo > div .Selos {
  position: absolute;
  z-index: 1;
  padding: 10px;
}
.Artigo > div .Selos .StickerCategoria {
  color: white;
  font-size: 14px;
  font-weight: normal;
  padding: 2px 6px;
}
.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 #18A19A;
  -moz-box-shadow: 0px 0px 2px #18A19A;
  box-shadow: 0px 0px 2px #18A19A;
}
.Artigo > div .Selos .saldos {
  background: #BC0723;
}
.Artigo > div .Selos .novidade {
  background: #18A19A;
  font-size: 7px;
}
.Artigo:hover .Actions {
  bottom: 20px;
}
.Artigo .ProductFooter {
  margin-bottom: 20px;
  position: relative;
  padding: 0 10px;
}
.Artigo .ProductFooter .wish {
  position: absolute;
  right: 5px;
  top: 5px;
}
.Artigo .ProductFooter .wish a {
  font-size: 17px;
  transition: transform 0.2s;
  /* Animation */
}
.Artigo .ProductFooter .wish a:hover {
  transform: scale(1.3);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.Artigo .ProductFooter .wish a.fa-heart {
  color: #18A19A;
}
.Artigo .ProductFooter .Nome {
  margin: 5px 0 0;
  font-size: 12px;
  font-weight: normal;
  text-align: left;
}
.Artigo .ProductFooter .Nome a {
  color: #333;
  line-height: 16px;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  overflow: hidden;
}
.Artigo .ProductFooter .Nome small {
  font-size: 10px;
}
.Artigo .ProductFooter .ProductPrice {
  text-align: left;
  font-size: 16px;
  color: black;
}
.Artigo .ProductFooter .ProductPrice .Old {
  font-weight: normal;
  font-size: 12px;
  margin: 0;
  padding: 0;
  color: #333;
  line-height: 0em;
}
.btn-azul {
  color: white !important;
  background-color: #18A19A !important;
  border: 1px solid #117570 !important;
}
.btn-azul:hover {
  background-color: #117570 !important;
}
.btn-cinza {
  color: white !important;
  background-color: #666 !important;
  border: 1px solid #4d4d4d !important;
}
.btn-cinza:hover {
  background-color: #4d4d4d !important;
}
/*
.LoginSocial {
    padding-top: 25px;
    
    a { 
        padding: 10px 20px;
        display: block;
        i {
            display: inline;
            font-size: 25px;
            margin-right: 5px;
        }
        span {
            position: relative;
            top: 2px;
            display: inline-block;
            line-height: 12px;
            text-align: left;
        }

        color: white;
        font-size: 12px;

        text-align: center;

    }
    &.Facebook {
        a {
            background: #3b5998;
        }
    }
    &.Instagram {
        a {
            background: #C74668;
        }
    }
}
*/
.fstyle label {
  font-size: 12px;
  display: block;
  font-weight: normal;
}
.fstyle label.error {
  color: red;
  margin-top: 5px;
}
.fstyle input,
.fstyle select,
.fstyle textarea {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  padding: 6px 10px;
}
.fstyle input.error,
.fstyle select.error,
.fstyle textarea.error {
  border-bottom: 2px solid red;
}
.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: #18A19A;
}
.ProdutoPreview img {
  max-width: 100%!important;
}
.CookieWarning {
  text-align: center;
  padding: 10px;
  font-size: 12px;
  background: #333;
  color: white;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
}
.CookieWarning > div {
  text-align: left;
  padding-right: 55px;
  padding-left: 0;
  position: relative;
}
.CookieWarning > div a {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  vertical-align: middle;
  height: 35px;
  width: 50px;
  padding-top: 8px;
  border: none;
  background-color: #cc0000;
  color: white;
}
/*
.Home2{
    .container{
        .row{
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display:         flex;
            flex-wrap: wrap;
            margin: 0px;
            .col-sm-3 {
                padding: 0px;
                display: flex;
                flex-direction: column;
                > div {
                    margin: 1px;
                }
                &.Titulo{
                    background-color: @Azul;
                    h3{
                        color: white;
                        font-weight: 300;
                        font-size: 50px;
                    }
                    
                }
            }
        }
    }
}
*/
.Custom {
  font-size: 12px;
  color: #666;
}
/*

*/
/*
Phone Iphone 4 




@media only screen 
  and (min-device-width: 736px) 
  and (max-device-width: 1025px)
   {
  @import url("tablet.less");
  
}
*/
.PopUpMessenger {
  position: fixed;
  background: #fff;
  z-index: 999;
  bottom: 0;
  right: 30px;
  box-shadow: 0px 0px 10px #fff;
}
.PopUpMessenger .Header {
  background: #18A19A;
  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;
}
.UltimasVendas {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
}
.UltimasVendas > div {
  background-color: white;
  display: none;
  margin: 0 0 20px 20px;
  box-shadow: 0 0px 4px 0 rgba(0, 0, 0, 0.2), 0 0px 20px 0 rgba(24, 161, 154, 0.19);
  height: 80px;
  width: 350px;
}
.UltimasVendas > div img {
  float: left;
  margin-right: 10px;
  width: 80px;
  height: 80px;
}
.UltimasVendas > div .close {
  margin: 5px 5px 0 0;
}
.UltimasVendas > div .artigo {
  font-weight: bolder;
  font-size: 14px;
  padding-top: 10px;
}
.UltimasVendas > div .artigo a {
  color: #BC0723;
}
.UltimasVendas > div .cidade {
  color: #333;
  font-size: 11px;
}
.UltimasVendas > div .cidade b {
  color: #18A19A;
}
.UltimasVendas > div .recente {
  color: #999;
  font-size: 11px;
}
.box-image {
  position: relative;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
}
.box-image a {
  display: block;
}
.box-image a:hover .SecondImage {
  opacity: 1;
}
.box-image img {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
.box-image img.SecondImage {
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  top: 0;
  position: absolute;
  object-position: 50% 50%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}
.box-image .MostraOnHover {
  opacity: 0;
  transition: opacity 0.5s, max-height 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s;
  transition: opacity 0.5s, transform 0.3s, max-height 0.6s, filter 0.6s, -webkit-transform 0.3s, -webkit-filter 0.6s;
  -webkit-filter: blur(0);
  filter: blur(0);
  pointer-events: none;
}
.SeloPromocao {
  width: 50px !important;
  height: 33px !important;
  background-color: #DC011E !important;
  font-size: 16px !important;
  padding: 4px 0 !important;
  font-weight: bold !important;
  border: 1px solid #FEE0E0 !important;
  box-shadow: 0px 0px 2px #DC011E !important;
}
.ShowLoading {
  z-index: 9999;
  position: fixed;
  left: 0px;
  right: 0px;
  bottom: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.6);
}
.ShowLoading > div {
  position: relative;
  left: 50%;
  top: 50%;
  margin: -75px 0 0 -75px;
}
.GoogleReviews {
  z-index: 999;
  position: fixed;
  bottom: 0;
  background-color: #f5f5f5;
  text-align: left;
  padding: 10px;
  filter: drop-shadow(0 2px 3px #999);
}
.GoogleReviews h4 {
  font-size: 13px;
  font-weight: bold;
  color: #ef6b2a;
  margin: 0 0 5px 0;
}
.GoogleReviews h4 img {
  width: 12px;
  position: relative;
  top: -2px;
}
.GoogleReviews span {
  color: #333;
  font-size: 11px;
  line-height: 11px;
  text-align: left;
  font-weight: bold;
  display: block;
}
.CarregaMaisArtigos {
  position: relative;
  font-size: 20px;
  display: flex;
  justify-content: center;
  padding: 10px 20px 10px;
  text-align: center;
  background: #18A19A;
  margin: 60px auto 0;
  max-width: fit-content;
  color: white;
  border-radius: 5px !important;
  /*
    .loader {
        display: none;
        width: 20px;
        height: 20px;
        border: 3px solid #FFF;
        border-bottom-color: transparent;
        border-radius: 50% !important;
        box-sizing: border-box;
        animation: rotation 1s linear infinite;
        margin: 5px 5px 0 15px;
    }

    @keyframes rotation {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    } */
}
.CarregaMaisArtigos :hover {
  color: white;
}
.CarregaMaisArtigos.active::after {
  content: "";
  width: 20px;
  height: 20px;
  border: 3px solid #FFF;
  border-bottom-color: transparent;
  border-radius: 50% !important;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  margin: 5px 5px 0 15px;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 736px) and (max-width: 1025px) {
  /* Header */
  .TopNav {
    display: none;
  }
  .IconsDestaques2 .Linha > div:nth-child(even) {
    border: none!important;
  }
  .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;
  }
}
@media only screen and (max-width: 736px) {
  /* Header */
  body {
    position: relative;
    top: 60px;
  }
  .whatsapp {
    bottom: 40px !important;
  }
  /*
.offside {
    display: block !important;
    visibility: visible;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 100;
    padding: 0;
    .bg {
        transition: opacity .5s ease-in-out;
        opacity: 0;
        background-color: #333333;
        position: fixed;
        top: 60px;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
    }
    .Menu, .Procurar { 
        transition: 0.5s;
        left: -85%;
        background-color: white;
        width: 85%;
        margin-right: 30px;
        background-color: white;
        height: 100%;
        padding: 20px;
        z-index: 2;
    }
    &.open {
        visibility:  visible;
        display: block !important;
        .content {
            transform: translateX(100%);
        }
        .bg {
            opacity: .6;
        }
    }
    .AplicarFiltro  {
        visibility: hidden;
    }
}
*/
  .descontos .col-xs-4 {
    padding-left: 5px;
    padding-right: 5px;
  }
  .descontos .col-xs-12 h2 {
    font-size: 1.6em !important;
  }
  .descontos .col-xs-12 h2 b {
    font-size: 1.9em !important;
  }
  .descontos h1 {
    font-size: 3.3em !important;
  }
  .descontos h1 span {
    position: relative;
    top: -12px;
    font-size: 25px;
  }
  .descontos h1 small {
    font-size: 10px;
    position: relative;
    top: -7px;
  }
  .descontos h2 {
    font-size: 15px !important;
    color: #666;
  }
  .descontos h2 b {
    color: black;
    font-weight: bold;
  }
  .descontos .box small {
    margin-bottom: 15px;
    margin-top: 10px;
    color: #999;
    font-size: 11px;
  }
  .TopNav {
    display: none;
  }
  .TopCarrinho {
    min-width: 0px !important;
    margin: 0;
  }
  .TopCarrinho .IconCart {
    margin-right: 0;
  }
  .TopCarrinho .IconCartDesc {
    display: none;
  }
  .GoogleReviews {
    z-index: 0;
    position: inherit;
    text-align: center;
    filter: none;
    background-color: none;
    padding: 0;
  }
  .GoogleReviews h4 {
    font-size: 18px;
    font-weight: bold;
    color: #ef6b2a;
    margin-bottom: 0;
    margin-top: 20px;
  }
  .GoogleReviews h4 img {
    width: 14px;
    position: relative;
    top: -2px;
  }
  .GoogleReviews span {
    color: #333;
    font-size: 14px;
    text-align: center;
    line-height: 13px;
    font-weight: bold;
    display: block;
  }
  .Banner {
    margin-bottom: 0 !Important;
    padding: 1px !Important;
    aspect-ratio: 1;
  }
  .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;
    padding-bottom: 90px;
  }
  .footer ul {
    display: none;
  }
  .footer .copyright {
    display: none;
  }
  .footer .Contactos {
    padding-bottom: 20px;
  }
  .footer .Contactos h2 {
    display: none;
  }
  .footer .Contactos .Facebook {
    float: right;
  }
  .footer > .container {
    padding-top: 20px;
  }
  .footer .social {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .footer .social h2 {
    display: none;
  }
  .footer .subfooter-titulo {
    margin-top: 10px;
  }
  .BlocoLook {
    border-top: none !important;
  }
  .IconsDestaques2 {
    margin: 0;
    padding: 15px 0 0 0;
    border-bottom: 1px solid #000;
    border-top: 1px solid #000;
  }
  .IconsDestaques2 > .row {
    --bs-gutter-x: 0rem;
    margin-right: 10px;
    margin-left: 10px;
  }
  .IconsDestaques2 > div > div {
    margin-bottom: 15px;
    border: none!important;
    position: relative;
  }
  .IconsDestaques2 > div > div i {
    font-size: 20px;
    position: absolute;
  }
  .IconsDestaques2 > div > div h4,
  .IconsDestaques2 > div > div h5,
  .IconsDestaques2 > div > div small {
    padding-left: 25px;
  }
  .IconsDestaques2 > div > div h4 {
    font-size: 13px;
  }
  .IconsDestaques2 > div > div h5 {
    font-size: 13px;
    margin: 0;
  }
  .IconsDestaques2 > div > div small {
    display: block;
  }
  .Home .DesktopButtons {
    margin-top: -2px;
    padding: 2px !important;
  }
  .Home .DesktopButtons div {
    padding: 0!important;
  }
  .Home .Botoes img {
    max-width: 100%;
  }
  .Home .MainTitulo {
    background: #18A19A;
    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;
  }
  .Artigo .ProductFooter .wish {
    top: 30px;
  }
  .Artigo .ProductFooter .ProductPrice {
    font-size: 14px;
  }
  .Produto {
    margin: 0 0 20px 0 !important;
    /*.AddCarrinho {
        position: absolute;
        margin-top: -41px;
        right: 0;
        font-size: 13px;
        background: @Azul;
        i {
            font-size: 20px;
            margin-right: 10px;
        }
        
    }*/
  }
  .Produto .actions {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f9f9f9;
    height: 55px;
    padding: 0 !important;
    margin: 0;
    text-align: left;
    z-index: 999;
  }
  .Produto .actions > div {
    position: relative;
  }
  .Produto .actions .AddCarrinho,
  .Produto .actions .OpenWindowAvisoStock {
    margin: 8px 10px 7px 60px;
    display: block;
    background-color: #18a19a;
    text-align: center !important;
    color: white;
    font-size: 16px;
    line-height: 20px;
  }
  .Produto .actions .OpenWindowAvisoStock {
    font-size: 12px;
  }
  .Produto .actions .Wishlist {
    position: absolute;
    left: 0;
    font-size: 22px;
    border: 1px solid #ccc;
    width: 40px;
    border-radius: 25px !important;
    height: 40px;
    padding: 11px 8px;
    margin: 0px 10px 7px 10px;
  }
  .Produto .actions .Wishlist.fa-heart {
    color: #18A19A;
  }
  .Produto .descricao {
    font-size: 12px;
  }
  .Produto .OpenWindowInfoArtigo {
    display: none !important;
  }
  .Produto .InfoArtigo {
    color: #444;
    font-size: 12px;
  }
  .Produto .InfoArtigo h5 {
    color: #18A19A;
    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 .PrecoQuantidade .Disponibilidade {
    font-size: 13px;
  }
  .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;
  }
  .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 #18A19A;
    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: #18A19A;
    display: block;
  }
  .NomePreco .row .actions .OpenWindowInfoArtigo {
    display: block;
    font-size: 12px;
    margin-top: 5px;
  }
  /*

.produtos-relacionados{
    //margin-top: -20px;
        h2{
            font-size: 16px;
        }
    }
*/
  .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;
  }
  .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: 12px;
    margin-top: 7px;
  }
  .GrelhaArtigos .Artigo > div .ProductPrice {
    margin-top: 5px;
  }
  .PromoEntrega {
    padding: 10px !important;
    font-size: 14px;
  }
  .PromoEntrega h3 {
    font-size: 20px;
  }
  .PromoEntrega strong {
    font-size: 15px !Important;
  }
  .BlocoFaturacao label {
    margin-top: 10px;
  }
  .BarraNatal {
    border: none;
    margin-bottom: 0px!important;
    padding-left: 0;
    padding-right: 0;
  }
  .BarraNatal h3 {
    text-transform: uppercase;
    font-size: 16px;
    color: #F03555;
  }
  .BarraNatal a {
    background-color: #18B7A5;
    text-transform: uppercase;
    margin-bottom: 4px !Important;
    padding: 10px 0;
    font-size: 12px;
  }
  .BarraNatal .row {
    margin-top: 20px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .BarraNatal .row div {
    padding-left: 2px;
    padding-right: 2px;
  }
  .Produto {
    margin: 0;
    padding: 0;
    /*
    .AddCarrinho {
        position: absolute;
        top: 0px;
        padding: 10px 15px;
        color: white;
    }*/
  }
  .Produto .Imagem {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #18A19A !important;
  }
  .Produto .Conteudo {
    position: relative;
  }
  .Produto .nome {
    color: #18A19A;
    font-weight: bold;
    padding-top: 10px;
    font-size: 14px;
  }
  .Produto .ref {
    color: #333;
    margin-top: 5px;
    font-size: 11px;
  }
  .Produto .preco {
    position: absolute;
    top: 10px;
    right: 10px;
    line-height: 20px;
  }
  .Produto .preco .Old {
    font-size: 12px;
    text-decoration: line-through;
    color: #666;
  }
  .Produto .preco .Now {
    font-size: 20px;
    color: #18A19A;
    font-weight: bold;
  }
  .Produto .title {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
  }
  .Produto .variations {
    margin-top: 20px;
  }
  .Produto .variations select {
    width: 100%;
    font-size: 14px;
    border: 1px solid #ccc;
    padding: 5px;
  }
  .Produto .descricao {
    margin-top: 20px;
  }
  .Produto .OutrasCores {
    margin-top: 20px;
  }
  .Produto .OutrasCores img {
    width: 90px;
  }
  .Produto .BlocoEnvio {
    margin-top: 20px;
    border-top: 1px solid #ccc;
  }
  .Produto .BlocoEnvio > div {
    text-align: center;
  }
  .Produto .BlocoEnvio h4 {
    font-size: 12px;
    font-weight: bold;
    margin: 0;
    text-align: center;
  }
  .Produto .BlocoEnvio small {
    font-size: 10px;
  }
  .pageTitle {
    margin: 0;
    padding: 10px 0;
  }
  .pageTitle h1 {
    font-size: 16px;
  }
  /*
.socialLogin {
    > div {
        padding-top: 0 !important;
    }
    a {
        position: relative;
        padding: 10px 10px 10px 40px !important;
        font-size: 12px !important;
        line-height: 12px;
        text-align: left !important;
        i {
            position: absolute !important;
            left: 10px !important;
            top: 10px !important;
            font-size: 20px;
        }
    }
}
*/
  .page404 h1 {
    font-size: 80px !important;
  }
  .posvenda h2 {
    font-size: 14px !important;
    padding: 10px 15px;
  }
  .footer .Bloco h2 {
    color: #000;
    position: relative;
    padding: 10px 0;
  }
  .footer .Bloco h2 .expand {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    bottom: 0;
  }
  .footer .Bloco h2 .expand::before {
    position: absolute;
    right: 0;
  }
  .fb_dialog_content iframe {
    right: -3px !important;
    bottom: 55px !important;
  }
  .backToTop {
    bottom: 133px;
    right: 9px;
  }
  /*
.form {
    label {
        font-size: 12px;
        margin-bottom: 5px;
    }
    input, select, textarea {
        font-size: 13px;
        padding: 6px 2px;
        margin-bottom: 10px;
        display: block;
        width: 100%;
        border: 1px solid #ccc;
        text-indent: 5px;
    }
}*/
  .offside .FiltroCatalogo {
    left: -85%;
    width: 85%;
    top: 60px;
  }
  .offside .FiltroCatalogo .title {
    font-size: 20px;
  }
  .offside .Carrinho,
  .offside .Cliente {
    right: -85%;
    width: 85%;
    top: 60px;
  }
  .offside .Carrinho .title,
  .offside .Cliente .title {
    font-size: 20px;
  }
  .offside .Procurar {
    display: block;
    position: fixed;
    background-color: #fff;
    width: 100%;
    padding: 10px;
    z-index: 4999;
    top: -120px;
  }
  .offside .Procurar.open {
    transition: 0.5s;
    top: 60px;
  }
  .offside .Procurar input {
    width: 100%;
    background-color: #f9f9f9;
    font-size: 14px;
    font-size: 16px;
    padding: 5px;
    text-indent: 10px;
    border: none;
    border-bottom: 1px solid #333;
  }
  .offside .Procurar a {
    position: absolute;
    right: 20px;
    top: 17px;
    width: 20px;
  }
}
.PerguntaField {
  display: none;
}
