@import url(http://fonts.googleapis.com/css?family=Alegreya+Sans:400,300,300italic,400italic,500,500italic,700,700italic); /*font-family: 'Alegreya Sans', sans-serif;*/
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700); /*font-family: 'Open Sans', sans-serif;*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,300italic,700&subset=latin-ext,latin); /*font-family: 'Open Sans Condensed', sans-serif;*/

/*GERAL*/
  html, body{
    height: 100%;
    position: relative;
    min-height: 100%;
  }
  body{
    scrollbar-face-color: #FFFFFF;
    scrollbar-track-color: #ccc;
    scrollbar-arrow-color: #ccc;
    scrollbar-shadow-color: #ccc;
    scrollbar-highlight-color: #ccc;
    scrollbar-darkshadow-color: #FFFFFF;
    scrollbar-3dlight-color: #FFFFFF;
    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    font-stretch: normal; 
    font-variant: normal;
    text-align: left;
    font-size: 14px;
    color: #555555;
    line-height: 1.42857143;
    background-color: transparent;
  }
  #contentor1{
    min-height: 100%;
    position: relative;
  }
  #asseccentro{
    /* Set the fixed height of the footer here + 20px de padding a separar do conteudo */
    padding-bottom: 285px;
    /*background-color: #fff;*/
  }
  .imgBorder{
    display: block;
    padding: 0;
    position: relative;
    cursor: pointer;
  }
  .direita{
    text-align: right;
  }
  .loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
    /*background: url('./imagens/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);*/
  }

  /*Estilo Titulo Caixa*/
    .heading{
      position: relative;
      text-align: center;
    }
    .title-text span{
      font-family: 'Alegreya Sans', sans-serif;
      font-size: 20px;
      font-weight: 400;
      letter-spacing: 1px;
      line-height: 24px;
      text-align: left;
    }
    .hline{
      content: "";
      height: 1px;
      width: 100%;
      left: 0;
      right: 0;
      margin: auto;
      background-color: #E5E4E2;
      position: absolute;
      top: 50%;
      z-index: -1;
    }
    .noheadingspan{
      padding: 10px 15px;
      background-color: #FFF;
      border: 1px solid #E5E4E2;
      font-family: 'Alegreya Sans', sans-serif;
      color: #404040;
      font-size: 20px;
      font-weight: 700;
      letter-spacing: 1px;
      line-height: 24px;
      margin-bottom: 15px;
      text-transform: uppercase;
    }
    .info_enc{
      padding: 10px 15px;
      background-color: #fff;
      border: 1px solid #E5E4E2;
      margin-top: 49px;
      margin-bottom: 30px;
    }
    .info_enc_title{
      padding: 0;
      font: 600 14px 'Open Sans', sans-serif;
      color: #404040;
      text-transform: uppercase;
      margin-top:0px; 
      margin-left:0px;
    }
  /*end Estilo Titulo Caixa */

  /*Cores Grupo de Produtos*/
    .Papelaria{
    }
    .Artes{
    }
    .Ensino{
    }
    .Livraria{
    }
  /*end Cores Grupo de Produtos*/
/*end GERAL*/

/*Fix for WinPhone 8 and IE10*/
@-webkit-viewport   { width: device-width; }
@-moz-viewport      { width: device-width; }
@-ms-viewport       { width: device-width; }
@-o-viewport        { width: device-width; }
@viewport           { width: device-width; }
/*end Fix for WinPhone 8 and IE10*/

/*IE FIX*/
  .carrinho-icon{
    height: 50px;
  }
/*end IE FIX*/

/*Cookie Consent*/
  .cc_message{
    font-size: 13px !important;
  }
  .cc_container .cc_btn {
    font-size: 13px !important;
    bottom: 20px !important;
  }
  .cc_logo{
    display: none !important;
    background-image: none !important;
    height: 1px !important;
  }
/*end Cookie Consent*/

/*Nav-bar*/
  .navbar{
    border: 0;
    margin: 0;
    border-radius: 0;
    background-color: #EA9923;
  }
  .navbar-default{
    background-color: transparent;
    border-color: transparent;
  }
/*end Nav-bar*/

/*Tabelas*/
  .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    vertical-align: middle !important;
    font-size: 13px;
    /*border: 1px solid #DDD !important;*/
  }
  td.highlight {
    background-color: whitesmoke !important;
  }
  .table tbody tr.even:hover, .table tbody tr.even td.highlighted {
    background-color: #F7F7F9;
  }
  .table tbody tr.odd:hover, .table tbody tr.odd td.highlighted {
    background-color: #F7F7F9;
  }
  .table tr.even:hover {
    background-color: #F7F7F9;
  }
  .table tr.even:hover td.sorting_1 {
    /*background-color: #DDFF75;*/
  }
  .table tr.even:hover td.sorting_2 {
    background-color: #E7FF9E;
  }
  .table tr.even:hover td.sorting_3 {
    background-color: #E2FF89;
  }
  .table tr.odd:hover {
    background-color: #F7F7F9;
  }
  .table tr.odd:hover td.sorting_1 {
    /*background-color: #D6FF5C;*/
  }
  .table tr.odd:hover td.sorting_2 {
    background-color: #E0FF84;
  }
  .table tr.odd:hover td.sorting_3 {
    background-color: #DBFF70;
  }
  .table-striped > tbody > tr:nth-child(odd) {
      background-color: #FFFAE5;
  }
  #livros td, #carrinho1 td{
      min-height: 15px;
  }
  div.dataTables_wrapper div.dataTables_length select{
    width: 50px;
  }
  .paginate_button{
    padding: 0 2px;
  }
  .paginate_button .previous{
    padding-right: 5px;
  }
  .paginate_button .next{
    padding-left: 5px;
  }
/*end Tabelas*/

/*Agenda*/
  .dia_ocupado {
    color: #fff !important;
    background-color:  #57a4c6 !important;
  }
  .td_dia_ocupado{
    background-color:  #57a4c6 !important;
  }
  .ui-datepicker .ui-datepicker-header{
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
/*end Agenda*/

/*Caminho-breadcumbs*/
  #caminho{
    background-color: #F5F5F5;
    margin-bottom: 30px;
  }
  .breadcrumb{
    margin-top: 10px;
    margin-bottom: 10px;
    background-color: transparent;
    padding:0;
    /*padding-left: 15px;*/
  }
  .breadcrumb a{
    font-size: 12px;
  }
/*end Caminho-breadcumbs*/

/*Tabs*/
  .tab-content{
    padding-top: 25px;
  }
  .nav-tabs > li > a {
    border: none !important;
  }
  .nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus{
    color: #FFF !important;
    background-color: #EA9923 !important;
    border: none !important;
    cursor: default !important;
  }
  .nav-tabs > li > a:hover, .nav-tabs > li > a:focus{
    background-color: transparent !important;
  }
  .nav-tabs {
    border-bottom: 1px solid #EA9923 !important;
  }
/*end Tabs*/

/*Forms*/
  .form-control:focus {
    border-color: #EA9923;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(234, 153, 35, .6);
  }
  .form-control{
    border-radius: 0px;
  }
/*end Forms*/

/*Footer*/
  .footer{
    position: absolute;
    bottom: 0;
    width: 100%;
    /* Set the fixed height of the footer here */
    height: 265px;
  }
  #footer{
    min-height: 20px;
    margin-bottom: 0;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background-color:  #4E4E4D;
  }
  .social{
    background-color: #FFF;
    border-radius: 50%;
    width: 27px;
    height: 27px;
  }
  .social i{
    font-size: 14px;
    padding-top: 6px;
  }
  .contactos-header{
    font-family: 'Alegreya Sans', sans-serif;
    color:  #7A6116;
    font-size: 24px;/* Aproximação devido à substituição de fonte */
    font-weight: 700;
    line-height: 24px;/* Aproximação devido à substituição de fonte */
    text-align: center;
    text-transform: uppercase;
  }
  .morada{
    font-family: 'Alegreya Sans', sans-serif;
    color:  #56440C;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    margin-top: 0;
  }
  .morada a{
    color: #404040;
  }
  .morada a:hover, .morada a:focus{
    color: #FFF;
  }
  .menu_bottom h6{
    color: #FFF;
  }
  .menu_bottom a:hover h6, .menu_bottom a:focus h6{
    text-decoration: underline;
  }
  .current_bottom h6{
    text-decoration: underline;
  }
  .copyright {
    text-align: left;
    margin-bottom: 0px !important;
  }
  .menu_rodape{
    text-align: center;
    margin-bottom: 0px !important;
  }
  .desenvolvido{
    text-align: right;
    margin-bottom: 0px !important;
  }
/*end Footer*/

/*Botoes geral*/
  .btn{
    border-radius: 0;
  }
  .bootstrap-select .btn:focus{
    outline: none !important;
  }
  .btn:active{
    box-shadow:none;
  }
  .btn:focus{
    outline: none !important;
  }
  .btn-primary, .btn-success, .btn-info {
    background-color: #EA9923 !important;
    border-color: #EA9923  !important;
    border-radius: 0px;
    color: #FFF !important;
  }
  .btn-primary:hover, .btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary,
  .btn-info:hover,  .btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info,
  .btn-success:hover,  .btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success,
  .btn-success:focus, .btn-success.focus,
  .btn-primary:focus, .btn-info:focus, .btn-success.focus{
    background-color: #EA9923  !important;
    border-color: #EA9923  !important;
    outline: none !important;
    color: #FFF !important;
    opacity: 0.8;
  }
  .btn-especial{
    font-size: 12px !important;
    font-weight: 600 !important;
    padding: 6px 10px !important;
    border-radius: 0px !important;
  }
  .btn-continua{
    border-color: #CCC;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-nobutton{
    background-color: #FFF;
    border: 1px solid #E5E4E2;
    font-size: 30px !important;
    letter-spacing: 1px;
    color: #404040;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-continuar{
    background-color: #EA9923 !important;
    border: 1px solid #EA9923 !important;
    font-size: 15px;
    letter-spacing: 1px;
    color: #FFF;
    text-transform: uppercase;
    padding: 10px 15px;
  }
  .btn-continuar.disabled, .btn-continuar[disabled]{
    opacity: 1 !important;
  }
  .btn-continuar:hover, .btn-continuar:focus{
    color: #EA9923 !important;
    background-color: #FFF !important;
  }
  .marginbotaoloja{
    margin-right: 620px;
  }
  .sobeedesce-norefresh{
    width: 113px;
    /* margin: 0 auto; */
    border: 1px solid #E5E4E2;
  }
  .checkbox{
    
  }
  .btn-sobedesce{
    background-color: transparent;
  }
  .btn-refresh{
    background: transparent;
  }
/*end botoes-geral*/

/*Badges*/
  .badge{
    font-weight: 600;
    border-radius: 0;
    margin-bottom: 3px;
  }
  .sempromo{
    font-size: 12px;
    color: #999;
    text-decoration: line-through;
  }
  .compromo{
    margin-right: 5px;
    font-size: 16px;
    font-weight: 600;
  }
/*end Badges*/

/*Font style*/
  td, .legenda,.legenda1 ,.legenda2 ,.fcaminho,.caminho{
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #404040;
    list-style: none;
  } 
  input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #ccc !important;
  }
  input, textarea,select, option{
    color: #404040;
  }
  input{
    outline:none;
  }
  select:focus, input:focus, label:focus{
    outline:none!important;
    box-shadow: none!important;
  }
  ::-webkit-input-placeholder {
     color: #404040;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #404040;
  }
  ::-moz-placeholder {  /* Firefox 19+ */
     color: #404040;
  }
  :-ms-input-placeholder {  
     color: #404040; 
  }
  a{
    color:#404040;
    text-decoration: none;
  }
  a:hover, a:focus{
    cursor: pointer;
    text-decoration: none;
    color: #EA9923;
    outline: none;
  }
  .osinputs input {
    line-height: normal;
    padding: 2px;
  }
  h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    line-height: 1.42857143;
  }
  .titulo-primario{
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    color:#EA9923;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
  }
  .titulo-secundario{
    font-family: 'Alegreya Sans', sans-serif;
    font-weight: 700;
    color: #404040;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 32px;
  } 
  .subtitulo-primario{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color:#EA9923;
    line-height: 26px;
  }
  .subtitulo-secundario{
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 24px;
    font-weight: 400;
    color: #404040;
    line-height: 26px;
  }
  .texto{
    font-family: 'Open Sans', sans-serif;
    color:  #4E4E4D;
    font-size: 14px; /* Aproximação devido à substituição de fonte */
    font-weight: 400;
    line-height: 22px; /* Aproximação devido à substituição de fonte */
    text-align: left;
  }
  .data, .timestamp{
    font-size: 12px;
  }
  .spacer{
    letter-spacing: -.5px;
    line-height: 1.2em;
  }
  .smalltext{
    font-size: 13px;
    word-wrap: break-word;
  }
  .legenda, .legenda1 , .legenda2   {
    font-size: 12px;
    font-style: normal;
  }
  .legenda2 { 
    font-size: 60%;
  }
  .sobconsulta{
    font-size: 12px;
  }
  .weight400{
    font-weight: 400 !important;
  }
  .weight600{
    font-weight: 600 !important;
  }
  .weight700{
    font-weight: 700 !important;
  }
  .bold{
    font-weight: 700;
  }
  .semibold{
    font-weight: 600;
  }
  .text-upper {
    text-transform: uppercase;
  }
  .lineheight24{
    line-height: 24px;
  }
  .font16{
    font-size: 16px;
  }
  .navbar-menu-prod{
    font-size: 15px;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sup {
    top: -0.5em;
  }
  sub {
    bottom: -0.25em;
  }
/*end Font style*/

/*Padding & margin*/
  .no-gutter{padding-right:0 !important;padding-left:0 !important;}

  .margintop100{margin-top: 100px !important;}
  .margintop50{margin-top: 50px !important;}
  .margintop25{margin-top: 25px !important;}
  .margintop10{margin-top: 10px !important;;}
  .nomargintop{margin-top: 0 !important;}

  .marginbottom100{margin-bottom: 100px !important;}
  .marginbottom50{margin-bottom: 50px !important;}
  .marginbottom25{margin-bottom: 25px !important;}
  .marginbottom10{margin-bottom: 10px !important;}
  .nomarginbottom{margin-bottom: 0 !important;}

  .paddingtop15{padding-top: 15px !important;}
  .padding-bottom20{padding-bottom: 20px !important;}

  .nomargin{margin: 0 !important;}
  .nopadding{padding: 0 !important;}
  .nopaddingleft{padding-left: 0;}
/*end Padding & margin*/

/*Border radius*/
  .borderespecial_inteira{
    border: 3px solid #EFCFAD;
    padding: 10px;
  }
  .bordertopradius{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .borderadius{
    -moz-border-radius:5px;
    border-radius:5px;
  }
/*end Border radius*/

/*Colors*/
  .color-primary{color:#EA9923 !important;} /*laranja escuro*/
  .color-secondary{color:#404040 !important;} /*cinza escuro*/
  .color-extra{color:#EA875A;} /*salmao*/
  .bolas{color:#DD6935 !important;}
  .gray{color:#7F8C8C !important;} /*cinza claro*/
  .white{color:#FFF !important;}
  .black{color:#000 !important;}
  .blue{color:#0098D1 !important;}
/*end Colors*/

/*Fancybox*/
  .fancybox-overlay.fancybox-overlay-fixed {
    z-index:999;
  }
  .zoomer:hover .overlay-zoom .zoom-icon{
    opacity:0.5;   
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    filter: alpha(opacity = 50);
  }
  .zoomer:hover .overlay-zoom .zoom-lupa{
    opacity: 1;
  }
  .overlay-zoom {
    z-index: 90;
    width: 100%;
    height: 100%;
    display: block;
    cursor: pointer;
    position: relative;     
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }
  .overlay-zoom .zoom-icon {
    top: 0;
    left: 0;
    opacity: 0; 
    z-index: 100;
    width: inherit;
    height: inherit;
    position: absolute;
    /*border-radius: 5px;*/
    background-color: #000;
    filter: alpha(opacity = 0);
    -webkit-backface-visibility: hidden;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /*-webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);*/
  }
  .overlay-zoom .zoom-lupa{
    opacity: 0;
    -webkit-transition: opacity 0.5s 0s ease-in-out;
    -moz-transition: opacity 0.5s 0s ease-in-out;
    -o-transition: opacity 0.5s 0s ease-in-out;
    -ms-transition: opacity 0.5s 0s ease-in-out;
    transition: opacity 0.5s 0s ease-in-out;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    transition-delay: 0.3s;
    width: inherit;
    height: inherit;
    z-index: 9999;
    top: 0;
    left: 0;
    position: absolute;
    background-position: 50%;
    background-repeat: no-repeat;
    background-image:url(./imagens/zoom.png);
  }
/*end fancybox*/

/*Fototeca efeito*/
  .img:hover h2{
    color:#0098D1;
  }
  .zoomin{
      text-decoration: none;
      display: block;
      -webkit-transform: scale(1,1);
      -webkit-transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      -moz-transform: scale(1,1);
      -moz-transition-timing-function: ease-out;
      -moz-transition-duration: 250ms;
  }
  .zoomin:hover{
      -webkit-transform: scale(1.05,1.07);
      -webkit-transition-timing-function: ease-out;
      -webkit-transition-duration: 250ms;
      -moz-transform: scale(1.05,1.07);
      -moz-transition-timing-function: ease-out;
      -moz-transition-duration: 250ms;
      position: relative;
      z-index: 99;
  }
/*end Fototeca*/

/*Fix images*/
  .img-responsive{
    width: 100%;
  }
/*end Fix images*/

/*Fix carousel blur*/
  .owl-carousel .owl-item{
    -webkit-perspective: 1000;
  }
/*end Fix carousel blur*/

/*Bootstrap fix*/
  .bootstrap-select:not([class*="span"]):not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn){
    width:auto !important;
  }
/*end Bootstrap fix*/

/*Scroll-top bottom*/
  .scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 9999;
    background-color: transparent;
    color: #eeeeee;
    width: 24px;
    height: 24px;
    line-height: 21px;
    right: 25px;
    bottom: 25px;
    padding-top: 2px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .scroll-top-wrapper:hover {
    background-color: transparent;
    opacity: 1 !important;
  }
  .scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 0.7;
  }
  .scroll-top-wrapper i.fa {
    line-height: inherit;
    color: #CACACA;
  }
/*end scroll-top*/

/*Modal*/
  .close{
    color: #FFF !important;
    opacity: 1 !important;
  }
  .modal-title{
    font-family: 'Alegreya Sans', sans-serif;
  }
  .logo-modal{
    width: 100px;
    margin-right: 20px;
    display: inline;
  }
  .login_modal_footer{
    margin-top:5px;
  }
  .form-group{
    position: relative;
  }
  .form-group .login-field-icon, .form-group .envelope-field-icon {
    font-size: 20px;
    position: absolute;
    right: 15px;
    top: 3px;
    transition: all 0.25s ease 0s;
    padding-top: 2%;
  }
  .login-modal{
    width:100%;
    padding-bottom: 0px;
  }
  .modal-register-btn{
    margin: 4% 33% 2% 33% ;
    width:100%;
  }
  .login-modal input{
  }
  .modal-body-left{
    float:left;
    width:50%;
    padding-right:4%;
    border-right:4px solid #EA9923;
  }
  .modal-body-right{
    float:right;
    width:47%;
  }
  .login-link{
    padding:0;
  }
  .modal-icons{
    margin-left: -10px;
    margin-right: 20px;
  }
  #center-line{
    position: absolute;
    right: 265.7px;
    top: 80px;
    background:#ddd;
    border: 4px solid #DDDDDD;
    border-radius: 20px;
  }
  .modal-login-btn{
    width:100%;
    height:40px;
    margin-bottom:10px;
    color: #FFF;
  }
  .modal-login-btn:hover,.modal-login-btn:focus, .modal-login-btn:active{
  }
  .modal {
    text-align: center;
  }
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
  .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
  }
  .modal-dialog-small{
    width: 430px;
  }
  .login_modal_header, .login_modal_footer, .modal-header {
    background-color: #0D578A;
    color: #FFF;
  }
  .help-block.with-errors {
    font-size: 12px;
  }
  #form_registo .control-label{
    display: none;
  }
/*end Modal*/

/*Random*/
  .svg-defs {
    position: absolute;
    width: 0;
    height: 0;
  }
/*end random*/

/*TABELA LIVROS*/
  td.numeric, th.numeric {
      /*text-align: right;*/
  }
  @media only screen and (max-width: 800px) {  
      /* Force table to not be like tables anymore */
    .no-more-tables table, 
    .no-more-tables thead, 
    .no-more-tables tbody, 
    .no-more-tables th, 
    .no-more-tables td, 
    .no-more-tables tr { 
      display: block; 
    }
    
    /* Hide table headers (but not display: none;, for accessibility) */
    .no-more-tables thead tr { 
      position: absolute;
      top: -9999px;
      left: -9999px;
    }
   
    .no-more-tables tr { border: 1px solid #ccc; }
   
    .no-more-tables td { 
      /* Behave  like a "row" */
      border: none !important;
      border-bottom: 1px solid #eee !important; 
      position: relative !important;
      padding-left: 21% !important; 
      white-space: normal !important;
      text-align:left !important;
    }
   
    .no-more-tables td:before { 
      /* Now like a table header */
      position: absolute !important;
      /* Top/left values mimic padding */
      top: 6px !important;
      left: 6px !important;
      width: 20% !important; 
      padding-right: 10px !important; 
      white-space: nowrap !important;
      text-align:left !important;
      font-weight: bold !important;
    }
    /*
    Label the data
    */
    .no-more-tables td:before {
      content: attr(data-title);
    }
    .no-more-tables  td.change:before {
      content: attr(data-content);
    }
    #livros{
      border: 0px;
      padding: 0;
    }
    .checkbox {
      text-align: left;
    }
  }
/*END TABELA LIVROS*/

/*MENU LATERAL PRODUTOS*/
    .navbar-brand_produto{
      height: 50px;
      padding: 0;
      float: left;
      height: 50px;
      padding: 15px 15px;
      font-size: 18px;
      line-height: 20px;
    }
    #leftMenu a{
      color: #404040;
    }
    #leftMenu a:hover, #leftMenu a:focus {
      color: #EA9923;
    }
    .activo{
      color: #EA9923;
    }
    .navbar-menu-prod{
      width: 100%;
    }
    .navbar-menu-prod li{
      width: 100%;
    }
    .dropdown-menu a{
      width: 100%;
    }
    .navbar_product a{
      font-size: 16px;
      line-height: 25px;
    }
    .navbar_product .menu-lateral-familia{
      font-size: 14px;
      font-family: 'Open Sans', sans-serif;
      font-weight: normal;
      line-height: 16px;
      text-transform: lowercase;
    }
    .fa-tag{
      padding-right: 10px;
    }
    .accordion-group{
      margin-bottom: 5px;
    }
    .accordion-inner ul{
      list-style: none;
      padding-left: 20px;
    }
/*END MENU LATERAL PRODUTOS*/

/*MEDIA QUERIES*/
  @media only screen and (min-width : 320px) {
    [class*="col-"]{
        margin-bottom: 15px;
    }
  }

  /*Até LG 1º salto*/
    @media (max-width:1200px) { 
      .btn-loja {
        right: 50px !important;
        top: 240px !important;
      }
      .navbar-nav > li > a {
        padding: 15px 10px !important;
      }
      .produto-titulo{
        
      }
      .produto-preco{
        
      }
      .titulo-detalhe{
        
      }
      .preco {
        font-size: 25px !important;
        line-height: 24px !important;
      }
      .carrinho_variaveis {
        font-size: 21px !important;
      }
      .borderespecial{
        height: 90px !important;
      }
      .descricao {
        height: 135px !important;
      }
       #testemunho{
        padding-right: 15px !important;
      }
      .bloco-btn-testemunho{
        left: 67px !important;
      }
      .noticia-image {
        height: 214px !important;
      }
      .mapa {
        margin-top: 0 !important;
      }
      .parcerias-quadrado {
        background-color: transparent !important;
      }
      .marginbotaoloja{
        margin-right: 420px !important;
      }
    }
  /*end LG 1º salto*/

  /*Até MD 2º salto*/
    @media (max-width:992px) {
      .navbar-header {
        float: none !important;
      }
      #svgImg_logo_mobile {
        height: 120px !important;
        margin-top: 10px !important;
        width: auto !important
      } 
      .navbar_bg {
        background: #0D578A none repeat scroll 0 0 !important;
        height: 140px !important;
      }
      .btn-loja {
        right: -547px !important;
        top: 50px !important;
      }
      .navbar-brand {
        height: 140px !important;
      }
      #newsletter {
        margin-top: 35px !important;
        padding: 0 15px !important;
        height: 50px !important;
      }
      .newsletter-form {
        width: 55% !important;
        margin: 0 auto;
      }
      .newsletter-header{
        display: inline;
        margin-right: 100px;
      }
      #menufundo  li{
        text-align: center;
        width: 100%;
      }
      .modal:before {
        height: 0 !important;
      }
      .titulo-detalhe{
        font-size: 21px !important;
      }
      .preco {
        font-size: 25px !important;
        line-height: 24px !important;
      }
       .btmainprev, .btmainnext {
        margin: 0px !important;
      }
      .lista-quantidade li{
        padding-right: 2px;
        padding-left: 2px;
      }
      .numero {
        width: 25% !important;
        margin: 0 auto !important;
      }
      .borderespecial{
        height: 88px !important;
      }
      .descricao {
        height: 170px !important;
      }
      .nopaddingleft{
        padding-left: 15px !important;
      }
      .parcerias-quadrado {
        background-color: transparent !important;
      }
      .lista-noticias img {
        max-height:none !important;
      }
      .noticia-image .meio {
        position: relative;
        top: auto !important;
        -webkit-transform: none !important; /* Safari and Chrome */
        -moz-transform: none !important; /* Firefox */
        -ms-transform: none !important; /* IE 9 */
        -o-transform: none !important; /* Opera */
        transform: none !important;
      }
      .noticia-cartaz img {
        max-height: none !important; 
      }
      .noticia-image {
        height: auto !important;
      }
      .noticia-imagem-nogutter {
        padding: 0px 15px !important;
      }
      .botao-noticia {
        right: 15px !important;
      }
      #product_list li:nth-child(4n+1) {
        clear: none !important;
      }
      #product_list li:nth-child(3n+1) {
        clear: both !important;
      }
      .single-product li:nth-child(3n+1) {
        clear: both !important;
      }
      .single-product li:nth-child(4n+1) {
        clear: none !important;
      }
      .marginbotaoloja{
        margin-right: 200px !important;
      }
      .btn-addcart {
        margin-left: 0px !important;
      }
    }
  /*end MD 2º salto*/

  /*Datatables media query*/
    @media only screen and (max-width : 800px) { 
      .sobeedesce-refresh {
        width: 140px !important;
        margin: 0px !important;
      }
      .sobeedesce-norefresh{
      }
    }
  /*end Datatables media query*/

  /*Até SM --- 768 normal 767 ipad fix*/
    @media only screen and (max-width : 767px) {
      .navbar-nav > li > a {
        padding: 5px 10px !important;
      }
      .nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
        background-color: #EA9923 !important;
        border: none !important;
      }
      .nav > li > a:hover, .nav > li > a:focus, .nav > li > a:focus .caret, .nav > li > a:focus .caret {
        color: #FFF !important;
        background: #EA9923 !important;
      }
      .row.wow.animated.fadeInUp {
        margin-top: 20px !important;
      }
      .header-title {
        padding-top: 0px !important;
      }
      .header-content {
        margin-top: 0px !important;
      }
      .header-content{
        background: none !important;
      }
      #leftmenu{
        margin-top: 10px;
      }
      .navbar-product-list{
        margin: 8px 0 8px 0 !important;
      }
      .navbar_bg {
        height: 320px;
        background-image: none !important;
        background-color: #0D578A !important;
      }
      .caret{
        display: inline-block !important;
      }
      #svgImg_logo_mobile {
        width: 100% !important;
      }
      .navbar-center {
        width: 100% !important;
      }
      .navbar-center li {
        width: 50% !important;
        float: left !important;
      }
      .navbar-center > li {
        border-right: none !important;
      }
      .navbar-right {
        width: 100% !important;
        margin-right: 0px;
        margin-bottom: 0px !important;
      }
      #svgImg_logo_site {
        margin-top: 0px !important;
      }
      .navbar-right li a {
        height: 90px !important;
      }
      .navbar-nav {
        margin: 7.5px 0px;
        padding: 0 !important;
      }
      .navbar-form{
        padding: 7px 0px 7px 10px !important;
      }
      .navbar-nav .open .dropdown-menu{
        background-color: #FFF;
      }
      .newsletter-form {
        width: 65% !important;
        margin: 0 auto;
      }
      .fancybox-nav span{
        visibility: visible !important;
      }
      .cartaz-texto{
        padding-right: 15px !important;
      }
      .cartaz-imagem{
        padding-left: 15px !important;
      }
      .cartaz-imagem img{
        height:auto !important;
      }
      .owl-carousel-cartaz .owl-controls{
        display: none !important;
      }
      .section-title-inner{
        line-height: 50px !important;
      }
      .borderespecial {
        border: none !important;
      }
      .carrinho_variaveis {
        line-height: 17px !important;
        font-size: 16px !important;
      }
      .qtdsecores{
        margin-bottom: 10px !important;
      }
      .qty-holder{
        padding-top: 0px !important;
      }
      .precopaddingtop{
        padding-top: 5px !important;
        text-align: left;
      }
      .precototalpaddingtop{
        padding-top: 0px !important;
      }
      .borderespecial{
        height: auto !important;
      }
      .borderquantidade{
        padding: 0px 15px !important;
      }
      .borderpreco{
        padding: 0px !important;
      }
      .bordervalor{
        padding: 0 !important;
      }
      #footer .primeiro .list-inline > li{
        display: block;
        text-align: center;
      }
      .list-footer li{
        padding: 0px !important;
      }
      .copyright {
        text-align: center !important;
        margin-bottom: 10px !important;
      }
      .menu_rodape{
        text-align: center !important;
        margin-bottom: 10px !important;
      }
      .desenvolvido{
        text-align: center !important;
        margin-bottom: 10px !important;
      }
      .links-mobile {
        text-align: center !important;
      }
      .social-icons {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }
      .contacto-bottom {
        margin-top: 0px !important;
      }
      .btn-formulario_contacto {
        margin-bottom: 0px !important;
      }
      .navbar-brand-right {
        opacity: 0.6 !important;
      }
      .modal-registo {
        width: 80% !important;
      }
      .titulo-detalhe {
        font-size: 22px !important;
      }
      .preco {
        text-align: right!important;
        font-size: 35px !important;
      }
      .btmainprev, .btmainnext {
        margin: 0px !important;
      }
      .numero {
        width: 25px !important;
        margin: auto !important;
      }
      .descricao {
        height: auto !important;
      }
      #testemunho{
        padding-right: 15px !important;
      }
      .bltestemunho {
        padding: 20px 15px 0px 15px !important;
        height: 170px !important;
      }
      .bloco-btn-testemunho{
        width: 100% !important;
        position: relative !important;
        z-index: 99 !important;
        left: 0px !important;
        top: auto !important;
        padding: 5px !important;
        left: auto !important;
        height: auto !important;
        text-align: center !important;
        overflow: hidden !important;
        transition: all 0.5s ease 0s !important;
      }
      .testemunho-texto{
        height: 75px !important;
      }
      .testemunho-autor{
        padding-top: 0px !important;
      }
      #parcerias{
        padding-left: 15px !important;
      }
      .parcerias-bloco {
        height: 50px !important;
      }
      .parcerias-quadrado {
        background-color: transparent !important;
      }
      .noticia-cartaz {
        height: auto !important;
      }
      .padding-noticias{
        padding: 0 !important;
      }
      #cartaz-conteudo {
        height: auto !important;
        padding: 10px !important
      }
      #cartaz-conteudo .cartaz-conteudo{
        position: relative;
        -webkit-transform: none !important; /* Safari and Chrome */
        -moz-transform: none !important; /* Firefox */
        -ms-transform: none !important; /* IE 9 */
        -o-transform: none !important; /* Opera */
        transform: none !important;
        height: 100% !important;
      }
      .botao{
        display: none !important;
      }
      .lista-noticias {
        margin: 15px 0 !important;
        padding: 0 15px !important;
      }
      .noticia-header {
        height: 50px !important;
      }
      .noticia-header h3{
        padding-top: 12px !important;
      }
      .noticia_titulo{
        padding-top: 10px !important;
        height: auto !important;
      }
      #singlenews h4 {
        font-size: 16px;
      }
      .double-button{
        text-align: center !important;
      }
      .double-button span{
        margin: 0! important;
        text-align: center !important;
        display: block;
      }
      .title-text {
        margin-right: 0px !important;
      }
      .btn-addcart {
        margin-left: 15px !important;
      }
      /*TABELA CARRINHO*/
        .valoreslinha, .checkbox, .ultimo, .apagar{
          text-align: left;
        }
        .tooltip-inner {
          max-width: 175px !important;
          /* If max-width does not work, try using width instead */
          width: 175px !important; 
        }
      /*end TABELA CARRINHO*/
    }
  /*end SM 3º salto*/

  /* Até XS */ 
    @media only screen and (max-width : 480px) {
      .modal-title {
        font-size: 22px;
      }
      .fraseprincipal{
        width: 100% !important;
      }
      .header-content {
        margin-top: 0px !important;
      }
      .header-title {
        padding-top: 0px !important;
      }
      .newsletter-form {
        width: 80% !important;
        margin: 0 auto;
      }
      .icons-topo {
        width: 75px !important;
        height: 120px !important;
      }
      .primeiroicon{
        padding: 0px !important;
      }
      .terceiroicon{
        padding: 0px !important;
      }
      .social-icons {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
      }
      .fancybox-nav span{
        visibility: visible !important;
      }
      .short-text, .text-container{
        height: auto !important;
        margin-bottom: 30px;
      }
      .borderespecial {
        border: none !important;
      }
      .carrinho_variaveis {
        line-height: 17px !important;
        font-size: 16px !important;
      }
      .qtdsecores{
        margin-bottom: 10px !important;
      }
      .modal-footer .btn + .btn {
        margin-bottom:10px !important;
      }
      .btn-continua {
        margin-bottom: 10px !important;
      }
      .btmainprev, .btmainnext {
        margin-top: 0px !important;
      }
      .contacto-bottom {
        margin-top: 0px !important;
      }
      .btn-formulario_contacto {
        margin-bottom: 0px !important;
      }
      #svgImg_logo_site {
        height: 40px !important;
        margin-top: 0px;
        padding: 0px !important;
      }
      .navbar-right li a {
        height: 65px !important;
      }
      .navbar-brand-right {
        opacity: 0.6 !important;
      }
      .modal-registo {
        width: 80% !important;
      }
      .titulo-detalhe {
        font-size: 32px;
      }
      .preco {
        text-align: right !important;
        font-size: 25px !important;
      }
      .numero {
        width: 100px !important;
        height: 22px;
        border: none;
        padding: 2px 40px !important;
      }
      .btmainprev, .btmainnext {
        margin: 0px !important;
      }
      .section-title-inner {
        font-size: 40px !important;
      }
      .three-columns {
        -webkit-column-count: 2 !important;
        -moz-column-count: 2 !important;
        column-count: 2 !important;
      }
      .modal-dialog-small {
        width: 320px !important;
      }
      .btn-testemunho {
        font-size: 20px !important;
      }
      .newsletter-header {
        margin-right: 10px !important;
      }
      .no-more-tables td { 
        /* Behave  like a "row" */
        padding-left: 45% !important; 
      }
      .no-more-tables td:before { 
        width: 40% !important; 
      }
      .btn-addcart {
        margin-left: 0px !important;
      }
    }
  /*end Até XS*/

  /* Custom, iPhone Retina */ 
    @media only screen and (max-width : 320px) {
      .testemunho-texto {
          height: 47px !important;
      }
      .btn-addcart {
        margin-left: 0px !important;
      }
    }
    @media only screen and (min-width : 320px) {
      [class*="col-"]{
          margin-bottom: 15px;
      }
    }
  /*end Custom*/

  @media only screen and (min-width : 768px) {
    /* mmudar em mobile para tirar o hover e colocar click*/
    .menuhover:hover > .dropdown-menu{
      display: block;
    }
    .fancybox-nav span{
      visibility: visible !important;
    }
    /*end mobile hover*/
  }
/*end MEDIA QUERIES*/
.reclama {
  display: inline-block;
  width: 120px;
  height: 48px;
  background-size: cover;
  margin-top: 4px;
}
.reclama-logo {
  background-image: url(./imagens/reclama.svg);
}
.reclama-logo:hover,
.reclama-logo:focus {
  background-image: url(./imagens/reclama-white.svg);
}