body {
  font-family: Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

h1 {
  font-size: 1.8rem;
  margin-bottom: 0;
}

h2,
.cnc_back .name {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 10px 0 5px;
}

h3 {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 5px;
}

h4 {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
}

#site_title img {
  max-height: 180px;
}

.cnc_group {
  margin-bottom: 20px;
}


.disable {
  display: none !important;
}

a {
  cursor: pointer;
}

.btn-link {
  text-decoration: underline;
}

label.required {
  font-weight: bold;
}
label.required:after {
  content: ' (*)';
}

/* Main */

.footer_bottom {
  color: #999;
  margin: 7px auto 25px;
  text-align: right;
}

/* -------------------------------------------------------------------------- */
/* App */

#app {
  box-shadow: 2px 2px 10px rgba(0,0,0,0.1);
  background: #fcfcfc;
}
#app header {
  border-radius: 5px 5px 0 0;
}
#app footer {
  border-radius: 0 0 5px 5px;
}

/* -------------------------------------------------------------------------- */
/* Header */

header {
  margin-bottom: 15px;
}

/* -------------------------------------------------------------------------- */
/* Header tabss */

header .nav {
  margin-bottom: -16px;
}

.nav-item a .fa {
  margin-right: 7px;
  vertical-align: text-bottom;
}

/* -------------------------------------------------------------------------- */
/* Menu mobile */

#nav_mob {
  padding: 7px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  box-shadow: 0 0 5px rgba(0,0,0,0.4);
}
#nav_mob > .mnu-item {
  display: block;
  float: left;
  margin: 0 7px 0 0;
}
#nav_mob > .mnu-item.right {
  float: right;
  margin: 0 0 0 7px;
}
#nav_mob > .mnu-item.right:last-child {
  margin: 0 0 0 0;
}
#nav_mob > .mnu-item.top {
  position: fixed;
  top: 5px;
  right: 0;
}
#nav_mob > .mnu-item.top a {
  transition: line-height 0.25s;
}

#nav_mob > .mnu-item a {
  font-size: 0.9rem;
  line-height: 26px;
  vertical-align: middle;
  padding: 5px 7px;
  color : #ddd;
  border-color: #ddd;
}

#nav_mob > .mnu-item a.active {
  background-color: rgba(0,0,0,0.5);
}

#nav_mob .mnu-item .fa {
  font-size: 20px;
  vertical-align: middle;
}

#nav_mob .badge {
  font-size: 0.9rem;
  vertical-align: middle !important;
}

/* -------------------------------------------------------------------------- */
/* Responsive header */

#nav_mob {
  display: none;
}

#top_title {
  margin: 0 0 7px;
  width: 70%;
}

body.page_scroll #top_title span {
  font-size: 1.1rem;
}

@media all and (max-width: 800px) {

  body {
    margin-top: 180px;
  }

  body #top_title img {
    display: inline-block;
    overflow: hidden;
    transition: max-height 0.25s;
  }
  body #top_title img + span {
    display: none;
  }

  body.page_scroll #top_title img {
    max-height: 0;
    opacity: 0;
  }
  body.page_scroll #top_title img + span {
    display: inline-block;
  }

  body.page_scroll #nav_mob > .mnu-item.top a {
    line-height: 18px;
    padding: 3px 10px;
  }

  #top_title img {
    max-height: 120px;
  }

  #top_title img + span {
    display: none;
  }

  #nav_mob {
    display: block;
  }

  #app header,
  #app_nav {
    display: none;
  }

  .no-mobile {
    display: none;
  }

}



@media all and (max-width: 400px) {

  #nav_mob > .mnu-item.right,
  #nav_mob > .mnu-item {
    margin: 0 -1px 0 0;
  }

  #nav_mob > .mnu-item a {
    padding: 3px 6px;
    border-radius: 0;
  }

}
@media all and (max-width: 350px) {

  #nav_mob > .mnu-item a {
    padding: 3px 4px;
  }

}

/* -------------------------------------------------------------------------- */
/* Menu groups */

.cnc_group.active {

}
.cnc_group > div {
  height: 0;
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.7s;
}

.cnc_group > div.group_name,
.cnc_group > div.selected,
.cnc_group.active > div {
  height: auto;
  max-width: inherit;
  opacity: 1;
}

.cnc_group .group_name {
  width: 100%;
  flex: 100%;
}

.cnc_group .show_on_focus {
  display: none;
}
.cnc_group.active .show_on_focus {
  display: block;
}

.zone_confirm_sel {
  text-align: center;
  padding: 0 15px 15px;
  width: 100%;
  clear: both;
}


.cnc_group .qt_max_sel a.qt_plus {
  display: none;
}

.cnc_group.active .qt_max_sel a.qt_plus {
  display: inline-block;
}

.cnc_group.group_complete .qt_plus {
  display: none !important;
}


.cnc_group.group_complete .box_prod {
  display: none !important;
}

.cnc_group.group_complete .box_prod.selected {
  display: block !important;
}


/* -------------------------------------------------------------------------- */
/* Top bar */

#goto_order .badge {
  margin-left: 10px;
  vertical-align: text-bottom;
  background-color: #E84E0E;
  color: #fff;
}

#topBar {
  margin-bottom: 20px;
  border-radius: 4px;
  border: solid 1px #ddd;
  padding: 15px;
  background-color: #fff;
  line-height: 1;
}

#totalCart {
  float: right;
  margin-left: 20px;
  padding: 0;
  min-width: 150px;
  text-align: right;
  font-weight: bold;
}
#totalCart > .value {
  display: inline-block;
  min-width: 80px;
  font-family: "Consolas", "Courier New";
}

#totalCart #view_cart_top {
  margin-left: 15px;
}

#activePath {
  float: left;
  font-weight: bold;
  padding: 8px 0;
}

#activePath > div {
  font-size: 0.9rem;
  float: left;
}
#activePath > div:after {
  content: '/';
  padding: 0 7px;
}
#activePath > div:last-child:after {
  display: none;
}
#activePath a {
  text-decoration: underline;
}

/* -------------------------------------------------------------------------- */
/* Fotter button */

#product_list_footer {
  display: none;
  text-align: center;
}

#product_list_footer .btn {
  padding: 1.25rem 2.5rem;
  font-size: 1.33rem;
  line-height: 1;
  border-radius: .2rem;
}

/* -------------------------------------------------------------------------- */
/* Custom buttons */

#foot_cart_bnt {
  margin-top: 20px;
  text-align: right;
}

/* -------------------------------------------------------------------------- */
/* Table data */

.table_data {
  box-shadow: 1px 1px 3px rgba(0,0,0,0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 15px;
  border: solid 5px #fff;
}

.table_data tr {
  background-color: rgba(200,200,200,0.2);
  border-bottom: solid 2px #fff;
}

.table_data tr:nth-child(2n) {
  background-color: rgba(200,200,200,0.1);
}

.table_data tr td {
  border-bottom: solid 2px #fff;
}

.table_data tfoot tr.separator td {
  padding-top: 20px;
  border-top: solid 3px #333;
}


.table_data td {
  font-size: 0.8rem;
}

.table_data th,
.table_data td {
  padding: 3px 7px;
}

.table_data tfoot td {
  font-weight: bold;
  font-size: 1rem;
}

.table_data td.right {
  text-align: right;
}

tr.row_menu td:first-child {
  font-weight: bold;
}

tr.row_product td:first-child:before {
  content: '-- ';
}
tr.row_message td:first-child:before {
  content: '---- ';
}

.row_head th {
  background-color: #ddd;
  line-height: 1;
  padding: 7px;
}

/* table_cart_full */

#table_cart_full.table_data td {
  font-size: 1rem;
}
#table_cart_full.table_data tr.row_menu td {
  font-size: 1.1rem;
}

#table_cart_full.table_data tfoot tr td {
  font-size: 1rem;
}
#table_cart_full.table_data tfoot tr:last-child td {
  font-weight: bold;
  font-size: 1.2rem;
}

/* -------------------------------------------------------------------------- */
/* Table responsive */


@media all and (max-width: 600px) {
  .table.tab_responsive tr, table.tab_responsive td  {
    display: block;
    width: 100% !important;
    margin: 0;
    padding: 0;
  }

  .table.tab_responsive td  {
    padding: 3px 15px;
  }

  .table.tab_responsive tr  {
    margin:  0 0 15px;
    background-color: #f9f9f9;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.2);
    border: solid 2px #333;
    border-radius: 4px;
  }
}


/* -------------------------------------------------------------------------- */
/* Loader */


#app-loader-container {
  background-color: rgba(255,255,255,0.5);
  margin: 0;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1001;
  display: grid;
  background: url('./../template/img/leo2click-png-mobile2-64px-grey.png') center center no-repeat rgba(255,255,255,0.5);
}

#app-loader-container.init {
  background-color: #eee;
}

#app-loader {
  background-color: #fff;
  color: #222;
  margin: 30% auto;
  max-width: 600px;
  font-style: italic;
  padding: 50px;
  text-align:center;
  border-radius: 4px;
  font-size: 1.5rem;
  box-shadow: 0 0 5px rgba(0,0,0,0.2);
}

#app-loader > div {
  font-size: 0.9rem;
}

#spinner-container {
  padding: 10% 0;
  margin: 0 auto 0;
  text-align: center;
  align-self: center;
}

#load-spinner-alt {
  opacity: 0.7;
  width: 120px;
  height: 120px;
  border-width: 7px;
  border-color: rgba(13, 76, 106, 0.9);
  border-bottom-color: rgba(13, 76, 106, 0.2);
}

/* -------------------------------------------------------------------------- */
/* Home boxes */

.intro {
  margin: 15px 0 15px;
}

#home_box {
  margin: 15px 0 15px;
}

#home_box a {
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  font-size: 1.25rem;
}

.home_box_feat h2 {
  color: #0D4C6A;
  padding: 15px 0;
  margin:  0;
}

/* -------------------------------------------------------------------------- */
/* Menu count */

#menu_order {
  counter-reset: section;
}

#menu_order h2::before {
  counter-increment: section;
  content: counter(section) ". ";
}


#activePath.with_count {
  counter-reset: path_num;
}

#activePath.with_count a::before,
#activePath.with_count span::before {
  counter-increment: path_num;
  content: counter(path_num) ". ";
}

#activePath > div:last-child a  {
  text-decoration: none;
}


/* -------------------------------------------------------------------------- */

.empty_cart {
  text-align: center;
  padding: 25px;
  background: #f3f3f3;
  box-shadow: 0 0 2px rgba(0,0,0,0.1);
  margin-bottom: 20px;
  font-style: italic;
}

/* -------------------------------------------------------------------------- */
/* Shedules styles */
/* -------------------------------------------------------------------------- */

.user_delivery_price {
  text-align: center;
}
.user_delivery_price strong {
    font-weight: bold;
    font-size: 1.2rem;
    border: solid 1px #ccc;
    background: #ddd;
    padding: 7px 25px;
    box-sizing: border-box;
    margin: 4px;
    display: inline-block;
    border-radius: 4px;
}

.delivery_infos {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom:  15px;
  border-bottom: solid 1px #ccc;
  background-color: #ddd;
}

.delivery_group {
  display: none !important;
  border: solid 1px #ccc;
  padding: 15px;
  background: #f3f3f3;
  border-radius: 0 4px 4px 4px;
}

.delivery_group.selected {
  display: block !important;
}

.delivery_group h3 {
  text-align: center;
}

.delivery_choice_list a {
  background-color: #fff;
  border-color: #eee;
  border-bottom-color: #ccc;
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 7px;
  color: #333 !important;
  font-size: 0.9rem;
}
.delivery_choice_list a.selected {
  border-color: #ccc !important;
  border-bottom-color: transparent !important;
  background-color: #f3f3f3 !important;
}

.shedule_items {
  border-bottom: solid 2px #ccc;
  padding: 0 0 15px;
  margin:  0 0 15px;
}

.shedule_items.warning {
  border: solid 3px #555;
  padding: 25px;
  text-align: center;
  background:  #fff;
}
.shedule_items.warning {
  font-style: italic;
}

.shedule_items ul {
  margin: 0;
  padding: 0;
}

.shedule_items li {
  display: inline-block;
  margin: 7px;
  padding: 0;
  list-style-type: none;
}

.shedule_items li > .btn_choice_shedule {
  display: inline-block;
  padding: 7px 15px;
  font-weight: bold;
  border: solid 2px #ddd;
  background-color: rgba(200,200,200,1);
  border-radius: 4px;
}
.shedule_items li.open > .btn_choice_shedule {
  background-color: rgba(255,255,255,1);
  box-shadow: 1px 1px 3px rgba(200,200,200,0.5);
  cursor: pointer;
  transition:
    background-color 0.2s,
    box-shadow 0.2s,
    color 0.2s;
}
.shedule_items li.full > .btn_choice_shedule {
  background-color: rgba(255,255,255,1);
  color: #ccc;
  opacity: 0.5;
  cursor: initial;
}

.shedule_items li.open > .btn_choice_shedule:hover {
  background-color: rgba(230,230,230,1);
  border-color: #ccc;
  box-shadow: inset 1px 1px 5px rgba(40,40,40,0.3);

}

.shedule_items li > .btn_choice_shedule.selected {
  background-color: #007bff;
  border-color: rgba(255,255,255,0.6);
  color: #fff;
}


.grp_open ul {
  display: block;
}
.grp_close ul {
  display: none;
}

.btn_view_day {
  color: #fff !important;
}

.grp_open .btn_view_day {
  display: none;
}

.grp_close .btn_view_day {
  display: inline-block;
}

.date_choice .info_choice {
  display: inline-block;
  vertical-align: middle;
  margin-left: 15px;
  text-align: center;
  border: solid 1px #ccc;
  padding: 3px 25px;
  border-radius: 3px;
  background: #f9f9f9;
}
.date_choice .info_choice {
  font-size: 0.8rem;
}
.date_choice .info_choice strong {
  font-size: 1rem;
}
.date_choice hr {
  margin: 5px 0
}

.amount_not_enough {
  cursor: default;
  background-color: #eee !important;
}
.amount_not_enough:hover {
  background-color: #eee !important;
}

.amount_not_enough .condition {
  color: red;
}

/* -------------------------------------------------------------------------- */
/* Box message */

.box_msg {
  background-color: rgba(220,220,220,0.4);
  border-radius: 4px;
  padding: 25px;
  font-style: italic;
  border: solid 1px rgba(0,0,0,0.1);
  margin: 7px 0;
}

.box_msg.warning {
  background-color: rgba(220,100,100,0.4);
}

/* -------------------------------------------------------------------------- */
/* Box message */

#pay_list ul {
  margin: 0;
  padding: 0;
}

#pay_list li {
  display: inline-block;
  margin: 0 7px 15px;
  padding: 15px;
  width: 260px;
  max-width: 100%;
  vertical-align: text-top;
}
#pay_list li a {
  display: block;
  margin: 0;
}
#pay_list li p {
  margin: 15px 0 0;
  font-style: italic;
  font-size: 0.9rem;
  line-height: 1.1;
}

/* -------------------------------------------------------------------------- */
/* Order */

.step_hidden {
  opacity: 0;
  height: 0;
  overflow: hidden;
}

.ico_back {
  display: inline-block;
  font-size: 2rem;
  margin-right: 20px;
  width: 45px;
  height: 45px;
  line-height: 37px;
  background-color: #fff;
  color: #000;
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  border-radius: 4px;
  transition: margin 0.3s, background 0.3s;
}

.cnc_back:hover .ico_back {
  background-color: #ddd;
  box-shadow: inset 0 0 4px rgba(0,0,0,0.2);
  margin-left: -5px;
  margin-right: 25px;
}


.col_statusLocale:before {
  content: ' ';
  width:  20px;
  height: 20px;
  border-radius: 100%;
  background-color: #eee;
  display: inline-block;
  vertical-align: text-bottom;
  line-height: 1;
  margin-right: 5px;
}

.state_moins2 .col_statusLocale:before {
  background-color: #ffa270;
}

.state_moins1 .col_statusLocale:before,
.state_7  .col_statusLocale:before,
.state_8  .col_statusLocale:before,
.state_error .col_statusLocale:before {
  background-color: #ef5350;
}

.state_2 .col_statusLocale:before,
.state_3 .col_statusLocale:before,
.state_0 .col_statusLocale:before {
  background-color: #29b6f6;
}

.state_4 .col_statusLocale:before,
.state_9 .col_statusLocale:before,
.state_1 .col_statusLocale:before {
  background-color: #9ccc65;
}

.order_key {
  margin: 20px 0;
  text-decoration: underline;
}

.order_key strong {
  font-size: 1.9rem;
  vertical-align: bottom;
  line-height: 1;
  display: inline-block;
  border: solid 1px #333;
  padding: 2px 7px;
  background: #444;
  color: #fff;
  border-radius: 4px;
}

.order_shop_name {
  font-size: 0.8rem;
  font-weight: bold;
  display: inline-block;
  margin-left: 25px;
}

/* -------------------------------------------------------------------------- */

.cnc_opt_list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.cnc_back,
.cnc_message_opt,
.cnc_menu,
.cnc_family,
.cnc_product {
  background-color: #fff;
  position: relative;
  cursor: pointer;
  padding: 15px;
  transition: background-color 0.3s;
  margin-bottom: 20px;
  border-radius: 3px;
  box-shadow: 1px 1px 5px rgba(80,80,80,0.2);
  line-height: 1.1;
  border: solid 5px transparent;
}
.cnc_family,
.cnc_menu {
  min-height: 80px;
  overflow: hidden;
}

.cnc_back,
.cnc_family_product {
  background-color: transparent;
  box-shadow: none;
  margin: 0;
}


.cnc_message_opt:not(.out_of_stock):hover,
.cnc_family:not(.out_of_stock):hover,
.cnc_menu:not(.out_of_stock):hover,
.cnc_product:not(.out_of_stock):hover {
  background-color: #fafafa;
  box-shadow: inset 1px 1px 5px rgba(80,80,80,0.1);
}

.cnc_message_opt.force_selected,
.cnc_message_opt.selected,
.cnc_product.selected {
  background-color: rgba(200,200,200,0.25);
  box-shadow: inset 1px 1px 2px rgba(20,20,20,0.1);
  color: #0056b3;
  border: solid 5px #0056b3;
}

.cnc_message_opt {
  padding: 7px 15px 7px 30px;
  position: relative;
  min-height: 60px;
  box-sizing: border-box;
}

.cnc_message_opt::before {
  content: "\f096";
  position: absolute;
  left: 0;
  top: 5px;
  font: normal normal normal 22px/1 FontAwesome;
  display: inline-block;
  width: 24px;
  text-align: center;
  vertical-align: text-bottom;
}

.cnc_message_opt.force_selected::before,
.cnc_message_opt.selected::before {
  content: "\f14a";
  color: #43a047;
}

.name {
  display: inline-block;
  font-weight: bold;
}

.cnc_family .badge {
  vertical-align: text-bottom;
  opacity: 0.4;
  border-radius: 7px;

  opacity: 0.9;
  position: absolute;
  top:   5px;
  right: 5px;
  z-index: 999;
  background-color: #555;
}

.cnc_family {
  padding-right: 80px;
}
.cnc_family .name {
  font-size: 1rem;
}
.cnc_family .desc {
  font-size: 0.9rem;
  line-height: 1.1;
  padding: 0;
  margin: 0;
}
.cnc_family .desc p {
  padding: 0;
  margin: 0;
}
.cnc_menu .name {
  font-size: 1rem;
}
.cnc_family .name,
.cnc_menu .name,
.cnc_menu .price {
  display: block;
}

.cnc_product .price,
.cnc_menu .price {
  position: absolute;
  bottom: 2px;
  right:  2px;
  background: rgba(255,255,255,0.75);
  font-size: 1.2rem;
  font-weight: bold;
  padding: 2px 7px;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
  z-index: 10;
  line-height: 1;
}
.cnc_message_opt .price {
  position: absolute;
  bottom: -5px;
  right: -5px;
  background: rgba(240,240,240,0.3);
  font-size: 1rem;
  padding: 2px 7px;
  border-radius: 4px 0 0 0;
  border-top: solid 1px #ccc;
  border-left: solid 1px #ccc;
  z-index: 10;
  box-shadow: inset 1px 1px 3px rgba(100,100,100,0.1);
  line-height: 1;
}

.cnc_product {
  padding: 15px;
  overflow: hidden;
}

.cnc_family .thumb {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  box-sizing: border-box;
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  float: right;
  width:  70px;
  height: 70px;
}


.cnc_product .thumb,
.cnc_menu .thumb {
  display: block;
  margin: 15px -20px -20px;
  box-sizing: border-box;
  padding-bottom: 50%;
  background-color: #111;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.cnc_family .thumb,
.cnc_product .thumb,
.cnc_menu .thumb {
  transition: opacity 0.3s, filter 0.3s;
  background-color: #eee;
}

.cnc_message_opt:not(.out_of_stock):hover .thumb,
.cnc_family:not(.out_of_stock):hover .thumb,
.cnc_product:not(.out_of_stock):hover .thumb,
.cnc_menu:not(.out_of_stock):hover .thumb {
  opacity: 0.7;
  -webkit-filter: grayscale(50%); /* Safari 6.0 - 9.0 */
  filter: grayscale(50%);
}

.cnc_family .thumb img,
.cnc_product .thumb img,
.cnc_menu .thumb img {
  width: 100%;
}

.price {
  font-family: "Consolas", "Courier New";
}

.cnc_product .price {
  float: right;
  margin-left: 15px;
}

.out_of_stock {
  box-shadow: none;
  cursor: initial;
}

.cnc_message_opt.out_of_stock {
  color: #ccc;
  text-decoration: line-through;
}
.cnc_message_opt.out_of_stock:before {
  display: none !important;
}

.msg_out_of_stock {
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  background: rgba(255,255,255,0.7);
  height: 100%;
  padding-top: 25%;
  box-sizing: border-box;
  color: #666;
  font-style: italic;
}

.cnc_family .desc p ,
.cnc_product .desc p ,
.cnc_menu .desc p  {
  margin: 0 0 4px;
  padding: 0;
  font-size: 0.9rem;
}

.box_desc .thumb {
  margin: 15px -20px 0px;
}

.cnc_menu.box_desc .desc {
  margin: 10px 0px 10px;
  line-height: 1.1;
  font-size: 0.95rem;
}


/* -------------------------------------------------------------------------- */
/* Item large (with description) */

.item_large .cnc_family,
.item_large .cnc_product,
.item_large .cnc_menu {
  min-height: 110px;
}

.item_large .cnc_family .thumb,
.item_large .cnc_product .thumb,
.item_large .cnc_menu .thumb {
  width:  100px;
  height: 100px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}

.item_large .cnc_family .name,
.item_large .cnc_family .desc,
.item_large .cnc_product .name,
.item_large .cnc_product .desc,
.item_large .cnc_product .msg_selection,
.item_large .cnc_menu .name,
.item_large .cnc_menu .desc {
  padding-left: 95px;
}

.cnc_product .msg_selection {
  display: none;
}
.cnc_product.selected .msg_selection {
  display: block;
  border: solid 1px #ccc;
  padding: 7px;
  margin-left: 95px;
  margin-top: 10px;
  background: #f5f5f5;
  border-radius: 4px;
}
.cnc_product.selected .msg_selection:last-child {
  margin-bottom: 50px;
}

/* -------------------------------------------------------------------------- */
/* Cart quantity selector */

.qt_selector > a {
  display: inline-block;
  box-sizing: border-box;
  margin: 0 3px;
  min-width: 32px;
  vertical-align: middle;
}

.sel_value {
  text-align: center;
  font-size: 1.1rem;
  min-width: 64px;
}

#qt_selector_single {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: rgba(255,255,255,0.9);
  padding: 20px 10px;
  text-align: right;
}
#qt_selector_single .msg_add {
  z-index: 99;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  background-color: #fff;
  padding: 7px;
  text-align: right;
}

/* -------------------------------------------------------------------------- */
/* Bloc view */

.mode-view label {
  min-width: 120px;
}
.mode-view .log_field {
  display: inline-block;
}

/* -------------------------------------------------------------------------- */
/* Box messages */

#message_list {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(240,240,240,1);
  min-height: 100%;
  width: 100%;
  padding: 15px 15px 25px;
  z-index: 99;
}

/* -------------------------------------------------------------------------- */
/* Popup error */

.popup_win_error {
  background-color: rgba(200,200,200,0.8);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.popup_win_error > div {
  background-color: rgba(255,255,255,0.9);
  margin: 80px auto 0;
  padding: 25px 15px;
  text-align: center;
  max-width: 400px;
  box-shadow: 1px 1px 5px rgba(50,50,50,0.4);
  border-radius: 4px;
}

.popup_win_error > div .btn {
  display: block;
  max-width: 70%;
  margin: 15px auto 0;
}

/* -------------------------------------------------------------------------- */
/* Box error */

.box_win_error {
  margin: 10px 0;
  padding: 15px;
  border: solid 1px #ddd;
  background-color: #fafafa;
  text-align: center;
}

.box_win_error > div.msg_error {
  font-weight: bold;
  color: #ff1744;
}

.err_message {
  font-style: italic;
}

.row_warning > td {
  background-color: rgba(255, 23, 68, 0.2);
}

.row_warning > td .sel_value {
  font-weight: bold;
  color: #ff1744;
}

/* -------------------------------------------------------------------------- */
/* Footer */

#footer {
  padding: 25px;
}

#footer strong {
  display: block;
  text-transform: uppercase;
  margin-bottom: 8px;
}

#footer .shop_address strong {
  text-transform: initial;
  font-size: 1.5rem;
}

.shop_contact > div {
  margin-bottom: 5px;
}
.shop_contact span {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4px;
}

#footer .shop_contact .btn {
  margin-bottom: 0;
}
.shop_contact span .fa {
  font-size: 24px;
}

#footer a {
  color: #fff;
}

#footer .row > div {
  margin-bottom: 20px;
}

#footer a.btn:hover {
  color: #333;
}

#footer ul {
  margin: 0;
  padding: 0;
}

#footer li {
  margin: 0 0 5px 15px;
  padding: 0;
}


/* -------------------------------------------------------------------------- */
/* Login box create account */

.login-col-1 {
  border-right: solid 4px #ccc;
}
.login-col-1 form {
  max-width: 300px;
  margin: 0 auto;
}

.login-box-create-account {
  background: rgba(100,100,100,0.1);
  padding: 25px;
  text-align: center;
  border-radius: 7px;
  max-width: 340px;
  margin: 0 auto;
}
.login-box-create-account a {
  display: inline-block;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {

  .login-col-1 {
    border-right-style: none;
    border-bottom: solid 4px #ccc;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

}

/* -------------------------------------------------------------------------- */
/* Address search container */

#address_grid_form {
  display: grid;
  grid-template-columns: 190px auto;
  gap: 10px;
}
#address_grid_form > div {
  overflow: hidden;
}
#address_grid_form label {
  font-weight: bold;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#geocode_results {
  grid-column: auto / span 2;
}


@media screen and (max-width: 900px) {

  #address_grid_form {
    display: grid;
    grid-template-columns: auto;
    gap: 20px;
  }


}

.address_infos {
  margin: 0 0 20px;
  font-style: italic;
}

#address_part_country,
#addr_search_container {
  margin: 0;
  padding: 0;
}

#addr_search_container {
  display: grid;
  grid-template-columns: auto 100px;
}

#addr_search_container #query_address,
#addr_search_container #query_address + #submit_addr {
  display: block;
  box-sizing: border-box;
  padding: 7px;
  float: left;
}
#query_address_country,
#addr_search_container #query_address {
  padding: 7px 15px;
  border: solid 1px #999;
  border-radius: 5px;
}
#query_address_country {
  min-width: auto;
  width: 100%;
}

#addr_search_container #query_address {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}

#addr_search_container #query_address + #submit_addr {
  margin-left: -1px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}

#geocode_results {
  clear: both;
  margin: 0;
  padding: 10px 0 0;
}
#geocode_results > .search_result:hover {
  background-color: #f3f3f3;
}

/* -------------------------------------------------------------------------- */
/* Adress list */

#address_list_items,
#address_list_items_bill {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

#address_list_items > li,
#address_list_items_bill > li {
  width: 50%;
  box-sizing: border-box;
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0 10px 10px;
}

#address_list_items > li > a,
#address_list_items_bill > li > a {
  position: relative;
  display: block;
  margin: 0;
  padding: 10px;
  border: solid 1px #ccc;
  padding: 5px 35px 5px 10px;
  border-radius: 3px;
  background: #f9f9f9;
  color: #444;
}

#address_list_items > li > a.selected,
#address_list_items_bill > li > a.selected {
  color: #007bff;
}

#address_list_items > li > a.selected strong::before,
#address_list_items > li > a:hover strong::before,
#address_list_items_bill > li > a.selected strong::before,
#address_list_items_bill > li > a:hover strong::before {
  content: "\f00c";
  position: absolute;
  right: 10px;
  top: 10px;
  font: normal normal normal 22px/1 FontAwesome;
  display: inline-block;
  width: 24px;
  text-align: center;
  vertical-align: text-bottom;
}

#address_list_items > li > a:hover,
#address_list_items_bill > li > a:hover {
  background-color: rgba(230,230,230,1);
  border-color: #ccc;
  box-shadow: inset 1px 1px 5px rgba(40,40,40,0.3);
}

.list-group-item.invalid_address {
  background-color: #f3f3f3;
  opacity: 0.7;
}

/* -------------------------------------------------------------------------- */
/* Demo banner */

.demo_banner,
.demo_banner_cmd {
  padding: 7px 15px;
  font-family: "Arial";
  font-size: 0.9rem;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #b53d00;
  color: #fff;
  border-radius: 4px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
}

.demo_banner {
  position: fixed;
  top: 0;
  left: 25px;
  border-radius: 0 0 4px 4px;
}

.demo_banner_cmd {
    padding: 15px 25px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.4);
    margin: 0 -30px 25px;
    border-radius: 0 4px 4px 0;
    max-width: 90%;
}

/* -------------------------------------------------------------------------- */
/* History */

.order_details {
  font-size: 0.9rem;
  margin-bottom: 5px;
  width: 100%;
}

.order_details > div,
.order_details > li {
  padding: 5px 30px 5px 10px;
}

.order_details > div span,
.order_details > li span {
  display: inline-block;
  margin-right: 10px;
}

.order_details > div strong,
.order_details > li strong {
  display: inline-block;
}

.order_details .col_statusLocale::before {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Page resume order */

#page_resume {
  width: 100%;
  box-sizing: border-box;
  padding: 60px 25px;
  text-align: center;
}

#page_resume cite {
  display: block;
  font-size: 0.8rem;
  margin: 10px 0 0;
}

.card_page {
  max-width: 600px;
  margin: 0 auto;
  background-color: #eee;
  border-radius: 7px;
  overflow: hidden;
}
.card_page > div {
  padding: 0;
}

.card_header {
  background-color: rgba(100,100,100,0.1);
}
.card_header h1 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 15px;
  color: #777;
}

.card_content {
 /* background-color: #eee;*/
  font-size: 1.2rem;
}

.card_content dt,
.card_content dd {
  font-size: 1.1rem;
}

.card_content dt {
  font-weight: normal;
  color: #666;
}

.card_content dd {
  background-color: #eee;
  color: #111;
  display: inline-block;
  padding: 0;
  font-size: 1.5rem;
}

.card_footer {
  margin: 15px 0;
}

.card_footer .btn {
  display: inline-block;
  margin: 7px;
}

.card_content dl > div {
  border-bottom: dashed 1px #ccc;
  margin: 7px 0;
}


/* -------------------------------------------------------------------------- */
/* Placename box */

.box-placename {
  position: fixed;
  bottom: 0;
  left: 0;
  padding: 15px 25px;
  box-sizing: border-box;
  background:  #111;
  box-shadow: -1px -1px 4px rgba(0,0,0,0.2);
  color: #fff;
  width:  100%;
  text-align: center;
  z-index: 99;
}

/* -------------------------------------------------------------------------- */
/* Loader */

.inside_loader {
  text-align: center;
  display: block;
  width: 100%;
  padding: 120px 0;
}
.inside_loader .fa {
  font-size: 10rem;
  color: rgba(0,0,0,0.2);
}



/* -------------------------------------------------------------------------- */
/* Media queries */

@media screen and (max-width: 1280px) {
  #app {
    margin: 0 auto;
  }

  #app header {
    border-radius: 0;
  }

  #app footer {
    border-radius: 0;
  }

}


@media screen and (max-width: 700px) {

  .nav-tabs {
    padding: 0px 0 10px !important;
  }

  .nav-tabs a {
    border-radius: 4px !important;
    padding: 4px 15px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nav-item {
    border-radius: 0.25em;
  }
}

/* -------------------------------------------------------------------------- */
/* Old browser panel */

#old_browser {
  font-style: italic;
  text-align: center;
  padding: 100px 50px;
}

/* -------------------------------------------------------------------------- */
/* QTe selector for product in menus */

.cnc_product .qt_max_sel {
  background-color: rgba(255,255,255,0.8);
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 5px;
  border: solid 1px #ccc;
  border-top-left-radius: 5px;
}

.qt_minus,
.qt_sel,
.qt_plus {
  display: inline-block;
  margin: 5px;
  vertical-align: middle;
  min-width: 32px;
  text-align: center;
}

.qt_minus,
.qt_plus {
  border: solid 1px #ccc;
  transition: background 0.3s, color 0.3s;
  background-color: #fff;
}
.qt_minus:hover,
.qt_plus:hover {
  background-color: #0069D9;
  box-shadow: inset -1px -1px 3px rgba(0,0,0,0.2);
  color: #fff !important;
  border-color: transparent;
}

.qt_sel {
  font-size: 1.2rem;
}

/* -------------------------------------------------------------------------- */
/* Confirm window */

.confirm {
  display: none;

}

.confirm > div:first-child {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  top: 0px;
  left: 0px;
  z-index: 999;
}

.confirm > div:last-child {
  padding: 30px;
  background: white;
  position: fixed;
  width: auto;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 5px;
  border: 1px solid #333;
  text-align: right;
  z-index: 1000;
}

#confirmMessage + div input {
  display: inline-block;
  margin-top:  30px;
  margin-left: 15px;
  padding: 7px 30px;
  background-color: #eee;
  border: solid 1px #999;
  border-radius: 7px;
  transition: background 0.3s;
}

#confirmMessage + div input#confirmYes {
  background-color: #0069d9;
  border-color: #0062cc;
  color: #fff;
}

#confirmMessage + div input:hover {
  background-color: #ddd;
  border-color: #888;
}

#confirmMessage + div input#confirmYes:hover {
  background-color: #333;
  border-color: #333;
  color: #fff;
}

@media screen and (max-width: 700px) {

  .confirm > div:last-child {
    padding: 15px;
    left: 25%;
    top: 50%;
    transform: translate(-25%, -50%);
  }

}




.is_home_featured .banner,
.is_new .banner {
  display: block;
  padding: 3px 7px 3px 30px;
  background-color: #D81B60;
  position: absolute;
  top: 11px;
  right: -20px;
  transform: rotate(30deg);
  text-align: center;
  width: 150px;
  font-size: 0.9rem;
  font-weight: bold;
  color: #fff;
  z-index: 1;

  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.is_home_featured .banner.homef{
  background-color: #1E88E5;
  z-index: 2;
}

#home_featured_list .banner, #home_new_list .banner {
  display: none;
}

/* -------------------------------------------------------------------------- */
/* Debug box */

#debug_selection {
  position: fixed;
  top: 0;
  right: 0;
  background: #ccc;
  padding: 15px;
  overflow: auto;
  height: 100%;
  width: 300px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}
#debug_selection pre {
  font-size: 12px;
}