:root {
  --var-global-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
  --var-button-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
}

.ast-container {
  min-width: 1140px;
}

.site-footer {
  min-width: 1140px;
}

@media only screen and (max-width: 1024px) {
  .ast-container {
    min-width: 1024px !important;
  }

  .site-footer {
    min-width: 1024px !important;
  }

  .collection-card {
    width: 210px !important;

    height: 210px !important;
  }
}

.black {
  color: black !important;
}

.site-footer-section-1,
.site-footer-section-2,
.site-footer-section-3 {
  justify-content: start;
  padding-left: 20px;
}

.site-footer-section-4 {
  justify-content: end;
  padding-right: 20px;
}

@media (min-width: 0px) and (max-width: 1407px) {
  .col-* {
    width: auto !important;
  }
}

.menu-link {
  font-size: 14px;
}

button {
  box-shadow: var(--var-button-shadow);
}

.input-group button {
  box-shadow: none;
}

.fixed-width {
  margin: auto;
  width: 900px !important;
}
.root-menu-text {
  font-family: "Raleway", serif;
  color: black;
}

.root-menu li {
  padding: 5px;
}

ul {
  margin-left: 0;
}

.tab-pane {
  padding-top: 15px;
  padding-left: 15px;
}

.nav-item button {
  color: black;
  font-size: 1rem;
}

.nav-item button:hover {
  color: black;
}

.table-wrapper {
  padding: 20px;
  background-color: white;

  width: 900px !important;
  border-radius: var(--bs-border-radius) !important;
  margin: auto;
  margin-top: 20px;
  box-shadow: var(--var-global-shadow);
}

.table-document-list {
  font-size: 0.6rem;
  border: 0;
}

.table-document-lines {
  font-size: 0.6rem;
  border: 0;
}

.table-transactions {
  font-size: 0.6rem;
  border: 0;
}

.table-favourites {
  font-size: 0.6rem;
  border: 0;
}

.table-locations {
  font-size: 0.6rem;
  border: 0;
}

.table-customers {
  font-size: 0.6rem;
  border: 0;
}

.table-document-list td,
.table-document-lines td,
.table-transactions td,
.table-favourites td,
.table-customers td,
.table-locations td {
  padding: 10px;
}

.table-document-list tr,
.table-document-lines tr,
.table-transactions tr,
.table-favourites tr,
.table-locations tr,
.table-customers tr {
  padding: 10px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}

.table-document-list td > *,
.table-document-lines td > *,
.table-transactions td > *,
.table-favourites td > *,
.table-customers td > *,
.table-locations td > * {
  padding: 0;
  background-color: transparent;
}

.account-home label {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 0.8rem;
}

.account-home p {
  padding-bottom: 10px;
  font-size: 0.8rem;
}

.main-header-bar-wrap {
  position: fixed;
  width: 100%;
}

.content-area {
  margin-top: 90px !important;
}

.location-card {
  border-radius: 5px;
  overflow: hidden;
  background: #fff; /* Assuming you want a white background */
  border: 0;
  margin: 10px 0;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  padding-bottom: 15px;
  font-size: 0.8rem;
  border-bottom: 1px solid #ddd;
}

.account-input-clear {
  position: relative;
  top: -50px;
  right: 20px;
  color: lightgray !important;
  font-size: 1.5em;
}

.card-container {
  gap: 10px;
  padding: 10px;
  justify-content: center; /* Centers the cards in the container */
  min-height: 240px !important;
}

.collection-list-card {
  display: flex; /* Add this to make .card a flex container */
  flex-direction: column; /* Stack the flex items vertically */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; /* Assuming you want a white background */
  border: 0;
  height: 140px;
  justify-content: space-evenly;
  margin-left: auto;
  margin-right: auto;
}

.list-card-content {
  display: flex; /* Add this to make .card a flex container */
  flex-direction: column; /* Stack the flex items vertically */

  justify-content: center;
  height: 100%;
  padding: 10px;
}

.collection-card {
  display: flex; /* Add this to make .card a flex container */
  flex-direction: column; /* Stack the flex items vertically */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  transition: 0.3s;
  width: 230px;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; /* Assuming you want a white background */
  border: 0;
  height: 230px;
  margin-bottom: 20px;
  justify-content: space-evenly;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.collection-card-image {
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.related-item-card {
  display: flex; /* Add this to make .card a flex container */
  flex-direction: column; /* Stack the flex items vertically */
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1) !important;
  transition: 0.3s;
  border-radius: 5px;
  overflow: hidden;
  background: #fff; /* Assuming you want a white background */
  border: 0;
  height: 260px;
  margin-bottom: 20px;
  margin-top: 10px;
  justify-content: space-between;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.card-full {
  transition: 0.3s;
  width: 100%;
  height: 120px;
}

.card-full-big {
  transition: 0.3s;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #ddd;
}

/* Optional: If you want to have a hover effect to lift the card slightly */
.card-full:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.collection-card img {
  height: 150px !important;
  width: auto;
  display: block;
}

.collection-card .container {
  padding: 16px;
  text-align: center;
  margin-top: auto; /* Pushes the content to the bottom */
}

.collection-card .container h4 {
  margin-bottom: 10px; /* Adds space below the heading */
}

.user-form {
  border-radius: var(--bs-border-radius) !important;
  padding: 0.475rem 0.85rem !important;
  background: var(--ast-comment-inputs-background) !important;
}

.collection-card .container a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.collection-card .container a:hover {
  text-decoration: underline;
}

/* Optional: If you want to have a hover effect to lift the card slightly */
.collection-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.related-item-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.collection-list-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.loader-wrapper,
.login-loader-wrapper {
  width: 600px;
}

.collection-breadcrumbs {
  height: 50px;
}

.search-breadcrumbs {
  margin-top: 20px;
}

.collection-breadcrumbs a,
.search-breadcrumbs a {
  font-size: 14px;
  color: black !important;
}

.login-wrapper {
  width: 600px;
  height: 350px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}

.login-form {
  height: 520px;
  width: 800px !important;
}

.loader-wrapper {
  height: 300px;
  margin: auto;
  text-align: center;
  margin-top: 100px;
}

.login-loader-wrapper {
  height: 350px;
  margin: auto;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 100px;
}

.text-red {
  color: red;
}

.bg-red-500 {
  background: rgba(255, 229, 229, 0.6);
  border-radius: 8px;
  border: 1px solid rgba(255, 0, 0, 0.6);
  color: black;
  margin: 20px 100px;
}

.loader-wrapper {
  height: 300px;
  margin: auto;
  text-align: center;
  margin-top: 100px;
}

.loader {
  display: inline-block;
  font-size: 48px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  color: #5d5d5d;
  position: relative;
}
.loader::before {
  content: "";
  position: absolute;
  left: 34px;
  bottom: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-bottom-color: #ff3d00;
  box-sizing: border-box;
  animation: rotation 0.6s linear infinite;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.image-login-background {
  width: 100% !important;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 200; /* Keeps the image behind other content */
}

.list-none {
  list-style: none !important;
  margin-left: 0;
  padding-left: 0;
}

.item-card-image {
  width: 180px;
  text-align: center;
}

.item-card-big-image {
  text-align: center;
  object-fit: contain;
}

.item-card-big-image img {
  max-width: 180px;
  height: 90px;
  object-fit: contain;
}

#txtQuantity,
.item-quantity,
.item-quantity:focus,
.item-quantity:active {
  width: 80px !important;
  text-align: center;
  border-radius: 0.375rem;
  background-color: #eee !important;
  border-color: #ddd !important;
}

.required {
  border-color: red !important;
}

.document-lines-wrapper,
.document-list-wrapper {
  display: none;
}

.document-lines-wrapper,
.document-list-wrapper {
  display: none;
}

.btn-basket-delete {
  width: 2.2rem;
}

.btn:disabled {
  border-color: transparent !important;
}

.account-wrapper {
  display: none;
}

.item-wrapper {
  display: none;
  padding: 2rem;
}

.basket-wrapper {
  display: none;
}

.wait-message-wrapper {
  display: none;
}

.payment-wrapper {
  display: none;
}

.basket-empty {
  display: none;
}

.confirmation-wrapper,
.order-complete {
  display: none;
}

.toast-top-right {
  top: 100px !important;
}

.item-prices {
  min-height: 60px;
}

.dimension-wrapper {
  margin-top: 10px;
  margin-bottom: 10px;
}

.add-to-basket-wrapper {
  margin-top: 20px;
}

.item-loader {
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items: start; /* Vertically center the child */
  justify-content: space-around;
  padding-left: 20px;
}

.basket-quantity-wrapper {
  font-size: 14px;
}

.billing-address,
.shipping-address {
  font-size: 14px;
}

.basket-row {
  width: 100%;
  border: 1px solid #eee;
  padding: 15px;
  background-color: white;
}

.basket-price {
  text-align: right;
  font-size: 16px;
  font-weight: bold;
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  align-items: center;
  height: 1.8rem;
}

.input-group input,
.input-group button {
  height: 1.8rem;
}

.input-group button {
  border: 1px solid var(--ast-border-color);
}

.basket-buttons {
  margin-top: 10px;
  margin-bottom: 5px;
  text-align: right;
  padding: 10px;
  align-items: center;
}

.space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.basket-row a {
  color: black;
}

.basket-item-number {
  font-weight: 600;
}

.basket-item-description {
  font-size: 14px;
}

.btn-circle.btn-sm,
.btn-group-sm > .btn-circle.btn {
  height: 2rem;
  width: 2rem;
  font-size: 1rem;
  border-radius: 50%;
}

.theme-height {
  height: 2.2rem !important;
}

.item-inventory {
  display: flex; /* Establishes a flex container */
  align-items: center; /* Centers children along the cross axis (vertical) */
  justify-content: center; /* Centers children along the main axis (horizontal) */
}

.text-md {
  font-size: 0.9rem;
}
.text-sm {
  font-size: 0.8rem;
}
.text-xs {
  font-size: 0.7rem;
}

.spin-loader {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #ff3d00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: spin-rotation 1s linear infinite;
}

@keyframes spin-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.global-search {
  position: relative;

  max-width: 200px;
}

.site-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  background-color: white;
  display: flex;
  justify-content: center;
}

.site-content {
  margin-bottom: 100px;
}

.tab-content {
  background-color: white;
  border: 1px solid #ddd;
  border-top: none;
  padding: 10px;
  border-radius: var(--bs-border-radius) !important;
  box-shadow: var(--var-global-shadow);
  margin-top: 20px;
}

#myTab {
  background: #262626;
  color: #eee;
  border-radius: var(--bs-border-radius) !important;
  font-size: 0.6em;
}
#myTab h6.section-title {
  color: #eee;
}

#myTab .nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  color: #f3f3f3;
  background-color: #3b3b3b;
  border-color: transparent transparent #f3f3f3;
  border-bottom: 4px solid !important;
  border-radius: var(--bs-border-radius) !important;
}
#myTab .nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  color: #eee;
}

#myTab .nav-item button {
  font-size: 0.9rem !important;
  letter-spacing: 0;
}

#myTab button {
  color: #eee;
}

#myTab button:hover,
#myTab li:hover {
  background: #3b3b3b;
  border-color: #3b3b3b;
}

#myTab li:first-child:hover {
  border: 0;
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: 0 !important;
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: 0 !important;
}

#myTab li:last-child:hover {
  border: 0;
  border-top-right-radius: var(--bs-border-radius) !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: var(--bs-border-radius) !important;
}

.btn-secondary,
.btn-secondary:active,
.btn-secondary:visited,
.btn-secondary:focus {
  background-color: #262626;
  font-size: 0.75em;
  padding: 8px 15px;
  border-color: #262626;
}

.btn-secondary:hover {
  background-color: #fff;
  color: #262626;
  border-color: #262626;
}

.btn-default,
.btn-default:active,
.btn-default:visited,
.btn-default:focus {
  background-color: #fff;
  color: #5f5f5f;
  border-color: #7a7a7a;
  font-size: 0.75em;
  padding: 8px 15px;
}

.btn-default:hover {
  background-color: #fff;
  color: #262626;
  border-color: #262626;
}

.btn-warning,
.btn-warning:active,
.btn-warning:visited,
.btn-warning:focus {
  background-color: #514e1b;
  color: #fff;
  border-color: #7a7a7a;
  font-size: 0.75em;
  padding: 8px 15px;
}

.btn-warning:hover {
  background-color: #fff;
  color: #4a4444;
  border-color: #262626;
}

.btn-theme,
.btn-theme:active,
.btn-theme:visited,
.btn-theme:focus {
  font-size: 0.75em !important;
  padding: 8px 15px !important;
}

.btn-theme:hover {
  background-color: #fff;
  color: #262626;
  border-color: #262626;
}

hr {
  margin: 10px auto !important;
  color: #bbb;
}

.btn-outline-secondary,
.btn-outline-secondary:active,
.btn-outline-secondary:visited,
.btn-outline-secondary:focus {
  background-color: #fff;
  color: #262626;
  border: 1px solid var(--ast-border-color);
}

.btn-outline-secondary:hover {
  background-color: var(--bs-btn-hover-bg);
  color: white;
}

.site-footer {
  position: relative;
}

.site-footer-section {
  padding-bottom: 50px;
}

.site-footer-section .widget {
  margin: 0 !important;
  margin-top: 10px !important;
}

.site-footer-section h2 {
  margin-top: 20px;
  font-size: 0.9em !important;
  font-weight: 500;
  margin-bottom: 20px !important;
}

.site-footer-section .widget p {
  font-size: 0.7em !important;
  margin-bottom: 0;
}

.site-footer-section a {
  color: #555;
  cursor: pointer;
}

.basket-count {
  position: relative;
  margin-left: 10px;
}

#basket-number {
  color: #fff; /* White text color */
  font-size: 11px;
  position: absolute;
  top: 48%; /* Vertically center the content */
  transform: translateY(-50%); /* Adjust for half of the element's height */
  text-align: center;
  width: 50px;
  font-weight: bold;

  transform: translateX(-40px);
}

.font-bold {
  font-weight: bold;
}
.color-black {
  color: black;
}

.btn-list {
  width: 120px;
}

.item-image-wrapper img {
  max-height: 500px;
  margin-left: auto;
  margin-right: auto;
  background-color: white;
  border: 1px solid #ddd;
  padding: 1rem;
}

.order-by-container {
  margin-bottom: 10px;
  text-align: right;

  width: 100%;
}

.order-by-container select {
  padding: 10px !important;
  border-radius: var(--bs-border-radius) !important;
}

.loader-text {
  margin-top: 20px;
  font-size: 20px !important;
}

.modal-header h5 {
  margin-bottom: 0 !important;
}

.modal-loader {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid lightblue;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.modal-loader::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-left: 4px solid #ff3d00;
  border-bottom: 4px solid transparent;
  animation: rotation 0.5s linear infinite reverse;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.active-collection {
  font-size: 20px;
  margin-bottom: 10px;
}

.active-collection span {
  font-weight: bold;
}

.active-collection small {
  margin-left: 10px;
  font-size: 10px;
  margin-top: -5px;
}

.alert-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 998; /* One level below the alert window */
  display: none;
}
.alert-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: none; /* Remove border for cleaner look */
  border-radius: 8px; /* Rounded corners */
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2); /* Drop shadow */
  padding: 30px;
  z-index: 999;
}
.alert-message {
  margin-bottom: 10px;
}
.alert-close {
  float: right;
}

#install-alert {
  position: fixed;
  bottom: 0px;
  left: 0;
  height: 100%;
  width: 100%; /* Span full width */
  color: black;
  border: 1px 1px 0px 1px solid black;
  text-align: center; /* Center content horizontally */
  font-size: 2em;
  display: none; /* Initially hidden */
  opacity: 0; /* Initially invisible */
  visibility: hidden; /* Initially takes no space */
  z-index: 3000;
  align-items: center;
  flex-direction: column;
  justify-content: center;

  background: white;
}

#install-app-btn {
  margin-top: 20px;
}

#install-app-heading * {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  font-size: 2.5em !important;
  text-align: left !important;
}

#install-app-sub-heading {
  font-family: "Raleway", sans-serif;
  font-weight: bold;
  margin-bottom: 2rem;
  font-size: 2em !important;
  text-align: center !important;
}

#install-app-btn {
  margin: 3rem 0 3rem 0;
}

#install-app-logo {
  font-size: 1.2em !important;
  text-align: center;
}

#install-app-close {
  font-size: 1.2em !important;
  text-align: center;
}

#install-alert div {
  padding: 0 5rem;
  font-size: 1.2em !important;
}

.align-top {
  align-items: start;
}

.red {
  color: red !important;
}

.dropdown-sales {
  width: 250px;
  text-align: center;
  background-color: white !important;
  border: 0;
  border-radius: 0 0 12px 12px;
  padding: 20px 0;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.2);
}

.dropdown-sales .btn {
  margin: 5px 0;
  width: 200px;
}

.dropdown-toggle-sales {
  width: 250px;
}

.btn-250 {
  width: 250px;
}

.btn-200 {
  width: 200px;
}

.search-container {
  position: relative;
  display: inline-block;
}
.form-control.history-search {
  padding-right: 30px;
}
.clear-search {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  cursor: pointer;
  font-size: 18px;
  color: #999;
  outline: none;
}

.border-aaa {
  border-color: #aaa !important;
}

.please-wait-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.please-wait-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 20px 40px;
  border-radius: 8px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  width: 400px;
}

.spinner {
  width: 24px;
  height: 24px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  flex-shrink: 0;
  margin: auto 0;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.page-loader {
  width: 360px;
  height: 100px;
  display: block;
  background-image: linear-gradient(
      100deg,
      transparent,
      rgba(38, 50, 56, 0.5) 50%,
      transparent 80%
    ),
    linear-gradient(#fff 100px, transparent 0),
    linear-gradient(#fff 20px, transparent 0),
    linear-gradient(#fff 20px, transparent 0),
    linear-gradient(#fff 20px, transparent 0);
  background-repeat: no-repeat;
  background-size: 75px 100px, 100px 100px, 125px 20px, 260px 20px, 260px 20px;
  background-position: -50% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
  box-sizing: border-box;
  animation: anim-page-loader 1s linear infinite;
}

@keyframes anim-page-loader {
  0% {
    background-position: 0% 0, 0 0, 120px 0, 120px 40px, 120px 80px, 120px 120px;
  }
  100% {
    background-position: 100% 0, 0 0, 120px 0, 120px 40px, 120px 80px,
      120px 120px;
  }
}

.cog-loader {
  width: 60px;
  height: 40px;
  position: relative;
  display: inline-block;
  --base-color: #fff; /*use your base color*/
}
.cog-loader::before {
  content: "";
  left: 0;
  top: 0;
  position: absolute;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: #334456;
  background-image: radial-gradient(
      circle 8px at 18px 18px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 18px 0px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 0px 18px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 36px 18px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 18px 36px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 30px 5px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 30px 5px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 30px 30px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 5px 30px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 4px at 5px 5px,
      var(--base-color) 100%,
      transparent 0
    );
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: cog-rotation 3s linear infinite;
}
.cog-loader::after {
  content: "";
  left: 35px;
  top: 15px;
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #334456;
  background-image: radial-gradient(
      circle 5px at 12px 12px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 12px 0px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 0px 12px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 24px 12px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 12px 24px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 20px 3px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 20px 3px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 20px 20px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 3px 20px,
      var(--base-color) 100%,
      transparent 0
    ),
    radial-gradient(
      circle 2.5px at 3px 3px,
      var(--base-color) 100%,
      transparent 0
    );
  background-repeat: no-repeat;
  box-sizing: border-box;
  animation: cog-rotation 4s linear infinite reverse;
}
@keyframes cog-rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-360deg);
  }
}
.liner {
  display: flex;
  align-items: flex-start;
  text-align: left;

  &:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #d66853;
    min-width: 20px;
    margin: auto;
  }

  &:after {
    margin-left: 20px;
  }
}

.catalogue-card {
  display: flex;
  flex-direction: column;
  transition: 0.3s;
  width: 130px;
  height: 130px;
  border-radius: 50% !important;
  overflow: hidden;
  background: #fff;
  border: 2px solid #365b37;
  margin: 0 auto 20px;
  justify-content: space-evenly;
  text-align: center;
}

.catalogue-card-active {
  border: 4px solid #365b37;
  box-shadow: 0 8px 8px 0 rgba(0, 0, 0, 0.5) !important;
  transform: translateY(-10px);
}

.catalogue-card img {
  height: 150px !important;
  width: auto;
  display: block;
}

.catalogue-card .container {
  padding: 16px;
  text-align: center;
  margin-top: auto; /* Pushes the content to the bottom */
}

.catalogue-card .container h4 {
  margin-bottom: 10px; /* Adds space below the heading */
}

.catalogue-card .container a {
  display: inline-block;
  margin-top: 10px;
  text-decoration: none;
  cursor: pointer;
}

.catalogue-card .container a:hover {
  text-decoration: underline;
}

/* Optional: If you want to have a hover effect to lift the card slightly */
.catalogue-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.catalogue-list-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.3) !important;
}

.catalogue-breadcrumbs {
  height: 50px;
}

.catalogue-breadcrumbs a {
  font-size: 14px;
  color: black !important;
}

.scroll-container {
  overflow-x: auto !important;
  white-space: nowrap;
  width: 100%;
}

.scroll-content {
  display: flex;
  flex-direction: row; /* Ensure horizontal layout */
  gap: 1rem;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  -webkit-overflow-scrolling: touch;
  white-space: nowrap; /* Keep items in a single line */
  height: 160px;
  padding-top: 15px;
}

.scroll-content > div {
  flex: 0 0 auto; /* Prevent items from growing/shrinking */
  display: inline-block; /* Keep items in line */
}

.scroll-content::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera */
}

.scroll-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
}

.scroll-container {
  overflow-x: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  scroll-behavior: smooth;
  cursor: grab;
  user-select: none;
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-content {
  display: flex;
  padding: 15px 0;
}

.price-including-vat {
  display: inline-block;
}

.price-including-vat-sm {
  font-style: italic;
  font-weight: 600;
}

.price-excluding-vat {
  display: inline-block;
  font-style: italic;
}

.price-excluding-vat-sm {
  margin-left: 10px;
  display: inline-block;
}

.modal-loader-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid lightblue;
  border-right: 4px solid transparent;
  box-sizing: border-box;
  animation: rotation1 1s linear infinite;
}
.modal-loader-small::after {
  content: "";
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-left: 4px solid #ff3d00;
  border-bottom: 4px solid transparent;
  animation: rotation1 0.5s linear infinite reverse;
}
@keyframes rotation1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.description-truncate {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
