@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;
}
.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;
}
.badge:empty {
  display: none;
}
.critical-message span.center {
  display: block;
  text-align: center;
  margin-top: 5px;
}
.critical-message p {
  margin-bottom: 5px;
}
#autolog-bar {
  background-color: #e21b01;
  background-image: -moz-linear-gradient(top,#e21b01,#c61108);
  background-image: -ms-linear-gradient(top,#e21b01,#c61108);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#e21b01),to(#c61108));
  background-image: -webkit-linear-gradient(top,#e21b01,#c61108);
  background-image: -o-linear-gradient(top,#e21b01,#c61108);
  background-image: linear-gradient(top,#e21b01,#c61108);
  padding: 10px;
  font-size: 16px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0 0 1px #000;
  box-shadow: 0 3px 3px #000;
  -moz-box-shadow: 0 3px 3px #000;
  -webkit-box-shadow: 0 3px 3px #000;
  text-align: center;
}
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;
  }
}
.welcome-wrapper h2 {
  text-align: center;
}
.welcome-content {
  margin: 0;
  background: #fff;
}
.welcome-content > .section {
  background: #F0F2F3;
  border-radius: 5px;
  margin: 0 0 15px;
  padding: 10px;
}
.welcome-content > .section h3 {
  font-size: 1.1em;
  margin: 0 0 1em;
  line-height: 1;
  font-weight: 600;
}
.welcome-content > .section .btn {
  margin: 10px 0 0;
}
.welcome-content .welcome-box h4 {
  font-size: 1.4em;
  font-weight: normal;
  color: #1A1E1E;
  padding: 0 0 5px;
  margin: 0 0 10px;
  text-indent: 0;
  line-height: 1;
  position: relative;
}
.welcome-content .welcome-box h4:after {
  content: '';
  position: absolute;
  width: 40px;
  height: 4px;
  background: #FABB20;
  border-radius: 2px;
  bottom: 0;
  left: 0;
  transform: translate(0,10px);
}
.welcome-content .tutorial-section {
  margin: 5px 0 20px;
  border-bottom: 1px solid #efefef;
  background: url(/img/default/fond-ombre-tutorial-section.png) 50% 100% no-repeat;
  padding: 0 0 20px;
}
.welcome-content .tutorial-section > div[class*='span'] {
  padding: 20px;
}
.welcome-content .tutorial-section > div[class*='span'] h5 {
  font-size: 1.3em;
  font-weight: normal;
  color: #555;
}
.welcome-content .tutorial-section > div[class*='span'] p,
.welcome-content .tutorial-section > div[class*='span'] li {
  color: #777;
}
.welcome-content .tutorial-section > div[class*='span'] ul {
  list-style-type: square;
}
.welcome-content .tutorial-section > div.span3,
.welcome-content .tutorial-section div.span4 {
  padding: 20px 0;
  margin: 0;
  text-align: center;
}
.welcome-content .tutorial-section > div.span3 img,
.welcome-content .tutorial-section div.span4 img {
  max-width: 100%;
  max-height: 250px;
  border-radius: 5px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.welcome-content .tutorial-section > div.span3 img.no-shadow,
.welcome-content .tutorial-section div.span4 img.no-shadow {
  box-shadow: none;
}
.welcome-content .tutorial-section .status-details td {
  vertical-align: top;
}
.welcome-content .tutorial-section .status-details td p {
  text-align: left;
  padding: 0 0 0 10px;
}
.welcome-content .tutorial-section a.demo-link {
  font-size: 11px;
}
.next-event-date {
  text-align: center;
  font-size: 1.4em;
  margin: 40px 0;
}
.next-event-date > h4 {
  font-size: 1em;
}
.btn-success * {
  color: inherit !important;
}
.cart-nav {
  float: right;
}
.cart-nav #cart-clean-button span.label {
  float: right;
  line-height: 13px;
  padding: 1px 4px;
  margin: 0 -14px 0 0;
}
.cart-nav #cart-clean-button span.label i {
  color: #fff;
}
@media (max-width: 979px) {
  .cart-nav {
    float: left;
  }
}
.welcome-content .section .address {
  border-left: 2px solid #777;
  padding: 5px 0 5px 5px;
  color: #777;
  margin: 10px 0 0 0;
}
.form-horizontal .control-group {
  margin-bottom: 10px;
  width: 100%;
  max-width: 800px;
}
.control-group.required .control-label:after {
  content: '*';
  color: #bf2000;
  margin: 0 0 0 .5em;
  font-size: 1.2em;
}
.control-group.to-complete {
  background: #fff7ef;
  border: 1px dotted #ffa1a1;
  padding: 5px 5px 2px 5px;
  margin: -5px -5px 10px -5px;
  border-radius: 5px;
  display: table;
}
.alert .control-group.to-complete {
  display: inline;
}
.control-group.to-complete label {
  font-weight: bold;
}
.control-group.to-complete label .info {
  font-weight: initial;
}
.control-group.to-complete .uploader {
  margin-bottom: 0;
}
#edit-product-form .product-identity {
  position: relative;
  min-height: 350px;
}
#edit-product-form .box-header em {
  font-weight: 600;
  font-style: normal;
}
#edit-product-form .not-editable {
  line-height: 28px;
}
#edit-product-form label.editor {
  margin: 9px 0 5px 0;
}
#edit-product-form .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;
}
#edit-product-form .control-label .info i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#edit-product-form .editor-length {
  font-size: 11px;
  color: #3a87ad;
  font-weight: normal;
  background: #d9edf7;
  border: 1px solid #bce8f1;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 2px 0 0;
  position: relative;
}
#edit-product-form .editor-length i.icon-warning-sign {
  display: none;
  position: absolute;
  top: 7px;
  left: 4px;
  font-size: 1.5em;
  text-indent: 0;
}
#edit-product-form .editor-length.overflow {
  background: #f2dede;
  color: #b94a48;
  border: 1px solid #eed3d7;
}
#edit-product-form .editor-length.overflow span {
  font-weight: bold;
}
#edit-product-form .editor-length.overflow span.editor-max-length {
  font-weight: normal;
}
#edit-product-form .editor-length.overflow i.icon-warning-sign {
  display: block;
}
#edit-product-form .cke_skin_kama {
  background: white;
}
#edit-product-form .info-supplier-map {
  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: 18px;
  position: relative;
  text-shadow: 1px 1px 1px #fff;
  margin: 0 0 0 30px;
}
#edit-product-form .info-supplier-map i.icon-pushpin {
  position: absolute;
  top: 4px;
  left: 4px;
  text-indent: 0;
}
#edit-product-form input[type=text],
#edit-product-form input[type=email] {
  width: 100%;
  max-width: 386px;
  height: 28px;
  box-sizing: border-box;
}
#edit-product-form .product_discount-row {
  margin-bottom: 4px;
}
#edit-product-form .product_discount-row .datepicker {
  max-width: 100px;
}
#edit-product-form .product_discount-row a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#edit-product-form .product_discount-row a.btn-tool > [class^="icon-"] {
  color: #777;
}
#edit-product-form input[type=number] {
  width: 60px;
}
#edit-product-form select {
  width: 100%;
  max-width: 400px;
}
#edit-product-form select[multiple] {
  width: 100%;
  max-width: 700px;
}
#edit-product-form textarea {
  width: 100%;
  max-width: 400px;
  box-sizing: border-box;
}
#edit-product-form .help-block {
  margin-top: 0;
}
#edit-product-form .chosen-choices {
  border-radius: 3px;
}
#edit-product-form .chosen-container .chosen-results li.disabled-result {
  display: none;
}
#edit-product-form .composite-attribute-row {
  margin-bottom: 4px;
}
#edit-product-form .composite-attribute-row.initial {
  display: none;
}
#edit-product-form .composite-attribute-row .chzn-container {
  vertical-align: middle;
}
#edit-product-form .composite-attribute-row .input-append input {
  width: 50px;
  padding: 2px 4px 3px;
  vertical-align: top;
  margin: 1px 0 0 0;
}
#edit-product-form .composite-attribute-row .add-on {
  padding: 2px 4px 3px;
  margin-top: 1px;
}
#edit-product-form .composite-attribute-row a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#edit-product-form .composite-attribute-row a.btn-tool > [class^="icon-"] {
  color: #777;
}
@media (max-width: 992px) {
  #edit-product-form .composite-attribute-row select {
    width: 40%;
  }
}
#edit-product-form .btn-group input {
  display: none;
}
#edit-product-form .alert .btn-undo {
  display: inline-flex;
}
.popover-content textarea {
  width: 94%;
  height: 60px;
}
.actual-product-image {
  position: absolute;
  top: 0;
  right: 0;
  margin: 74px 20px 0 0;
  width: 320px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #e5e5e5;
}
.actual-product-image .caption {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  color: #9da0a4;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  padding: 4px 10px;
  z-index: 1;
}
.actual-product-image .delete {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  border-radius: 0 0 0 4px;
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  background: #f5f5f5;
  padding: 4px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  width: 16px;
  height: 16px;
  line-height: 17px;
  text-align: center;
  text-decoration: none;
  z-index: 1;
}
.actual-product-image .delete i {
  -webkit-transition: color ease 0.5s 0s;
  -o-transition: color ease 0.5s 0s;
  -ms-transition: color ease 0.5s 0s;
  -moz-transition-property: color;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: color ease 0.5s 0s;
}
.actual-product-image .delete:hover i {
  color: red;
}
.actual-product-image .image {
  width: 300px;
  background: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border-bottom: 1px solid #ddd;
  padding: 20px 10px 10px;
  margin: 0 0 -1px;
  text-align: center;
}
.actual-product-image .image img {
  max-width: 300px;
  max-height: 300px;
  -webkit-transition: opacity ease 1s 0s;
  -o-transition: opacity ease 1s 0s;
  -ms-transition: opacity ease 1s 0s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: opacity ease 1s 0s;
}
.actual-product-image.delete .image img {
  opacity: 0.002;
  filter: alpha(opacity=0.2);
  opacity: 0.2;
  filter: alpha(opacity=20);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(20));
}
.actual-product-image .message {
  display: none;
  padding: 10px;
  color: #555;
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
}
.actual-product-image .message a {
  text-shadow: 1px 1px 1px rgba(255,255,255,0.9);
  float: right;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .actual-product-image {
    position: relative;
    width: 100%;
    max-width: 800px;
    margin: 0;
  }
  .actual-product-image .image {
    width: 100%;
    box-sizing: border-box;
  }
}
#supplier-map-container {
  padding: 64px 0 0 0;
  margin: -60px 0 0;
}
#supplier-map-container .map-containment {
  display: block;
  margin: 0 auto;
  position: relative;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
}
#supplier-map-container .map-marker {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
  cursor: move;
}
.form-actions.edit-product {
  position: relative;
  height: 28px;
  padding-left: 20px;
}
.form-actions.edit-product button {
  margin-left: 10px;
}
.form-actions.edit-product button.ok {
  position: absolute;
  left: auto;
  right: 20px;
}
@media (max-width: 991px) {
  .form-actions.edit-product {
    display: flex;
    flex-flow: column nowrap;
    height: auto;
    gap: 10px;
    padding: 0;
  }
  .form-actions.edit-product button {
    flex: 1 1 auto;
    margin: 0;
  }
  .form-actions.edit-product button.ok {
    position: relative;
    right: 0;
    order: 1;
  }
  .form-actions.edit-product button.to-complete,
  .form-actions.edit-product button.to-correct {
    order: 2;
  }
  .form-actions.edit-product button.cancel {
    order: 3;
  }
}
.product-status-history-content {
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  position: relative;
  padding: 38px 0 0;
}
.product-status-history-content .caption {
  position: absolute;
  left: 0;
  top: 0;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  background: #f5f5f5;
  color: #9da0a4;
  border-radius: 0 0 4px 0;
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  padding: 4px 10px;
  z-index: 1;
}
.product-status-history-content a.all {
  position: absolute;
  text-decoration: underline;
  top: 0;
  left: 0;
  margin: 5px 0 0 90px;
  font-size: 11px;
}
.product-status-history-content .history-line {
  border-top: 1px solid #ddd;
  background: #f9f9f9;
  padding: 4px 4px;
}
.product-status-history-content .history-line .cell {
  display: table-cell;
  padding: 0 10px;
  border-right: 1px solid #ddd;
}
.product-status-history-content .history-line .cell.date {
  width: 75px;
}
.product-status-history-content .history-line .cell.status {
  width: 150px;
}
.product-status-history-content .history-line .cell.comment {
  border-right: none;
}
@media (max-width: 768px) {
  .product-status-history-content .history-line {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .product-status-history-content .history-line .cell {
    padding: 0;
    border: none;
  }
  .product-status-history-content .history-line .cell.date {
    flex: 1 1 40%;
  }
  .product-status-history-content .history-line .cell.status {
    flex: 1 1 60%;
  }
  .product-status-history-content .history-line .cell.comment {
    flex: 1 1 100%;
    padding: 10px 0 0;
  }
}
.product-status-history-content .history-archive {
  display: none;
}
.product-status-history-content .history-archive ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.product-status-history-content .history-archive ul li:nth-child(odd) .history-line {
  background: #fff;
}
.product-status-history-content .history-archive ul li:last-child .history-line {
  border-bottom: none;
}
#product-documents.controls {
  width: 100%;
  max-width: 786px;
}
#product-documents.controls input[name="label"] {
  width: 100%;
  max-width: 772px;
}
#product-documents.controls .product_document-row {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  height: 28px;
}
#product-documents.controls .product_document-row:not(:last-child) {
  margin-bottom: 4px;
}
#product-documents.controls .product_document-row.initial {
  display: none;
}
#product-documents.controls .product_document-row div.uploader {
  margin-bottom: 0;
}
#product-documents.controls a[download] {
  display: block;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: .2em 1em;
  color: #617070;
  text-decoration: none;
}
#product-documents.controls a[download] [class*=icon] {
  color: inherit;
  display: none;
}
#product-documents.controls a[download]:hover [class*=icon] {
  display: inline-block;
}
#product-documents.controls .f-grow {
  flex-grow: 1;
}
#product-documents.controls .f-grow input {
  width: 100%;
  height: 28px;
  box-sizing: border-box;
  margin: 0 10px;
}
#product-documents.controls .actions {
  padding: 0 20px;
}
#product-documents.controls .actions a.btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
#product-documents.controls .actions a.btn-tool > [class^="icon-"] {
  color: #777;
}
@media (min-width: 992px) {
  .actual-product-image {
    margin: 154px 20px 0 0;
  }
}
.control-switcher {
  display: inline-block;
  vertical-align: top;
  margin: 7px 0 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;
  -webkit-transition: background ease 0.5s 0s;
  -o-transition: background ease 0.5s 0s;
  -ms-transition: background ease 0.5s 0s;
  -moz-transition-property: background;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 0.5s;
  -moz-transition-delay: 0s;
  transition: background ease 0.5s 0s;
}
#list-products td .blank {
  display: block;
  text-align: center;
}
#list-products th a {
  color: #FFFFFF;
  display: block;
  text-align: center;
  text-decoration: underline;
}
#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: 40px;
}
#list-products td.reference {
  width: 170px;
}
#list-products td.reference .primus-reference {
  display: block;
  color: #798b8b;
  font-size: .8em;
}
#list-products td.name {
  width: 30%;
}
#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 {
  margin: 0 0 0 2px;
  cursor: default;
}
#list-products td.description {
  width: 30%;
}
#list-products td.comment {
  max-width: 200px;
}
#list-products td.vintage {
  width: 56px;
}
#list-products td.color {
  width: 56px;
}
#list-products td.unit-code {
  width: 70px;
}
#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: #ff675f;
}
#list-products td.price {
  width: 60px;
  text-align: right;
}
#list-products td.price > span {
  display: block;
}
#list-products td.price .primus-price {
  display: block;
  color: #798b8b;
  font-size: .8em;
}
#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: #ff675f;
}
#list-products td.number {
  text-align: right;
}
#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: #ff675f;
}
#list-products .quantity-alert {
  padding-top: 5px;
}
#list-products td.supplier {
  width: 100px;
}
#list-products td.supplier i.icon-user {
  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: opacity ease 1s 0s;
  -o-transition: opacity ease 1s 0s;
  -ms-transition: opacity ease 1s 0s;
  -moz-transition-property: opacity;
  -moz-transition-timing-function: ease;
  -moz-transition-duration: 1s;
  -moz-transition-delay: 0s;
  transition: opacity ease 1s 0s;
  cursor: pointer;
  position: absolute;
}
#list-products td.supplier i.icon-user:hover {
  opacity: 0.01;
  filter: alpha(opacity=1);
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=(100));
}
#list-products td.priority {
  text-align: center;
  white-space: nowrap;
}
#list-products td.online {
  width: 40px;
  text-align: center;
}
#list-products td.online i[class*="switcher"] {
  cursor: pointer;
}
#list-products td.product-badges .badge-wrapper {
  display: flex;
  flex-direction: column;
  gap: 2px;
  justify-content: center;
  align-items: center;
}
#list-products td.product-badges .product-badge.custom {
  position: static;
  font-size: .7em;
  padding: 2px;
}
#list-products td.edit {
  width: 33px;
  text-align: center;
}
#list-products td.delete {
  width: 33px;
  text-align: center;
}
#list-products td.delete .delete-product {
  padding: 4px 8px 3px;
  font-size: 10px;
  color: #bf2000;
}
#list-products tr:hover td {
  background: #fef5e1;
}
#list-products tr:has(td.selection :checked) td {
  background: #FEECC8;
}
.search-products form .input-prepend span {
  width: 3%;
}
.search-products form .input-prepend input[type=text] {
  width: 88%;
  padding: 13px 4px;
  box-sizing: border-box;
}
@media (min-width: 992px) {
  .search-products form .input-prepend input[type=text] {
    width: 95%;
  }
}
.search-products form input#special-only {
  position: absolute;
  left: -9999px;
}
.search-products form button.special-only-btn {
  margin: -2px 0 0;
}
.search-products form button.search-btn {
  margin: -2px 0 0;
  padding: 4px 20px;
  float: right;
}
.search-products form button.search-btn >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;
  z-index: 10;
  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-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;
  margin: 0 2px 0 0;
}
.search-products form >div >div.select label:after {
  content: ' :';
}
.search-products form >div >div.select select#search-region {
  width: 150px;
}
.search-products form >div >div.select select#search-nature {
  width: 150px;
}
.search-products form >div >div.select select#search-color {
  width: 110px;
}
.search-products form >div >div.select select#search-vintage {
  width: 110px;
}
@media (max-width: 1024px) {
  .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.special-only-btn {
    width: 270px;
  }
  .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;
  }
}
.search-orders.box-content form .input-append {
  display: inline-block;
  margin-left: 5px;
}
.search-orders.box-content form .input-prepend span {
  width: 3%;
}
.search-orders.box-content form .input-prepend input[type=text] {
  width: 95%;
  padding: 0 4px;
  height: 26px;
}
.search-orders.box-content form .row-keywords {
  position: relative;
}
.search-orders.box-content form a#search-remove-sign {
  position: absolute;
  top: 0;
  right: 0;
  margin: 5px 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-orders.box-content form a#search-remove-sign i {
  font-size: 1.6em;
}
.search-orders.box-content 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-orders.box-content form .control-btn-group {
  margin: 8px 0 0;
}
.search-orders.box-content form .control-btn-group .btn-group {
  display: inline-block;
  margin: -6px 0 0 5px;
}
button.export-marketplace-orders-btn {
  display: none;
}
button.export-marketplace-orders-btn i {
  font-size: 1em !important;
}
#list-orders.box-content thead th {
  text-align: center;
  color: #FFFFFF;
}
#list-orders.box-content thead th a {
  color: inherit;
  display: block;
}
#list-orders.box-content tr.mp_canceled {
  text-decoration: line-through;
  color: #888;
  font-style: italic;
}
#list-orders.box-content tbody tr td {
  cursor: pointer;
  vertical-align: middle;
}
#list-orders.box-content tbody tr td.date {
  text-align: center;
}
#list-orders.box-content tbody tr td.price,
#list-orders.box-content tbody tr td.number {
  text-align: right;
}
#list-orders.box-content tbody tr td.price {
  display: table;
  padding: 8px 0;
  width: 100%;
}
#list-orders.box-content tbody tr td.price > div {
  display: table-cell;
  width: 50%;
  padding: 0 4px;
}
#list-orders.box-content tbody tr td.price > div.primus-price {
  font-size: .8em;
}
#list-orders.box-content tbody tr td.price .price {
  display: block;
  font-style: italic;
  font-size: .8em;
  color: #1b1f1f;
}
#list-orders.box-content tbody tr td.price .price em {
  margin: 0 .5em 0 0;
  font-size: .8em;
  display: inline-block;
  background: #ababab;
  border-radius: 3px;
  color: #fff;
  padding: 2px 2px;
  line-height: 1;
  font-style: normal;
  vertical-align: middle;
}
#list-orders.box-content tbody tr td.price .price-net {
  display: block;
  font-weight: bold;
}
#list-orders.box-content tbody tr td .empty-tracking {
  color: #bf2000;
  font-size: .9em;
}
#list-orders.box-content tbody tr td.price {
  display: table-cell;
  padding: 8px;
  width: auto;
}
.box.detail-order h4 .btn.btn-primary,
.box.detail-order h4 .btn.btn-success,
.box.prepare-order h4 .btn.btn-primary,
.box.prepare-order h4 .btn.btn-success {
  margin: -3px 0 0 0;
}
.box.detail-order h4 .btn.btn-default,
.box.prepare-order h4 .btn.btn-default {
  margin: -5px .5em 0 0;
}
.box.detail-order h4 .btn.btn-default span,
.box.prepare-order h4 .btn.btn-default span {
  margin: 5px 0 0;
}
.box.detail-order .order-history-add .status-selector label,
.box.prepare-order .order-history-add .status-selector label {
  display: inline-block;
  vertical-align: text-top;
}
.box.detail-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_canceled,
.box.prepare-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_canceled {
  color: #bf2000;
}
.box.detail-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_error_delivery,
.box.prepare-order .order-history-add .status-selector .chosen-results li:not(.highlighted).mp_error_delivery {
  color: #565853;
  font-style: italic;
}
.box.detail-order .order-history-add .status-selector input,
.box.prepare-order .order-history-add .status-selector input {
  display: none;
  margin: 0;
}
.box.detail-order .order-history-add textarea,
.box.prepare-order .order-history-add textarea {
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  margin: 0;
  resize: none;
}
.box.detail-order .order-history-add button,
.box.prepare-order .order-history-add button {
  position: relative;
  margin: -37px 4px 0 0;
}
.box.detail-order .order-products thead th,
.box.prepare-order .order-products thead th {
  text-align: center;
  vertical-align: middle;
}
.box.detail-order .order-products tbody td,
.box.prepare-order .order-products tbody td {
  vertical-align: middle;
}
.box.detail-order .order-products tbody td.image img,
.box.prepare-order .order-products tbody td.image img {
  max-height: 30px;
}
.box.detail-order .order-products tbody td.quantity,
.box.detail-order .order-products tbody td.price,
.box.detail-order .order-products tbody td.price-net,
.box.prepare-order .order-products tbody td.quantity,
.box.prepare-order .order-products tbody td.price,
.box.prepare-order .order-products tbody td.price-net {
  text-align: right;
}
.box.detail-order .order-products tr.total th em,
.box.prepare-order .order-products tr.total th em {
  font-weight: normal;
  font-style: normal;
  font-size: .8em;
  color: #617070;
}
.box.detail-order .order-products tr.total td,
.box.prepare-order .order-products tr.total td {
  text-align: right;
}
.box.detail-order .order-products tr.total td .primus-price,
.box.prepare-order .order-products tr.total td .primus-price {
  display: block;
  font-size: .8em;
  color: #888888;
}
.box.detail-order .order-products .quantity-input,
.box.prepare-order .order-products .quantity-input {
  text-align: center;
}
.box.detail-order .order-products .quantity-input .input-append,
.box.prepare-order .order-products .quantity-input .input-append {
  display: inline-block;
}
.box.detail-order .order-products .quantity-input input,
.box.prepare-order .order-products .quantity-input input {
  width: 30px;
}
.box.detail-order .order-products .quantity-input .btn,
.box.prepare-order .order-products .quantity-input .btn {
  padding: 4px;
}
.box.detail-order .order-products input[type=number]::-webkit-inner-spin-button,
.box.detail-order .order-products input[type=number]::-webkit-outer-spin-button,
.box.prepare-order .order-products input[type=number]::-webkit-inner-spin-button,
.box.prepare-order .order-products input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box.detail-order .order-products td.price .primus-price,
.box.prepare-order .order-products td.price .primus-price {
  display: block;
  font-size: .8em;
  color: #888888;
}
.box.detail-order .order-products td.status,
.box.prepare-order .order-products td.status {
  width: 60px;
  text-align: center;
}
.box.detail-order .order-products td.status span[class^=icon],
.box.prepare-order .order-products td.status span[class^=icon] {
  display: none;
}
.box.detail-order .order-products tr.success td.status .success,
.box.prepare-order .order-products tr.success td.status .success {
  display: inline-block;
  color: #468847;
}
.box.detail-order .order-products tr.error td.status .error,
.box.prepare-order .order-products tr.error td.status .error {
  display: inline-block;
  color: #bf2000;
}
.box.detail-order .order-products .legend .supplier-price,
.box.prepare-order .order-products .legend .supplier-price {
  color: #888888;
  font-size: .8em;
}
.box.detail-order .order-address-container table,
.box.prepare-order .order-address-container table {
  margin-bottom: 0;
}
.box.detail-order .order-address-container th,
.box.detail-order .order-address-container td,
.box.prepare-order .order-address-container th,
.box.prepare-order .order-address-container td {
  border: none;
  padding: 2px 5px;
}
.box.detail-order .alert-success span[class^=icon],
.box.prepare-order .alert-success span[class^=icon] {
  font-size: 2em;
  vertical-align: middle;
}
.box.detail-order .alert-success .btn-success,
.box.prepare-order .alert-success .btn-success {
  margin: 20px 0 10px;
}
.box .order-delivery-number-message form {
  margin: 10px 10% 0;
  display: block;
  background: rgba(255,255,255,0.5);
  text-align: center;
  padding: 10px;
  border-radius: 10px;
}
.box .order-delivery-number-message .order-delivery-number-row {
  margin-top: 4px;
  box-sizing: border-box;
}
.box .order-delivery-number-message .order-delivery-number-row.initial {
  display: none;
}
@media (max-width: 991px) {
  .box .order-delivery-number-message .order-delivery-number-row {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    gap: 5px;
  }
}
.box .order-delivery-number-message .order-delivery-number-row input[name^=tracking_number] {
  width: 250px;
}
.box .order-delivery-number-message .order-delivery-number-row select {
  width: 250px;
}
.box .order-delivery-number-message .order-delivery-number-row .chosen-container {
  text-align: left;
}
.box .order-delivery-number-message .order-delivery-number-row .btn-tool {
  display: inline-block;
  text-decoration: none;
  vertical-align: middle;
  font-size: .6em;
  margin: .8em 0 0;
  padding: .2em .4em;
}
.box .order-delivery-number-message .order-delivery-number-row .btn-tool > [class^="icon-"] {
  color: #777;
}
.box .order-delivery-number-message button[type="submit"] {
  margin: 10px 0 0 !important;
}
.box .order-deliveries-container th.date {
  width: 120px;
}
.box .order-deliveries-container th.agent {
  width: 200px;
}
.box .order-forms-container ul {
  list-style-type: none;
  margin: 0;
}
.box .order-forms-container ul span[class^="icon-"] {
  color: #999;
}
.edit-profile.box .uploader + .help-block {
  float: left;
  clear: left;
  margin: 5px 0 0;
}
.edit-profile.box input[type=text],
.edit-profile.box input[type=email],
.edit-profile.box input[type=password],
.edit-profile.box input[type=tel],
.edit-profile.box textarea {
  width: 95%;
  max-width: 400px;
}
.edit-profile.box textarea {
  resize: vertical;
}
.edit-profile.box select {
  width: calc(95% + 14px);
  max-width: 414px;
}
.edit-profile.box #commission_rate {
  width: 40px;
}
.edit-profile.box .not-editable {
  line-height: 28px;
}
.edit-profile.box .supplier-image {
  position: relative;
  text-align: center;
}
.edit-profile.box .supplier-image:before {
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  left: 50%;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
  transform: translate(40px,10px);
  background: #fff;
  display: block;
  z-index: 0;
  border-radius: 50%;
  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;
}
.edit-profile.box .supplier-image:hover:before {
  opacity: 1;
  transform: translate(45px,8px);
}
.edit-profile.box .supplier-image:hover .delete-image {
  opacity: 1;
  transform: translate(85px,8px);
}
.edit-profile.box .supplier-image img {
  position: relative;
  width: 180px;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 0 8px rgba(0,0,0,0.3);
}
.edit-profile.box .supplier-image .delete-image {
  font-size: 30px;
  color: #444;
  background: #fff;
  position: absolute;
  top: 0;
  right: 50%;
  width: 40px;
  height: 34px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  transform: translate(80px,10px);
  text-decoration: none;
  line-height: 0;
  padding: 0 0 5px;
  opacity: .4;
  -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;
}
.edit-delivery-grid.box textarea.editor {
  width: 100%;
  box-sizing: border-box;
  resize: vertical;
  min-height: 50px;
}
.edit-delivery-grid.box .delivery-grid-row {
  box-sizing: border-box;
}
.edit-delivery-grid.box .delivery-grid-row.initial {
  display: none;
}
.edit-delivery-grid.box .delivery-grid-row label,
.edit-delivery-grid.box .delivery-grid-row .input-append,
.edit-delivery-grid.box .delivery-grid-row a {
  display: inline-block;
  box-sizing: border-box;
}
.edit-delivery-grid.box .delivery-grid-row input[type=number]::-webkit-inner-spin-button,
.edit-delivery-grid.box .delivery-grid-row input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.edit-delivery-grid.box .delivery-grid-row input {
  width: 30px;
  text-align: right;
}
.edit-delivery-grid.box .delivery-grid-row .input-append {
  margin: 0 10px;
}
.edit-delivery-grid.box .delivery-grid-row .btn-tool {
  text-decoration: none;
  vertical-align: middle;
  font-size: 1.2em;
  margin: 0;
  padding: .2em .4em;
}
.edit-delivery-grid.box .delivery-grid-row .btn-tool > [class^="icon-"] {
  color: #777;
}
@media (max-width: 991px) {
  .edit-delivery-grid.box .delivery-grid-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-flow: row nowrap;
    gap: 0 1px;
  }
  .edit-delivery-grid.box .delivery-grid-row .input-append {
    margin: 0;
  }
}
#supplier-documents {
  width: 100%;
}
#supplier-documents td {
  vertical-align: middle;
}
#supplier-documents td.document-label,
#supplier-documents td.document-name {
  width: 10%;
  white-space: nowrap;
}
#supplier-documents td .control-group {
  margin-bottom: 0;
}
#supplier-documents td .uploader {
  margin-bottom: 0;
}
#supplier-documents td .saved-filename {
  padding-left: 109px;
}
#supplier-documents td .file-actions {
  display: inline-block;
  padding-left: 216px;
}
#supplier-documents td .help-inline {
  display: block;
}
#supplier-documents + .form-actions {
  text-align: center;
  padding-left: 0;
}
