@charset "UTF-8";
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.cdnfonts.com/css/segoe-ui-4");
@import url("https://fonts.cdnfonts.com/css/geologica");
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@100;300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.01] */
/* @version 9.0 [rev.9.0.02] */
/* @version 9.0 [rev.9.0.01] */
@media (min-width: 768px) {
  .animate {
    -webkit-animation-duration: 0.3s;
            animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
  }
}
@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}
@keyframes slideIn {
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0rem);
            transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
            transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.slideIn {
  -webkit-animation-name: slideIn;
          animation-name: slideIn;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
}

.fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}

/* @version 9.0 [rev.9.0.01] */
body {
  margin: 0;
  font-size: 16px;
  font-family: Inter, sans-serif, sans-serif;
}

a {
  color: #0c579b;
  text-decoration: none;
}
a:hover {
  color: #072e53;
}

.hidden {
  visibility: hidden;
}

.container-small {
  max-width: 800px;
}

/* NO-WRAP */
.nowrap {
  white-space: nowrap;
}

/* /NO-WRAP */
/* ADD GAP ON FLEX ITEMS */
.d-flex {
  gap: 0.25rem;
}

/* /ADD GAP ON FLEX ITEMS */
.backdrop {
  z-index: 5;
  color: #000;
}

.container-small {
  max-width: 800px;
}

small, .small {
  font-size: 0.875rem;
}

.text-right {
  text-align: right !important;
}

/* @version 9.0 [rev.9.0.01] */
/* PRINT */
@media print {
  .tab-content > .tab-pane {
    display: block !important;
    opacity: 1 !important;
  }
  .print-only {
    display: block !important;
  }
  .no-print {
    display: none !important;
  }
  a:link:after, a:visited:after {
    display: none;
    content: "";
  }
  .img-thumbnail {
    padding: 0;
    width: 75%;
    border: none;
  }
  .slick-arrow {
    display: none !important;
  }
}
@media screen {
  .print-only {
    display: none;
  }
}
/* /PRINT */
/* @version 9.0 [rev.9.0.01] */
/* ANCHOR */
.anchor {
  padding: 0 0.175rem;
  font-weight: 400;
  color: #0c579b;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, opacity 0.15s ease-in-out;
}
.anchor::after {
  content: "@";
}
.anchor:focus, .anchor:hover, :target > .anchor {
  opacity: 1;
}

/* /ANCHOR */
/* @version 9.1 [rev.9.1.01] */
.badge {
  font-size: 85%;
  font-weight: 500;
  white-space: normal;
  text-align: left;
}
.btn .badge {
  top: 0;
  font-size: 70%;
}
.badge-text {
  color: #000;
}
.badge-slim {
  font-weight: 400;
}
.badge.text-bg-primary {
  background-color: #0c579b;
}
.badge.text-bg-open {
  color: #fff;
  background-color: #63ab12;
}
.badge.text-bg-closed {
  color: #fff;
  background-color: #da2839;
}
.badge.text-bg-scheduled {
  color: #fff;
  background-color: #0056b3;
}
.badge.text-bg-preferred {
  color: #fff;
  background-color: #1486ff;
}
.badge.text-bg-verified {
  color: #fff;
  background-color: #2990ff;
}
.badge.text-bg-live-mode {
  color: #fff;
  background-color: #b51f2e;
}
.badge.text-bg-account-mode {
  color: #fff;
  background-color: #005dc2;
}
.badge.text-bg-store-info {
  color: #fff;
  background-color: #adb5bd;
}
.badge.text-bg-seller {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-buyer {
  color: #fff;
  background-color: #dc3545;
}
.badge.text-bg-draft {
  color: #000;
  background-color: #f8f9fa;
}
.badge.text-bg-pending {
  color: #fff;
  background-color: #80808d;
}
.badge.text-bg-declined {
  color: #fff;
  background-color: #b51f2e;
}
.badge.text-bg-withdrawn {
  color: #fff;
  background-color: #c99700;
}
.badge.text-bg-product {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-classified {
  color: #fff;
  background-color: #a31c29;
}
.badge.text-bg-auction {
  color: #fff;
  background-color: #6bb913;
}
.badge.text-bg-activity-bids {
  color: #fff;
  background-color: #80de17;
}
.badge.text-bg-activity-offers {
  color: #fff;
  background-color: #fd7e14;
}
.badge.text-bg-activity-sales {
  color: #fff;
  background-color: #2990ff;
}
.badge.text-bg-listin-site {
  color: #fff;
  background-color: #2B60DE;
}
.badge.text-bg-listin-store {
  color: #fff;
  background-color: #1200A2;
}
.badge.text-bg-listin-both {
  color: #fff;
  background-color: #DE2A60;
}
.badge.text-bg-homepage-featured {
  color: #fff;
  background-color: #43740c;
}
.badge.text-bg-category-featured {
  color: #fff;
  background-color: #a71d2a;
}
.badge.text-bg-offer {
  color: #fff;
  background-color: #1f9f50;
}
.badge.text-bg-counter {
  color: #fff;
  background-color: #830f03;
}
.badge.text-bg-blue {
  color: #fff;
  background-color: #007bff;
}
.badge.text-bg-green {
  color: #fff;
  background-color: #6bb913;
}
.badge.text-bg-red {
  color: #fff;
  background-color: #dc3545;
}
.badge.text-bg-gold {
  color: #75611c;
  background-color: #fcd036;
}
.badge.text-bg-black {
  color: #fff;
  background-color: #303641;
}
.badge.text-bg-orange {
  color: #fff;
  background-color: #ff9600;
}
.badge.text-bg-activity-in-cart {
  color: #fff;
  background-color: #0a58ca;
}
.badge.text-bg-activity-paid {
  color: #fff;
  background-color: #1f9f50;
}
.badge.text-bg-activity-sold {
  color: #fff;
  background-color: #49be38;
}

/* @version 9.0 [rev.9.0.01] */
/* BLOCKQUOTES */
.bq {
  background-color: rgba(108, 117, 125, 0.1);
  border-left: 5px solid #adb5bd;
  padding: 1rem;
}
.bq.bq-info {
  background-color: rgba(0, 123, 255, 0.1);
  border-left-color: #0c579b;
}
.bq.bq-success {
  background-color: rgba(40, 167, 69, 0.1);
  border-left-color: #6bb913;
}
.bq.bq-danger {
  background-color: rgba(220, 53, 69, 0.1);
  border-left-color: #dc3545;
}

/* /BLOCKQUOTES */
/* @version 9.0 [rev.9.0.01] */
.btn-primary {
  background-color: #0c579b;
  border-color: #0c579b;
}
.btn-primary:hover {
  background-color: #072e53;
  border-color: #072e53;
}
.btn-primary:focus, .btn-primary:active {
  background-color: #072e53;
  border-color: #072e53;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
          box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
}

/* BUTTONS */
/* blue button */
.btn-blue {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}
.btn-blue:hover {
  color: #fff;
  background-color: #006fe6;
  border-color: #006fe6;
}

/* /blue button */
/* green button */
.btn-green {
  color: #fff;
  background-color: #00a651;
  border-color: #008d45;
}
.btn-green:hover {
  color: #fff;
  background-color: #007338;
  border-color: #004f27;
}

/* /green button */
/* red button */
.btn-red {
  color: #fff;
  background-color: #d42020;
  border-color: #d42020;
}
.btn-red:hover {
  color: #fff;
  background-color: #a81919;
  border-color: #9f1818;
}

/* /red button */
/* gold button */
.btn-gold {
  color: #846e20;
  background-color: #fcd036;
  border-color: #fcd036;
}
.btn-gold:hover {
  color: #846e20;
  background-color: #fbc404;
  border-color: #f1bc04;
}

/* /gold button */
/* black button */
.btn-black {
  color: #fff;
  background-color: #303641;
  border-color: #252a32;
}
.btn-black:hover {
  color: #fff;
  background-color: #1a1e24;
  border-color: #0b0d0f;
}

/* /black button */
/* orange button */
.btn-orange {
  color: #fff;
  background-color: #ff9600;
  border-color: #ff9600;
}
.btn-orange:hover {
  color: #fff;
  background-color: #cc7800;
  border-color: #c27200;
}

/* /orange button */
/* default button - backwards compatibility */
.btn-default {
  color: #343a40;
  background-color: #dee2e6;
  border-color: #dee2e6;
}
.btn-default:hover {
  color: #343a40;
  background-color: #adb5bd;
  border-color: #adb5bd;
}

.btn-filter-title {
  background-color: #f8f9fa;
  color: #343a40;
  border-color: #6c757d;
  z-index: 2;
  border-right: transparent;
  margin-right: -1px;
}
.btn-filter-title:after {
  content: ":";
}

/* /default button - backwards compatibility */
/* /BUTTONS */
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  /* ICON BUTTONS */
  /* /ICON BUTTONS */
}
.btn.btn-sm {
  gap: 4px;
}
.btn.btn-icon {
  position: relative;
  text-align: left !important;
}
.btn.btn-icon i, .btn.btn-icon .feather {
  position: absolute;
  right: 0.75rem;
  top: 0.7rem;
}

.btn-toolbar {
  gap: 0.25rem;
}

.bootbox-close-button {
  float: right;
}

/* BUTTON LOADING DISABLED */
.btn-loading-disabled {
  opacity: 1 !important;
}

/* /BUTTON LOADING DISABLED */
/* BUTTONS STICKY BOTTOM */
.buttons-sticky-bottom {
  position: fixed;
  position: sticky;
  background-color: #fff;
  padding: 0.75rem 0.5rem;
  margin-bottom: 1rem;
  border-top: 1px solid #dee2e6;
  bottom: 0;
  width: 100%;
  z-index: 15;
}
@media (max-width: 1199.98px) {
  .buttons-sticky-bottom {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
  }
  .buttons-sticky-bottom button {
    display: inline-block;
  }
}
.form-sticky-buttons .buttons-sticky-bottom {
  display: none;
}
.buttons-sticky-bottom.bg-transparent {
  border-top: 1px solid #f8f9fa;
  background-color: rgba(255, 255, 255, 0.8) !important;
}

.btn-padded {
  font-size: 0.85rem;
  padding: 1px 6px 3px;
}

/* /BUTTONS STICKY BOTTOM */
.btn-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.btn-email .btn {
  width: 100%;
  font-size: 1.25rem;
  padding: 0.5rem 1rem;
}

/* @version 9.1 [rev.9.1.01] */
.listings-cards,
.stores-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.listings-cards:not(.no-highlighting) .card-highlighted,
.stores-cards:not(.no-highlighting) .card-highlighted {
  border-color: #0065d3 !important;
  background-color: #E6F2FF;
}
.listings-cards:not(.no-highlighting) .card-home-page-featured,
.stores-cards:not(.no-highlighting) .card-home-page-featured {
  border-color: #ffc107 !important;
  background-color: #fffaf3;
}
.listings-cards:not(.no-highlighting) .card-category-page-featured,
.stores-cards:not(.no-highlighting) .card-category-page-featured {
  border-color: #6bb913 !important;
  background-color: #eef6e5;
}
.main-content .listings-cards,
.main-content .stores-cards {
  margin-left: -24px;
  margin-right: -24px;
}
.listings-cards .card,
.stores-cards .card {
  border: none;
  border-radius: 0;
}
.listings-cards .card .card-img-top,
.stores-cards .card .card-img-top {
  border-radius: 0 !important;
}
.listings-cards .card .price,
.stores-cards .card .price {
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 500;
}
.listings-cards .card .card-title,
.stores-cards .card .card-title {
  font-size: 1.1rem;
}
.listings-cards .card .card-footer .btn-sm,
.stores-cards .card .card-footer .btn-sm {
  font-size: 0.8rem;
}
.listings-cards .card .card-footer .btn-light,
.stores-cards .card .card-footer .btn-light {
  background-color: #fff;
}
.listings-cards .card .card-seller,
.stores-cards .card .card-seller {
  color: #6c757d;
}
.listings-cards .card-grid,
.stores-cards .card-grid {
  padding: 24px;
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-1,
  .stores-cards .card-grid.card-grid-desktop-1 {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-1,
  .stores-cards .card-grid.card-grid-phone-1 {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-2,
  .stores-cards .card-grid.card-grid-desktop-2 {
    width: 50%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-2,
  .stores-cards .card-grid.card-grid-phone-2 {
    width: 50%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-3,
  .stores-cards .card-grid.card-grid-desktop-3 {
    width: 33.33%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-3,
  .stores-cards .card-grid.card-grid-phone-3 {
    width: 33.33%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4,
  .stores-cards .card-grid.card-grid-desktop-4 {
    width: 25%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-4,
  .stores-cards .card-grid.card-grid-phone-4 {
    width: 25%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-5,
  .stores-cards .card-grid.card-grid-desktop-5 {
    width: 20%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-5,
  .stores-cards .card-grid.card-grid-phone-5 {
    width: 20%;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-6,
  .stores-cards .card-grid.card-grid-desktop-6 {
    width: 16.65%;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-6,
  .stores-cards .card-grid.card-grid-phone-6 {
    width: 16.65%;
  }
}
.listings-cards .card-grid .card-body,
.stores-cards .card-grid .card-body {
  padding: 1.5rem 0 0 0;
}
.listings-cards .card-grid .card-seller,
.stores-cards .card-grid .card-seller {
  margin-bottom: 0.5rem;
}
.listings-cards .card-grid .card-title,
.stores-cards .card-grid .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 3.6rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.listings-cards .card-grid .card-short-description,
.stores-cards .card-grid .card-short-description {
  display: none;
}
.listings-cards .card-grid .price,
.stores-cards .card-grid .price {
  margin-top: 1rem;
}
.listings-cards .card-grid .card-details,
.stores-cards .card-grid .card-details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 4px;
  margin-bottom: 0.5rem;
}
.listings-cards .card-grid .card-footer,
.stores-cards .card-grid .card-footer {
  border-top: none;
  margin: 12px -24px -24px;
  padding: 12px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.listings-cards .card-grid .btn-wishlist-async,
.stores-cards .card-grid .btn-wishlist-async {
  position: absolute;
  top: 1rem;
  right: 1rem;
  -webkit-box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
          box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.05);
}
.listings-cards .card-grid:hover .btn-wishlist-async,
.stores-cards .card-grid:hover .btn-wishlist-async {
  visibility: visible !important;
}
.listings-cards .card-list,
.stores-cards .card-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.listings-cards .card-list .card-img,
.stores-cards .card-list .card-img {
  width: 25%;
}
.listings-cards .card-list .card-body,
.stores-cards .card-list .card-body {
  width: 60%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 0.5rem 1rem;
}
.listings-cards .card-list .card-body .card-title,
.stores-cards .card-list .card-body .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 1.2rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  margin-bottom: 0.5rem;
}
.listings-cards .card-list .card-body .card-short-description,
.stores-cards .card-list .card-body .card-short-description {
  white-space: normal !important;
  font-size: 15px !important;
  line-height: 1.2;
  height: 36px !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
.listings-cards .card-list .card-body .price,
.stores-cards .card-list .card-body .price {
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
}
.listings-cards .card-list .card-footer,
.stores-cards .card-list .card-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  border-top: none;
  width: 15%;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  padding: 1rem;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.listings-cards .card-list .btn-wishlist-async,
.stores-cards .card-list .btn-wishlist-async {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.stores-cards .card-grid .card-seller {
  margin-bottom: 0;
}
.stores-cards .card-grid .card-title {
  white-space: normal !important;
  font-size: 1rem !important;
  line-height: 1.2;
  height: 2.4rem !important;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

/* CATEGORIES CARD COLUMNS */
@media (min-width: 1400px) {
  .categories-card-columns {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
  }
}
.categories-card-columns .card {
  display: inline-block;
  width: 100%;
  border: none;
  background-color: transparent;
  margin-bottom: 20px;
}
.categories-card-columns .card .card-title {
  margin-bottom: 0;
}
.categories-card-columns .card .card-title a {
  color: #343a40;
}
.categories-card-columns .card .card-title a:hover {
  text-decoration: none;
}
.categories-card-columns .card .card-body {
  background-color: #fff;
}
.categories-card-columns .card .card-text {
  margin-top: 0.75rem;
}

/* /CATEGORIES CARD COLUMNS */
.listing-list-email {
  border-top: 1px solid #e9ecef;
  border-bottom: 1px solid #f8f9fa;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.sale-email {
  border-top: 1px solid #e9ecef;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
}
.sale-email.with-bottom {
  border-bottom: 1px solid #f8f9fa;
  margin-bottom: 1.5rem;
}

/* @version 9.0 [rev.9.0.01] */
/* LISTINGS CAROUSEL */
.carousel .carousel-control-prev,
.carousel .carousel-control-next {
  width: 50px;
  opacity: 1;
}
.carousel .carousel-control-prev .bi,
.carousel .carousel-control-next .bi {
  color: #343a40;
  background-color: #fff;
  width: 50px;
  font-size: 32px;
  border-radius: 26px;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.02) !important;
          box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.02) !important;
}
.carousel .carousel-control-prev {
  left: -26px;
}
.carousel .carousel-control-next {
  right: -26px;
}

/* /LISTINGS CAROUSEL */
/* HOME PAGE CAROUSEL */
.jq-rs-slider .jq-slide .slide-center {
  display: table;
  margin: 0 auto;
}
.jq-rs-slider .img-fluid {
  width: 100vw;
}
.jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
  width: 50px;
  height: 50px;
}
.jq-rs-slider .slick-next {
  right: 30px !important;
  z-index: 5;
}
.jq-rs-slider .slick-prev {
  left: 30px !important;
  z-index: 5;
}
.jq-rs-slider .slick-prev:before {
  color: #343a40 !important;
  font-size: 50px;
}
.jq-rs-slider .slick-next:before {
  color: #343a40 !important;
  font-size: 50px;
}
@media (max-width: 575.98px) {
  .jq-rs-slider .slick-prev, .jq-rs-slider .slick-next {
    width: 30px;
    height: 30px;
  }
  .jq-rs-slider .slick-next {
    right: 10px !important;
  }
  .jq-rs-slider .slick-prev {
    left: 10px !important;
  }
  .jq-rs-slider .slick-prev:before {
    font-size: 30px;
  }
  .jq-rs-slider .slick-next:before {
    font-size: 30px;
  }
}

/* HOME PAGE CAROUSEL */
/* HIDE SLIDES UNTIL SLIDER LOADED */
.jq-loading-slider .jq-slide.hidden {
  display: none;
}

/* /HIDE SLIDES UNTIL SLIDER LOADED */
/* @version 9.0 [rev.9.0.01] */
/* SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
.cart-dropdown .feather {
  width: 20px;
  height: 20px;
}
.cart-dropdown > .btn:hover, .cart-dropdown > .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cart-dropdown > .btn::after {
  display: none;
}
.cart-dropdown .dropdown-menu {
  width: 400px;
  padding: 1rem;
}
@media (max-width: 575.98px) {
  .cart-dropdown .dropdown-menu {
    width: 100%;
  }
}
.cart-dropdown .cart-box .feather {
  color: #0b0b0b;
  height: 15px;
  width: 15px;
}
.cart-dropdown .cart-box + .cart-box {
  border-top: 1px solid #dee2e6;
  margin-top: 1rem;
  padding-top: 1rem;
}
.cart-dropdown .cart-item + .cart-item {
  margin-top: 0.5rem;
}
.cart-dropdown .cart-total {
  border-top: 1px solid #e7ebef;
  font-size: 1.1rem;
}
.cart-dropdown .media {
  font-size: 85%;
}
.cart-summary .cart-dropdown {
  margin-bottom: 0.9rem;
  padding-bottom: 0.9rem;
  border-bottom: 1px solid #e9ecef;
}

/* /SHOPPING CART DROPDOWN (DEFAULT PARTIAL) */
/* HEADER CART DROPDOWN BUTTON */
header .cart-dropdown .feather {
  width: 18px;
  height: 18px;
}
header .cart-dropdown .cart-nb-items {
  color: #fff;
  background-color: #0c579b;
}
header .cart-dropdown .cart-price {
  font-size: 90%;
}

/* /HEADER CART DROPDOWN BUTTON */
/* CART TOTALS BOX (CART / CHECKOUT PAGES) */
.dl-cart-totals {
  margin-bottom: 0;
}
.dl-cart-totals > dd {
  font-size: 0.925rem;
  margin-bottom: 0.25rem;
  text-align: right;
}
.dl-cart-totals > dd a {
  color: #495057;
}
.dl-cart-totals .col-total {
  font-size: 1.4em;
  margin-top: 0.5rem;
}
.dl-cart-totals .calculate-shipping {
  text-align: left;
  margin-top: 0.75rem;
}
.dl-cart-totals .calculate-shipping > div {
  border-top: 1px solid #edf1f5;
  border-bottom: 1px solid #edf1f5;
  padding: 0.75rem 0;
}
.dl-cart-totals .calculate-shipping dt {
  font-weight: 400;
  font-size: 90%;
}
.dl-cart-totals .form-check {
  padding-top: 0;
}

/* /CART TOTALS BOX (CART / CHECKOUT PAGES) */
.cookie-usage {
  width: 350px;
  bottom: 8px;
  right: 8px;
  position: fixed;
  z-index: 20;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
          box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25) !important;
  border-radius: 4px;
  padding: 8px;
  background-color: #343a40;
  color: #fff;
  font-size: 0.85rem;
}
@media (max-width: 575.98px) {
  .cookie-usage {
    width: calc(100% - 16px);
  }
}

/* @version 9.0 [rev.9.0.01] */
/* LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
.language-dropdown .btn:hover, .language-dropdown .btn:focus,
.user-dropdown .btn:hover,
.user-dropdown .btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.language-dropdown .dropdown-item,
.user-dropdown .dropdown-item {
  padding: 0.125rem 1rem;
}
.language-dropdown .dropdown-menu-end,
.user-dropdown .dropdown-menu-end {
  position: absolute;
  right: 0;
}

/* /LANGUAGE DROPDOWN (DEFAULT PARTIAL) */
/* DROPDOWNS */
.dropdown-item span {
  padding-top: 1px;
  padding-bottom: 2px;
  color: #495057;
  background-color: #e9ecef;
}
.dropdown-item.hover {
  color: #16181b;
  background-color: #f8f9fa;
}

/* /DROPDOWNS */
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .headline {
  font-family: Inter, sans-serif;
}

.heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #dee2e6;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.25rem;
}
.heading h1, .heading h2, .heading h3, .heading h4, .heading h5, .heading h6, .heading .h1, .heading .h2, .heading .h3, .heading .h4, .heading .h5, .heading .h6 {
  margin-bottom: 0;
}
.heading.heading-secondary h1, .heading.heading-secondary h2, .heading.heading-secondary h3, .heading.heading-secondary h4, .heading.heading-secondary h5, .heading.heading-secondary h6, .heading.heading-secondary .h1, .heading.heading-secondary .h2, .heading.heading-secondary .h3, .heading.heading-secondary .h4, .heading.heading-secondary .h5, .heading.heading-secondary .h6 {
  font-weight: 400;
}

/* @version 9.0 [rev.9.0.01] */
/* FEATHER */
.feather {
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.feather.feather-lg {
  width: 24px;
  height: 24px;
}
.feather.feather-sm, small .feather, .btn-sm .feather {
  width: 14px;
  height: 14px;
}

/* /FEATHER */
/* BI */
.btn .bi {
  font-size: 18px;
  line-height: 1;
}
.btn.btn-sm .bi {
  font-size: 16px;
}
dt .bi {
  font-size: 16px;
  line-height: 1;
}

/* /BI */
/* ICON COLORS */
.btn-blue.btn-icon i {
  background-color: #005cbf;
  border-left-color: #005cbf;
}
.btn-green.btn-icon i {
  background-color: #007d3d;
  border-left-color: #007d3d;
}
.btn-red.btn-icon i {
  background-color: #b11b1b;
  border-left-color: #b11b1b;
}
.btn-gold.btn-icon i {
  background-color: #fbc70e;
  border-left-color: #fbc70e;
}
.btn-black.btn-icon i {
  background-color: #1f232a;
  border-left-color: #1f232a;
}
.btn-orange.btn-icon i {
  background-color: #e68700;
  border-color: #e68700;
}
.btn-default.btn-icon i {
  background-color: #ebebeb;
}
.btn-primary.btn-icon i {
  background-color: #006fe6;
}
.btn-secondary.btn-icon i {
  background-color: #468fb8;
}
.btn-success.btn-icon i {
  background-color: #4bad4b;
}
.btn-warning.btn-icon i {
  background-color: #f29b20;
}
.btn-danger.btn-icon i {
  background-color: #da3430;
}
.btn-info.btn-icon i {
  background-color: #35bde5;
}

/* /ICON COLORS */
/* USER REPUTATION STARS */
.star-yellow {
  color: #FDD017;
}
.star-green {
  color: #41A317;
}
.star-blue {
  color: #0074f0;
}
.star-red {
  color: #E42217;
}
.star-gold {
  color: #D4A017;
}

/* /USER REPUTATION STARS */
/* @version 9.0 [rev.9.0.02] */
.img-fluid {
  max-width: 100%;
  height: auto;
}

/* IMAGE RETINA DISPLAY CLASSES */
.img-xs {
  width: 24px;
}

.img-sm {
  width: 64px;
}

.img-md {
  width: 96px;
}

.img-lg {
  width: 128px;
}

/* /IMAGE RETINA DISPLAY CLASSES */
/* MEDIA THUMBNAIL DIVS */
.jq-thumbs {
  overflow: hidden;
}
.jq-thumbs.ui-sortable .jq-thumb {
  cursor: move;
}

.jq-thumb {
  overflow: hidden;
  float: left;
  padding: 0.5rem;
  margin: 0.5rem 0;
  border: 1px solid #f8f9fa;
  border-radius: 0.25rem;
  text-align: center;
}
.jq-thumb .jq-thumb-delete {
  margin-top: 1rem;
  text-align: center;
  cursor: pointer;
  display: block;
}

.jq-thumb + .jq-thumb {
  margin-left: 0.5rem;
}

/* /MEDIA THUMBNAIL DIVS */
/** @version 9.1 [rev.9.1.01] */
.form-subtitle {
  font-size: 1.2rem !important;
  margin-bottom: 12px !important;
  font-weight: 400 !important;
  border-bottom: 1px solid #e9ecef;
}

.form-check-label {
  color: #212529;
  font-size: 95%;
  margin-left: 2px;
}

.form-control,
.form-select {
  font-size: inherit;
}

.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: #072e53;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
          box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
}

.form-check-input:checked {
  background-color: #072e53;
  border-color: #072e53;
}

.form-group {
  margin-bottom: 1rem;
}
.form-inline .form-group {
  margin-bottom: 0;
}

.form-check {
  padding-top: calc(0.375rem + 1px);
}
.form-vertical .form-check {
  padding-top: 0;
}

@media (min-width: 1400px) {
  .col-form-label {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 225px;
            flex: 0 1 225px;
  }
  .col-form-input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
.input-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.input-group .input-group-text {
  font-size: inherit;
}

.form-inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  gap: 0.25rem;
}
@media (max-width: 575.98px) {
  .form-inline {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

/* FLOATING LABELS */
.form-label-group {
  position: relative;
  margin-bottom: 1rem;
  /* Fallback for Edge  */
  /* Fallback for IE  */
}
.form-label-group > input {
  height: auto;
}
.form-label-group > input, .form-label-group > label {
  padding: 0.75rem 0.75rem;
}
.form-label-group > label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0; /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  pointer-events: none;
}
.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}
.form-label-group input:-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-ms-input-placeholder {
  color: transparent;
}
.form-label-group input::-moz-placeholder {
  color: transparent;
}
.form-label-group input::placeholder {
  color: transparent;
}
.form-label-group input:not(:-moz-placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:-ms-input-placeholder) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:placeholder-shown) {
  padding-top: 1.25rem;
  padding-bottom: 0.25rem;
}
.form-label-group input:not(:-moz-placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group input:not(:-ms-input-placeholder) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
.form-label-group input:not(:placeholder-shown) ~ label {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 12px;
  color: #777;
}
@supports (-ms-ime-align: auto) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .form-label-group > label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}

/* /FLOATING LABELS */
/* INPUT FIELDS */
.input-tiny {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-tiny {
    width: 60px;
  }
  .input-group-prefix-suffix.input-tiny {
    width: calc(60px + 90px);
  }
}
.input-mini {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-mini {
    width: 85px;
  }
  .input-group-prefix-suffix.input-mini {
    width: calc(85px + 90px);
  }
}
.input-small {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-small {
    width: 115px;
  }
  .input-group-prefix-suffix.input-small {
    width: calc(115px + 90px);
  }
}
.input-default {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-default {
    width: 190px;
  }
  .input-group-prefix-suffix.input-default {
    width: calc(190px + 90px);
  }
}
.input-medium {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-medium {
    width: 270px;
  }
  .input-group-prefix-suffix.input-medium {
    width: calc(270px + 90px);
  }
}
.input-large {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-large {
    width: 400px;
  }
  .input-group-prefix-suffix.input-large {
    width: calc(400px + 90px);
  }
}
.input-xlarge {
  display: inline-block;
  max-width: 100%;
}

@media (min-width: 576px) {
  .input-xlarge {
    width: 500px;
  }
  .input-group-prefix-suffix.input-xlarge {
    width: calc(500px + 90px);
  }
}
/* /INPUT FIELDS */
/* FORM TEXT FIELDS WITH ICONS */
.has-icons {
  position: relative;
  display: inline-block;
}
.has-icons.has-icons-block {
  display: block !important;
}
.has-icons .bi {
  color: #343a40;
}
.has-icons .icon-left, .has-icons .icon-right {
  position: absolute;
  width: 16px;
  height: 16px;
  top: calc(50% - 10px);
}
.has-icons .icon-left:hover, .has-icons .icon-right:hover {
  cursor: pointer;
}
.has-icons .icon-left {
  left: 12px;
}
.has-icons .icon-right {
  right: 12px;
}
.has-icons .has-icon-left {
  padding-left: 36px !important;
}
.has-icons .has-icon-right {
  padding-right: 36px !important;
}

.form-floating-standard.has-icons .icon-left, .form-floating-standard.has-icons .icon-right {
  top: calc(50% - 12px);
}

/* /FORM TEXT FIELDS WITH ICONS */
/* CUSTOM FORMS */
.form-purchase-confirm {
  width: 100%;
  max-width: 310px;
}

.form-sign-in {
  width: 100%;
  max-width: 420px;
}
@media (max-width: 1199.98px) {
  .form-sign-in {
    margin: 0 auto;
    min-height: 70vh;
    display: grid;
    place-items: center;
  }
}
.form-sign-in .form-sign-in-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.form-sign-in .logo {
  margin: 3rem 0;
  text-align: center;
}
.bootbox-body .form-sign-in {
  max-width: 100%;
}

@media (max-width: 1199.98px) {
  .form-register {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
}

/* /CUSTOM FORMS */
.form-floating label::after {
  background-color: transparent !important;
}

/* FORM FLOATING STANDARD HEIGHT */
.form-floating-standard > .form-control {
  padding: 0.375rem 0.75rem;
  height: inherit;
  min-height: inherit;
  line-height: inherit;
}
.form-floating-standard > .form-control-plaintext:not(:-moz-placeholder-shown), .form-floating-standard > .form-control:not(:-moz-placeholder-shown) {
  padding: 0.375rem 0.75rem;
}
.form-floating-standard > .form-control-plaintext:not(:-ms-input-placeholder), .form-floating-standard > .form-control:not(:-ms-input-placeholder) {
  padding: 0.375rem 0.75rem;
}
.form-floating-standard > .form-control-plaintext:focus, .form-floating-standard > .form-control-plaintext:not(:placeholder-shown), .form-floating-standard > .form-control:focus, .form-floating-standard > .form-control:not(:placeholder-shown) {
  padding: 0.375rem 0.75rem;
}
.form-floating-standard > .form-control:not(:-moz-placeholder-shown) ~ label {
  padding: 0 4px;
  top: 0;
  left: 7px;
  line-height: 1;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  color: #6c757d;
}
.form-floating-standard > .form-control:not(:-ms-input-placeholder) ~ label {
  padding: 0 4px;
  top: 0;
  left: 7px;
  line-height: 1;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  color: #6c757d;
}
.form-floating-standard > .form-control-plaintext ~ label, .form-floating-standard > .form-control:focus ~ label, .form-floating-standard > .form-control:not(:placeholder-shown) ~ label, .form-floating-standard > .form-select ~ label {
  padding: 0 4px;
  top: 0;
  left: 7px;
  line-height: 1;
  height: 20px;
  background-color: #fff;
  opacity: 1;
  color: #6c757d;
}
.form-floating-standard > label {
  padding: 0.375rem 0.75rem;
  color: #6c757d;
}

/* .FORM FLOATING STANDARD HEIGHT */
.password-eye {
  position: relative;
  display: inline-block;
}
.password-eye .icon-right {
  position: absolute;
  top: 6px;
  right: 16px;
  z-index: 2;
}

.form-floating.password-eye {
  display: block;
}
.form-floating.password-eye .icon-right {
  top: calc(50% - 10px);
}

/* VERTICAL FORMS */
.form-vertical .subtitle {
  margin: 0.6rem 0;
}
.form-vertical .col-form-label {
  font-size: 1.05rem;
  padding: 0;
}
.form-vertical hr {
  border-top-color: #adb5bd;
}

.form-full-width .form-control:not(.input-full-name):not(.input-localized-numeric), .form-full-width .form-select:not(.input-birthdate), .form-full-width .input-group {
  width: 100% !important;
  margin-bottom: 4px;
}
.form-full-width .birthdayPicker {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.form-full-width .birthdayPicker .input-birthdate {
  width: calc(33.3333333333% - 3px) !important;
}
.form-full-width .btn {
  width: 100%;
}
.form-full-width .password-eye {
  display: block;
}

.form-contact-us,
.form-user {
  max-width: 600px;
  margin: 0 auto;
}

/* /VERTICAL FORMS */
.form-steps-header-wrapper {
  background-color: #f8f9fa;
  border-radius: 5px;
  margin-top: 30px;
  margin-bottom: 45px;
  padding: 15px 0 7.5px;
  z-index: -2;
  position: relative;
}

#form-steps-header {
  overflow: hidden;
  /*CSS counters to number the steps*/
  counter-reset: step;
  padding: 0;
  margin: 0;
}
#form-steps-header li {
  list-style-type: none;
  text-transform: uppercase;
  font-size: 12px;
  float: left;
  position: relative;
  letter-spacing: 0.7px;
  text-align: center;
}
#form-steps-header.steps-2 li {
  width: 50%;
}
#form-steps-header.steps-3 li {
  width: 33.33%;
}
#form-steps-header.steps-4 li {
  width: 25%;
}
#form-steps-header.steps-5 li {
  width: 20%;
}
#form-steps-header.steps-6 li {
  width: 16.65%;
}
#form-steps-header li:before {
  content: counter(step);
  counter-increment: step;
  width: 32px;
  height: 32px;
  line-height: 32px;
  display: block;
  font-size: 14px;
  color: #fff;
  background: #6c757d;
  border-radius: 32px;
  margin: 0 auto 10px auto;
}
#form-steps-header li:after {
  content: "";
  width: 100%;
  height: 2px;
  background: #6c757d;
  position: absolute;
  left: -50%;
  top: 15px;
  z-index: -1; /*put it behind the numbers*/
}
#form-steps-header li:first-child:after {
  /*connector not needed before the first step*/
  content: none;
}
#form-steps-header li.prev:before,
#form-steps-header li.prev:after {
  background: #0c579b;
  color: #fff;
}
#form-steps-header li.active:before,
#form-steps-header li.active:after {
  background: #6bb913;
  color: #fff;
}

@media (min-width: 1200px) {
  .form-listing,
  .form-install {
    margin-left: 150px;
    margin-right: 150px;
  }
}
.form-listing .col-form-label,
.form-install .col-form-label {
  font-size: 1.1rem;
}
.form-listing ul:not(.nav),
.form-install ul:not(.nav) {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
}
.form-listing ul:not(.nav) li,
.form-install ul:not(.nav) li {
  margin-bottom: 0.5rem;
}
.form-listing ul:not(.nav) li:before,
.form-install ul:not(.nav) li:before {
  content: "✓";
  position: absolute;
  left: 5px;
}
.form-listing ul:not(.nav) li li:before,
.form-install ul:not(.nav) li li:before {
  content: "o";
}

@media (min-width: 1200px) {
  .form-cart,
  .form-checkout,
  .form-payment {
    margin-left: 100px;
    margin-right: 100px;
  }
}
.form-cart .col-form-label,
.form-checkout .col-form-label,
.form-payment .col-form-label {
  padding-bottom: 0;
}

.form-checkout .form-group {
  margin-bottom: 0 !important;
}
.form-checkout .form-group .subtitle {
  padding-top: 1.2rem;
  margin-bottom: 0.4rem;
}

.form-buttons input {
  margin-right: 10px;
}
.form-buttons input:last-child {
  margin-left: auto;
  margin-right: 0;
}

.form-check small, .form-group small {
  font-size: 95%;
  color: #4d5358 !important;
}

.input-group {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.input-group .input-group-text {
  font-size: inherit;
}

.invalid-pill {
  color: #dc3545;
}
.invalid-pill.active {
  background-color: #dc3545 !important;
  color: #fff;
}

#purchaseForm > div:last-child {
  margin-bottom: 0 !important;
}

/* @version 9.1 [rev.9.1.01] */
/* LISTS RESET */
ul {
  display: block;
  list-style-type: disc;
  margin: 0 0 1em;
  padding-left: 40px;
}

ol {
  display: block;
  list-style-type: decimal;
  margin: 0 0 1em;
  padding-left: 40px;
}

ul ul, ol ul {
  list-style-type: circle;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

ol ol, ul ol {
  list-style-type: lower-roman;
  padding-left: 20px;
  margin-top: 1em;
  margin-bottom: 1em;
}

/* /LISTS RESET */
/* DEFINITION LISTS */
/* definition list with variable title width */
.dl-variable {
  max-width: 500px;
  overflow: auto;
  margin: 0;
}
.dl-variable dt {
  float: left;
  clear: left;
  line-height: 1.4;
  font-weight: 500;
}
.dl-variable dt .feather {
  width: 14px;
  height: 14px;
}
.dl-variable dt span:after {
  content: ":";
}
.dl-variable dd {
  display: table-cell;
  padding-left: 0.5rem;
  padding-bottom: 0.25rem;
  line-height: 1.4;
}

.dl-condensed {
  margin-bottom: 0;
}
.dl-condensed dt {
  padding-right: 0.25rem;
}
.dl-condensed dd {
  display: inherit;
  padding-bottom: 0;
  margin-bottom: 0;
}

/* large definition list */
.dl-lg dt .feather,
.dt-lg dt .feather {
  width: 24px;
  height: 24px;
}

.dl-lg dd {
  font-size: 1rem;
}

/* /large definition list */
.dl-indented dd {
  margin-left: 0.25rem;
  margin-bottom: 0.5rem;
}

dl dt {
  font-weight: 700;
}

@media (min-width: 992px) {
  .dl-flex dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 225px;
            flex: 0 1 225px;
  }
  .dl-flex dd {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    max-width: 100%;
  }
}
/* GLYPHICONS */
@font-face {
  font-family: "Glyphicons Halflings";
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}
.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: "Glyphicons Halflings";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
  content: "*";
}

.glyphicon-plus:before {
  content: "+";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "€";
}

.glyphicon-minus:before {
  content: "−";
}

.glyphicon-cloud:before {
  content: "☁";
}

.glyphicon-envelope:before {
  content: "✉";
}

.glyphicon-pencil:before {
  content: "✏";
}

.glyphicon-glass:before {
  content: "\e001";
}

.glyphicon-music:before {
  content: "\e002";
}

.glyphicon-search:before {
  content: "\e003";
}

.glyphicon-heart:before {
  content: "\e005";
}

.glyphicon-star:before {
  content: "\e006";
}

.glyphicon-star-empty:before {
  content: "\e007";
}

.glyphicon-user:before {
  content: "\e008";
}

.glyphicon-film:before {
  content: "\e009";
}

.glyphicon-th-large:before {
  content: "\e010";
}

.glyphicon-th:before {
  content: "\e011";
}

.glyphicon-th-list:before {
  content: "\e012";
}

.glyphicon-ok:before {
  content: "\e013";
}

.glyphicon-remove:before {
  content: "\e014";
}

.glyphicon-zoom-in:before {
  content: "\e015";
}

.glyphicon-zoom-out:before {
  content: "\e016";
}

.glyphicon-off:before {
  content: "\e017";
}

.glyphicon-signal:before {
  content: "\e018";
}

.glyphicon-cog:before {
  content: "\e019";
}

.glyphicon-trash:before {
  content: "\e020";
}

.glyphicon-home:before {
  content: "\e021";
}

.glyphicon-file:before {
  content: "\e022";
}

.glyphicon-time:before {
  content: "\e023";
}

.glyphicon-road:before {
  content: "\e024";
}

.glyphicon-download-alt:before {
  content: "\e025";
}

.glyphicon-download:before {
  content: "\e026";
}

.glyphicon-upload:before {
  content: "\e027";
}

.glyphicon-inbox:before {
  content: "\e028";
}

.glyphicon-play-circle:before {
  content: "\e029";
}

.glyphicon-repeat:before {
  content: "\e030";
}

.glyphicon-refresh:before {
  content: "\e031";
}

.glyphicon-list-alt:before {
  content: "\e032";
}

.glyphicon-lock:before {
  content: "\e033";
}

.glyphicon-flag:before {
  content: "\e034";
}

.glyphicon-headphones:before {
  content: "\e035";
}

.glyphicon-volume-off:before {
  content: "\e036";
}

.glyphicon-volume-down:before {
  content: "\e037";
}

.glyphicon-volume-up:before {
  content: "\e038";
}

.glyphicon-qrcode:before {
  content: "\e039";
}

.glyphicon-barcode:before {
  content: "\e040";
}

.glyphicon-tag:before {
  content: "\e041";
}

.glyphicon-tags:before {
  content: "\e042";
}

.glyphicon-book:before {
  content: "\e043";
}

.glyphicon-bookmark:before {
  content: "\e044";
}

.glyphicon-print:before {
  content: "\e045";
}

.glyphicon-camera:before {
  content: "\e046";
}

.glyphicon-font:before {
  content: "\e047";
}

.glyphicon-bold:before {
  content: "\e048";
}

.glyphicon-italic:before {
  content: "\e049";
}

.glyphicon-text-height:before {
  content: "\e050";
}

.glyphicon-text-width:before {
  content: "\e051";
}

.glyphicon-align-left:before {
  content: "\e052";
}

.glyphicon-align-center:before {
  content: "\e053";
}

.glyphicon-align-right:before {
  content: "\e054";
}

.glyphicon-align-justify:before {
  content: "\e055";
}

.glyphicon-list:before {
  content: "\e056";
}

.glyphicon-indent-left:before {
  content: "\e057";
}

.glyphicon-indent-right:before {
  content: "\e058";
}

.glyphicon-facetime-video:before {
  content: "\e059";
}

.glyphicon-picture:before {
  content: "\e060";
}

.glyphicon-map-marker:before {
  content: "\e062";
}

.glyphicon-adjust:before {
  content: "\e063";
}

.glyphicon-tint:before {
  content: "\e064";
}

.glyphicon-edit:before {
  content: "\e065";
}

.glyphicon-share:before {
  content: "\e066";
}

.glyphicon-check:before {
  content: "\e067";
}

.glyphicon-move:before {
  content: "\e068";
}

.glyphicon-step-backward:before {
  content: "\e069";
}

.glyphicon-fast-backward:before {
  content: "\e070";
}

.glyphicon-backward:before {
  content: "\e071";
}

.glyphicon-play:before {
  content: "\e072";
}

.glyphicon-pause:before {
  content: "\e073";
}

.glyphicon-stop:before {
  content: "\e074";
}

.glyphicon-forward:before {
  content: "\e075";
}

.glyphicon-fast-forward:before {
  content: "\e076";
}

.glyphicon-step-forward:before {
  content: "\e077";
}

.glyphicon-eject:before {
  content: "\e078";
}

.glyphicon-chevron-left:before {
  content: "\e079";
}

.glyphicon-chevron-right:before {
  content: "\e080";
}

.glyphicon-plus-sign:before {
  content: "\e081";
}

.glyphicon-minus-sign:before {
  content: "\e082";
}

.glyphicon-remove-sign:before {
  content: "\e083";
}

.glyphicon-ok-sign:before {
  content: "\e084";
}

.glyphicon-question-sign:before {
  content: "\e085";
}

.glyphicon-info-sign:before {
  content: "\e086";
}

.glyphicon-screenshot:before {
  content: "\e087";
}

.glyphicon-remove-circle:before {
  content: "\e088";
}

.glyphicon-ok-circle:before {
  content: "\e089";
}

.glyphicon-ban-circle:before {
  content: "\e090";
}

.glyphicon-arrow-left:before {
  content: "\e091";
}

.glyphicon-arrow-right:before {
  content: "\e092";
}

.glyphicon-arrow-up:before {
  content: "\e093";
}

.glyphicon-arrow-down:before {
  content: "\e094";
}

.glyphicon-share-alt:before {
  content: "\e095";
}

.glyphicon-resize-full:before {
  content: "\e096";
}

.glyphicon-resize-small:before {
  content: "\e097";
}

.glyphicon-exclamation-sign:before {
  content: "\e101";
}

.glyphicon-gift:before {
  content: "\e102";
}

.glyphicon-leaf:before {
  content: "\e103";
}

.glyphicon-fire:before {
  content: "\e104";
}

.glyphicon-eye-open:before {
  content: "\e105";
}

.glyphicon-eye-close:before {
  content: "\e106";
}

.glyphicon-warning-sign:before {
  content: "\e107";
}

.glyphicon-plane:before {
  content: "\e108";
}

.glyphicon-calendar:before {
  content: "\e109";
}

.glyphicon-random:before {
  content: "\e110";
}

.glyphicon-comment:before {
  content: "\e111";
}

.glyphicon-magnet:before {
  content: "\e112";
}

.glyphicon-chevron-up:before {
  content: "\e113";
}

.glyphicon-chevron-down:before {
  content: "\e114";
}

.glyphicon-retweet:before {
  content: "\e115";
}

.glyphicon-shopping-cart:before {
  content: "\e116";
}

.glyphicon-folder-close:before {
  content: "\e117";
}

.glyphicon-folder-open:before {
  content: "\e118";
}

.glyphicon-resize-vertical:before {
  content: "\e119";
}

.glyphicon-resize-horizontal:before {
  content: "\e120";
}

.glyphicon-hdd:before {
  content: "\e121";
}

.glyphicon-bullhorn:before {
  content: "\e122";
}

.glyphicon-bell:before {
  content: "\e123";
}

.glyphicon-certificate:before {
  content: "\e124";
}

.glyphicon-thumbs-up:before {
  content: "\e125";
}

.glyphicon-thumbs-down:before {
  content: "\e126";
}

.glyphicon-hand-right:before {
  content: "\e127";
}

.glyphicon-hand-left:before {
  content: "\e128";
}

.glyphicon-hand-up:before {
  content: "\e129";
}

.glyphicon-hand-down:before {
  content: "\e130";
}

.glyphicon-circle-arrow-right:before {
  content: "\e131";
}

.glyphicon-circle-arrow-left:before {
  content: "\e132";
}

.glyphicon-circle-arrow-up:before {
  content: "\e133";
}

.glyphicon-circle-arrow-down:before {
  content: "\e134";
}

.glyphicon-globe:before {
  content: "\e135";
}

.glyphicon-wrench:before {
  content: "\e136";
}

.glyphicon-tasks:before {
  content: "\e137";
}

.glyphicon-filter:before {
  content: "\e138";
}

.glyphicon-briefcase:before {
  content: "\e139";
}

.glyphicon-fullscreen:before {
  content: "\e140";
}

.glyphicon-dashboard:before {
  content: "\e141";
}

.glyphicon-paperclip:before {
  content: "\e142";
}

.glyphicon-heart-empty:before {
  content: "\e143";
}

.glyphicon-link:before {
  content: "\e144";
}

.glyphicon-phone:before {
  content: "\e145";
}

.glyphicon-pushpin:before {
  content: "\e146";
}

.glyphicon-usd:before {
  content: "\e148";
}

.glyphicon-gbp:before {
  content: "\e149";
}

.glyphicon-sort:before {
  content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
  content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152";
}

.glyphicon-sort-by-order:before {
  content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
  content: "\e154";
}

.glyphicon-sort-by-attributes:before {
  content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156";
}

.glyphicon-unchecked:before {
  content: "\e157";
}

.glyphicon-expand:before {
  content: "\e158";
}

.glyphicon-collapse-down:before {
  content: "\e159";
}

.glyphicon-collapse-up:before {
  content: "\e160";
}

.glyphicon-log-in:before {
  content: "\e161";
}

.glyphicon-flash:before {
  content: "\e162";
}

.glyphicon-log-out:before {
  content: "\e163";
}

.glyphicon-new-window:before {
  content: "\e164";
}

.glyphicon-record:before {
  content: "\e165";
}

.glyphicon-save:before {
  content: "\e166";
}

.glyphicon-open:before {
  content: "\e167";
}

.glyphicon-saved:before {
  content: "\e168";
}

.glyphicon-import:before {
  content: "\e169";
}

.glyphicon-export:before {
  content: "\e170";
}

.glyphicon-send:before {
  content: "\e171";
}

.glyphicon-floppy-disk:before {
  content: "\e172";
}

.glyphicon-floppy-saved:before {
  content: "\e173";
}

.glyphicon-floppy-remove:before {
  content: "\e174";
}

.glyphicon-floppy-save:before {
  content: "\e175";
}

.glyphicon-floppy-open:before {
  content: "\e176";
}

.glyphicon-credit-card:before {
  content: "\e177";
}

.glyphicon-transfer:before {
  content: "\e178";
}

.glyphicon-cutlery:before {
  content: "\e179";
}

.glyphicon-header:before {
  content: "\e180";
}

.glyphicon-compressed:before {
  content: "\e181";
}

.glyphicon-earphone:before {
  content: "\e182";
}

.glyphicon-phone-alt:before {
  content: "\e183";
}

.glyphicon-tower:before {
  content: "\e184";
}

.glyphicon-stats:before {
  content: "\e185";
}

.glyphicon-sd-video:before {
  content: "\e186";
}

.glyphicon-hd-video:before {
  content: "\e187";
}

.glyphicon-subtitles:before {
  content: "\e188";
}

.glyphicon-sound-stereo:before {
  content: "\e189";
}

.glyphicon-sound-dolby:before {
  content: "\e190";
}

.glyphicon-sound-5-1:before {
  content: "\e191";
}

.glyphicon-sound-6-1:before {
  content: "\e192";
}

.glyphicon-sound-7-1:before {
  content: "\e193";
}

.glyphicon-copyright-mark:before {
  content: "\e194";
}

.glyphicon-registration-mark:before {
  content: "\e195";
}

.glyphicon-cloud-download:before {
  content: "\e197";
}

.glyphicon-cloud-upload:before {
  content: "\e198";
}

.glyphicon-tree-conifer:before {
  content: "\e199";
}

.glyphicon-tree-deciduous:before {
  content: "\e200";
}

.glyphicon-cd:before {
  content: "\e201";
}

.glyphicon-save-file:before {
  content: "\e202";
}

.glyphicon-open-file:before {
  content: "\e203";
}

.glyphicon-level-up:before {
  content: "\e204";
}

.glyphicon-copy:before {
  content: "\e205";
}

.glyphicon-paste:before {
  content: "\e206";
}

.glyphicon-alert:before {
  content: "\e209";
}

.glyphicon-equalizer:before {
  content: "\e210";
}

.glyphicon-king:before {
  content: "\e211";
}

.glyphicon-queen:before {
  content: "\e212";
}

.glyphicon-pawn:before {
  content: "\e213";
}

.glyphicon-bishop:before {
  content: "\e214";
}

.glyphicon-knight:before {
  content: "\e215";
}

.glyphicon-baby-formula:before {
  content: "\e216";
}

.glyphicon-tent:before {
  content: "⛺";
}

.glyphicon-blackboard:before {
  content: "\e218";
}

.glyphicon-bed:before {
  content: "\e219";
}

.glyphicon-apple:before {
  content: "\f8ff";
}

.glyphicon-erase:before {
  content: "\e221";
}

.glyphicon-hourglass:before {
  content: "⌛";
}

.glyphicon-lamp:before {
  content: "\e223";
}

.glyphicon-duplicate:before {
  content: "\e224";
}

.glyphicon-piggy-bank:before {
  content: "\e225";
}

.glyphicon-scissors:before {
  content: "\e226";
}

.glyphicon-bitcoin:before {
  content: "\e227";
}

.glyphicon-btc:before {
  content: "\e227";
}

.glyphicon-xbt:before {
  content: "\e227";
}

.glyphicon-yen:before {
  content: "¥";
}

.glyphicon-jpy:before {
  content: "¥";
}

.glyphicon-ruble:before {
  content: "₽";
}

.glyphicon-rub:before {
  content: "₽";
}

.glyphicon-scale:before {
  content: "\e230";
}

.glyphicon-ice-lolly:before {
  content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
  content: "\e232";
}

.glyphicon-education:before {
  content: "\e233";
}

.glyphicon-option-horizontal:before {
  content: "\e234";
}

.glyphicon-option-vertical:before {
  content: "\e235";
}

.glyphicon-menu-hamburger:before {
  content: "\e236";
}

.glyphicon-modal-window:before {
  content: "\e237";
}

.glyphicon-oil:before {
  content: "\e238";
}

.glyphicon-grain:before {
  content: "\e239";
}

.glyphicon-sunglasses:before {
  content: "\e240";
}

.glyphicon-text-size:before {
  content: "\e241";
}

.glyphicon-text-color:before {
  content: "\e242";
}

.glyphicon-text-background:before {
  content: "\e243";
}

.glyphicon-object-align-top:before {
  content: "\e244";
}

.glyphicon-object-align-bottom:before {
  content: "\e245";
}

.glyphicon-object-align-horizontal:before {
  content: "\e246";
}

.glyphicon-object-align-left:before {
  content: "\e247";
}

.glyphicon-object-align-vertical:before {
  content: "\e248";
}

.glyphicon-object-align-right:before {
  content: "\e249";
}

.glyphicon-triangle-right:before {
  content: "\e250";
}

.glyphicon-triangle-left:before {
  content: "\e251";
}

.glyphicon-triangle-bottom:before {
  content: "\e252";
}

.glyphicon-triangle-top:before {
  content: "\e253";
}

.glyphicon-console:before {
  content: "\e254";
}

.glyphicon-superscript:before {
  content: "\e255";
}

.glyphicon-subscript:before {
  content: "\e256";
}

.glyphicon-menu-left:before {
  content: "\e257";
}

.glyphicon-menu-right:before {
  content: "\e258";
}

.glyphicon-menu-down:before {
  content: "\e259";
}

.glyphicon-menu-up:before {
  content: "\e260";
}

/* @version 9.0 [rev.9.0.01] */
/* NAVBAR */
.navbar-nav {
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
@media (max-width: 767.98px) {
  .navbar-nav {
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
}

/* /NAVBAR */
.navbar-inline-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  padding: 0;
  margin-bottom: 1rem;
}
.navbar-inline-filter .form-inline {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
.navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
  display: none;
}
@media (max-width: 575.98px) {
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline {
    opacity: 0;
    height: 0;
    z-index: -1;
  }
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .form-inline-visible {
    opacity: 1;
    height: auto;
    z-index: 1;
    -webkit-transition-timing-function: ease-in;
            transition-timing-function: ease-in;
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  .navbar-inline-filter.navbar-inline-filter-hidden-mobile .btn-filter {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    margin-bottom: 1rem;
    -webkit-box-shadow: 0 1px 1px rgba(226, 226, 230, 0.5);
            box-shadow: 0 1px 1px rgba(226, 226, 230, 0.5);
    border-color: #dfe1e6;
  }
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #0c579b;
}

.nav-link, .nav-link:focus, .nav-link:hover {
  color: #0c579b;
}

/* SIDEBAR SEARCH */
.sidebar-search .nav-item > a {
  display: block;
  font-weight: 500;
  color: #333;
}
.sidebar-search .nav-dropdown + .nav-dropdown {
  margin-top: 0.75rem;
  padding-top: 0.5rem;
  border-top: 1px dotted #e9edf1;
}
.sidebar-search .nav-dropdown-toggle {
  padding-bottom: 0.25rem;
}
.sidebar-search .nav-item > ul {
  padding: 0;
  max-height: 20rem;
  overflow-y: auto;
}
.sidebar-search .form-check {
  padding-top: 0;
}

/* /SIDEBAR SEARCH */
.filtered-by {
  display: inline-block;
  padding: 3px 5px;
  background-color: #fafafa;
  color: #343a40;
  margin-bottom: 0.25rem;
  font-size: 95%;
  border-radius: 3px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

.search-categories-breadcrumb.breadcrumb {
  font-size: 0.875rem;
  background-color: transparent;
  padding: 0;
  margin-bottom: 0;
}
.search-categories-breadcrumb.breadcrumb a {
  color: #343a40 !important;
}

/* @version 9.0 [rev.9.0.02] */
/* CODE TEXTAREA */
textarea.textarea-code {
  font-family: Monaco, Consolas, monospace !important;
  font-size: 12px;
  line-height: 1.2;
  background-color: #FAF8CC;
}

/* /CODE TEXTAREA */
/* SCROLLABLE WELL */
.well-scrollable {
  max-height: 300px;
  overflow-y: scroll;
}

/* /SCROLLABLE WELL */
/* ALERT */
.alert .feather {
  vertical-align: text-top;
  width: 24px;
  height: 24px;
}

/* /ALERT */
/* LOADING MODAL */
body.loading {
  overflow: hidden;
}

.loading-modal {
  display: none;
  position: fixed;
  z-index: 5000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.6);
  background-image: url("../images/svg-loaders/oval.svg");
  background-size: 75px 75px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
body.loading .loading-modal {
  display: block;
}

/* /LOADING MODAL */
/* DATE & DATETIME FORM ELEMENTS */
.element-date,
.datetimepicker-input {
  cursor: pointer;
  background-color: #fafafa !important;
}

/* /DATE & DATETIME FORM ELEMENTS */
/* VIDEO.JS CONTAINER */
.video-js {
  width: 100%;
}

/* /VIDEO.JS CONTAINER */
/* PRODUCT ATTRIBUTES PARTIAL */
.product-attribute-element .col-form-label {
  padding-top: 0;
  padding-bottom: 0.25rem;
}

/* /PRODUCT ATTRIBUTES PARTIAL */
/* INVOICE DESIGN */
.invoice-billing-headline {
  padding: 0.5rem;
  font-weight: 700;
  font-size: 1.1rem;
  border-bottom: 1px solid #dee2e6;
}
.invoice-billing-headline .badge {
  font-weight: 400;
  font-size: 1.25rem;
  margin-right: 0.5rem;
}
.invoice-billing-content {
  padding: 0.5rem;
}
.invoice-billing-content strong {
  font-weight: 500 !important;
}
.invoice-billing-logo {
  max-width: 200px;
  max-height: 50px;
}

/* /INVOICE DESIGN */
/* SELECTIZE CONTAINER */
.loading .selectize-input::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  background-image: url("../images/svg-loaders/tail-spin.svg");
  background-size: 20px 20px;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 4px;
}

/* /SELECTIZE CONTAINER */
/* MAINTENANCE MODE */
.maintenance-mode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 500px;
  min-height: 100vh;
  margin: auto;
}
.maintenance-mode .content {
  text-align: center;
}
.maintenance-mode .content img {
  width: 150px;
}
@media (max-width: 767.98px) {
  .maintenance-mode {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* /MAINTENANCE MODE */
/* FEES TOTAL */
.fees-total {
  padding-top: 0.5rem;
  font-size: 1.4rem !important;
}

/* /FEES TOTAL */
/* HONEYPOT FIELDS */
.hpt {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 0;
  width: 0;
  z-index: -1;
}

/* /HONEYPOT FIELDS */
.text-all-categories {
  font-weight: 500;
}
.text-all-categories a {
  color: #B81D2C !important;
}

.original-price {
  font-size: 85%;
  color: #777;
  font-weight: 300;
  font-style: italic;
  text-decoration: line-through;
}

.reputation-score {
  font-size: 0.875em;
}

/* AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.autocomplete-spinner {
  position: absolute;
  top: 0;
  right: 0;
}

/* /AUTOCOMPLETE SPINNER (PLACEHOLDER) */
.d-flex .form-check:not(:last-child):after {
  margin-left: 10px;
  margin-right: 10px;
  color: #ccc;
  content: "∶";
}

.accordion.accordion-sm button {
  font-size: 100%;
  padding: 0;
}
.accordion.accordion-sm .accordion-body {
  padding: 10px 0;
}
.accordion.accordion-sm .accordion-button {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.site-logo-email {
  max-width: 250px;
}

.trumbowyg-editor {
  background-color: #fff;
}

/* @version 9.0 [rev.9.0.02] */
.page-item .page-link {
  color: #0c579b;
}
.page-item .page-link:focus, .page-item .page-link:active {
  background-color: #072e53;
  border-color: #072e53;
  -webkit-box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
          box-shadow: 0 0 0 0.25rem rgba(17, 89, 190, 0.2) !important;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #0c579b;
  border-color: #0c579b;
}
.page-item.active .page-link:hover {
  background-color: #072e53;
  border-color: #072e53;
}

/* @version 9.0 [rev.9.0.01] */
/* TEXT COLORS */
.text-sm {
  font-size: 90%;
}
.text-lg {
  font-size: 120%;
}
.text-bold {
  font-weight: 600;
}
.text-buyout {
  color: #0062cc;
}
.text-classified {
  color: #343a40;
}
.text-under-reserve {
  color: #bd2130;
}
.text-over-reserve {
  color: #508b0e;
}
.text-red {
  color: #d32535;
}
.text-green {
  color: #5ea211;
}
.text-blue {
  color: #006fe6;
}
.text-gold {
  color: #fbc404;
}
.text-orange {
  color: #fd7e14;
}
.text-black {
  color: #000;
}

.text-bg-gray-100 {
  background-color: #f8f9fa !important;
}
.text-bg-gray-200 {
  background-color: #e9ecef !important;
}

/* /TEXT */
/* /TEXT COLORS */
h6, .h6 {
  font-size: 1.1rem;
}

/* @version 9.0 [rev.9.0.01] */
.table {
  --bs-table-bg: none;
}
.table caption {
  padding: 0.75rem 0.5rem;
  caption-side: top;
}
.table.table-sm th, .table.table-sm td {
  font-size: 85%;
}
.table.table-sm th {
  font-weight: 500;
}
.table .size-large {
  width: 36%;
}
.table .size-medium {
  width: 24%;
}
.table .size-small {
  width: 14%;
}
.table .size-mini {
  width: 8%;
}
.table .size-tiny {
  width: 4%;
}
.table .size-actions {
  width: 18%;
}
.table .size-min-large {
  min-width: 360px;
}
.table .size-min-medium {
  min-width: 240px;
}
.table .size-min-small {
  min-width: 160px;
}
.table .size-min-mini {
  min-width: 105px;
}
.table .size-min-tiny {
  min-width: 45px;
}
.table .size-60 {
  width: 60px;
}
.table .size-70 {
  width: 70px;
}
.table .size-80 {
  width: 80px;
}
.table .size-90 {
  width: 90px;
}
.table .size-100 {
  width: 100px;
}
.table .size-120 {
  width: 120px;
}
.table .size-140 {
  width: 140px;
}
.table .size-160 {
  width: 160px;
}
.table .size-180 {
  width: 180px;
}
.table .size-200 {
  width: 200px;
}
.table .size-250 {
  width: 250px;
}
.table .size-300 {
  width: 300px;
}
.table .h-100 {
  height: 100%;
}
.table .td-sm {
  font-weight: normal !important;
  font-size: 85%;
}
@media (max-width: 1199.98px) {
  .table-responsive .table {
    min-width: 1200px;
  }
}
@media (min-width: 1200px) {
  .table .size-large {
    width: 360px;
  }
  .table .size-medium {
    width: 240px;
  }
  .table .size-small {
    width: 160px;
  }
  .table .size-mini {
    width: 105px;
  }
  .table .size-tiny {
    width: 45px;
  }
  .table .size-actions {
    width: 160px;
  }
}
.table .border-top-thick {
  border-top-width: 4px !important;
}
.table .no-border-bottom {
  border-bottom: none !important;
}
.table .no-border {
  border: none !important;
}

.table-responsive .size-large {
  width: 360px;
}
.table-responsive .size-medium {
  width: 240px;
}
.table-responsive .size-small {
  width: 160px;
}
.table-responsive .size-mini {
  width: 105px;
}
.table-responsive .size-tiny {
  width: 45px;
}
.table-responsive .size-actions {
  width: 160px;
}

.table-sale > caption {
  margin-bottom: 0;
  padding: 1px 0 5px;
}
.table-sale > thead > tr > th {
  border-bottom: 1px dotted #ddd;
  padding: 5px 5px 5px 0;
}
.table-sale > tbody > tr > td {
  border-top: 0 none;
  padding: 5px 5px 5px 0;
}

.home-page .heading {
  padding: 1rem;
  margin-bottom: 0;
  border-bottom: none;
  background-color: rgba(255, 255, 255, 0.75);
  border-radius: 6px 6px 0 0;
}
.home-page .heading .btn {
  padding: 0;
  background-color: transparent;
  border: none;
}
.home-page .nav-pills {
  font-size: 1.2rem;
}
.home-page .content-section .heading {
  display: none;
}

.listing-details {
  /* BOOTSTRAP CAROUSEL */
  /* /BOOTSTRAP CAROUSEL */
}
.listing-details .video-js {
  width: 100%;
  height: 420px;
}
.listing-details .carousel-indicators {
  display: block;
  white-space: nowrap;
  position: relative;
  bottom: auto;
  margin: 1rem 0 0;
  gap: 5px;
  overflow-x: auto;
}
.listing-details .carousel-indicators [data-bs-target] {
  background-color: transparent;
  width: 120px;
  height: 120px;
  border-top: none;
  border-bottom: none;
  margin: 0;
}
.listing-details .carousel-indicators [data-bs-target] img {
  border-color: #e9ecef;
}
.listing-details .carousel-indicators [data-bs-target]:not(.active) {
  opacity: 0.75;
}

/* PAYMENT BOX */
.payment-box {
  display: block;
  margin-bottom: 0.75rem;
  cursor: pointer;
}
.payment-box .payment-logo {
  max-width: 150px;
}

.payment-box + .payment-box {
  margin-top: 0.75rem;
}

/* /PAYMENT BOX */
.form-payment .cart-summary {
  position: sticky;
  top: 25px;
}
.form-payment .payment-description {
  font-size: 1rem;
}
.form-payment .buttons-sticky-bottom {
  background-color: transparent;
}

.store-header dl dt {
  font-weight: 500;
}
.store-header .navbar {
  padding: 0.5rem 1rem;
  background-color: #fff;
  border-radius: 0.5rem;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}

/* @version 9.0 [rev.9.0.01] */
body {
  font-size: 15px;
  text-rendering: geometricPrecision;
  font-weight: 400;
  letter-spacing: -0.08px;
}
body.light {
  background-color: rgba(250, 247, 246, 0.4);
}
body.dark {
  background-color: #f7f2ef;
}

code {
  font-size: inherit;
}

body > main:not(.home-page) {
  margin-top: 2rem;
}

/* @version 9.0 [rev.9.0.01] */
/* ANCHOR TARGET */
/* /ANCHOR TARGET */
.subtitle {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: 0.3rem;
  margin-bottom: 0.9rem;
}

/* @version 9.0 [rev.9.0.01] */
.btn {
  border-radius: 3px;
}

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.75rem;
}

.btn-group-lg > .btn, .btn-lg {
  font-size: 1.1rem;
}

.language-dropdown .btn {
  color: #000;
  padding-left: 5px;
  padding-right: 5px;
}
.dark .language-dropdown .btn {
  background-color: #343a40;
}

.buttons-sticky-bottom {
  background-color: rgba(255, 255, 255, 0.8);
}

.dark .btn-wishlist {
  color: #fff;
  background-color: #343a40;
}

/* @version 9.0 [rev.9.0.01] */
.dashboard-cards .card {
  border-color: #dee2e6;
}
.dashboard-cards .card .card-header {
  background-color: #f8f9fa;
  border-bottom-color: #dee2e6;
}

.listings-cards .card-grid,
.stores-cards .card-grid {
  border-top: none;
  border-right: 1px solid #e9ecef;
  border-bottom: 1px solid #e9ecef;
  border-left: none;
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-1:nth-child(-n+1),
  .stores-cards .card-grid.card-grid-desktop-1:nth-child(-n+1) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-1:nth-child(1n),
  .stores-cards .card-grid.card-grid-desktop-1:nth-child(1n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-1:nth-child(1n),
  .stores-cards .card-grid.card-grid-phone-1:nth-child(1n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-2:nth-child(-n+2),
  .stores-cards .card-grid.card-grid-desktop-2:nth-child(-n+2) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-2:nth-child(2n),
  .stores-cards .card-grid.card-grid-desktop-2:nth-child(2n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-2:nth-child(2n),
  .stores-cards .card-grid.card-grid-phone-2:nth-child(2n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-3:nth-child(-n+3),
  .stores-cards .card-grid.card-grid-desktop-3:nth-child(-n+3) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-3:nth-child(3n),
  .stores-cards .card-grid.card-grid-desktop-3:nth-child(3n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-3:nth-child(3n),
  .stores-cards .card-grid.card-grid-phone-3:nth-child(3n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(-n+4),
  .stores-cards .card-grid.card-grid-desktop-4:nth-child(-n+4) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(4n),
  .stores-cards .card-grid.card-grid-desktop-4:nth-child(4n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-4:nth-child(4n),
  .stores-cards .card-grid.card-grid-phone-4:nth-child(4n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-5:nth-child(-n+5),
  .stores-cards .card-grid.card-grid-desktop-5:nth-child(-n+5) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-5:nth-child(5n),
  .stores-cards .card-grid.card-grid-desktop-5:nth-child(5n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-5:nth-child(5n),
  .stores-cards .card-grid.card-grid-phone-5:nth-child(5n) {
    border-right: none;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-6:nth-child(-n+6),
  .stores-cards .card-grid.card-grid-desktop-6:nth-child(-n+6) {
    border-top: 1px solid #e9ecef;
  }
  .listings-cards .card-grid.card-grid-desktop-6:nth-child(6n),
  .stores-cards .card-grid.card-grid-desktop-6:nth-child(6n) {
    border-right: none;
  }
}
@media (max-width: 991.98px) {
  .listings-cards .card-grid.card-grid-phone-6:nth-child(6n),
  .stores-cards .card-grid.card-grid-phone-6:nth-child(6n) {
    border-right: none;
  }
}
.listings-cards .card-grid .action-buttons,
.stores-cards .card-grid .action-buttons {
  gap: 2px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.listings-cards .card-grid .action-buttons .btn,
.stores-cards .card-grid .action-buttons .btn {
  width: 100%;
}
.listings-cards .card-list,
.stores-cards .card-list {
  border-top: 1px solid #e9ecef;
}

body > main:not(.home-page) {
  margin-top: 0rem;
}

.listings-cards .card-grid, .stores-cards .card-grid {
  padding: 5px;
}

.listings-cards .card-grid .card-body, .stores-cards .card-grid .card-body {
  padding: 0 0 0 0;
}

.listings-cards .card-grid .card-seller, .stores-cards .card-grid .card-seller {
  margin-bottom: 0;
}

.card-title {
  margin-bottom: 0;
}

.listings-cards .card-grid .price, .stores-cards .card-grid .price {
  margin-top: 0;
}

.listings-cards .card-grid .card-details, .stores-cards .card-grid .card-details {
  margin-bottom: 0;
}

.listings-cards .card-grid .card-footer, .stores-cards .card-grid .card-footer {
  margin: 0;
  padding: 0;
}

/*
.card-container {
  transform: scale(0.8);
  transform-origin: center;
  display: inline-block;
}*/
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4, .stores-cards .card-grid.card-grid-desktop-4 {
    width: 16%;
  }
}
.badge {
  white-space: nowrap;
}

small, .small {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(-n+6), .stores-cards .card-grid.card-grid-desktop-4:nth-child(-n+6) {
    border-top: 1px solid #e9ecef;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(233, 236, 239);
  }
}
/*
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(-n + 6), .stores-cards .card-grid.card-grid-desktop-4:nth-child(-n + 6) {
    border-top: 1px solid #e9ecef;
  }
}*/
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(4n), .stores-cards .card-grid.card-grid-desktop-4:nth-child(4n) {
    border-right: 1px solid #e9ecef;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(6n), .stores-cards .card-grid.card-grid-desktop-4:nth-child(6n) {
    border-right: 1px solid #e9ecef;
  }
}
@media (min-width: 992px) {
  .listings-cards .card-grid.card-grid-desktop-4:nth-child(1n), .stores-cards .card-grid.card-grid-desktop-4:nth-child(1n) {
    border-left: 1px solid #e9ecef;
  }
}
@media (min-width: 992px) {
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    padding-bottom: 2px;
  }
}
/* @version 9.1 [rev.9.1.01] */
.categories-menu {
  /* FS-DROPDOWN */
  /* /FS-DROPDOWN */
}
.categories-menu .nav-item:first-child .nav-link {
  padding-left: 0;
}
.categories-menu .fs-dropdown {
  position: static !important;
}
.categories-menu .fs-dropdown > .fs-dropdown-menu {
  margin-top: -0.05rem;
  padding-top: 20px;
  left: 15px;
  width: calc(100% - 30px);
  max-height: 100vh;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #fff;
  display: none;
  position: absolute;
  border: 1px solid #dee2e6;
  border-radius: 3px;
  z-index: 20;
}
.categories-menu .fs-dropdown:hover > .fs-dropdown-menu {
  display: block;
}
.categories-menu .masonry-layout {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.categories-menu .masonry-layout__panel {
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  -moz-column-break-inside: avoid;
       break-inside: avoid; /* IE 10+ */
  padding-left: 1rem;
}
.categories-menu .subcategory-header {
  color: #343a40;
  font-weight: 500;
  font-size: 1.1rem;
}
.categories-menu .subcategory-header a {
  color: #343a40;
  text-shadow: none;
}
.categories-menu .dropdown-toggle::after {
  display: none;
}

/** @version 9.0 [rev.9.0.01] */
.form-control, .form-select {
  border-radius: 3px;
  font-size: inherit;
}

.form-vertical {
  margin: 0 auto;
}

.form-voucher-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.form-voucher-fields .btn {
  font-size: 15px;
  margin-bottom: 4px;
}

/* @version 9.0 [rev.9.0.01] */
/* SIDEBAR & CORRESPONDING MAIN ELEMENT */
@supports not (-ms-high-contrast: none) {
  @media (min-width: 1400px) {
    .sidebar {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 250px;
              flex: 0 0 250px;
      position: fixed;
      position: sticky;
      top: 15px;
      height: calc(100vh - 30px);
      overflow-y: auto;
    }
    .listings-browse .sidebar {
      height: auto;
    }
  }
  .main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  @media (min-width: 1400px) {
    .main {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(100% - 250px);
              flex: 0 0 calc(100% - 250px);
      max-width: calc(100% - 250px);
    }
  }
}
@media (max-width: 991.98px) {
  .sidebar-menu {
    margin-bottom: 1.5rem;
  }
  .sidebar-menu .has-icons {
    display: block;
  }
}
.sidebar-menu .sidebar-heading {
  padding-bottom: 0.25rem;
}
.sidebar-menu .sidebar-heading .bi {
  visibility: hidden;
  font-size: 0.75rem;
  color: #343a40;
  margin-left: 0.5rem;
}
@media (max-width: 991.98px) {
  .sidebar-menu .sidebar-heading {
    text-align: center;
  }
  .sidebar-menu .sidebar-heading .bi {
    visibility: visible;
  }
}
.sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
  color: #343a40;
  text-decoration: none;
}
@media (min-width: 1200px) {
  .sidebar-menu .sidebar-heading a, .sidebar-menu .sidebar-heading a:hover {
    cursor: text;
  }
}
@media (min-width: 1200px) {
  .sidebar-menu > .collapse {
    display: block !important;
  }
}
.sidebar-menu ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.sidebar-menu li > ul {
  margin-top: 0;
  padding-left: 0.35rem;
  font-size: 95%;
}
.sidebar-menu .nav-item.open > a,
.sidebar-menu .nav-item > a:hover {
  color: #0c579b;
}
.sidebar-menu .nav-link {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.75);
  padding: 0.25rem 0;
}
.sidebar-menu .nav-link .feather {
  margin-right: 4px;
  color: #999;
  -webkit-transition: 0.25s linear;
  transition: 0.25s linear;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.sidebar-menu .nav-link.open .feather {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.sidebar-menu .nav-link.active {
  color: #007bff;
  font-weight: 500;
}
.sidebar-menu .nav-link:hover .feather, .sidebar-menu .nav-link.active .feather {
  color: inherit;
}
.sidebar-menu .nav-dropdown > .nav-link {
  font-weight: 500;
  color: #333;
}

.navbar-inline-filter .btn {
  font-size: 15px;
}

/* /SIDEBAR & CORRESPONDING MAIN ELEMENT */
.mobile-navbar .navbar {
  z-index: 100;
  background-color: #0c579b;
  color: #fff;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.mobile-navbar .navbar.navbar-fixed-top, .mobile-navbar .navbar.navbar-force-fixed-top {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #e9ecef;
}
.mobile-navbar .navbar button, .mobile-navbar .navbar .btn {
  color: #fff;
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0 0.35rem;
}
@media (max-width: 767.98px) {
  .mobile-navbar .navbar button .feather, .mobile-navbar .navbar .btn .feather {
    width: 1.1rem;
    height: 1.1rem;
  }
}
@media (min-width: 768px) {
  .mobile-navbar .navbar button .feather, .mobile-navbar .navbar .btn .feather {
    width: 1.4rem;
    height: 1.4rem;
  }
}
.mobile-navbar .navbar #mobileHeaderMenu,
.mobile-navbar .navbar #mobileSearchForm {
  width: 100%;
  margin: 0.7rem 0.35rem 0.35rem;
}
.mobile-navbar .navbar #mobileHeaderMenu .nav-item {
  padding: 0.75rem 1rem;
}
.mobile-navbar .navbar #mobileHeaderMenu .nav-item + .nav-item {
  border-top: 1px solid #e9ecef;
}
.dark .mobile-navbar .navbar #mobileHeaderMenu .nav-item + .nav-item {
  border-top-color: #343a40;
}
.mobile-navbar .navbar #mobileHeaderMenu .nav-link {
  display: inline;
  padding: 0;
  color: #fff;
}
.mobile-navbar .navbar #mobileSearchForm .has-icons {
  display: block;
}
.mobile-navbar .navbar-brand {
  width: 100%;
  margin-left: 1rem;
  margin-right: auto;
  max-width: 150px;
  color: #fff;
  font-size: 14px;
}
.mobile-navbar .navbar-brand img {
  height: 25px;
}

/** @version 9.0 [rev.9.0.01] */
th {
  font-weight: 500;
}

/* @version 9.0 [rev.9.0.01] */
header .cart-dropdown .feather {
  width: 26px;
  height: 26px;
}
header .cart-dropdown .cart-nb-items {
  color: #fff;
  background-color: #0c579b;
  /* display absolute option */
  line-height: 16px;
  border-radius: 12px;
  width: 24px;
  text-align: center;
}
@media (min-width: 992px) {
  header .cart-dropdown .cart-nb-items {
    position: absolute;
    left: 32px;
  }
}
header .cart-dropdown .cart-price {
  font-weight: 300;
  color: #dee2e6;
  font-size: 0.875rem;
  margin-left: 20px;
}
header .cart-dropdown .btn {
  border: none !important;
  position: relative;
}

/* @version 9.1 [rev.9.1.01] */
header {
  /* desktop */
}
.light header {
  color: #000;
  background-color: #fff;
}
.dark header {
  color: #fff;
  background-color: #000;
}
.dark header .feather {
  color: #fff;
}
header .desktop-navbar .top-navbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  border-bottom: 1px solid rgba(233, 226, 221, 0.2);
}
header .desktop-navbar .top-navbar .announcements {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .desktop-navbar .top-navbar .announcements p {
  margin: 0;
}
header .desktop-navbar .top-navbar .nav .nav-item + .nav-item {
  border-left: 1px solid rgba(233, 226, 221, 0.3);
}
header .desktop-navbar .top-navbar .nav .nav-link {
  padding: 0 20px;
}
.dark header .desktop-navbar .top-navbar .nav .nav-link {
  color: #f1f1f1;
}
.light header .desktop-navbar .top-navbar .nav .nav-link {
  color: #343a40;
}
header .desktop-navbar .top-navbar .btn {
  height: 30px;
}
header .desktop-navbar .main-navbar {
  border-bottom: 1px solid rgba(233, 226, 221, 0.3);
  padding: 5px 0;
}
.dark header .desktop-navbar .main-navbar {
  background-color: #000;
}
header .desktop-navbar .main-navbar .logo {
  max-width: 250px;
}
header .desktop-navbar .main-navbar .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  height: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 20px;
}
header .desktop-navbar .main-navbar .search input, header .desktop-navbar .main-navbar .search select {
  height: 44px;
  padding: 1px 9.8px 1px 15px;
  font-stretch: condensed;
}
header .desktop-navbar .main-navbar .search input:focus, header .desktop-navbar .main-navbar .search select:focus, header .desktop-navbar .main-navbar .search .btn:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}
header .desktop-navbar .main-navbar .search input {
  border-radius: 3px 0 0 3px;
}
.dark header .desktop-navbar .main-navbar .search input {
  border: none;
}
header .desktop-navbar .main-navbar .search select {
  width: 220px;
  border-radius: 0;
  padding-right: 35px;
  text-overflow: ellipsis;
  border-left: 1px solid rgba(233, 226, 221, 0.6);
  padding-right: 35px;
  text-overflow: ellipsis;
}
.dark header .desktop-navbar .main-navbar .search select {
  border: none;
}
header .desktop-navbar .main-navbar .search .btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding: 0 8px;
  height: 44px;
  border-radius: 0 3px 3px 0;
}
header .desktop-navbar .main-navbar .search .btn .bi {
  font-size: 28px;
}
header .desktop-navbar .main-navbar .search .btn .feather {
  width: 26px;
  height: 26px;
}
header .desktop-navbar .main-navbar .my-account {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
header .desktop-navbar .main-navbar .my-account small {
  font-weight: 300;
}
header .desktop-navbar .main-navbar .my-account .btn-dropdown {
  display: block;
  font-weight: 500;
  cursor: pointer;
  width: 100%;
}
header .desktop-navbar .main-navbar .my-account .feather {
  margin-left: 5px;
  width: 24px;
  height: 24px;
}
header .desktop-navbar .main-navbar .my-account .reputation-score {
  background-color: #343a40 !important;
}
header .desktop-navbar .main-navbar .my-account .reputation-score a {
  color: #dee2e6 !important;
}
header .desktop-navbar .main-navbar .my-account .headline {
  padding: 0.25rem 1rem 0.75rem;
  border-bottom: 1px solid #e9ecef;
}
header .desktop-navbar .main-navbar .my-account .form-sign-in {
  min-width: 300px;
}
header .desktop-navbar .main-navbar .my-account .dropdown-menu {
  min-width: max(175px, 100%);
}
header .desktop-navbar .main-navbar .cart-dropdown {
  padding-left: 15px;
  margin-left: -30px;
}
header .desktop-navbar .main-navbar .cart-dropdown > .btn {
  padding-right: 40px;
}
header .desktop-navbar .main-navbar .my-account:before, header .desktop-navbar .main-navbar .cart-dropdown:before {
  content: "";
  height: 35px;
  width: 1px;
  position: absolute;
  left: 0;
  top: calc((100% - 35px) / 2);
  background-color: rgba(233, 226, 221, 0.3);
}
header .desktop-navbar .main-navbar .my-account .dropdown-menu, header .desktop-navbar .main-navbar .cart-dropdown .dropdown-menu {
  border: 1px solid rgba(233, 226, 221, 0.3);
  -webkit-box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1019607843);
          box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.1019607843);
  margin-top: 5px !important;
}
header .desktop-navbar .links-navbar {
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid rgba(233, 226, 221, 0.3);
  padding: 20px 0;
}
header .desktop-navbar .links-navbar .container {
  position: relative;
}

/* FOOTER */
footer {
  margin-top: 3rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-size: 14px;
}
.dark footer {
  border-top: 1px solid rgba(230, 227, 226, 0.8);
  color: #495057;
  background-color: rgba(230, 227, 226, 0.5);
}
.light footer {
  border-top: 1px solid rgba(230, 227, 226, 0.8);
  color: #495057;
  background-color: rgba(230, 227, 226, 0.5);
}
footer a {
  font-weight: 400;
}
footer a:not(.btn) {
  color: #343a40;
}
footer .footer-links.footer-links-horizontal {
  padding-left: 0;
}
footer .footer-links.footer-links-horizontal h4 {
  display: none;
}
footer .footer-links.footer-links-horizontal .nav {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .footer-links.footer-links-horizontal li {
  display: inline-block;
}
footer .footer-links.footer-links-horizontal li + li {
  padding-left: 0.75rem;
}
footer .footer-links.footer-links-vertical h4 {
  font-size: 1.1rem;
  margin-bottom: 0.25rem;
}
footer .footer-links.footer-links-vertical ul {
  padding-left: 0;
}
footer .footer-links.footer-links-vertical li > a {
  padding: 0.2rem 1rem 0.2rem 0;
}
footer .footer-logo img {
  width: 200px;
}
footer .first-row > .col-md {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
footer .first-row .newsletter-subscription-box {
  background-color: #D2CFCE;
  padding: 1rem;
  border-radius: 6px;
}
footer .second-row {
  border-top: 1px solid #DCD9D8;
  padding-top: 1.5rem;
  margin-top: 1rem;
}
footer .second-row .social-media-links {
  text-align: right;
}
footer .second-row .copyright-message {
  border-top: 1px solid #DCD9D8;
  padding-top: 1rem;
  margin-top: 1rem;
  font-size: 12px;
}
@media (min-width: 992px) {
  footer .first-row,
  footer .second-row {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

.categories-menu {
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}

.categories-menu .nav-item, .me-4 .nav-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.categories-menu .nav-item:not(:last-child)::after, .me-4 .nav-item:not(:last-child)::after {
  content: "|";
  display: inline-block;
  vertical-align: middle;
  margin-left: 2px;
  margin-right: 2px;
  color: #000;
  font-weight: normal;
}

.categories-menu .nav-item .nav-link, .me-4 .nav-item .nav-link {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 2px !important;
}

.brochure .content-menu .nav .nav-item a {
  display: block;
  width: 200px;
  height: 300px; /* Adjust height as needed */
  background-image: url("/uploads/images/brochure.png");
  background-color: #262f36;
  background-size: cover;
  background-position: center;
  text-indent: -9999px; /* Hides the text but keeps it accessible for screen readers */
  border-radius: 5px;
  /*border: 1px solid #ddd;*/
  margin: 0 auto;
}

/* /FOOTER */
.members-area .sidebar {
  padding-top: 0.75rem;
}
.members-area .main-content {
  padding: 0.75rem 1rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.members-area .form-user {
  margin: 0;
}

.listings-browse .sidebar-content,
.stores-browse .sidebar-content {
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.listings-browse .main-content,
.stores-browse .main-content {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.listings-browse .category-breadcrumbs,
.stores-browse .category-breadcrumbs {
  font-weight: 500;
}
.listings-browse .pagination,
.stores-browse .pagination {
  margin-bottom: 0.5rem;
}

/* @version 9.1 [rev.9.1.01] */
.listing-details .title {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 575.98px) {
  .listing-details .title {
    font-size: 1.5rem;
  }
}
.listing-details .short-description {
  margin-bottom: 1.5rem;
  overflow: hidden;
  > div > div {
    max-height: none !important;

  }
}
.listing-details .top-section .breadcrumb {
  margin-bottom: 0;
}
.listing-details .top-section .breadcrumb .breadcrumb-item a {
  color: #495057;
}
.listing-details .top-section .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: #adb5bd;
}
.listing-details .media-section,
.listing-details .information-section,
.listing-details .description-section {
  padding: 1rem;
  background-color: #fff;
  border-radius: 5px;
  background-clip: padding-box; /* stops bg color from leaking outside the border: */
}
.listing-details .media-section .img-thumbnail {
  border-color: #e9ecef;
}
.listing-details .media-section .carousel-item .img-thumbnail {
  border: none;
  padding: 0;
  border-radius: 0;
}
.listing-details .media-section .carousel-indicators {
  border-top: 1px solid #e9ecef;
  padding-top: 0.75rem;
}
.listing-details .information-section .tab-pane {
  max-height: 300px;
  overflow-y: auto;
}
.listing-details .buttons-section {
  padding: 1rem;
}
.listing-details .form-purchase-confirm {
  max-width: 325px;
}
.listing-details .accordion-postage-rates {
  width: 100%;
  max-width: 325px;
}
.listing-details .accordion-postage-rates .accordion-button {
  font-size: inherit;
  padding: 0.6rem 0.75rem;
}
.listing-details .accordion-postage-rates .accordion-body {
  padding: 0.75rem 0.75rem 0.6rem;
}
.listing-details .nav-description-section {
  background-color: #fff;
}

/* webxloo */
.sidenavcontainer {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The side navigation menu */
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  -webkit-transition: 0.5s;
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
}

/* The navigation menu links */
/*.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
  transition: 0.3s;
}*/
/* When you mouse over the navigation links, change their color */
/*.sidenav a:hover {
  color: #f1f1f1;
}*/
/* Position and style the close button (top right corner) */
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.nav-link .arrow {
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 10px;
  font-size: 16px; /* Adjust font size for better visibility */
  width: 30px; /* Set a larger clickable area */
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  pointer-events: auto;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.reputation-score {
  background-color: #343a40 !important;
}
.reputation-score a {
  color: #dee2e6 !important;
}

.nGY2VThumbnail {
  cursor: pointer !important;
}