.variants {
  width: 100%;
  position: relative;
}
.variants h6 {
  text-align: center;
}
.variants ul {
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
}
.variants ul li {
  flex: 1;
  max-width: 100px;
  font-size: 10px;
  line-height: 14px;
  word-break: break-word;
  padding: 5px;
  text-align: center;
}
.variants ul li .form-control.form-control-sm {
  width: 100%;
  height: 25px;
  padding: 0;
  text-align: center;
  position: relative;
  z-index: 2;
}
.variants ul li .form-control.form-control-sm.supplied {
  background-color: #DFF0D8;
}
.variants ul li .form-control.form-control-sm.deducted {
  background-color: #F2DEDE;
}
.variants ul li .form-control.form-control-sm.max-quantity-reached {
  -webkit-animation: variant-max-quantity-reached 0.25s infinite;
  -moz-animation: variant-max-quantity-reached 0.25s infinite;
  -ms-animation: variant-max-quantity-reached 0.25s infinite;
  -o-animation: variant-max-quantity-reached 0.25s infinite;
  animation: variant-max-quantity-reached 0.25s infinite;
}
.variants ul li .variant-quantity {
  width: 100%;
  text-align: center;
  border: 1px solid #ccc;
  padding: 2px 3px;
  border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  -webkit-border-radius: 0 0 3px 3px;
  background: #ddd;
  position: relative;
  top: -3px;
  z-index: 1;
}

@-moz-keyframes variant-max-quantity-reached {
  0% {
    background-color: white;
  }
  50% {
    background-color: #fafad2;
  }
  0% {
    background-color: white;
  }
}
@-webkit-keyframes variant-max-quantity-reached {
  0% {
    background-color: white;
  }
  50% {
    background-color: #fafad2;
  }
  0% {
    background-color: white;
  }
}
@-o-keyframes variant-max-quantity-reached {
  0% {
    background-color: white;
  }
  50% {
    background-color: #fafad2;
  }
  0% {
    background-color: white;
  }
}
@-ms-keyframes variant-max-quantity-reached {
  0% {
    background-color: white;
  }
  50% {
    background-color: #fafad2;
  }
  0% {
    background-color: white;
  }
}
@keyframes variant-max-quantity-reached {
  0% {
    background-color: white;
  }
  50% {
    background-color: #fafad2;
  }
  0% {
    background-color: white;
  }
}
#order-item-remove-all .fa-trash-o {
  display: inline-block;
}
#order-item-remove-all .fa-ban {
  display: none;
}
#order-item-remove-all.toggled .fa-trash-o {
  display: none;
}
#order-item-remove-all.toggled .fa-ban {
  display: inline-block;
}

#order-table#order-return-table, #order-return-table#order-return-table {
  border-bottom: 1px solid #ddd;
}
#order-table td, #order-return-table td {
  background: transparent !important;
}
#order-table tr:nth-child(odd):not(.table-warning), #order-return-table tr:nth-child(odd):not(.table-warning) {
  background: #f9f9f9;
}
#order-table .order-item-remove .fa-trash-o, #order-return-table .order-item-remove .fa-trash-o {
  display: inline-block;
}
#order-table .order-item-remove .fa-ban, #order-return-table .order-item-remove .fa-ban {
  display: none;
}
#order-table tr.removed, #order-return-table tr.removed {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
  opacity: 0.35;
  background: #F2DEDE;
}
#order-table tr.removed .order-item-remove .fa-trash-o, #order-return-table tr.removed .order-item-remove .fa-trash-o {
  display: none;
}
#order-table tr.removed .order-item-remove .fa-ban, #order-return-table tr.removed .order-item-remove .fa-ban {
  display: inline-block;
}
#order-table tr.new-item, #order-return-table tr.new-item {
  background: #f2ffc4 !important;
}
#order-table .order-thumb, #order-return-table .order-thumb {
  width: 100px;
  border-right: 1px solid #ddd;
  position: relative;
  padding: 0 !important;
}
#order-table .order-thumb img, #order-return-table .order-thumb img {
  width: 100%;
  height: auto;
}
#order-table .order-thumb .btn, #order-return-table .order-thumb .btn {
  position: absolute;
  top: 3px;
  left: 3px;
  padding: 0 5px;
}
#order-table .order-variant-table, #order-return-table .order-variant-table {
  width: auto;
  padding: 0 !important;
}
#order-table .order-variant-table .table, #order-return-table .order-variant-table .table {
  height: 100%;
  margin-bottom: 0;
  background: transparent !important;
}
#order-table .order-variant-table td, #order-return-table .order-variant-table td {
  vertical-align: middle !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
#order-table .order-variant-table .order-variant-title, #order-return-table .order-variant-table .order-variant-title {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
#order-table .order-variant-table .order-stock-image, #order-return-table .order-variant-table .order-stock-image {
  width: 75px;
  border-right: 1px solid #ddd;
  padding: 0 !important;
}
#order-table .order-variant-table .order-stock-image img, #order-return-table .order-variant-table .order-stock-image img {
  width: 100%;
  height: auto;
}
#order-table .order-variant-table .order-model, #order-return-table .order-variant-table .order-model {
  width: 150px;
}
#order-table .order-variant-table .variants, #order-return-table .order-variant-table .variants {
  border-left: 1px solid #ddd;
  text-align: center;
}
#order-table .order-variant-table .variants ul, #order-return-table .order-variant-table .variants ul {
  width: auto;
  max-width: calc(100% - 55px);
  display: inline-flex;
  vertical-align: bottom;
}
#order-table .order-variant-table .variants .variants-copy-paste, #order-return-table .order-variant-table .variants .variants-copy-paste {
  display: inline-block;
  vertical-align: bottom;
  padding: 5px;
}
#order-table .variants, #order-return-table .variants {
  width: auto !important;
}
#order-table .order-item:not(.new-item) .variants ul li .variant-input, #order-return-table .order-item:not(.new-item) .variants ul li .variant-input {
  flex: 1;
  max-width: 100px;
}
#order-table .order-item:not(.new-item) .variants ul li .variant-depots, #order-return-table .order-item:not(.new-item) .variants ul li .variant-depots {
  flex: 1;
  display: none;
  text-align: left;
}
#order-table .order-item:not(.new-item) .variants.with-depots ul, #order-return-table .order-item:not(.new-item) .variants.with-depots ul {
  display: flex;
  flex-direction: column;
  max-width: none;
  width: 100%;
}
#order-table .order-item:not(.new-item) .variants.with-depots ul li, #order-return-table .order-item:not(.new-item) .variants.with-depots ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  max-width: none;
  width: 100%;
}
#order-table .order-item:not(.new-item) .variants.with-depots ul li .variant-depots, #order-return-table .order-item:not(.new-item) .variants.with-depots ul li .variant-depots {
  display: block;
}
#order-table .order-item:not(.new-item) .variants.with-depots .variants-copy-paste, #order-return-table .order-item:not(.new-item) .variants.with-depots .variants-copy-paste {
  display: none;
}
#order-table .order-qty, #order-return-table .order-qty {
  width: 80px;
  border-left: 1px solid #ddd;
  text-align: center;
}
#order-table .order-price, #order-return-table .order-price {
  width: 100px;
  border-left: 1px solid #ddd;
  text-align: right;
}
#order-table .order-price .final-price, #order-return-table .order-price .final-price {
  color: #666;
  cursor: pointer;
}
#order-table .order-price .final-price.discounted, #order-return-table .order-price .final-price.discounted {
  color: #f25151;
}
#order-table .order-price .discount-popover, #order-return-table .order-price .discount-popover {
  width: 200px;
  height: 65px;
}
#order-table .order-total, #order-return-table .order-total {
  width: 100px;
  border-left: 1px solid #ddd;
  text-align: right;
}

.b2b-discountable {
  cursor: pointer;
  display: block;
}
.b2b-discountable.discounted {
  color: #28a745;
}

.ui-autocomplete {
  max-width: 90vw;
  max-height: 75vh;
  overflow: auto;
  border: none !important;
  background: #fff !important;
  border-left: 1px solid #ccc !important;
  border-right: 1px solid #ccc !important;
  border-bottom: 1px solid #ccc !important;
  border-top: none;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}
@media (min-width: 960px) {
  .ui-autocomplete {
    max-width: 75vw;
  }
}
@media (min-width: 1024px) {
  .ui-autocomplete {
    max-width: 50vw;
  }
}

.add-order-item {
  width: 100%;
  background: #fff;
  border-top: 1px solid #ccc;
  cursor: pointer;
}
.add-order-item:hover {
  background: #f2ffc4 !important;
}
.add-order-item .add-order-item-cover {
  flex: 0 0 75px;
}

.order-statistic .card .card-header, .order-statistic .card .list-group-item {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.order-statistic .card .list-group-item {
  font-size: 0.75rem;
  line-height: 125%;
}
.order-statistic .card .order-statistic-value.text-success, .order-statistic .card .order-statistic-value.text-warning, .order-statistic .card .order-statistic-value.text-danger {
  cursor: pointer;
  font-weight: bold;
}

.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.btn:focus, .btn:hover {
  text-decoration: none;
}
.btn:focus, .btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(16, 27, 226, 0.25);
}
.btn.disabled, .btn:disabled {
  opacity: 0.65;
}
.btn:not([disabled]):not(.disabled) {
  cursor: pointer;
}
.btn:not([disabled]):not(.disabled):active, .btn:not([disabled]):not(.disabled).active {
  background-image: none;
}
a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-primary {
  color: #fff;
  background-color: #101be2;
  border-color: #101be2;
}
.btn-primary:hover {
  color: #fff;
  background-color: #0d17be;
  border-color: #0d15b2;
}
.btn-primary:focus, .btn-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 27, 226, 0.5);
}
.btn-primary.disabled, .btn-primary:disabled {
  background-color: #101be2;
  border-color: #101be2;
}
.btn-primary:not([disabled]):not(.disabled):active, .btn-primary:not([disabled]):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #0d15b2;
  border-color: #0c14a6;
}
.btn-primary:not([disabled]):not(.disabled):active:focus, .btn-primary:not([disabled]):not(.disabled).active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 27, 226, 0.5);
}

.btn-secondary {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-secondary:hover {
  color: #212529;
  background-color: #c8cfd6;
  border-color: #c1c9d0;
}
.btn-secondary:focus, .btn-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-secondary.disabled, .btn-secondary:disabled {
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-secondary:not([disabled]):not(.disabled):active, .btn-secondary:not([disabled]):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
  color: #212529;
  background-color: #c1c9d0;
  border-color: #bac2cb;
}
.btn-secondary:not([disabled]):not(.disabled):active:focus, .btn-secondary:not([disabled]):not(.disabled).active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-success, .presentation-item .btn-remove:not(:hover) {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:hover, .presentation-item .btn-remove:hover:not(:hover) {
  color: #fff;
  background-color: #218838;
  border-color: #1e7e34;
}
.btn-success:focus, .presentation-item .btn-remove:focus:not(:hover), .btn-success.focus, .presentation-item .focus.btn-remove:not(:hover) {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled, .presentation-item .disabled.btn-remove:not(:hover), .btn-success:disabled, .presentation-item .btn-remove:disabled:not(:hover) {
  background-color: #28a745;
  border-color: #28a745;
}
.btn-success:not([disabled]):not(.disabled):active, .presentation-item .btn-remove:not([disabled]):not(.disabled):active:not(:hover), .btn-success:not([disabled]):not(.disabled).active, .presentation-item .btn-remove:not([disabled]):not(.disabled).active:not(:hover), .show > .btn-success.dropdown-toggle, .presentation-item .show > .dropdown-toggle.btn-remove:not(:hover) {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}
.btn-success:not([disabled]):not(.disabled):active:focus, .presentation-item .btn-remove:not([disabled]):not(.disabled):active:focus:not(:hover), .btn-success:not([disabled]):not(.disabled).active:focus, .presentation-item .btn-remove:not([disabled]):not(.disabled).active:focus:not(:hover), .show > .btn-success.dropdown-toggle:focus, .presentation-item .show > .dropdown-toggle.btn-remove:focus:not(:hover) {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info {
  color: #212529;
  background-color: #64e2de;
  border-color: #64e2de;
}
.btn-info:hover {
  color: #212529;
  background-color: #44dcd7;
  border-color: #39dad5;
}
.btn-info:focus, .btn-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 226, 222, 0.5);
}
.btn-info.disabled, .btn-info:disabled {
  background-color: #64e2de;
  border-color: #64e2de;
}
.btn-info:not([disabled]):not(.disabled):active, .btn-info:not([disabled]):not(.disabled).active, .show > .btn-info.dropdown-toggle {
  color: #212529;
  background-color: #39dad5;
  border-color: #2ed8d3;
}
.btn-info:not([disabled]):not(.disabled):active:focus, .btn-info:not([disabled]):not(.disabled).active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 226, 222, 0.5);
}

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #212529;
  background-color: #e0a800;
  border-color: #d39e00;
}
.btn-warning:focus, .btn-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled, .btn-warning:disabled {
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:not([disabled]):not(.disabled):active, .btn-warning:not([disabled]):not(.disabled).active, .show > .btn-warning.dropdown-toggle {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}
.btn-warning:not([disabled]):not(.disabled):active:focus, .btn-warning:not([disabled]):not(.disabled).active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger, .presentation-item .btn-remove:hover {
  color: #fff;
  background-color: #f1185f;
  border-color: #f1185f;
}
.btn-danger:hover, .presentation-item .btn-remove:hover {
  color: #fff;
  background-color: #d60d4f;
  border-color: #ca0c4a;
}
.btn-danger:focus, .presentation-item .btn-remove:focus:hover, .btn-danger.focus, .presentation-item .focus.btn-remove:hover {
  box-shadow: 0 0 0 0.2rem rgba(241, 24, 95, 0.5);
}
.btn-danger.disabled, .presentation-item .disabled.btn-remove:hover, .btn-danger:disabled, .presentation-item .btn-remove:disabled:hover {
  background-color: #f1185f;
  border-color: #f1185f;
}
.btn-danger:not([disabled]):not(.disabled):active, .presentation-item .btn-remove:not([disabled]):not(.disabled):active:hover, .btn-danger:not([disabled]):not(.disabled).active, .presentation-item .btn-remove:not([disabled]):not(.disabled).active:hover, .show > .btn-danger.dropdown-toggle, .presentation-item .show > .dropdown-toggle.btn-remove:hover {
  color: #fff;
  background-color: #ca0c4a;
  border-color: #be0c46;
}
.btn-danger:not([disabled]):not(.disabled):active:focus, .presentation-item .btn-remove:not([disabled]):not(.disabled):active:focus:hover, .btn-danger:not([disabled]):not(.disabled).active:focus, .presentation-item .btn-remove:not([disabled]):not(.disabled).active:focus:hover, .show > .btn-danger.dropdown-toggle:focus, .presentation-item .show > .dropdown-toggle.btn-remove:focus:hover {
  box-shadow: 0 0 0 0.2rem rgba(241, 24, 95, 0.5);
}

.btn-light {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #212529;
  background-color: #e2e6ea;
  border-color: #dae0e5;
}
.btn-light:focus, .btn-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled, .btn-light:disabled {
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:not([disabled]):not(.disabled):active, .btn-light:not([disabled]):not(.disabled).active, .show > .btn-light.dropdown-toggle {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}
.btn-light:not([disabled]):not(.disabled):active:focus, .btn-light:not([disabled]):not(.disabled).active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:hover {
  color: #fff;
  background-color: #23272b;
  border-color: #1d2124;
}
.btn-dark:focus, .btn-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled, .btn-dark:disabled {
  background-color: #343a40;
  border-color: #343a40;
}
.btn-dark:not([disabled]):not(.disabled):active, .btn-dark:not([disabled]):not(.disabled).active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}
.btn-dark:not([disabled]):not(.disabled):active:focus, .btn-dark:not([disabled]):not(.disabled).active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-ultra-light {
  color: #212529;
  background-color: #f5f6f6;
  border-color: #f5f6f6;
}
.btn-ultra-light:hover {
  color: #212529;
  background-color: #e1e4e4;
  border-color: #dadede;
}
.btn-ultra-light:focus, .btn-ultra-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 246, 0.5);
}
.btn-ultra-light.disabled, .btn-ultra-light:disabled {
  background-color: #f5f6f6;
  border-color: #f5f6f6;
}
.btn-ultra-light:not([disabled]):not(.disabled):active, .btn-ultra-light:not([disabled]):not(.disabled).active, .show > .btn-ultra-light.dropdown-toggle {
  color: #212529;
  background-color: #dadede;
  border-color: #d3d8d8;
}
.btn-ultra-light:not([disabled]):not(.disabled):active:focus, .btn-ultra-light:not([disabled]):not(.disabled).active:focus, .show > .btn-ultra-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 246, 0.5);
}

.btn-outline-primary {
  color: #101be2;
  background-color: transparent;
  background-image: none;
  border-color: #101be2;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #101be2;
  border-color: #101be2;
}
.btn-outline-primary:focus, .btn-outline-primary.focus {
  box-shadow: 0 0 0 0.2rem rgba(16, 27, 226, 0.5);
}
.btn-outline-primary.disabled, .btn-outline-primary:disabled {
  color: #101be2;
  background-color: transparent;
}
.btn-outline-primary:not([disabled]):not(.disabled):active, .btn-outline-primary:not([disabled]):not(.disabled).active, .show > .btn-outline-primary.dropdown-toggle {
  color: #212529;
  background-color: #101be2;
  border-color: #101be2;
  box-shadow: 0 0 0 0.2rem rgba(16, 27, 226, 0.5);
}

.btn-outline-secondary {
  color: #dee2e6;
  background-color: transparent;
  background-image: none;
  border-color: #dee2e6;
}
.btn-outline-secondary:hover {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}
.btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
  color: #dee2e6;
  background-color: transparent;
}
.btn-outline-secondary:not([disabled]):not(.disabled):active, .btn-outline-secondary:not([disabled]):not(.disabled).active, .show > .btn-outline-secondary.dropdown-toggle {
  color: #212529;
  background-color: #dee2e6;
  border-color: #dee2e6;
  box-shadow: 0 0 0 0.2rem rgba(222, 226, 230, 0.5);
}

.btn-outline-success {
  color: #28a745;
  background-color: transparent;
  background-image: none;
  border-color: #28a745;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-outline-success:focus, .btn-outline-success.focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled, .btn-outline-success:disabled {
  color: #28a745;
  background-color: transparent;
}
.btn-outline-success:not([disabled]):not(.disabled):active, .btn-outline-success:not([disabled]):not(.disabled).active, .show > .btn-outline-success.dropdown-toggle {
  color: #212529;
  background-color: #28a745;
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info {
  color: #64e2de;
  background-color: transparent;
  background-image: none;
  border-color: #64e2de;
}
.btn-outline-info:hover {
  color: #212529;
  background-color: #64e2de;
  border-color: #64e2de;
}
.btn-outline-info:focus, .btn-outline-info.focus {
  box-shadow: 0 0 0 0.2rem rgba(100, 226, 222, 0.5);
}
.btn-outline-info.disabled, .btn-outline-info:disabled {
  color: #64e2de;
  background-color: transparent;
}
.btn-outline-info:not([disabled]):not(.disabled):active, .btn-outline-info:not([disabled]):not(.disabled).active, .show > .btn-outline-info.dropdown-toggle {
  color: #212529;
  background-color: #64e2de;
  border-color: #64e2de;
  box-shadow: 0 0 0 0.2rem rgba(100, 226, 222, 0.5);
}

.btn-outline-warning {
  color: #ffc107;
  background-color: transparent;
  background-image: none;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:focus, .btn-outline-warning.focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled, .btn-outline-warning:disabled {
  color: #ffc107;
  background-color: transparent;
}
.btn-outline-warning:not([disabled]):not(.disabled):active, .btn-outline-warning:not([disabled]):not(.disabled).active, .show > .btn-outline-warning.dropdown-toggle {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger {
  color: #f1185f;
  background-color: transparent;
  background-image: none;
  border-color: #f1185f;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #f1185f;
  border-color: #f1185f;
}
.btn-outline-danger:focus, .btn-outline-danger.focus {
  box-shadow: 0 0 0 0.2rem rgba(241, 24, 95, 0.5);
}
.btn-outline-danger.disabled, .btn-outline-danger:disabled {
  color: #f1185f;
  background-color: transparent;
}
.btn-outline-danger:not([disabled]):not(.disabled):active, .btn-outline-danger:not([disabled]):not(.disabled).active, .show > .btn-outline-danger.dropdown-toggle {
  color: #212529;
  background-color: #f1185f;
  border-color: #f1185f;
  box-shadow: 0 0 0 0.2rem rgba(241, 24, 95, 0.5);
}

.btn-outline-light {
  color: #f8f9fa;
  background-color: transparent;
  background-image: none;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus, .btn-outline-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled, .btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light:not([disabled]):not(.disabled):active, .btn-outline-light:not([disabled]):not(.disabled).active, .show > .btn-outline-light.dropdown-toggle {
  color: #fff;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark {
  color: #343a40;
  background-color: transparent;
  background-image: none;
  border-color: #343a40;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}
.btn-outline-dark:focus, .btn-outline-dark.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled, .btn-outline-dark:disabled {
  color: #343a40;
  background-color: transparent;
}
.btn-outline-dark:not([disabled]):not(.disabled):active, .btn-outline-dark:not([disabled]):not(.disabled).active, .show > .btn-outline-dark.dropdown-toggle {
  color: #212529;
  background-color: #343a40;
  border-color: #343a40;
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-ultra-light {
  color: #f5f6f6;
  background-color: transparent;
  background-image: none;
  border-color: #f5f6f6;
}
.btn-outline-ultra-light:hover {
  color: #212529;
  background-color: #f5f6f6;
  border-color: #f5f6f6;
}
.btn-outline-ultra-light:focus, .btn-outline-ultra-light.focus {
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 246, 0.5);
}
.btn-outline-ultra-light.disabled, .btn-outline-ultra-light:disabled {
  color: #f5f6f6;
  background-color: transparent;
}
.btn-outline-ultra-light:not([disabled]):not(.disabled):active, .btn-outline-ultra-light:not([disabled]):not(.disabled).active, .show > .btn-outline-ultra-light.dropdown-toggle {
  color: #212529;
  background-color: #f5f6f6;
  border-color: #f5f6f6;
  box-shadow: 0 0 0 0.2rem rgba(245, 246, 246, 0.5);
}

.btn-link {
  font-weight: 400;
  color: #101be2;
  background-color: transparent;
}
.btn-link:hover {
  color: #0b129b;
  text-decoration: underline;
  background-color: transparent;
  border-color: transparent;
}
.btn-link:focus, .btn-link.focus {
  text-decoration: underline;
  border-color: transparent;
  box-shadow: none;
}
.btn-link:disabled, .btn-link.disabled {
  color: #868e96;
}

.btn-lg {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.35;
  border-radius: 0.3rem;
}

.btn-sm {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25;
  border-radius: 0.2rem;
}

.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 0.5rem;
}

input[type=submit].btn-block,
input[type=reset].btn-block,
input[type=button].btn-block {
  width: 100%;
}

a, a:hover {
  color: #101be2;
}

.menu.nav-pills .nav-item .nav-link {
  font-weight: normal;
  background-color: rgba(0, 0, 0, 0.1);
  color: #000;
}
.menu.nav-pills .nav-item .nav-link.active {
  color: #000;
  background-color: rgba(0, 0, 0, 0.2);
  font-weight: bold;
}

.card .card-body.card-cover {
  padding: 62.5% 0 0 0 !important;
  background: lightblue;
  position: relative;
  overflow: hidden;
}
.card .card-body.card-cover a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.card .card-body.card-cover a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#b2b-home .card, #b2b-presentations .card, #b2b-articles .card {
  height: 100%;
}

#b2b-articles #pagination {
  margin-top: 0;
}

#presentation-header {
  width: 100%;
  background: #fafad2;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 998;
}
#presentation-header #presentation-toolbar {
  padding: 15px 0;
}
#presentation-header #presentation-toolbar #presentation-header-filters-toggler {
  float: left;
}
@media (min-width: 1025px) {
  #presentation-header #presentation-toolbar #presentation-header-filters-toggler {
    display: none;
  }
}
@media (max-width: 1024px) {
  #presentation-header #presentation-toolbar #presentation-header-statistics-toggler span {
    display: none;
  }
}
@media (min-width: 1025px) {
  #presentation-header #presentation-toolbar #presentation-filters-collapse.collapse {
    display: block !important;
  }
}
#presentation-header #presentation-toolbar .presentation-filters {
  gap: 0.5rem 1rem;
}
@media (max-width: 1024px) {
  #presentation-header #presentation-toolbar .presentation-filters {
    padding-top: 15px;
  }
}
#presentation-header #presentation-toolbar .presentation-filters #filter-search {
  width: 150px;
  transition: width 0.25s ease-in-out;
}
#presentation-header #presentation-toolbar .presentation-filters #filter-search:focus {
  width: 250px;
}
#presentation-header #presentation-toolbar .presentation-filters .presentation-filter .dropdown ul.dropdown-menu {
  max-height: 70vh;
  overflow: auto;
}
#presentation-header #presentation-toolbar .presentation-filters .presentation-filter .dropdown ul.dropdown-menu li.dropdown-item {
  padding: 0.25rem 0.5rem;
}
#presentation-header #presentation-statistics > .container-fluid {
  overflow: auto;
}
#presentation-header #review-order-btn .fa-spinner {
  display: none;
}
#presentation-header #review-order-btn[disabled] .fa-spinner {
  display: inline-block;
}

.filter-search-menu {
  width: 500px !important;
  max-width: 70vw !important;
}
.filter-search-menu .ui-menu-item:hover {
  font-weight: bold;
}

#body[data-view=presentation] {
  padding-top: 0;
  padding-bottom: 0;
}

@media (max-width: 1024px) {
  #presentation {
    height: auto !important;
  }
}
@media (min-width: 1025px) {
  #presentation {
    overflow: hidden;
  }
  #presentation > .container-fluid, #presentation > .container-fluid > .row {
    height: 100%;
  }
}
#presentation #presentation-body {
  flex: 0 0 100%;
  width: 100%;
  flex-grow: 0 !important;
  padding: 1rem;
}
@media (min-width: 1025px) {
  #presentation #presentation-body {
    flex-basis: 65%;
    width: 65%;
    overflow: auto;
    height: 100%;
    padding: 2.5rem;
  }
}
@media (min-width: 1440px) {
  #presentation #presentation-body {
    flex-basis: 70%;
    width: 70%;
  }
}
@media (min-width: 1681px) {
  #presentation #presentation-body {
    flex-basis: 70%;
    width: 70%;
  }
}
#presentation #presentation-body .presentation-content {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#presentation #presentation-body .presentation-content .presentation-title h1 {
  font-size: 3rem;
  line-height: 125%;
}
#presentation #presentation-body .presentation-content .presentation-gallery .post-content.post-video video {
  height: 100%;
}
#presentation #presentation-body .presentation-content .post-body {
  max-width: 1060px;
  padding: 20px;
  margin: 0 auto;
}
#presentation #presentation-body .presentation-clusters {
  width: 100%;
}
#presentation #presentation-body .presentation-clusters .cluster {
  width: 100%;
  margin: 2.5rem auto;
}
@media (max-width: 1024px) {
  #presentation #presentation-body .presentation-clusters .cluster > .card-body {
    padding: 0;
  }
}
#presentation #presentation-body .presentation-clusters .cluster .cluster-gallery {
  background: #fafafa;
  padding: 0;
}
#presentation #presentation-body .presentation-clusters .cluster .cluster-gallery-in {
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
}
#presentation #presentation-body .presentation-clusters .cluster .cluster-items {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
#presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
  flex: 0 0 50%;
  width: 50%;
}
@media (min-width: 768px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1024px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 33.3333333333%;
    width: 33.3333333333%;
  }
}
@media (min-width: 1280px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 25%;
    width: 25%;
  }
}
@media (min-width: 1440px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 20%;
    width: 20%;
  }
}
@media (min-width: 1680px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 16.6666666667%;
    width: 16.6666666667%;
  }
}
@media (min-width: 1920px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 14.2857142857%;
    width: 14.2857142857%;
  }
}
@media (min-width: 2200px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item {
    flex-basis: 12.5%;
    width: 12.5%;
  }
}
#presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item.searched {
  -webkit-animation: item-searched 0.5s infinite;
  -moz-animation: item-searched 0.5s infinite;
  -ms-animation: item-searched 0.5s infinite;
  -o-animation: item-searched 0.5s infinite;
  animation: item-searched 0.5s infinite;
}
@media (max-width: 1024px) {
  #presentation #presentation-body .presentation-clusters .cluster .cluster-items .presentation-item .card-footer {
    padding: 0.5rem;
  }
}
#presentation #presentation-body .presentation-clusters .cluster.cluster-top-priority {
  background: #fafad2;
}
#presentation #presentation-body .presentation-clusters .cluster.cluster-top-priority .cluster-gallery {
  background: transparent;
}
#presentation #item-preview-col {
  flex: 0 0 100%;
  width: 100%;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}
@media (max-width: 1024px) {
  #presentation #item-preview-col {
    position: fixed;
    width: 100vw;
    top: 0;
    left: -100vw;
    height: 100vh;
    transition: left 0.25s ease-in-out;
    display: block !important;
    background: #fff;
    z-index: 999999;
    padding: 0;
  }
  #presentation #item-preview-col.opened {
    left: 0;
  }
  #presentation #item-preview-col > .card {
    border: none !important;
  }
  #presentation #item-preview-col > .card > .card-header {
    text-align: right;
  }
}
@media (min-width: 1025px) {
  #presentation #item-preview-col {
    flex-basis: 35%;
    width: 35%;
    display: block;
    height: 100%;
    padding: 2.5rem 1rem;
  }
  #presentation #item-preview-col > .card .card-header {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  #presentation #item-preview-col {
    flex-basis: 30%;
    width: 30%;
  }
}
@media (min-width: 1681px) {
  #presentation #item-preview-col {
    flex-basis: 30%;
    width: 30%;
  }
}
@media (min-width: 1024px) {
  #presentation #item-preview-col {
    position: static;
  }
}
#presentation #item-preview-col.active {
  display: block;
}
#presentation #item-preview-col > .card {
  width: 100%;
  min-height: 100%;
}
#presentation #item-preview-col > .card > .card-body {
  width: 100%;
  height: auto;
  min-height: inherit;
  overflow: auto;
}
#presentation #item-preview-col > .card > .card-body .card-body-in {
  width: 100%;
  height: auto;
  min-height: calc(100% - 2.5rem);
  position: relative;
}
#presentation #item-preview-col > .card > .card-body .card-body-in #item-preview-loading {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 12;
  width: 100%;
  height: auto;
  min-height: inherit;
  background: rgba(255, 255, 255, 0.7);
}
#presentation #item-preview-col > .card > .card-body .card-body-in #item-preview-loading i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  font-size: 2rem;
}
#presentation #item-preview-col > .card > .card-body .card-body-in #item-preview-zoom {
  position: absolute;
  display: none;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100%;
  height: auto;
  min-height: inherit;
  background: #fff;
}
#presentation #item-preview-col > .card > .card-body .card-body-in #item-preview-zoom img {
  width: 100%;
  height: auto;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
}
#presentation #item-preview-col > .card > .card-body .card-body-in #item-preview-container {
  width: 100%;
  height: auto;
  min-height: inherit;
}

@-moz-keyframes item-searched {
  0% {
    background: transparent;
  }
  50% {
    background: #ffc107;
  }
  100% {
    background: transparent;
  }
}
@-webkit-keyframes item-searched {
  0% {
    background: transparent;
  }
  50% {
    background: #ffc107;
  }
  100% {
    background: transparent;
  }
}
@-o-keyframes item-searched {
  0% {
    background: transparent;
  }
  50% {
    background: #ffc107;
  }
  100% {
    background: transparent;
  }
}
@-ms-keyframes item-searched {
  0% {
    background: transparent;
  }
  50% {
    background: #ffc107;
  }
  100% {
    background: transparent;
  }
}
@keyframes item-searched {
  0% {
    background: transparent;
  }
  50% {
    background: #ffc107;
  }
  100% {
    background: transparent;
  }
}
.presentation-gallery {
  width: 100%;
}
.presentation-gallery .item {
  width: 100%;
}
.presentation-gallery .item .item-in {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
.presentation-gallery .item .item-in .post-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.presentation-gallery .item .item-in .post-content.post-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.presentation-gallery .item .item-in .post-content.post-video video {
  width: 100%;
  height: 100%;
}

.presentation-item {
  width: 100%;
  padding: 0.5rem;
}
.presentation-item .card {
  width: 100%;
  height: 100%;
}
.presentation-item .presentation-item-title {
  cursor: pointer;
  padding: 0.75rem;
}
.presentation-item .presentation-item-title h5 {
  font-size: 1rem;
  line-height: 125%;
}
.presentation-item .presentation-item-title h6 {
  font-size: 0.75rem;
  line-height: 125%;
  color: rgba(0, 0, 0, 0.35);
  margin-bottom: 0;
}
.presentation-item .presentation-item-cover {
  width: 100%;
  padding: 100% 0 0 0;
  flex: none;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.presentation-item .presentation-item-cover > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  z-index: 1;
}
.presentation-item .presentation-item-cover .presentation-item-images {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 20%;
  max-width: 30px;
  background: #fff;
}
.presentation-item .presentation-item-cover .presentation-item-images > img {
  width: 100%;
  height: auto;
}
.presentation-item .presentation-item-cover .presentation-item-images > img:not(:last-child) {
  margin-bottom: 1px;
}
.presentation-item .presentation-item-details {
  margin-bottom: 0.5rem;
  font-size: 0.85rem;
  line-height: 125%;
}
.presentation-item .presentation-item-details .presentation-item-quantity {
  text-align: right;
}
.presentation-item .btn-add {
  display: inline-block;
}
.presentation-item .btn-add .fa-spinner {
  display: none;
}
.presentation-item .btn-add .fa-shopping-cart {
  display: inline-block;
}
.presentation-item .btn-add:disabled .fa-spinner {
  display: inline-block;
}
.presentation-item .btn-add:disabled .fa-shopping-cart {
  display: none;
}
.presentation-item .btn-remove {
  display: none;
}
.presentation-item .btn-remove span:nth-child(1) {
  display: inline;
}
.presentation-item .btn-remove span:nth-child(2) {
  display: none;
}
.presentation-item .btn-remove:hover span:nth-child(1) {
  display: none;
}
.presentation-item .btn-remove:hover span:nth-child(2) {
  display: inline;
}
.presentation-item.in-basket .btn-add {
  display: none;
}
.presentation-item.in-basket .btn-remove {
  display: inline-block;
}

#item-preview .item-preview-gallery a[data-fancybox] {
  cursor: zoom-in;
}
#item-preview .item-preview-title {
  margin-bottom: 1rem;
}
#item-preview .item-preview-title h4 {
  font-size: 1.25rem;
  line-height: 125%;
  font-weight: normal;
}
#item-preview .item-preview-prices {
  font-size: 1.25rem;
  line-height: 125%;
  margin-bottom: 1rem;
}
#item-preview .item-preview-prices .item-preview-quantity {
  margin-left: 1rem;
}
#item-preview .item-preview-stock .item-preview-stock-group.variants {
  margin: 10px 0;
  padding: 5px 20px 5px 5px;
  border: 1px solid #ccc;
}
#item-preview .item-preview-stock .item-preview-stock-group.variants ul {
  flex-wrap: wrap;
}
#item-preview .item-preview-stock .item-preview-stock-group.variants ul li {
  flex: 0 0 75px;
}
#item-preview .item-preview-actions {
  display: flex;
}
#item-preview .item-preview-actions .btn {
  flex: 1;
  margin: 0 0.5rem;
}
#item-preview .item-preview-actions .btn:first-child {
  margin-left: 0;
}
#item-preview .item-preview-actions .btn:last-child {
  margin-right: 0;
}
#item-preview .item-preview-actions .btn.btn-add {
  display: inline-block;
}
#item-preview .item-preview-actions .btn.btn-update {
  display: none;
}
#item-preview .item-preview-actions .btn.btn-remove {
  display: none;
}
#item-preview .item-preview-actions .btn.btn-add .fa-spin, #item-preview .item-preview-actions .btn.btn-update .fa-spin {
  display: none;
}
#item-preview .item-preview-actions .btn.btn-add .fa:not(.fa-spin), #item-preview .item-preview-actions .btn.btn-update .fa:not(.fa-spin) {
  display: inline-block;
}
#item-preview .item-preview-actions .btn.btn-add:disabled .fa-spin, #item-preview .item-preview-actions .btn.btn-update:disabled .fa-spin {
  display: inline-block;
}
#item-preview .item-preview-actions .btn.btn-add:disabled .fa:not(.fa-spin), #item-preview .item-preview-actions .btn.btn-update:disabled .fa:not(.fa-spin) {
  display: none;
}
#item-preview.in-basket .item-preview-actions .btn.btn-add {
  display: none;
}
#item-preview.in-basket .item-preview-actions .btn.btn-update {
  display: inline-block;
}
#item-preview.in-basket .item-preview-actions .btn.btn-remove {
  display: inline-block;
}

#b2b-order .container {
  max-width: 1600px;
}
#b2b-order .b2b-order-title {
  margin-bottom: 2rem;
}
#b2b-order .b2b-order-title h1, #b2b-order .b2b-order-title h2, #b2b-order .b2b-order-title h3 {
  margin-bottom: 0;
}
#b2b-order .b2b-order-title h3 {
  font-weight: normal;
}
#b2b-order .b2b-order-shipment .card-body {
  font-size: 0.85rem;
  line-height: 125%;
}
@media (max-width: 1024px) {
  #b2b-order #b2b-order-table #order-table {
    min-width: 1024px;
  }
}

.b2b-checkout-cluster-items .b2b-checkout-cluster-item .b2b-checkout-cluster-item-title {
  height: 50px;
}
.b2b-checkout-cluster-items .b2b-checkout-cluster-item .b2b-checkout-cluster-item-title h5 {
  font-size: 0.9rem;
  line-height: 125%;
  margin-bottom: 0;
}
.b2b-checkout-cluster-items .b2b-checkout-cluster-item .b2b-checkout-cluster-item-title h6 {
  font-size: 0.75rem;
  line-height: 125%;
  margin-bottom: 0;
}

#b2b-order-statistics-container .card-body {
  background: #fafad2;
}

#order-return-table {
  border-top: 1px solid #ddd;
}
#order-return-table + .table {
  border-bottom: 1px solid #ddd;
}

.lSSlideOuter .lSAction .lSPrev, .lSSlideOuter .lSAction .lSNext {
  background: #fff;
  color: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #000 !important;
}
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #101be2 !important;
}

.owl-next, .owl-prev {
  position: absolute;
  top: 50%;
  width: 32px;
  height: 32px;
  border-radius: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #000;
}
.owl-next.owl-next, .owl-prev.owl-next {
  right: 10px;
}
.owl-next.owl-prev, .owl-prev.owl-prev {
  left: 10px;
}

.owl-dots {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0 5px 0;
}
.owl-dots .owl-dot {
  padding: 0 5px;
}
.owl-dots .owl-dot span {
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #000;
}
.owl-dots .owl-dot.active span {
  background: #101be2;
}

.account-wrapper .container-fluid {
  max-width: 1680px !important;
}

#account-header {
  width: 100%;
  background: #ffe4e1;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 999;
}
#account-header ul {
  text-align: center;
}
#account-header ul li {
  display: inline-block;
}
#account-header ul li a {
  display: block;
  padding: 10px 15px;
}
#account-header ul li.active a {
  font-weight: bold;
}

input.orders-list-filter[data-filter=search] {
  width: 150px;
  transition: width 0.25s ease-in-out;
}
input.orders-list-filter[data-filter=search]:focus {
  width: 250px;
}

#b2b-clients-list .b2b-client-elem .b2b-client-elem-total-spent {
  font-size: 1.5rem;
  line-height: 125%;
}

#client-orders > .card {
  border: none !important;
}

.post-gallery {
  width: 100%;
}
.post-gallery .item {
  width: 100%;
  padding-top: 62.5%;
  position: relative;
}
.post-gallery .item .post-content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0 auto;
}
.post-gallery .item .post-content.post-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (min-width: 1200px) {
  #b2b-downloads .container {
    max-width: 1680px !important;
  }
}