.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%;
    }
}

/* ###### LAYOUT ###### */

body {
  font-family: Trebuchet MS;
  font-size: 14px;
}
a,
button {
  color: #0090cd;
}
a:hover,
button:hover {
  color: #00447b;
}
a:active,
a:focus,
button:active,
button:hover {
  color: #00447b;
}
h1 {
  font-size: 24px;
  color: white;
}
h2 {
  font-size: 18px;
  color: white;
}
a.btn-primary {
  color: white;
}
a.btn-primary,
button.btn-primary,
.gradient-primary,
a.add_cart.addCart,
.addCart,
.checkoutButton,
.logbtn {
  background: #88c4eb;
  border-radius: 40px;
  color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
a:hover.btn-primary,
a.add_cart.addCart:hover,
button:hover.btn-primary,
.gradient-primary:hover,
.addCart:hover,
.checkoutButton:hover,
.logbtn:hover {
  background: white;
  color: #73c2f0;
}
a:active.btn-primary,
a.add_cart.addCart:active,
button:active.btn-primary,
.gradient-primary:active,
.checkoutButton:active,
.logbtn:active,
a:active.btn_confirm,
a:active.btn-gradient,
a:focus.btn-gradient,
button:active.btn-default,
button:focus.btn-default {
  background: #91cbf2;
  color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
*:focus,
.form-control:focus {
  border-color: #0090cd;
}
.breadcrumb {
  color: rgba(255, 255, 255, 0.75) !important;
}
.paginas-internet img {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* CARROSSEL */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img,
.img-responsive,
.thumbnail a > img,
.thumbnail > img {
  border-radius: 4px 0 0 4px;
}
.container.empresa img {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.text2col h2 {
  font-size: 18px;
  color: white;
}
@media (max-width: 480px) {
  img.img.img-responsive {
    border-radius: 4px 0 0 0;
  }
}
@media (max-width: 480px) {
  
}
.navbar-border {
  border-top-color: #00447b;
  border-bottom-color: #00447b;
}
.navbar-nav > li > a {
  color: white !important;
}
.navbar-nav > li > a:hover {
  color: #00447b !important;
}
ul.redes-sociais li a {
  color: white;
  /*background: @defaultBtnNormal;*/

}
ul.redes-sociais li a:hover,
ul.redes-sociais li a:active {
  color: #87cdf0;
  /*background: @defaultBtnHover;*/

}
.linguas a {
  font-size: 14px;
}
.cart a,
.cart a.btn-gradient,
.login_btn a,
.login_btn a.btn-gradient {
  color: white;
}
.cart a:hover,
.cart a.btn-gradient:hover,
.login_btn a:hover,
.login_btn a.btn-gradient:hover {
  color: #87cdf0;
  background: white;
  display: inline-block;
  min-height: 20px;
}
/*PARTILHA*/

.partilha {
  color: rgba(64, 136, 230, 0.75);
}
/* ###### FOOTER ###### */

footer {
  background: #0090cd;
}
.container.footer {
  border-bottom: 1px solid #004867;
  color: 14px;
  background: #006c9a;
}
footer a,
.container.footer a {
  color: white;
}
footer a:hover,
.container.footer a:hover {
  color: white;
}
.prod_precoOriginal,
p.prod_precoOriginal,
.prods_list .prod_des p.prod_precoOriginal {
  color: #0090cd;
}
span.logbtn.btn-primary input[type=submit] {
  color: white;
  background: #88c4eb;
}
span.logbtn.btn-primary input[type=submit]:hover {
  color: #73c2f0;
  background: white;
}
.login_btn {
  cursor: pointer;
}
.login_btn ul.dropdown-menu {
  top: 22px !important;
}
.login_btn ul.dropdown-menu a {
  color: rgba(64, 136, 230, 0.75);
  padding: 10px !important;
}
.login_btn ul.dropdown-menu a:hover {
  background-color: #87c9f0;
  background: #87c9f0;
  color: #0090cd;
}
.mainformcampotitulo {
  font-family: Trebuchet MS;
  font-size: 10.5px;
  color: #4088e6;
}
.mainformcampotitulo a {
  color: #4088e6;
}
.mainformcampotitulo a:hover {
  color: #333333;
}
.sepBorder {
  color: rgba(51, 51, 51, 0.7);
}
a.btn_alt.btn-default {
  color: #0090cd;
}
a:hover.btn_alt.btn-default {
  color: #0090cd;
}
/* CODIGO PROMOCIONAL*/

a.promoApply.defaultBtn {
  color: #0090cd;
}
a:hover.promoApply.defaultBtn {
  color: #0090cd;
}
.ordersList .collapseHead,
.invoicesList .collapseHead {
  background-color: #0090cd;
}
.listBox {
  border-left-color: #0090cd;
  border-right-color: #0090cd;
}
.ordersList .line .line_des ul li input,
.invoicesList .line .line_des ul li input {
  border-color: #00447b;
}
.pendingOrderCab a:hover,
.finalOrderCab a:hover .InvoiceCab a:hover {
  color: #0090cd;
}
/* VARIAVEIS GERAIS */
/* layout */
/*categorias produto*/
/*detalhe produto*/
/* ellipsis */
/* # INICIO FOOTER # */

footer {
  margin-bottom: 0;
}
.container.footer {
  border-top-style: solid;
  border-top-width: 1px;
  padding: 20px 0 !important;
}
@media (max-width: 480px) {
  .container.footer {
    margin: 0px;
    padding: 20px;
  }
}
.container.footer a {
  color: white;
}
.container.footer a:hover {
  color: white;
}
.bottom-footer {
  padding: 10px 0;
  margin: 0 auto;
  max-width: 1170px;
  width: 90%;
}
.bottom-footer .margintopmedium.marginbottom {
  margin: 0 !important;
  padding: 10px;
}
.marginbottom {
  padding: 15px;
  margin: 0 !important;
}
.container.footer a {
  font-size: 12px;
  color: white;
  text-decoration: none;
  margin: 0 10px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .container.footer a {
    float: left;
    margin: 0 15px 10px 0;
  }
}
.container.footer a:hover,
.container.footer a:active {
  text-decoration: underline;
  /*color: fade(contrast(@footerColor, @darkColor, @lightColor),50%);*/

}
/* # FIM FOOTER # */

/* # HEADER # */

.container.header {
  padding: 0 !important;
  min-height: 80px;
  width: 100% !important;
  position: relative;
  z-index: 10;
  background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(125, 185, 232, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bf000000', endColorstr='#007db9e8', GradientType=0);
  /* IE6-9 */

}
/* nav */

.top-header {
  padding: 10px 0;
  margin: 0 auto;
  width: 100%;
}
.top-header-wrapper {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.center-header {
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
  background: #0090cd;
  border-radius: 40px;
  padding: 0 8px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 10;
}
@media (max-width: 768px) {
  .center-header {
    position: absolute;
    z-index: 10;
    margin: 0 5%;
  }
  .center-header .pull-right {
    float: none !important;
  }
  .center-header .pull-right .nav-header {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .center-header .pull-right {
    float: none !important;
  }
  .center-header .pull-right .nav-header {
    padding: 0 20px;
  }
}
.center-header .navbar-nav {
  margin: 0;
}
.navbar-brand {
  padding: 0;
  float: none;
}
@media (max-width: 480px) {
  .navbar-brand {
    float: none !important;
    height: auto !important;
    font-size: 18px;
    line-height: 100%;
    text-align: center !important;
  }
}
.navbar-border {
  height: auto;
}
@media (max-width: 480px) {
  .navbar-border {
    min-height: 50px;
    height: auto;
  }
}
@media (max-width: 768px) {
  .navbar-border {
    padding: 0;
  }
}
.navbar-default {
  background-color: transparent !important;
  border-color: none !important;
}
.navbar-nav > li > a {
  font-size: 16px !important;
  text-transform: uppercase;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
  padding: 0;
  border: none !important;
}
@media (max-width: 480px) {
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    padding: 0 15px !important;
  }
  .navbar-default .navbar-collapse a,
  .navbar-default .navbar-form a {
    padding: 0 10px;
  }
}
.navbar-nav > li > a {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}
@media (max-width: 768px) {
  ul.nav.navbar-nav {
    text-align: left;
  }
}
@media (max-width: 480px) {
  ul.nav.navbar-nav {
    float: none !important;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .navbar-toggle {
    margin-right: 0 !important;
    border-radius: 40px;
    background: #e6eee7;
    color: #0090cd;
  }
}
/* redes sociais */

ul.redes-sociais {
  list-style: none;
  padding: 0;
  margin-top: 5px;
}
ul.redes-sociais li {
  float: left;
}
ul.redes-sociais li a {
  width: 30px;
  height: 30px;
  text-align: center;
  /*box-shadow: @box-shadow;*/
  display: block;
  font-size: 20px;
  margin-left: 5px;
  border-radius: 4px;
  line-height: 150%;
}
ul.redes-sociais li a:hover,
ul.redes-sociais li a:active {
  color: #00447b;
  /*background: @mainColor;*/

}
.logo {
  display: inline-block;
  padding: 10px 20px;
}
@media (max-width: 480px) {
  .logo img {
    float: right;
    display: inherit;
  }
}
@media (max-width: 480px) {
  .logo.text-center {
    width: 200px;
    height: auto;
    margin: 0 auto 20px auto;
  }
}
ul.linguas {
  list-style: none;
  padding: 0;
  margin: 0 20px;
}
ul.linguas li {
  float: left;
}
ul.linguas li a {
  text-align: center;
  display: block;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 0;
  line-height: 150%;
  color: #00447b;
}
ul.linguas li a:hover,
ul.linguas li a:active {
  color: white;
}
.search {
  width: 30%;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  
}
@media (max-width: 768px) {
  .search.pull-right {
    float: right !important;
  }
}
@media (max-width: 767px) {
  .search {
    width: 100%;
    margin: 0 15px 30px;
    width: auto;
  }
}
.search_btn {
  margin: 8px 0;
}
.search_btn input[type=text] {
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  border-radius: 40px 0 0 40px;
  color: white;
}
@media (max-width: 768px) {
  
}
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  margin-left: 0px !important;
}
.boxInfoHeader {
  float: right;
}
@media (max-width: 480px) {
  .boxInfoHeader {
    padding: 20px 0 10px 0;
  }
}
.userLoginHeader,
.storeCartHeader {
  float: left;
}
.cart {
  margin: 3px 0;
}
.login_btn {
  margin: 4px 0;
}
.cart a i,
.cart a.btn-gradient i,
.login_btn a i,
.login_btn a.btn-gradient i {
  font-size: 20px;
  line-height: 80%;
}
.cart a,
.cart a.btn-gradient,
.login_btn a,
.login_btn a.btn-gradient {
  padding: 0 10px !important;
  font-size: 12px;
  text-align: center;
  display: block;
  border-radius: 0;
  line-height: 150%;
}
.cart a,
.cart a.btn-gradient {
  border-radius: 4px 0 0 4px;
}
.login_btn a,
.login_btn a.btn-gradient {
  border-radius: 0 4px 4px 0;
  float: left;
  padding: 5px 10px;
}
a p.cartImage {
  float: left;
  margin: 0 5px;
}
a p.cartPrice {
  float: left;
  margin: 2px 2px;
}
/*PARTILHA*/

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

/* # HOMEPAGE # */

.container.homepage {
  padding: 0;
}
.container .catalogPage {
  margin-top: 0;
}
.container .catalogPage h1 {
  width: 100%;
}
.container.container.noticias-homepage {
  max-width: 1170px !important;
  width: 100%;
  margin: 30px auto;
}
@media (max-width: 480px) {
  .container.container.noticias-homepage {
    width: 90%;
    max-width: 100%;
    padding: 0 !important;
  }
  .container.container.noticias-homepage .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.container.container.noticias-homepage .noticias.bkg-shadow {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 1%;
  width: 23% !important;
  height: 120px;
  background: white;
  padding: 20px;
}
.container.container.noticias-homepage .noticias.bkg-shadow:hover,
.container.container.noticias-homepage .noticias.bkg-shadow:active {
  box-shadow: 0 0 10px #999999;
}
@media (max-width: 480px) {
  .container.container.noticias-homepage .noticias.bkg-shadow {
    width: 48% !important;
    margin: 0 1% 10px 1%;
    min-height: 120px;
  }
}
.container.container.noticias-homepage .noticias.bkg-shadow p {
  text-align: center;
}
.container .container.destaques-homepage,
.container .container.links-homepage {
  margin: 0 0 40px 0;
  padding: 0;
}
.container .container.homepage .row {
  margin-right: 0;
  margin-left: 0;
}
.container .container.homepage .row [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
  margin-bottom: 0;
}
.container.destaques-homepage .row,
.container.links-homepage .row {
  margin-right: -15px !important;
  margin-left: -15px !important;
}
.container.destaques-homepage .row [class*="col-"],
.container.links-homepage .row [class*="col-"] {
  padding: 0 15px;
}
@media (max-width: 480px) {
  
}
.mybans {
  width: 100%;
  height: auto;
  border-radius: 4px 0 0 4px;
  background: #e6eee7;
  margin-top: -130px;
}
@-moz-document url-prefix() {
  margin-top: -630px;
  position: absolute;
}
@media (max-width: 768px) {
  .mybans {
    margin-top: -160px;
  }
}
@media (max-width: 480px) {
  .mybans {
    height: auto;
  }
}
.mycats ul {
  margin-bottom: 0 !important;
  list-style: none;
}
.mylinks {
  position: relative;
  width: 100%;
}
.mylinks.row [class*="col-"] {
  padding-right: 15px;
  padding-left: 15px;
}
.mylinks a .links {
  min-height: 100%;
  height: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  background: white;
  margin: 0 15px 20px 15px;
  text-align: left;
}
@media (max-width: 480px) {
  .mylinks a .links {
    min-height: 100%;
    margin: 0 0 20px 0;
    right: 0;
  }
}
.mylinks a .links img {
  height: auto !important;
  border-radius: 4px 4px 0 0;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 auto;
  text-align: center;
  float: none;
  position: relative;
  width: 100%;
}
@media (max-width: 768px) {
  .mylinks a .links img {
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
  }
}
.mylinks a .links h2 {
  font-size: 18px;
  color: white;
  margin: 10px 0;
  text-align: right;
  z-index: 20;
  background: #88c4eb;
  border-radius: 0 0 40px 40px;
  padding: 10px 30px;
  border-radius: 40px 0 0 40px;
  position: absolute;
  bottom: 40px;
  right: 15px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .mylinks a .links h2 {
    right: 0;
  }
}
.mylinks a .links:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.bkg-shadow h2,
.mylinks.bkg-shadow p {
  text-align: left;
}
.destaques-homepage {
  text-align: center;
}
.destaques-homepage .item {
  background: white;
  width: 100%;
  text-align: center;
}
/*   DESTAQUES BANNER   */

table {
  width: 100% !important;
}
.item {
  width: 100%;
  height: auto;
  min-height: 450px;
  text-align: left;
  margin-left: 0px;
  padding: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
@media (max-width: 480px) {
  .item {
    min-height: 300px;
  }
}
@media (max-width: 480px) {
  .container.homepage .row.banners {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 480px) {
  .container.destaques-homepage .row,
  .container.links-homepage .row,
  .container.noticias-homepage .row {
    margin-right: -15px !important;
    margin-left: -15px !important;
    text-align: left;
    line-height: 140%;
  }
}
@media (max-width: 480px) {
  .row.links.destaque h2 {
    margin-top: 0;
  }
}
/* TXT BANNER */

.row.destaques h2 {
  text-align: left;
  font-size: 24px;
  text-shadow: 1px 1px 1px #666666;
  position: absolute;
  display: block;
  top: 80px;
  z-index: 10;
  line-height: 140%;
  width: 90%;
  margin: 0 5%;
}
@media (max-width: 768px) {
  .row.destaques h2 {
    top: 70px;
  }
}
@media (max-width: 480px) {
  .row.destaques h2 {
    top: 55px;
    font-size: 20px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.row.destaques p {
  position: absolute;
  display: block;
  top: 130px;
  z-index: 10;
  line-height: 140%;
  width: 50%;
  margin: 0 5%;
}
@media (max-width: 768px) {
  .row.destaques p {
    top: 110px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
  }
}
@media (max-width: 480px) {
  .row.destaques p {
    top: 85px;
  }
}
.bannerTxt {
  max-width: 1170px !important;
  width: 70% !important;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .bannerTxt {
    width: 90% !important;
  }
}
a.carousel-control:focus {
  box-shadow: none !important;
}
/* FF */

@-moz-document url-prefix() {
  .container.homepage {
    margin-top: 500px;
  }
  @media (max-width: 768px) {
    .container.homepage {
      margin-top: 460px;
    }
  }
  
  .mybans {
    margin-top: -630px;
    position: absolute;
  }
  @media (max-width: 768px) {
    .mybans {
      margin-top: -620px;
    }
  }
}
/* IE */

@media screen and (min-width: 0\0) {
  .container.homepage {
    margin-top: 500px;
  }
  .mybans {
    margin-top: -630px;
    position: absolute;
  }
}
@media screen and (min-width: 0\0) and (max-width: 768px) {
  .container.homepage {
    margin-top: 460px;
  }
}
@media screen and (min-width: 0\0) and (max-width: 768px) {
  .mybans {
    margin-top: -600px;
  }
}
/* # FIM HOMEPAGE # */

/*LAYOUT*/

html,
body {
  line-height: 140%;
  background: #e6eee7;
  height: 100%;
}
.container {
  width: 100%;
  max-width: 100%;
  padding: 0 !important;
  background: transparent;
  text-align: center;
}
.container-center {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.container-center.paypal,
.container-center.atm,
.container-center.unicre {
  color: #333333;
  margin: 200px auto;
}
.container-center .mybans {
  width: 100%;
  margin-top: 0;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.container-center .catBanner {
  height: 240px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .container-center {
    width: 90%;
  }
}
.container-center.links {
  text-align: left;
}
.container-center.links img.img-responsive {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .container-center.links img.img-responsive {
    margin-bottom: 20px;
  }
}
a:hover,
button:hover {
  text-decoration: none;
}
h1 {
  text-align: center;
  font-weight: normal;
  color: white;
  font-size: 24px;
  max-width: 1170px;
  width: 100%;
  margin: 40px auto 20px auto;
  background: #00447b;
  padding: 10px;
  border-radius: 40px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1170px) {
  h1 {
    width: 96%;
  }
}
h1.subPages {
  color: white;
  font-size: 24px;
  padding: 10px 20px;
  margin: 10px 0 20px 0;
  display: inline-block;
}
@media (max-width: 480px) {
  h1.subPages {
    font-size: 18px;
  }
}
h2 {
  text-transform: none;
  text-align: center;
  line-height: 140%;
}
.btn {
  border-radius: 40px;
}
a.btn-primary {
  padding: 8px 16px;
  font-size: 14px;
  text-transform: uppercase;
  border: none;
}
a.btn-primary,
button.btn-primary,
.gradient-primary,
a.add_cart.addCart,
.add_cart.addCart {
  cursor: pointer;
}
a:hover.btn-gradient,
button:hover.btn-default {
  background: #e2e2e2;
}
.btn-center {
  text-align: center;
  /*margin: 30px 0 50px 0;*/

}
.no-shadow {
  box-shadow: none;
}
.marginAuto {
  margin: 0 auto;
  float: none;
}
*:focus,
.form-control:focus {
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(113, 193, 185, 0.075), 0 0 8px rgba(136, 170, 167, 0.6) !important;
  /*box-shadow: inset 0 1px 1px rgba(113,193,185,.075), 0 0 8px rgba(136,170,167,.6) !important;*/

}
.breadcrumb {
  font-size: 12px;
  padding: 10px 0;
  list-style: none;
  background-color: transparent;
  border-radius: 0;
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 0 auto;
  text-align: left;
}
@media (max-width: 1024px) {
  .breadcrumb {
    padding: 10px 20px;
  }
}
@media (max-width: 768px) {
  .breadcrumb {
    padding: 40px 0 10px 0;
  }
}
@media (max-width: 480px) {
  .breadcrumb {
    width: 90%;
  }
}
.form-control {
  line-height: 140%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
}
.paginas-internet .row {
  margin-bottom: 50px;
}
.paginas-internet h2 {
  margin-top: 0;
}
.paginas-internet h3 {
  font-size: 14px;
}
.paginas-internet img {
  background: white;
  width: 100%;
  height: auto;
  max-height: 200px;
}
/* efeitos hover */

/*.elem_info:hover {
opacity: 0.5;
transition: opacity .5s ease-in-out;
-moz-transition: opacity .5s ease-in-out;
-webkit-transition: opacity .5s ease-in-out;
cursor: pointer;
}*/

/*MIX*/

input[type=checkbox],
input[type=radio] {
  margin: 4px 10px 0 0;
}
#ctl00_conteudo_termsconditions_mBox1 {
  left: 0 !important;
}
ul {
  list-style: none;
}
ol,
ul {
  padding: 0;
}
/* PLACEHOLDER */

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

.container.newsletter {
  margin-bottom: 40px;
}
/* AREA RESERVADA */

#mainPage #fieldsZone.col-sm-12 {
  width: 100% !important;
  margin: 0 auto 30px auto;
  float: none;
  text-align: left;
}
@media (max-width: 768px) {
  #mainPage #fieldsZone.col-sm-12 {
    margin: 40px auto 30px auto;
  }
}
.mainformcampos,
.clform.Consultar,
.clform.Editar {
  max-width: 1170px !important;
  width: 100%;
  margin: 20px auto 80px auto;
}
@media (max-width: 768px) {
  .mainformcampos,
  .clform.Consultar,
  .clform.Editar {
    width: 90%;
    margin: 70px auto 80px auto;
  }
}
/* EMPRESA / QUEM SOMOS */

.container.empresa,
.container.contactos {
  line-height: 200%;
  max-width: 1170px !important;
  width: 100%;
  /*margin: 30px auto;*/
  margin: 200px auto 20px auto;
  text-align: left;
}
@media (max-width: 768px) {
  .container.empresa,
  .container.contactos {
    width: 90%;
  }
}
.container.empresa h2,
.container.contactos h2,
.container.empresa h3,
.container.contactos h3 {
  color: #00447b;
}
.container.empresa img {
  background: white;
  width: 100%;
  height: auto;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.text2col {
  margin: 20px 0;
  -webkit-column-count: 2;
  /* Chrome, Safari, Opera */
  -moz-column-count: 2;
  /* Firefox */
  column-count: 2;
  -webkit-column-gap: 60px;
  -moz-column-gap: 60px;
  column-gap: 60px;
  font-weight: 300;
}
@media (max-width: 768px) {
  .text2col {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.text2col h2 {
  text-transform: uppercase;
  text-align: center;
  margin-top: 60px;
  line-height: 140%;
}
.text2col h3 {
  margin: 40px 0 20px 0;
  font-size: 14px;
  font-weight: bold;
  color: #333333;
  text-align: center;
}
iframe {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.empresaPic {
  border-radius: 4px;
  height: 300px;
  background-size: cover;
  background-size: cover !important;
  background-position: center center !important;
  margin-bottom: 20px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
/* TERMOS DE UTILIZA??O / POLITICA DE PRIVACIDADE */

.container.politica,
.container.termos {
  line-height: 160%;
  max-width: 1170px !important;
  width: 100%;
  margin: 30px auto;
}
@media (max-width: 768px) {
  .container.politica,
  .container.termos {
    width: 90%;
  }
}
@media (max-width: 480px) {
  .boxSearch {
    padding: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  img.img.img-responsive {
    position: relative;
    height: auto;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .bkg-shadow ul {
    padding: 0;
  }
}
@media (max-width: 480px) {
  .row.rowmargin h3 {
    margin-top: 30px;
  }
}
/* SIDECART */

.StoreSideCart,
.StoreSideCart.empty {
  z-index: 550;
  position: fixed;
  top: 40%;
  right: -40%;
  padding: 20px 10px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #d1d2d4;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-transition: right linear 1s;
  -o-transition: right linear 1s;
  -webkit-transition: right linear 1s;
  transition: right linear 1s;
}
.StoreSideCart.shown,
.StoreSideCart.empty.shown {
  right: -5px;
}
.StoreSideCart.empty {
  display: none;
}
.StoreSideCart .cart a {
  background: transparent;
  padding: 10px 10px;
}
.StoreSideCart.cart.shown a {
  color: #4088e6 !important;
}
.StoreSideCart.cart.shown a:hover {
  color: red !important;
}
#maintoolbar,
.maintoolbararrow,
#maincontent {
  opacity: 1;
}
.input-group input,
.input-group button,
.input-group a {
  border-radius: 4px;
}
.input-group .searchbtn {
  border-radius: 0 40px 40px 0;
  background-color: rgba(255, 255, 255, 0.25);
  border: 1px solid transparent;
  color: white;
}
.input-group .searchbtn:hover {
  color: #0090cd;
}
/*#*/

/*FF css hack*/

@-moz-document url-prefix() {
  .navbar-header {
    float: none;
  }
}
/*   CAROUSEL   */

.container.homepage .row.banners {
  margin-right: 0 !important;
  margin-left: 0 !important;
  position: relative;
}
.carousel-inner {
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -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: 600px;
  min-height: 1px;
  text-align: left;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  -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;
  text-align: left;
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
@media (max-width: 768px) {
  .carousel-indicators {
    bottom: -5px;
  }
}
a.carousel-control:focus {
  box-shadow: none;
}
.mainformviewcampos > .row {
  margin-right: 0;
  margin-left: 0;
}
/* Bootstrap Carousel Full Screen */

.carousel-caption {
  position: absolute;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  top: 45%;
}
h3 {
  display: inline-block;
  padding: 10px;
  font-size: 24px;
  color: white;
  text-transform: none;
}
.full-screen {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pwContainer h1 {
  background: transparent;
  padding: 0;
  margin: 0 0 20px 0;
  box-shadow: none;
  border-radius: 0;
}
.pwContainer h2 {
  font-size: 18px;
  /*color: contrast(@bodyColor, @darkColor, @lightColor);*/
  color: white;
}
.pwContainer h3 {
  font-size: 18px;
  color: rgba(51, 51, 51, 0.7);
}
.pwContainer .mybans {
  width: 104%;
  margin-top: 0;
  height: 360px;
  position: absolute;
  top: -170px;
  left: -2%;
  right: -2%;
}
.pwContainer .catBanner {
  height: 360px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pwContainer .catBanner h2 {
  text-align: center;
  line-height: 140%;
  position: absolute;
  bottom: 100px;
  font-size: 24px;
  width: 100%;
}
#ctl00_MasterUpdatePanel1 table {
  margin-top: 70px;
}
#ctl00_conteudo_creatpassword,
#ctl00_conteudo_userid_useridmBox1 {
  margin-bottom: 30px;
}
/* LOGIN */

.container.login {
  margin: 0 auto;
  padding-bottom: 30px !important;
  /* PLACEHOLDER */

}
@media (max-width: 768px) {
  .container.login {
    padding-bottom: 70px !important;
    margin-top: 70px;
  }
}
.container.login h4 {
  color: white;
}
.container.login ::-webkit-input-placeholder {
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.container.login :-moz-placeholder {
  /* Firefox 18- */
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.container.login ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.container.login :-ms-input-placeholder {
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.container.login h1 {
  font-size: 24px;
  text-align: center;
  font-weight: normal;
  color: white;
  max-width: 1170px;
  width: 100%;
  margin: 40px auto 20px auto;
  padding: 10px;
}
.container.login h2 {
  font-size: 18px;
}
.container.login [class*="col-"] {
  float: none;
  margin: 0 auto;
}
.loginContainer .mybans {
  width: 100%;
  margin-top: 0;
  height: 500px;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .loginContainer .mybans {
    height: 600px;
  }
}
@media (max-width: 480px) {
  .loginContainer .mybans {
    height: 650px;
  }
}
.loginContainer .catBanner {
  height: 500px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .loginContainer .catBanner {
    height: 550px;
  }
}
@media (max-width: 480px) {
  .loginContainer .catBanner {
    height: 650px;
  }
}
.gerromsg {
  background-color: transparent !important;
  border-color: transparent !important;
  color: #990000;
}
p.form_ctrl {
  text-align: center;
  margin-bottom: 40px;
}
span.logbtn.btn-primary input[type=submit] {
  border-radius: 4px;
  cursor: pointer;
  padding: 8px 16px !important;
  font-size: 14px;
  font-family: sans-serif;
  text-transform: uppercase;
  border: none;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.forget_link {
  text-align: center;
  font-size: 14px;
  color: white;
}
@media (max-width: 480px) {
  .forget_link {
    width: 100%;
    margin-bottom: 20px;
  }
}
.forget_link label {
  color: white;
}
.longAnimation10,
.longAnimation20 {
  animation-duration: 1s !important;
}
/*MIX - Login Btns*/

.dropdown-menu {
  top: 28px !important;
  border: 1px solid #cccccc;
  border-radius: 0 4px 4px 4px;
  left: 0;
  margin-left: -1px;
  background: #eeeeee;
}
.login_btn ul.dropdown-menu a {
  background-color: transparent;
  background: transparent;
  width: 100%;
  text-align: left;
  border-radius: 0;
  margin: 0;
  border: 0;
  box-shadow: none;
}
.mainformcampotitulo {
  color: #333333;
}
.noMarginTop {
  margin-top: 15px !important;
}
section.optionsBottom .btn-toolbar {
  float: none;
  text-align: center;
}
section.optionsBottom .btn-toolbar .btn-group {
  float: none;
}
section.optionsBottom .btn-toolbar .btn-group a {
  display: inline-block;
  text-align: center;
  font-size: 12px;
  padding: 6px 16px;
}
@media (max-width: 480px) {
  #BUCANCELARBottom {
    margin-top: 20px;
  }
}
@media (max-width: 480px) {
  .optionsBottom #BUCANCELARBottom {
    margin-top: 0px;
  }
}
.glink,
.glink a {
  color: #4088e6;
}
.glink:hover,
.glink a:hover {
  color: red;
}
label {
  margin: 15px 0 5px 0;
  float: left;
  color: white;
}
/*  change password   */

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

}
.changepass .gtitulo {
  font-size: 18px;
  color: #333333;
}
.changepass .form-control {
  margin-top: 20px;
}
.changepass .form-label {
  margin-top: 27px;
  display: block;
}
.changepass input[type=submit] {
  margin-top: 20px;
  background: #88c4eb;
  border-radius: 4px;
  color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border: none;
}
.changepass input[type=submit]:hover {
  background: white;
  color: #73c2f0;
  border: none;
}
.changepass ::-webkit-input-placeholder {
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass :-moz-placeholder {
  /* Firefox 18- */
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass ::-moz-placeholder {
  /* Firefox 19+ */
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
.changepass :-ms-input-placeholder {
  color: #4088e6 !important;
  font-size: 14px;
  font-style: italic;
}
/* # STORECART # */

.pageCart,
.storeCart {
  margin-top: 240px;
}
.pageCart h1,
.storeCart h1 {
  width: 100%;
}
.pageCart .mybans,
.storeCart .mybans {
  width: 100%;
  margin-top: 0;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
}
.pageCart .catBanner,
.storeCart .catBanner {
  height: 300px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.pageCart .catBanner h2,
.storeCart .catBanner h2 {
  text-align: center;
  line-height: 140%;
  position: absolute;
  bottom: 70px;
  font-size: 24px;
  width: 100%;
}
/* # FIM STORECART # */

/* # INICIO STORE CATALOG # */

.catalogContainer {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  clear: both;
  margin-top: 260px;
}
@media (max-width: 768px) {
  .catalogContainer {
    /*width: 90%;*/
    margin-top: 300px;
  }
}
@media (max-width: 480px) {
  .catalogContainer {
    /*width: 90%;*/
    margin-top: 280px;
  }
}
.container .catalogPage {
  width: 100%;
  /*width: 98%;*/
  max-width: 1170px;
  margin: 0 auto;
  clear: both;
  display: inline-block;
}
@media (max-width: 1170px) {
  .container .catalogPage {
    width: 96%;
  }
}
@media (max-width: 768px) {
  .container .catalogPage {
    width: 90%;
  }
}
.catalogContainer .catalogPage {
  margin-top: 0;
}
@media (max-width: 768px) {
  
}
@media (max-width: 768px) {
  .catalogPage .catalogContainer .catalogPage {
    width: 100%;
  }
}
.container.produto {
  margin: 0 auto 40px auto;
  max-width: 1170px;
  width: 90%;
}
@media (max-width: 768px) {
  .container.produto {
    padding: 0 !important;
  }
}
.container.produto h1 {
  color: #0090cd;
  text-align: left;
  font-size: 24px;
  text-transform: none;
  margin-bottom: 20px;
}
.container.produto .row {
  max-width: 1170px !important;
  width: 100%;
  margin: 0 auto;
  min-height: 460px;
  /*!!!*/

}
@media (max-width: 768px) {
  .container.produto .row {
    padding: 0 !important;
    margin: 0 auto;
    height: auto;
    min-height: auto;
    width: 100%;
  }
}
.container.produto .row > [class*='col-'] {
  padding-right: 0px;
  padding-left: 0px;
}
.container.produto .row .carousel-inner {
  position: relative;
  width: 100%;
  height: 460px;
  overflow: hidden;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .container.produto .row .carousel-inner {
    max-height: 300px;
  }
}
@media (max-width: 768px) {
  .container.produto .row .carousel-inner {
    min-height: 260px;
  }
}
.container.produto .row .carousel-inner .item {
  position: absolute;
  width: 100%;
}
.container.produto .row .carousel-inner .item:before {
  content: "";
  display: block;
  padding-top: 100%;
  /* ratio of 1:1*/

}
.container.produto .row .carousel-inner .item.active {
  height: 460px;
}
@media (max-width: 768px) {
  .container.produto .row .carousel-inner .item.active {
    height: auto;
  }
}
.container.produto .row .carousel-inner .item img {
  /*width: 100%;
height: @detailProductHeight;
text-align: left;*/
  padding: 0;
  margin-left: 0;
  margin-bottom: 0;
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  border-radius: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media (max-width: 768px) {
  .container.produto .row .carousel-inner .item img {
    border-radius: 4px 4px 0 0;
  }
}
.container.produto .row a.carousel-control {
  background: transparent !important;
  box-shadow: none !important;
}
.container.produto .row a.carousel-control:focus {
  box-shadow: none !important;
}
.produto-detalhe {
  background-position: center;
  background-size: cover;
  height: auto;
  border-radius: 4px;
}
.catCab .mybans,
.catalogPage .mybans {
  width: 100%;
  margin-top: 0;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
.catCab .catBanner,
.catalogPage .catBanner {
  height: 360px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.catCab .catBanner h2,
.catalogPage .catBanner h2 {
  text-align: center;
  line-height: 140%;
  position: absolute;
  bottom: 100px;
  font-size: 24px;
  width: 100%;
}
/*CATEGORIAS*/

.img_cat {
  height: 260px;
  border-radius: 4px 0 0 4px;
  background-position: center center !important;
}
.mycats {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto 40px auto;
}
@media (max-width: 480px) {
  .mycats {
    width: 90%;
  }
}
.mycats .catalogPage {
  width: 100%;
}
@media (max-width: 768px) {
  .mycats .catalogPage {
    width: 90%;
  }
}
.mycats ul.catItem {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.mycats li.catItemLine {
  float: left;
  margin-bottom: 0px;
}
.mycats .elem_cats {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 15px auto 15px auto;
}
@media (max-width: 320px) {
  
}
.elem_cats {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 10;
  margin: 0 auto 20px auto;
  cursor: pointer;
}
@media (max-width: 320px) {
  
}
.elem_cats .elem_info,
.mycats .elem_info {
  text-align: center;
  z-index: 20;
  background: #88c4eb;
  padding: 10px;
  color: white;
  border-radius: 40px;
  position: absolute;
  bottom: 20px;
  width: 90%;
  margin: 0 5%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 320px) {
  
}
.elem_cats .elem_info span,
.mycats .elem_info span {
  font-size: 20px;
}
.elem_cats .elem_info:hover,
.mycats .elem_info:hover {
  /*background: @mainBtnHoverTxt;*/
  cursor: pointer;
  /*color: @mainBtnHoverTxt;*/

}
.elem_cats .elem_info:active,
.mycats .elem_info:active {
  /*background: @mainBtnActiveTxt;*/
  cursor: pointer;
  /*color: @mainBtnActiveTxt;*/

}
.elem_cats .elem_info span {
  top: calc(47%);
}
.mycats .elem_cats .img_cat {
  height: 260px;
  width: 100%;
  margin: 0 auto;
  border-radius: 4px;
  background-position: center center !important;
}
@media (max-width: 320px) {
  .mycats .elem_cats .img_cat {
    width: 100%;
    height: 300px;
  }
}
.catalog li.catItemLine .elem_cats {
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.catalog li.catItemLine .elem_cats:hover,
.catalog li.catItemLine .elem_cats:active {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
/* //PRODUTOS// */

.row.refRelated-container {
  margin: 30px auto !important;
}
.row.refRelated-container h3 {
  background: rgba(0, 68, 123, 0.1);
  color: #0090cd;
  font-size: 18px;
  padding: 10px;
  display: inline-block;
  border: 1px solid rgba(0, 144, 205, 0.25);
  border-radius: 40px;
  width: 100%;
}
@media (max-width: 768px) {
  .row.refRelated-container {
    margin-bottom: 20px;
  }
}
.refRelated-container ul.catItem li.catItemLine {
  float: left;
  margin: 0 1% 30px 1%;
  width: 48%;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(0, 144, 205, 0.25);
  padding-bottom: 10px;
  /* precos - artigos relacionados */

}
@media (max-width: 992px) {
  .refRelated-container ul.catItem li.catItemLine {
    margin: 0 1% 30px 1%;
    width: 48%;
  }
}
@media (max-width: 768px) {
  .refRelated-container ul.catItem li.catItemLine {
    margin: 0 0 20px 0;
    width: 100%;
    min-height: auto;
  }
}
.refRelated-container ul.catItem li.catItemLine .prods_list .cart_img.addCart {
  position: relative;
  float: right;
  /*bottom:-90px;*/
  bottom: -40px;
}
@media (max-width: 768px) {
  .refRelated-container ul.catItem li.catItemLine .prods_list .cart_img.addCart {
    bottom: -40px;
  }
}
@media (max-width: 480px) {
  .refRelated-container ul.catItem li.catItemLine .prods_list .cart_img.addCart {
    bottom: -80px;
  }
}
.refRelated-container ul.catItem li.catItemLine:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
}
.refRelated-container ul.catItem li.catItemLine .prod_precoDesconto,
.refRelated-container ul.catItem li.catItemLine p.prod_precoDesconto,
.refRelated-container ul.catItem li.catItemLine .prods_list .prod_des p.prod_precoDesconto {
  font-size: 16px;
  font-weight: bold;
  margin: 5px 10px 0 0;
  text-align: right;
  background: rgba(0, 68, 123, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 40px;
  float: left;
  position: relative;
  right: auto;
  top: auto;
  min-width: auto;
}
.refRelated-container ul.catItem li.catItemLine .prod_precoOriginal,
.refRelated-container ul.catItem li.catItemLine p.prod_precoOriginal,
.refRelated-container ul.catItem li.catItemLine .prods_list .prod_des p.prod_precoOriginal {
  font-size: 16px;
  text-decoration: line-through;
  margin: 5px 10px 0 0;
  text-align: right;
  background: rgba(55, 62, 68, 0.9);
  color: rgba(64, 136, 230, 0.8);
  padding: 5px 10px;
  border-radius: 40px;
  float: left;
  position: relative;
  right: auto;
  top: auto;
  min-width: auto;
}
ul.catItem li.catItemLine {
  float: left;
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  ul.catItem li.catItemLine {
    float: none;
    margin-bottom: 30px;
    padding: 0;
  }
}
.catItem {
  margin: 10px auto 0 auto;
  max-width: 1170px;
  position: relative;
  z-index: 0;
}
.catItem.col-md-9 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}
@media (max-width: 768px) {
  .catItem {
    padding: 0;
    position: relative;
    z-index: 1;
  }
}
.img-item {
  border-radius: 4px;
}
.img-item img {
  border-radius: 4px;
  width: 100%;
}
p.prod_des {
  color: #0090cd;
  font-size: 16px;
  margin: 0;
  line-height: 150%;
  height: 45px;
  text-overflow: ellipsis;
  /*white-space: nowrap;*/
  overflow: hidden;
  padding: 0;
}
.ellipsis p.prod_des {
  display: block;
  /* Fallback for non-webkit */
  display: -webkit-box;
  max-width: 400px;
  height: 44.8px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.4;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.prods_list {
  background: transparent;
}
.prods_list .prod_preco {
  padding: 30px 10px;
  float: right;
  background: transparent;
}
.prod_preco {
  text-align: center;
  background: transparent;
  display: inline-block;
  border-radius: 4px;
  padding: 0 10px;
}
.prod_preco p {
  margin: 0;
}
.prod_precoOriginal {
  font-size: 16px;
  /*display: inline-block;*/

  /*padding: 0 5px;*/

}
.prod_precoDesconto,
p.prod_precoDesconto,
.prods_list .prod_des p.prod_precoDesconto {
  font-size: 16px;
  margin-top: 5px;
  text-align: right;
  /*background: fade(@mainColor, 90%);
color: contrast(@mainColor, @darkColor, @lightColor);*/
  background: rgba(0, 68, 123, 0.9);
  color: white;
  padding: 5px 10px;
  border-radius: 40px 0 0 40px;
  float: right;
  position: absolute;
  right: 15px;
  top: 200px;
  min-width: 80px;
}
@media (max-width: 767px) {
  .prod_precoDesconto,
  p.prod_precoDesconto,
  .prods_list .prod_des p.prod_precoDesconto {
    right: 0;
  }
}
.prods_list .prod_des p.prod_precoDesconto {
  float: left;
  position: relative;
  right: auto;
  top: auto;
  min-width: auto;
  border-radius: 40px;
}
.prod_precoOriginal,
p.prod_precoOriginal,
.prods_list .prod_des p.prod_precoOriginal {
  font-size: 16px;
  text-decoration: line-through;
  text-align: right;
  background: rgba(55, 62, 68, 0.9);
  color: rgba(64, 136, 230, 0.8);
  padding: 5px 10px;
  border-radius: 40px 0 0 40px;
  float: right;
  position: absolute;
  right: 15px;
  top: 160px;
  /*min-width:110px;*/
  margin: 5px 0 5px 5px;
}
@media (max-width: 767px) {
  .prod_precoOriginal,
  p.prod_precoOriginal,
  .prods_list .prod_des p.prod_precoOriginal {
    right: 0;
  }
}
.prod_precoOriginal:after,
p.prod_precoOriginal:after,
.prods_list .prod_des p.prod_precoOriginal:after {
  padding: 5px 10px;
}
.prods_list .prod_des p.prod_precoOriginal {
  float: left;
  position: relative;
  right: auto;
  top: auto;
  min-width: auto;
  border-radius: 40px;
  /*padding: 5px 10px;*/

}
p.prod_precoOriginal span {
  display: inline-block;
  text-decoration: line-through;
}
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,
.prods_grid:hover,
.catItem.storeRefRelated .prods_grid:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.6);
  text-decoration: none;
}
p.prod_desc {
  padding: 10px;
  font-size: 16px;
  color: #4088e6;
}
@media (max-width: 768px) {
  p.prod_desc {
    padding: 10px;
  }
}
/* produtos grid */

.prods_grid {
  height: auto;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 0 0 20px 0;
}
@media (max-width: 480px) {
  .prods_grid {
    height: auto;
  }
}
@media (max-width: 320px) {
  
}
.prods_grid .cart_img.addCart {
  margin: -20px 50px 0 50px;
  padding: 8px 15px;
  font-size: 12px;
  color: white;
  line-height: 0;
  text-align: center;
  background: #88c4eb;
  border-radius: 40px;
}
.prods_grid .cart_img.addCart:hover {
  color: #73c2f0;
  background: white;
}
.prod_precoDesconto:empty,
p.prod_precoDesconto:empty,
.prods_list .prod_des p.prod_precoDesconto:empty,
.prod_precoOriginal:empty,
p.prod_precoOriginal:empty,
.prods_list .prod_des p.prod_precoOriginal:empty {
  display: none;
}
.catItem.storeRefRelated {
  margin-top: 20px;
}
.catItem.storeRefRelated .prods_grid {
  /*box-shadow: @box-shadow;*/
  height: auto;
  border-radius: 4px;
  width: 100%;
  margin: 0 auto 0 auto;
  position: relative;
  background: white;
}
.catItem.storeRefRelated .prods_grid:hover {
  box-shadow: none;
}
.catItem.storeRefRelated .prods_grid:before {
  content: "";
  display: block;
  /*padding-top: 100%;  ratio of 1:1*/

}
@media (max-width: 768px) {
  .catItem.storeRefRelated .prods_grid:before {
    padding-top: 0;
  }
}
.catItem.storeRefRelated .prods_grid .prod_img.openST {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 260px;
}
@media (max-width: 768px) {
  .catItem.storeRefRelated .prods_grid .prod_img.openST {
    margin: 0 auto 0 auto;
    position: relative;
    height: 220px;
  }
}
.catItem.storeRefRelated .prods_grid .prod_info {
  border-radius: 0 0 4px 4px;
  padding: 0;
  width: 100%;
  position: absolute;
  top: 100%;
  margin-top: 0;
  background: #b0bfc8;
}
@media (max-width: 768px) {
  .catItem.storeRefRelated .prods_grid .prod_info {
    position: relative;
  }
}
.catItem.storeRefRelated .prods_grid .prod_info:hover {
  cursor: pointer;
}
.catItem.storeRefRelated .prods_grid .prod_info_txt {
  margin: 0 !important;
}
.catItem.storeRefRelated .prods_grid .prod_preco {
  color: #0090cd;
  font-size: 16px;
  margin: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  height: 30px;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .catItem.storeRefRelated .prods_grid {
    height: auto;
  }
}
.catItem.storeRefRelated .prods_grid .cart_img.addCart {
  margin: 10px;
  padding: 8px 15px;
  font-size: 12px;
  color: white;
  line-height: 0;
  text-align: center;
  background: #88c4eb;
}
.catItem.storeRefRelated .prods_grid .cart_img.addCart:hover {
  color: #73c2f0;
  background: white;
}
@media (max-width: 480px) {
  .catItem.storeRefRelated .prods_grid .cart_img.addCart {
    margin: 0 auto 0 auto;
  }
}
a.add_cart.addCart {
  width: 250px;
  margin: 0 auto;
  padding: 10px 10px;
}
@media (max-width: 480px) {
  a.add_cart.addCart {
    width: auto;
  }
}
.cbutton {
  position: relative;
  display: inline-block;
  padding: 0;
  border: 0;
  background: 0;
  overflow: visible;
  -webkit-transition: color 0.7s;
  transition: color 0.7s;
  display: block;
  text-align: center;
  cursor: pointer;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton {
  /*padding: 20px;*/
  color: white !important;
  background: #88c4eb;
  border-radius: 40px;
}
li.catItemLine .prods_list .cart_img.addCart.cbutton:hover,
.cart_img.addCart:hover {
  color: #73c2f0 !important;
  background: white;
  border-left: none;
}
.prods_grid .cart_img.addCart span {
  font-size: 11px;
  font-weight: bold;
  float: left;
}
.prods_grid .cart_img.addCart i {
  font-size: 20px;
  margin-right: 5px;
  line-height: 100%;
  vertical-align: middle;
}
/* ///produtos lista/// */

ul.catItemList {
  margin-top: 0px;
  padding: 0 0 0 20px;
}
@media (max-width: 768px) {
  ul.catItemList {
    padding: 0;
  }
}
ul.catItemList li.catItemLine {
  margin: 0 0 30px 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 144, 205, 0.25);
  padding-bottom: 10px;
}
ul.catItemList li.catItemLine:hover {
  box-shadow: 0 0 10px #999999;
  background: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  border-radius: 4px;
}
@media (max-width: 480px) {
  ul.catItemList li.catItemLine {
    float: none;
  }
}
ul.catItemList li.catItemLine .prods_list {
  height: 100px;
  position: relative;
}
@media (max-width: 480px) {
  ul.catItemList li.catItemLine .prods_list {
    height: 120px;
    position: relative;
  }
}
.prods_list .prod_des {
  float: none;
  padding: 10px 10px 10px 110px;
}
.prods_list .prod_des p {
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prods_list .prod_des {
    float: none;
    padding: 0px 10px 10px 110px;
    text-align: left;
  }
}
@media (max-width: 480px) {
  .prods_list .prod_des {
    float: none;
    padding: 0px;
    width: auto;
    margin: 10px;
  }
}
.prods_list .prod_des p {
  color: #4088e6;
  font-size: 16px;
  margin: 0 0 5px 0;
  text-align: left;
}
.prods_list .prod_des p.prod_precoDesconto,
.prods_list .prod_des p.prod_precoOriginal {
  float: left;
  padding: 5px 10px;
  display: inline-block;
}
.prods_list .cart_img.addCart {
  margin: 0;
  padding: 10px 20px !important;
  font-size: 18px;
  color: #00447b;
  line-height: 0;
  text-align: center;
  background: #0090cd;
  min-height: auto;
  border-bottom: 1px solid rgba(0, 68, 123, 0.1);
  border-radius: 40px;
  position: absolute;
  right: 10px;
  bottom: -30px;
}
.prods_list .cart_img.addCart i .fa {
  position: relative;
  top: 35%;
}
@media (max-width: 768px) {
  .prods_list .cart_img.addCart {
    min-height: auto;
    padding: 10px 10px !important;
  }
}
.prod_des ul {
  list-style: none;
}
.prod_des ul li {
  float: left;
}
@media (max-width: 480px) {
  .prod_des {
    float: none;
    margin: 10px 0 0 0;
  }
}
.prod_des .img-thumbnail {
  width: auto;
  height: 100px;
  border-right: 1px solid #dddddd;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .prod_des .img-thumbnail {
    width: 100%;
  }
}
.openST {
  padding: 0;
}
.prod_img_grid.openST {
  height: 360px;
}
.prods_grid .prod_img.openST {
  height: 260px;
}
@media (max-width: 480px) {
  .prods_grid .prod_img.openST {
    background-position: center;
  }
}
.prod_img {
  border-bottom: 1px solid #cccccc;
}
.prod_img.openST {
  width: 100%;
  height: 260px;
  border-radius: 4px;
  margin: 0 auto;
  background-position: center center !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 320px) {
  
}
/*!!! cria um hover em toda a área do produto: imagem + text + btn comprar*/

.prod_img.openST:hover {
  cursor: pointer;
}
.prod_img_list {
  float: left;
  height: 100px;
  width: 100px;
  border-radius: 4px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .prod_img_list {
    margin-right: 5%;
    float: left;
    height: 120px;
    width: 30%;
    border-right: 1px solid #dddddd;
    border-radius: 4px 0 0 4px;
    background-position: center !important;
  }
}
.prod_info {
  padding: 0;
  width: 100%;
}
@media (max-width: 480px) {
  .prod_info {
    height: auto;
  }
}
@media (max-width: 320px) {
  
}
.prod_info:hover {
  cursor: pointer;
}
.prod_info_txt {
  text-align: left;
  height: auto;
  min-height: 100px;
  margin: 0;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(0, 144, 205, 0.25);
}
@media (max-width: 768px) {
  .prod_info_txt {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .prod_info_txt {
    height: auto;
  }
}
.produto-detalhe img.img.img-responsive,
.produto-detalhe img.img-responsive {
  position: relative;
  border-radius: 4px;
  height: auto;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  margin: 0 auto 20px auto;
}
@media (max-width: 768px) {
  .produto-detalhe img.img.img-responsive,
  .produto-detalhe img.img-responsive {
    border-radius: 4px 4px 0 0;
    border-right: none;
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 480px) {
  .produto-thumbnail {
    padding: 0;
  }
  .produto-thumbnail ul {
    margin-bottom: 0px;
  }
  .produto-thumbnail li {
    padding-left: 10px;
  }
}
.produto-thumbnail img.img.img-responsive,
.produto-thumbnail img.img-responsive {
  height: auto;
  border-radius: 4px;
  margin: 0 0 2% 0;
}
@media (max-width: 992px) {
  .produto-thumbnail img.img.img-responsive,
  .produto-thumbnail img.img-responsive {
    margin: 0 auto 20px auto;
  }
}
@media (max-width: 768px) {
  .produto-thumbnail img.img.img-responsive,
  .produto-thumbnail img.img-responsive {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 0 auto 20px auto;
  }
}
/* new*/

.produto-thumbnail li img {
  position: relative;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .produto-thumbnail li.Imagem3 img {
    margin-top: 0px !important;
  }
}
.descricao {
  padding: 0 30px 0 0 !important;
  color: #4088e6;
  text-align: left;
}
@media (max-width: 768px) {
  .descricao {
    margin-top: 20px !important;
  }
}
@media (max-width: 480px) {
  .descricao {
    padding: 0px 10px 30px 10px !important;
    width: 90%;
    margin: 0 5%;
  }
}
.descricao p {
  font-size: 14px;
  margin: 0 20px 0px 0;
  color: #4088e6;
  text-align: left;
}
.descricao p.prod_stocks i.fa {
  margin: 0 5px;
}
.descricao .preco {
  margin-top: 30px;
  text-align: left;
}
.descricao p.prod_precoDesconto span,
.descricao p.prod_precoOriginal span {
  font-size: 24px;
  display: inline-block;
}
.descricao .btn-primary a {
  margin-top: 30px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .descricao .btn-primary a {
    margin: 40px auto;
    display: block;
  }
}
.descricao .btn-primary,
.descricao .btn-primary:active {
  background: none;
  text-align: center;
  margin: 30px auto;
}
.produto-detalhe {
  padding: 0;
}
/*   ###   FILTROS   ###   */

.filtersGroup {
  clear: both;
  overflow: hidden;
  color: #333333;
}
.filtersGroup > div > label {
  display: block;
  font-size: 12px;
  color: #00447b;
  padding: 10px;
  text-align: left;
  margin: 0 !important;
  width: 100%;
}
@media (max-width: 767px) {
  .filtersGroup > div > label {
    width: 100%;
  }
}
.filtersGroup .checkbox label span {
  margin: 0;
  color: #0090cd;
  font-size: 14px;
  text-transform: uppercase;
}
.filtersGroup > div > span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  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: 460px;
  opacity: 1;
  transition: all 0.3s;
  clear: both;
}
.filtersGroup .storeFilter > div.checkbox > label > span {
  margin: 0;
  font-size: 14px;
  display: block;
  color: #333333;
  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;
  padding: 0;
  float: left;
}
.filtersGroup .storeFilter .checkbox {
  margin: 0 0 10px 0;
  float: none;
  /*!!!*/

}
.filtersGroup .storeFilter .checkbox label {
  font-size: 16px;
  padding: 0;
  position: relative;
  display: block !important;
  margin: 0 !important;
}
.filtersGroup .storeFilter .checkbox input {
  display: none;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox label {
  float: none;
  display: inline;
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span {
  padding: 2px 8px;
  border-radius: 4px;
  background-color: transparent;
  color: #0090cd;
  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: #333333;
  border: 1px solid rgba(51, 51, 51, 0.3);
}
.filtersGroup .storeFilter .checkbox div[data-bind^="foreach"] .checkbox input[type=checkbox]:checked + span {
  background-color: #0090cd;
  color: white;
}
/*---*/

a.clearFilters {
  float: right;
  color: #0090cd;
  font-weight: normal;
}
a:hover.clearFilters {
  color: #333333;
}
/*---*/

.storeFilters .storeFilter .checkbox label span {
  text-transform: uppercase;
}
.storeFilters .storeFilter .checkbox label span i {
  display: block;
  float: left;
  margin-right: 5px;
  line-height: 140%;
}
.storeFilter .checkbox label input[type="checkbox"] {
  opacity: 0;
}
.storeFilter .checkbox label .checkbox label span {
  color: #4088e6;
  font-size: 14px;
  text-transform: none;
}
.storeFilter .checkbox label .checkbox label input[type="checkbox"] {
  opacity: 1;
}
/*   ###   /FILTROS   ###   */

/* ################################################### */

/* FILTROS */

.btn-group.gridListControl {
  float: right;
  margin: 0 15px;
}
.btn-group.gridListControl a.btn {
  background: #87c9f0;
  color: white;
  border-radius: 4px;
}
.btn-group.gridListControl a.btn:hover {
  background: white;
  color: #87cdf0;
}
.btn-group.gridListControl a.btn.active {
  background: #75cbe0;
  color: white;
}
@media (max-width: 480px) {
  .btn-group.gridListControl {
    z-index: 10;
    margin-bottom: 20px;
  }
}
select.form-control.orderbyControl {
  float: right;
  width: auto;
  margin: 0 10px 0 0;
}
@media (max-width: 480px) {
  select.form-control.orderbyControl {
    float: none;
  }
}
.filtersGroup.show {
  padding: 10px 0;
}
@media (max-width: 480px) {
  .filtersGroup.show {
    border-right: none;
  }
}
.storeFilter {
  float: left;
}
@media (max-width: 768px) {
  
}
@media (max-width: 480px) {
  
}
.storeFilter > div.checkbox > label > div {
  overflow: hidden;
  transition: all 0.3s;
  padding: 0 15px;
}
.storeFilter > div.checkbox > label > span {
  font-size: 16px;
  display: block;
  color: #4088e6;
}
.storeFilter .checkbox label input[type=checkbox] {
  display: none;
}
.storeFilter .checkbox label input[type=checkbox] {
  display: none;
}
/*.storeFilter>div.checkbox>input[type=checkbox]{
display: none;
}*/

.storeFilter > div.checkbox > label > span {
  padding: 0 0 5px 0;
}
.storeFilter > div.checkbox > label > span > i {
  /*margin-left: 10px;
transform: rotate(90deg);
transition: transform .3s;
float: right;
color: @label-color;*/
  display: none;
}
.storeFilter > div.checkbox > label > span:hover {
  cursor: pointer;
}
.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[type=checkbox] {
  display: none;
  margin-top: 2px 10px 0 0;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox label {
  float: none;
  display: inline;
}
.filtersGroup .storeFilter .checkbox label {
  font-size: 16px;
  padding: 0;
  position: relative;
  display: block !important;
  margin: 10px 0 !important;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span {
  display: block;
  padding: 0 20px;
  margin: 0px;
  background-color: transparent;
  transition: color 0.3s;
  font-size: 14px;
  color: #4088e6;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox label span:hover {
  color: #4088e6;
}
.storeFilter .checkbox div[data-bind^="foreach"] .checkbox input[type=checkbox]:checked + span {
  color: #4088e6;
  box-sizing: border-box;
}
.storeFilters .storeFilter .checkbox label {
  color: #999999;
}
.linkContainer {
  max-width: 1170px;
  width: 100%;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .linkContainer {
    width: 90%;
  }
}
.catLinks {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  background: rgba(0, 144, 205, 0.6);
  text-align: center;
  clear: both;
  border-radius: 40px;
  color: white !important;
  /*padding: 20px;*/

}
.catLinks h1 {
  color: white !important;
  font-family: 24px;
  font-style: normal;
  font-size: 24px;
}
@media (max-width: 480px) {
  
}
.catalog.storeRefRelated {
  max-width: 1170px;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 768px) {
  
}
/* STOCKS */

span.prodind,
span.proddisp {
  margin-top: 10px;
}
span.prodind.HaveSt {
  display: none;
}
span.proddisp.notHaveSt {
  display: none;
}
.filtersGroup {
  position: inherit;
  font-family: Trebuchet MS;
}
@media (max-width: 767px) {
  .filtersGroup {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  .filtersGroup {
    margin-top: 0;
  }
}
.filtersGroup a.clearFilters {
  margin-right: 10px;
}
span.limpa {
  clear: both;
  height: 20px;
  display: block;
}
/* DETALHE PRODUTO */

.productContainer {
  margin-top: 240px;
}
@media (max-width: 768px) {
  .productContainer {
    margin-top: 290px;
  }
  .productContainer .breadcrumb {
    width: 90%;
  }
}
.productContainer h1 {
  background: transparent;
  padding: 0;
  margin: 0 0 20px 0;
  box-shadow: none;
  border-radius: 0;
}
.productContainer h3 {
  font-size: 18px;
}
.productContainer .mybans {
  width: 100%;
  margin-top: 0;
  height: 360px;
  position: absolute;
  top: 0;
  left: 0;
}
.productContainer .catBanner {
  height: 360px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.productContainer .catBanner h2 {
  text-align: center;
  line-height: 140%;
  position: absolute;
  bottom: 100px;
  font-size: 24px;
  width: 100%;
}
.productContainer .prod_precoDesconto,
.productContainer p.prod_precoDesconto,
.productContainer .prods_list .prod_des p.prod_precoDesconto {
  font-weight: normal;
  margin-top: 5px;
  text-align: left;
  background: transparent;
  color: #00447b;
  padding: 0;
  float: left;
  position: relative;
  top: auto;
  right: auto;
}
.productContainer .prod_precoOriginal,
.productContainer p.prod_precoOriginal,
.productContainer .prods_list .prod_des p.prod_precoOriginal {
  font-weight: normal;
  margin: 5px 0 5px 10px;
  text-align: left;
  background: transparent;
  color: #1f415c;
  padding: 0;
  float: left;
  position: relative;
  top: auto;
  right: auto;
}
.productContainer p.prod_ecovalor {
  clear: both;
  margin: 20px 0 !important;
}
.productContainer p.produto_desc {
  margin-bottom: 20px !important;
}
/* GRELHAS */

.corWrapper {
  margin-bottom: 20px;
}
.corWrapper .cores,
.corWrapper select {
  margin-bottom: 10px;
  width: auto;
}
.corWrapper .cores a,
.corWrapper select a {
  margin: 0 3px 0 0;
  border-radius: 4px !important;
}
.tamanhoWrapper {
  margin-bottom: 20px;
}
.tamanhoWrapper .tamanhos,
.tamanhoWrapper select {
  margin-bottom: 10px;
  width: auto;
}
.tamanhoWrapper .tamanhos a,
.tamanhoWrapper select a {
  margin: 0 3px 0 0;
  border-radius: 4px !important;
}
/* # FIM STORE CATALOG # */

/*CHECKOUT*/

.checkout_page h2 {
  color: #0090cd;
  font-size: 24px;
  display: inline-block;
}
.checkout_page h2 i.fa {
  margin-right: 5px;
}
@media (max-width: 480px) {
  .checkout_page h2 {
    font-size: 18px;
  }
}
.checkout_page label {
  float: none;
  color: #333333;
  font-weight: bold;
}
.checkout_page .checkbox label,
.checkout_page .radio label {
  line-height: 110%;
}
.checkout_page .sepBorder {
  text-align: left;
}
.pageCart {
  max-width: 1170px;
  width: 90%;
  margin: 240px auto 0 auto;
  text-align: left;
}
.pageCart label {
  text-weight: normal;
}
.pageCart .bkgColor {
  background: #d7e4d8;
  border: 5px solid #e6eee7;
}
.prod_in_cart.bkg-shadow {
  margin-bottom: 20px;
  min-height: 100px;
  background: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
@media (max-width: 480px) {
  .prod_in_cart.bkg-shadow {
    height: auto;
  }
}
.prod_in_cart p {
  margin-top: 40px;
  font-size: 16px;
  float: left;
}
.prod_in_cart p.title {
  max-width: 400px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media (max-width: 768px) {
  .prod_in_cart p.title {
    max-width: 170px;
    padding-left: 10px;
  }
}
@media (max-width: 480px) {
  .prod_in_cart p {
    margin-top: 0;
    float: none;
  }
}
.prod_in_cart ul {
  list-style: none;
  float: left;
}
@media (max-width: 480px) {
  .prod_in_cart ul li {
    float: none;
  }
}
.prod_in_cart .prod_img img {
  height: 100px;
  width: auto;
}
.prod_in_cart img.img.img-responsive {
  width: 100px;
  height: 100px;
  position: relative;
  top: inherit;
  left: inherit;
  float: left;
  border-right: 1px solid #dddddd;
  margin-right: 15px;
}
@media (max-width: 480px) {
  .prod_in_cart img.img.img-responsive {
    margin-right: 0;
  }
}
.prod_in_cart .prod_des {
  color: #4088e6;
  text-align: left;
}
.prod_in_cart.bkg-shadow .prod_img {
  border-bottom: none;
  float: left;
}
@media (max-width: 480px) {
  .prod_in_cart.bkg-shadow .prod_img {
    border-bottom: none;
    float: none !important;
    margin: 0 10px 0 0;
    width: 100%;
    text-align: center;
    background: red;
  }
}
.removeRef.prod_del {
  float: right;
  font-size: 24px;
  padding: 35px 20px;
  color: rgba(64, 136, 230, 0.7);
  border-left: 1px solid #cccccc;
  height: 100px;
}
@media (max-width: 890px) {
  .removeRef.prod_del {
    border-left: none;
  }
}
@media (max-width: 480px) {
  .removeRef.prod_del {
    padding: 10px;
    border-left: none;
  }
}
.removeRef.prod_del:hover {
  cursor: pointer;
  color: #990000;
}
.prod_in_cart .prod_des ul {
  float: right;
}
@media (max-width: 480px) {
  .prod_in_cart .prod_des ul {
    float: left;
  }
}
li.price p,
li.stot p,
li.qt p {
  font-size: 12px;
  color: rgba(64, 136, 230, 0.7);
  clear: both;
  margin: 15px 20px 0 20px;
}
@media (max-width: 480px) {
  li.price p,
  li.stot p,
  li.qt p {
    margin: 0 15px 0 15px;
  }
}
@media (max-width: 768px) {
  li.stot {
    max-width: 140px;
  }
}
li.qt p {
  margin: 15px 0 0 0;
}
.price p,
.stot p,
.qt p {
  font-size: 12px;
  color: rgba(64, 136, 230, 0.7);
  margin: 15px 5px 0 5px;
}
[class*="col-"] .price,
[class*="col-"] .stot,
[class*="col-"] .qt {
  padding-right: 0;
  padding-left: 0;
}
.price p span,
.stot p span,
.qt p p,
li.price p span,
li.stot p span,
li.qt p p {
  font-size: 16px;
  color: #4088e6;
  margin: 0px;
}
@media (max-width: 480px) {
  li.price p span,
  li.stot p span,
  li.qt p span {
    margin-top: 5px;
    display: block;
  }
}
li.qt p.xix,
.qt p.xix {
  margin: 8px 0 15px 0px;
}
.qt input {
  width: 100%;
}
.checkout_field {
  margin: 20px;
}
@media (max-width: 480px) {
  .checkout_field {
    margin: 20px 0;
    display: inline-block;
    width: 100%;
  }
}
.checkout_field p {
  font-size: 14px;
  line-height: 160%;
  text-align: left;
  color: rgba(51, 51, 51, 0.75);
}
@media (max-width: 480px) {
  .checkout_field p {
    margin-top: 20px;
    text-align: left;
  }
}
.checkout_field p span {
  font-weight: bold;
  margin-left: 10px;
  color: #4088e6;
  float: right;
  font-size: 16px;
}
/*new*/

.proceed.checkoutButton.mainBtn a,
a.btn_confirm {
  font-size: 18px;
  display: block;
  margin: 40px auto 0 auto;
  padding: 20px 15px;
  color: white !important;
  width: 100%;
  line-height: 0;
  text-align: center;
  background: #88c4eb;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 4px;
}
@media (max-width: 480px) {
  .proceed.checkoutButton.mainBtn a,
  a.btn_confirm {
    margin: 0 auto 10px auto;
  }
}
.proceed.checkoutButton.mainBtn a:hover,
span.logbtn:hover,
a:hover.btn_confirm {
  color: #73c2f0 !important;
  background: white;
  cursor: pointer;
}
/* changed*/

.proceed.checkoutButton.mainBtn {
  text-align: center;
  width: 220px;
  margin: 0 auto;
}
/*quando é um Custo extra*/

.isCost .prod_in_cart .prod_des {
  margin-right: 90px;
}
.isCost .removeRef.prod_del {
  display: none;
}
.isCost li.stot,
.isCost li.qt {
  display: none;
}
span.deliveryMode label,
span.paymentMode label {
  margin: 5px 0 5px 0 !important;
  color: #4088e6;
  text-align: left;
}
.prod_des input[type=number] {
  border-radius: 4px;
  width: 80px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #4088e6;
  background-color: white;
  background-image: none;
  border: 1px solid rgba(64, 136, 230, 0.25);
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -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;
}
@media (max-width: 768px) {
  .prod_des input[type=number] {
    width: 60px;
    padding: 6px 6px;
  }
}
.btnConfirmar {
  text-align: center;
  margin-top: 30px;
}
a.btn_confirm.mainBtn {
  font-size: 16px;
  margin-top: 30px;
  max-width: 240px;
}
.borderRight {
  border-right: 1px solid rgba(64, 136, 230, 0.25);
}
.sepBorder {
  border-bottom-style: dotted;
  border-bottom-width: 1px;
  border-bottom-width: rgba(0, 144, 205, 0.3);
  padding-bottom: 20px;
  clear: both;
}
a.btn_alt.btn-default {
  padding: 5px;
  border-radius: 4px;
  /*background: grey;*/
  background: #87c9f0 !important;
  color: white !important;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
a:hover.btn_alt.btn-default {
  background: white !important;
  color: #87cdf0 !important;
}
a:active.btn_alt.btn-default {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
@media (max-width: 480px) {
  .pageCartLine .prod_in_cart p {
    margin: 0 10px 5px 10px;
    float: none;
    display: inline-block;
  }
}
input#isOtherAddress {
  position: relative !important;
}
.pageCartLine.isCost li.qt,
.pageCartLine.isCost li.stot,
.pageCartLine.isCost .removeRef.prod_del {
  display: none;
}
.Checkout .radio label {
  margin-bottom: 10px !important;
}
.deliveryAddress label {
  margin: 3px 0 0 0 !important;
}
.messageContainer {
  text-align: center;
  color: red;
}
.changePassButton {
  border: 1px solid rgba(64, 136, 230, 0.25);
  border-radius: 4px;
  padding: 5px 10px;
  display: inline-block;
  margin: 10px 0 20px 0;
}
/* eliminar morada */

.deliveryAddress .radio i.fa.fa-times {
  margin-left: 10px;
  font-size: 16px;
  color: #990000;
  cursor: pointer;
}
.deliveryAddress .radio i.fa.fa-times:hover {
  color: #4088e6;
}
/* ocultar btns recuperar pw */

#ctl00_conteudo_toolutil_buprint,
#ctl00_conteudo_toolutil_buhelp,
.buprint,
.buhelp {
  display: none;
}
/* CODIGO PROMOCIONAL*/

.enterPromoCode {
  width: 150px;
  /* float: right;*/

}
a.promoApply.defaultBtn {
  padding: 8px;
  border-radius: 4px;
  background: #87c9f0;
  color: white;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
a:hover.promoApply.defaultBtn {
  background: white;
  color: #87cdf0;
  cursor: pointer;
}
.promoCode ::-webkit-input-placeholder {
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.promoCode :-moz-placeholder {
  /* Firefox 18- */
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.promoCode ::-moz-placeholder {
  /* Firefox 19+ */
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.promoCode :-ms-input-placeholder {
  color: #333333 !important;
  font-size: 12px;
  font-style: italic;
}
.promoCode input {
  float: left;
}
.promoApplyButton {
  float: left;
}
.promoApplyButton {
  margin: 9px;
}
.pageCheckout.form {
  padding-bottom: 30px;
}
.pageCheckout.form label {
  margin: 20px 5px 5px 0px;
}
/* # FIM CHECKOUT # */

#dataArea h3 {
  padding: 0;
  color: #333333;
}
/* ENCOMENDAS + FATURAS */

.ordersList,
.invoicesList {
  padding: 20px 0;
  max-width: 1170px;
  width: 90%;
  margin: 0 auto;
}
.ordersList p.ordersTitle,
.invoicesList p.invoicesTitle {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
  color: #0090cd;
}
@media (max-width: 480px) {
  .ordersList p.ordersTitle,
  .invoicesList p.invoicesTitle {
    white-space: nowrap;
  }
}
.ordersList .collapseHead,
.invoicesList .collapseHead {
  width: 100%;
  min-height: 40px;
  padding: 10px 5px;
  font-weight: bold;
  font-size: 14px;
  margin-top: 25px;
  margin-bottom: 0;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  color: white;
  text-align: left;
  display: inline-block;
  border-radius: 4px;
}
@media (max-width: 768px) {
  
}
.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;
  color: white;
}
.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;
}
@media (max-width: 480px) {
  .collapseHead span.headerPrice {
    margin: 10px 0 0 0;
    display: block;
  }
}
@media (max-width: 768px) {
  .collapseHead span.headerPrice {
    margin-left: 0px;
  }
}
.listBox {
  border-left: 1px solid #0090cd;
  border-right: 1px solid #0090cd;
  margin-bottom: 35px;
}
.listBox a,
.listBox a:hover {
  color: #4088e6;
}
.ordersList .line,
.invoicesList .line {
  clear: both;
  position: relative;
  background-color: white;
  min-height: 75px;
  margin-bottom: 10px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  display: inline-block;
  width: 100%;
  border-radius: 4px;
}
@media (max-width: 480px) {
  .ordersList .line,
  .invoicesList .line {
    min-height: 140px;
  }
}
.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,
.invoicesList .line .line_des {
  padding-top: 10px;
  text-align: left;
}
.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;
}
@media (max-width: 480px) {
  .ordersList .line .line_des > p,
  .invoicesList .line .line_des > p {
    margin: 0 0 10px 0;
    height: auto;
  }
}
.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;
}
@media (max-width: 480px) {
  .ordersList .line .line_des ul,
  .invoicesList .line .line_des ul {
    padding: 10px 0;
    float: none;
  }
}
.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;
}
@media (max-width: 768px) {
  .ordersList .line .line_des ul li,
  .invoicesList .line .line_des ul li {
    margin-right: 0;
  }
}
.ordersList .line .line_des ul li:first-child,
.invoicesList .line .line_des ul li:first-child {
  margin-right: 45px;
}
@media (max-width: 768px) {
  .ordersList .line .line_des ul li:first-child,
  .invoicesList .line .line_des ul li:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  .ordersList .line .line_des ul li:first-child,
  .invoicesList .line .line_des ul li:first-child {
    margin-right: 0;
  }
}
/* 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-width: 2px;
  border-style: solid;
  margin-left: 20px;
}
.ordersList .line .line_des ul li.stot,
.invoicesList .line .line_des ul li.stot {
  width: 120px;
  font-weight: bold;
}
@media (max-width: 480px) {
  .ordersList .line .line_des ul li.stot,
  .invoicesList .line .line_des ul li.stot {
    margin-top: 20px;
    margin-right: 0;
  }
}
.ordersList .line .line_des .title,
.invoicesList .line .line_des .title {
  font-size: 16px;
  float: left;
}
@media (max-width: 480px) {
  .ordersList .line .line_des .title,
  .invoicesList .line .line_des .title {
    width: 65%;
  }
}
@media (min-width: 481px) and (max-width: 768px) {
  .ordersList .line .line_des .title,
  .invoicesList .line .line_des .title {
    width: 25%;
  }
}
@media (max-width: 480px) {
  .line_des ul li.stot {
    margin-top: 20px;
    margin-right: 0;
  }
}
/*new - link para o documento*/

.pendingOrderCab a,
.finalOrderCab a,
.InvoiceCab a {
  color: white;
}
.pendingOrderCab a:hover,
.finalOrderCab a:hover .InvoiceCab a:hover {
  color: rgba(255, 255, 255, 0.5);
}
@media (max-width: 480px) {
  .collapseHead [class*="col-"] {
    float: left;
  }
}
/* header */

.ordersList h1,
.invoicesList h1 {
  position: relative;
  z-index: 5;
}
.ordersList h1.subPages,
.invoicesList h1.subPages {
  background: transparent !important;
  box-shadow: none !important;
}
@media (max-width: 768px) {
  .ordersList h1.subPages,
  .invoicesList h1.subPages {
    margin-top: 50px;
  }
}
.ordersList .mybans,
.invoicesList .mybans {
  width: 100%;
  margin-top: 0;
  height: 240px;
  position: absolute;
  top: 0;
  left: 0;
}
.ordersList .catBanner,
.invoicesList .catBanner {
  height: 240px;
  background-position: center center;
  background-size: cover;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
.ordersList .catBanner h2,
.invoicesList .catBanner h2 {
  text-align: center;
  line-height: 140%;
  position: absolute;
  bottom: 100px;
  font-size: 24px;
  width: 100%;
}
.storeFilter > div.checkbox > label > div { overflow: auto !important; }
.container.produto .row .carousel-inner .item img {
margin: auto !important;
height: auto !important;
  
}

.carousel-inner .item img {
 width: 100% !important;}

.refRelated-container ul.catItem li.catItemLine .prods_list .prod_des p.prod_precoOriginal {
background: none !important;
}


.prod_precoOriginal, p.prod_precoOriginal, .prods_list .prod_des p.prod_precoOriginal{

background: none !important;
}

.mybans { 
margin-top: 0px; 
position: unset;
!important;
}