@import url('https://fonts.googleapis.com/css2?family=Biryani:wght@400;600;700&family=Montserrat:wght@400;600;700&display=swap');
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.reset-box-shadow {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.round-all {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.round-top {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.round-bottom {
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}
.round-left {
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
}
.round-right {
  -webkit-border-radius: 0 3px 3px 0;
  -moz-border-radius: 0 3px 3px 0;
  border-radius: 0 3px 3px 0;
}
.text-overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-success {
  color: #468847;
}
.text-danger {
  color: #bf2000;
}
.text-info {
  color: #00acdc;
}
.text-warning {
  color: #EFAA00;
}
.text-red {
  color: #bf2000;
}
.control-label.required:after,
label.required:after {
  content: '*';
  color: #bf2000;
  font-size: 1.2em;
  display: inline-block;
  margin: 0 0 0 0.4em;
  vertical-align: 0;
  line-height: 1;
}
:root {
  --btn-background-color-default: #F0F2F3;
  --btn-background-color-default-disabled: #fefefe;
  --btn-border-color-default: #F0F2F3;
  --btn-text-color-default: #1A1E1E;
  --btn-background-color-default-hover: #454644;
  --btn-text-color-default-hover: #FFFFFF;
  --btn-border-color-default-hover: #454644;
  --btn-background-color-primary: #FABB20;
  --btn-background-color-primary-disabled: #fbc339;
  --btn-border-color-primary: #FABB20;
  --btn-text-color-primary: #1A1E1E;
  --btn-background-color-primary-hover: #EFAA00;
  --btn-text-color-primary-hover: #1A1E1E;
  --btn-border-color-primary-hover: #EFAA00;
  --btn-background-color-secondary: #F0F2F3;
  --btn-background-color-secondary-disabled: #fefefe;
  --btn-border-color-secondary: #F0F2F3;
  --btn-text-color-secondary: #1A1E1E;
  --btn-background-color-secondary-hover: #454644;
  --btn-text-color-secondary-hover: #FFFFFF;
  --btn-border-color-secondary-hover: #454644;
  --btn-background-color-tertiary: #FFFFFF;
  --btn-background-color-tertiary-disabled: #ffffff;
  --btn-border-color-tertiary: #1A1E1E;
  --btn-text-color-tertiary: #1A1E1E;
  --btn-background-color-tertiary-hover: #454644;
  --btn-text-color-tertiary-hover: #FFFFFF;
  --btn-border-color-tertiary-hover: #454644;
  --text-color-success: #195626;
  --background-color-success: #D5EDDB;
  --border-color-success: #195626;
  --btn-text-color-success: var(--text-color-success);
  --btn-background-color-success: #e7f5ea;
  --btn-background-color-sucess-disabled: #f9fcfa;
  --btn-border-color-success: var(--background-color-success);
  --text-color-info: #4383A7;
  --background-color-info: #DAEDF7;
  --border-color-info: #4383A7;
  --btn-text-color-info: var(--text-color-info);
  --btn-background-color-info: #eff7fc;
  --btn-background-color-info-disabled: #ffffff;
  --btn-border-color-info: var(--background-color-info);
  --text-color-warning: #866618;
  --background-color-warning: #FFF2CF;
  --border-color-warning: #866618;
  --btn-text-color-warning: var(--text-color-warning);
  --btn-background-color-warning: #fff9e9;
  --btn-background-color-warning-disabled: #ffffff;
  --btn-border-color-warning: var(--background-color-warning);
  --text-color-danger: #711D26;
  --background-color-danger: #F7D7DB;
  --border-color-danger: #711D26;
  --btn-text-color-danger: var(--text-color-danger);
  --btn-background-color-danger: #fbecee;
  --btn-background-color-danger-disabled: #ffffff;
  --btn-border-color-danger: var(--background-color-danger);
  --swiper-theme-color: #FABB20;
  --swiper-navigation-color: #1A1E1E;
  --swiper-navigation-size: 20px !important;
}
input[type=checkbox] {
  vertical-align: top;
}
select {
  height: 30px;
  line-height: 30px;
}
.center,
td.center,
th.center {
  text-align: center;
}
.right,
td.right,
th.right {
  text-align: right;
}
.btn.dropdown-toggle2 {
  padding: 4px 8px;
}
[data-toggle="collapse"] {
  cursor: pointer;
}
.cart-nav {
  float: right;
}
@media (max-width: 979px) {
  .cart-nav {
    float: left;
  }
}
.custom-notification-badge {
  display: inline-block;
  margin: 2px 0 0;
  position: absolute;
  right: 0;
  min-width: 15px;
  height: 15px;
  padding: 0;
  text-align: center;
  line-height: 15px;
  font-weight: normal;
  border: 2px solid #FFF;
  border-radius: 50%;
  font-size: 10px;
  color: #1A1E1E;
}
.custom-notification-badge.important {
  background-color: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.custom-notification-badge.success {
  background-color: var(--background-color-success);
  color: var(--text-color-success);
}
.custom-notification-badge.info {
  background-color: var(--background-color-info);
  color: var(--text-color-info);
}
.custom-notification-badge.warning {
  background-color: var(--background-color-warning);
  color: var(--text-color-warning);
}
.custom-notification-badge [class^="icon-"] {
  margin-right: 0;
  color: #1A1E1E;
}
.box {
  margin-bottom: 10px;
}
.box h4.box-header {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  padding: 7px 10px;
  margin: 0;
  background: #454644;
  color: #FFFFFF;
  border: none;
  font-weight: 600;
}
.box h4.box-header .label {
  font-weight: normal;
  font-size: 12px;
}
.box h4.box-header [class^="icon-"],
.box h4.box-header [class*=" icon-"] {
  font-size: 15px;
  margin-right: 5px;
}
.box h4.box-header .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
.box div.box-content {
  border: 1px solid #DDD;
  border-top: 0;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  padding: 10px;
}
.box div.box-content > .alert:last-child {
  margin-bottom: 0;
}
.box div.box-content > .table-bordered {
  margin: 10px 0;
}
.box table thead th {
  background: #454644;
  color: #FFFFFF;
  font-weight: 600;
}
.box table thead th a {
  color: inherit;
  text-decoration: underline;
}
.box .table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
}
.box form {
  margin: 0;
}
.box .form-actions {
  margin-bottom: 0;
}
.table-paginate {
  margin: 0;
  display: inline-block;
}
.results-per-page select {
  margin-bottom: 0;
  width: 75px;
  height: 36px;
  margin-right: 3px;
}
.multipage-navbar {
  text-align: right;
}
.multipage-navbar .btn-download-products {
  vertical-align: top;
  margin: 6px 20px 0 0;
}
.multipage-nb-results {
  display: inline-block;
  line-height: 40px;
  vertical-align: top;
  margin: 0 5px 0 0;
}
.multipage-nb-results span {
  font-weight: bold;
}
.months-bar {
  margin-bottom: 18px;
}
.months-bar .btn.active {
  background-color: #08C;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.3);
  filter: none;
}
.kviste-side-nav {
  padding: 0;
  margin: 0 0 30px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
  -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.065);
}
.kviste-side-nav > li > a {
  display: block;
  margin: 0 0 -1px;
  padding: 8px 14px;
  border: 1px solid #E5E5E5;
}
.kviste-side-nav > li > a span.number {
  display: block;
  font-weight: bold;
  margin-bottom: 3px;
}
.kviste-side-nav > li > a span.infos {
  display: block;
}
.kviste-side-nav > li:first-child > a {
  -webkit-border-radius: 6px 6px 0 0;
  -moz-border-radius: 6px 6px 0 0;
  border-radius: 6px 6px 0 0;
}
.kviste-side-nav > li:last-child > a {
  -webkit-border-radius: 0 0 6px 6px;
  -moz-border-radius: 0 0 6px 6px;
  border-radius: 0 0 6px 6px;
}
.kviste-side-nav > li .icon-chevron-right {
  float: right;
  margin-top: 10px;
  margin-right: -6px;
  opacity: 0.0025;
  filter: alpha(opacity=.25);
  opacity: .25;
  filter: alpha(opacity=25);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(25));
}
.kviste-side-nav > li.active > a .icon-chevron-right {
  color: #565853 !important;
  opacity: 0.01;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
.action-btn {
  text-align: center;
  background: var(--btn-background-color-secondary);
  color: var(--btn-text-color-secondary);
  margin-top: 0px;
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 5px;
  text-decoration: none !important;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.action-btn i[class^="icon-"],
.action-btn i[class*=" icon-"],
.action-btn i.fi {
  font-size: 18px;
  color: inherit;
  text-decoration: none;
}
.action-btn > span,
.action-btn > a > span {
  margin-top: 4px;
  display: block;
  font-size: 15px;
  font-weight: 200;
}
.action-btn > span {
  color: inherit;
  font-weight: inherit;
}
.action-btn > span strong {
  font-weight: inherit;
}
.action-btn > a {
  display: block;
  text-decoration: none;
}
.action-btn:hover {
  background: var(--btn-background-color-secondary-hover);
  color: var(--btn-text-color-secondary-hover);
}
.action-btn:hover a {
  color: inherit;
}
.cart-nav {
  float: right;
}
.cart-nav #cart-clean-button span.label {
  float: right;
  line-height: 13px;
  padding: 2px 4px 1px;
  margin: 0 -14px 0 0;
}
.control-label .info {
  display: block;
  font-size: 11px;
  color: #777;
  font-style: italic;
  background: #f5f5f5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px;
  text-indent: 8px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
}
.control-label .info i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#list-products tr.product-special:nth-child(odd) td {
  background: #ffdddc;
}
#list-products tr.product-special:nth-child(even) td {
  background: #ffe7e6;
}
#list-products tr.product-free-quantity:nth-child(odd) td {
  background: #C7E0EC;
}
#list-products tr.product-free-quantity:nth-child(even) td {
  background: #daebf2;
}
#list-products td {
  vertical-align: middle;
  padding: 4px;
}
#list-products td.image {
  width: 40px;
  padding: 0;
}
#list-products td.image .image-wrapper {
  padding: 1px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
#list-products td.image .image-wrapper img {
  max-width: 40px;
  max-height: 60px;
}
#list-products td.reference {
  width: 170px;
}
#list-products td.name .name-wrapper {
  position: relative;
  width: 100%;
  line-height: 18px;
}
#list-products td.name .name-wrapper .name {
  display: block;
  float: left;
}
#list-products td.name .name-wrapper .nature,
#list-products td.name .name-wrapper .region {
  display: block;
  float: left;
  clear: both;
  color: #495555;
}
#list-products td.name .name-wrapper .label {
  position: absolute;
  right: 0;
}
#list-products td.vintage {
  width: 56px;
}
#list-products td.color {
  width: 56px;
}
#list-products td.unit-code {
  width: 70px;
}
#list-products td.msrp {
  width: 60px;
  text-align: right;
}
#list-products td.base-price {
  width: 60px;
  text-align: right;
}
#list-products td.base-price > span {
  display: block;
}
#list-products td.base-price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.base-price .special-price {
  font-size: 1.01em;
  color: #FF7E35;
}
#list-products td.price {
  width: 60px;
  text-align: right;
}
#list-products td.price > span {
  display: block;
}
#list-products td.price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.price .special-price {
  font-size: 1.01em;
  color: #FF7E35;
}
#list-products td.quantity {
  width: 103px;
  text-align: center;
}
#list-products td.quantity .btn {
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}
#list-products td.quantity input.input-quantity {
  width: 30px;
  text-align: center;
}
#list-products td.total-price {
  width: 68px;
  text-align: right;
}
#list-products td.total-price .old-price {
  display: block;
  font-size: 0.8em;
  text-decoration: line-through;
}
#list-products td.total-price .special-price {
  display: block;
  font-size: 1.01em;
  color: #FF7E35;
}
#list-products .quantity-alert {
  padding-top: 5px;
}
#list-products td.delete {
  width: 33px;
  text-align: center;
}
#list-products td.delete .delete-product {
  padding: 5px 8px;
  font-size: 16px;
}
#invoices-list #invoice-detail {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #EEE;
  padding: 15px;
  color: #333;
}
#invoices-list #invoice-detail p.empty-message {
  margin: 0;
  font-size: 15px;
  font-weight: 200;
}
#invoices-list #invoice-detail object {
  border: 1px solid #bbbbbb;
}
#invoices-list .kviste-side-nav li > a {
  position: relative;
}
#invoices-list .kviste-side-nav .label {
  text-shadow: none;
  font-weight: normal;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
}
#invoices-list .kviste-side-nav .label-context {
  position: absolute;
  right: 30px;
  top: 18px;
  font-variant: small-caps;
  margin: 0 0 0 .5em;
  background-image: linear-gradient(45deg,#03a000,#4ad602);
}
#invoices-list .kviste-side-nav .label-context * {
  color: #fff;
}
#invoices-list .kviste-side-nav .label-context > span {
  vertical-align: top;
}
.search-products form .input-prepend span {
  width: 3%;
}
.search-products form .input-prepend input[type=text] {
  width: 88%;
  padding: 0 4px;
  height: 26px;
}
@media (min-width: 992px) {
  .search-products form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-products form button {
  margin: -1px 0 0;
  padding: 3px 20px;
  float: right;
}
.search-products form button > i {
  font-size: 1.3em;
  line-height: 0.3em !important;
}
.search-products form > div.row-keywords {
  position: relative;
}
.search-products form > div a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 4px 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
  z-index: 2;
}
.search-products form > div a#search-remove-sign i {
  font-size: 1.6em;
}
.search-products form > div a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-products form > div > div.select {
  float: left;
  padding: 0 5px 0 0;
  margin: 0 4px 0 0;
}
.search-products form > div > div.select label {
  display: inline-block;
  vertical-align: top;
  margin: 4px 2px 0 0;
}
.search-products form > div > div.select label:after {
  content: ' :';
}
.search-products form > div > div.select select#search-region {
  width: 180px;
}
.search-products form > div > div.select select#search-nature {
  width: 200px;
}
.search-products form > div > div.select select#search-color {
  width: 150px;
}
.search-products form > div > div.select select#search-vintage {
  width: 150px;
}
@media (max-width: 1024px) {
  .search-products form button {
    margin: -1px 0 0;
  }
  .search-products form > div > div.select {
    padding: 0 5px 0 0;
    float: left;
    margin: 0 4px 2px 0;
  }
  .search-products form > div > div.select label {
    width: 75px;
  }
  .search-products form > div > div.select label:after {
    content: ' :';
  }
  .search-products form > div > div.select select#search-region {
    width: 200px;
  }
  .search-products form > div > div.select select#search-nature {
    width: 200px;
  }
  .search-products form > div > div.select select#search-color {
    width: 200px;
  }
  .search-products form > div > div.select select#search-vintage {
    width: 200px;
  }
}
@media (max-width: 768px) {
  .search-products form button {
    margin: -26px 0 0;
  }
  .search-products form > div > div.select {
    display: block;
    float: none;
    padding: 0 5px 0 0;
    margin: 2px 4px 2px 0;
  }
  .search-products form > div > div.select label {
    width: 75px;
  }
  .search-products form > div > div.select label:after {
    content: ' :';
  }
  .search-products form > div > div.select select#search-region {
    width: 200px;
  }
  .search-products form > div > div.select select#search-nature {
    width: 200px;
  }
  .search-products form > div > div.select select#search-color {
    width: 200px;
  }
  .search-products form > div > div.select select#search-vintage {
    width: 200px;
  }
}
.cart-product-form {
  margin: 0;
}
.cart-product-form .cart-product-info {
  overflow: hidden;
}
.cart-product-form .cart-product-info .cart-product-image {
  float: left;
  width: 15%;
  height: 120px;
  padding: 4px;
  border: 1px solid #ababab;
}
.cart-product-form .cart-product-info .cart-product-image .image-wrapper {
  text-align: center;
}
.cart-product-form .cart-product-info .cart-product-image .image-wrapper img {
  height: 100%;
}
.cart-product-form .cart-product-info .cart-product-description {
  float: right;
  width: 80%;
  text-align: left;
}
.cart-product-form .cart-product-info .cart-product-quantity {
  margin: 5px 0 0;
}
.cart-product-form .cart-product-info .cart-product-quantity > div {
  margin: 0;
}
.cart-product-form .cart-product-info .cart-product-quantity input {
  width: 20%;
}
#invoices-list #invoice-detail {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #EEE;
  padding: 15px;
  color: #333;
}
#invoices-list #invoice-detail p.empty-message {
  margin: 0;
  font-size: 15px;
  font-weight: 200;
}
#invoices-list #invoice-detail object {
  border: 1px solid #bbbbbb;
}
#faq-categories > .affix {
  top: 20px;
}
#faq-content section {
  margin: 0 0 30px;
}
#faq-content h2 {
  color: #08C;
  padding-bottom: 9px;
  margin: 0 0 15px;
  border-bottom: 1px solid #33bbff;
}
#faq-content h3 {
  color: #5a5a5a;
}
#faq-content ul.index-categories {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}
#faq-content ul.index-categories > li > a {
  display: block;
  padding: 3px 10px;
  background: #f5f5f5;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin: 8px 0 4px;
}
#list-accounts table tr.previous-sold td,
#list-accounts table tr.total-month td {
  background-color: #f5f5f5;
}
#list-accounts table tr.total-period td {
  border-top-width: 2px;
}
#list-accounts table tr.total-general td {
  border-top-width: 2px;
  border-color: #c4c4c4;
  font-weight: bold;
}
#list-accounts table td.deadline {
  white-space: nowrap;
}
#list-accounts table td.deadline em {
  font-size: .7em;
}
#orders-list .kviste-side-nav > li .icon-chevron-right,
#invoices-list .kviste-side-nav > li .icon-chevron-right {
  margin-top: 20px;
}
#orders-list .kviste-side-nav .label,
#invoices-list .kviste-side-nav .label {
  text-shadow: none;
  font-weight: normal;
  height: 14px;
  display: inline-block;
  vertical-align: top;
  line-height: 1.3;
}
#orders-list .kviste-side-nav .status .label-context,
#invoices-list .kviste-side-nav .status .label-context {
  font-variant: small-caps;
  margin: 0 0 0 .5em;
  background-image: linear-gradient(45deg,#03a000,#4ad602);
}
#orders-list .kviste-side-nav .status .label-context *,
#invoices-list .kviste-side-nav .status .label-context * {
  color: #fff;
}
#orders-list .kviste-side-nav .status .label-context > span,
#invoices-list .kviste-side-nav .status .label-context > span {
  vertical-align: top;
}
#orders-list > .span9,
#invoices-list > .span9 {
  margin-bottom: 20px;
}
#orders-list #order-detail,
#orders-list #invoice-detail,
#invoices-list #order-detail,
#invoices-list #invoice-detail {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  background-color: #F0F2F3;
  padding: 15px;
  color: #333;
}
#orders-list #order-detail p.empty-message,
#orders-list #invoice-detail p.empty-message,
#invoices-list #order-detail p.empty-message,
#invoices-list #invoice-detail p.empty-message {
  margin: 0;
  font-size: 15px;
  font-weight: 200;
}
#orders-list #order-detail > .row-fluid,
#orders-list #invoice-detail > .row-fluid,
#invoices-list #order-detail > .row-fluid,
#invoices-list #invoice-detail > .row-fluid {
  display: flex;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  #orders-list #order-detail > .row-fluid:first-child,
  #orders-list #invoice-detail > .row-fluid:first-child,
  #invoices-list #order-detail > .row-fluid:first-child,
  #invoices-list #invoice-detail > .row-fluid:first-child {
    margin-bottom: 15px;
    flex-wrap: wrap;
  }
  #orders-list #order-detail > .row-fluid:first-child .action-btn,
  #orders-list #invoice-detail > .row-fluid:first-child .action-btn,
  #invoices-list #order-detail > .row-fluid:first-child .action-btn,
  #invoices-list #invoice-detail > .row-fluid:first-child .action-btn {
    width: 50%;
    margin-bottom: 0;
  }
}
#orders-list #order-detail .action-btn,
#orders-list #invoice-detail .action-btn,
#invoices-list #order-detail .action-btn,
#invoices-list #invoice-detail .action-btn {
  text-align: center;
  background-color: #fbfbfb;
  background-color: #ffffff;
  background-image: -moz-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -ms-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ffffff),to(#f5f5f5));
  background-image: -webkit-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: -o-linear-gradient(top,#ffffff,#f5f5f5);
  background-image: linear-gradient(top,#ffffff,#f5f5f5);
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  margin-top: 0;
  margin-bottom: 15px;
  padding: 10px;
  height: 64px;
}
#orders-list #order-detail .action-btn i[class*=" icon-"],
#orders-list #order-detail .action-btn i.fi,
#orders-list #invoice-detail .action-btn i[class*=" icon-"],
#orders-list #invoice-detail .action-btn i.fi,
#invoices-list #order-detail .action-btn i[class*=" icon-"],
#invoices-list #order-detail .action-btn i.fi,
#invoices-list #invoice-detail .action-btn i[class*=" icon-"],
#invoices-list #invoice-detail .action-btn i.fi {
  font-size: 18px;
  color: #333 !important;
  text-decoration: none;
}
#orders-list #order-detail .action-btn > span,
#orders-list #order-detail .action-btn > a > span,
#orders-list #invoice-detail .action-btn > span,
#orders-list #invoice-detail .action-btn > a > span,
#invoices-list #order-detail .action-btn > span,
#invoices-list #order-detail .action-btn > a > span,
#invoices-list #invoice-detail .action-btn > span,
#invoices-list #invoice-detail .action-btn > a > span {
  margin-top: 4px;
  display: block;
  font-size: 15px;
  font-weight: 200;
}
#orders-list #order-detail .action-btn > span,
#orders-list #invoice-detail .action-btn > span,
#invoices-list #order-detail .action-btn > span,
#invoices-list #invoice-detail .action-btn > span {
  color: #333;
}
#orders-list #order-detail .action-btn > a,
#orders-list #invoice-detail .action-btn > a,
#invoices-list #order-detail .action-btn > a,
#invoices-list #invoice-detail .action-btn > a {
  display: block;
}
#orders-list #order-detail .action-btn.order-reference span,
#orders-list #invoice-detail .action-btn.order-reference span,
#invoices-list #order-detail .action-btn.order-reference span,
#invoices-list #invoice-detail .action-btn.order-reference span {
  white-space: nowrap;
  font-size: .9em;
}
#orders-list #order-detail .action-btn.double,
#orders-list #invoice-detail .action-btn.double,
#invoices-list #order-detail .action-btn.double,
#invoices-list #invoice-detail .action-btn.double {
  line-height: 0.6;
}
#orders-list #order-detail .action-btn:has(a):hover,
#orders-list #invoice-detail .action-btn:has(a):hover,
#invoices-list #order-detail .action-btn:has(a):hover,
#invoices-list #invoice-detail .action-btn:has(a):hover {
  background: var(--btn-background-color-secondary-hover);
  color: var(--btn-text-color-secondary-hover);
}
#orders-list #order-detail .action-btn:hover,
#orders-list #invoice-detail .action-btn:hover,
#invoices-list #order-detail .action-btn:hover,
#invoices-list #invoice-detail .action-btn:hover {
  color: #333;
}
@media (max-width: 767px) {
  #orders-list #order-detail .list-wrapper,
  #orders-list #invoice-detail .list-wrapper,
  #invoices-list #order-detail .list-wrapper,
  #invoices-list #invoice-detail .list-wrapper {
    flex-wrap: wrap;
  }
  #orders-list #order-detail .list-wrapper .list-container,
  #orders-list #invoice-detail .list-wrapper .list-container,
  #invoices-list #order-detail .list-wrapper .list-container,
  #invoices-list #invoice-detail .list-wrapper .list-container {
    width: 100%;
  }
}
#orders-list #order-detail .list-container,
#orders-list #invoice-detail .list-container,
#invoices-list #order-detail .list-container,
#invoices-list #invoice-detail .list-container {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fbfbfb;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  margin-top: 10px;
}
#orders-list #order-detail .list-container > .alert,
#orders-list #invoice-detail .list-container > .alert,
#invoices-list #order-detail .list-container > .alert,
#invoices-list #invoice-detail .list-container > .alert {
  margin: 5px;
}
#orders-list #order-detail .list-container > .table,
#orders-list #invoice-detail .list-container > .table,
#invoices-list #order-detail .list-container > .table,
#invoices-list #invoice-detail .list-container > .table {
  margin: 0;
  font-size: 12px;
}
#orders-list #order-detail .list-container#invoices-list > .table,
#orders-list #order-detail .list-container#deliveries-list > .table,
#orders-list #invoice-detail .list-container#invoices-list > .table,
#orders-list #invoice-detail .list-container#deliveries-list > .table,
#invoices-list #order-detail .list-container#invoices-list > .table,
#invoices-list #order-detail .list-container#deliveries-list > .table,
#invoices-list #invoice-detail .list-container#invoices-list > .table,
#invoices-list #invoice-detail .list-container#deliveries-list > .table {
  font-size: 11px;
}
#orders-list #order-detail .list-container > h3,
#orders-list #invoice-detail .list-container > h3,
#invoices-list #order-detail .list-container > h3,
#invoices-list #invoice-detail .list-container > h3 {
  padding: 5px 10px;
  margin: 0;
  border-bottom: 1px solid #aaa;
  font-size: 14px;
}
#orders-list #order-detail .list-container > h3 i[class^="icon-"],
#orders-list #order-detail .list-container > h3 i[class*=" icon-"],
#orders-list #invoice-detail .list-container > h3 i[class^="icon-"],
#orders-list #invoice-detail .list-container > h3 i[class*=" icon-"],
#invoices-list #order-detail .list-container > h3 i[class^="icon-"],
#invoices-list #order-detail .list-container > h3 i[class*=" icon-"],
#invoices-list #invoice-detail .list-container > h3 i[class^="icon-"],
#invoices-list #invoice-detail .list-container > h3 i[class*=" icon-"] {
  margin-right: 5px;
}
#orders-list #order-detail #history-list,
#orders-list #invoice-detail #history-list,
#invoices-list #order-detail #history-list,
#invoices-list #invoice-detail #history-list {
  margin-top: 0;
}
#orders-list #order-detail #history-list td.date,
#orders-list #invoice-detail #history-list td.date,
#invoices-list #order-detail #history-list td.date,
#invoices-list #invoice-detail #history-list td.date {
  width: 100px;
}
#orders-list #order-detail #history-list td.image-status,
#orders-list #invoice-detail #history-list td.image-status,
#invoices-list #order-detail #history-list td.image-status,
#invoices-list #invoice-detail #history-list td.image-status {
  width: 20px;
}
#orders-list #order-detail #history-list td.status,
#orders-list #invoice-detail #history-list td.status,
#invoices-list #order-detail #history-list td.status,
#invoices-list #invoice-detail #history-list td.status {
  width: 130px;
}
#orders-list #order-detail #history-list td.comment .comment,
#orders-list #invoice-detail #history-list td.comment .comment,
#invoices-list #order-detail #history-list td.comment .comment,
#invoices-list #invoice-detail #history-list td.comment .comment {
  display: block;
}
#orders-list #order-detail #deliveries-list td.shipping_date,
#orders-list #invoice-detail #deliveries-list td.shipping_date,
#invoices-list #order-detail #deliveries-list td.shipping_date,
#invoices-list #invoice-detail #deliveries-list td.shipping_date {
  width: 65px;
}
#orders-list #order-detail #deliveries-list td.delivery_date,
#orders-list #invoice-detail #deliveries-list td.delivery_date,
#invoices-list #order-detail #deliveries-list td.delivery_date,
#invoices-list #invoice-detail #deliveries-list td.delivery_date {
  width: 65px;
}
#orders-list #order-detail #deliveries-list .btn,
#orders-list #invoice-detail #deliveries-list .btn,
#invoices-list #order-detail #deliveries-list .btn,
#invoices-list #invoice-detail #deliveries-list .btn {
  font-size: .8em;
  padding: 0 2px;
}
#orders-list #order-detail #invoices-list td.date,
#orders-list #invoice-detail #invoices-list td.date,
#invoices-list #order-detail #invoices-list td.date,
#invoices-list #invoice-detail #invoices-list td.date {
  width: 65px;
}
#orders-list #order-detail #invoices-list td.download,
#orders-list #invoice-detail #invoices-list td.download,
#invoices-list #order-detail #invoices-list td.download,
#invoices-list #invoice-detail #invoices-list td.download {
  width: 16px;
  font-size: 13px;
}
#orders-list #order-detail #invoices-list td.download a i,
#orders-list #invoice-detail #invoices-list td.download a i,
#invoices-list #order-detail #invoices-list td.download a i,
#invoices-list #invoice-detail #invoices-list td.download a i {
  color: #EFAA00;
}
#orders-list #order-detail #invoices-list td.download a.inactive i,
#orders-list #invoice-detail #invoices-list td.download a.inactive i,
#invoices-list #order-detail #invoices-list td.download a.inactive i,
#invoices-list #invoice-detail #invoices-list td.download a.inactive i {
  color: #888;
}
#orders-list #order-detail .table-striped tbody tr:nth-child(odd) td,
#orders-list #order-detail .table-striped tbody tr:nth-child(odd) th,
#orders-list #invoice-detail .table-striped tbody tr:nth-child(odd) td,
#orders-list #invoice-detail .table-striped tbody tr:nth-child(odd) th,
#invoices-list #order-detail .table-striped tbody tr:nth-child(odd) td,
#invoices-list #order-detail .table-striped tbody tr:nth-child(odd) th,
#invoices-list #invoice-detail .table-striped tbody tr:nth-child(odd) td,
#invoices-list #invoice-detail .table-striped tbody tr:nth-child(odd) th {
  background-color: #F0F2F3;
}
@media (min-width: 768px) and (max-width: 1049px) {
  #orders-list #order-detail #deliveries-list .table tbody td,
  #orders-list #order-detail #invoices-list .table tbody td {
    padding: 3px;
  }
}
#order-detail-products table td {
  vertical-align: middle;
  height: 30px;
}
#order-detail-products table td.product-image > img {
  max-height: 20px;
  max-width: 35px;
}
#order-detail-products table tfoot tr td {
  border-top-width: 2px;
  font-weight: bold;
}
#order-detail-products table .order-total-price {
  font-weight: bold;
}
#order-detail-products table .order-total-price td {
  border-top-width: 2px;
}
#home-wrapper {
  word-break: break-word;
}
#home-wrapper .cms-blocks {
  display: grid;
  grid-gap: 10px;
}
@media (min-width: 1408px) {
  #home-wrapper .cms-blocks {
    grid-template-columns: repeat(6,1fr);
  }
}
@media (min-width: 1408px) {
  #home-wrapper .cms-blocks .cms-block-format-full {
    grid-column: 1 / 7;
  }
  #home-wrapper .cms-blocks .cms-block-format-half {
    grid-area: auto / auto / auto / span 3;
  }
  #home-wrapper .cms-blocks .cms-block-format-one_third {
    grid-area: auto / auto / auto / span 2;
  }
  #home-wrapper .cms-blocks .cms-block-format-two_thirds {
    grid-area: auto / auto / auto / span 4;
  }
}
#home-wrapper .cms-blocks .cms-block-type-video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
#home-wrapper .cms-blocks .cms-block-type-video > div::before {
  content: '';
  display: block;
}
#home-wrapper .cms-blocks .cms-block-type-video-1by1::before {
  padding-top: 100%;
}
#home-wrapper .cms-blocks .cms-block-type-video-16by9::before {
  padding-top: 56.25%;
}
#home-wrapper .cms-blocks .cms-block-type-video-9by16::before {
  padding-top: 177.77777777778%;
}
#home-wrapper .cms-blocks .cms-block-type-video-4by3::before {
  padding-top: 75%;
}
#home-wrapper .cms-blocks .cms-block-type-video-3by4::before {
  padding-top: 133.33333333333%;
}
#home-wrapper .cms-blocks .cms-block-type-video img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#home-wrapper .cms-blocks .cms-block-type-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
#home-wrapper .cms-blocks .cms-block-type-content > div {
  height: 100%;
  color: var(--text-color);
  background-color: var(--background-color);
}
#home-wrapper .cms-blocks .cms-block-type-content > div img {
  margin: 0 auto;
}
#home-wrapper .cms-blocks .cms-block-type-content > div .cms-content {
  padding: 10px;
}
#home-wrapper .statistics-data-franchisee table {
  border-collapse: separate;
}
#home-wrapper .statistics-data-franchisee table tr th {
  vertical-align: middle;
  text-align: center;
}
#home-wrapper .statistics-data-franchisee table tr:nth-child(2) th {
  font-size: .8em;
  white-space: normal;
}
#home-wrapper .statistics-data-franchisee table tr.evolution {
  background: #dcdcdc;
}
#home-wrapper .statistics-data-franchisee table tr.evolution th {
  white-space: nowrap;
}
#home-wrapper .statistics-data-franchisee table tr th.bg-monthly,
#home-wrapper .statistics-data-franchisee table tr th.bg-yearly {
  text-align: center;
}
#home-wrapper .statistics-data-franchisee table tr th.bg-monthly {
  background: #89d389;
}
#home-wrapper .statistics-data-franchisee table tr th.bg-yearly {
  background: #dee9ff;
}
.row-max-width {
  max-width: 900px;
}
.home-small-box {
  height: 100%;
  margin-bottom: 20px;
}
.home-small-box h4 {
  border-bottom: 1px solid #e5e5e5;
  margin: 0 0 5px;
  padding: 5px 10px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top,#f9f9f9,#f0f0f0);
  background-image: -ms-linear-gradient(top,#f9f9f9,#f0f0f0);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f9f9f9),to(#f0f0f0));
  background-image: -webkit-linear-gradient(top,#f9f9f9,#f0f0f0);
  background-image: -o-linear-gradient(top,#f9f9f9,#f0f0f0);
  background-image: linear-gradient(top,#f9f9f9,#f0f0f0);
  text-shadow: 0 1px 0 #fff;
}
.home-small-box > .wrapper {
  position: relative;
}
.home-small-box .text-wrapper {
  position: absolute;
  background: rgba(0,0,0,0.8);
  width: 45%;
  height: 100%;
  top: 0;
  right: 0;
  color: #fff;
  overflow: hidden;
}
.home-small-box .text-wrapper h5 {
  padding: 10px 10px 0;
  margin: 0;
}
.home-small-box .text-wrapper p {
  padding: 10px;
  margin: 0;
}
@media (min-width: 1100px) {
  .home-small-box .text-wrapper h5 {
    font-size: 15px;
  }
  .home-small-box .text-wrapper p {
    font-size: 14px;
  }
}
@media (min-width: 950px) and (max-width: 1099px) {
  .home-small-box .text-wrapper h5 {
    font-size: 14px;
  }
  .home-small-box .text-wrapper p {
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 949px) {
  .home-small-box .text-wrapper h5 {
    font-size: 12px;
    padding: 5px 5px 0;
  }
  .home-small-box .text-wrapper p {
    font-size: 11px;
    padding: 5px;
  }
}
#home-carousel {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
#home-carousel .carousel-control {
  top: 50%;
  text-align: center;
}
#home-carousel .item img {
  display: block;
  line-height: 1;
  margin: 0 auto;
  object-fit: contain;
  width: 100%;
  max-height: 400px;
}
#contact-geci .contact-group {
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
@media (max-width: 991px) {
  #contact-geci .contact-group .span3,
  #contact-geci .contact-group .span9 {
    width: 100%;
  }
}
#contact-geci .contact-group > .span3 > h3 {
  position: relative;
  line-height: 1;
  font-weight: 600;
}
#contact-geci .contact-group > .span3 > h3:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#contact-geci .contact-group > .span9 {
  color: #565853;
  margin: 20px 0 0;
}
#contact-geci .contact-group > .span9 > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  justify-content: flex-start;
}
#contact-geci .contact-group > .span9 > ul li {
  padding-bottom: 7px;
  margin-bottom: 7px;
  flex: 1 1 45%;
}
#contact-geci .contact-group > .span9 > ul li > span {
  display: block;
}
#contact-geci .contact-group > .span9 > ul li > span.name {
  font-weight: 200;
}
#contact-geci .contact-group > .span9 > ul li > span.name .firstname {
  text-transform: capitalize;
}
#contact-geci .contact-group > .span9 > ul li > span.name .lastname {
  text-transform: uppercase;
}
#contact-geci .contact-group.main-contact {
  font-size: 16px;
}
#contact-geci .contact-group.main-contact [class^="icon-"],
#contact-geci .contact-group.main-contact [class*=" icon-"] {
  font-size: 17px;
}
#contact-geci .contact-group.main-contact span.phone {
  font-weight: bold;
}
.box .actions-wrapper {
  text-align: right;
}
.box .actions-wrapper .btn [class^="icon-"],
.box .actions-wrapper .btn [class*=" icon-"] {
  margin-right: 5px;
}
.box .actions-wrapper .btn [class^="icon-"].icon-right,
.box .actions-wrapper .btn [class*=" icon-"].icon-right {
  margin-right: 0;
  margin-left: 5px;
}
.sheet-product-box .modal-header h3 {
  font-size: 1.1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .sheet-product-box .modal-header h3 {
    font-size: 1.2em;
    line-height: 30px;
  }
}
.sheet-product-box .modal-header h3 span {
  font-size: 1em;
  color: #565853;
}
.sheet-product-box .sheet-product-form {
  margin: 0;
}
.sheet-product-box .sheet-product-form .sheet-product-info {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.sheet-product-box .sheet-product-form .sheet-product-info * {
  box-sizing: border-box;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-image {
  width: 100%;
  height: 120px;
  padding: 4px;
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  text-align: center;
}
@media (min-width: 992px) {
  .sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-image {
    width: 20%;
  }
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-image .image-wrapper {
  text-align: center;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-image .image-wrapper img {
  height: 100%;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-image > img {
  max-height: 100%;
  max-width: 100%;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-description {
  width: 100%;
  text-align: left;
}
@media (min-width: 992px) {
  .sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-description {
    padding-left: 15px;
    width: 80%;
  }
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-label,
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-value,
.sheet-product-box .sheet-product-form .sheet-product-info .btn-sheet-product-price {
  vertical-align: middle;
}
.sheet-product-box .sheet-product-form .sheet-product-info .btn-sheet-product-price {
  margin: 0 0 0 1em;
  line-height: 1;
  vertical-align: middle;
  padding: 3px 6px;
  font-size: .8em;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price-message {
  display: none;
  padding: 2px 6px;
  margin: 4px 0 0;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price-message .sheet-product-price {
  margin: 5px 0 0;
  text-align: center;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price-message .sheet-product-price * {
  box-sizing: content-box;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price-message .sheet-product-price .add-on {
  color: #333;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price-message .sheet-product-price input {
  text-align: right;
  width: 60px;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price {
  margin: 5px 0 0;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price > div {
  margin: 0;
}
.sheet-product-box .sheet-product-form .sheet-product-info .sheet-product-price input {
  width: 20%;
  line-height: 20px;
}
.sheet-product-box .modal-footer {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.sheet-product-box .modal-footer .btn.btn-info {
  order: 0;
  flex: 1 1 1%;
}
.sheet-product-box .modal-footer .btn.btn-success {
  order: 1;
  flex: 1 1 1%;
}
.sheet-product-box .modal-footer .btn.btn-danger {
  order: 2;
  flex: 1 1 100%;
}
@media (min-width: 992px) {
  .sheet-product-box .modal-footer .btn.btn-danger {
    flex: 1 1 1%;
    order: 0;
  }
  .sheet-product-box .modal-footer .btn.btn-info {
    flex: 1 1 1%;
    order: 1;
  }
  .sheet-product-box .modal-footer .btn.btn-success {
    flex: 1 1 1%;
    order: 2;
  }
}
.search-franchisee-customers form .input-prepend span {
  width: 3%;
}
.search-franchisee-customers form .input-prepend input[type=text] {
  width: 88%;
  padding: 0 4px;
  height: 26px;
}
@media (min-width: 992px) {
  .search-franchisee-customers form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-franchisee-customers form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-franchisee-customers form .row-keywords {
  position: relative;
}
.search-franchisee-customers form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 4px 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-franchisee-customers form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-franchisee-customers form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-franchisee-customers th {
  font-size: 0.8em;
  text-align: center;
}
#list-franchisee-customers td {
  vertical-align: middle;
  font-size: 0.8em;
}
#list-franchisee-customers .turnover-total,
#list-franchisee-customers .points-total,
#list-franchisee-customers .points-pending {
  white-space: nowrap;
}
.popover .points-pending-value {
  width: 104px;
}
.popover .force .points-pending-value {
  width: 194px;
}
.popover p {
  font-size: 13px;
  margin: -5px 0 5px;
}
.control-btn-group label {
  display: inline-block;
}
.popover.fidelity-voucher {
  width: 400px;
}
.popover.fidelity-voucher a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 9px 0 0;
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  cursor: pointer;
}
.popover.fidelity-voucher .fidelity-voucher-list td {
  border-bottom: 1px solid #ddd;
  color: #555;
  padding: 5px 5px;
}
.popover.fidelity-voucher .fidelity-voucher-list tr:last-child td {
  border-bottom: none;
}
.popover.fidelity-voucher .fidelity-voucher-list td.description span {
  width: 230px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
}
.popover.fidelity-voucher .fidelity-voucher-list span.description {
  font-size: 0.9em;
}
.popover.fidelity-voucher .fidelity-voucher-list span.details {
  font-size: 0.8em;
  color: #777;
}
.popover.fidelity-voucher .fidelity-voucher-list button.btn-fidelity-voucher-email {
  width: 50px;
}
.popover.fidelity-voucher .fidelity-voucher-list button.loading {
  background: #fff url('/img/default/ajax-loader.gif') 50% 50% no-repeat;
  text-indent: -9000px;
}
.popover .popover-order-delivery-error textarea {
  width: 194px;
  height: 90px;
}
.btn-preloader {
  background: #fff url(/img/default/ajax-loader.gif) center center no-repeat !important;
  color: transparent !important;
  text-shadow: none !important;
  opacity: 1 !important;
}
#orders-list #orders-selector li a {
  position: relative;
}
#orders-list #orders-selector li a .remaining-bullet {
  position: absolute;
  top: 0;
  right: 0;
  margin: 7px 9px 0 0;
}
#orders-list .remaining-legend {
  margin: 10px 0 0 5px;
}
#orders-list .remaining-legend label {
  font-weight: bold;
  display: inline;
}
#orders-list .remaining-legend ul {
  list-style: none;
  display: inline;
  overflow: hidden;
  margin: 0 0 0 2px;
}
#orders-list .remaining-legend ul li {
  display: inline-block;
  margin: 0 20px 0 0;
  height: 18px;
  line-height: 18px;
}
#orders-list .remaining-legend ul li img {
  vertical-align: top;
}
#remaining-list {
  padding: 0 0 10px;
}
#remaining-list table {
  margin: 0 0 10px !important;
}
#remaining-list table tr {
  cursor: default;
}
#remaining-list table tr.selected td {
  background: #e0f5ff !important;
}
#remaining-list table th {
  padding: 0;
  text-align: center;
  font-weight: normal;
}
#remaining-list table td {
  padding: 4px 0 4px 2px;
  vertical-align: middle;
}
#remaining-list table td.checkbox {
  width: 20px;
  text-align: center;
}
#remaining-list table td.status {
  width: 20px;
  text-align: center;
}
#remaining-list table td.reference {
  width: 100px;
  font-size: 0.8em;
}
#remaining-list table td.name {
  width: 20px;
  font-size: 0.8em;
  text-transform: lowercase;
}
#remaining-list table td.quantity {
  width: 20px;
  font-size: 0.8em;
}
#remaining-list table td.reason {
  width: 100px;
  font-size: 0.8em;
}
#remaining-list table td.substitution {
  width: 100px;
  font-size: 0.8em;
}
#remaining-list table td.date {
  width: 20px;
  font-size: 0.8em;
}
#remaining-list table td.empty {
  text-align: center;
}
#remaining-list table .checkbox input {
  margin: 0;
  float: none;
  vertical-align: middle;
}
#remaining-list p.contact-info {
  background: url(/img/multiple-selection-arrow.png) 0 3px no-repeat;
  padding: 0 0 0 25px;
  margin: 0 0 0 1.8%;
  font-size: 0.95em;
}
.remaining-contact-form .row {
  margin-left: 0;
}
.remaining-contact-form label {
  display: inline;
  font-weight: bold;
}
.remaining-contact-form span.field {
  color: #777;
}
.remaining-contact-form .message-body {
  margin: 5px 0 0;
}
.remaining-contact-form .message-body textarea {
  width: 98%;
  height: 150px;
  resize: vertical;
}
td.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
  cursor: pointer;
}
.popover.overflow {
  width: 400px;
  text-align: left;
}
.popover.overflow a.remove {
  position: absolute;
  top: 0;
  right: 0;
  margin: 9px 9px 0 0;
  text-decoration: none;
  opacity: 0.005;
  filter: alpha(opacity=0.5);
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(50));
  cursor: pointer;
}
.control-btn-group .btn-group {
  display: inline-block;
  margin: 0 0 0 5px;
}
.search-internal-campaigns form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-internal-campaigns form .input-prepend span {
  width: 3%;
}
.search-internal-campaigns form .input-prepend input[type=text] {
  width: 88%;
  padding: 0 4px;
  height: 26px;
}
@media (min-width: 992px) {
  .search-internal-campaigns form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-internal-campaigns form .row-keywords {
  position: relative;
}
.search-internal-campaigns form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-internal-campaigns form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-internal-campaigns form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
#list-internal-campaigns td {
  vertical-align: middle;
}
#list-internal-campaigns td.name {
  width: 400px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
#list-internal-campaigns td.description {
  width: 600px;
}
#list-internal-campaigns td.description a,
#list-internal-campaigns td.description br {
  display: none;
}
#list-internal-campaigns td.preview {
  line-height: 1;
}
#list-internal-campaigns a.btn {
  white-space: nowrap;
}
#list-internal-campaigns .switch {
  display: inline-block;
  height: auto;
  overflow: hidden;
  width: 60px;
  border: 1px solid #aaa;
  padding: 2px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  cursor: pointer;
}
#list-internal-campaigns .switch.on .btn {
  float: right;
}
#list-internal-campaigns .switch.off .btn {
  float: left;
}
.modal.campaign-preview {
  top: 50% !important;
  left: 50% !important;
  margin: 0 auto !important;
  transform: translate(-50%,-50%) !important;
}
.modal.campaign-preview .modal-body {
  height: 80vh;
  max-height: none;
}
.modal.campaign-preview .modal-body iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#validateFidelityVoucher form {
  position: relative;
}
#validateFidelityVoucher form #code {
  text-transform: uppercase;
}
#validateFidelityVoucher .scan-help-1 {
  position: absolute;
  top: 0;
  margin: -63px 0 0 30px;
}
#validateFidelityVoucher .validation-message {
  margin: 60px 0 0;
  overflow: hidden;
  padding: 10px;
}
#validateFidelityVoucher .validation-message .picto-message {
  float: left;
}
#validateFidelityVoucher .validation-message > p {
  float: left;
  margin: 10px 0 0 40px;
}
#validateFidelityVoucher .validation-message.fail {
  background: #F2DEDE;
  border: 1px solid #EED3D7;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#validateFidelityVoucher .validation-message.fail > p {
  color: #c50000;
  text-shadow: 1px 1px 0 #fff;
}
#validateFidelityVoucher .validation-message > table {
  float: left;
  clear: both;
  margin: 0 0 0 100px;
  border-collapse: collapse;
}
#validateFidelityVoucher .validation-message > table td {
  padding: 4px 0;
  vertical-align: top;
}
#validateFidelityVoucher .validation-message > table td label {
  text-align: right;
  margin: 0 5px 0 0;
  color: #777;
  text-shadow: 1px 1px 0 #fff;
}
#validateFidelityVoucher .validation-message > table tr.fail {
  color: #c50000;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
}
#validateFidelityVoucher .validation-message .btn-success {
  float: left;
  clear: left;
  margin: 20px 0 0 240px;
}
.search-marketing-tools form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-marketing-tools form .input-prepend span {
  width: 3%;
}
.search-marketing-tools form .input-prepend input[type=text] {
  width: 88%;
  padding: 0 4px;
  height: 26px;
}
@media (min-width: 992px) {
  .search-marketing-tools form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-marketing-tools form .row-keywords {
  position: relative;
}
.search-marketing-tools form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 3px 0 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-marketing-tools form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-marketing-tools form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-marketing-tools form select {
  width: 300px;
}
.search-marketing-tools form #search_id_marketing_tool_category_chzn {
  margin: 5px 0 0 10px;
}
#list-marketing-tools .description {
  max-width: 200px;
}
#list-marketing-tools td {
  font-size: 0.8em;
  cursor: pointer;
}
#list-marketing-tools td.category {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
#list-marketing-tools td.name {
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
#list-marketing-tools td.description {
  width: 150px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
}
#list-marketing-tools td.number,
#list-marketing-tools td .date {
  width: 80px;
}
#list-marketing-tools a.btn {
  white-space: nowrap;
}
#list-marketing-tools .switch {
  display: inline-block;
  height: auto;
  overflow: hidden;
  width: 60px;
  border: 1px solid #aaa;
  padding: 2px;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -ms-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  -o-box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  box-shadow: 0 0 10px rgba(0,0,0,0.3) inset;
  cursor: pointer;
}
#list-marketing-tools .switch.on .btn {
  float: right;
}
#list-marketing-tools .switch.off .btn {
  float: left;
}
div.marketing-tool-list div.box div.box-content {
  padding: 0;
}
div.marketing-tool-list div.box div.box-content li .date-insert {
  font-size: 0.8em;
  display: block;
  text-align: right;
  color: #999;
  margin: -7px 0 0;
}
div.marketing-tool-list div.box div.box-content li.active .date-insert {
  color: inherit;
}
.marketing-tool-box h2 {
  overflow: hidden;
}
.marketing-tool-box h2 .title {
  font-family: Roboto Condensed, Sans-serif;
  font-size: 20px;
  font-weight: 300;
  float: left;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
}
.marketing-tool-box h2 .date {
  font-family: Roboto, Sans-serif;
  font-weight: 100;
  display: block;
  float: right;
  font-size: 0.5em;
  line-height: 2.1em;
  color: #5b5b5b;
  clear: left;
}
.marketing-tool-box div.files h3 {
  font-size: 1em;
  color: #5b5b5b;
  border-bottom: 1px dotted #e0e0e0;
  font-weight: normal;
}
.marketing-tool-box > .content {
  margin: 20px 0 0;
}
.marketing-tools-nav .pager {
  margin: 0 0 10px;
}
.marketing-tools-nav .pager a {
  font-size: 0.9em;
}
#marketing-quotation h4 {
  cursor: pointer;
}
#marketing-quotation h4 a {
  text-decoration: none;
}
#marketing-quotation.closed .box-content {
  display: none;
}
#marketing-quotation.opened .box-content {
  display: block;
}
a.file-box {
  width: 180px;
  height: 120px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #bebebe;
  margin: 0 7px 7px 0;
  color: #777;
  position: relative;
  text-decoration: none;
}
a.file-box.mime-image .file-content {
  background: url(/img/default/bg-article-file-image.png) 50% 50% no-repeat;
}
a.file-box.mime-pdf .file-content {
  background: url(/img/default/bg-article-file-pdf.png) 50% 50% no-repeat;
}
a.file-box.mime-archive .file-content {
  background: url(/img/default/bg-article-file-archive.png) 50% 50% no-repeat;
}
a.file-box.mime-other .file-content {
  background: url(/img/default/bg-article-file-other.png) 50% 50% no-repeat;
}
a.file-box .file-content {
  width: 100%;
  height: 75%;
  display: block;
}
a.file-box .file-name {
  display: block;
  width: 100%;
  box-sizing: border-box;
  line-height: 30px;
  padding: 0 5px;
  background: rgba(245,245,245,0.95);
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
a.file-box span.file-box-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0;
  left: 0;
  background: #f5f5f5;
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(0));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
a.file-box span.file-box-overlay:hover {
  opacity: 0.01;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
a.file-box span.file-box-overlay span.file-title {
  width: 100%;
  height: 50%;
  margin: 5px 0 0;
  padding: 0 5px;
  box-sizing: border-box;
  display: block;
}
a.file-box span.file-box-overlay span.file-title span.size {
  display: block;
  color: #AAA;
  font-size: 0.8em;
}
a.file-box span.file-box-overlay span.file-actions {
  display: block;
  width: 100%;
  height: 24px;
  position: absolute;
  bottom: 15px;
  left: 0;
  text-align: center;
}
a.file-box span.file-box-overlay span.file-actions .btn {
  margin: 0 5px;
}
#statistics-list td.description {
  max-width: 250px;
}
.search-statistics #search_month {
  width: 120px;
}
.search-statistics #search_year {
  width: 80px;
}
.search-statistics #search_id_franchisee_chzn,
.search-statistics #search_month_chzn,
.search-statistics #search_year_chzn {
  margin: 5px 0 0 10px;
}
.search-price-raises form .input-prepend span {
  width: 3%;
}
.search-price-raises form .input-prepend input[type=text] {
  width: 88%;
  padding: 0 4px;
  height: 26px;
}
@media (min-width: 992px) {
  .search-price-raises form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-price-raises form [data-toggle=button] input {
  position: absolute;
  left: -9999px;
}
.search-price-raises form .row-keywords {
  position: relative;
}
.search-price-raises form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 4px 0 0;
  padding: 3px;
  opacity: 0.003;
  filter: alpha(opacity=0.3);
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(30));
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  text-decoration: none;
}
.search-price-raises form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-price-raises form a#search-remove-sign:hover {
  opacity: 0.008;
  filter: alpha(opacity=0.8);
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(80));
}
.search-price-raises form .row-options .control-group {
  display: flex;
  justify-content: flex-start;
  gap: 10px;
  align-items: center;
}
.search-price-raises form .row-options .control-group label {
  margin: 0;
  min-height: 0;
}
.search-price-raises form .row-options .control-group.control-btn-group .btn-group {
  margin: 0;
}
.search-price-raises form .row-options .control-group.control-btn-group .btn input {
  display: none;
}
#list-price-raises .price.today {
  font-weight: 600;
}
#list-price-raises .price.today .rate {
  display: inline-block;
  width: 50px;
  margin: 0 0 0 .5em;
  font-weight: normal;
}
#list-price-raises .price.raising {
  color: #bf2000;
}
.survey-list .btn-survey {
  display: block;
  box-sizing: border-box;
  width: 100%;
  border: 1px solid #ddd;
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#e6e6e6));
  background: -webkit-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#e6e6e6 100%);
  padding: 15px 10px 15px 5px;
  margin: 10px 0;
  color: #555;
  text-decoration: none;
}
.survey-list .btn-survey .name {
  font-size: 16px;
  margin: 0 0 0 20px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 70%;
  display: inline-block;
  vertical-align: middle;
  font-family: Roboto Condensed, Sans-Serif;
}
.survey-list .btn-survey .dates {
  font-family: Roboto, Sans-Serif;
  margin: 0 0 0 20px;
  font-size: 13px;
}
.survey-list .btn-survey.new {
  transition: all 1s ease 0s;
  position: relative;
}
.survey-list .btn-survey.new .btn-success {
  position: absolute;
  right: 0;
  top: 50%;
  margin: -12px 10px 0 0;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
.survey-list .btn-survey.new:hover {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#f5f5f5 0%,#e6e6e6 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#f5f5f5),color-stop(100%,#e6e6e6));
  background: -webkit-linear-gradient(top,#f5f5f5 0%,#e6e6e6 100%);
  background: -o-linear-gradient(top,#f5f5f5 0%,#e6e6e6 100%);
  background: -ms-linear-gradient(top,#f5f5f5 0%,#e6e6e6 100%);
  background: linear-gradient(to bottom,#f5f5f5 0%,#e6e6e6 100%);
}
.survey-list .btn-survey.new:hover .btn-success {
  opacity: 1;
}
.survey-list .btn-survey.submit {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
  text-shadow: 0 -1px 1px #fff;
  color: #888;
}
.survey-list .btn-survey.soon {
  background: #ffffff;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#ffffff),color-stop(100%,#f5f5f5));
  background: -webkit-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -o-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: -ms-linear-gradient(top,#ffffff 0%,#f5f5f5 100%);
  background: linear-gradient(to bottom,#ffffff 0%,#f5f5f5 100%);
  text-shadow: 0 -1px 1px #fff;
  color: #888;
}
.survey-form .required,
.survey-form .error {
  border: 1px solid #c43b1d;
  box-shadow: 0 0 6px #c43b1d;
}
.survey-form .ss-required-asterisk {
  color: #c43b1d;
}
.survey-form p.ss-required-asterisk {
  font-size: 14px;
}
.survey-form .required-message,
.survey-form .error-message {
  color: #c43b1d;
  display: none;
}
.survey-form .required ~ .required-message,
.survey-form .error ~ .error-message {
  display: block;
}
.survey-form #progress-container {
  display: none;
}
.survey-form #docs-aria-speakable {
  display: none;
}
.survey-form .ss-password-warning {
  display: none;
}
.survey-form label {
  display: inline;
}
.survey-form .ss-question-list {
  margin: 0;
}
.survey-form .ss-form-question {
  display: block;
  margin: 10px 0 20px;
}
.survey-form .ss-form-entry {
  margin: 0 0 0 20px;
}
.survey-form .ss-choices {
  list-style: none;
  margin: .75em 0 0;
  padding: 0;
}
.survey-form .ss-choices .ss-choice-item {
  margin: 0 0 .5em;
}
.survey-form .ss-choices .ss-choice-label {
  margin: 0 0 0 5px;
  vertical-align: middle;
}
.survey-form .ss-q-title {
  color: #555;
  font-size: 14px;
  font-weight: bold;
  font-style: normal;
}
.survey-form .ss-form-entry input {
  margin: 0;
  vertical-align: middle;
}
.survey-form .ss-q-short,
.survey-form .ss-q-long {
  width: 60%;
}
.survey-form select {
  width: 61.4%;
  height: 28px;
}
.survey-form .ss-datetime-box select {
  width: auto;
}
.survey-form .ss-gridrow {
  text-align: center;
  color: #666;
  border-bottom: 1px solid #d3d8d3;
  padding: 0;
}
.survey-form .ss-grid-row-odd {
  background-color: #f5f5f5;
}
.survey-form .ss-grid-button-label {
  display: block;
}
.survey-form .ss-grid-button-wrapper {
  padding: .5em .25em;
}
.survey-form .ss-gridnumbers {
  text-align: center;
  border-bottom: 1px solid #d3d8d3;
}
.survey-form .ss-scalerow {
  text-align: center;
  border: 1px solid #d3d8d3;
  border-left: 0;
  border-right: 0;
  padding: .5em .25em;
}
.survey-form .ss-q-time-hint {
  font-size: 0.9;
  color: #999;
}
.survey-form .ss-page-title {
  font-size: 14px;
  margin: 0;
}
.survey-form .jfk-button {
  margin-right: 18px !important;
}
.survey-form iframe {
  border: 0;
}
.survey-validation-message {
  margin: 0;
  overflow: hidden;
  padding: 10px;
}
.survey-validation-message .picto-message {
  float: left;
}
.survey-validation-message > p {
  float: left;
  margin: 10px 0 0 40px;
}
.survey-validation-message .btn-success {
  float: right;
  clear: left;
  margin: 0;
}
.fa-circle.product-export {
  font-size: .9em;
}
.fa-circle.product-export.yes {
  color: #90CD2C;
}
.fa-circle.product-export.no {
  color: #FF6060;
}
*,
input,
button,
select,
textarea {
  font-family: Montserrat, "Helvetica Neue", Arial, Sans-serif;
}
a {
  color: #1A1E1E;
}
a .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
input {
  accent-color: #FABB20;
}
.icon-white {
  color: inherit !important;
}
.hide-desktop,
.d-mobile {
  display: revert;
}
.hide-mobile,
.d-desktop {
  display: none;
}
@media (min-width: 992px) {
  .hide-desktop,
  .d-mobile {
    display: none;
  }
  .hide-mobile,
  .d-desktop {
    display: revert;
  }
}
.d-flex {
  display: flex;
}
.d-flex.gap {
  gap: 10px;
}
body {
  background: #f0f2f3;
  padding: 0 10px;
}
@media (min-width: 992px) {
  body {
    padding: 0;
  }
}
body #content {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
}
body #content > .row-fluid {
  display: flex;
  flex-flow: row nowrap;
}
body #content > .row-fluid #body {
  margin: 0;
  padding: 0 0 20px;
  flex-grow: 1;
  width: 1%;
}
@media (min-width: 992px) {
  body #content > .row-fluid #body {
    padding: 0 20px;
  }
}
body .breadcrumb {
  background: none;
}
body .body-wrapper {
  background: #FFFFFF;
  padding: 20px;
  min-height: min(100vh - 20px, calc(100% - 137px - 20px));
}
.dropdown-menu ._a {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.dropdown-menu ._a [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu li a:hover {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
  background: var(--btn-background-color-primary-hover);
}
.dropdown-menu li a:hover [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu .active a {
  background: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.dropdown-menu .active a [class^="icon-"] {
  color: var(--btn-text-color-primary) !important;
}
.dropdown-menu .active a:hover {
  background: var(--btn-background-color-primary-hover);
  color: var(--btn-text-color-primary);
}
.nav-list > .active > a {
  background-color: var(--btn-background-color-primary-disabled) !important;
  color: #1A1E1E !important;
  text-shadow: none !important;
}
.nav-tabs {
  display: flex;
}
.breadcrumb {
  color: #565853;
  text-shadow: none;
  padding: 5px;
  margin: -10px 0 10px;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #565853;
}
.breadcrumb a {
  text-decoration: underline;
  color: #565853;
}
.breadcrumb .active {
  color: #454644;
}
.modal {
  border-radius: 0;
  max-width: 95vw;
  width: 600px;
  left: 50%;
  margin-left: 0 !important;
  transform: translate(-50%,0);
}
.modal .modal-header .close {
  opacity: .9;
}
.modal .modal-header h3 {
  font-weight: 600;
  font-size: 1.1em;
  line-height: 1.3;
}
@media (min-width: 992px) {
  .modal .modal-header h3 {
    font-size: 18px;
    line-height: 30px;
  }
}
.box-content form .row-fluid.row-keywords {
  display: flex;
  justify-content: space-between;
}
.box-content form .row-fluid.row-keywords .input-prepend {
  flex-grow: 1;
  display: flex;
  width: 1%;
}
.box-content form .row-fluid.row-keywords .input-prepend input {
  flex-grow: 1;
  width: 1%;
}
.box-content form .row-fluid.row-keywords #search-remove-sign {
  position: absolute;
  line-height: 1;
  z-index: 2;
  top: 50%;
  right: 0;
  margin: 0;
  transform: translate(-5px,-55%);
}
.box-content form .row-fluid.row-keywords + .row-fluid {
  margin-top: 10px;
}
.form-actions {
  background: none;
}
.chosen-results li.highlighted {
  background-color: #FABB20 !important;
  background-image: none !important;
  color: #565853 !important;
}
.chosen-results .product-badge.option {
  position: static;
  background: none;
  border: none;
  text-transform: none;
  font-size: 1em;
}
.chosen-results .product-badge.option:before {
  content: '';
  display: inline-block;
  font-size: 1.5em;
  width: 5px;
  height: 5px;
  background-color: var(--foreground-color);
  border: 4px solid var(--background-color);
  border-radius: 50%;
  margin: 0 5px 0 0;
  vertical-align: middle;
}
.alert {
  text-shadow: none;
  border-radius: 5px;
}
.alert-success {
  background-color: var(--background-color-success);
  border-color: var(--border-color-success);
  color: var(--text-color-success);
}
.alert-danger,
.alert-error {
  background-color: var(--background-color-danger);
  border-color: var(--border-color-danger);
  color: var(--text-color-danger);
}
.alert-info {
  background-color: var(--background-color-info);
  border-color: var(--border-color-info);
  color: var(--text-color-info);
}
.btn {
  box-shadow: none;
  background-image: none;
  text-shadow: none;
  border-radius: 5px;
  color: var(--btn-text-color-default);
  background-color: var(--btn-background-color-default);
  border-color: var(--btn-border-color-default);
  font-weight: normal;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.btn:hover,
.btn.active {
  color: var(--btn-text-color-default-hover);
  background-color: var(--btn-background-color-default-hover);
  border-color: var(--btn-border-color-default-hover);
}
.btn:hover [class^="icon"],
.btn:hover .fi,
.btn.active [class^="icon"],
.btn.active .fi {
  color: inherit !important;
}
.btn[disabled],
.btn.disabled {
  color: inherit;
  cursor: not-allowed;
  pointer-events: none;
  background-color: var(--btn-background-color-default-disabled);
}
.btn.btn-outline {
  background-color: transparent;
}
.btn .fi {
  vertical-align: -2px;
  margin-right: 5px;
}
.btn-primary {
  color: var(--btn-text-color-primary);
  background-color: var(--btn-background-color-primary);
  border-color: var(--btn-border-color-primary);
}
.btn-primary:hover {
  color: var(--btn-text-color-primary-hover);
  background-color: var(--btn-background-color-primary-hover);
  border-color: var(--btn-border-color-primary-hover);
}
.btn-primary[disabled],
.btn-primary.disabled {
  background-color: var(--btn-background-color-primary-disabled);
}
.btn-primary .caret {
  border-top-color: var(--btn-text-color-primary);
  border-bottom-color: var(--btn-text-color-primary);
}
.btn-secondary {
  color: var(--btn-text-color-secondary);
  background-color: var(--btn-background-color-secondary);
  border-color: var(--btn-border-color-secondary);
}
.btn-secondary:hover {
  color: var(--btn-text-color-secondary-hover);
  background-color: var(--btn-background-color-secondary-hover);
  border-color: var(--btn-border-color-secondary-hover);
}
.btn-secondary[disabled],
.btn-secondary.disabled {
  background-color: var(--btn-background-color-secondary-disabled);
}
.btn-secondary .caret {
  border-top-color: var(--btn-text-color-secondary);
  border-bottom-color: var(--btn-text-color-secondary);
}
.btn-tertiary {
  color: var(--btn-text-color-tertiary);
  background-color: var(--btn-background-color-tertiary);
  border-color: var(--btn-border-color-tertiary);
}
.btn-tertiary:hover {
  color: var(--btn-text-color-tertiary-hover);
  background-color: var(--btn-background-color-tertiary-hover);
  border-color: var(--btn-border-color-tertiary-hover);
}
.btn-tertiary[disabled],
.btn-tertiary.disabled {
  background-color: var(--btn-background-color-tertiary-disabled);
}
.btn-tertiary .caret {
  border-top-color: var(--btn-text-color-tertiary);
  border-bottom-color: var(--btn-text-color-tertiary);
}
.btn-default {
  color: var(--btn-text-color-default);
  background-color: var(--btn-background-color-default);
  border-color: var(--btn-border-color-default);
}
.btn-default:hover {
  color: var(--btn-text-color-default-hover);
  background-color: var(--btn-background-color-default-hover);
  border-color: var(--btn-border-color-default-hover);
}
.btn-default[disabled],
.btn-default.disabled {
  background-color: var(--btn-background-color-default-disabled);
}
.btn-success {
  color: var(--btn-text-color-success);
  background-color: var(--btn-background-color-success);
  border-color: var(--btn-border-color-success);
}
.btn-success:hover {
  color: var(--btn-text-color-success);
  background-color: var(--background-color-success);
  border-color: var(--border-color-success);
}
.btn-success[disabled],
.btn-success.disabled {
  background-color: var(--btn-background-color-success-disabled);
}
.btn-info {
  color: var(--btn-text-color-info);
  background-color: var(--btn-background-color-info);
  border-color: var(--btn-border-color-info);
}
.btn-info:hover {
  color: var(--btn-text-color-info);
  background-color: var(--background-color-info);
  border-color: var(--border-color-info);
}
.btn-info[disabled],
.btn-info.disabled {
  background-color: var(--btn-background-color-info-disabled);
}
.btn-warning {
  color: var(--btn-text-color-warning);
  background-color: var(--btn-background-color-warning);
  border-color: var(--btn-border-color-warning);
}
.btn-warning:hover {
  color: var(--btn-text-color-warning);
  background-color: var(--background-color-warning);
  border-color: var(--border-color-warning);
}
.btn-warning[disabled],
.btn-warning.disabled {
  background-color: var(--btn-background-color-warning-disabled);
}
.btn-danger {
  color: var(--btn-text-color-danger);
  background-color: var(--btn-background-color-danger);
  border-color: var(--btn-border-color-danger);
}
.btn-danger:hover {
  color: var(--btn-text-color-danger);
  background-color: var(--background-color-danger);
  border-color: var(--border-color-danger);
}
.btn-danger[disabled],
.btn-danger.disabled {
  background-color: var(--btn-background-color-danger-disabled);
}
.btn-group.open .btn-primary.dropdown-toggle {
  background-color: var(--btn-background-color-primary-hover);
}
.badge,
.label {
  text-shadow: none;
  font-weight: normal;
  color: black;
  padding: 1px 9px;
  background-color: #d4d4d4;
}
.badge-primary,
.label-primary {
  background-color: var(--btn-background-color-primary);
  color: var(--btn-text-color-primary);
}
.badge-success,
.label-success {
  background-color: var(--background-color-success);
  color: var(--text-color-success);
}
.badge-info,
.label-info {
  background-color: var(--background-color-info);
  color: var(--text-color-info);
}
.badge-warning,
.label-warning {
  background-color: var(--background-color-warning);
  color: var(--text-color-warning);
}
.badge-danger,
.badge-important,
.label-danger,
.label-important {
  background-color: var(--background-color-danger);
  color: var(--text-color-danger);
}
.badge-danger [class^="icon-"],
.badge-important [class^="icon-"],
.label-danger [class^="icon-"],
.label-important [class^="icon-"] {
  color: var(--text-color-danger);
}
.title-lettering {
  position: relative;
}
.title-lettering:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#left-column {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  max-width: none;
  min-height: 100vh;
  opacity: 0;
  overflow: hidden;
  z-index: 1000;
  transform: translate(0,-100%);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
}
@media (max-width: 991px) {
  #left-column {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 100vh;
  }
  #left-column .left-column-content {
    flex-grow: 1;
    overflow: auto;
    padding: 0 20px;
    margin: 0 -20px;
  }
}
.column-opened:not(.mobile-init) #left-column {
  transform: translate(0,0);
  opacity: 1;
}
@media screen and (min-width: 992px) {
  #left-column {
    position: static;
    padding: 0 20px;
    transform: translate(0,0);
    width: 60px;
    min-width: 0;
    opacity: 1;
    border-right: 1px solid #d4d4d4;
  }
  #left-column .header-column img.mini {
    opacity: 1 !important;
  }
  #left-column .header-column img.full {
    opacity: 0;
  }
  .column-opened #left-column {
    width: 20%;
    min-width: 270px;
    max-width: 400px;
  }
  .column-opened #left-column .header-column img.mini {
    opacity: 0 !important;
  }
  .column-opened #left-column .header-column img.full {
    opacity: 1;
  }
}
#left-column .header-column,
#left-column .footer-column:not(:empty) {
  padding: 0 20px;
}
#left-column .header-column {
  background: #2D2E2B;
  min-height: 50px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 992px) {
  #left-column .header-column {
    display: block;
    height: 51px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0;
  }
}
@media (min-width: 992px) {
  #left-column .header-column a.btn-column-collapse {
    display: none;
  }
}
#left-column .header-column .brand-logo {
  display: block;
  height: 100%;
  width: 1%;
  position: relative;
  flex-grow: 1;
}
@media (min-width: 992px) {
  #left-column .header-column .brand-logo {
    width: 100%;
  }
}
#left-column .header-column img {
  display: inline-block;
  max-height: 80%;
  width: 80%;
  object-fit: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column .header-column img.mini {
  opacity: 0;
}
#left-column .header-column .nav-actions {
  width: 80px;
}
@media (min-width: 992px) {
  #left-column .header-column .nav-actions {
    display: none;
  }
}
#left-column #side-navbar {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  flex-grow: 1;
  padding: 0 20px;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
@media (min-width: 992px) {
  #left-column #side-navbar {
    padding: 0;
    margin: 0 -10px;
  }
}
#left-column #side-navbar .category {
  margin: 0 0 40px;
}
#left-column #side-navbar .category h2 {
  position: relative;
  line-height: 1;
  opacity: 0;
  font-weight: 600;
  font-size: 1.2em;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .category h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#left-column #side-navbar .category h2:empty {
  display: none;
}
#left-column #side-navbar .nav.nav-list {
  padding: 0;
}
#left-column #side-navbar .nav-section {
  padding: 0;
  margin: 20px 0 0;
  overflow: hidden;
}
#left-column #side-navbar .nav-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#left-column #side-navbar .nav-section ul li {
  height: 40px;
  margin: 3px 0;
}
#left-column #side-navbar .nav-section ul li a {
  display: flex;
  height: 100%;
  padding: 0 10px;
  margin: 0;
  flex-flow: row nowrap;
  align-items: center;
  border-radius: 5px;
  border: 1px solid transparent;
  font-weight: normal;
  font-size: 1.1em;
  color: #565853;
  text-decoration: none;
  position: relative;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li a:hover {
  border-color: #565853;
}
#left-column #side-navbar .nav-section ul li a .fi {
  width: 30px;
  font-size: 1.2em;
  flex-shrink: 0;
  padding-top: 3px;
}
#left-column #side-navbar .nav-section ul li a .item-label {
  display: block;
  text-overflow: ellipsis;
  opacity: 0;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li a .badge {
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(-3px,3px);
  padding: 1px 4px;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section ul li.active a {
  border-color: #2D2E2B;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title {
  cursor: pointer;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret .fi.minus {
  display: none;
}
#left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret .fi.plus {
  display: inline-block;
}
#left-column #side-navbar .nav-section.foldable ul {
  opacity: 0;
  max-height: 0;
  transform: translate(0,-100%);
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section.active .nav-section-title {
  background: #454644;
  color: #FFFFFF;
}
#left-column #side-navbar .nav-section.active .nav-section-title .icon-caret .fi.minus {
  display: inline-block;
}
#left-column #side-navbar .nav-section.active .nav-section-title .icon-caret .fi.plus {
  display: none;
}
#left-column #side-navbar .nav-section.active ul {
  opacity: 1;
  max-height: 1000px;
  transform: translate(0,0);
}
#left-column #side-navbar .nav-section-title {
  background: #F0F2F3;
  color: #565853;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  line-height: 1;
  padding: 0 10px;
  height: 40px;
  align-items: center;
  font-size: 1.1em;
  font-weight: normal;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section-title .fi {
  font-size: 1.2em;
}
#left-column #side-navbar .nav-section-title .icon {
  width: 30px;
  padding: 3px 0 0 2px;
}
#left-column #side-navbar .nav-section-title .title {
  opacity: 0;
  width: 0;
  white-space: nowrap;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#left-column #side-navbar .nav-section-title .icon-caret {
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.column-opened #left-column #side-navbar {
  margin: 0;
}
.column-opened #left-column #side-navbar .category h2 {
  opacity: 1;
}
.column-opened #left-column #side-navbar .nav-section-title {
  padding: 0 20px;
}
.column-opened #left-column #side-navbar .nav-section-title .title {
  flex-grow: 1;
  opacity: 1;
  width: 1%;
}
.column-opened #left-column #side-navbar .nav-section ul li a {
  padding: 0 20px;
}
.column-opened #left-column #side-navbar .nav-section ul li a .item-label {
  opacity: 1;
  width: 100%;
}
.column-opened #left-column #side-navbar .nav-section ul li a .badge {
  top: 50%;
  transform: translate(-5px,-50%);
}
.column-opened #left-column #side-navbar .nav-section.foldable .nav-section-title .icon-caret {
  opacity: 1;
}
#left-column #account-menu {
  margin: 0 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media (min-width: 992px) {
  #left-column #account-menu {
    display: none;
  }
}
#left-column #account-menu .dropdown-menu {
  top: auto;
  bottom: 40px;
  left: 50%;
  right: auto;
  transform: translate(-50%,0);
}
.widget-feedback {
  margin: 0 -20px;
  background: #FABB20;
  color: #1A1E1E;
  padding: 0;
  text-align: center;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
@media (min-width: 992px) {
  .widget-feedback {
    padding: 0;
  }
}
.column-opened .widget-feedback {
  padding: 20px 40px;
  opacity: 1;
}
@media (min-width: 992px) {
  .column-opened .widget-feedback {
    padding: 20px;
  }
}
@media (max-width: 991px) {
  body {
    padding-top: var(--header-height,0);
  }
}
#header {
  margin: 0 -10px;
}
@media (min-width: 992px) {
  #header {
    margin: 0 -20px;
  }
}
@media (max-width: 991px) {
  #header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2;
  }
}
#header .navbar-inner {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  border-bottom: 1px solid #d4d4d4;
  height: 50px;
  display: flex;
  box-shadow: none;
  flex-flow: row nowrap;
  justify-content: space-around;
  align-items: center;
}
#header div.brand-logo {
  flex-grow: 1;
  height: 100%;
}
#header div.brand-logo a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
#header div.brand-logo a img {
  max-height: 80%;
}
@media (min-width: 992px) {
  #header div.brand-logo a {
    display: none;
  }
}
#header div.nav-actions {
  width: 80px;
}
@media (min-width: 992px) {
  #header div.nav-actions {
    width: auto;
  }
}
a.btn-column-collapse {
  display: block;
  width: 24px;
  height: 24px;
  position: relative;
  cursor: pointer;
  margin: 0 56px 0 0;
}
a.btn-column-collapse .bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  background: #2D2E2B;
  top: 0;
  left: 50%;
  transform: translate(-50%,5px);
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
a.btn-column-collapse .bar + .bar {
  top: 50%;
  bottom: auto;
  transform: translate(-50%,-50%);
}
a.btn-column-collapse .bar + .bar + .bar {
  top: auto;
  bottom: 0;
  transform: translate(-50%,-5px);
}
a.btn-column-collapse .btn-filter {
  display: none;
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child {
  top: 0;
  left: 50%;
  transform: translate(-50%,11px) rotate(225deg);
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child + .bar {
  top: 50%;
  width: 0;
  bottom: auto;
  transform: translate(-50%,-50%);
}
.column-opened:not(.mobile-init) a.btn-column-collapse .bar:first-child + .bar + .bar {
  top: auto;
  bottom: 0;
  transform: translate(-50%,-11px) rotate(-225deg);
}
a.btn-column-collapse.inverse .bar {
  background: #FFFFFF;
}
@media (min-width: 992px) {
  #content.column-fixed a.btn-column-collapse {
    display: none;
  }
}
.no-column:not(.column-fixed) a.btn-column-collapse {
  visibility: hidden;
  pointer-events: none;
}
#header #account-menu {
  display: none;
}
@media (min-width: 992px) {
  #header #account-menu {
    display: inline-block;
  }
}
.cart-nav {
  margin: 0 -15px;
}
@media (min-width: 992px) {
  .cart-nav {
    margin: 0;
  }
}
.cart-nav ul.nav {
  margin: 0;
}
.cart-nav a {
  color: #1A1E1E !important;
}
.cart-nav .caret {
  border-top-color: #1A1E1E !important;
  border-bottom-color: #1A1E1E !important;
  display: none;
}
.cart-nav a.dropdown-toggle .icon {
  display: inline-block;
  font-size: 1.2rem;
  vertical-align: -4px;
}
.cart-nav .cart-quantity {
  vertical-align: 1px;
}
.cart-nav .cart-total-price {
  display: none;
}
@media (min-width: 992px) {
  .cart-nav .caret,
  .cart-nav .cart-total-price {
    display: inline-block;
  }
}
.cart-nav .dropdown.open a {
  background: none !important;
}
.cart-nav .dropdown.open .dropdown-menu {
  right: 0;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu:before {
  right: 30px;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu:after {
  right: 31px;
  left: auto;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a .fi {
  font-size: 1.2rem;
}
.cart-nav .dropdown.open .dropdown-menu .view-cart-link a > span > span {
  display: block;
}
@media (min-width: 992px) {
  .cart-nav .dropdown.open .dropdown-menu {
    left: 0;
    right: auto;
  }
  .cart-nav .dropdown.open .dropdown-menu:before {
    right: auto;
    left: 29px;
  }
  .cart-nav .dropdown.open .dropdown-menu:after {
    right: auto;
    left: 30px;
  }
}
#header .locales-nav {
  display: none;
}
@media (min-width: 992px) {
  #header .locales-nav {
    display: inline-block;
  }
}
.btn-add-to-cart {
  display: block;
  margin: 0;
  padding: .5em 0;
  font-weight: 600;
}
.btn-add-to-cart .fi {
  font-size: 1.2em;
  vertical-align: inherit;
  margin: 0 5px 0 0;
}
.eshop-product-box-list {
  padding: 0;
  height: fit-content;
  overflow: hidden;
  background: #fff;
  font-size: 1.1em;
}
.eshop-product-box-list,
.eshop-product-box-list * {
  box-sizing: border-box;
  text-decoration: none !important;
}
.eshop-product-box-list > .wrapper {
  border: 1px solid #ddd;
  border-radius: 3px;
  overflow: hidden;
  padding: 10px;
  position: relative;
  -webkit-transition: border-color ease 0.5s 0s;
  -o-transition: border-color ease 0.5s 0s;
  -ms-transition: border-color ease 0.5s 0s;
  -moz-transition-property: border-color;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: border-color ease 0.5s 0s;
}
.eshop-product-box-list:hover .wrapper {
  border-color: #EFAA00;
}
.eshop-product-box-list .product-image {
  display: flex;
  width: 100%;
  height: 220px;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
  padding: 0 0 20px;
}
.eshop-product-box-list .product-image img {
  max-height: 100%;
  max-width: 100%;
}
.eshop-product-box-list .product-badge.product-special-flag {
  color: #FFFFFF;
  background: #FF7E35;
  border-color: #FF7E35;
}
.eshop-product-box-list .product-badge.product-export-flag {
  color: #FFFFFF;
  background-color: #90CD2C;
  font-size: 0.6em;
  font-weight: bold;
  border-color: #90CD2C;
}
.eshop-product-box-list .product-badge.product-low-stock-flag {
  top: 20px;
  left: 20px;
  color: #454644;
  background-color: #FFFFFF;
  border-color: #454644;
}
.eshop-product-box-list .product-badge.stock {
  top: 20px;
  left: 20px;
  background-color: #FFFFFF;
  font-size: 0.8em;
  border: none;
}
.eshop-product-box-list .product-badge.stock.vert,
.eshop-product-box-list .product-badge.stock.green {
  color: #90CD2C;
  border-color: #90CD2C;
}
.eshop-product-box-list .product-badge.stock.orange {
  color: #FF8660;
  border-color: #FF8660;
}
.eshop-product-box-list .product-badge.stock.rouge,
.eshop-product-box-list .product-badge.stock.red {
  color: #FF6060;
  border-color: #FF6060;
}
.eshop-product-box-list .product-badge.stock.disabled {
  color: #565853;
  border-color: #565853;
}
.eshop-product-box-list .product-badge.product-delivery-week {
  top: 40px;
  left: 21px;
  background-color: #fff;
  color: #565853;
  border: none;
}
.eshop-product-box-list .product-badge.product-o-sign {
  top: 55px;
  left: 40px;
  color: #2D2E2B;
  background-size: 40px 40px;
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.8);
  min-width: 40px;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 3;
  text-align: center;
  padding: 41px 6px 0;
  border-radius: 3px;
  border: none;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
.eshop-product-box-list .product-badge.product-o-sign.muscle {
  background-image: url(/img/eshop/o-sign/muscle.png);
}
.eshop-product-box-list .product-badge.product-o-sign.sensuel {
  background-image: url(/img/eshop/o-sign/sensuel.png);
}
.eshop-product-box-list .product-badge.product-o-sign.tendance {
  background-image: url(/img/eshop/o-sign/tendance.png);
}
.eshop-product-box-list .product-badge.product-o-sign.insoumis {
  background-image: url(/img/eshop/o-sign/insoumis.png);
}
.eshop-product-box-list .product-badge.product-o-sign.gourmand {
  background-image: url(/img/eshop/o-sign/gourmand.png);
}
.eshop-product-box-list .product-badge.product-o-sign.explorateur {
  background-image: url(/img/eshop/o-sign/explorateur.png);
}
.eshop-product-box-list .product-badge.product-o-sign.eternel {
  background-image: url(/img/eshop/o-sign/eternel.png);
}
.eshop-product-box-list .product-badge.product-o-sign.esthete {
  background-image: url(/img/eshop/o-sign/esthete.png);
}
.eshop-product-box-list .product-badge.product-certification {
  bottom: 240px;
  top: auto;
  left: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
.eshop-product-box-list .product-badge.product-certification.bio {
  background: url(/img/eshop/certification/ab.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.eshop-product-box-list .product-badge.product-distinction {
  bottom: 240px;
  top: auto;
  right: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
.eshop-product-box-list .product-badge.product-distinction.rvf {
  background: url(/img/eshop/distinction/rvf.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
.eshop-product-box-list .product-badge.marketplace {
  box-sizing: border-box;
  top: 10px;
  right: 10px;
  background: #03a000 linear-gradient(45deg,#03a000,#4ad602);
  color: #fff;
  text-align: center;
  font-size: 9px;
  font-variant: small-caps;
  width: 60px;
  left: auto;
  border: none;
  border-radius: 5px;
  padding: 5px;
  line-height: 10px;
  white-space: normal;
}
.eshop-product-box-list .product-badge.marketplace .far {
  display: block;
  vertical-align: middle;
}
.eshop-product-box-list .product-badge.stock-alert-flag {
  top: 10px;
  right: 10px;
  background: none;
  border-color: transparent;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert {
  border: none;
  background: none;
  border-radius: 4px;
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert .fi {
  margin: 0;
  vertical-align: middle;
  line-height: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.eshop-product-box-list .product-badge.stock-alert-flag button.btn-stock-alert:hover .fi {
  transform: scale(1.2);
}
.eshop-product-box-list .product-badge.stock-alert-flag.active button.btn-stock-alert {
  background-color: #454644;
  color: #FFFFFF;
}
.eshop-product-box-list .product-label {
  color: #1A1E1E;
  text-decoration: none;
  height: 90px;
}
.eshop-product-box-list .product-label .product-country-nature {
  color: #1A1E1E;
  text-transform: uppercase;
}
.eshop-product-box-list .product-label .product-name {
  text-transform: capitalize;
  font-weight: bold;
}
.eshop-product-box-list .product-label .product-details .appellation {
  color: #565853;
  text-transform: capitalize;
}
.eshop-product-box-list .product-label .product-details .features {
  font-size: .9em;
}
.eshop-product-box-list .product-label .product-reference {
  font-size: 0.8em;
  color: #565853;
}
.eshop-product-box-list .product-comment {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  table-layout: fixed;
  font-size: 0.8em;
  height: 20px;
  position: absolute;
  top: 175px;
  left: 10px;
  right: 10px;
  padding: 2px 0;
  border-radius: 3px;
  background: rgba(255,255,255,0.8);
}
.eshop-product-box-list .product-comment .fas {
  color: #FF8660;
}
.eshop-product-box-list .product-prices {
  *zoom: 1;
  display: flex;
  align-items: flex-end;
  height: 40px;
}
.eshop-product-box-list .product-prices:before,
.eshop-product-box-list .product-prices:after {
  display: table;
  content: "";
  line-height: 0;
}
.eshop-product-box-list .product-prices:after {
  clear: both;
}
.eshop-product-box-list .product-prices .franchisee-price {
  float: left;
  width: 70%;
}
.eshop-product-box-list .product-prices .franchisee-price .old-price {
  font-size: 0.8em;
  color: #454644;
  line-height: 1;
  display: inline-block;
  position: relative;
}
.eshop-product-box-list .product-prices .franchisee-price .old-price:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #5f605d;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  transform: rotateZ(-15deg);
}
.eshop-product-box-list .product-prices .franchisee-price .price,
.eshop-product-box-list .product-prices .franchisee-price .special-price {
  font-size: 1.3em;
  color: #454644;
}
.eshop-product-box-list .product-prices .franchisee-price .special-price {
  color: #FF7E35;
  display: inline-block;
}
.eshop-product-box-list .product-prices .franchisee-price .special-discount-amount {
  background-color: #FF7E35;
  color: #FFFFFF;
  border: 1px solid #FF7E35;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.8em;
  padding: 2px 2px;
  line-height: 1;
  margin: 0 0 0 .5em;
}
.eshop-product-box-list .product-prices .franchisee-price em {
  font-size: .6em;
  margin-left: .3em;
  font-style: normal;
}
.eshop-product-box-list .product-prices .msrp {
  float: right;
  width: 30%;
  text-align: right;
  line-height: 1;
}
.eshop-product-box-list .product-prices .msrp div {
  color: #1A1E1E;
  display: inline-block;
  font-size: 1.2em;
}
.eshop-product-box-list .product-prices .msrp small {
  font-size: 0.6em;
  background: #fff;
  color: #565853;
  text-shadow: none;
  vertical-align: top;
  margin: 0 2px 0 0;
  padding: 1px 1px 1px 3px;
}
.eshop-product-box-list .btn-add-to-cart {
  margin: 10px 0 0;
}
.eshop-product-box-list.product-low-stock:hover .wrapper {
  border-color: #555;
}
.eshop-product-box-list.product-low-stock .msrp div {
  color: #90939a;
}
#content.eshop #products {
  margin: 20px 0;
  display: grid;
  justify-content: space-between;
  gap: 10px;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 480px) {
  #content.eshop #products {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 768px) {
  #content.eshop #products {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(3,1fr);
  }
}
@media (min-width: 1408px) {
  #content.eshop #products {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
  }
}
@media (min-width: 1888px) {
  #content.eshop #products {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(5,1fr);
  }
}
#content.eshop #products .interleaf {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  min-height: 420px;
  grid-row: 4;
}
#content.eshop #products .interleaf iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #f0f2f3;
}
@media (min-width: 480px) {
  #content.eshop #products .interleaf-type-1 {
    min-height: auto;
    grid-row: 1;
    grid-column: 2;
  }
}
@media (min-width: 768px) {
  #content.eshop #products .interleaf-type-1 {
    grid-column: 3;
  }
}
@media (min-width: 1408px) {
  #content.eshop #products .interleaf-type-1 {
    grid-column: 4;
  }
}
@media (min-width: 1888px) {
  #content.eshop #products .interleaf-type-1 {
    grid-column: 5;
  }
}
@media (min-width: 480px) {
  #content.eshop #products .interleaf-type-2 {
    grid-row: 2;
    grid-column: 1 / 3;
  }
}
@media (min-width: 768px) {
  #content.eshop #products .interleaf-type-2 {
    min-height: auto;
    grid-row: 2;
    grid-column: 2 / 4;
  }
}
@media (min-width: 1408px) {
  #content.eshop #products .interleaf-type-2 {
    grid-row: 1;
    grid-column: 3 / 5;
  }
}
@media (min-width: 1888px) {
  #content.eshop #products .interleaf-type-2 {
    grid-column: 4 / 6;
  }
}
@media (min-width: 480px) {
  #content.eshop #products .interleaf-type-4 {
    min-height: 600px;
    grid-column: 1 / 3;
    grid-row: 3;
  }
}
@media (min-width: 768px) {
  #content.eshop #products .interleaf-type-4 {
    grid-column: 1 / 4;
    grid-row: 2;
  }
}
@media (min-width: 1408px) {
  #content.eshop #products .interleaf-type-4 {
    min-height: auto;
    grid-column: 2 / 5;
  }
}
@media (min-width: 1888px) {
  #content.eshop #products .interleaf-type-4 {
    grid-row: 1;
    grid-column: 3 / 6;
  }
}
@media (min-width: 480px) {
  #content.eshop #products .interleaf-type-3 {
    min-height: 600px;
    grid-column: 1 / 3;
    grid-row: 3 / 5;
  }
}
@media (min-width: 768px) {
  #content.eshop #products .interleaf-type-3 {
    min-height: auto;
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
}
@media (min-width: 1408px) {
  #content.eshop #products .interleaf-type-3 {
    grid-column: 3 / 5;
    grid-row: 1 / 3;
  }
}
@media (min-width: 1888px) {
  #content.eshop #products .interleaf-type-3 {
    grid-column: 4 / 6;
  }
}
#content.eshop .alert-context .far {
  font-size: 1.2em;
}
#content.eshop .alert-context .buttons {
  text-align: right;
}
#content.eshop .alert-context .buttons a {
  margin: 0 .5em;
}
.supplier-box {
  position: relative;
  box-shadow: 0 0 1px rgba(0,0,0,0.13), 0 1px 3px rgba(0,0,0,0.2);
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 1rem;
}
.supplier-box .widget-header {
  position: relative;
  height: 120px;
  background: #fff url(/img/eshop/bg-supplier-card.jpg) 50% 50%;
  background-size: cover;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0,0,0,0.2);
  padding: 1em;
}
.supplier-box .widget-header:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0,0,0,0.1);
}
.supplier-box .widget-header .widget-name {
  position: absolute;
  font-size: 1.5em;
  bottom: 1.25em;
  line-height: 1;
  width: 58%;
}
@media screen and (min-width: 772px) {
  .supplier-box .widget-header .widget-name {
    font-size: 2em;
    width: 40%;
  }
}
.supplier-box .widget-header .widget-city {
  position: absolute;
  font-size: 1.2em;
  bottom: .5em;
}
.supplier-box .widget-header .widget-subscription-date {
  position: absolute;
  right: 1em;
  bottom: .5em;
  width: 35%;
  text-align: right;
}
.supplier-box .widget-supplier-image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  transform: translate(-20px,15px);
}
@media screen and (min-width: 772px) {
  .supplier-box .widget-supplier-image {
    left: 50%;
    width: 120px;
    height: 120px;
    transform: translate(-50%,50px);
  }
}
.supplier-box .widget-supplier-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 3px solid #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23) !important;
}
.supplier-box .widget-footer {
  padding: 20px 0 0;
  font-size: 1.1em;
}
.supplier-box .widget-footer .span6 {
  padding: 1em;
}
.supplier-box .widget-footer .content-delivery,
.supplier-box .widget-footer .content-presentation {
  text-align: justify;
}
.supplier-box .widget-footer .delivery-price {
  margin: .5em 0;
}
.supplier-box .widget-footer h3 {
  margin: 0 0 .2em;
  padding: 0;
  font-size: 1em;
  line-height: 1;
}
#eshop-design-wrapper {
  overflow: hidden;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
}
#eshop-design-wrapper .eshop-design-box {
  box-sizing: border-box;
  min-height: 150px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-bottom: 100px;
}
@media (min-width: 1408px) {
  #eshop-design-wrapper .eshop-design-box {
    padding-bottom: 120px;
  }
}
@media (min-width: 1888px) {
  #eshop-design-wrapper .eshop-design-box {
    padding-bottom: 140px;
  }
}
#eshop-design-wrapper .eshop-design-box .row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 1199px) {
  #eshop-design-wrapper .eshop-design-box .row > div {
    width: 100%;
    line-height: 0;
    min-height: 0;
  }
  #eshop-design-wrapper .eshop-design-box .row > div .eshop-design-box-left-image {
    margin: 20px 0;
  }
  #eshop-design-wrapper .eshop-design-box .row > div .eshop-design-box-right-image {
    display: none;
  }
}
#eshop-design-wrapper .eshop-design-box .eshop-design-box-image {
  max-width: 400px;
}
#eshop-design-wrapper.loaded + #list-products {
  transition: 400ms margin-top;
  margin-top: -80px;
}
@media (min-width: 1408px) {
  #eshop-design-wrapper.loaded + #list-products {
    margin-top: -100px;
  }
}
@media (min-width: 1888px) {
  #eshop-design-wrapper.loaded + #list-products {
    margin-top: -120px;
  }
}
#eshop-design-wrapper:not(:empty) + #list-products {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px;
  background: #FFFFFF;
}
#content.eshop #left-column {
  padding: 0 20px;
}
#content.eshop .header-column,
#content.eshop .footer-column {
  margin: 0 -20px;
}
#content.eshop .footer-column:not(:empty) {
  padding-top: 10px;
  padding-bottom: 10px;
}
#content.eshop #eshop-selected-filters {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -2px;
}
#content.eshop #eshop-selected-filters .delete-filter {
  font-size: 0.9em;
  border: 1px solid #454644;
  color: #fff;
  background: #454644;
  border-radius: 3px;
  white-space: nowrap;
  flex-grow: 1;
  text-align: left;
  margin: 2px;
  height: 15px;
  line-height: 15px;
  text-transform: capitalize;
  padding: 1px 25px 1px 5px;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.eshop #eshop-selected-filters .delete-filter * {
  display: none;
}
#content.eshop #eshop-selected-filters .delete-filter:after {
  content: '\d7';
  font-size: 1.3em;
  position: absolute;
  right: 10px;
  top: 1px;
}
#content.eshop #eshop-selected-filters .delete-filter:hover {
  background: transparent;
  color: #565853;
}
#content.eshop #eshop-selected-filters #eshop-reset-filters {
  display: block;
  width: 100%;
  text-align: right;
  margin: 6px 4px 0 0;
  font-style: italic;
  color: #3d4543;
  font-size: 0.9em;
}
#content.eshop #eshop-selected-filters #eshop-reset-filters > .fa {
  font-size: .8em;
}
#content.eshop .filter-box {
  padding: 0;
  margin: 0 0 10px;
  overflow: hidden;
}
@media (min-width: 992px) {
  #content.eshop .filter-box {
    margin: 0 0 20px;
  }
}
#content.eshop .filter-box.closed label {
  color: #a3a59f;
  font-style: italic;
  cursor: not-allowed;
}
#content.eshop .filter-box .filter-title {
  background: #F0F2F3;
  color: #565853;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  line-height: 1;
  padding: 0 20px;
  height: 40px;
  align-items: center;
  font-size: 1.1em;
  font-weight: normal;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.eshop .filter-box .filter-title .fi {
  font-size: 1.2em;
}
#content.eshop .filter-box .filter-title .icon {
  display: none;
}
#content.eshop .filter-box .filter-title .filter-label {
  white-space: nowrap;
  flex-grow: 1;
  opacity: 1;
  width: 1%;
}
#content.eshop .filter-box .filter-title .icon-caret {
  padding-top: 6px;
  opacity: 0;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.eshop .filter-box.foldable .filter-title {
  cursor: pointer;
}
#content.eshop .filter-box.foldable .filter-title .icon-caret {
  opacity: 1;
}
#content.eshop .filter-box.foldable .filter-title .icon-caret .fi.minus {
  display: none;
}
#content.eshop .filter-box.foldable .filter-title .icon-caret .fi.plus {
  display: inline-block;
}
#content.eshop .filter-box.foldable .filter-search,
#content.eshop .filter-box.foldable .filter-content {
  opacity: 0;
  max-height: 0;
  padding: 0 10px;
  transform: translate(0,-100%);
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.eshop .filter-box:not(.closed) .filter-title {
  background: #454644;
  color: #FFFFFF;
}
#content.eshop .filter-box:not(.closed) .filter-title .icon-caret .fi.minus {
  display: inline-block;
}
#content.eshop .filter-box:not(.closed) .filter-title .icon-caret .fi.plus {
  display: none;
}
#content.eshop .filter-box:not(.closed) .filter-search,
#content.eshop .filter-box:not(.closed) .filter-content {
  opacity: 1;
  max-height: 210px;
  transform: translate(0,0);
  background: #fff;
  padding: 10px 10px;
  overflow: auto;
}
#content.eshop .filter-box:not(.closed) .filter-search {
  padding: 10px 0;
}
#content.eshop .filter-box .filter-search input {
  box-sizing: border-box;
  width: 100%;
  height: 30px;
  margin: 0;
}
#content.eshop .filter-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content.eshop .filter-box ul li label {
  cursor: pointer;
}
#content.eshop .filter-box ul li label span {
  margin-left: .5em;
  text-transform: capitalize;
  vertical-align: middle;
}
#content.eshop .filter-box ul li label .product-badge {
  padding: 2px;
  font-size: 1em;
  position: static;
}
#content.eshop .filter-box ul li label .product-badge.product-special {
  color: #FFFFFF;
  background-color: #FF7E35;
  border-color: #FF7E35;
}
#content.eshop .filter-box ul li label .product-badge.product-export {
  color: #fff;
  background: #90CD2C;
  text-transform: uppercase;
  font-size: 0.7em;
  font-weight: bold;
  border: 1px solid #90CD2C;
  padding: 2px;
  line-height: 1;
  border-radius: 3px;
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign {
  display: inline-block;
  background-size: 20px 20px;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.8);
  width: 20px;
  height: 20px;
  margin: 0 .4em 0 0;
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.muscle {
  background-image: url(/img/eshop/o-sign/muscle.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.sensuel {
  background-image: url(/img/eshop/o-sign/sensuel.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.tendance {
  background-image: url(/img/eshop/o-sign/tendance.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.insoumis {
  background-image: url(/img/eshop/o-sign/insoumis.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.gourmand {
  background-image: url(/img/eshop/o-sign/gourmand.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.explorateur {
  background-image: url(/img/eshop/o-sign/explorateur.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.eternel {
  background-image: url(/img/eshop/o-sign/eternel.png);
}
#content.eshop .filter-box ul li label .product-badge.product-o-sign.esthete {
  background-image: url(/img/eshop/o-sign/esthete.png);
}
#content.eshop .filter-box ul li label .product-badge.stock-alert .fi {
  margin: 0;
}
#content.eshop .filter-box .row-keywords {
  position: relative;
  margin: 0 -10px;
  background: #F0F2F3;
  border-radius: 5px;
  height: 40px;
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  padding: 0 10px;
  color: #565853;
}
#content.eshop .filter-box .row-keywords .add-on {
  font-size: 1.4em;
}
#content.eshop .filter-box .row-keywords input {
  padding: 5px 5px 5px 10px;
  border: none;
  box-shadow: none;
  position: relative;
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  margin: 0;
  color: #565853;
  background: none;
  font-size: 1.1em;
}
#content.eshop .filter-box#supplier .filter-content li > label {
  display: flex;
  flex-flow: row;
  align-items: start;
  padding: 2px 0;
}
#content.eshop .filter-box#supplier .filter-content li > label input {
  margin: 0;
  box-shadow: none;
}
#content.eshop .filter-box#supplier .filter-content li > label > span {
  display: flex;
  flex-flow: column;
  padding: 0 0 0 0;
  line-height: 1;
}
#content.eshop .filter-box#supplier .filter-content li > label .departement {
  order: 1;
  text-transform: uppercase;
  margin: 0;
}
#content.eshop .filter-box#supplier .filter-content li > label .name {
  order: 2;
  margin: 0;
  color: #555;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 1.1em;
}
#content.eshop a.btn-column-collapse .bar {
  opacity: 0;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.eshop a.btn-column-collapse .btn-filter {
  display: inline-block;
  width: 24px;
  height: 24px;
  font-size: 24px;
  color: #565853;
  opacity: 1;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
.column-opened#content.eshop a.btn-column-collapse .bar {
  opacity: 1;
}
.column-opened#content.eshop a.btn-column-collapse .btn-filter {
  opacity: 0;
}
.modal.add-to-cart .product-info,
.modal.sheet-product-box .product-info {
  display: flex;
  flex-flow: row wrap;
}
.modal.add-to-cart .product-info,
.modal.add-to-cart .product-info *,
.modal.sheet-product-box .product-info,
.modal.sheet-product-box .product-info * {
  box-sizing: border-box;
}
.modal.add-to-cart .product-info .product-image,
.modal.sheet-product-box .product-info .product-image {
  width: 100%;
  text-align: center;
}
@media (min-width: 992px) {
  .modal.add-to-cart .product-info .product-image,
  .modal.sheet-product-box .product-info .product-image {
    width: 30%;
  }
}
.modal.add-to-cart .product-info .product-image img,
.modal.sheet-product-box .product-info .product-image img {
  max-height: 150px;
}
.modal.add-to-cart .product-info .product-description,
.modal.sheet-product-box .product-info .product-description {
  width: 100%;
  padding: 0 0 0 15px;
  height: auto;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .modal.add-to-cart .product-info .product-description,
  .modal.sheet-product-box .product-info .product-description {
    width: 70%;
  }
}
.modal.add-to-cart .product-info .product-label,
.modal.sheet-product-box .product-info .product-label {
  color: #1A1E1E;
  text-decoration: none;
}
.modal.add-to-cart .product-info .product-label .product-country-nature,
.modal.sheet-product-box .product-info .product-label .product-country-nature {
  color: #565853;
  text-transform: uppercase;
}
.modal.add-to-cart .product-info .product-label .product-name,
.modal.sheet-product-box .product-info .product-label .product-name {
  text-transform: capitalize;
  font-weight: 600;
}
.modal.add-to-cart .product-info .product-label .product-details .appellation,
.modal.sheet-product-box .product-info .product-label .product-details .appellation {
  color: #323939;
  text-transform: capitalize;
}
.modal.add-to-cart .product-info .product-label .product-details .features,
.modal.sheet-product-box .product-info .product-label .product-details .features {
  font-size: .9em;
}
.modal.add-to-cart .product-info .product-label .product-reference,
.modal.sheet-product-box .product-info .product-label .product-reference {
  font-size: 0.8em;
  color: #495555;
}
.modal.add-to-cart .product-info .description-bottom,
.modal.sheet-product-box .product-info .description-bottom {
  display: flex;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 10px;
}
.modal.add-to-cart .product-info .product-quantity input,
.modal.sheet-product-box .product-info .product-quantity input {
  line-height: 1.7;
  width: 100%;
  max-width: 80px;
  margin: 0;
  border: 1px solid #565853;
  height: 37px;
  border-radius: 10px;
  font-size: 1.5em;
}
.modal.add-to-cart .product-info .product-quantity em,
.modal.sheet-product-box .product-info .product-quantity em {
  display: block;
  line-height: 2.9;
  font-size: .8em;
  font-style: normal;
  color: #323939;
}
.modal.add-to-cart .product-info .product-prices div.unit-price,
.modal.sheet-product-box .product-info .product-prices div.unit-price {
  font-size: 0.9em;
  color: #323939;
}
.modal.add-to-cart .product-info .product-prices div.total-price,
.modal.sheet-product-box .product-info .product-prices div.total-price {
  font-size: 1.4em;
  font-weight: 600;
}
.modal.add-to-cart .product-info .product-prices div.total-price strong,
.modal.sheet-product-box .product-info .product-prices div.total-price strong {
  font-weight: inherit;
}
.modal.add-to-cart .product-info .product-prices em,
.modal.sheet-product-box .product-info .product-prices em {
  margin-left: .2em;
  font-style: normal;
  font-size: .7em;
}
.modal.add-to-cart .modal-header,
.modal.sheet-product-box .modal-header {
  text-transform: capitalize;
  background: #fff;
}
.modal.add-to-cart .modal-footer,
.modal.sheet-product-box .modal-footer {
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
@media (min-width: 992px) {
  .modal.add-to-cart .modal-footer,
  .modal.sheet-product-box .modal-footer {
    flex-direction: row;
    gap: 10px;
    justify-content: flex-end;
  }
}
.modal.add-to-cart .modal-footer:before,
.modal.add-to-cart .modal-footer:after,
.modal.sheet-product-box .modal-footer:before,
.modal.sheet-product-box .modal-footer:after {
  display: none;
}
.modal.add-to-cart .modal-footer .btn,
.modal.sheet-product-box .modal-footer .btn {
  width: 100%;
  padding: 8px 0;
  font-weight: 600;
  display: block;
  margin: 0;
}
@media (min-width: 992px) {
  .modal.add-to-cart .modal-footer .btn,
  .modal.sheet-product-box .modal-footer .btn {
    display: inline-block;
    width: 250px;
  }
}
.modal.add-to-cart .modal-footer .btn .fi,
.modal.sheet-product-box .modal-footer .btn .fi {
  font-size: 1.2em;
  vertical-align: -2px;
  margin-right: 5px;
}
.modal.add-to-cart .modal-footer .btn.btn-secondary,
.modal.sheet-product-box .modal-footer .btn.btn-secondary {
  order: 1;
}
@media (min-width: 992px) {
  .modal.add-to-cart .modal-footer .btn.btn-secondary,
  .modal.sheet-product-box .modal-footer .btn.btn-secondary {
    order: 0;
  }
}
#cart-products td {
  vertical-align: middle;
}
#cart-products td.image {
  padding: 0;
}
#cart-products td.image .image-wrapper {
  padding: 1px 0;
  text-align: center;
  position: relative;
  width: 100%;
}
#cart-products td.image .image-wrapper img {
  max-width: 40px;
  max-height: 40px;
}
#cart-products .product-infos {
  display: block;
  color: #666;
}
#cart-products .label-important {
  background-color: #FF7E35;
  color: #FFFFFF;
  border: 1px solid #FF7E35;
  text-shadow: none;
}
#cart-products td.unit-price {
  width: 60px;
  text-align: right;
}
#cart-products td.unit-price > span {
  display: block;
}
#cart-products td.unit-price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#cart-products td.unit-price .special-price {
  font-size: 1.01em;
  color: #FF7E35;
}
#cart-products td.total-unit-price {
  width: 60px;
  text-align: right;
}
#cart-products td.total-unit-price > span {
  display: block;
}
#cart-products td.total-unit-price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
}
#cart-products td.total-unit-price .special-price {
  font-size: 1.01em;
  color: #FF7E35;
}
#cart-products td.total-price .old-price {
  display: block;
  font-size: 0.8em;
  text-decoration: line-through;
}
#cart-products td.total-price .special-price {
  display: block;
  font-size: 1.01em;
  color: #FF7E35;
}
#cart-products .delete-product {
  padding: 5px 8px;
  font-size: 16px;
}
#cart-products .delete-product:hover {
  text-decoration: none;
}
#cart-products tfoot td {
  font-weight: bold;
  text-align: right;
  border-top-width: 2px;
}
#cart-products tfoot .no-bold td {
  font-weight: normal;
}
#cart-products td.quantity {
  text-align: center;
}
#cart-products td.quantity .btn {
  font-size: 11px;
  padding-left: 8px;
  padding-right: 8px;
}
#cart-products td.quantity input.input-quantity {
  width: 25px;
  text-align: center;
}
#cart-products .mobile-cell-wrapper {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#cart-products .mobile-cell-wrapper .image-wrapper {
  width: 20%;
}
#cart-products .mobile-cell-wrapper .content-wrapper {
  width: 80%;
}
#cart-products .mobile-cell-wrapper .name .label {
  padding: 0 2px;
}
#cart-products .mobile-cell-wrapper .quantity {
  display: flex;
}
#cart-products .mobile-cell-wrapper .prices,
#cart-products .mobile-cell-wrapper .total-price-cell,
#cart-products .mobile-cell-wrapper .total-price {
  display: flex;
  gap: 10px;
  align-items: center;
  margin: 4px 0;
}
#cart-products .mobile-cell-wrapper .prices .old-price,
#cart-products .mobile-cell-wrapper .total-price-cell .old-price,
#cart-products .mobile-cell-wrapper .total-price .old-price {
  font-size: 0.8em;
  text-decoration: line-through;
  order: 1;
}
#cart-products .mobile-cell-wrapper .prices .special-price,
#cart-products .mobile-cell-wrapper .total-price-cell .special-price,
#cart-products .mobile-cell-wrapper .total-price .special-price {
  font-size: 1.01em;
  color: #FF7E35;
  order: 0;
}
#cart-products .mobile-cell-wrapper .input-quantity {
  width: 40px;
}
#cart-products tfoot tr.d-mobile .title {
  margin: 0 10px 0 0;
  color: #565853;
}
#cart-products .actions-wrapper > div:not(.cart-validation-check) {
  display: flex;
  gap: 10px;
  flex-flow: column nowrap;
}
#cart-products .actions-wrapper > div:not(.cart-validation-check) .btn {
  flex: 1 1 1%;
}
#cart-products .actions-wrapper > div:not(.cart-validation-check) .btn.btn-primary {
  order: 0;
}
#cart-products .actions-wrapper > div:not(.cart-validation-check) .btn.btn-secondary {
  order: 1;
}
@media (min-width: 992px) {
  #cart-products .actions-wrapper > div:not(.cart-validation-check) {
    display: block;
  }
}
#promotional-banners {
  max-width: 1240px;
  margin: 0 auto 20px;
}
#promotional-banners .carousel {
  text-align: center;
}
#promotional-banners .carousel .carousel-control.right {
  text-align: center;
  text-indent: 5px;
}
#crossell-products-wrapper .crossell-products-title {
  color: #454644;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.2em;
}
#crossell-products-wrapper #crossell-products {
  margin-bottom: 10px;
}
#crossell-products-wrapper .actions-wrapper {
  text-align: right;
}
#crossell-products-wrapper .actions-wrapper > div {
  display: flex;
  gap: 10px;
  flex-flow: column nowrap;
}
#crossell-products-wrapper .actions-wrapper > div .btn {
  flex: 1 1 1%;
}
#crossell-products-wrapper .actions-wrapper > div .btn.btn-primary {
  order: 0;
}
#crossell-products-wrapper .actions-wrapper > div .btn.btn-secondary {
  order: 1;
}
@media (min-width: 992px) {
  #crossell-products-wrapper .actions-wrapper > div {
    display: block;
  }
}
#order-checkout #form-delivery-mode label {
  display: inline-block;
  font-weight: bold;
}
#order-checkout .confirmation-message {
  font-size: 14px;
}
#order-checkout #accept-conditions {
  display: block;
  margin: 10px 0;
}
#order-checkout input[type=submit] {
  margin-left: 10px;
}
#order-checkout .actions-wrapper {
  display: flex;
  gap: 10px;
  flex-flow: row wrap;
  float: none;
}
#order-checkout .actions-wrapper .btn {
  flex: 1 1 1%;
}
#order-checkout .actions-wrapper .btn.btn-primary {
  order: 0;
  flex: 1 1 100%;
}
#order-checkout .actions-wrapper .btn.btn-secondary {
  order: 1;
}
@media (min-width: 992px) {
  #order-checkout .actions-wrapper {
    float: right;
    display: block;
  }
}
#order-confirmation-box .text-wrapper {
  padding: 15px;
  font-size: 14px;
}
#order-confirmation-box .actions-wrapper {
  display: flex;
  gap: 10px;
  flex-flow: column nowrap;
}
#order-confirmation-box .actions-wrapper .btn {
  flex: 1 1 1%;
}
#order-confirmation-box .actions-wrapper .btn .fi {
  vertical-align: -2px;
}
#order-confirmation-box .actions-wrapper .btn.btn-primary {
  order: 0;
}
#order-confirmation-box .actions-wrapper .btn.btn-secondary {
  order: 1;
}
@media (min-width: 992px) {
  #order-confirmation-box .actions-wrapper {
    display: block;
  }
}
#content.product section {
  padding: 0;
  margin-left: 0;
}
@media (min-width: 992px) {
  #content.product section {
    padding: 0 10px;
  }
}
#content.product section h2 {
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}
#content.product section h2:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
#content.product section.product .heading .btn-previous {
  display: inline-flex;
  margin: 0 0 20px;
}
#content.product section.product .heading .btn-previous .fi {
  margin: 2px 5px -2px 0;
}
#content.product section.product .head [class^="span"] {
  display: block;
  float: none;
  width: auto;
}
@media (min-width: 992px) {
  #content.product section.product .head {
    display: flex;
  }
  #content.product section.product .head [class^="span"] {
    width: inherit;
  }
}
#content.product .product-image .product-image-wrapper {
  height: 475px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
#content.product .product-image .product-image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: contain;
}
#content.product .product-image .product-badge {
  padding: 2px;
  font-size: 1em;
}
#content.product .product-image .product-badge.product-special-flag {
  right: 20px;
  color: #FFFFFF;
  background-color: #FF7E35;
  border-color: #FF7E35;
}
#content.product .product-image .product-badge.product-export-flag {
  display: none;
}
#content.product .product-image .product-badge.product-low-stock-flag {
  top: 20px;
  left: 20px;
  color: #454644;
  background-color: #fff;
  border-color: #454644;
}
#content.product .product-image .product-badge.stock {
  top: 0;
  left: 20px;
  background-color: #fff;
  text-transform: none;
  border: none;
}
#content.product .product-image .product-badge.stock.vert,
#content.product .product-image .product-badge.stock.green {
  color: #90CD2C;
  border-color: #90CD2C;
}
#content.product .product-image .product-badge.stock.orange {
  color: #FF8660;
  border-color: #FF8660;
}
#content.product .product-image .product-badge.stock.rouge,
#content.product .product-image .product-badge.stock.red {
  color: #FF6060;
  border-color: #FF6060;
}
#content.product .product-image .product-badge.stock.disabled {
  color: #454644;
  border-color: #454644;
}
#content.product .product-image .product-badge.product-delivery-week {
  top: 25px;
  left: 20px;
  background: none;
  border: none;
}
#content.product .product-image .product-badge.product-o-sign {
  top: 65px;
  left: 40px;
  color: #454644;
  background-size: 40px 40px;
  background-position: 50% 4px;
  background-repeat: no-repeat;
  background-color: rgba(255,255,255,0.8);
  min-width: 40px;
  text-transform: uppercase;
  font-size: 0.7em;
  line-height: 3;
  text-align: center;
  padding: 41px 6px 0;
  border: none;
  border-radius: 3px;
  -webkit-transform: translate(-50%,0);
  -moz-transform: translate(-50%,0);
  -ms-transform: translate(-50%,0);
  -o-transform: translate(-50%,0);
  transform: translate(-50%,0);
}
#content.product .product-image .product-badge.product-o-sign.muscle {
  background-image: url(/img/eshop/o-sign/muscle.png);
}
#content.product .product-image .product-badge.product-o-sign.sensuel {
  background-image: url(/img/eshop/o-sign/sensuel.png);
}
#content.product .product-image .product-badge.product-o-sign.tendance {
  background-image: url(/img/eshop/o-sign/tendance.png);
}
#content.product .product-image .product-badge.product-o-sign.insoumis {
  background-image: url(/img/eshop/o-sign/insoumis.png);
}
#content.product .product-image .product-badge.product-o-sign.gourmand {
  background-image: url(/img/eshop/o-sign/gourmand.png);
}
#content.product .product-image .product-badge.product-o-sign.explorateur {
  background-image: url(/img/eshop/o-sign/explorateur.png);
}
#content.product .product-image .product-badge.product-o-sign.eternel {
  background-image: url(/img/eshop/o-sign/eternel.png);
}
#content.product .product-image .product-badge.product-o-sign.esthete {
  background-image: url(/img/eshop/o-sign/esthete.png);
}
#content.product .product-image .product-badge.product-certification {
  bottom: 130px;
  left: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
#content.product .product-image .product-badge.product-certification.bio {
  background: url(/img/eshop/certification/ab.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#content.product .product-image .product-badge.product-distinction {
  bottom: 130px;
  right: 20px;
  text-indent: -9000px;
  font-size: 0;
  color: transparent;
  background: none;
  border: none;
}
#content.product .product-image .product-badge.product-distinction.rvf {
  background: url(/img/eshop/distinction/rvf.png) 0 0 no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}
#content.product .product-image .product-badge.marketplace {
  box-sizing: border-box;
  top: 10px;
  right: 10px;
  background: #03a000 linear-gradient(45deg,#03a000,#4ad602);
  color: #fff;
  text-align: center;
  font-size: 0.7em;
  font-variant: small-caps;
  width: 60px;
  left: auto;
  border: none;
  border-radius: 5px;
  padding: 5px;
  line-height: 1.2;
  white-space: normal;
}
#content.product .product-image .product-badge.marketplace .far {
  display: block;
  vertical-align: middle;
}
#content.product .product-image .product-badge.stock-alert-flag {
  display: none;
}
#content.product .product-detail {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
#content.product .product-detail h1 {
  font-size: 1.2em;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-weight: 600;
}
#content.product .product-detail h1 span.sub-title {
  font-size: .9em;
  font-weight: normal;
  display: block;
  color: #929390;
  margin: 20px 0 0;
}
#content.product .product-detail .product-detail-features th,
#content.product .product-detail .product-stock th {
  color: #565853;
  font-weight: normal;
  text-align: left;
  width: 130px;
  text-transform: capitalize;
}
#content.product .product-detail .product-detail-features td,
#content.product .product-detail .product-stock td {
  color: #1A1E1E;
  font-weight: 600;
  text-align: left;
}
#content.product .product-detail .product-detail-features td em,
#content.product .product-detail .product-stock td em {
  font-weight: normal;
}
#content.product .product-detail div.product-stock {
  flex-grow: 0;
}
#content.product .product-detail .product-detail-features {
  margin-top: 2em;
}
#content.product .product-detail .product-detail-features .product-reference {
  color: #1A1E1E;
}
#content.product .product-detail div.product-stock {
  margin-top: 1em;
}
#content.product .product-detail div.product-stock .fa-circle.stock-code {
  font-size: .9em;
}
#content.product .product-detail div.product-stock .fa-circle.stock-code.vert,
#content.product .product-detail div.product-stock .fa-circle.stock-code.green {
  color: #90CD2C;
}
#content.product .product-detail div.product-stock .fa-circle.stock-code.orange {
  color: #FF8660;
}
#content.product .product-detail div.product-stock .fa-circle.stock-code.rouge,
#content.product .product-detail div.product-stock .fa-circle.stock-code.red {
  color: #FF6060;
}
#content.product .product-detail div.product-stock .product-export td {
  text-transform: capitalize;
}
#content.product .product-detail .product-comment {
  margin: 1em 0 0;
  font-size: 1em;
  background: #F0F2F3;
  border-radius: 3px;
  border-left: 3px solid #FF8660;
  padding: 2px 2px 2px 1em;
}
#content.product .product-detail .product-comment .fas {
  color: #FF8660;
}
#content.product .product-detail .product-description {
  position: relative;
  display: inline-block;
  margin: 2em 0 0;
  color: #565853;
}
#content.product .product-detail a.btn-product-sheet {
  margin: 10px 0 0;
  padding: 10px 0;
  display: block;
  color: #1A1E1E;
  -webkit-transition: all ease 1s 0s;
  -o-transition: all ease 1s 0s;
  -ms-transition: all ease 1s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: all ease 1s 0s;
}
#content.product .product-detail a.btn-product-sheet:hover {
  text-decoration: none;
}
#content.product .product-add-to-cart {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
}
#content.product .product-add-to-cart .main {
  margin: 20px 0;
  flex-grow: 1;
}
#content.product .product-add-to-cart .main .product-prices {
  *zoom: 1;
  display: flex;
  align-items: flex-end;
  height: 40px;
  font-size: 1.5em;
}
#content.product .product-add-to-cart .main .product-prices:before,
#content.product .product-add-to-cart .main .product-prices:after {
  display: table;
  content: "";
  line-height: 0;
}
#content.product .product-add-to-cart .main .product-prices:after {
  clear: both;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price {
  float: left;
  width: 50%;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price .old-price {
  font-size: 0.8em;
  color: #454644;
  line-height: 2;
  display: inline-block;
  position: relative;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price .old-price:after {
  content: '';
  width: 100%;
  height: 0;
  border-bottom: 1px solid #5f605d;
  position: absolute;
  top: 15px;
  left: 0;
  right: 0;
  transform: rotateZ(-15deg);
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price .price,
#content.product .product-add-to-cart .main .product-prices .franchisee-price .special-price {
  font-size: 1.3em;
  color: #454644;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price .special-price {
  color: #FF7E35;
  display: inline-block;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price .special-discount-amount {
  background-color: #FF7E35;
  color: #FFFFFF;
  border: 1px solid #FF7E35;
  border-radius: 3px;
  display: inline-block;
  font-size: 0.6em;
  padding: 2px 2px;
  line-height: 1;
  margin: 0 0 0 .5em;
}
#content.product .product-add-to-cart .main .product-prices .franchisee-price em {
  font-size: .6em;
  margin-left: .3em;
  font-style: normal;
}
#content.product .product-add-to-cart .main .product-prices .msrp {
  float: right;
  width: 50%;
  text-align: right;
  line-height: 1;
}
#content.product .product-add-to-cart .main .product-prices .msrp div {
  color: #1A1E1E;
  display: inline-block;
  font-size: 1.2em;
}
#content.product .product-add-to-cart .main .product-prices .msrp small {
  font-size: 0.6em;
  font-weight: normal;
  background: none;
  color: #787a76;
  text-shadow: none;
  vertical-align: top;
  margin: 0 2px 0 0;
  padding: 1px 1px 1px 3px;
  line-height: 1.8;
}
#content.product .product-add-to-cart .main .product-base-quantity {
  font-size: .8em;
  color: #454644;
}
#content.product .product-add-to-cart .main .product-quantity-add-to-cart {
  display: flex;
  margin-top: 5px;
}
#content.product .product-add-to-cart .main .product-quantity-add-to-cart input {
  width: 80px;
  font-size: 1.5em;
  text-align: center;
  padding: 11px 5px 10px 5px;
  border-radius: 10px;
  border: 1px solid #565853;
}
#content.product .product-add-to-cart .main .product-quantity-add-to-cart .button {
  flex-grow: 1;
  padding: 0 0 0 .5em;
}
#content.product .product-add-to-cart .main .product-quantity-add-to-cart .button .btn-add-to-cart {
  margin: 0;
  height: 24px;
  line-height: 1.5;
  font-size: 1.2em;
}
#content.product .product-add-to-cart .main .product-quantity-add-to-cart .button .btn-add-to-cart .icon-shopping-cart {
  font-size: 1.4em;
  vertical-align: middle;
}
#content.product .product-add-to-cart .main .delivery-week {
  display: block;
  border: 1px solid #777;
  border-radius: 3px;
  margin: .5em 0 0;
  padding: 0.4em .5em;
  line-height: 1;
  color: #777;
  text-align: center;
}
#content.product .product-add-to-cart .main .delivery-week > span {
  font-size: 1.1em;
}
#content.product .product-add-to-cart .product-documents {
  margin: 10px -10px 0;
}
#content.product .product-add-to-cart .product-documents h2 {
  margin-bottom: 1em;
}
#content.product .product-add-to-cart .product-documents ul {
  list-style: none;
  margin: 0 -10px;
}
#content.product .product-add-to-cart .product-documents a {
  margin: 5px 0 0;
  padding: .5em 1em;
  display: flex;
  align-items: center;
  text-align: left;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  -webkit-transition: all ease 1s 0s;
  -o-transition: all ease 1s 0s;
  -ms-transition: all ease 1s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: all ease 1s 0s;
}
#content.product .product-add-to-cart .product-documents a .far {
  margin-right: 1em;
}
#content.product .product-add-to-cart .product-documents a:hover {
  text-decoration: none;
  background: #e8e8e8;
}
#content.product .product-stock-alert {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 20px 0;
  border-left: 3px solid #555;
  padding: 5px 0 5px 15px;
  border-radius: 4px;
}
#content.product .product-stock-alert .btn {
  min-height: 24px;
  line-height: 1;
  font-size: 1.2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0.5em 2em 0.5em 0.8em;
  font-weight: 600;
}
#content.product .product-stock-alert .btn .checkbox {
  position: absolute;
  right: 0;
  margin: 2px 0.8em 0 0;
}
#content.product .main {
  margin-top: 60px;
}
#content.product .product-features article {
  margin: 20px 0 -10px;
  position: relative;
  overflow: hidden;
}
#content.product .product-features article .feature-title {
  background: #F0F2F3;
  color: #565853;
  display: flex;
  flex-flow: row nowrap;
  margin: 0;
  line-height: 1;
  padding: 0 10px;
  height: 40px;
  align-items: center;
  font-size: 1.1em;
  font-weight: normal;
  border-radius: 5px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.product .product-features article .feature-title .title {
  flex-grow: 1;
  opacity: 1;
  width: 1%;
}
#content.product .product-features article .feature-title .icon-caret {
  padding-top: 6px;
  opacity: 1;
}
#content.product .product-features article .feature-title .icon-caret .fi.minus {
  display: none;
}
#content.product .product-features article .feature-title .icon-caret .fi.plus {
  display: inline-block;
}
#content.product .product-features article .picto {
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
}
#content.product .product-features article .picto img {
  display: none;
}
#content.product .product-features article .picto.vinification {
  background: url(/img/eshop/feature/barrel.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.varieties {
  background: url(/img/eshop/feature/grapes.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.tasting-notes {
  background: url(/img/eshop/feature/wine.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.wine-pairing {
  background: url(/img/eshop/feature/eat.svg) -15px 0 no-repeat;
  background-size: 128%;
}
#content.product .product-features article .picto.promotion {
  background: url(/img/eshop/feature/discount.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.advices {
  background: url(/img/eshop/feature/uniform-jaune.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.references {
  background: url(/img/eshop/feature/badge.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.ingredients {
  background: url(/img/eshop/feature/ingredients.svg) 0 50% no-repeat;
  background-size: 80%;
}
#content.product .product-features article .picto.other-information {
  background: url(/img/eshop/feature/other-information.svg) 0 50% no-repeat;
  background-size: 75%;
}
#content.product .product-features article .content {
  padding: 0 2px;
  opacity: 0;
  max-height: 0;
  transform: translate(0,-100%);
  overflow: hidden;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#content.product .product-features article .content .description table {
  width: 100%;
}
#content.product .product-features article .content .description table th,
#content.product .product-features article .content .description table td {
  padding: 4px;
}
#content.product .product-features article .content .description table th {
  font-weight: normal;
  color: #565853;
  text-align: left;
  vertical-align: top;
  padding-right: 20px;
  padding-left: 0;
  width: 100px;
  text-transform: capitalize;
}
#content.product .product-features article .content .description table td {
  color: #1A1E1E;
}
#content.product .product-features article .content .description table tr:nth-child(even) {
  background: #f6f7f8;
}
#content.product .product-features article .content .description .o-sign-content {
  display: flex;
  align-items: center;
}
#content.product .product-features article .content .description .o-sign-content .o-sign-image {
  float: left;
}
#content.product .product-features article .content .description .o-sign-content .o-sign-image img {
  display: inline-block;
  max-width: 30px;
  vertical-align: top;
  padding: 0 1em 0 0;
}
#content.product .product-features article .content .description .o-sign-content .o-sign-description strong {
  text-transform: uppercase;
}
#content.product .product-features article.ingredients .content .description,
#content.product .product-features article.other-information .content .description {
  padding-top: 5px;
}
#content.product .product-features article.ingredients .content .description a,
#content.product .product-features article.other-information .content .description a {
  text-decoration: underline;
}
#content.product .product-features article.active .feature-title {
  background: #454644;
  color: #FFFFFF;
}
#content.product .product-features article.active .feature-title .icon-caret .fi.minus {
  display: inline-block;
}
#content.product .product-features article.active .feature-title .icon-caret .fi.plus {
  display: none;
}
#content.product .product-features article.active .content {
  opacity: 1;
  max-height: 1000px;
  transform: translate(0,0);
}
#content.product .product-features article.active .picto.vinification {
  background-image: url(/img/eshop/feature/barrel-white.svg);
}
#content.product .product-features article.active .picto.varieties {
  background-image: url(/img/eshop/feature/grapes-white.svg);
}
#content.product .product-features article.active .picto.tasting-notes {
  background-image: url(/img/eshop/feature/wine-white.svg);
}
#content.product .product-features article.active .picto.wine-pairing {
  background-image: url(/img/eshop/feature/eat-white.svg);
}
#content.product .product-features article.active .picto.promotion {
  background-image: url(/img/eshop/feature/discount-white.svg);
}
#content.product .product-features article.active .picto.advices {
  background-image: url(/img/eshop/feature/uniform-jaune-white.svg);
}
#content.product .product-features article.active .picto.references {
  background-image: url(/img/eshop/feature/badge-white.svg);
}
#content.product .product-features article.active .picto.ingredients {
  background-image: url(/img/eshop/feature/ingredients-white.svg);
}
#content.product .product-features article.active .picto.other-information {
  background-image: url(/img/eshop/feature/other-information-white.svg);
}
#content.product .domain-xsell {
  margin-top: 60px;
}
#content.product .domain-xsell .products-widget {
  margin: 20px 0 0;
  display: grid;
  justify-content: space-between;
  gap: 10px;
  grid-template-columns: repeat(1,1fr);
}
@media (min-width: 480px) {
  #content.product .domain-xsell .products-widget {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(2,1fr);
  }
}
@media (min-width: 992px) {
  #content.product .domain-xsell .products-widget {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(4,1fr);
  }
}
@media (min-width: 1888px) {
  #content.product .domain-xsell .products-widget {
    display: grid;
    justify-content: space-between;
    gap: 10px;
    grid-template-columns: repeat(5,1fr);
  }
}
.box-challenge .box-header {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
}
.box-challenge .box-header span + span {
  flex-grow: 1;
}
.box-challenge .box-header .pull-right {
  font-weight: normal;
  text-align: right;
}
.box-challenge .box-header .pull-right .label {
  vertical-align: top;
  display: inline-block;
  margin-top: 1px;
}
@media (max-width: 767px) {
  .box-challenge .box-header {
    flex-wrap: wrap;
  }
  .box-challenge .box-header .pull-right {
    float: none;
    width: 100%;
    text-align: left;
  }
}
.box-challenge .challenge-description {
  margin-bottom: 20px;
}
.box-challenge .challenge-description iframe[src*="embed"] {
  max-width: 100%;
  height: auto;
  aspect-ratio: 1.7777777777778;
  border: none;
}
.box-challenge .challenge-stats {
  background: url(/img/default/star-challenge.jpg) 50% 0 no-repeat;
  background-size: auto 150px;
  padding: 150px 0 0;
}
.box-challenge .challenge-stats .alert-heading {
  display: block;
  text-align: center;
  position: relative;
}
.box-challenge .challenge-stats .alert-heading span {
  display: inline-block;
  background: #fff;
  padding: 0 .5em;
}
.box-challenge .challenge-stats .alert-heading:after {
  content: '';
  border-bottom: 2px solid silver;
  display: block;
  height: 0;
  position: absolute;
  z-index: -1;
  top: 0.65em;
  left: 0;
  right: 0;
}
.box-challenge .challenge-stats table th {
  color: #777;
  text-align: right;
}
.box-challenge .challenge-products {
  background: whitesmoke;
  border-radius: 3px;
  border-left: 3px solid #565853;
  padding: .5em .5em .5em 1em;
  margin: 0 0 20px;
}
.box-challenge .challenge-products p {
  border-bottom: 1px solid #ddd;
}
.box-challenge .challenge-products ul {
  list-style: none;
  margin: 0;
}
.no-challenges {
  width: 80%;
  max-width: 700px;
  margin: 0 auto;
}
#statistics #form-statistics {
  text-align: center;
}
#statistics .charts {
  margin-bottom: 20px;
}
#statistics .product-statistics h4 {
  font-size: .9em;
  font-weight: normal;
}
#statistics .product-statistics h4 .fa-angle-down {
  display: none;
}
#statistics .product-statistics h4 > span {
  display: inline-block;
  padding: 0 3em 0 0;
}
#statistics .product-statistics h4 > span:hover .fa {
  display: none;
}
#statistics .product-statistics h4 > span:hover .fa-angle-down {
  display: inline-block;
}
#statistics .product-statistics h4 .text-overflow {
  width: 50%;
}
@media (min-width: 992px) {
  #statistics .product-statistics h4 .text-overflow {
    max-width: 25%;
    width: auto;
  }
}
#statistics .product-statistics h4 .pull-right {
  display: flex;
  justify-content: flex-end;
  gap: 3px;
}
#statistics .product-statistics th {
  font-size: .8em;
  line-height: 1;
  white-space: nowrap;
}
#statistics .product-statistics td {
  font-size: .8em;
  line-height: 1.4;
  vertical-align: middle;
}
@media (min-width: 992px) {
  #statistics .product-statistics .quantity:after {
    content: ' |';
  }
}
#statistics .product-statistics .name-reference .reference {
  color: #888;
  display: block;
}
#statistics .box-header {
  position: relative;
}
#statistics .box-header .btn-back {
  position: absolute;
  left: 50%;
  transform: translate(-50%,-1px);
}
#statistics .box-header .btn {
  font-weight: normal;
}
#statistics .accordion-group h4 {
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  #statistics .accordion-group h4 {
    display: block;
  }
}
#statistics h5 {
  display: block;
  width: 100%;
  text-align: center;
  font-weight: bold;
  font-size: 1.1em;
  border-bottom: 2px solid #ddd;
  padding: 0 0 .5em;
  margin: 0 0 1em;
}
#statistics #export-btn i {
  font-size: 1.1em;
}
#statistics-data-franchisee h4 em {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}
#statistics-data-franchisee .franchisee-title {
  display: inline-block;
  background: #efefef;
  padding: 1em 2em;
  border-radius: 5px;
  line-height: 2;
  margin: 1em 0;
  position: relative;
}
#statistics-data-franchisee .franchisee-title h5 {
  margin: 0;
}
#statistics-data-franchisee .franchisee-title .franchisee-sheet {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  text-decoration: none;
}
#statistics-data-franchisee .months-bar * {
  text-transform: capitalize;
}
#statistics-data-franchisee section {
  margin: 1em 0;
}
#statistics-data-franchisee section.statistics-data-franchisee {
  width: fit-content;
  margin-inline: auto;
}
#statistics-data-franchisee section .table-head-title {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
  text-align: left;
}
#statistics-data-franchisee section .table-head-title h6 {
  font-size: 1.2em;
  margin-bottom: 0;
  margin-left: -6px;
}
#statistics-data-franchisee section table {
  width: auto;
  border-spacing: 0;
  border-collapse: separate;
}
#statistics-data-franchisee section table .radius-top-left {
  border-top-left-radius: 5px;
}
#statistics-data-franchisee section table .radius-top-right {
  border-top-right-radius: 5px;
}
#statistics-data-franchisee section table .radius-bottom-left {
  border-bottom-left-radius: 5px;
}
#statistics-data-franchisee section table .radius-bottom-right {
  border-bottom-right-radius: 5px;
}
#statistics-data-franchisee section table tr.border-bottom td,
#statistics-data-franchisee section table tr.border-bottom th {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table tr:last-child th,
#statistics-data-franchisee section table tr:last-child td {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table .cell-bottom-left {
  border-bottom: 1px solid #555;
}
#statistics-data-franchisee section table th,
#statistics-data-franchisee section table td {
  padding: 0.3em 0.5em;
  border-left: 1px solid #555;
  border-color: #555;
}
#statistics-data-franchisee section table th:last-child,
#statistics-data-franchisee section table td:last-child {
  border-right: 1px solid #555;
}
#statistics-data-franchisee section table th {
  border-top: 1px solid #555;
}
#statistics-data-franchisee section table td {
  text-align: right;
  font-size: 1.2em;
  width: 100px;
  border-top: 1px solid #555;
}
#statistics-data-franchisee section .bg-main-column {
  background: #dee9ff;
}
#statistics-data-franchisee section .bg-monthly {
  background: #89d389;
}
#statistics-data-franchisee section .bg-yearly {
  background: #dee9ff;
}
#statistics-data-franchisee section tr.evolution {
  background: #dcdcdc;
}
#statistics-data-franchisee section tr.evolution td {
  border-top: none;
  font-size: 0.9em;
}
#statistics-data-franchisee section tr.evolution th:first-child {
  border-top: none;
  text-align: right;
  font-weight: normal;
}
#statistics-data-franchisee section .main-column {
  width: calc(200px + 2*0.5em - 2px);
}
#statistics-data-franchisee section .main-column-title {
  text-align: left;
  vertical-align: top;
  width: calc(66px);
}
#statistics-data-franchisee section .main-column-subtitle {
  text-align: right;
  font-weight: 600;
  width: calc(132px);
  border-left: none;
}
#statistics-data-franchisee section .main-column-subtitle:first-child {
  border-top: none;
}
#statistics-data-network h4 em {
  font-size: .9em;
  font-weight: normal;
  font-style: normal;
}
#statistics-data-network .tip {
  cursor: help;
}
#statistics-data-network #form-statistics .months-bar {
  margin-bottom: 0;
}
#statistics-data-network #form-statistics .months-bar * {
  text-transform: capitalize;
}
#statistics-data-network #form-statistics .control-group {
  max-width: none;
}
#statistics-data-network #form-statistics .nav-pills {
  display: flex;
  flex-flow: row wrap;
  gap: 2px 2px;
}
#statistics-data-network #form-statistics .nav-pills li {
  flex: 1 0 auto;
}
#statistics-data-network #form-statistics .nav-pills li:first-child {
  margin-left: -2px;
}
#statistics-data-network #form-statistics .nav-pills li:last-child {
  margin-right: -2px;
}
#statistics-data-network #form-statistics .nav-pills li a {
  padding: 0.5em 1em;
  border-radius: 5px;
  border: 1px solid #d4d4d4;
  -webkit-transition: all ease 0.5s 0s;
  -o-transition: all ease 0.5s 0s;
  -ms-transition: all ease 0.5s 0s;
  -moz-transition-property: all;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: all ease 0.5s 0s;
}
#statistics-data-network #form-statistics .nav-pills li:hover a {
  background-color: var(--btn-background-color-primary-hover);
  border-color: var(--btn-border-color-primary-hover);
  color: var(--btn-text-color-primary-hover);
}
#statistics-data-network #form-statistics .nav-pills li.active a {
  background-color: var(--btn-background-color-primary);
  border-color: var(--btn-border-color-primary);
  color: var(--btn-text-color-primary);
}
#statistics-data-network #filters-statistics {
  border-right: 1px solid #d4d4d4;
}
#statistics-data-network #filters-statistics .filter-box {
  border: 1px solid #d4d4d4;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  padding: 10px;
}
#statistics-data-network #filters-statistics .filter-box h5 {
  margin: 0 0 10px;
  padding: 0;
}
#statistics-data-network #filters-statistics .filter-box .filter-content {
  max-height: 300px;
  overflow: auto;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul {
  list-style: none;
  margin: 0;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul label {
  cursor: pointer;
  text-transform: capitalize;
}
#statistics-data-network #filters-statistics .filter-box .filter-content ul input {
  margin-top: -3px;
}
#statistics-data-network .datas {
  margin-left: 0;
  padding-left: 10px;
  flex-grow: 1;
}
#statistics-data-network .datas h4 {
  font-size: 1.2em;
}
#statistics-data-network .datas #statistics-network-datatable th.number {
  text-align: center;
  width: 1%;
  white-space: nowrap;
}
#statistics-data-network .datas #statistics-network-datatable td.number {
  text-align: right;
  white-space: nowrap;
}
#statistics-data-network .datas #statistics-network-datatable .number.up {
  background-color: var(--background-color-success);
  color: var(--text-color-success);
}
#statistics-data-network .datas #statistics-network-datatable .number.down {
  background-color: var(--background-color-danger);
  color: var(--text-color-danger);
}
#statistics-data-network .datas #statistics-network-datatable .number.up .rank,
#statistics-data-network .datas #statistics-network-datatable .number.down .rank {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#statistics-data-network .datas #statistics-network-datatable .number.up .rank .fi,
#statistics-data-network .datas #statistics-network-datatable .number.down .rank .fi {
  font-size: 1.2em;
  margin: 0;
  padding: 0;
  line-height: 0;
}
#content.listStatisticsGlobals #filters-statistics .filter-box .filter-content ul input {
  margin-top: 2px;
}
.box.page-cms table {
  width: 100%;
}
.box.page-cms iframe {
  display: block;
  margin: 0 auto;
  border: 0;
  width: 560px;
  max-width: 100%;
}
.box.page-cms .box-content {
  word-break: break-word;
}
.product-badge {
  position: absolute;
  top: var(--top,40px);
  right: var(--right,auto);
  display: inline-block;
  color: #565853;
  background-color: #F0F2F3;
  text-transform: uppercase;
  font-size: 0.7em;
  border: 1px solid #F0F2F3;
  line-height: 1;
  border-radius: 3px;
  padding: 5px 3px;
  white-space: nowrap;
}
.product-badge.custom {
  color: var(--foreground-color,transparent);
  background-color: var(--background-color,transparent);
  border-color: var(--background-color,transparent);
}
.dashboard-box {
  margin-bottom: 18px;
}
.dashboard-box .box-header {
  display: flex;
  align-items: center;
}
.dashboard-box .box-header > .fi {
  margin-right: .5rem;
  color: #FABB20;
  font-size: 18px;
}
.dashboard-box .box-header > .title {
  font-size: 15px;
}
.dashboard-box .box-header .btn-primary {
  margin-left: auto;
  padding: .125rem .35rem;
  height: auto;
  font-weight: 600;
}
.dashboard-box .statistics-table {
  margin-bottom: 0;
}
.dashboard-box .statistics-table th,
.dashboard-box .statistics-table td {
  border-color: #fff;
  text-align: center;
}
.dashboard-box .statistics-table th {
  font-weight: 600;
}
.dashboard-box .statistics-table .bg-separator {
  background: #fff;
  width: 4px;
  padding: 0;
}
.dashboard-box .statistics-table .bg-current-month {
  background-color: rgba(250,187,32,0.1);
}
.dashboard-box .statistics-table .bg-current-year {
  background-color: #F0F2F3;
}
.dashboard-box .statistics-table .main-title span {
  display: block;
}
.dashboard-box .statistics-table .main-title span.period-info {
  margin-bottom: 5px;
}
.dashboard-box .statistics-table .main-title span.period-label {
  color: #FABB20;
  font-size: 16px;
  text-transform: capitalize;
}
.dashboard-box .statistics-table .main-title span.legend {
  font-weight: normal;
  color: #565853;
  font-size: 12px;
}
.dashboard-box .statistics-table td.stats > span {
  display: block;
}
.dashboard-box .statistics-table td.stats > span.stat-value {
  font-size: 16px;
  color: #565853;
}
.dashboard-box .statistics-table td.stats > span.tip {
  font-size: 12px;
}
.dashboard-box .statistics-table td.stats > span.tip.positive {
  color: #1F8261;
}
.dashboard-box .statistics-table td.stats > span.tip.negative {
  color: #ff6060;
}
.dashboard-box .dashboard-list-table {
  background: #F0F2F3;
  color: #565853;
  margin-bottom: 0;
}
.dashboard-box .dashboard-list-table th,
.dashboard-box .dashboard-list-table td {
  border-color: #fff;
}
.dashboard-box .dashboard-list-table a {
  text-decoration: underline;
  color: #565853;
}
.dashboard-box.internal-campaigns-box .dashboard-list-table td.name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 0;
}
.dashboard-box.internal-campaigns-box .dashboard-list-table td.name span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dashboard-box.internal-campaigns-box .dashboard-list-table td.status {
  text-align: center;
  width: 80px;
}
.dashboard-box.challenge-box {
  background-color: rgba(250,187,32,0.1);
  border: 2px solid #FABB20;
  border-radius: 4px 4px 0 0;
}
.dashboard-box.challenge-box h4.box-header {
  margin: 0;
  padding: 7px 7px 9px;
  background: #FABB20;
}
.dashboard-box.challenge-box h4.box-header > .fi {
  color: #000;
}
.dashboard-box.challenge-box h4.box-header > .title {
  color: #ffffff;
}
.dashboard-box.challenge-box h4.box-header > .btn-primary {
  background: #fff;
  color: #000000;
}
.dashboard-box.challenge-box .alert-heading {
  margin: 0;
  padding: 5px 8px;
  display: flex;
  align-items: center;
}
.dashboard-box.challenge-box .alert-heading > .fi {
  color: #FABB20;
  margin-right: 8px;
  font-size: 18px;
}
.dashboard-box.challenge-box .alert-heading .rank {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.dashboard-box.challenge-box .alert-heading .rank-value {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FABB20;
  text-align: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  margin-left: 6px;
}
.dashboard-box.challenge-box .dashboard-list-table {
  background-color: transparent;
}
.dashboard-box.challenge-box .dashboard-list-table th,
.dashboard-box.challenge-box .dashboard-list-table td {
  text-align: right;
}
.dashboard-box.no-challenge-box {
  background-color: rgba(250,187,32,0.1);
  text-align: center;
  padding: 3rem 2rem;
  color: #565853;
}
.dashboard-box.no-challenge-box .fi {
  font-size: 18px;
  color: #FABB20;
}
.dashboard-box.no-challenge-box h4 {
  text-transform: uppercase;
  font-size: 16px;
  margin-top: .75rem;
  margin-bottom: 0;
  font-weight: 600;
}
.dashboard-box.no-challenge-box small {
  font-size: 12px;
}
.home-row {
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  flex-wrap: wrap;
  box-sizing: border-box;
}
.home-row .home-main-content,
.home-row .home-work-content {
  box-sizing: border-box;
  padding-left: 10px;
  padding-right: 10px;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}
.home-row .home-work-row {
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.home-row .dashboard-box-wrapper {
  box-sizing: border-box;
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
@media (min-width: 728px) {
  .home-row .dashboard-box-wrapper.orders-box,
  .home-row .dashboard-box-wrapper.invoices-box {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .home-row .dashboard-box-wrapper.challenge-box {
    width: 50%;
  }
}
@media (min-width: 1400px) {
  .home-row .home-main-content {
    width: 70%;
  }
  .home-row .home-work-content {
    width: 30%;
  }
  .home-row .dashboard-box-wrapper {
    width: 100% !important;
  }
}
body.wl-papille-papillote {
  --btn-background-color-primary: #005678;
  --btn-background-color-primary-hover: #005678;
  --btn-text-color-primary: #fff;
  --btn-text-color-primary-hover: #fff;
  --btn-border-color-primary-hover: #fff;
  --btn-border-color-primary: #fff;
  --btn-background-color-primary-disabled: rgba(0,86,120,0.5);
}
body.wl-papille-papillote #left-column .header-column {
  background: #005678;
}
