.animate .cartImage {
    position: relative;
    -webkit-animation: pressed 500ms ease-out;
    -moz-animation: pressed 500ms ease-out;
    -o-animation: pressed 500ms ease-out;
    animation: pressed 500ms ease-out;
}

@-moz-keyframes pressed {
    0% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@-webkit-keyframes pressed {
    0% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

@keyframes pressed {
    0% {
        -webkit-transform: scale(1.5, 1.5);
        -moz-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
    100% {
        -webkit-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
}

.StoreSideCart, .StoreSideCart.empty {
    z-index: 550;
    position: fixed;
    top: 40%;
    right: -20%;
    padding: 20px 10px;
    background: #FFF;
    border: 1px solid #d1d2d4;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    -moz-transition: right linear 1s;
    -o-transition: right linear 1s;
    -webkit-transition: right linear 1s;
    transition: right linear 1s;
}

.StoreSideCart.shown {
    right: 0;
}

@media screen and (max-width: 767px) {
    .StoreSideCart {
        right: -20%;
    }
}

/*PORTAL*/

body {
  font-family: Segoe UI;
  color: #333333;
  font-size: 14px;
}
a,
button {
  color: chocolate;
}
a:hover,
button:hover,
.glink:hover,
.glink a:hover {
  color: #666666;
}
a:active,
a:focus,
button:active,
button:hover {
  color: chocolate;
}
h1 {
  font-size: 48px;
  color: chocolate;
  font-family: Segoe UI;
}
h2 {
  font-family: Segoe UI;
  font-size: 18px;
  color: #666666;
}
h3 {
  color: #666666;
}
label {
  font-family: Segoe UI !important;
}
.mainBtn a,
a.btn-primary,
a.page_btns {
  font-family: Segoe UI;
}
.mainBtn a,
a.btn-primary,
button.btn-primary,
a.add_cart.addCart,
a.page_btns,
.btnConfirmar a {
  background: black;
  border-color: black;
  color: white;
}
.mainBtn a:hover,
a:hover.btn-primary,
a.add_cart.addCart:hover,
button:hover.btn-primary,
a:hover.page_btns,
.btnConfirmar a:hover {
  border-color: #666666;
  background: #666666;
  color: white;
}
button.btn-default {
  border-color: #666666;
  background: #666666;
  color: #b3b3b3;
}
button:active.btn-default,
button:focus.btn-default {
  border-color: #666666;
  background: #666666;
  color: #b3b3b3;
}
.btn-primary a {
  background-color: black;
  border-color: black;
  color: white;
}
.btn-primary a:hover {
  background-color: #666666;
  border-color: #666666;
  color: white;
}
.container.header {
  background-color: chocolate;
}
*:focus,
.form-control:focus {
  border-color: chocolate;
}
.breadcrumb {
  color: #666666;
}
.breadcrumb a {
  color: chocolate !important;
}
.breadcrumb .active {
  color: chocolate !important;
}
/*   MENU   */

.menuTop {
  width: 100%;
  margin: 0 auto;
  border-top-color: #a55318;
}
.destaques h2 {
  font-family: Segoe UI;
}
.destaques p {
  font-family: Segoe UI;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton {
  background: black;
}
/* //PRODUTOS// */

li.catItemLine .prods_grid p.prod_des {
  color: #333333;
}
.prod_precoDesconto,
p.prod_precoDesconto {
  color: #666666;
}
.prod_precoOriginal,
p.prod_precoOriginal {
  color: chocolate;
}
.prods_grid .cart_img.addCart {
  background: black;
}
.cart_img.addCart {
  background: black;
  color: white;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton:hover,
.cart_img.addCart:hover {
  background: #666666;
  color: white;
}
.cart_img.addCart span {
  color: white;
}
.container.footer {
  background: #666666;
  color: white;
}
.container.footer a {
  color: white !important;
}
.container.footer h4 {
  font-family: Segoe UI;
}
/*PARTILHA*/

.partilha {
  font-family: Segoe UI;
}
/*CATEGORIAS*/

.elem_info {
  color: white;
}
.elem_cats:hover {
  background: black;
  color: white;
}
/*CHECKOUT*/

.prod_des li.price > p,
.prod_des li.qt > p,
.prod_des li.stot > p {
  color: #666666;
}
/*MIX*/

.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  color: white;
  background-color: black;
  border-color: black;
}
.row.links.destaque h3,
.row.links.promocoes h3 {
  color: #666666;
}
a.btn.btn-default {
  background-color: #cccccc;
  border-color: #cccccc;
  color: black;
}
a:hover.btn.btn-default.active,
a:hover.btn.btn-default {
  border-color: #666666;
  background-color: #666666;
  color: #b3b3b3;
}
a.btn.btn-default.active {
  border-color: black;
  background-color: black;
  color: white;
}
a.btn.btn-primary,
p.form_ctrl span.logbtn input[type=submit] {
  background-color: black !important;
  border-color: black !important;
  color: white !important;
}
a:hover.btn.btn-primary,
p.form_ctrl span.logbtn input[type=submit]:hover {
  background-color: #666666 !important;
  border-color: #666666 !important;
  color: white !important;
}
.demo h2 {
  color: chocolate;
}
.equipa a {
  color: #333333;
}
.noticias_div a {
  color: #333333;
}
.equipa a:hover,
.noticias_div a:hover {
  color: #cccccc;
  background-color: black;
}
.icon_not {
  background: #cccccc;
}
.row.mylinks h4 {
  color: #666666;
}
.row.mylinks p.glabel {
  color: #666666;
}
.landing h3 {
  color: chocolate;
}
/******   Listagem de Documentos - Encomendas e Faturas   ************/

.listBox {
  border-left-color: chocolate;
  border-right-color: chocolate;
}
.StoreSideCart.cart.shown,
.StoreSideCart.cart .carrinho a,
.StoreSideCart.cart .carrinho a i.fa {
  color: chocolate;
}
/* VARIAVEIS GERAIS */
/*PORTAL*/

body {
  line-height: 140%;
}
body .container {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}
a:hover,
button:hover,
.glink:hover,
.glink a:hover {
  text-decoration: none;
}
.container-center,
.footer-center {
  max-width: 1170px;
  margin: 0 auto 30px auto;
}
.footer-center {
  padding: 20px 0 0 0;
}
.footerLinks {
  border-top: 1px solid #999999;
  padding-top: 20px;
}
.container.footer .footerLinks a {
  color: #cccccc !important;
}
h1 {
  text-align: center;
  margin: 60px 0 30px 0;
  font-weight: lighter;
}
h1.subPages {
  margin-top: 20px;
  margin-bottom: 40px;
  /*!*/
  font-weight: lighter;
}
.produto h1 {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 20px;
}
h2 {
  text-align: center;
  line-height: 140%;
}
h3 {
  font-size: 13px;
  text-transform: uppercase;
  line-height: 140%;
  margin: 10px 0 15px 0;
}
h4 {
  font-size: 10px;
  color: #999999;
  line-height: 140%;
  margin: 20px 0 10px 0;
  text-transform: uppercase;
}
label {
  margin: 25px 0 0px 0 !important;
  text-transform: uppercase;
  font-size: 11px;
}
.btn {
  padding: 6px 10px !important;
}
.mainBtn a,
a.btn-primary,
a.page_btns {
  padding: 8px 16px !important;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  border: none;
  text-decoration: none;
}
a.page_btns {
  text-transform: none;
}
.mainBtn a,
a.btn-primary,
button.btn-primary,
a.add_cart.addCart,
a.page_btns,
.btnConfirmar a {
  border-width: 1px;
  border-style: solid;
  cursor: pointer;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.mainBtn a:hover,
a:hover.btn-primary,
a.add_cart.addCart:hover,
button:hover.btn-primary,
a:hover.page_btns,
.btnConfirmar a:hover {
  border-width: 1px;
  border-style: solid;
}
button.btn-default {
  border-width: 1px;
  border-style: solid;
}
button:hover.btn-default {
  background: #333333;
}
button:active.btn-default,
button:focus.btn-default {
  border-width: 1px;
  border-style: solid;
}
.btn-center {
  text-align: center;
  margin: 30px 0 50px 0;
}
.btn-primary a {
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.btn-primary a:hover {
  border-width: 1px;
  border-style: solid;
  padding: 10px 20px;
}
.no-shadow {
  box-shadow: none !important;
}
.container.header {
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  position: relative;
  z-index: 10;
}
.top-header {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  margin-left: 0;
  margin-right: 0;
}
.container.homepage {
  padding: 0 !important;
  position: relative;
  z-index: 0;
  max-width: 1170px !important;
  /*position: absolute;
top: 0;*/

}
.container.produto {
  max-width: 1170px !important;
  margin: 0 auto;
}
.container.destaques-homepage,
.container.links-homepage,
.container.produto {
  margin-bottom: 40px;
}
.container.homepage .row {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.container.homepage .row [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.container-center.links img {
  width: 100%;
  height: auto;
}
.container-center.homepage {
  margin-top: 20px;
}
.container.destaques-homepage .row,
.container.links-homepage .row {
  margin-right: -30px !important;
  margin-left: -30px !important;
}
.container.destaques-homepage .row [class*="col-"],
.container.links-homepage .row [class*="col-"] {
  padding: 0 15px !important;
}
.marginAuto {
  margin: 0 auto;
  float: none !important;
}
*:focus,
.form-control:focus {
  outline: 0;
}
.breadcrumb {
  font-size: 10px;
  padding: 10px;
  margin-top: 0px;
  margin-bottom: 20px;
  list-style: none;
  background-color: transparent;
}
.breadcrumb a {
  border-bottom: 1px dotted #dddddd;
}
.clearCache {
  padding: 8px 10px;
}
.clearCache a {
  color: white;
  padding: 8px 10px;
}
.clearCache a:hover {
  color: #333333;
}
/*   MENU   */

.menuTop {
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #d77835;
}
ul.nav.navbar-nav {
  padding: 10px 0;
}
.navbar-brand {
  height: 50px;
  padding: 10px 15px;
}
nav.menu {
  float: left;
}
.nav-header {
  background: rgba(51, 51, 51, 0.6);
  border-bottom: 1px solid black;
}
.navbar-border {
  padding: 10px 0;
  min-height: 60px;
}
.navbar-default {
  background-color: transparent !important;
  border-color: none !important;
}
.navbar-nav > li > a {
  font-size: 16px !important;
  color: white !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.navbar-nav > li > a:hover {
  color: #333333 !important;
}
ul.linguas {
  list-style: none;
  padding: 0;
  margin-top: 0px;
}
ul.redes-sociais {
  list-style: none;
  padding: 0;
  margin-top: 10px;
  margin-bottom: 0;
  float: right;
}
ul.linguas li {
  float: left;
  padding: 5px 5px;
}
ul.redes-sociais li {
  float: left;
  padding: 0 5px;
}
ul.redes-sociais li a {
  text-align: center;
  display: block;
  font-size: 24px;
  margin: 0px 0 0 5px;
  line-height: 140%;
  color: white;
  background: transparent;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
}
ul.redes-sociais li a:hover,
ul.redes-sociais li a:active {
  color: #333333;
}
.linguas a {
  font-size: 12px !important;
  color: white !important;
}
.linguas a:hover {
  color: #333333 !important;
}
.linguas span {
  color: white;
  font-size: 11px;
  float: left;
  margin: 3px 5px;
}
.linguas select.form-control {
  width: 120px;
  height: 22px;
  padding: 0 2px;
  margin-top: 4px;
  font-size: 12px;
  background: white;
  border: 1px solid #999999;
  color: #999999;
}
.search_btn {
  margin-top: 10px;
}
.search_btn input[type=text] {
  line-height: 120%;
  background: rgba(255, 255, 255, 0.4);
  border: none;
  box-shadow: inset 0px 1px 1px #666666;
}
.btn-default.searchbtn {
  background: rgba(255, 255, 255, 0.4);
  box-shadow: inset 0px 1px 1px #666666;
  color: white;
  border: none;
  height: 34px;
  line-height: 180%;
}
.cart a i,
.login_btn a i {
  font-size: 14px;
  line-height: 80%;
  color: white;
  margin-right: 5px;
}
.cart a,
.login_btn a {
  padding: 6px 10px !important;
  height: 30px;
  text-align: center;
  display: block;
  line-height: 150%;
  color: white;
  float: left;
}
.cart a:hover,
.login_btn a:hover {
  color: #333333;
}
.cartImage,
.cartPrice {
  float: left;
  margin: 0 5px;
}
.cartPrice {
  margin: 0px 2px;
  font-weight: bold;
}
.logoBar {
  min-height: 50px;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a:hover {
  background-color: transparent !important;
}
.dropdown-menu {
  background-color: rgba(240, 240, 240, 0.9);
}
/*placeholder*/

::-webkit-input-placeholder {
  color: white !important;
  font-size: 12px;
  font-style: italic;
}
:-moz-placeholder {
  /* Firefox 18- */
  color: white !important;
  font-size: 12px;
  font-style: italic;
}
::-moz-placeholder {
  /* Firefox 19+ */
  color: white !important;
  font-size: 12px;
  font-style: italic;
}
:-ms-input-placeholder {
  color: white !important;
  font-size: 12px;
  font-style: italic;
}
/*/placeholder*/

/*banners*/

table {
  width: 100% !important;
}
.carousel-inner {
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  line-height: 0;
}
.carousel-inner .item {
  width: 100%;
  max-height: 470px;
  min-height: 1px;
  text-align: left;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.carousel-inner .item img {
  width: 100%;
  height: auto;
  /*min-height: 106px;*/
  text-align: left;
  padding: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
/*   DESTAQUES BANNER   */

.row.destaques {
  margin-right: 0px;
  margin-left: 0px;
}
.destaques h2 {
  position: absolute;
  margin-top: 40px;
  left: 15%;
  z-index: 10;
  font-size: 36px;
  line-height: 140%;
  color: white;
}
.destaques p {
  font-size: 18px;
  color: #cccccc;
  text-align: left;
  line-height: 140%;
  position: absolute;
  top: 100px;
  left: 15%;
  z-index: 10;
  width: 30%;
}
.container.homepage {
  width: 100%;
}
.container.homepage .row.banners {
  margin-right: 0px !important;
  margin-left: 0px !important;
  /*height: 600px;*/
  position: relative;
  /*top:-125px;*/

}
ul.catItem {
  margin: 30px 0 20px 0;
  padding: 0;
}
ul.catItem li.catItemLine {
  margin: 0px 0 30px 0;
}
li.catItemLine .prods_grid {
  float: none;
  margin: 0;
  background: rgba(200, 200, 200, 0.25);
  min-height: 400px;
  border-radius: 4px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
li.catItemLine .prods_list {
  background: white;
  margin: 20px 0 20px 0;
  height: 100px;
  padding: 0;
  border-radius: 4px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  clear: both;
}
li.catItemLine .prods_list .prod_img_list {
  border-radius: 4px 0 0 4px;
  border-right: 1px solid #999999;
}
li.catItemLine .prods_list .openST .prod_des {
  float: left;
  padding: 20px;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton {
  float: right;
  width: auto;
  padding: 5px;
  margin: 30px 20px 10px 0;
  border-radius: 4px;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton i.fa {
  /*top: calc(30%);*/
  top: calc(10%);
  position: relative;
}
/* //PRODUTOS// */

.text {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  line-height: 150%;
  text-align: left;
}
.clform.Editar,
.contactos,
.empresa,
.equipa,
.paginas,
.demo {
  max-width: 1170px;
  margin: 0 auto;
  text-align: center;
}
.empresa img {
  text-align: center;
}
.img-item img {
  width: 100%;
}
.equipa .imgb .imgppl img {
  border-radius: 100px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
li.catItemLine .prods_grid p.prod_des {
  font-size: 16px;
  line-height: 120%;
  margin: 10px 0 15px 0;
  height: 35px;
}
.prod_precoOriginal {
  font-size: 12px;
  display: inline-block;
  padding: 0 5px;
}
.prod_precoDesconto,
p.prod_precoDesconto {
  font-size: 20px;
  display: inline-block;
  margin: 20px 0 10px 0;
}
.prod_precoOriginal,
p.prod_precoOriginal {
  font-size: 20px;
  display: inline-block;
  text-decoration: line-through;
  padding: 0 5px;
  margin: 20px 0 10px 0;
}
a:hover .destaques-homepage p.prod_des,
a:focus .destaques-homepage p.prod_des {
  text-decoration: none !important;
  border: none !important;
}
a:hover .img-item.bkg-shadow,
a:hover .bkg-shadow {
  text-decoration: none;
}
p.prod_desc {
  margin: 10px;
  font-size: 12px;
  color: #333333;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prods_grid .cart_img.addCart {
  float: right;
  width: auto;
  padding: 5px;
  margin: 80px 10px 10px 0;
  border-radius: 4px;
}
.cart_img.addCart {
  margin: 0;
  text-align: center;
  display: block;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
li.catItemLine .prods_list .cart_img.addCart.cbutton:hover,
.cart_img.addCart:hover {
  cursor: pointer;
}
.cart_img.addCart span {
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.cart_img.addCart i {
  font-size: 18px;
  padding: 0 5px;
}
.prods_list {
  background: #eeeeee;
  float: none;
  /*height: 150px;*/
  width: 100%;
  margin: 20px 0;
}
.prods_list .openST {
  /*float:none !important;	*/
  float: left;
}
.prod_des ul {
  list-style: none;
  padding: 0;
  /*usado na listagem do carrinho*/

}
.prod_des li {
  float: left;
}
.prod_des .img-thumbnail {
  height: 100px;
  border-right: 1px solid #dddddd;
}
.prod_img.openST {
  width: 100%;
  height: 280px;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid #999999;
}
.prod_img.openST:hover {
  cursor: pointer;
  opacity: 0.6;
}
.prod_img_list {
  float: left;
  height: 100px;
  width: 100px;
  border-right: 1px solid #dddddd;
}
.prod_img_list:hover {
  cursor: pointer;
  opacity: 0.6;
}
.prod_info {
  padding: 0 0;
}
.prods_grid {
  float: left;
}
.prods_grid .prod_info {
  float: left;
  width: 80%;
}
/*   DETALHE   */

.row.produto {
  background: white;
  margin: 20px 0 20px 0;
  padding: 0;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.row.produto [class*="col-"] {
  padding: 0;
}
.row.produto .item {
  margin: 0;
  padding: 0;
}
.row.produto .item.active {
  width: 100%;
  padding: 0;
}
.row.produto .item.active img,
.row.produto .item.item > img,
.row.produto .item .img-responsive {
  width: 100%;
  padding: 0 !important;
  border-radius: 0 4px 4px 0;
}
.row.produto .item {
  margin-left: 0;
}
.produto-detalhe {
  padding: 0 !important;
}
.produto-detalhe img {
  border-right: 1px solid #dddddd;
}
.produto-thumbnail {
  text-align: center;
}
.produto-thumbnail ul {
  margin: 0;
  padding: 0;
}
.produto-thumbnail li {
  margin: 15px 0 0 0;
  padding: 0;
}
.produto-thumbnail .item {
  display: inline-block;
}
.produto-thumbnail img {
  width: 120px;
  height: 120px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.row.produto [class*="col-"].descricao {
  padding: 30px;
}
/*NEWSLETTER*/

.container-center.newsletter {
  margin-bottom: 40px;
}
/*FOOTER*/

.container.footer {
  padding: 20px 0 !important;
  padding-top: 10px;
  margin-bottom: 0px;
  font-size: 14px;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.container.footer a {
  font-size: 14px;
  margin: 0 10px;
}
.container.footer a:hover,
.container.footer a:active {
  color: #333333 !important;
}
.container.footer h4 {
  font-size: 26px;
  text-transform: none;
  color: #cccccc;
  text-align: left;
}
.container.footer h5 {
  font-size: 18px;
  text-transform: none;
  color: white;
  text-align: left;
}
.container.footer p {
  font-size: 14px;
  color: white;
  text-align: left;
}
.container.footer iframe {
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.container.footer ul.redes-sociais.btn-group {
  float: left;
}
.container.footer ul.redes-sociais.btn-group li a {
  font-size: 36px;
  margin: 0 10px 0 0;
}
/*PARTILHA*/

.partilha {
  font-size: 10px;
  color: #666666;
}
.partilha p {
  padding: 12px 10px;
  text-transform: uppercase;
}
.partilha i {
  font-size: 20px;
}
/*CATEGORIAS*/

.catalog {
  max-width: 1170px;
  margin: 0 auto;
}
.row.mylinks .catalog .catItemLine {
  padding-right: 5px !important;
  padding-left: 5px !important;
}
.catContainer {
  margin-bottom: 30px;
}
.elem_cats.highlight {
  margin: 0 15px;
  width: auto;
}
.elem_cats {
  width: 100%;
  min-height: 160px;
  text-align: center;
  position: relative;
  z-index: 10;
  background: #dddddd;
  border-radius: 4px;
}
.elem_info {
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 20;
  top: calc(45%);
  border-radius: 4px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.elem_cats:hover {
  cursor: pointer;
}
.elem_cats .elem_info,
.mycats .elem_info {
  width: 100%;
  text-align: center;
  z-index: 20;
  /*height: 150px;*/
  height: 160px;
  top: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
}
.elem_cats .elem_info span,
.mycats .elem_info span {
  top: calc(40%);
  font-size: 20px;
  position: relative;
  /*color: #fff;*/

}
.img_cat {
  min-height: 160px;
}
/*CHECKOUT*/

.pageCartLine {
  margin-bottom: 10px;
}
.prod_in_cart .row [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
.prod_in_cart {
  position: relative;
  background-color: white;
  height: 120px;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.prod_img {
  float: left;
  margin-right: 20px;
}
.prod_img img {
  height: 120px;
  width: 100px;
  float: left;
  border-radius: 4px 0 0 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.prod_des p.title {
  font-size: 18px;
  margin: 15px 0;
  float: left;
}
.prod_des li p span {
  font-size: 14px;
}
.prod_des ul {
  float: right;
}
.prod_des li.price,
.prod_des li.qt,
.prod_des li.stot {
  margin: 10px 20px 0 0;
}
.prod_des li.price > p,
.prod_des li.qt > p,
.prod_des li.stot > p {
  font-size: 10px;
}
.prod_des li input {
  width: 30px;
  font-size: 14px;
}
.removeRef.prod_del {
  float: right;
  font-size: 24px;
  position: relative;
  padding: 50px 30px;
  border-left: 1px solid #cccccc;
  height: 120px;
  color: #cccccc;
  cursor: pointer;
}
.checkout_field {
  margin: 20px 20px 0 0;
}
.checkout_field p {
  text-align: right;
}
.checkout_field p span {
  font-weight: bold;
}
.checkout_field .checkoutButton.mainBtn {
  text-align: center;
  margin: 10px auto 40px auto;
}
/* ### ANALISES ### */

.analises {
  max-width: 1170px;
  margin: 0 auto;
}
.analises .row {
  border-radius: 4px;
  margin-right: 0px;
  margin-left: 0px;
}
.analises .row [class*="col-"] {
  position: relative;
  padding-right: 15px !important;
  padding-left: 15px !important;
  border-radius: 4px;
  text-align: center;
}
.analises .row [class*="col-"] a {
  display: block;
}
.analises .row [class*="col-"] a:hover,
.analises .row [class*="col-"] a:active {
  opacity: 0.85;
}
.analises .row [class*="col-"] img {
  position: relative;
  z-index: 0;
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 4px;
  background: white;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.analises .row [class*="col-"] span.titAnalises {
  /*position:absolute;
top: calc(50% - 3px);*/
  position: relative;
  top: -110px;
  z-index: 10;
  font-size: 18px;
  color: white;
  font-weight: normal;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
}
.inquerito {
  max-width: 1170px;
  margin: 0 auto;
}
.inquerito h2 {
  margin: 0 0 30px 0;
}
.inquerito h3 {
  color: #d2681e;
  font-size: 20px;
}
.inquerito .row [class*="col-"] .inqContent {
  border-radius: 4px;
  background: white;
  padding-bottom: 30px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.inquerito .row [class*="col-"] img {
  width: 100%;
  height: auto;
  border-radius: 4px 4px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}
.optionsCab,
.mainformcampos .form-group.mainformfg {
  max-width: 1170px;
  margin: 0 auto !important;
  /*!*/

}
/*   ### END ANALISES ###   */

/*   ### TEMAS DE LOJA ###   */

.listImgThumb {
  border-radius: 4px;
  padding: 10px 20px 10px 20px;
  background: white;
  margin-bottom: 0px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  text-align: center;
}
.listImgThumb img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.listImgThumb h1 {
  margin-bottom: 20px;
}
.listImgThumb h2 {
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: center;
}
.listImgThumb p {
  font-size: 14px;
  margin-bottom: 20px;
  color: #666666;
}
.listImgThumb a.btn {
  color: #999999;
}
.listImgThumb a i.fa {
  display: block;
  padding: 0;
  margin: 0;
}
.listImgThumb .btn-group {
  margin: 10px 0 10px 0;
}
.listImgThumb .btn-group a.btn {
  width: 48px;
  background: white !important;
  border: 1px solid #eeeeee !important;
  text-align: center;
  font-size: 22px;
  color: #999999;
}
.listImgThumb .btn-group a.btn:hover {
  background: #999999;
  border: 1px solid #888888;
  color: chocolate;
}
/*   ### END TEMAS DE LOJA ###   */

/*MIX*/

ul {
  list-style: none;
}
.borderRight {
  border-right: 1px solid #dddddd;
}
.checkbox label,
.radio label {
  margin: 0 0 10px 0 !important;
}
.destaqueHomeBottom {
  border-radius: 4px;
  padding: 40px 40px 40px 40px;
  background: white;
  margin: 0 15px 30px 15px;
  height: 200px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.destaqueHomeBottom h3 {
  font-size: 24px;
  color: white;
  text-transform: uppercase;
  line-height: 140%;
  margin: 0;
  text-align: right;
}
.destaqueHomeBottom h4 {
  font-size: 16px;
  color: white;
  text-transform: none;
  line-height: 140%;
  margin: 10px 0 0 0;
  text-align: right;
  text-shadow: 1px 1px 1px #666666;
}
/* ### FILTROS ### */

.btn-group.gridListControl {
  float: right;
  border-radius: 4px;
  margin-right: 15px;
  margin-bottom: 30px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
select.form-control.orderbyControl {
  float: right;
  width: auto;
  margin: 0 10px 0 0;
  border-radius: 4px;
  background: #cccccc;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.cbutton {
  position: relative;
  display: inline-block;
  padding: 0;
  border: none;
  background: none;
  overflow: visible;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  -webkit-tap-highlight-color: transparent;
  width: 100%;
  text-align: center;
}
#ctl00_MasterUpdatePanel1 .bannerTop,
/*  CRIAR CLASSE   */ .catCab .bannerTop {
  top: 30px;
}
.bannerTop {
  height: 260px;
  width: auto;
  left: -30px;
  right: -30px;
  top: -140px;
  z-index: -1;
  position: absolute;
  margin: 0;
  background-size: cover;
}
.imgppl {
  text-align: center;
}
.equipa img {
  width: 200px !important;
  margin: 0 auto 10px !important;
  height: 200px;
  display: inline-block;
}
p.columns {
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
}
.prod_info_txt.openST {
  padding: 0 10px;
}
.checkbox,
.radio {
  margin-top: 0px !important;
}
.disclaimer[style] {
  width: auto !important;
  display: inline-block !important;
}
.disclaimer {
  width: auto !important;
  display: inline-block !important;
}
p.produto_desc {
  padding: 10px 0 10px 0;
}
p.prod_stocks i {
  margin-left: 15px;
}
.btn-default,
.btn-primary,
.btn-warning,
.btn-danger,
.btn-default:hover,
.btn-primary:hover,
.btn-warning:hover,
.btn-danger:hover {
  background: none;
}
.descricao .btn-primary {
  margin-top: 20px;
  display: inline-block;
}
.btn-group-sm > .btn,
.btn-sm {
  border-radius: 4px;
}
.btn-default.active,
.btn-default:active,
.open > .dropdown-toggle.btn-default {
  box-shadow: none;
}
.gridListControl a i.fa {
  color: #333333;
}
.row.mylinks {
  margin: 0 !important;
  position: relative;
  z-index: 0;
}
.row.mylinks [class*="col-"] {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.row.links.destaque h2,
.row.links.promocoes h2 {
  text-align: left;
  font-size: 14px;
  margin: 20px 40px;
}
.row.links.destaque h3,
.row.links.promocoes h3 {
  text-align: left;
  font-size: 18px;
  margin: 10px 0 0 0;
  text-transform: none;
  font-weight: normal;
  padding: 0 40px;
}
.row.mylinks p {
  font-size: 14px;
  color: #999999 !important;
  text-align: left;
  margin: 10px 0;
  padding: 0 20px;
}
.row.links.destaque {
  max-width: 1170px;
  margin: 0 auto;
  padding: 30px 10px !important;
}
.row.links.promocoes {
  max-width: 1170px;
  margin: 0 auto;
}
.row.links img {
  max-height: 300px;
  padding: 0 40px;
  margin: 0 auto;
}
.row.links.destaque [class*="col-"] img,
.row.links.promocoes [class*="col-"] img {
  text-align: center;
}
/*LOGIN*/

.container.login.clearfix {
  max-width: 600px;
  min-height: 500px;
  margin: 40px auto;
  background-color: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  border-radius: 4px;
  text-align: center;
  color: white;
  padding: 0 60px;
}
.clform.Editar input.form-control,
.container.login input.form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
  border-radius: 4px;
  box-shadow: none;
}
.control-label.mainformcampotitulo {
  text-align: left;
}
.forget_link {
  margin-top: 20px;
}
a.btn.btn-default {
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
  padding: 8px 10px;
}
a:hover.btn.btn-default.active,
a:hover.btn.btn-default {
  border-width: 1px;
  border-style: solid;
}
a.btn.btn-default.active {
  border-width: 1px;
  border-style: solid;
}
a.btn.btn-primary,
p.form_ctrl span.logbtn input[type=submit] {
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
  border-radius: 4px;
}
a:hover.btn.btn-primary,
p.form_ctrl span.logbtn input[type=submit]:hover {
  margin: 0 auto;
  border-width: 1px;
  border-style: solid;
}
.control-label.mainformcampotitulo.noMarginTop,
.btn-toolbar {
  margin: 0 0 20px 0;
}
select.form-control {
  border-radius: 4px;
  border: 1px solid #cccccc !important;
  box-shadow: none;
}
.demo {
  background: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  border-radius: 4px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.demo h2 {
  font-size: 20px;
  text-align: center;
  margin: 30px 0 20px 0;
}
.demo p {
  height: 180px;
  line-height: 160%;
  text-align: left;
  color: #999999;
  margin: 0 10px 20px 10px;
}
.demo .img-thumbnail {
  display: inline-block;
  width: 100%;
  height: auto;
  padding: 0;
  line-height: 100%;
  background-color: white;
  border: 0;
  border-radius: 4px 4px 0 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
/*   noticias   */

.noticias_div {
  width: 48%;
  min-height: 300px;
  margin: 0 1%;
  float: left;
  background: white;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
  border-radius: 4px;
  position: relative;
}
.equipa p {
  height: 80px;
  overflow-y: hidden;
}
.equipa a {
  font-size: 11px;
  background-color: #cccccc;
  padding: 5px 10px;
  margin-bottom: 50px;
  display: inline-block;
  /* Firefox v1.0+ */
  -moz-border-radius: 4px;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius: 4px;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 4px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#66000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#66000000, Positive=true);
}
.noticias_div a {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size: 11px;
  background-color: #cccccc;
  padding: 5px 10px;
  /* Firefox v1.0+ */
  -moz-border-radius: 4px;
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-border-radius: 4px;
  /* Firefox v4.0+ , Safari v5.0+ , Chrome v4.0+ , Opera v10.5+  and by IE v9.0+ */
  border-radius: 4px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#66000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=1, Color=#66000000, Positive=true);
}
.noticias_div .row {
  margin-left: 0;
  margin-right: 0;
}
.noticias_div .row .col-md-6 {
  height: 300px;
  position: relative;
}
.icon_not img {
  width: 100%;
  height: 300px;
  overflow-y: hidden;
  border-radius: 0 4px 4px 0;
  object-fit: cover;
}
.row.mylinks h4 {
  padding: 10px 20px 0 20px;
  text-transform: none;
  font-size: 18px;
  text-align: left;
}
.row.mylinks p.glabel {
  padding: 10px 20px 0 20px;
  font-size: 14px;
  height: 120px;
  display: block;
  overflow-y: hidden;
}
.row.mylinks p.glabelp {
  font-size: 11px;
}
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#ex_demo {
  float: none;
}
.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  clear: both;
  border-bottom: none;
}
.mainformviewcampos {
  max-width: 1170px;
  margin: 10px auto;
}
.container .row {
  margin-left: 0;
  margin-right: 0;
  /*!!!!!!!!!!*/

}
#ctl00_conteudo_design {
  margin-top: 15px;
  font-size: 36px;
}
.landing .paginas p {
  margin-bottom: 30px;
}
.paginas .content-section-a img,
.paginas .content-section-b img {
  max-width: 100px;
  height: auto;
}
.paginas i {
  margin: 20px auto;
  padding: 20px 0;
}
.landing i.fa {
  font-size: 120px;
  color: white;
  text-shadow: 0 -1px 1px #999999;
  text-align: center;
  padding: 0;
}
.landing h1 {
  margin: 60px 0 20px 0;
}
.landing h2 {
  margin: 0 0 30px 0;
}
.landing h3 {
  font-size: 20px;
}
.landingImg img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  border-radius: 4px;
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
/*###*/

span.titulo {
  text-align: center;
  padding: 30px 0;
}
.glabel h1 {
  margin: 20px 0 10px 0;
}
/*   ###   FILTROS   ###   */

.filtersGroup {
  clear: both;
  overflow: hidden;
  background-color: #eeeeee;
  border-radius: 8px;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.filtersGroup > div > label {
  display: block;
  background-color: chocolate;
  font-size: 12px;
  color: black;
  padding: 10px;
  text-align: left;
  margin: 0 !important;
}
.filtersGroup .checkbox label span {
  margin: 0;
  color: #cccccc;
  font-size: 12px;
  text-transform: uppercase;
}
.filtersGroup > div > span {
  display: block;
  text-align: center;
  background-color: red;
  font-size: 18px;
  font-weight: bold;
  color: blue;
  padding: 5px;
}
.filtersGroup > div.checkbox {
  margin: 0;
}
.storeFilter > div.checkbox > label > span > i,
.filtersGroup > .checkbox input {
  display: none;
}
.filtersGroup > .checkbox input[type=checkbox]:checked ~ div .storeFilter {
  max-height: 0;
  opacity: 0;
}
.filtersGroup .storeFilters {
  padding: 0;
  background-color: transparent;
  position: relative;
}
.filtersGroup .storeFilter {
  display: inline-block;
  vertical-align: top;
  float: left;
  position: relative;
  box-sizing: border-box;
  max-height: 500px;
  opacity: 1;
  transition: all 0.3s;
}
.filtersGroup .storeFilter > div.checkbox > label > span {
  margin: 25px 0 5px 15px;
  font-size: 12px;
  display: block;
  color: black;
  cursor: default;
  text-align: left;
}
.filtersGroup .storeFilter > div.checkbox > label > i {
  display: none;
}
.filtersGroup .storeFilter > div.checkbox > label > div {
  overflow: hidden;
  max-height: 300px;
  transition: all 0.3s;
  margin-bottom: 15px;
  padding: 0 15px;
}
.filtersGroup .storeFilter .checkbox {
  margin: 5px 0;
  float: none;
  /*!!!*/

}
.filtersGroup .storeFilter .checkbox label {
  font-size: 16px;
  padding: 0;
  position: relative;
  display: block !important;
  margin: 10px 0 !important;
}
.filtersGroup .storeFilter .checkbox input {
  display: none;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox label {
  float: none;
  display: inline;
}
a.clearFilters {
  float: right;
  color: #666666;
  font-weight: normal;
}
a:hover.clearFilters {
  color: black;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span {
  padding: 2px 8px;
  border-radius: 5px;
  background-color: transparent;
  color: #777777;
  opacity: 1;
  transition: opacity 0.3s;
  border: 1px solid transparent;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span:hover {
  background-color: transparent;
  color: black;
  border: 1px solid #666666;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox input[type=checkbox]:checked + span {
  background-color: #666666;
  color: white;
}
/*---*/

.storeFilter {
  float: left;
}
.storeFilters .storeFilter .checkbox label span {
  color: #999999;
  font-size: 12px;
  text-transform: uppercase;
}
.storeFilters .storeFilter .checkbox label span i {
  display: none;
}
.storeFilter .checkbox label input[type="checkbox"] {
  opacity: 0;
}
.storeFilter .checkbox label .checkbox label span {
  color: #666666;
  font-size: 14px;
  text-transform: none;
}
.storeFilter .checkbox label .checkbox label input[type="checkbox"] {
  opacity: 1;
}
/*   ###   /FILTROS   ###   */

/*   ###   NOTICIAS   ###   */

.form-group.mainformfg {
  margin: 0 auto;
  text-align: center;
}
span.mainformviewcampolabelprincipal {
  font-size: 20px;
  color: #666666;
  line-height: 140%;
  padding: 30px 0 10px 0;
  font-weight: normal;
  display: block;
}
span.mainformviewcampolabel {
  font-size: 14px;
  color: #333333;
  line-height: 140%;
  padding: 0px 0 20px 0;
  font-weight: normal;
  display: block;
  width: 100%;
  max-width: 500px;
  text-align: left;
  margin: 0;
}
.image-responsive {
  /*float:right;*/
  text-align: center;
}
.image-responsive img {
  width: 300px;
  height: auto;
  border-radius: 4px;
  margin: 0 auto 40px auto;
  /* Firefox v3.5+ */
  -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Safari v3.0+ and by Chrome v0.2+ */
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  /* Firefox v4.0+ , Safari v5.1+ , Chrome v10.0+, IE v10+ and by Opera v10.5+ */
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.25);
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#40000000,Positive=true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=0, OffY=2, Color=#40000000, Positive=true);
}
.form-group.mainformfg.editBox {
  /*float:left;*/
  width: auto !important;
}
/*   ###   /NOTICIAS   ###   */

/******   Listagem de Documentos - Encomendas e Faturas   ************/

.ordersList,
.invoicesList {
  padding: 20px 0;
}
.ordersList p.ordersTitle,
.invoicesList p.invoicesTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 40px;
}
.ordersList .collapseHead,
.invoicesList .collapseHead {
  width: 100%;
  background-color: #dddddd;
  height: 40px;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 16px;
  margin-top: 25px;
  margin-bottom: 5px;
}
.ordersList .collapseHead .caret,
.invoicesList .collapseHead .caret {
  cursor: pointer;
  border-top: 6px dashed;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 5px;
  top: 6px;
}
.ordersList .collapseHead .caret-right,
.invoicesList .collapseHead .caret-right {
  cursor: pointer;
  border-bottom: 6px solid transparent;
  border-top: 6px solid transparent;
  border-left: 6px solid;
  display: inline-block;
  position: absolute;
  right: 8px;
  top: 4px;
}
.ordersList li.price p,
.ordersList li.stot p,
.ordersList li.qt p {
  margin: 0px 20px 0 20px;
}
.collapseHead span.headerPrice {
  margin-left: 30px;
}
.listBox {
  border-left-width: 1px;
  border-left-style: solid;
  border-right-width: 1px;
  border-right-style: solid;
  margin-bottom: 35px;
}
.listBox a,
.listBox a:hover {
  color: black;
}
.ordersList .line,
.invoicesList .line {
  clear: both;
  position: relative;
  background-color: white;
  min-height: 75px;
  margin-bottom: 10px;
  border-bottom: 1px solid #cccccc;
}
.ordersList .line:hover,
.ordersList .line:active,
.invoicesList .line:hover,
.invoicesList .line:active {
  background-color: #dddddd;
  cursor: pointer;
}
.ordersList .line .orderImage,
.invoicesList .line .orderImage {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  background: none;
}
.orderImage img {
  height: 75px !important;
  width: 75px !important;
}
.ordersList .line .line_des > p,
.invoicesList .line .line_des > p {
  display: block;
  height: 30px;
  line-height: 20px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.ordersList .line .line_des .title_mob,
.invoicesList .line .line_des .title_mob {
  display: none;
  font-weight: bold;
  font-size: 24px;
}
.ordersList .line .line_des ul,
.invoicesList .line .line_des ul {
  position: relative;
  float: right;
  padding: 0;
}
.ordersList .line .line_des ul li,
.invoicesList .line .line_des ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
  text-align: right;
}
.ordersList .line .line_des ul li:first-child,
.invoicesList .line .line_des ul li:first-child {
  margin-right: 45px;
}
/* T */

.ordersList .line .line_des ul li p:first-child,
.invoicesList .line .line_des ul li p:first-child {
  font-size: 14px;
  margin-bottom: 3px;
}
.ordersList .line .line_des ul li input,
.invoicesList .line .line_des ul li input {
  width: 50px;
  text-align: center;
  border: solid 2px rgba(0, 0, 0, 0.6);
  margin-left: 20px;
}
.ordersList .line .line_des ul li.stot,
.invoicesList .line .line_des ul li.stot {
  /*width: 100px;*/
  font-weight: bold;
}
.ordersList .line .line_des .title,
.invoicesList .line .line_des .title {
  font-size: 16px;
  float: left;
}
/*new - link para o documento*/

.pendingOrderCab a,
.finalOrderCab a,
.InvoiceCab a {
  color: black;
}
.pendingOrderCab a:hover,
.finalOrderCab a:hover .InvoiceCab a:hover {
  color: #333333;
}
/******  FIM  Listagem de Documentos - Encomendas e Faturas   ************/

#ctl00_conteudo_changepassword a,
.changepassword a {
  margin-top: 20px;
  display: block;
}
.clform.Editar h3 strong,
.clform.Consultar h3 strong {
  font-weight: normal;
}
fieldset.paymentAddress {
  width: 100%;
}
.pageCheckout.form .checkbox {
  margin-left: 20px;
}
.deliveryAddress {
  margin: 0 15px;
}
.deliveryAddress label {
  margin: 3px 0 0 0px !important;
}
.changeDeliveryAddress {
  text-align: left;
}
.changeDeliveryAddress b {
  margin: 30px 0 0 0;
  text-transform: uppercase;
  display: block;
}
.Checkout .radio label {
  margin-bottom: 10px !important;
}
select.form-control,
.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: white;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 3px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control {
  border: none;
  border-bottom: 1px solid #cccccc;
}
select.form-control {
  border: 1px solid #cccccc !important;
  border-radius: 0px;
  color: #555555;
}
.pageCartLine.isCost li.qt,
.pageCartLine.isCost li.stot,
.pageCartLine.isCost .removeRef.prod_del {
  display: none;
}
.StoreSideCart,
.StoreSideCart.empty {
  z-index: 550;
  position: fixed;
  top: 40%;
  right: -20%;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.6);
  border: 1px solid #d1d2d4;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -moz-transition: right linear 1s;
  -o-transition: right linear 1s;
  -webkit-transition: right linear 1s;
  transition: right linear 1s;
}
ul.catItemList {
  padding: 0 15px;
}
.checkout_page h1 {
  text-align: left;
}
/*FF css hack*/

@-moz-document url-prefix() {
  .navbar-header {
    float: none !important;
  }
}
/*pages mobile*/

.phone {
  width: 600px;
  height: 960px;
  padding: 180px 20px 80px 20px;
  margin: 30px auto;
}
.phone iframe {
  width: 380px !important;
  height: 580px !important;
  border: 1px solid #cccccc;
  background: white;
}
.store-container ul {
  padding: 0;
}
.store-container li {
  float: left;
  width: 18%;
  margin: 0 1%;
  text-align: center;
}
/*   ### MOBILE ### */

@media screen and (min-width: 992px) {
  .container {
    width: auto/*!important*/;
  }
}
@media screen and (max-width: 992px) {
  .store-container li {
    width: 48%;
    margin: 0 1%;
  }
  .listImgThumb {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 10px;
    margin: 0px;
  }
  .container.header {
    padding-bottom: 20px;
  }
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList {
    max-width: 700px;
    margin: 0 auto;
  }
  ul.redes-sociais {
    margin: 10px;
  }
  .navbar-border {
    min-height: 50px;
    height: auto;
  }
  ul.catItem li.catItemLine {
    float: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding: 0 15px !important;
  }
  nav.menu {
    float: none;
  }
  .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  ul.nav.navbar-nav {
    padding: 0;
  }
  .navbar-toggle {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .boxSearch {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: white;
  }
  .mylinks {
    /*width: 96%;*/
    margin: 0 2%;
    z-index: 0;
  }
  .container.links-homepage {
    min-height: 100px !important;
  }
  .container.homepage .row.banners {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .prod_in_cart.bkg-shadow {
    height: auto;
  }
  .text {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .text2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  img.img.img-responsive {
    position: relative;
    border-radius: 3px 0 0 3px;
    height: auto;
    width: 100%;
  }
  .bkg-shadow ul {
    padding: 0;
  }
  .row.produto {
    margin: 20px 10px 20px 10px;
  }
  .row.produto .item.active img,
  .row.produto .item.item > img,
  .row.produto .item .img-responsive {
    width: 100%;
    border-radius: 0 0 4px 4px;
  }
  .produto-thumbnail {
    padding: 0;
  }
  .produto-thumbnail img.img.img-responsive,
  .produto-thumbnail img.img-responsive {
    margin: 0;
    height: 120px;
    width: 120px;
    border-radius: 4px;
  }
  .produto-detalhe img.img.img-responsive,
  .produto-detalhe img.img-responsive {
    position: relative;
    border-radius: 3px 3px 0 0;
    height: auto;
    width: 100%;
    border-right: none;
  }
  .produto-thumbnail ul {
    margin-bottom: 0px;
  }
  .produto-thumbnail li.Imagem3 img {
    margin-top: 0px !important;
  }
  .btn-group.gridListControl {
    z-index: 10;
    margin-bottom: 20px;
  }
  .filtersGroup.show {
    border-right: none;
    margin: 0 15px;
  }
  .prod_img_list {
    margin-right: 5%;
  }
  .prods_list .prod_des {
    float: left;
    padding: 0px;
    width: 65%;
  }
  ul.catItemList {
    padding: 0 15px;
  }
  .prods_list .openST {
    float: none;
  }
  .prods_list .prod_img_list {
    margin-right: 0;
  }
  .prod_img_list {
    float: left;
    height: 120px;
    width: 30%;
    border-right: 1px solid #dddddd;
    border-radius: 3px 0 0 3px;
    background-position: center !important;
  }
  ul.catItemList li.catItemLine .prods_list {
    height: 120px;
    position: relative;
  }
  .prods_list .cart_img.addCart {
    margin: 0 10px;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .ordersList .collapseHead,
  .invoicesList .collapseHead {
    height: 80px;
    margin-bottom: 10px;
  }
  .collapseHead [class*="col-"] {
    float: left;
  }
  .ordersList .line,
  .invoicesList .line {
    min-height: 140px;
  }
  .ordersList .line .line_des ul,
  .invoicesList .line .line_des ul {
    padding: 10px 0;
  }
  .ordersList .line .line_des ul li:first-child,
  .invoicesList .line .line_des ul li:first-child {
    margin-right: 0;
  }
  .ordersList .line .line_des > p,
  .invoicesList .line .line_des > p {
    margin: 20px 0 0 0;
    height: auto;
  }
  .collapseHead span.headerPrice {
    margin: 10px 0 0 0;
    display: block;
  }
  .removeRef.prod_del {
    padding: 10px;
    border-left: none;
  }
  .prod_in_cart img.img.img-responsive {
    margin-right: 0;
    width: 120px;
    height: 120px;
  }
  .prod_in_cart.bkg-shadow .prod_img {
    border-bottom: none;
    float: left;
    margin: 0 10px 0 0;
  }
  .prod_des {
    float: none;
    margin: 0;
  }
  .prod_des ul {
    float: left;
  }
  .pageCartLine .prod_in_cart p {
    margin: 10px 10px 0 10px;
  }
  .prod_in_cart {
    height: auto;
  }
  .prod_in_cart p {
    margin-top: 0;
  }
  .prod_des li.price,
  .prod_des li.qt,
  .prod_des li.stot {
    margin: 0;
  }
  .prod_img {
    float: left;
    margin-right: 10px;
  }
  li.price p,
  li.stot p,
  li.qt p {
    margin: 0 15px 0 15px;
  }
  li.price p span,
  li.stot p span,
  li.qt p span {
    margin-top: 15px;
    display: block;
  }
  .prod_des input[type=number] {
    width: 60px;
    padding: 6px 6px;
  }
  .container.footer {
    margin: 0;
  }
  .container.footer a {
    float: left;
    margin: 0 10px 10px 0;
  }
  .storeFilter {
    float: left;
    margin: 0 20px 0 0;
  }
  .navbar-toggle {
    float: left;
  }
  .noticias_div img {
    border-radius: 0 0 4px 4px;
  }
  /*LOGIN < 768*/
  
  .container.login.clearfix {
    width: 80%;
    margin: 40px auto;
    padding: 0 20px;
  }
  .inquerito .row [class*="col-"] .inqContent {
    margin-bottom: 20px;
  }
  /*BANNER < 768*/
  
  .carousel-inner .item {
    height: auto;
  }
  .destaques h2 {
    margin-top: 20px;
    left: 5%;
    font-size: 26px;
    width: 75%;
    height: 30px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .destaques p {
    font-size: 14px;
    color: #cccccc;
    position: absolute;
    top: 60px;
    left: 5%;
    width: 75%;
    text-align: left;
  }
  .carousel-indicators {
    bottom: 0px;
  }
  .search_btn {
    margin-top: 18px;
  }
  .search_btn .input-group .form-control {
    border-radius: 4px 0 0 4px;
  }
  .demo h2 {
    margin: 50px 0 10px 0;
  }
  /*   DEMO <768   */
  
  .demo p {
    height: auto;
  }
  /*   FOOTER <768   */
  
  .footer-center {
    padding: 20px;
  }
  /* END (max-width: 768px) */
}
@media screen and (max-width: 480px) {
  .demo p {
    height: auto;
  }
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList {
    max-width: 450px;
    margin: 0 auto;
  }
  .navbar-border {
    min-height: 50px;
    height: auto;
  }
  .navbar-brand {
    float: none !important;
    height: auto !important;
    font-size: 18px;
    line-height: 100%;
    text-align: center !important;
  }
  .logo img {
    text-align: center;
    display: inherit;
  }
  .logo.text-center {
    width: 200px;
    height: auto;
    margin: 0 auto 20px auto;
  }
  ul.catItem li.catItemLine {
    float: none;
  }
  ul.nav.navbar-nav {
    float: none !important;
  }
  h1.subpages {
    margin-top: 20px;
  }
  .store-container li {
    width: 98%;
    margin: 0 1%;
  }
  .listImgThumb {
    margin-bottom: 20px;
  }
  .filtersGroup {
    margin: 0 10px;
  }
  /* NAV <480 */
  
  .menu.navbar-default {
    float: none;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none;
  }
  .search_btn {
    margin-bottom: 10px;
  }
  .navbar-nav > li > a {
    padding: 10px 0;
  }
  .removeRef.prod_del {
    padding: 50px 10px;
  }
  .prod_in_cart {
    height: auto;
  }
  /* //end of max-width: 480px*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  /* //end of min-width: 768px and max-device-width: 1024px*/
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList {
    max-width: 1170px;
    margin: 0 auto;
  }
  /* //end of min-width: 1200px */
}
/*   ### /MOBILE ### */

.gerromsg {
  display: none;
}
.prod_precoDesconto p,
p.prod_precoDesconto p {
  margin: 0;
}
.prod_des p {
  margin: 0 0 5px 0;
}
.prod_precoDesconto,
p.prod_precoDesconto {
  font-size: 16px;
  margin: 5px 0 0 0;
}
.prods_grid p.prod_precoDesconto {
  margin-top: 25px;
}
li.catItemLine .prods_list .openST .prod_des {
  float: left;
  padding: 10px 20px 0 20px;
}
p.searchedText,
.search_nregs {
  margin: 10px 20px 0 0;
}
/* # PRODUTOS RELACIONADOS # */

.row.refRelated-container {
  margin: 0;
  background: transparent !important;
  box-shadow: none !important;
}
.row.refRelated-container h3 {
  padding: 10px;
  margin: 20px 0 10px 0;
}
.refRelated-container ul.catItem li.catItemLine {
  float: left;
  margin: 0 1% 30px 1%;
  width: 23%;
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .refRelated-container ul.catItem li.catItemLine {
    margin: 0 2% 0 2%;
    width: 46%;
  }
}
@media (max-width: 480px) {
  .refRelated-container ul.catItem li.catItemLine {
    margin: 0 5% 0 5%;
    width: 90%;
  }
}
.refRelated-container .prod_img_grid.openST {
  height: 250px;
}
/* # STOCK DISPONIVEL # */

span.prodind.HaveSt {
  display: none;
}
span.proddisp.notHaveSt {
  display: none;
}
#maincontent {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
/*  change password   */

.changepass {
  margin: 50px auto;
  max-width: 1170px;
  width: 90%;
  /* PLACEHOLDER */

}
.changepass .gtitulo {
  font-size: 18px;
  color: #666666;
}
.changepass .form-control {
  margin-top: 20px;
}
.changepass .form-label {
  margin-top: 27px;
  display: block;
}
.changepass input[type=submit] {
  margin-top: 20px;
  background: black;
  border-radius: 0;
  color: white;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.changepass input[type=submit]:hover {
  background: #666666;
  color: white;
  border: none;
}
.changepass ::-webkit-input-placeholder {
  color: #333333 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass :-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass :-ms-input-placeholder {
  color: #333333 !important;
  font-size: 14px;
  font-style: italic;
}
.cookiesPopup{
	text-align: center;
}

h3.title{color:#ffffff;}

.gridListControl{  
box-shadow: none !important;  
}  
.gridListControl a.btn{  
margin-left: 5px !important;  
}