.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%;
    }
}

/*   variaveis CSS   */

h1,
.h1 {
  font-family: Arial !important;
  font-size: 36px !important;
  color: goldenrod;
}
h2,
.h2 {
  font-family: Arial !important;
  font-size: 24px !important;
  color: black;
}
h3,
.h3 {
  font-family: Arial !important;
  color: black;
}
body,
p {
  font-family: Arial !important;
  font-size: 12px !important;
  color: #333333;
}
a {
  font-family: Arial !important;
  font-size: 12px !important;
  color: black;
}
p a {
  font-family: Arial !important;
  font-size: 12px !important;
  color: black;
}
a:hover,
a:active,
p a:hover,
p a:active {
  color: goldenrod;
}
#carousel-produto .carousel-indicators .active {
  background-color: black !important;
}
#carousel-produto .carousel-indicators .active {
  background-color: black !important;
  border-color: black !important;
}
#carousel-produto .carousel-indicators li {
  border-color: black !important;
}
body {
  font-family: Arial !important;
  font-size: 12px !important;
  color: #333333;
}
.destaques .carousel-indicators li {
  border-color: black !important;
}
.destaques .carousel-indicators .active {
  background-color: black !important;
  border-color: black !important;
}
.mylinks table td {
  background-color: goldenrod !important;
}
.login_pag .logbtn > input {
  background-color: goldenrod;
  color: black;
}
.login_pag .logbtn > input:hover {
  color: goldenrod;
  background-color: black;
}
.login_pag .forget_link a {
  color: goldenrod;
  /* grey  !!!   */

}
.login_pag .forget_link a:hover {
  color: black;
}
.form_usr .logbtn {
  background-color: goldenrod;
  color: black;
}
.form_usr .logbtn:hover {
  color: black;
  background-color: goldenrod;
}
.form_usr a:hover {
  color: black;
}
.menu > .container {
  border-top-color: black;
  border-bottom-color: black;
}
.navbar-default .navbar-nav > li > a {
  color: goldenrod !important;
}
.navbar-default .navbar-nav > li > a:hover {
  background-color: black;
}
.menu .login_btn a {
  color: black;
}
.menu .login_btn a:hover {
  background-color: goldenrod;
}
.menu .cart .cartImage {
  background-color: black;
}
.menu .cart .cartPrice {
  color: black;
}
.menu a {
  color: black;
}
.menu .cart:hover {
  background-color: goldenrod;
}
.cat_list_links ul > li > a {
  color: black;
}
.cat_list_links ul > li > a:hover {
  background-color: goldenrod;
}
#footer > .row {
  background-color: black;
}
#footer > .row span a:hover {
  color: goldenrod;
}
.catalog .catCab .breadcrumb {
  color: black;
}
.catalog .catCab .breadcrumb li a {
  color: black;
}
.catalog .catCab .breadcrumb li.active {
  color: goldenrod;
}
/*vistas do catalogo*/

.catalog .catCab .gridListControl a {
  color: goldenrod;
  background-color: black;
}
.catalog .catCab .gridListControl a:hover {
  color: black;
  background-color: goldenrod;
}
.catalog .catCab .gridListControl a.active {
  color: black;
  background-color: goldenrod;
}
/*ordem*/

.catalog .catCab .orderbyControl {
  color: black;
  background-color: goldenrod;
}
/*Filtros*/

.storeFilters {
  color: black;
}
.storeFilter > div.checkbox > label > span {
  background-color: black;
}
.storeFilter > div.checkbox > label > span:hover {
  color: goldenrod;
  background-color: black;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox input[type=checkbox]:checked + span {
  background-color: goldenrod;
}
.elem_cats .elem_info {
  border-bottom-color: black;
}
.elem_cats:hover {
  background-color: goldenrod;
}
.prods_grid .prod_info {
  border-bottom-color: black;
  color: black;
}
/*vista em list*/

.prods_list {
  border-bottom-color: black;
}
.cart_img {
  background-color: goldenrod;
}
.cart_img > i.fa-shopping-cart {
  color: black;
}
.cart_img > i.fa-plus {
  color: goldenrod;
}
.cart_img:hover {
  background-color: black;
  /*para manter a anima??o dos bot?es esta cor deve ser a @defaultColor e n?o a @mainBtnHover */

}
h1,
h1.page-header {
  color: black;
  font-size: 36px;
  font-family: Arial;
}
h2,
h3,
#pessoas h3 {
  color: black;
  font-size: 24px;
  font-family: Arial;
}
/***************************************************************************/

/******   Produto
/***************************************************************************/

#Produto h1 {
  color: black;
  font-size: 36px;
  font-family: Arial;
}
#Produto .add_cart {
  color: black;
  background-color: goldenrod;
}
#Produto .add_cart:hover {
  color: goldenrod;
  background-color: black;
}
/***************************************************************************/

/******   Pagina de Carrinho
/***************************************************************************/

.pageCart .header_cart_page {
  background-color: black;
}
.pageCart .prod_in_cart {
  border-bottom-color: black;
}
.pageCart .prod_in_cart .prod_del {
  color: goldenrod;
  background-color: black;
}
.pageCart .prod_in_cart .prod_del:hover {
  color: black;
  background-color: goldenrod;
}
.pageCart .prod_in_cart .prod_des ul li input {
  border-color: black !important;
}
.pageCart .checkout_field > div {
  border-top-color: black;
  border-bottom-color: black;
}
.pageCart .checkout_field .proceed a {
  background-color: goldenrod;
  color: black;
}
.pageCart .checkout_field .proceed a:hover {
  background-color: black;
  color: goldenrod;
}
/***************************************************************************/

/******   Pesquisa
/***************************************************************************/

.catList a {
  color: black;
}
.catList a:hover {
  color: goldenrod;
}
/***************************************************************************/

/******   Pagina de CheckOut - ALTERADO SL
/***************************************************************************/

.checkout_page h2,
span#ctl00_conteudo_dadosuser h3,
span#ctl00_conteudo_dadosft h3 {
  color: goldenrod;
}
.pageCheckout .messageContainer i.fa {
  color: goldenrod;
}
.pageCheckout a.btn_confirm {
  color: black;
  background-color: goldenrod;
}
.pageCheckout a:hover.btn_confirm {
  color: goldenrod;
  background-color: black;
}
.checkout_page a:hover.btn_alt {
  color: goldenrod;
}
/***************************************************************************/

/******   Pagina dados utilizador- ALTERADO SL
/***************************************************************************/

a.tesquecime,
a.glink.tesquecime {
  color: black;
}
a:hover.tesquecime,
a:hover.tesquecime::before,
a:hover#ctl00_conteudo_tesquecime,
a:hover#ctl00_conteudo_tesquecime::before {
  color: goldenrod;
}
.btn-default {
  color: goldenrod;
}
.btn-default:hover {
  color: black;
  background-color: goldenrod;
  border-color: goldenrod;
}
.btn-primary {
  background-color: goldenrod;
  border-color: goldenrod;
  color: black;
}
.btn-primary:hover {
  color: goldenrod;
  background-color: black;
  border-color: black;
}
/***************************************************************************/

/******   Listagem de Documentos

/***************************************************************************/

.listArea .collapseHead {
  background-color: goldenrod;
}
.listBox {
  border-left-color: goldenrod;
  border-right-color: goldenrod;
}
.listBox a,
.listBox a:hover {
  color: black;
}
.listArea .line {
  border-bottom-color: black;
}
.listArea .line .line_des ul li input {
  border-color: black;
}
.boview .gridmainform .defgridheader,
.ftview .gridmainform .defgridheader {
  background-color: goldenrod;
  color: black;
}
/***************************************************************************/

/**** codigo promocional - Checkout ****/

/*bot?o aplicar*/

.pageCheckout a.promoApply {
  background: black;
  color: goldenrod;
  border-color: black;
}
.pageCheckout a:hover.promoApply {
  background: goldenrod;
  border-color: goldenrod;
  color: black;
}
.prods_grid:hover {
  background: goldenrod;
  background-color: goldenrod;
}
/* Total acrescentado no Checkout*/

.checkout_page .valor_total {
  border-top-color: black;
  border-bottom-color: black;
}
.mainBtn {
  Background: goldenrod;
  Color: black;
}
.mainBtn:hover {
  Background: black;
  Color: goldenrod;
}
.mainBtn:active {
  Background: black;
  Color: goldenrod;
}
.defaultBtn {
  Background: black;
  Color: goldenrod;
}
.defaultBtn:hover {
  Background: goldenrod;
  Color: black;
}
.defaultBtn:active {
  Background: goldenrod;
  Color: black;
}
.btn-primary {
  Background: goldenrod;
  Color: black;
}
.btn-primary:hover {
  Background: black;
  Color: goldenrod;
}
.btn-primary:active {
  Background: black;
  Color: goldenrod;
}
.btn-default {
  Background: black;
  Color: goldenrod;
}
.btn-default:hover {
  Background: goldenrod;
  Color: black;
}
.btn-default:active {
  Background: goldenrod;
  Color: black;
}
/******   Listagem de Documentos - Encomendas e Faturas   ************/

.listBox {
  border-left-color: goldenrod;
  border-right-color: goldenrod;
}
.listBox a,
.listBox a:hover {
  color: black;
}
/* VARIAVEIS GERAIS */
/*   variaveis CSS   */

h3,
.h3 {
  font-size: 12px !important;
}
body {
  background-color: white !important;
  /*!*/

}
.container-center,
.paymentAddress,
.ordersList,
.invoicesList,
.clform.Editar,
.clform.Consultar,
.agform.Editar,
.agform.Consultar,
.mainformcampos,
.boview.Consultar,
.ftview.Consultar {
  margin: 0 auto;
  width: 96%;
  max-width: 1170px;
}
/*   /variaveis CSS   */

.animate .cartImage {
  position: relative;
  -webkit-animation: pressed 0.5s ease-out;
}
@-webkit-keyframes pressed {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes pressed {
  0% {
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
/* Carousel detalhe produto  */

.row.produto {
  margin-bottom: 40px;
}
#carousel-produto .carousel-indicators {
  bottom: -40px;
}
#carousel-produto .carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
}
#carousel-produto .carousel-inner > .item > a > img,
#carousel-produto .carousel-inner > .item > img,
#carousel-produto .img-responsive,
#carousel-produto .thumbnail a > img,
.thumbnail > img {
  display: block;
  width: 100% !important;
  height: 400px !important;
}
#carousel-produto .carousel-indicators .active {
  border-width: 1px;
  border-style: solid;
}
#carousel-produto .carousel-indicators li {
  border-width: 1px;
  border-style: solid;
}
/*Aqui o utilizador pode definir sobreposições de classes CSS genéricas definidas na aplicação, ou 

seja, das definições que se encontrem no ficheiro geral.css */

#ctl00_conteudo_pwportal {
  padding-bottom: 15px;
}
body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}
hr {
  border-top: solid 1px #666666;
}
.limpa {
  clear: both;
}
.logo {
  margin: auto;
}
.letrah6,
.letrah5 {
  display: none;
}
.container {
  position: relative;
  clear: both;
}
.destaques {
  margin: 50px auto;
}
.destaques .carousel-indicators {
  bottom: -50px;
}
.destaques .carousel-indicators li {
  box-sizing: border-box;
  border-width: 1px;
  border-style: solid;
  width: 12px;
  height: 12px;
}
.destaques .carousel-indicators .active {
  border-width: 1px;
  border-style: solid;
}
/* alterado por SL*/

.Header img {
  width: auto !important;
  height: auto !important;
}
.mybans table {
  width: 100%;
}
.carousel-inner .item {
  width: 100% !important;
  /*height: auto;
       min-height: 60px;*/
  height: 400px;
  text-align: left;
  padding: 0px;
  margin-left: 0px !important;
  margin-bottom: 0px !important;
}
.carousel-inner {
  margin: 0 auto;
  max-width: 1430px;
}
/* alterado SL*/

.mylinks {
  clear: both;
  margin-bottom: 30px;
}
.mylinks > div {
  margin-top: 40px;
}
.mylinks table td:hover img {
  opacity: 0.7;
  transition: opacity 0.2s;
  cursor: pointer;
}
/*Alterado SL*/

.glabel a img {
  width: 700px !important;
  width: 100% !important;
}
/* ### Pag. Login ### */

.login_pag h2 {
  margin-bottom: 20px;
}
.login_pag .form_ctrl {
  margin-top: 30px;
}
.login_pag .logbtn > input {
  font-size: 16px !important;
  margin-right: 15px;
  padding: 10px 25px;
  border-width: 0;
  border-radius: 0;
  transition: all 0.3s;
  width: 300px;
}
.login_pag .forget_link a {
  font-size: 14px !important;
  width: 300px;
}
.login_pag .forget_link a:hover {
  text-decoration: none;
  font-size: 14px !important;
}
.login_pag .gerro {
  color: red;
  background-color: white;
}
.login_pag .gerromsg {
  color: red;
  background-color: white;
}
.glink {
  width: 300px;
}
/* ### Pag. utilizador ### */

.form_usr .logbtn {
  font-size: 16px !important;
  margin-right: 15px;
  padding: 10px 25px;
  border-width: 0;
  border-radius: 0;
  transition: all 0.3s;
}
.form_usr a {
  color: gray;
  font-size: 16px !important;
}
.form_usr a:hover {
  text-decoration: none;
}
/* ### Pag. Missão ### */

div.imgb {
  height: 200px;
  padding: 3px;
  margin: 10px 0px;
  border: 1px solid #cccccc;
}
div.imgppl {
  background: #cccccc;
  height: 192px;
  overflow: hidden;
}
#pessoas {
  text-align: center;
}
#pessoas h3 {
  font-weight: bold;
}
/* ### Pag. Contatos ### */

#cont_info {
  margin-top: 20px;
}
#ex_demo {
  margin: -15px;
}
/*Exemplos intro*/

.img-margin {
  margin: 20px auto;
}
#ex_forms a {
  width: 100%;
}
#ex_forms a span {
  color: white;
}
/***************************************************************************/

/******   HEADER
/***************************************************************************/

.menu {
  font-size: 16px;
  margin: 0;
  position: relative;
  left: 0;
  width: 100%;
  z-index: 20;
  background-color: white;
}
.menu.fixit {
  top: 0px;
  position: fixed;
}
.menu > .container {
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  margin-top: 20px;
  box-shadow: 0 2px 2px -2px black;
}
.navbar-default .navbar-nav > li > a {
  text-decoration: none;
  padding: 20px;
  background-color: transparent !important;
  transition: all 0.3s;
}
.menu .navbar-toggle {
  float: left;
  left: 15px;
  width: 90%;
  margin: 0 5% 20px 5%;
}
.navbar-header {
  height: 60px;
  float: right;
}
.menu ul li {
  list-style: none;
  display: inline;
}
.menu .search_btn {
  display: inline-block;
  vertical-align: middle;
  padding-right: 5px;
}
.menu .search_btn .form-control,
.menu .search_btn .input-group-btn {
  display: inline-block;
  vertical-align: middle;
  float: none;
}
.menu .search_btn .form-control {
  width: 160px;
}
.menu .login_btn {
  height: 60px;
  line-height: 60px;
  float: right;
  /*!!!*/

}
.menu .login_btn a {
  text-decoration: none;
  background-color: white;
  padding: 20px;
  transition: all 0.3s;
}
.menu .login_btn a:hover {
  font-weight: bold;
}
/*.menu .login_btn a.fa {
       padding: 22px;
}*/

.menu .login_btn a.fa.fa-power-off {
  height: 60px;
  line-height: 100%;
  padding: 20px;
  margin: 0;
  font-size: 20px;
}
.menu .dropdown-menu li a {
  width: 100%;
}
.menu .cart {
  color: white;
  font-size: 24px !important;
  width: 80px;
  height: 60px;
  line-height: 30px;
  text-align: center;
  cursor: pointer;
  z-index: 30;
  background-color: white;
  transition: all 0.3s;
  float: right;
  position: relative;
}
.menu .cart .cartImage {
  margin: 3px;
  font-size: 14px !important;
  color: white;
}
.menu .cart .cartImage > span {
  margin-left: 10px;
}
.menu .cart .cartPrice {
  margin: 3px;
  font-size: 16px !important;
  line-height: 20px;
}
.menu a {
  text-decoration: none;
  font-size: 16px !important;
}
.spacer {
  height: 20px;
}
/* ### Procura Global ### */

/* T */

.catCab h4 {
  clear: both;
}
.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}
/***************************************************************************/

/******   FOOTER
/***************************************************************************/

.cat_list_links {
  margin: 30px 0px 0px 0px;
  padding: 0;
  background-color: #e3e3e3;
  /* !!! */

}
.cat_list_links ul {
  list-style: none;
  padding: 0;
}
.cat_list_links ul > li:first-child {
  font-size: 18px !important;
}
.cat_list_links ul > li > a {
  display: block;
  padding: 3px 5px;
  transition: background-color 0.3s;
}
.cat_list_links ul > li > a:hover {
  text-decoration: none;
}
#footer > .row {
  padding-top: 30px;
  padding-bottom: 10px;
  text-align: center;
  color: white;
  clear: both;
}
#footer > .row p:first-child {
  font-size: 18px !important;
}
#footer p {
  color: white;
}
#footer > .row span {
  padding: 0 5px;
}
#footer > .row .cont_info {
  padding: 0 15px;
}
#footer > .row span a {
  color: white;
}
/***************************************************************************/

/******   Catalogo
/***************************************************************************/

.catalog ul {
  padding: 0;
  list-style-type: none;
}
/*header do catalogo*/

.catalog .catCab .head_img {
  height: 150px;
  margin-bottom: 15px;
}
.cat_ttl {
  /*color:#fff;*/
  font-size: 48px !important;
  margin-left: 30px;
  line-height: 150px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
  color: white;
}
.catalog .catCab .breadcrumb {
  padding: 4px;
  font-size: 12px !important;
  background-color: transparent;
}
/*vistas do catalogo*/

.catalog .catCab .gridListControl {
  margin-right: 15px;
  float: right;
  height: 30px;
}
.catalog .catCab .gridListControl a {
  box-shadow: 0 0 !important;
  border-radius: 0;
  border-width: 0;
}
/*ordem*/

.catalog .catCab .orderbyControl {
  margin: 0 15px 15px 0;
  float: right;
  display: inline;
  width: 175px;
  height: 30px;
  border-width: 0;
  border-radius: 0;
}
/*Filtros*/

.filtersGroup {
  clear: both;
}
/* T */

.filtersGroup > div > label {
  display: block;
  padding-left: 0px;
}
.filtersGroup > div > label > input,
.filtersGroup > div > label > span {
  display: none;
}
.storeFilters {
  background-color: white;
}
.storeFilter > div.checkbox > label > div {
  overflow: hidden;
  max-height: 300px;
  transition: all 0.3s;
  margin-bottom: 15px;
}
.storeFilter > div.checkbox > label > span {
  padding: 0 15px;
  font-size: 24px !important;
  color: white !important;
  display: block;
  border-bottom: solid 1px white;
}
.storeFilter > div.checkbox > label > span > i {
  margin-left: 10px;
  transform: rotate(90deg);
  transition: transform 0.3s;
}
.storeFilter > div.checkbox > label > span:hover {
  cursor: pointer;
}
input[type=checkbox] {
  margin: 1px 0 0 !important;
}
.storeFilter > div.checkbox input[type=checkbox]:checked ~ div {
  max-height: 0;
  margin-bottom: 0px;
}
.storeFilter > div.checkbox input[type=checkbox]:checked ~ span > i {
  transform: rotate(0deg);
}
.storeFilter .checkbox {
  margin: 0;
}
.storeFilter .checkbox label {
  font-size: 16px !important;
  padding: 0;
  position: relative;
  display: block;
}
.storeFilter .checkbox input {
  display: none;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span {
  display: block;
  padding: 1px 3px;
  padding: 0 15px;
  margin: 1px;
  background-color: transparent;
  transition: background-color 0.3s;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span:hover {
  background-color: #ffff99;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox input[type=checkbox]:checked + span {
  box-sizing: border-box;
}
.elem_cats {
  height: 280px;
  margin-bottom: 15px;
  background-color: white;
  transition: background-color 0.2s;
}
.elem_cats .img_cat {
  height: 235px;
  transition: opacity 0.2s;
}
.elem_cats .elem_info {
  text-align: center;
  padding: 10px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  color: black;
  font-size: 16px !important;
}
.elem_cats:hover {
  cursor: pointer;
}
.elem_cats:hover > .img_cat {
  opacity: 0.7;
}
/*vista em Grid*/

/*Alterado SL */

.prods_grid {
  background-color: white;
  height: 370px;
  margin-bottom: 30px;
  overflow: hidden;
  transition: background-color 0.3s;
}
.prods_grid .prod_img {
  /*background-color:grey;*/
  height: 300px;
  /*height: 180px;*/
  /*background-size: contain !important;*/
  background-repeat: no-repeat !important;
  background-position: top center !important;
  background-color: white !important;
}
.prods_grid .prod_img:hover {
  background-color: white !important;
}
.prods_grid .prod_info {
  height: 70px;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  font-size: 14px !important;
  line-height: 16px;
}
/*Alterado SL */

.prods_grid .prod_info .prod_info_txt {
  padding: 10px;
}
.prods_grid:hover {
  /*background-color:#ff9;*/
  cursor: pointer;
}
/*Alterado SL*/

p.prod_des {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
/*vista em list*/

.prods_list {
  clear: both;
  position: relative;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  /*background-color:white;*/
  height: 80px;
  margin-bottom: 20px;
}
.prods_list:hover {
  /*background-color:#ff9;*/
  cursor: pointer;
}
.prods_list .prod_img_list {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
}
.prods_list .prod_des {
  padding-top: 10px;
}
.prods_list .prod_des p:first-child {
  font-weight: bold;
  font-size: 18px !important;
}
.prods_list .prod_des p {
  display: block;
  height: 20px;
  line-height: 20px;
  font-size: 16px !important;
  margin: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/*
.prods_list p {
       margin:0px;
       white-space: nowrap;
       overflow: hidden;
       text-overflow: ellipsis;
}


/*carrinho*/

/*Alterado SL*/

.cart_img {
  position: relative;
  text-align: center;
  width: 65px;
  height: 65px;
  float: right;
  font-size: 36px !important;
  transition: all 0.3s;
}
.cart_img > i {
  width: 36px;
  position: absolute;
  /*top:17px;*/
  top: calc(50%);
  line-height: 0;
}
.cart_img > i.fa-shopping-cart {
  left: 15px;
}
.cart_img > i.fa-plus {
  left: 13px;
  opacity: 0;
  transition: all 0.3s;
}
.cart_img:hover > i.fa-plus {
  opacity: 1;
  transform: rotate(90deg);
}
/***************************************************************************/

/******   Produto
/***************************************************************************/

#Produto {
  margin: 50px auto;
  text-align: center;
}
#Produto h1 {
  margin-bottom: 50px;
}
#Produto > img {
  margin: auto;
  margin-bottom: 30px;
  max-height: 400px;
}
#Produto .prod_preco {
  font-size: 36px;
  font-weight: bold;
}
#Produto .preco {
  position: relative;
}
#Produto .add_cart {
  margin: auto;
  text-align: center;
  font-size: 18px !important;
  width: 250px;
  height: 50px;
  display: block;
  padding: 13px;
  transition: all 0.3s;
}
#Produto .add_cart:hover {
  text-decoration: none;
}
#Produto .social_icns {
  margin-top: 20px;
}
/*Alterado por SL*/

#Produto p.prod_stocks > span:first-child {
  display: none;
}
/***************************************************************************/

/******   Pagina de Carrinho
/***************************************************************************/

.pageCart .header_cart_page {
  height: 100px;
  /*color:#fff;*/
  padding-left: 30px;
  margin: 15px 0;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
.pageCart .header_cart_page h1 {
  margin-top: 30px;
}
.pageCart .prod_in_cart {
  clear: both;
  position: relative;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  /*background-color:white;*/
  height: 80px;
  margin-bottom: 20px;
}
.pageCart .prod_in_cart .prod_del {
  position: relative;
  text-align: center;
  width: 75px;
  height: 75px;
  float: right;
  font-size: 36px !important;
  line-height: 75px;
  transition: all 0.3s;
}
.pageCart .prod_in_cart .prod_del:hover {
  cursor: pointer;
}
.pageCart .prod_in_cart .prod_img {
  width: 80px;
  height: 80px;
  float: left;
  margin-right: 15px;
  background: none;
}
.pageCart .prod_in_cart .prod_des {
  padding-top: 10px;
}
.pageCart .prod_in_cart .prod_des > p {
  display: block;
  height: 30px;
  line-height: 20px;
  font-size: 16px !important;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 270px;
  float: left;
}
.pageCart .prod_in_cart .prod_des .title_mob {
  display: none;
  font-weight: bold;
  font-size: 24px !important;
}
.pageCart .prod_in_cart .prod_des .title {
  font-weight: bold;
  font-size: 24px !important;
}
.pageCart .prod_in_cart .prod_des ul {
  position: relative;
  float: right;
  padding: 0;
}
.pageCart .prod_in_cart .prod_des ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 18px !important;
  margin-right: 20px;
  text-align: right;
}
.pageCart .prod_in_cart .prod_des ul li input {
  width: 50px;
  text-align: center;
  border-width: 2px;
  border-style: solid;
}
.pageCart .prod_in_cart .prod_des ul li > p:first-child {
  font-size: 14px !important;
  margin-bottom: 3px;
}
.pageCart .prod_in_cart .prod_des ul li.stot {
  width: 80px;
  font-weight: bold;
}
.pageCart .checkout_field {
  position: relative;
}
.pageCart .checkout_field > div {
  position: relative;
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  padding: 30px 0 15px 0;
}
.pageCart .checkout_field > div > p {
  text-align: right;
  font-size: 18px !important;
}
.pageCart .checkout_field > div > p:nth-child(3) {
  font-size: 24px !important;
  font-weight: bold;
}
.pageCart .checkout_field > div > p > span {
  display: inline-block;
  width: 100px;
}
.pageCart .checkout_field .proceed a {
  text-align: center;
  font-size: 36px;
  padding: 5px;
  transition: all 0.3s;
  margin-top: 30px;
  width: 100%;
  display: block;
}
.pageCart .checkout_field .proceed a:hover {
  cursor: pointer;
}
/******/

.prod_img img {
  height: 75px !important;
  width: 75px !important;
}
/***************************************************************************/

/******   Pesquisa
/***************************************************************************/

.catList {
  margin-left: 30px;
}
.catList a:hover {
  text-decoration: underline;
}
.noRecords {
  margin-left: 30px;
}
/***************************************************************************/

/******   Pagina de CheckOut - ALTERADO SL
/***************************************************************************/

.checkout_page h2,
span#ctl00_conteudo_dadosuser h3,
span#ctl00_conteudo_dadosft h3 {
  font-size: 24px !important;
}
/* T */

.pageCheckout .messageContainer {
  margin-top: 20px;
  border-radius: 5px;
  padding: 30px 50px 30px;
  text-align: center;
}
.pageCheckout .messageContainer i.fa {
  vertical-align: middle;
}
.pageCheckout .messageContainer p {
  display: inline-block;
  padding-left: 30px;
  vertical-align: middle;
}
.pageCheckout a.btn_confirm {
  margin: 0 auto 20px auto;
  text-align: center;
  font-size: 18px !important;
  width: 250px;
  height: 50px;
  display: block;
  padding: 13px;
  transition: all 0.3s;
}
.checkout_page a.btn_alt {
  margin-right: 5px;
  border: 1px solid #cccccc;
  padding: 5px 10px;
}
/***************************************************************************/

/******   Pagina dados utilizador- ALTERADO SL
/***************************************************************************/

/*
a#ctl00_conteudo_tesquecime::before {
  font-family: FontAwesome;
  content: '\f044';
  
  
  color: @defaultBtnNormal !important;
  margin-right: 5px;

}
*/

a.tesquecime,
a.glink.tesquecime {
  border: 1px solid #cccccc;
  padding: 5px 10px;
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -ms-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
}
span.control-label.mainformcampotitulo {
  font-weight: 700;
  font-size: 14px !important;
}
.btn-default {
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0 !important;
  /*background-color: white;*/
  border: 1px solid #cccccc;
}
.btn-primary {
  background-image: none;
  text-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  border-width: 1px;
  border-style: solid;
}
.mycats {
  margin: 0px -15px 0 -15px;
}
/***************************************************************************/

/******   Listagem de Documentos

/***************************************************************************/

.listArea {
  padding: 20px 0;
}
.listArea p.ordersTitle {
  font-size: 24px;
  font-weight: bold;
}
.listArea .collapseHead {
  width: 100%;
  height: 40px;
  padding: 6px;
  font-weight: bold;
  font-size: 18px;
  margin-top: 25px;
}
.listArea .collapseHead .caret {
  cursor: pointer;
  border-top: 6px dashed;
  border-top: 6px solid \9;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  position: absolute;
  right: 5px;
  top: 13px;
}
.listArea .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: 11px;
}
.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;
}
.listArea .line {
  clear: both;
  position: relative;
  background-color: white;
  min-height: 80px;
  border-bottom-style: solid;
  border-bottom-width: 5px;
}
.listArea .line:hover,
.listArea .line:active {
  background-color: #cccccc/*wheat*/;
}
.listArea .line .orderImage {
  width: 75px;
  height: 75px;
  float: left;
  margin-right: 15px;
  background: none;
}
.orderImage img {
  height: 75px !important;
  width: 75px !important;
}
.listArea .line .line_des {
  padding-top: 10px;
}
.listArea .line .line_des > p {
  display: block;
  height: 30px;
  line-height: 20px;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listArea .line .line_des .title_mob {
  display: none;
  font-weight: bold;
  font-size: 24px;
}
.listArea .line .line_des ul {
  position: relative;
  float: right;
  padding: 0;
}
.listArea .line .line_des ul li {
  position: relative;
  list-style: none;
  display: inline-block;
  font-size: 18px;
  margin-right: 20px;
  text-align: right;
}
.listArea .line .line_des ul li:first-child {
  margin-right: 45px;
}
/* T */

.listArea .line .line_des ul li p:first-child {
  font-size: 14px;
  margin-bottom: 3px;
}
.listArea .line .line_des ul li input {
  width: 50px;
  text-align: center;
  border-width: 2px;
  border-right: solid;
  margin-left: 20px;
}
.listArea .line .line_des ul li.stot {
  width: 80px;
  font-weight: bold;
}
.listArea .line .line_des .title {
  font-weight: bold;
  font-size: 24px;
  float: left;
}
.boview #maincontent,
.ftview #maincontent {
  padding: 0;
}
.boview .gridmainform,
.ftview .gridmainform {
  border-radius: 0;
}
.boview .gridmainform tr:nth-child(odd):not(.defgridheader),
.ftview .gridmainform tr:nth-child(odd):not(.defgridheader) {
  background-color: #f0f0f0 !important;
}
.boview .gridmainform .defgridheader,
.ftview .gridmainform .defgridheader {
  /*font-family: 'Lato', sans-serif;*/
  font-weight: 500;
  height: 40px;
}
.boview .gridmainform table,
.ftview .gridmainform table {
  margin-bottom: 0;
}
/***************************************************************************/

/**** codigo promocional - Checkout ****/

/*botão aplicar*/

.pageCheckout a.promoApply {
  border-right-width: 1px;
  border-right-style: solid;
  padding: 5px 10px;
  transition: all 0.3s;
  border-radius: 0;
  margin: 0 5px;
  height: 35px;
  display: block;
  font-size: 14px !important;
}
.pageCheckout a:hover.promoApply {
  border-right-width: 1px;
  border-right-style: solid;
}
.menu .login_btn a.fa.fa-power-off {
  padding: 10px 10px !important;
  height: auto !important;
}
.menu .login_btn a {
  padding: 10px 10px !important;
}
/*   ###   */

@media screen and (max-width: 500px) {
  .spacer {
    height: 0px;
  }
  ol.breadcrumb {
    display: none !important;
  }
  .pageCart .listArea .collapseHead {
    height: auto !important;
  }
  .pageCart .listArea .collapseHead .collapseHead .col-sm-2,
  .pageCart .listArea .collapseHead .collapseHead .col-sm-8,
  .pageCart .listArea .collapseHead .collapseHead .col-sm-1 {
    font-size: 16px !important;
    float: left !important;
    width: auto !important;
    margin-right: 10px !important;
  }
  .pageCart .prod_in_cart .prod_img {
    display: none;
  }
  .listArea .line .line_des .title {
    font-weight: bold;
    font-size: 18px !important;
    float: left !important;
  }
  .menu > .container {
    margin: 0;
  }
  .pageCart .prod_in_cart .prod_des ul {
    margin-top: -10px;
  }
  .pageCart .prod_in_cart {
    height: 105px;
  }
  .pageCart .prod_in_cart .prod_del {
    width: 65px;
    height: 100px;
  }
  .pageCart .prod_in_cart .prod_des ul li.stot {
    display: inherit;
    text-align: left;
    margin-top: -5px;
  }
  i.fa.fa-times {
    top: 10px;
    position: relative;
  }
  .cat_ttl {
    margin-left: 0px;
    line-height: 100%;
  }
  .catalog .catCab .head_img {
    background-position-x: center;
    padding: 20px;
  }
  .menu .navbar-toggle {
    top: auto;
    transition: margin 0.5s;
    left: auto;
    width: 90% !important;
    margin: 10px 5% !important;
    float: none;
  }
  .menu .login_btn {
    position: relative !important;
    right: auto !important;
    height: auto !important;
    line-height: 60px;
    /*float:left !important;*/
    margin-left: 15px !important;
    white-space: nowrap;
  }
  .menu .login_btn a.fa.fa-power-off,
  .menu .login_btn a {
    padding: 20px 10px !important;
  }
  .navbar-header {
    height: auto !important;
  }
  span.forget_link,
  .login_pag .forget_link a,
  .login_pag .logbtn > input {
    width: 100% !important;
    margin: 0 auto;
    display: block;
    text-align: center;
  }
  .login_pag .logbtn > input {
    width: 100% !important;
  }
  .carousel-inner .item {
    height: auto;
  }
  #footer > .row .cont_info {
    padding: 0 15px;
    width: 100%;
    display: block;
  }
  .Header .pull-right {
    width: auto;
    float: none !important;
  }
  .searchFix {
    margin-top: 0;
  }
  .container {
    margin: 0;
  }
  /*   ### (END max-width: 500px) ### */
}
.menu.navbar-default .container {
  /* width: auto !important; */
  margin: 0 auto !important;
}
a#ctl00_conteudo_tesquecime,
.logbtn,
.forget_link {
  /*width: 100% !important;*/
  display: inline-block;
}
.row.login_pag {
  margin-right: -15px;
  margin-left: -15px;
}
/* !!! */

.filtersGroup .checkbox label {
  padding-left: 0 !important;
}
.logbtn {
  display: block;
  margin-bottom: 20px;
}
.forget_link {
  display: block;
}
.row.login_pag {
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
}
label {
  margin-bottom: 5px !important;
  font-weight: normal;
}
/*   RAL   */

.navbar-collapse {
  float: left !important;
  width: auto;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.navbar-header {
  float: right !important;
}
/* 0817 */

.searchFix {
  float: left;
  margin-top: 13px;
}
.catList {
  margin-left: 0px;
}
.catCab .row.header_search_page {
  margin-right: 0;
  margin-left: 0;
  height: 100px;
  margin-bottom: 20px;
  margin-top: 10px;
}
.catCab .row.header_search_page h1 {
  color: white;
  margin: 25px;
  text-shadow: 1px 1px 1px #666666;
}
.searchedText {
  float: left;
  margin-bottom: 15px !important;
}
.search_nregs {
  float: left;
  margin-left: 30px;
  margin-bottom: 15px !important;
}
.catCab h4 {
  clear: both;
  font-weight: bold;
}
/* ? */

/*.pageCart .prod_in_cart .prod_des>p, 
.pageCart .prod_in_cart .prod_des ul li>p:first-child {
        display: none;
}*/

.pageCart .prod_in_cart .prod_des ul {
  float: left;
  margin-top: -8px;
}
/*
.pageCart .prod_in_cart .prod_des>p.title_mob {
        display: block;
        font-size: 18px

}*/

.input-group-addon,
.input-group-btn {
  vertical-align: bottom;
}
/*bootstrap*/

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
thumbnail > img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
/* Total acrescentado no Checkout*/

.checkout_page .valor_total {
  position: relative;
  border-top-width: 5px;
  border-top-style: solid;
  border-bottom-width: 5px;
  border-bottom-style: solid;
  padding: 30px 0 15px 0;
  text-align: right;
  font-size: 24px;
  font-weight: bold;
}
/**** Tabela de preços ****/

/*Riscar preço Grid e List*/

.prods_grid p.prod_precoOriginal,
.prods_list p.prod_precoOriginal {
  display: inline-block;
  text-decoration: line-through;
  color: #999999;
  float: left;
}
.prods_grid p.prod_precoDesconto,
.prods_list p.prod_precoDesconto {
  display: inline-block;
  margin-right: 15px;
  float: left;
}
/*Riscar preço Template de tabela*/

#Produto .prod_precoOriginal {
  position: relative;
  font-size: 36px;
  display: inline-block;
  text-decoration: line-through;
  color: #999999;
}
#Produto .prod_precoDesconto {
  position: relative;
  font-size: 36px;
  Font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.listArea p.ordersTitle,
.listArea p.invoicesTitle {
  font-size: 24px;
  font-weight: bold;
}
/* ### */

.row.mylinks {
  margin: 20px -15px;
}
.promoCode {
  height: 60px;
}
input.enterPromoCode.form-control {
  float: left;
  width: 50%;
}
.promoApplyButton {
  float: left;
}
.pendingorderscab a i.fa {
  color: white !important;
}
.cart_list_field {
  padding: 0 15px;
}
.valor_total p,
.valor_total span {
  font-size: 24px !important;
}
/******   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,
.invoicesList li.price p,
.invoicesList li.stot p,
.invoicesList 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;
}
.ordersList .line,
.invoicesList .line {
  clear: both;
  position: relative;
  background-color: white;
  min-height: 76px;
  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 {
  list-style: none;
  display: inline-block;
  position: relative;
  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 #999999;
  margin-left: 20px;
}
.ordersList .line .line_des ul li.stot,
.invoicesList .line .line_des ul li.stot {
  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;
}
.Header .pull-right {
  width: 480px;
}
/******  FIM  Listagem de Documentos - Encomendas e Faturas   ************/

/* ###   /// MOBILE ///   ### */

@media (min-width: 992px) {
  .container {
    width: auto/*!important*/;
    max-width: 1170px;
  }
}
@media (max-width: 992px) {
  .ordersList .collapseHead,
  .invoicesList .collapseHead {
    height: 60px;
  }
  .ordersList .line,
  .invoicesList .line {
    min-height: 100px;
  }
}
@media screen and (max-width: 767px) {
  #maintoolbar,
  .maintoolbararrow,
  #maincontent {
    opacity: 1;
  }
  .agform.Editar,
  .agform.Consultar,
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList,
  .invoicesList,
  .history,
  .Checkout,
  .mainformcampos,
  fieldset.paymentAddress,
  .boview.Consultar,
  .ftview.Consultar {
    width: 96%;
    margin: 0 auto;
    max-width: 680px;
  }
  .history,
  .Checkout {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
  }
  .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;
  }
  .boxSearch {
    padding: 0 !important;
    margin-bottom: 20px;
  }
  .mylinks {
    width: 96%;
    margin: 0 2%;
  }
  .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;
  }
  .text2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  img.img.img-responsive {
    position: relative;
    border-radius: 0;
    height: auto;
    width: 100%;
    max-height: 100%;
  }
  .bkg-shadow ul {
    padding: 0;
  }
  .destaques h2 {
    left: 5%;
  }
  .destaques p {
    left: 5%;
    width: auto;
  }
  .produto-thumbnail {
    padding: 0;
  }
  .produto-thumbnail img.img.img-responsive,
  .produto-thumbnail img.img-responsive {
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin: 0;
  }
  .produto-detalhe img.img.img-responsive,
  .produto-detalhe img.img-responsive {
    position: relative;
    border-radius: 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;
  }
  .prod_img_list {
    margin-right: 5%;
  }
  .prods_list .prod_des {
    float: left;
    padding: 0px;
    width: 65%;
  }
  .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;
  }
  .line_des {
    float: left;
  }
  .collapseHead span.headerPrice {
    margin-left: 0;
  }
  .ordersList .collapseHead,
  .invoicesList .collapseHead {
    height: 100px;
    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;
  }
  .prod_in_cart.bkg-shadow .prod_img {
    border-bottom: none;
    float: left;
    margin: 0 10px 0 0;
  }
  .prod_des {
    float: none;
    margin: 10px 0 0 0;
  }
  .pageCartLine .prod_in_cart p {
    margin: 10px 5px;
  }
  .prod_in_cart p {
    margin-top: 0;
  }
  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;
  }
  .container.footer {
    padding: 20px !important;
  }
  .line_des {
    float: left;
  }
  .ordersList .line,
  .invoicesList .line {
    min-height: 100px;
  }
  .ordersList .line .line_des .title,
  .invoicesList .line .line_des .title {
    float: none;
  }
  .navbar-header {
    height: 60px;
    float: none !important;
    margin: 15px 15px 0 0;
  }
  .menu .navbar-toggle {
    left: 0 !important;
  }
  .Header .pull-right {
    width: 100%;
    float: none !important;
  }
  .carousel-inner .item {
    height: auto;
  }
  .promoCode {
    min-height: 40px;
    margin-bottom: 20px;
  }
  .promoCode .enterPromoCode.form-control {
    width: auto;
    float: left;
  }
  .pageCheckout .enterPromoCode {
    float: left;
  }
  .pageCheckout a.promoApply {
    color: black;
    border: 1px solid #cccccc;
    padding: 5px;
    transition: all 0.3s;
    float: right;
    margin: 0 2px;
    float: left;
    height: 34px;
  }
  /* END @media screen and (max-width: 767px)*/
}
@media (max-width: 660px) {
  .ordersList .line,
  .invoicesList .line {
    min-height: 230px;
  }
  /* END @media screen and (max-width: 660px)*/
}
@media screen and (max-width: 480px) {
  .search_btn {
    margin: 10px -25px 0 -25px !important;
  }
  .agform.Editar,
  .agform.Consultar,
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList,
  .history,
  .Checkout,
  .mainformcampos,
  fieldset.paymentAddress,
  .boview.Consultar,
  .ftview.Consultar {
    width: 96%;
    margin: 0 auto;
    max-width: 360px;
  }
  .history,
  .Checkout {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
  }
  .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;
  }
  .top-header .pull-right {
    float: none !important;
  }
  .storeFilter {
    float: none;
    margin: 0 0 20px 0;
  }
  .prods_list .openST {
    float: none;
  }
  ul.catItemList li.catItemLine .prods_list {
    min-height: 120px;
  }
  li.catItemLine .prods_list .openST .prod_des {
    float: left;
    margin-left: 0;
    margin-top: 0;
  }
  li.catItemLine:last-child .prods_list {
    border-bottom: 1px solid #cccccc;
    height: 140px !important;
  }
  .removeRef.prod_del {
    padding: 10px 0;
  }
  .removeRef.prod_del {
    margin: 30px 5px 30px 0;
  }
  .Checkout.container-center .row {
    margin-right: 0;
    margin-left: 0;
  }
  .collapseHead span.headerPrice {
    margin-left: 0;
  }
  .ordersList .line,
  .invoicesList .line {
    min-height: 230px;
  }
  .line_des {
    float: left;
  }
  .pageCart .prod_in_cart {
    height: 300px;
    margin-bottom: 20px;
  }
  .pageCart .prod_in_cart .prod_del {
    width: 75px;
    height: 75px;
    float: right;
    line-height: 55px;
  }
  .Header .pull-right {
    width: 100%;
    float: none !important;
  }
  .navbar-header {
    height: 60px;
    float: right;
    margin: 15px 15px 0 0;
  }
  .container {
    margin: 0;
  }
  /* //end of max-width: 480px*/
}
@media screen and (min-width: 484px) and (max-width: 1023px) {
  .agform.Editar,
  .agform.Consultar,
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList,
  .invoicesList,
  .history,
  .Checkout,
  .mainformcampos,
  fieldset.paymentAddress,
  .boview.Consultar,
  .ftview.Consultar {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
  }
  .storeFilter {
    float: none;
  }
  .prods_list .openST {
    float: none;
  }
  ul.catItemList li.catItemLine .prods_list {
    min-height: 120px;
  }
  li.catItemLine .prods_list .openST .prod_des {
    float: left;
    margin-left: 0;
    margin-top: 0;
  }
  li.catItemLine:last-child .prods_list {
    border-bottom: 1px solid #cccccc;
    height: 140px !important;
  }
  /* //end of (min-width: 484px) and (max-width: 1023px)*/
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .agform.Editar,
  .agform.Consultar,
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .paymentAddress,
  .ordersList,
  .invoicesList,
  .history,
  .Checkout,
  .mainformcampos,
  fieldset.paymentAddress,
  .boview.Consultar,
  .ftview.Consultar {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
  }
  .history,
  .Checkout {
    width: 96%;
    margin: 0 auto;
    max-width: 960px;
  }
  /* //end of min-width: 768px and max-device-width: 1024px*/
}
@media screen and (min-width: 1200px) and (max-width: 1600px) {
  .agform.Editar,
  .agform.Consultar,
  .clform.Editar,
  .clform.Consultar,
  .contactos,
  .empresa,
  .container-center,
  .catalog,
  .ordersList,
  .invoicesList,
  .history,
  .Checkout,
  .mainformcampos,
  .boview.Consultar,
  .ftview.Consultar {
    max-width: 1170px;
    margin: 0 auto;
  }
  fieldset.paymentAddress {
    width: 100%;
  }
  /* //end of min-width: 1200px */
  
  .paymentMode input {
    margin-right: 5px;
  }
  .checkbox label,
  .radio label {
    line-height: 190%;
    font-weight: normal;
  }
}
/* # 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 .prods_grid {
  height: 320px;
}
.refRelated-container .prod_img_grid.openST {
  height: 250px;
}
.refRelated-container .prods_grid .prod_info .prod_info_txt.openST {
  padding: 10px;
  max-width: 70%;
  float: left;
}
.refRelated-container .prods_grid .prod_info .prod_info_txt.openST p.prod_precoDesconto,
.refRelated-container .prods_grid .prod_info .prod_info_txt.openST p.prod_precoOriginal {
  font-size: 16px;
}
.refRelated-container .cart_img > i {
  width: auto;
}
.refRelated-container .cart_img > i.fa-shopping-cart {
  left: 25%;
}
/* # STOCK DISPONIVEL # */

span.prodind.HaveSt {
  display: none;
}
span.proddisp.notHaveSt {
  display: none;
}
.cookiesPopup > .title {
  color: white;
}
.cookiesPopup > .message {
  padding-right: 10px;
  color: #999999;
}
.cookiesPopup > .message > a {
  color: goldenrod;
}
#maincontent {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
/*  change password   */

.changepass {
  margin: 50px auto;
  /* PLACEHOLDER */

}
.changepass .gtitulo {
  font-size: 24px;
  color: #666666;
}
.changepass .form-control {
  margin-top: 20px;
}
.changepass .form-label {
  margin-top: 27px;
  display: block;
}
.changepass input[type=submit] {
  margin-top: 20px;
  background: goldenrod;
  border-radius: 0;
  color: black;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.changepass input[type=submit]:hover {
  background: black;
  color: goldenrod;
  border: none;
}
.changepass ::-webkit-input-placeholder {
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.changepass :-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.changepass ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.changepass :-ms-input-placeholder {
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.badge_percentagem_product {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgba(218, 165, 32, 0.8);
  border-radius: 0;
  float: right;
}
.badge_percentagem_grid {
  display: inline-block;
  padding: 10px;
  font-size: 16px;
  font-weight: 700;
  color: black;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-color: rgba(218, 165, 32, 0.8);
  border-radius: 0;
  float: right;
}
.badge_percentagem_list {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(218, 165, 32, 0.8);
  float: right;
  margin-right: 10px;
  margin-top: 10px;
  display: block;
  padding: 10px;
  color: black;
  border-radius: 0;
}
.badge_percentagem_grid:empty,
.badge_percentagem_list:empty {
  display: none;
}
.pageCart .prod_in_cart {
  clear: both;
  position: relative;
  border-bottom-width: 0px;
  border-bottom-style: solid;
  /*background-color:white;*/
  height: 80px;
  margin-bottom: 20px;
}

.checkout_page .valor_total {
  border-top-width: 0px;
}

span.prodind.HaveSt {
  display: none;
}
span.proddisp.notHaveSt {
  display: none;
}

.pageCart .prod_in_cart .prod_des .title {
    font-size: 11px!important;
}

.pageCart .prod_in_cart .prod_des ul li {
    font-size: 12px!important;
}

.Header img {
    width: 650px!important;
    margin-left: 0!important;
}
  
.prods_list .prod_des p:first-child {
    font-size: 14px!important;
}

.prods_list .prod_des p {
    font-size: 12px!important;
}

.pageCart .prod_in_cart .prod_des>p {
    height: 20px;
    font-size: 14px!important;
    width: 370px;
}

.Header img {
    width: 100%!important;
 }
 
.prod_info.addcart {
    margin: auto;
    text-align: center;
    font-size: 18px!important;
    width: 250px;
    height: 50px;
    display: block;
    padding: 13px;
    transition: all .3s;
}

/* .item {
    display: table-cell!important;
    height: 440px!important;
    width: 440px!important;
    vertical-align: middle!important;
}

.carousel-inner>.item>a>img, .carousel-inner>.item>img, .img-responsive, .thumbnail a>img, .thumbnail>img {
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
} */
#carousel-produto .carousel-inner>.item>a>img, #carousel-produto .carousel-inner>.item>img, #carousel-produto .img-responsive, #carousel-produto .thumbnail a>img, .thumbnail>img {
    display: block!important;
    max-width: 100%!important;
    height: auto!important;
}
.carousel-control.left {
    background-image: none; 
    background-image: none; 
    background-image: none; 
	background-image: none; 
    filter: none; 
    background-repeat: repeat-x;
}
.carousel-control.right {
    background-image: none; 
    background-image: none; 
    background-image: none; 
    background-image: none; 
    filter:  none; 
    background-repeat: repeat-x;
}

p.prod_des {
    white-space: break-spaces;
}
.prod_info_txt > span.proddisp {
    float: left;
}
.prod_info_txt > span.prodind {
    float: left;
}
.cart_img {
    width: 50px;
    height: 50px;
}
.cart_img>i.fa-shopping-cart {
    left: 7px;
}