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

  Definició de les variables less

  Aquest fitxer s'inclou a tots els fitxers less del template, de
  manera que es poden usar a qualsevol fitxer.


*********************************************************************/
/** Tipus de lletres *****/
/****  Color general per la web   ****/
/** Enllaç general  ****/
/** Botons ****/
/*** Mides de lletra ****/
[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}
@media (min-width: 1200px) {
  .container {
    width: 100%;
    max-width: 1400px;
  }
}
h1 {
  color: #333;
  font-size: 25px;
  text-transform: uppercase;
  margin: 0;
  padding: 0;
  font-weight: 600;
}
a {
  color: #E13237;
}
a:hover {
  color: rgba(225, 50, 55, 0.5);
}
body {
  font-family: 'Lato', Verdana, Arial;
}
.boto_url {
  display: block;
  padding: 2px 5px;
  background: #E13237;
  color: #ffffff;
  border: none;
}
.boto_url:hover {
  background: rgba(225, 50, 55, 0.5);
  color: #ffffff;
  border: none;
}
button,
button:focus,
input[type="submit"],
.btn-primary {
  background: #E13237;
  color: #ffffff;
  border: none;
}
button:hover,
button:focus:hover,
input[type="submit"]:hover,
.btn-primary:hover {
  background: rgba(225, 50, 55, 0.5);
  color: #ffffff;
  border: none;
}
.btn-submit,
.btn-submit:focus,
.btn-reset,
.btn-reset:focus {
  background: #E13237;
  color: #ffffff;
  border: none !important;
}
.btn-submit:hover,
.btn-submit:focus:hover,
.btn-reset:hover,
.btn-reset:focus:hover {
  background: rgba(225, 50, 55, 0.5) !important;
  color: #ffffff !important;
  border: none;
}
.navbar-collapse {
  position: relative;
}
.navbar-collapse .tancar {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #666666;
  cursor: pointer;
  font-size: 16px;
  z-index: 1150;
}
.navbar-collapse .tancar:hover {
  color: #333;
}
.navbar-brand {
  padding: 5px 15px 5px 15px;
}
.navbar-brand img {
  width: auto;
  height: 40px;
}
.loading_button {
  font-size: 16px !important;
  margin-left: 4px;
}
.loading_button .fa,
.loading_button .fas,
.loading_button .far,
.loading_button .fal,
.loading_button .fab {
  padding-top: 1px;
}
.btn {
  padding: 6px 20px;
}
#accions-cerca .btn {
  padding: 7px 10px;
}
.login-box .idioma_login {
  text-align: right;
  float: right;
}
.login-box .idioma_login button {
  margin-left: 10px;
}
.login-box h1 {
  color: #E13237;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 30px;
}
.logo-mini img {
  width: 40px;
  height: 40px;
}
#logo_login {
  max-width: 450px;
}
.login-box {
  width: 450px;
}
.login-box-body,
.register-box-body {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px;
  min-width: 400px;
}
.login-recordar {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #cccccc;
}
.login-recordar #alta_online {
  float: right;
}
#bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  z-index: -1;
  background: #f0f0f0;
}
#bg img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
.etiqueta_carro {
  right: 4px !important;
  top: 7px !important;
}
/************** Modificacions a bootstrap **************************************************************************************************/
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12 {
  padding-left: 10px;
  padding-right: 10px;
}
.row {
  margin: 0;
  padding: 0;
}
.alinea_esquerre {
  text-align: left !important;
}
.alinea_dreta {
  text-align: right !important;
}
.alinea_centre {
  text-align: center !important;
}
.alinea_justificat {
  text-align: justify;
}
.alinea_v_centre {
  vertical-align: middle !important;
}
.barra_botons {
  margin-top: 10px;
  margin-right: 10px;
  text-align: right;
}
.barra_botons button,
.barra_botons input[type="submit"] {
  margin-left: 10px;
}
.float_d {
  float: right;
}
.float_e {
  float: left;
}
.f_left {
  float: left;
}
.f_right {
  float: right;
}
.clear {
  clear: both;
}
.error-miss {
  color: red;
  font-size: 12px;
  margin-top: 3px;
}
.img_prod {
  max-width: 50px;
  height: auto;
  cursor: pointer;
}
.img_prod_over {
  max-width: 300px;
  height: auto;
}
.main-header .logo {
  height: 56px;
}
.main-header .sidebar-toggle {
  padding: 18px 17px;
}
.canvi_idiomes {
  margin-top: 5px;
  margin-right: 20px;
}
.dropdown-toggle .fa-shopping-cart {
  font-size: 20px;
}
.dropdown-toggle .label {
  border-radius: 10px;
}
.dropdown-toggle .label-success {
  background: var(--main-color) !important;
}
.info_usuari {
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  vertical-align: top;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  height: 50px;
  position: relative;
}
.info_usuari .info_representant {
  display: block;
  font-size: 10px;
}
.info_usuari .nom_client {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  margin-top: -5px;
  font-size: 13px;
  font-weight: 600;
}
.info_usuari .nom_client a {
  color: #333;
}
.info_usuari .nom_client a:focus {
  color: #333;
}
.info_usuari .nom_client a:hover {
  color: rgba(225, 50, 55, 0.5);
}
.info_usuari .sortir {
  margin-top: -5px;
  font-size: 14px;
  display: inline-block;
  text-decoration: underline;
  margin-left: 40px;
  color: #E13237;
}
.info_usuari .sortir:hover {
  color: rgba(225, 50, 55, 0.5);
}
.navbar-toggle {
  float: left;
  background-color: #fff !important;
  color: #333 !important;
}
.navbar-toggle:focus,
.navbar-toggle:focus:hover {
  background: #fff !important;
}
.user-panel {
  margin-top: 15px;
  margin-bottom: 10px;
}
.user-panel > .info {
  left: 35px;
  margin-right: 5px;
}
.user-panel > .info p {
  white-space: normal;
}
.sidebar-menu {
  border-bottom: 1px solid #E4E4E4;
}
.sidebar-menu .fa,
.sidebar-menu .far,
.sidebar-menu .fas,
.sidebar-menu .fal,
.sidebar-menu .fab {
  color: #E13237;
  font-size: 20px;
  margin-right: 10px;
}
.sidebar-menu > li {
  border-top: 1px solid #E4E4E4;
}
.sidebar-menu .menu {
  color: #E13237 !important;
  text-transform: uppercase;
}
.sidebar-menu .treeview-menu {
  border-top: 1px solid #E4E4E4;
}
.sidebar-menu .treeview-menu > li > a {
  padding: 7px 10px 15px 15px;
  margin-right: 20px;
  display: block;
  white-space: normal;
  color: #333333;
  font-size: 13px;
}
.sidebar-menu .treeview-menu > li > a:hover {
  text-decoration: underline;
}
.content {
  padding: 10px 0px;
}
.titol {
  margin-top: 10px;
  margin-bottom: 10px;
}
.featherlight .featherlight-close-icon {
  font-size: 0;
}
.featherlight .featherlight-close-icon:before {
  content: "\f00d";
  font-family: "Font Awesome 5 Pro";
  font-size: 20px;
}
.finestra_info_prod {
  width: 700px;
}
.finestra_info_prod .nom {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.finestra_info_prod .unitats span {
  margin-right: 10px;
  font-size: 13px;
}
.finestra_info_prod .existencia {
  margin-top: 25px;
  margin-bottom: 10px;
}
.finestra_info_prod .existencia .nivell_alt {
  color: green;
  font-weight: bold;
}
.finestra_info_prod .existencia .nivell_mig {
  color: #333;
  font-weight: bold;
}
.finestra_info_prod .existencia .nivell_baix {
  color: red;
  font-weight: bold;
}
.finestra_info_prod .prod_mes_info {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px !important;
}
.finestra_info_prod .prod_mes_info .fa {
  padding-right: 5px;
}
.finestra_info_prod .barra_info {
  background: #f2f2f2 !important;
  padding: 8px 5px 6px 10px;
  min-height: 50px;
}
.finestra_info_prod .barra_info .fa {
  color: #666666;
  font-size: 25px;
  width: 35px;
  vertical-align: top;
}
.finestra_info_prod .barra_info .te_oferta {
  color: #E13237;
  width: 110px;
  display: inline-block;
}
.finestra_info_prod .barra_info .te_oferta .fa {
  color: #E13237;
  width: 30px;
  float: left;
  margin-top: 0px;
}
.finestra_info_prod .barra_info .te_oferta .data_oferta {
  font-size: 11px;
  width: 70px;
  float: left;
}
.finestra_info_prod .barra_info .te_oferta .data_oferta span {
  display: block;
  clear: both;
}
.finestra_info_prod .barra_info .preu_qtat {
  float: right;
  font-size: 16px;
  font-weight: normal;
  width: 140px;
}
.finestra_info_prod .barra_info .preu_qtat .preu {
  text-align: right;
  display: inline-block;
}
.finestra_info_prod .barra_info .preu_qtat input {
  vertical-align: top;
  margin-left: 15px;
  max-width: 75px;
}
.finestra_info_prod .enviar {
  margin-top: 10px;
  text-align: right;
}
.finestra_info_prod .enviar input[type="submit"] {
  font-size: 18px;
  padding: 5px 25px;
  text-transform: uppercase;
  font-weight: 700;
}
.finestra_info_prod .codis_barres {
  margin-top: 20px;
}
.finestra_info_prod .codis_barres .titol {
  font-weight: 400;
  font-size: 13px;
}
.finestra_info_prod .codis_barres .codis_barres_txt {
  max_height: 150px;
  overflow: auto;
}
.finestra_info_prod .codis_barres .codis_barres_txt span {
  display: inline-block;
  margin-right: 15px;
}
.finestra_info_prod .codis_barres .codis_barres_txt span .fa {
  margin-right: 8px;
}
.cercador_producte_env {
  position: relative;
}
.cercador_producte_env .productes_preview {
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  position: absolute;
  border: 1px solid #e1e1e1;
  width: 300px;
  background: #fff;
  margin-top: 35px;
  z-index: 150;
  min-width: 200px;
  padding-bottom: 10px;
}
.cercador_producte_env .productes_preview .tancar {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
  font-size: 20px;
  color: #333;
}
.cercador_producte_env .productes_preview .tancar:hover {
  color: #666;
}
.cercador_producte_env .productes_preview .item_producte_preview {
  cursor: pointer;
  padding: 3px 10px;
  display: flex;
  align-items: center;
}
.cercador_producte_env .productes_preview .item_producte_preview:hover {
  background: #e1e1e1;
}
.cercador_producte_env .productes_preview .item_producte_preview .img_env {
  display: block;
  text-align: center;
  width: 50px;
  min-width: 50px;
  position: relative;
}
.cercador_producte_env .productes_preview .item_producte_preview .img_env img {
  padding: 8px 10px 8px 0px;
}
.cercador_producte_env .productes_preview .item_producte_preview .nom {
  margin-top: 5px;
  font-size: 12px;
  display: block;
  overflow: hidden;
  line-height: 120%;
}
.cercador_producte_env .enllos_tots {
  text-align: center;
  color: #E13237;
  cursor: pointer;
  padding: 10px 15px;
}
.cercador_producte_env .enllos_tots:hover {
  text-decoration: underline;
}
.visibilitat_ordre {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.visibilitat_ordre .visibilitat .seleccionat {
  color: #333;
}
.visibilitat_ordre .visibilitat a {
  display: inline-block;
  padding: 5px;
  cursor: pointer;
}
.visibilitat_ordre .visibilitat a:hover {
  opacity: 0.7;
}
.visibilitat_ordre .visibilitat .fas,
.visibilitat_ordre .visibilitat .fa {
  font-size: 18px;
}
.visibilitat_ordre .paraula_cercada {
  font-size: 15px;
}
.cercador_producte {
  width: 100%;
}
.cercador_producte .cercador_producte_ini {
  padding: 10px 0px;
}
.cercador_producte .inline-block {
  display: inline-block !important;
}
.cercador_producte .check_grup {
  display: inline-block;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 15px;
}
.cercador_producte .check_grup .check {
  color: #fff;
  line-height: 100%;
  vertical-align: middle;
}
.cercador_producte .form-control {
  width: auto;
  margin-right: 10px;
}
.cercador_producte .fila_menu {
  width: 100%;
  background: #fff;
}
.cercador_producte .fila1 {
  padding: 10px;
  background: #fff;
}
.cercador_producte .fila1 .input-group {
  width: 100%;
}
.cercador_producte .fila1 input[type="text"] {
  width: 255px;
}
.cercador_producte .fila1 select {
  margin-right: 10px !important;
}
.cercador_producte .fila1 .btn-reset {
  float: right;
  margin-right: 10px;
}
.cercador_producte .fila1 .btn-submit {
  margin-right: 0;
}
.cercador_producte .fila_filtres_cercador {
  border-top: 1px solid #e4e4e4;
  background: #f9f9f9;
  margin-top: 15px;
  padding: 10px 20px 15px 20px;
  width: 100%;
}
.cercador_producte .fila_filtres_cercador select {
  margin-bottom: 10px;
}
.cercador_producte .fila_filtres_cercador .titol_filtre {
  font-size: 12px;
  margin-bottom: 2px;
  font-weight: bold;
  display: inline-block;
  margin-right: 10px;
}
.cercador_producte .fila_filtres_cercador input {
  padding: 0;
  font-size: 12px;
}
.cercador_producte #error_cercador {
  background: #fff;
  padding: 20px 20px;
  color: red;
}
#error_filtre {
  padding: 10px;
  color: red;
  background: #fff;
  margin-left: 10px;
}
#opcions_titol {
  float: right;
  text-decoration: none;
  padding-right: 3px;
}
#opcions_titol a {
  font-size: 13px;
  display: inline-block;
  margin-left: 18px;
}
#opcions_titol a .fa {
  margin-right: 6px;
}
#opcions_titol .disabled {
  cursor: default;
  color: rgba(225, 50, 55, 0.5);
}
#eliminar-comanda-btn {
  padding-top: 13px;
}
.intro-detall-comanda {
  font-weight: 600;
  color: #666;
}
#llista_productes .td {
  position: relative;
}
.llista_productes {
  padding-left: 10px;
  min-width: 400px;
  margin-bottom: 0px;
}
.llista_productes .icona-tipus-factura {
  text-align: center;
}
.llista_productes .icona-tipus-factura span {
  background: #E13237;
  color: #fff;
  display: inline-block;
  width: 20px;
  vertical-align: middle;
  border-radius: 30px;
}
.llista_productes .icona-tipus-factura span.tipo-U {
  background: #E13237;
}
.llista_productes .icona-tipus-factura span.tipo-S {
  background: #0D5F41;
}
.llista_productes .icona-tipus-factura span.tipo-C {
  background: darkorange;
}
.llista_productes .descarrega a {
  cursor: pointer;
}
.llista_productes .descarrega a .fa,
.llista_productes .descarrega a .fas,
.llista_productes .descarrega a .far,
.llista_productes .descarrega a .fal,
.llista_productes .descarrega a .fab {
  color: #333;
  font-size: 17px;
}
.llista_productes .descarrega a:hover .fa {
  color: #666;
}
.llista_productes .titol_check {
  font-size: 17px;
}
.llista_productes th {
  background: #666;
  color: #fff;
}
.llista_productes tr {
  background: #fff;
  border-bottom: 2px solid #f0f0f0;
}
.llista_productes tr .no_border {
  border-bottom: none;
}
.llista_productes .esborra_comanda {
  text-align: center;
  background-color: transparent;
  color: #E13237;
  font-size: 16px;
}
.llista_productes .esborra_comanda:hover {
  color: rgba(225, 50, 55, 0.5);
}
.llista_productes .item_foto {
  position: relative;
  vertical-align: top;
  width: 55px;
}
.llista_productes .item_foto .zoom_imatge {
  position: absolute;
  z-index: 150;
  background: #fff;
  padding: 20px;
  right: 0;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
.llista_productes .item_foto .zoom_imatge img {
  height: 350px;
  width: auto;
}
.llista_productes .item_producte {
  vertical-align: top;
}
.llista_productes .item_producte .nom_producte {
  color: #333333;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
.llista_productes .item_producte .nom_producte:hover {
  color: #E13237;
  text-decoration: underline;
}
.llista_productes .item_producte .info_producte span {
  display: inline-block;
  margin-right: 10px;
}
.llista_productes .icones-estret {
  width: 200px !important;
}
.llista_productes .icones_mida {
  width: 200px;
  vertical-align: top;
}
.icones .icona_img_cash {
  width: 35px;
  height: auto;
  margin-right: 10px;
}
.icones .icones_int {
  padding-left: 15px;
  padding-right: 15px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  display: flex;
}
.icones .fa,
.icones .fas {
  color: #666666;
  font-size: 28px;
  width: 35px;
  vertical-align: top;
  margin-top: 5px;
  margin-right: 10px;
}
.icones .te_oferta {
  color: #E13237;
  width: 110px;
  display: inline-block;
  margin-top: 5px;
}
.icones .te_oferta .fa,
.icones .te_oferta .fas {
  color: #E13237;
  width: 30px;
  float: left;
  margin-top: 0px;
  margin-right: 0px;
}
.icones .te_oferta .data_oferta {
  font-size: 11px;
  width: 70px;
  float: left;
}
.icones .te_oferta .data_oferta span {
  display: block;
  clear: both;
}
.missatge_buit {
  margin-top: 20px;
  padding: 30px;
  font-size: 16px;
  background: #fff;
}
.missatge_buit_carro {
  font-size: 16px;
  background: #fff;
}
.error_cash {
  color: red;
  background: #ffffff;
  padding: 10px 10px;
  font-size: 14px;
}
.ordenable th {
  cursor: pointer;
  text-decoration: underline;
}
.ordenable th:hover {
  text-decoration: none;
}
.ordenable .no_ordre {
  cursor: auto !important;
  text-decoration: none !important;
}
.ordenable .ordre_asc:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0dd";
  margin-left: 5px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.ordenable .ordre_asc:after:hover {
  content: "\f0de";
}
.ordenable .ordre_desc:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f0de";
  margin-left: 5px;
  margin-top: 5px;
  display: inline-block;
  position: absolute;
  text-decoration: none;
}
.preu_antic {
  color: red;
  text-decoration: line-through;
  display: inline-block;
  margin-right: 4px;
}
.preu_antic_cataleg {
  text-decoration: line-through;
  display: block;
  font-size: 12px ;
  color: red;
}
/*.lletra_petita {
  td,th {
    font-size: 13px;
  }
}*/
.oferta-item {
  text-align: left;
  margin-right: 20px;
  margin-top: 20px;
}
.oferta-item .titol {
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  color: #E13237;
  height: 25px;
  line-height: 110%;
}
.oferta-item .barra_botons {
  margin: 10px 0px 20px 0px !important;
  text-align: left !important;
  height: 40px;
}
.oferta-item .barra_botons button {
  margin-left: 0px;
}
.cistella {
  margin-top: 40px;
  margin-right: 40px;
}
.cistella .fons_blanc {
  background: #fff;
}
.cistella .header {
  color: #fff;
  background: #666666;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
}
.cistella .header .preu-cistella {
  float: right;
  font-size: 24px;
  font-weight: 700;
  line-height: 90%;
}
.cistella .header .info_referencies {
  margin-top: 10px;
  font-size: 12px;
  font-weight: normal;
  text-transform: none;
}
.cistella .header.petit {
  font-size: 13px;
  padding: 3px 10px;
}
.cistella .header.petit .preu-cistella {
  font-size: 16px;
}
.cistella table {
  width: 100%;
  border: none;
  margin-bottom: 10px;
}
.cistella table th {
  background: #666666;
  color: #fff;
  font-weight: 400;
  padding: 5px 8px;
  font-size: 12px;
}
.cistella table td {
  padding: 5px 8px;
  background: #fff;
  border-bottom: 1px solid #e4e4e4;
  font-size: 11px;
}
.cistella table .fa {
  font-size: 14px;
}
.cistella .barra_botons {
  text-align: center;
  margin-top: 20px;
  height: inherit;
}
.cistella .text_seguent_pantalla {
  padding: 20px 30px;
  text-align: left;
  font-size: 14px;
  color: #333;
  line-height: 120%;
}
.cistella .esborra_comanda {
  background-color: transparent;
  color: #E13237;
}
.cistella .esborra_comanda:hover {
  color: rgba(225, 50, 55, 0.5);
}
.cistella .acceptacio_comanda {
  background: #fff;
  text-align: left;
  padding: 20px 25px 25px 25px;
}
.cistella .acceptacio_comanda .etiqueta {
  margin-bottom: 6px;
}
.cistella .acceptacio_comanda .informacio {
  margin-bottom: 25px;
}
.cistella .acceptacio_comanda .informacio input[type="text"] {
  width: 100%;
}
.seguir_picking {
  margin-top: 20px;
  padding-top: 15px;
}
.seguir_picking button {
  text-decoration: none;
  cursor: pointer;
  padding: 5px 15px;
}
.content-wrapper {
  min-height: 835px;
  background-color: #f0f0f0;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: #E13237;
  border: 1px solid #E13237;
}
.pagination a:hover {
  color: rgba(225, 50, 55, 0.5) !important;
}
.pagination > .active > a:hover {
  color: #fff !important;
  background: rgba(225, 50, 55, 0.5) !important;
  border: 1px solid rgba(225, 50, 55, 0.5) !important;
}
.featherlight .featherlight-close-icon:focus {
  background: #fff;
  color: #333;
}
.featherlight .featherlight-close-icon:hover {
  background: #fff;
  color: #E13237;
}
#info_regal,
#info_detalls {
  width: 650px;
}
#info_regal h2,
#info_detalls h2 {
  font-size: 18px;
  color: #333;
  padding: 0;
  margin: 0;
  margin-bottom: 10px;
  font-weight: 600;
  text-transform: uppercase;
}
#info_regal .fa,
#info_detalls .fa {
  font-size: 25px;
  margin-right: 10px;
  color: #333;
}
#info_regal .codi,
#info_detalls .codi {
  font-size: 12px;
  margin-bottom: 3px;
}
#info_regal .nom_producte,
#info_detalls .nom_producte {
  color: #333333;
  text-transform: uppercase;
  display: block;
  font-weight: 600;
}
#info_regal .text_regal,
#info_detalls .text_regal {
  font-size: 12px;
  line-height: 120%;
}
#info_regal table,
#info_detalls table {
  width: 100%;
  margin-top: 15px;
  border-top: 2px solid #f0f0f0;
}
#info_regal table tr,
#info_detalls table tr {
  background: #fff;
  border-bottom: 1px solid #f0f0f0;
}
#info_regal table tr.no_border,
#info_detalls table tr.no_border {
  border-bottom: none;
}
#info_regal table .tr_prod,
#info_detalls table .tr_prod {
  text-align: center;
  padding: 10px;
  width: 40px;
}
#info_regal table td,
#info_detalls table td,
#info_regal table th,
#info_detalls table th {
  padding: 2px 15px;
  border: 1px solid #f0f0f0;
}
.lightbox {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  cursor: pointer;
  z-index: 9999;
  text-align: center;
}
.lightbox:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.lightbox .lightbox_interior {
  position: relative;
  text-align: left;
  vertical-align: middle;
  display: inline-block;
  overflow: auto;
  padding: 25px 25px 0;
  border-bottom: 25px solid transparent;
  max-height: 95%;
  max-width: 95%;
  background: #fff;
  cursor: auto;
  white-space: normal;
  box-sizing: border-box;
}
.lightbox .lightbox_interior_tanca {
  color: #333;
  background: #fff;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 20px;
}
.lightbox .lightbox_interior_tanca:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f00d";
}
.lightbox .lightbox_interior_tanca:hover {
  color: #333;
  background: #fff;
}
.form_perfil {
  padding-bottom: 20px;
}
.form_perfil,
.formulari {
  clear: both;
}
.form_perfil .form-group,
.formulari .form-group {
  clear: both;
  padding-top: 10px !important;
}
.form_perfil .form-group .explicacio,
.formulari .form-group .explicacio {
  font-size: 12px;
  margin: 0;
  padding: 5px 0px;
}
.form_perfil .form-group .numero,
.formulari .form-group .numero {
  width: 150px;
  text-align: right;
  display: inline-block;
}
.form_perfil .form-group .numero a,
.formulari .form-group .numero a {
  margin-left: 10px;
  cursor: pointer !important;
}
.form_perfil .form-group .numero a:hover,
.formulari .form-group .numero a:hover {
  opacity: 0.7;
}
.franja_cerca {
  margin-top: 20px;
  padding: 8px 10px;
  background: #666666;
}
.franja_cerca .data {
  width: 100px;
}
.franja_cerca span {
  display: inline-block;
  margin-right: 20px;
}
.franja_cerca label {
  color: #fff;
  font-weight: 400;
  margin-right: 10px;
}
/*** Errors als formularis ****/
.form_miss_error {
  color: red;
  display: block;
  padding: 6px 0px 5px 6px;
  font-size: 12px;
}
.error {
  color: red;
}
.warning {
  color: #3f41ff;
}
.intro_error {
  color: red;
  padding-top: 10px;
}
.accepta_linia_comanda {
  background-color: transparent !important;
  font-size: 14px;
}
.accepta_linia_comanda .fa {
  background-color: transparent !important;
  color: green !important;
}
.accepta_linia_comanda .fa:hover {
  color: rgba(0, 128, 0, 0.5) !important;
}
.cistella_validar {
  margin-right: 40px;
}
.error_cistella {
  color: red;
  font-size: 12px;
}
.taula_env {
  width: 100%;
}
.resultats_env {
  margin-top: 25px;
  padding: 30px;
  background: #fff;
}
.resultats_env.pdf_ofertes {
  margin-top: 0px;
  padding: 10px 20px;
}
.resultats_env_carro {
  margin-top: 0px;
  padding: 30px;
  background: #fff;
}
.loader {
  margin-top: 30px;
  width: 100%;
}
.loader .fa {
  font-size: 26px;
  margin-right: 10px;
}
.loader span {
  font-size: 24px;
}
.progress {
  width: 100%;
  max-width: 500px;
  margin-top: 20px;
  background: #fff;
}
#loading_full {
  position: fixed;
  background: rgba(0, 0, 0, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  text-align: center;
}
#loading_full:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
#loading_full .fa {
  color: #ffffff;
  font-size: 75px;
}
#loading_full .loading_txt {
  font-size: 30px;
  margin-top: 20px;
  color: #fff;
  vertical-align: middle;
}
#tria_proveidor .cerca_env {
  min-width: 450px;
}
#tria_proveidor .cerca_env input {
  float: right;
  margin-top: 10px;
  margin-bottom: 5px;
}
#llista_proveidor .logo_proveidor {
  max-width: 75px;
}
#llista_proveidor td {
  vertical-align: middle;
}
#boto_canvi_proveidor {
  padding-top: 18px;
  padding-bottom: 18px;
  color: #E13237;
  border-right: 1px solid #eeeeee;
  border-left: none !important;
  margin-right: 20px;
}
#boto_canvi_proveidor .fa {
  margin-right: 5px;
}
.logo-lg img,
.logo-mini img {
  max-width: 100%;
}
#form_condicions_proveidors h1 {
  margin: 0px 0px 15px 0px;
}
.condicions_particulars {
  overflow-y: auto;
  z-index: 999;
  margin: 0px ;
  max-width: 750px;
}
.plantilla-banners {
  margin-top: 10px !important;
}
.plantilla-banners .img-banner {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}
.plantilla-banners .img-banner:hover {
  opacity: 0.7;
}
.plantilla-banners .img-banner.no-click {
  cursor: default;
}
.plantilla-banners .banner {
  padding: 10px;
}
.plantilla-banners .banner button {
  background: transparent !important;
  color: #333;
}
.plantilla-banners .banner .carousel-btn {
  display: none;
}
.plantilla-banners .banner .carousel-dots {
  bottom: 5px;
}
.plantilla-banners .banner .carousel-dots li button:before {
  content: none;
}
.plantilla-banners .banner .carousel-dots li {
  border: 1px solid #333;
  background-color: #e1e1e1;
  opacity: 0.5;
  border-radius: 20px;
  width: 10px;
  height: 10px;
}
.plantilla-banners .banner .carousel-dots li.carousel-active {
  background-color: #333;
  opacity: 0.9;
}
.plantilla-banners .banner .ui-carousel {
  margin-bottom: 0;
}
#info_banner .script_video {
  text-align: center;
  padding: 20px 0px;
}
#info_banner .btn-submit {
  padding: 10px 30px;
}
.btn-scan-code {
  padding: 6px 15px;
}
.btn-scan-code .fas {
  font-size: 18px;
  display: block;
}
.btn-scan-code:hover {
  color: #fff;
  opacity: 0.7;
  padding: 6px 15px;
  border: 1px solid var(--main-color);
}
.banners_tria_presentacio {
  margin-top: 20px;
  padding: 0;
}
.banners_tria_presentacio li {
  margin-left: 10px;
  padding: 0;
  display: inline-block;
}
.banners_tria_presentacio li a {
  cursor: pointer;
}
.banners_tria_presentacio li a:hover {
  color: #333;
}
.banners_tria_presentacio li a.selected {
  color: #333;
}
.td_escalat {
  padding-bottom: 20px;
}
.tr_prod .item_producte {
  vertical-align: top;
}
.tr_prod .td_preu {
  width: 60px;
  text-align: right;
  padding: 5px 5px 0px 0px;
  vertical-align: top;
}
.tr_prod .td_quantitat {
  vertical-align: top;
  width: 60px;
}
.tr_prod .td_afegir {
  vertical-align: top;
  width: 30px;
  padding-top: 2px;
}
.tr_prod .td_afegir_amb_escalat_preus {
  padding-bottom: 5px;
}
.tr_prod .escalat_preus {
  background: #fff;
  font-size: 12px;
  right: 20px;
  padding: 0px;
  text-align: right;
  color: #666 !important;
}
.tr_prod .escalat_preus .fa {
  margin-right: 5px;
}
.escalat_preus_fitxa {
  font-size: 12px;
  overflow: visible;
  width: 100%;
  padding: 5px;
  text-align: right;
  color: #666;
  line-height: 110%;
}
.escalat_preus_fitxa .fa {
  margin-right: 5px;
  font-size: 12px !important;
}
.detall_conjunt_text {
  padding: 15px 10px;
  font-size: 12px;
  font-weight: bold;
}
@media print {
  .no-print,
  .no-print * {
    display: none !important;
  }
  .col-sm-2 {
    width: 16.66666667% !important;
  }
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9 {
    float: left;
  }
}
.filtre_lateral {
  background: #fff;
  padding: 10px;
}
.filtre_lateral input[type="text"] {
  width: 100%;
}
.filtre_lateral .item_filtre {
  margin-bottom: 10px;
}
.filtre_lateral .item_filtre .item_filtre_categoria input[type="checkbox"] {
  float: left;
}
.filtre_lateral .item_filtre .item_filtre_categoria span {
  margin-left: 20px;
  display: block;
  text-transform: lowercase;
}
.filtre_lateral .titol_filtre {
  font-weight: bold;
  margin-bottom: 5px;
}
.galeria_productes .galeria_item {
  background: #fff;
  margin-bottom: 20px;
  position: relative;
}
.galeria_productes .galeria_item .quantitats {
  max-width: 75px;
}
.galeria_productes .galeria_item .icones {
  position: absolute;
  left: 10px;
  top: 10px;
  display: flex;
}
.galeria_productes .galeria_item .icones .icona_img_cash {
  width: 35px !important;
  height: auto;
  margin-right: 10px;
}
.galeria_productes .galeria_item .icones .fa,
.galeria_productes .galeria_item .icones .fas {
  color: #666666;
  font-size: 28px;
  vertical-align: top;
  margin-right: 10px;
}
.galeria_productes .galeria_item .icones .te_oferta {
  color: #E13237;
  display: inline-block;
}
.galeria_productes .galeria_item .icones .te_oferta .fa,
.galeria_productes .galeria_item .icones .te_oferta .fas {
  color: #E13237;
  width: 30px;
  float: left;
  margin-right: 0px;
}
.galeria_productes .galeria_item .icones .te_oferta .data_oferta {
  font-size: 11px;
  width: 70px;
  float: left;
}
.galeria_productes .galeria_item .icones .te_oferta .data_oferta span {
  display: block;
  clear: both;
}
.galeria_productes .galeria_item .img_env {
  text-align: center;
  height: 240px;
  padding: 45px 20px 10px 20px ;
  display: flex;
}
.galeria_productes .galeria_item .img_env img {
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  height: auto;
  max-height: 200px;
  align-content: center;
  cursor: pointer;
}
.galeria_productes .galeria_item .info {
  padding: 0px 15px 10px 15px;
}
.galeria_productes .galeria_item .info .nom_producte {
  height: 50px;
  line-height: 115%;
  overflow: hidden;
}
.galeria_productes .galeria_item .info .nom_producte a {
  font-size: 13px;
  color: #333333;
  text-transform: uppercase;
  font-weight: 600;
}
.galeria_productes .galeria_item .info .nom_producte a:hover {
  color: #E13237;
  text-decoration: underline;
}
.galeria_productes .galeria_item .info .info_producte {
  font-size: 12px;
}
.galeria_productes .galeria_item .info .preu_qtat_galeria {
  display: flex;
  justify-content: space-between;
  min-height: 40px;
}
.galeria_productes .galeria_item .info .preu_qtat_galeria .afegir {
  padding-top: 5px;
}
.galeria_productes .galeria_item .info .preu_qtat_galeria .afegir button:hover {
  opacity: 0.8;
}
.galeria_productes .galeria_item .info .escalat_preus {
  min-height: 42px;
  font-size: 11px;
  padding: 0px 0px 5px 0px;
  bottom: 0px;
  text-align: right;
  color: #E13237 !important;
}
.galeria_productes .galeria_item .info .escalat_preus .fas {
  margin-right: 5px;
  color: #E13237;
}
a:hover {
  color: var(--main-color);
  opacity: 0.8;
}
.pagination a:hover {
  color: var(--main-color) !important;
  opacity: 0.8;
}
.pagination > .active > a:hover {
  background: var(--main-color) !important;
  opacity: 0.8;
  border: 1px solid var(--main-color) !important;
}
.login-box h1 {
  color: var(--main-color);
}
button,
button:focus,
btn-submit:focus,
input[type="submit"],
.sweet-alert .confirm,
.btn-primary,
.btn-submit {
  background: var(--main-color) !important;
}
input[type="submit"]:hover,
.btn-submit:hover {
  background: var(--main-color) !important;
  opacity: 0.8;
}
#boto_canvi_proveidor,
.sidebar-menu .fa {
  color: var(--main-color);
}
.sidebar-menu .menu,
.oferta-item .titol {
  color: var(--main-color) !important;
}
.boto_url {
  background: var(--main-color);
}
a,
.error_cercador {
  color: var(--main-color);
}
.info_usuari .sortir {
  color: var(--main-color);
}
.esborra_comanda {
  background: none !important;
  color: var(--main-color) !important;
}
.lightbox_interior_tanca {
  background: #fff !important;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background: var(--main-color) !important;
  border: 1px solid var(--main-color) !important;
}
#nav-families {
  border-radius: 3px;
  margin-left: 0px;
  padding-left: 0px;
  display: flex;
  justify-content: center;
  /* Sub menus */
  /* Third-level menus */
}
#nav-families ul {
  background: #f2f5f6;
  padding: 0px;
  border-bottom: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-radius: 0px 0px 3px 3px;
  -webkit-box-shadow: 2px 2px 3px #ECECEC;
  -moz-box-shadow: 2px 2px 3px #ECECEC;
  width: 230px;
  z-index: 999;
}
#nav-families li {
  list-style: none;
}
#nav-families li.boto_familia_n1 a {
  cursor: pointer;
  color: #666;
}
#nav-families li.boto_familia_n1 a .icona .fa,
#nav-families li.boto_familia_n1 a .icona .fas,
#nav-families li.boto_familia_n1 a .icona .far,
#nav-families li.boto_familia_n1 a .icona .fal,
#nav-families li.boto_familia_n1 a .icona .fab {
  display: block;
  font-size: 30px;
  text-align: center;
  margin-bottom: 5px;
}
#nav-families li a {
  display: block;
}
#nav-families li:hover {
  background: #DADADA;
}
#nav-families li:hover a {
  color: #333;
}
#nav-families li a {
  padding: 10px 20px;
  margin: 0px 0;
  text-decoration: none;
  color: #FFF;
}
#nav-families ul li {
  border-right: none;
  border-bottom: 1px solid #DDDDDD;
  width: 230px;
  position: relative;
}
#nav-families ul li a {
  border-right: none;
  color: #333;
  border-bottom: 1px solid #FFFFFF;
}
#nav-families ul li:hover {
  background: #c1c1c1;
}
#nav-families ul li:last-child {
  border-bottom: none;
}
#nav-families ul li:last-child a {
  border-bottom: none;
}
#nav-families ul {
  display: none;
  visibility: hidden;
  position: absolute;
  top: 75px;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
#nav-families ul ul {
  top: 0px;
  left: 230px;
  display: none;
  visibility: hidden;
  border: 1px solid #DDDDDD;
}
#nav-families ul li {
  display: block;
  visibility: visible;
  position: relative;
}
#nav-families li:hover > ul {
  display: block;
  visibility: visible;
}
#pantalla_scanner_2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 10px;
  z-index: 1500;
  background: #fff;
}
#pantalla_scanner {
  position: absolute;
  top: -30px;
  width: 400px;
  height: auto;
  background: #fff;
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
  z-index: 1100;
}
#pantalla_scanner .reader {
  position: relative;
}
#pantalla_scanner .tancar {
  position: absolute;
  top: 5px;
  right: 5px;
  color: var(--main-color);
  cursor: pointer;
  font-size: 16px;
  z-index: 1150;
}
#pantalla_scanner .tancar:hover {
  color: #333;
}
#pantalla_scanner #scan_code_reader {
  margin-top: 10px;
}
canvas.drawing,
canvas.drawingBuffer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 999;
}
.cistella_galeria_item {
  position: relative;
  padding: 10px;
  margin-top: 10px;
  background: #fff;
}
.cistella_galeria_item .nom_codi {
  font-size: 13px;
}
.cistella_galeria_item .nom_codi .codi {
  font-weight: bold;
}
.cistella_galeria_item .linia_preu {
  display: flex;
  justify-content: space-between;
  align-content: center;
}
.cistella_galeria_item .resum {
  padding: 15px 10px 0px 30px;
}
.cistella_galeria_item .missatges {
  padding-top: 10px;
}
.cistella_galeria_item .quantitats {
  text-align: right;
  padding-right: 10px;
  max-width: 75px;
}
.cistella_galeria_item .boto_esborrar {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  font-size: 16px;
  z-index: 1150;
}
.cistella_galeria_item .boto_esborrar:hover {
  color: #333;
}
.no_smartphone {
  position: absolute;
  display: flex;
  width: 100%;
  min-height: 100vh;
  z-index: 9999;
  background: #f0f0f0;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.no_smartphone .no_smartphone_int {
  text-align: center;
  font-size: 16px;
}
.no_smartphone .no_smartphone_int img {
  margin-bottom: 20px;
}
.quantitats {
  max-width: 75px;
}
.avis_cookies {
  position: fixed;
  bottom: 0;
  top: auto;
  background: rgba(50, 50, 50, 0.9);
  color: #fff;
  z-index: 99999;
  text-align: center;
  margin: 0 auto;
  font-size: 15px;
  line-height: 140%;
  width: 100%;
  padding: 20px 10px;
}
.avis_cookies .interior {
  margin: 0 auto;
  max-width: 60%;
}
.avis_cookies .titol {
  font-weight: 700;
  text-transform: uppercase;
}
.avis_cookies .cookies_config {
  max-width: 90%;
  text-align: left;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 20px;
  margin: 0 auto;
  border: 1px solid #f1f1f1;
  overflow-y: auto;
}
.avis_cookies .cookies_config .grup .titol {
  display: flex;
  gap: 2rem;
  justify-content: flex-start;
  text-transform: none;
}
.avis_cookies .cookies_config .grup .titol .titol_text {
  font-weight: 700;
  text-transform: uppercase;
}
.avis_cookies .cookies_config .grup .titol .sempre_actiu {
  color: #00c800;
}
.avis_cookies .cookies_config .grup .text {
  padding: 0px 10px 10px 10px;
}
.avis_cookies .cookies_config .cookie {
  background: #f1f1f1;
  padding: 10px;
  margin: 0px 10px 20px 10px;
  color: #333;
}
.avis_cookies .cookies_config .botonera {
  margin: 0 auto;
  text-align: center;
}
.avis_cookies .botonera {
  padding-top: 10px;
}
.avis_cookies .botonera button {
  text-transform: uppercase;
  margin: 0px 5px;
}
.link_cookies {
  cursor: pointer;
  text-decoration: underline;
}
.link_cookies .fas,
.link_cookies .far,
.link_cookies .fal,
.link_cookies .fab {
  margin-right: 3px;
}
.link_cookies:hover {
  color: rgba(225, 50, 55, 0.5);
  text-decoration: none;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal {
  background: white;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  max-width: 500px;
  width: 90%;
  z-index: 10000;
  /* més alt que el backdrop */
}
#form_2fa_perfil .contingut {
  max-width: 350px;
}
/*# sourceMappingURL=principal.css.map */