@font-face {
  font-family: "OpenSans";
  src: url(fonts/OpenSans-BoldItalic.ttf) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Light.ttf) format("truetype");
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Regular.ttf) format("truetype");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Medium.ttf) format("truetype");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-SemiBold.ttf) format("truetype");
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Inter";
  src: url(fonts/Inter-Bold.ttf) format("truetype");
  font-weight: 700;
  font-display: swap;
}
:root,
[data-bs-theme=light] {
  --bs-blue: #00a651;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #00a651;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f7f9ff;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00a651;
  --bs-secondary: #868C9F;
  --bs-success: #06B26A;
  --bs-info: #0D1A3F;
  --bs-warning: #FFC107;
  --bs-danger: #F46538;
  --bs-light: #f7f9ff;
  --bs-dark: #0D1A3F;
  --bs-primary-rgb:
    0,
    166,
    81;
  --bs-secondary-rgb:
    134,
    140,
    159;
  --bs-success-rgb:
    6,
    178,
    106;
  --bs-info-rgb:
    13,
    26,
    63;
  --bs-warning-rgb:
    255,
    193,
    7;
  --bs-danger-rgb:
    244,
    101,
    56;
  --bs-light-rgb:
    245,
    245,
    245;
  --bs-dark-rgb:
    13,
    26,
    63;
  --bs-primary-text-emphasis: #004122;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #e3f7eb;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #b9e7cd;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb:
    255,
    255,
    255;
  --bs-black-rgb:
    0,
    0,
    0;
  --bs-font-sans-serif:
    "Inter",
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    "Noto Sans",
    "Liberation Sans",
    Arial,
    sans-serif,
    "Apple Color Emoji",
    "Segoe UI Emoji",
    "Segoe UI Symbol",
    "Noto Color Emoji";
  --bs-font-monospace:
    SFMono-Regular,
    Menlo,
    Monaco,
    Consolas,
    "Liberation Mono",
    "Courier New",
    monospace;
  --bs-gradient:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.15),
      rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb:
    33,
    37,
    41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb:
    255,
    255,
    255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb:
    0,
    0,
    0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb:
    33,
    37,
    41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb:
    233,
    236,
    239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb:
    33,
    37,
    41;
  --bs-tertiary-bg: #f7f9ff;
  --bs-tertiary-bg-rgb:
    247,
    249,
    255;
  --bs-heading-color: inherit;
  --bs-link-color: #00a651;
  --bs-link-color-rgb:
    0,
    166,
    81;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #008043;
  --bs-link-hover-color-rgb:
    0,
    128,
    67;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 10px;
  --bs-border-radius-sm: 10px;
  --bs-border-radius-lg: 0.9rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 50, 0.06);
  --bs-box-shadow-sm: 0 0 0.3rem rgba(0, 0, 0, 0.09);
  --bs-box-shadow-lg: 0 0.5rem 0.5rem rgba(0, 0, 50, 0.09);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(0, 166, 81, 0.25);
  --bs-form-valid-color: #00a651;
  --bs-form-valid-border-color: #00a651;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
  --bs-btn-color: #6c757d;
  --bs-btn-font-size: 0.875rem;
  --bm-radius: 18px;
  --bm-button-radius: 12px;
  --bm-green: #008000;
  --bm-green-dark: #006800;
  --bm-green-soft: #f6f9f6;
  --bm-gray-soft: #fafafa;
  --bm-border-soft: #e3eee3;
  --bm-padding-x: 18px;
  --bm-padding-y: 18px;
  --bm-margin-x: 18px;
  --bm-margin-y: 18px;
  --bm-shadow: 0 3px 10px rgba(0, 0, 0, 0.06);
}
body {
  font-family: var(--bs-font-sans-serif);
}
select option {
  font-family: inherit;
}
h1 {
  font-size: 1.2rem;
}
h2 {
  font-size: 1.1rem;
}
.bm-radius {
  border-radius: var(--bm-radius) !important;
}
.bm-radius-0 {
  border-radius: 0 !important;
}
@media (min-width: 768px) {
  .bm-md-radius {
    border-radius: var(--bm-radius) !important;
  }
}
.display-4 {
  font-size: 1.2rem;
}
.z-4 {
  z-index: 4;
}
.text-justify {
  text-align: justify !important;
}
.border-dark {
  border-color: rgb(223, 224, 228) !important;
}
.custom-select {
  background-color: #fff;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: .375rem .75rem;
}
.border-menu {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
}
.border-radius {
  border-radius: var(--bm-radius) !important;
}
.custom-control-input {
  margin: 0 0.7rem;
}
.grecaptcha-badge {
  opacity: 0 !important;
}
.list-group,
.card {
  border: 0px solid transparent !important;
  border-radius: 0;
  --bs-list-group-border-color: transparent;
  --bs-list-group-border-width:0;
  --bs-list-group-border-radius:0;
}
.list-group-item.active {
  background-color: var(--bs-primary);
  border-color: var(--bs-list-group-active-border-color);
}
.custom-font {
  font-family: "OpenSans", sans-serif;
  font-weight: bold;
  font-style: italic;
}
.btn-primary {
  background-color: #00a651;
  border-color: #00a651;
}
.btn-primary:hover {
  background-color: #008043;
  border-color: #008043;
}
.btn-outline-primary {
  color: #00a651;
  border-color: #00a651;
}
.btn-outline-primary:hover {
  background-color: #008043;
  border-color: #008043;
  color: #fff;
}
.btn-outline-primary:active {
  background-color: var(--bs-primary);
}
.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active,
.btn:disabled,
fieldset:disabled .btn {
  border-color: transparent;
}
hr {
  border-top-color: var(--bs-secondary);
}
a:hover {
  color: #008043;
}
.link-dark:focus,
.link-dark:hover {
  color: var(--bs-primary) !important;
  text-decoration-color: var(--bs-primary) !important;
}
input[type=checkbox] {
  cursor: pointer;
}
.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
.form-check-input:focus {
  box-shadow: none;
}
.alert-warning p {
  margin: 0 !important;
}
#NwsModal .btn-close {
  width: 70px;
  height: 70px;
  position: absolute;
  content: "";
  background: #fff;
  border-radius: 0 29% 0 100%;
  top: 0;
  right: 0px;
  border-top: 0;
  border-right: 0;
  border-left: 2px solid #b1afaf;
  z-index: 3000;
  opacity: 1;
  background-image: none;
  pointer-events: auto;
}
#NwsModal .btn-close::after {
  position: absolute;
  content: "X";
  width: 36px;
  height: 36px;
  top: 13px;
  right: 15px;
  opacity: 0.55;
  font-size: 27px;
  z-index: 4;
}
.EditComponent {
  height: 0;
  position: relative;
  z-index: 1;
}
.active > .page-link,
.page-link.active {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary);
}
.page-link {
  width: 44px;
  font-size: 0.9rem;
}
.page-link:hover {
  color: var(--bs-light);
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary);
}
.page-link:focus {
  box-shadow: none;
}
.smalldecimal {
  display: inline;
  vertical-align: top;
  font-size: 0.6rem;
  line-height: 1.2rem;
}
.link-primary:focus,
.link-primary:hover {
  color: #008043 !important;
  -webkit-text-decoration-color: #008043 !important;
  text-decoration-color: #008043 !important;
}
.top-menu > div > .navbar-toggler:focus {
  box-shadow: none;
}
#categmenu .nav-item {
  min-height: 39px;
}
.top-menu > .navbar-collapse > .navbar-nav > .nav-item > .nav-link:hover,
.top-menu > .navbar-collapse > .navbar-nav > .dropdown:hover > .dropdown-toggle,
.top-menu > .navbar-collapse > .navbar-nav > .dropdown > a.show {
  background-color: var(--bs-light);
}
.top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-toggle::after {
  display: block;
  vertical-align: center;
  content: "";
  border-top: none;
  border-right: 1px solid #777;
  border-bottom: 1px solid #777;
  border-left: none;
  width: 6px;
  height: 6px;
  transform-origin: center;
  transform: rotate(-45deg);
  position: absolute;
  top: 1rem;
  right: 2rem;
}
.offcanvas-backdrop {
  z-index: 1 !important;
  background-color: rgba(255, 255, 255, 0.1);
}
.form-control::placeholder {
  color: var(--bs-secondary-color);
  opacity: 0.5;
}
.form-control:focus {
  box-shadow: none;
}
.usermenuactive > div > .active {
  color: var(--bs-primary) !important;
}
.dropdown-shop-bottom {
  left: 8px !important;
  right: 8px !important;
  transform: translate(0, -50px) !important;
}
.usermenuactive > div > .active > .text-bg-secondary {
  background-color: #00a651 !important;
}
.btn-shadow {
  box-shadow: 0 0.2rem 0.3rem rgba(0, 0, 0, 0.09);
}
.DelFav,
.DelItem,
.DelItem2 {
  cursor: pointer;
  width: 26px;
  height: 26px;
  line-height: 16px;
  border: 1px solid #eee;
}
.DelItem2 {
  line-height: inherit;
}
.DelItem:hover,
.DelItem2:hover {
  border-color: var(--bs-btn-hover-border-color);
}
.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 100%;
  height: 4px;
  padding: 0;
  margin-right: 0;
  margin-left: 0;
  text-indent: -999px;
  cursor: pointer;
  background-color: #ccc;
  background-clip: padding-box;
  border: 0;
  border-top-width: 0px;
  border-top-style: none;
  border-top-color: currentcolor;
  border-bottom-width: 0px;
  border-bottom-style: none;
  border-bottom-color: currentcolor;
  border-top: 0;
  border-bottom: 0;
  opacity: 1;
  transition: none;
}
.carousel-indicators .active {
  background-color: var(--bs-primary);
}
.custom-carousel .carousel-btn {
  width: 40px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff !important;
  border: 2px solid var(--bs-primary) !important;
  border-radius: 50% !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.10);
  color: var(--bs-primary) !important;
  transition: background 0.2s, box-shadow 0.2s;
}
.custom-carousel .carousel-btn svg path,
.custom-carousel .carousel-btn svg {
  stroke: var(--bs-primary);
}
.custom-carousel .carousel-btn:hover:not(:disabled) {
  background: var(--bs-primary) !important;
  box-shadow: 0 2px 12px rgba(0, 166, 81, 0.25);
}
.custom-carousel .carousel-btn:hover:not(:disabled) svg path,
.custom-carousel .carousel-btn:hover:not(:disabled) svg {
  stroke: #fff;
}
.custom-carousel .carousel-btn:disabled {
  opacity: 0.35;
  cursor: default;
}
.custom-carousel .carousel-btn:nth-child(2) {
  left: 0;
  top: 50%;
  margin-top: -20px;
}
.custom-carousel .carousel-btn:nth-child(3) {
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.custom-scroll,
.show-scroll .carousel-container {
  -ms-overflow-style: none;
  overflow: auto;
  scrollbar-width: thin !important;
  scrollbar-color: var(--bs-primary) var(--bs-light);
}
.custom-scroll::-webkit-scrollbar {
  width: 12px !important;
}
.show-scroll .carousel-container::-webkit-scrollbar {
  width: 12px !important;
}
.custom-scroll::-webkit-scrollbar-track {
  background: var(--bs-light);
}
.show-scroll .carousel-container::-webkit-scrollbar-track {
  background: var(--bs-light);
}
.custom-scroll::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  width: 20px;
}
.show-scroll .carousel-container::-webkit-scrollbar-thumb {
  background-color: var(--bs-primary);
  width: 20px;
}
.prodGall .badges span,
.boxprod .badges span {
  margin-top: 10px;
  color: #fff;
  padding: 0 14px 0 14px;
  height: 30px;
  line-height: 30px;
  border-bottom: 1px solid #ccc;
}
.badge-lichidare {
  border-radius: 10px 0 0 10px;
  background:
    linear-gradient(
      to right,
      #ff7373,
      #f00) !important;
}
.badge-redus {
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(
      to right,
      #00a651,
      #44c27f) !important;
}
.badge-new {
  border-radius: 0 10px 10px 0;
  background:
    linear-gradient(
      to right,
      #0ab735,
      #4fd771) !important;
}
.badge-deal {
  border-radius: 10px 0 0 10px;
  background:
    linear-gradient(
      to right,
      #4c4f4d,
      #838a85) !important;
}
.box-prod-img {
  width: 222px;
  height: 222px;
}
.box-prod-img img {
  max-width: 90%;
  max-height: 90%;
}
.boxprod .boxprodimg1,
.boxprod:hover .boxprodimg2 {
  display: block;
}
.boxprod:hover .boxprodimg1,
.boxprod .boxprodimg2 {
  display: none;
}
.box-status {
  max-width: 155px;
  font-size: 12px;
  white-space: nowrap;
}
.box-status2 {
  margin-top: -20px;
}
.box-prod-title {
  min-height: 72px;
  font-size: 1.2rem;
}
#prodbuy .active,
.boxprod .active {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: white;
}
#prodbuy .active:before,
.boxprod .active:before {
  content: "\2713";
  margin-right: 4px;
}
.bottom-content .box-highlight {
  background: none !important;
}
.bottom-menu a:hover {
  color: var(--bs-primary) !important;
}
.footer-white {
  background-color: #ffffff !important;
  color: #4a4a4a !important;
}
.footer-white .text-white {
  color: #ffffff !important;
}
.footer-white p,
.footer-white .text-uppercase {
  color: #4a4a4a !important;
}
.footer-white a {
  color: #4a4a4a !important;
  text-decoration: none;
}
.footer-white a:hover {
  color: var(--bs-primary) !important;
}
.footer-white .fa {
  color: #4a4a4a !important;
}
.footer-white .container_footer_info_social_media a:hover .fa,
.footer-white .iconite-sociale a:hover svg {
  color: var(--bs-primary) !important;
  fill: var(--bs-primary) !important;
}
.footer-white svg {
  fill: #4a4a4a !important;
}
.footer-white svg:hover {
  fill: var(--bs-primary) !important;
}
.btn-filt::after {
  display: inline-block;
  margin-left: .255em;
  vertical-align: .255em;
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-bottom: 0;
  border-left: 0;
  position: absolute;
  top: 50%;
  right: 2rem;
  margin-top: -5px;
  transform-origin: center;
  transform: rotate(135deg);
}
.boxbrand {
  min-height: 200px;
}
.boxbrand a {
  margin: auto;
}
.breadcrumb {
  -ms-overflow-style: none;
  scrollbar-width: none;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: contain;
  touch-action: pan-x pinch-zoom;
}
.breadcrumb::-webkit-scrollbar {
  display: none;
}
.breadcrumb-nav {
  background: #f5f5f5;
  border-radius: 8px;
  padding: 0.6rem 1rem;
}
.breadcrumb-chevron {
  background: none;
  margin: 0;
}
.breadcrumb-chevron .breadcrumb-item {
  font-size: 0.85rem;
  color: #ababab;
  display: flex;
  align-items: center;
}
.breadcrumb-chevron .breadcrumb-item a {
  color: #ababab;
  text-decoration: none;
  font-weight: 500;
}
.breadcrumb-chevron .breadcrumb-item a:hover,
.breadcrumb-chevron .breadcrumb-item a:focus {
  color: #555;
  text-decoration: none;
}
.breadcrumb-chevron .breadcrumb-item.active {
  color: #999;
}
.breadcrumb-chevron .breadcrumb-item + .breadcrumb-item::before {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: -2px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23999' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' viewBox='0 0 24 24'%3E%3Cpath d='m9 6 6 6-6 6'/%3E%3C/svg%3E") no-repeat center / contain;
  padding: 0;
  margin-right: 0.35rem;
  align-self: center;
}
.prodbrand {
  width: 110px;
  height: 110px;
}
#filtrareModal .btn.show {
  background-color: var(--bs-primary) !important;
  border-color: var(--bs-primary) !important;
  color: white !important;
}
.nav-tabs button {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  margin-bottom: -2px;
  border-bottom: 3px solid #fff;
  color: var(--bs-secondary) !important;
}
.nav-tabs .active {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-bottom: 3px solid var(--bs-primary) !important;
  margin-bottom: -2px;
  color: var(--bs-primary) !important;
}
.nav-tabs.biomag-tabs {
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  overscroll-behavior: contain;
  touch-action: pan-x pinch-zoom;
}
.nav-tabs.biomag-tabs::-webkit-scrollbar {
  display: none;
}
.nav-tabs.biomag-tabs .nav-item {
  white-space: nowrap;
  flex-shrink: 0;
}
.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  --bs-table-color-type: var(--bs-primary);
}
.table > :not(caption) > * > * {
  color: var(--bs-primary);
  background-color: rgba(0, 166, 81, 0.03);
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: #fff;
}
.nav-tabs {
  font-size: 0.9rem !important;
}
.starrr .text-secondary {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' fill='%23868C9F' viewBox='0 0 16 16'><path d='M2.866 14.85c-.078.444.36.791.746.593l4.39-2.256 4.389 2.256c.386.198.824-.149.746-.592l-.83-4.73 3.522-3.356c.33-.314.16-.888-.282-.95l-4.898-.696L8.465.792a.513.513 0 0 0-.927 0L5.354 5.12l-4.898.696c-.441.062-.612.636-.283.95l3.523 3.356-.83 4.73zm4.905-2.767-3.686 1.894.694-3.957a.56.56 0 0 0-.163-.505L1.71 6.745l4.052-.576a.53.53 0 0 0 .393-.288L8 2.223l1.847 3.658a.53.53 0 0 0 .393.288l4.052.575-2.906 2.77a.56.56 0 0 0-.163.506l.694 3.957-3.686-1.894a.5.5 0 0 0-.461 0z'/></svg>");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 6px;
}
.starrr .text-warning {
  display: inline-block;
  width: 19px;
  height: 19px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='19' height='19' viewBox='0 0 16 16'><path fill='%23FFC107' d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.283.95l-3.523 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/></svg>");
  background-repeat: no-repeat;
  cursor: pointer;
  margin-right: 6px;
}
.form-select:focus {
  box-shadow: none;
}
.form-select.text-primary {
  --bs-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%2300A651' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
.serach-review button:hover svg path {
  stroke: var(--bs-primary);
}
.highlboxes p {
  margin: 0;
  padding: 0;
}
.top-menu > .navbar-collapse > .navbar-nav .dropdown-item,
.top-menu > .navbar-collapse > .navbar-nav .dropdown-toggle {
  white-space: normal !important;
}
@media (min-width: 1200px) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1300px;
  }
}
.other-img::before {
  content: attr(alt);
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 40px;
}
.icon-bottom {
  font-size: 45px;
  height: 50px;
  width: 85px;
  line-height: 37px;
  overflow: hidden;
  color: #000;
  display: block;
  background-color: #fff;
  position: absolute;
  top: -33px;
  left: 50%;
  margin-left: -41px;
  text-align: center;
  border-radius: 13px;
}
.icon-bottom2 {
  top: -37px;
  border-bottom: 2px solid #000;
}
.slidercontent {
  width: 100%;
  aspect-ratio: 8 / 3;
}
.marquee {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 5px 0;
  height: 40px;
  background: #f9f9f9;
}
.marquee div {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  overflow: hidden;
  animation: marquee 35s linear infinite;
}
.marquee a {
  float: left;
}
@keyframes marquee {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
.marquee:hover div {
  -webkit-animation-play-state: paused;
  animation-play-state: paused;
}
.marquee-vertical {
  width: 60px;
  overflow: hidden;
  padding: 5px 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 50%;
  background-color: #000;
  transform: translateX(-50%);
}
.marquee-content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 100%;
  align-items: center;
  animation: marquee-scroll 12s linear infinite;
}
.marquee-content span {
  writing-mode: vertical-lr;
  transform: scale(-1);
  color: white;
  font-weight: bold;
  font-size: 1.5rem;
  white-space: nowrap;
}
@keyframes marquee-scroll {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-50%);
  }
}
.mesaj-whats {
  display: none;
}
.whats-float:hover > a > .mesaj-whats {
  display: inline-block;
}
.whats-float {
  position: fixed;
  transform: translate(104px, 0px);
  bottom: 65px;
  right: 0;
  width: 155px;
  overflow: hidden;
  background-color: #25d366;
  color: #FFF;
  border-radius: 4px 0 0 4px;
  z-index: 10;
  transition: all 0.5s ease-in-out;
  vertical-align: middle;
}
.whats-float:hover {
  color: #FFFFFF;
  transform: translate(0px, 0px);
}
.whats-float a span {
  color: white;
  font-size: 15px;
  padding: 2px 15px;
  position: absolute;
  line-height: 16px;
  font-weight: bolder;
}
.filter-box a {
  color: #000;
  text-decoration: none;
}
.filter-box a:hover {
  color: var(--bs-primary);
  text-decoration: underline;
}
.filtcolapse {
  max-height: 200px;
  overflow: hidden;
}
#usermenu > div > button > .badge {
  position: absolute;
  left: 1.40rem;
  font-size: 11px;
  line-height: 10px;
  padding: 4px 5px;
  border: 2px solid #fff;
}
#navbarsContainer {
  z-index: 3 !important;
}
.top-menu > div > .navbar-toggler:focus {
  box-shadow: none;
}
#categmenu > .navbar-nav > .dropdown > .dropdown-toggle::after {
  display: block;
  vertical-align: center;
  content: "";
  border-top: none;
  border-right: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  border-left: none;
  width: 8px;
  height: 8px;
  transform-origin: center;
  transform: rotate(45deg);
  position: absolute;
  top: 0.94rem;
  right: 0.3rem;
}
.nav-item-mega {
  position: static;
}
.nav-item-mega .dropdown-menu {
  top: 39px;
  left: 0px;
  right: 0px;
  max-width: 1200px;
}
.boxprod {
  border: 1px solid #ddd9d9;
}
.boxtop {
  border-radius: calc(20px / 2);
}
.boximg {
  width: 100%;
  height: 100%;
  border-radius: calc(20px / 2);
  --media-ratio: 1.0;
  aspect-ratio: 1 / 1;
  padding: 10px 0;
}
.boxname {
  height: 50px;
  overflow: hidden;
}
.add-cart {
  padding: 1.3rem 1.8rem;
  line-height: 24px;
}
.add-cart:hover {
  background-color: #00a651;
  border-color: #00a651;
  color: #fff;
}
.btn-fav {
  border: 1px solid #ddd9d9;
  max-width: 58px;
  background-color: #fff;
  color: #00a651 !important;
}
.btn-fav:hover {
  color: #fff !important;
  background-color: #000;
}
.btn-fav.active {
  color: #fff !important;
}
.btn-fav:before {
  content: "" !important;
  margin: 0 !important;
}
.other-img {
  max-width: 40px;
  max-height: 40px;
}
.other-img:hover {
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important;
}
.add-compare {
  top: 10px;
  right: 10px;
  z-index: 1;
  border: 1px solid #ddd9d9;
}
@media (min-width: 992px) {
  .nav-cats .navbar-nav-scroll {
    flex-wrap: wrap;
  }
  .embed-responsive-item {
    min-height: 400px;
  }
  .nav-tabs {
    font-size: 1.2rem !important;
  }
  .revstars {
    border-right: 1px solid #D9D9D9;
  }
  #prodtop .static-container #fullScrZoomIn,
  #prodtop .static-container #fullScrZoomOut,
  #prodtop .static-container .carousel-container {
    height: 500px;
  }
  .fs-container {
    position: fixed !important;
    z-index: 99999 !important;
  }
  #prodtop .fs-container #fullScrZoomIn,
  #prodtop .fs-container #fullScrZoomOut,
  #prodtop .fs-container .carousel-container {
    height: 90vh;
  }
  #prodtop .carousel-container img {
    width: auto !important;
    height: auto !important;
    max-height: 98%;
    max-width: 98%;
  }
  #filtrareModal {
    position: relative;
    display: none !important;
    overflow: visible;
    z-index: 2 !important;
  }
  #filtrareModal .modal-header {
    display: none;
  }
  #filtrareModal .modal-dialog {
    width: 100%;
    max-width: 100%;
    margin: 0;
  }
  #filtrareModal .modal-content {
    background: none;
  }
  .top-menu > .navbar-collapse {
    top: 84px !important;
    left: 1rem !important;
    right: 1rem !important;
    position: absolute !important;
    z-index: 3 !important;
  }
  .top-menu > .navbar-collapse > .navbar-nav {
    width: 25%;
    height: 560px;
    box-shadow: var(--bs-box-shadow);
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-menu {
    position: absolute !important;
    top: 0 !important;
    left: 25%;
    margin-left: -20px !important;
    right: 0;
    z-index: 2;
    height: 560px;
    background: none !important;
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-menu > .row {
    background:
      linear-gradient(
        90deg,
        rgba(237, 237, 237, 1) 0%,
        rgba(255, 255, 255, 1) 1%);
    box-shadow: var(--bs-box-shadow);
    margin-left: 20px;
    margin-right: 0;
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown:hover > .dropdown-menu {
    display: block;
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-menu .dropdown-item:hover {
    color: var(--bs-primary);
  }
}
.sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1057;
  box-shadow: 0 20px 30px #0000001a !important;
}
.btn-filtre {
  position: absolute;
  bottom: -170px;
  left: 0;
  border-bottom-left-radius: 12px !important;
  width: 110px;
  height: 60px;
  transform-origin: top left;
  transform: rotate(-90deg);
  display: none;
}
.logo {
  max-width: 255px;
  max-height: 50px;
}
.prodGall .carousel-nav li {
  background-color: #fff;
  filter: contrast(0.9);
}
.offsetTop {
  padding-top: 42px;
}
.gdpr-over {
  width: 100%;
  height: 100%;
  background-color: rgba(189, 184, 184, 0.74);
  position: fixed;
  z-index: 1058;
}
.gdpr {
  z-index: 1059;
}
#procesatori input[type=checkbox] {
  transform: scale(1.5);
}
#top {
  right: 50px;
  background: #eee;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  float: right;
  transition: all 1s;
  opacity: 0;
  transform: translateY(-200px) rotateY(180deg);
  z-index: 9999;
  width: 40px;
  height: 40px;
  color: #666;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
}
@media (min-width: 1400px) {
  #prodbuy {
    box-shadow: var(--bs-box-shadow-sm);
    height: 700px;
  }
  .prodGall .fs-container .carousel-container {
    border: none;
  }
  .prodInfo,
  .prodGall {
    box-shadow: var(--bs-box-shadow);
  }
  .prodInfo {
    z-index: 2;
  }
  .prodInfo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -5px;
    width: 10px;
    background-color: #fff;
  }
  nav.navbar.container {
    height: 75px;
  }
  .sticky nav.navbar.container {
    height: 75px;
  }
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    --bs-container-max-width: 1415px;
    max-width: var(--bs-container-max-width);
  }
}
@media (max-width: 1625px) and (min-width: 1400px) {
  .box-highlight {
    padding: 0 !important;
  }
}
@media (max-width: 2100px) and (min-width: 1500px) {
  .col-xl-5r {
    width: 19.99999997% !important;
  }
}
@media (min-width: 1500px) {
  .col-xxxl-2 {
    width: 16.66666667%;
  }
}
@media (max-width: 1400px) {
  .img-responsive {
    width: 100%;
  }
  .box-prod-title {
    min-height: 72px;
    font-size: 1rem;
  }
}
@media (max-width: 1199px) {
  .marquee-vertical {
    display: block;
    width: 100%;
    height: 60px;
    top: 46%;
    bottom: 0;
    left: 0;
    padding: 0;
    background-color: #000;
    transform: translateY(-50%);
    overflow: hidden;
  }
  .marquee-content {
    flex-direction: row;
    animation: marquee-scroll 5s linear infinite;
    width: auto;
  }
  .marquee-vertical span {
    writing-mode: horizontal-tb;
    line-height: 60px;
    transform: scale(1);
  }
  @keyframes marquee-scroll {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(-50%);
    }
  }
  .caseta-stanga {
    padding: 0 0 60px 0;
  }
  .caseta-dreapta {
    padding: 0;
  }
}
@media (max-width: 992px) {
  .slidercontent {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  #carouselBlog .photo-gallery-container {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
  }
  #tabdescriere table td {
    display: block !important;
    width: 100% !important;
  }
  #tabdescriere table td img,
  #tabdescriere img {
    width: 100% !important;
    height: auto !important;
  }
  .pop-cat {
    max-width: 150px;
    margin: 0 auto;
    padding-top: 10px;
  }
  .border-menu {
    border: none;
  }
  .boxprod {
    max-height: unset;
  }
  .nav-cats {
    overflow: hidden;
    width: 100%;
    height: 45px;
    padding-top: 17px !important;
  }
  .nav-cats .navbar-nav-scroll {
    flex-wrap: nowrap;
    overflow-x: scroll;
  }
  .nav-cats::after {
    z-index: 1;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    pointer-events: none;
    background: rgb(245, 245, 245);
    background:
      linear-gradient(
        90deg,
        rgba(245, 245, 245, 0.05924376586572133) 0%,
        rgba(245, 245, 245, 0) 0%,
        rgba(245, 245, 245, 1) 77%);
    width: 47px;
    height: 47px;
    float: right;
  }
  .embed-responsive-item {
    min-height: 200px;
  }
  .boxbrand {
    min-height: 100px;
  }
  #top {
    bottom: 130px;
    right: 7px;
  }
  .articol-blog img,
  .articol-blog iframe {
    width: 100%;
  }
  .model-filtre {
    background-color: rgba(134, 140, 159, 0.66) !important;
    z-index: 4000;
  }
  .stickybuy {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
  }
  #filtrareModal .modal-content {
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
  }
  .sortare {
    position: fixed;
    box-shadow: 0 0 0.7rem rgba(0, 0, 0, 0.09);
    top: auto;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: 1056;
    background-color: white;
  }
  .top-menu > .navbar-collapse > .navbar-nav {
    width: 100%;
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-menu {
    left: 0;
  }
  .top-menu > .navbar-collapse {
    top: 68px !important;
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .dropdown-toggle::after {
    transform: rotate(45deg);
  }
  .top-menu > .navbar-collapse > .navbar-nav > .dropdown > .show::after {
    transform: rotate(-135deg);
  }
  #categmenu .nav-item {
    width: 100%;
  }
  #categmenu > .navbar-nav {
    width: 100%;
  }
  #categmenu > .navbar-nav > .dropdown > .dropdown-menu {
    left: 0;
    z-index: 10;
    position: relative;
    top: 0;
  }
  #categmenu > .navbar-nav > .dropdown > .dropdown-toggle::after {
    transform: rotate(45deg);
    right: 2rem;
  }
  #categmenu > .navbar-nav > .dropdown > .show::after {
    transform: rotate(-135deg);
  }
  .box-prod-img {
    width: 193px;
    height: 193px;
  }
  .iconite-sociale svg {
    width: 48px;
    height: 48px;
  }
  .sticky .btn-filtre {
    display: none;
  }
}
@media (max-width: 767px) {
  .offsetTop {
    padding-top: 52px;
  }
  .prodbrand {
    width: 120px;
    height: 120px;
  }
  .page-link {
    width: 36px;
  }
  .logo {
    max-height: 26px;
  }
  #navbarTop {
    flex-wrap: wrap !important;
    height: auto !important;
    padding-top: 0.4rem;
    padding-bottom: 0;
  }
  #navbarTop > .col-6.order-1 {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    order: 1;
    justify-content: center !important;
  }
  #navbarTop > .col-6.order-1 > .navbar-toggler {
    display: none !important;
  }
  #navbarTop > .col-6.order-1 > a > .logo {
    max-width: 100%;
    height: auto;
    object-fit: contain;
  }
  #usermenu {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    order: 2;
  }
  #usermenu > div[role=tablist] {
    justify-content: space-between !important;
    width: 100%;
  }
  #usermenu .btn,
  #usermenu .navbar-toggler {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
  #shopModal .modal-dialog {
    top: 0;
    max-height: 100vh;
    height: 100vh;
    max-width: 100%;
  }
  .custom-carousel .carousel-btn:nth-child(2) {
    left: 8px;
  }
  .custom-carousel .carousel-btn:nth-child(3) {
    right: 8px;
  }
  .box-status {
    width: 180px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .box-status2 {
    margin-top: 0;
  }
  .box-prod-title {
    min-height: 64px;
    font-size: 0.86rem;
  }
  .casete-info-prod .box-highlight,
  .casete-info-prod .box-highlight span,
  .casete-info-prod .box-highlight p {
    text-align: left !important;
  }
  .casete-info-prod .rounded-circle {
    position: static !important;
    margin: 0 auto !important;
    box-shadow: none !important;
    height: 110px !important;
  }
  .casete-info-prod .box-highlight br {
    position: fixed !important;
    display: none !important;
  }
  .custom-carousel h3 {
    font-size: 1.1rem !important;
  }
  .custom-carousel > div > .btn {
    font-size: 0.9rem;
  }
}
.cont_footer_contact_info ul li {
  display: block;
  margin-top: 13px;
  list-style: none;
}
.cont_footer_contact_info ul li .footer_contact_info_image {
  vertical-align: top;
  display: inline-block;
  width: 15%;
  text-align: left;
  font-size: 18px;
}
.cont_footer_contact_info ul li .footer_contact_info_content {
  vertical-align: middle;
  display: inline-block;
  width: 80%;
}
.container_footer_info_social_media {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
}
.container_footer_info_social_media .itm {
  display: inline-block;
  font-size: 19px;
  width: 28px;
  height: 28px;
  text-align: center;
  margin-right: 5px;
}
.container_footer_info_social_media .itm a {
  position: relative;
  top: 6px;
}
.biomag-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background:
    linear-gradient(
      135deg,
      rgba(0, 166, 81, 0.95) 0%,
      rgba(6, 178, 106, 0.95) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.25s ease;
  z-index: 10;
  border-radius: inherit;
  pointer-events: none;
}
.biomag-overlay.show {
  opacity: 1;
  pointer-events: auto;
}
.biomag-overlay.animate-add,
.biomag-overlay.animate-increase,
.biomag-overlay.animate-decrease {
}
.biomag-overlay.animate-remove {
  opacity: 0;
  transition: opacity 0.2s ease;
}
.biomag-overlay-content {
  text-align: center;
  color: white;
  font-weight: 600;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.biomag-overlay-qty {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 0.25rem;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.biomag-overlay-text {
  font-size: 0.875rem;
  font-weight: 500;
  opacity: 0.95;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.biomag-overlay.loading .biomag-overlay-content {
  display: none;
}
.biomag-overlay.loading::after {
  content: "";
  width: 32px;
  height: 32px;
  border: 3px solid rgba(255, 255, 255, 0.3);
  border-top-color: white;
  border-radius: 50%;
  animation: btnSpinner 0.6s linear infinite;
}
.biomag-btn-cart,
.biomag-btn-product-add,
.biomag-qty-btn,
.biomag-like-btn {
  transition: opacity 0.2s ease, transform 0.15s ease;
  position: relative;
  overflow: hidden;
}
.biomag-btn-cart:active,
.biomag-btn-product-add:active,
.biomag-qty-btn:active,
.biomag-like-btn:active {
  transform: scale(0.95);
}
.biomag-btn-cart.loading,
.biomag-btn-product-add.loading,
.biomag-qty-btn.loading {
  pointer-events: none;
  opacity: 0.7;
}
.biomag-btn-cart.loading::after,
.biomag-btn-product-add.loading::after,
.biomag-qty-btn.loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 14px;
  margin: -7px 0 0 -7px;
  border: 2px solid transparent;
  border-top-color: currentColor;
  border-radius: 50%;
  animation: btnSpinner 0.6s linear infinite;
}
.biomag-btn-cart.loading > *,
.biomag-btn-product-add.loading > *,
.biomag-qty-btn.loading > * {
  opacity: 0;
}
@keyframes btnSpinner {
  to {
    transform: rotate(360deg);
  }
}
.biomag-like-btn {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0.5rem;
  border-radius: 0.25rem;
  color: #999999;
}
.biomag-like-btn:hover {
  color: #1fa3ff;
  transform: scale(1.05);
}
.biomag-like-btn.active,
.biomag-like-btn.liked {
  color: #1fa3ff;
}
.biomag-like-btn.loading {
  pointer-events: none;
  opacity: 0.6;
}
.biomag-like-btn.animate-like {
  animation: likeButtonBounce 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.biomag-like-btn.animate-unlike {
  animation: likeButtonShake 0.5s ease-in-out;
}
.biomag-like-btn i.animate-like {
  animation: likeIconPulse 0.3s ease-in-out;
}
.biomag-like-btn i.animate-unlike {
  animation: likeIconShrink 0.3s ease-in-out;
}
.biomag-product-card,
.product-small-card {
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}
.biomag-product-card.product-in-cart,
.product-small-card.product-in-cart {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0, 166, 81, 0.15);
  border-color: var(--bs-success) !important;
}
.biomag-qty-controls {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.biomag-qty-value {
  transition: all 0.2s ease;
  position: relative;
}
.biomag-qty-value.updating {
  animation: qtyFade 0.3s ease;
}
@keyframes qtyFade {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
@keyframes likeButtonBounce {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1.3);
  }
  50% {
    transform: scale(0.9);
  }
  70% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes likeButtonShake {
  0%, 100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-5px);
  }
  75% {
    transform: translateX(5px);
  }
}
@keyframes likeIconPulse {
  0% {
    transform: scale(1);
    color: #999999;
  }
  50% {
    transform: scale(1.4);
    color: #1fa3ff;
  }
  100% {
    transform: scale(1);
    color: #1fa3ff;
  }
}
@keyframes likeIconShrink {
  0% {
    transform: scale(1);
    color: #1fa3ff;
  }
  50% {
    transform: scale(0.8);
    color: #999999;
  }
  100% {
    transform: scale(1);
    color: #999999;
  }
}
.biomag-product-card:hover .biomag-overlay.show {
  background:
    linear-gradient(
      135deg,
      rgb(0 166 81 / 49%) 0%,
      rgb(6 178 106 / 74%) 50%);
}
.biomag-modal .modal-header {
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}
.biomag-modal .modal-header .biomag-breadcrumb {
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  position: relative;
}
.biomag-modal .modal-header .biomag-breadcrumb::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 2rem;
  background:
    linear-gradient(
      to right,
      transparent,
      var(--bs-modal-header-bg, #fff));
  pointer-events: none;
}
.biomag-modal .modal-header .btn-close {
  flex-shrink: 0;
  margin: 0;
}
.account-sidebar {
  position: sticky;
  top: calc(136px + var(--bs-gutter-x));
}
.account-nav {
  background: #fff;
  border-radius: var(--bm-radius, 18px);
  padding: 12px;
  box-shadow: var(--bs-box-shadow-sm);
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-nav__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border-radius: 10px;
  color: #444;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.2s ease;
}
.account-nav__item:hover {
  background: #f3f4f6;
  color: var(--bs-primary);
  text-decoration: none;
}
.account-nav__item.active {
  background: rgba(0, 166, 81, 0.08);
  color: var(--bs-primary);
  font-weight: 600;
}
.account-nav__item--logout {
  border-top: 1px solid #e5e7eb;
  margin-top: 4px;
  padding-top: 12px;
}
.account-nav__item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
}
.account-section-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  color: #333;
}
.account-address-card {
  background: var(--bm-gray-soft, #fafafa);
  border-radius: 12px;
  padding: 14px 16px;
  margin-bottom: 10px;
  border: 1px solid var(--bm-border-soft, #e3eee3);
  transition: border-color 0.2s;
}
.account-address-card:hover {
  border-color: var(--bs-primary);
}
.account-address-card .btn {
  border-radius: 8px;
  font-size: 13px;
  padding: 4px 12px;
}
.account-form .form-control,
.account-form .custom-select {
  border-radius: 10px;
  border: 1px solid #e5e7eb;
  padding: 10px 14px;
}
.account-form .form-control:focus,
.account-form .custom-select:focus {
  border-color: var(--bs-primary);
  box-shadow: 0 0 0 3px rgba(0, 166, 81, 0.1);
}
.account-form label {
  font-size: 13px;
  font-weight: 500;
  color: #555;
  margin-bottom: 6px;
}
.account-form .btn-primary {
  border-radius: 10px;
  padding: 10px 24px;
  font-weight: 500;
}
@media (max-width: 991px) {
  .account-nav {
    flex-direction: row;
    overflow-x: auto;
    scrollbar-width: none;
    gap: 6px;
    padding: 8px;
  }
  .account-nav::-webkit-scrollbar {
    display: none;
  }
  .account-nav__item {
    white-space: nowrap;
    flex-shrink: 0;
    padding: 8px 14px;
    font-size: 13px;
  }
  .account-nav__item--logout {
    border-top: 0;
    border-left: 1px solid #e5e7eb;
    margin-top: 0;
    margin-left: 4px;
    padding-top: 8px;
  }
}
.biomag-modal-image-main:hover .biomag-overlay.show {
  opacity: 0;
  pointer-events: none;
}
.biomag-qty-btn:hover {
  transform: scale(1.1);
}
.biomag-btn-product-add:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(0, 166, 81, 0.3);
}
@media (max-width: 768px) {
  .biomag-overlay-qty {
    font-size: 2rem;
  }
  .biomag-overlay-text {
    font-size: 0.75rem;
  }
  .biomag-product-card.product-in-cart,
  .product-small-card.product-in-cart {
    transform: translateY(-1px);
  }
}
@media (max-width: 767.98px) {
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
.w-100p {
  width: 100%;
}
.w-50p {
  width: calc(50% - (var(--product-item-gap, 1rem) * 1/2));
}
.w-33p {
  width: calc(33.33% - (var(--product-item-gap, 1rem) * 2/3));
}
.w-25p {
  width: calc(25% - (var(--product-item-gap, 1rem) * 3/4));
}
.w-20p {
  width: calc(20% - (var(--product-item-gap, 1rem) * 4/5));
}
.w-16p {
  width: calc(16.66% - (var(--product-item-gap, 1rem) * 5/6));
}
@media (max-width: 767.98px) {
  .w-sm-100p {
    width: 100% !important;
  }
  .w-sm-50p {
    width: calc(50% - (var(--product-item-gap, 1rem) * 1/2)) !important;
  }
  .w-sm-33p {
    width: calc(33.33% - (var(--product-item-gap, 1rem) * 2/3)) !important;
  }
  .w-sm-25p {
    width: calc(25% - (var(--product-item-gap, 1rem) * 3/4)) !important;
  }
  .w-sm-20p {
    width: calc(20% - (var(--product-item-gap, 1rem) * 4/5)) !important;
  }
  .w-sm-16p {
    width: calc(16.66% - (var(--product-item-gap, 1rem) * 5/6)) !important;
  }
}
@media (min-width: 768px) {
  .w-md-100p {
    width: 100% !important;
  }
  .w-md-50p {
    width: calc(50% - (var(--product-item-gap, 1rem) * 1/2)) !important;
  }
  .w-md-33p {
    width: calc(33.33% - (var(--product-item-gap, 1rem) * 2/3)) !important;
  }
  .w-md-25p {
    width: calc(25% - (var(--product-item-gap, 1rem) * 3/4)) !important;
  }
  .w-md-20p {
    width: calc(20% - (var(--product-item-gap, 1rem) * 4/5)) !important;
  }
  .w-md-16p {
    width: calc(16.66% - (var(--product-item-gap, 1rem) * 5/6)) !important;
  }
}
@media (min-width: 992px) {
  .w-lg-100p {
    width: 100% !important;
  }
  .w-lg-50p {
    width: calc(50% - (var(--product-item-gap, 1rem) * 1/2)) !important;
  }
  .w-lg-33p {
    width: calc(33.33% - (var(--product-item-gap, 1rem) * 2/3)) !important;
  }
  .w-lg-25p {
    width: calc(25% - (var(--product-item-gap, 1rem) * 3/4)) !important;
  }
  .w-lg-20p {
    width: calc(20% - (var(--product-item-gap, 1rem) * 4/5)) !important;
  }
  .w-lg-16p {
    width: calc(16.66% - (var(--product-item-gap, 1rem) * 5/6)) !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-100p {
    width: 100% !important;
  }
  .w-xl-50p {
    width: calc(50% - (var(--product-item-gap, 1rem) * 1/2)) !important;
  }
  .w-xl-33p {
    width: calc(33.33% - (var(--product-item-gap, 1rem) * 2/3)) !important;
  }
  .w-xl-25p {
    width: calc(25% - (var(--product-item-gap, 1rem) * 3/4)) !important;
  }
  .w-xl-20p {
    width: calc(20% - (var(--product-item-gap, 1rem) * 4/5)) !important;
  }
  .w-xl-16p {
    width: calc(16.66% - (var(--product-item-gap, 1rem) * 5/6)) !important;
  }
}
.checkout-wrapper {
  max-width: 960px;
  margin: 0 auto;
  padding: var(--bm-padding-y) var(--bm-padding-x);
  background: var(--bm-green-soft);
  border-radius: 12px;
}
.checkout-section {
  background: #fff;
  border-radius: var(--bm-radius);
  margin-bottom: var(--bm-margin-y);
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  padding: var(--bm-padding-y) var(--bm-padding-x);
}
.checkout-section-header {
  background: transparent;
  color: #333;
  padding: 0px 0px 5px 0px;
  font-weight: 600;
  font-size: 1rem;
  border-bottom: none;
  border-bottom: 1px solid var(--bs-border-color);
  margin: 0;
}
.checkout-section-body {
  padding-top: var(--bm-padding-y);
}
.checkout-product {
  display: flex;
  gap: 15px;
  padding: var(--bm-padding-y) 0;
  border-bottom: 1px solid #eee;
  align-items: flex-start;
}
.checkout-product:last-child {
  border-bottom: none;
}
.checkout-product-image {
  width: 80px;
  height: 80px;
  object-fit: contain;
  border-radius: calc(var(--bm-radius) / 2);
  background: #f8f8f8;
  flex-shrink: 0;
}
.checkout-product-info {
  flex: 1;
  min-width: 0;
}
.checkout-product-title {
  font-weight: 600;
  color: #333;
  margin-bottom: 5px;
  font-size: 0.95rem;
  line-height: 1.3;
}
.checkout-product-title a {
  color: inherit;
  text-decoration: none;
}
.checkout-product-title a:hover {
  color: var(--bs-primary);
}
.checkout-product-code {
  font-size: 0.85rem;
  color: #888;
}
.checkout-product-meta {
  font-size: 0.85rem;
  color: #666;
  margin-top: 3px;
}
.checkout-product-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.checkout-product-price {
  text-align: right;
}
.checkout-price-old {
  text-decoration: line-through;
  color: #999;
  font-size: 0.85rem;
}
.checkout-price-current {
  font-weight: 700;
  color: var(--bs-primary);
  font-size: 1.1rem;
}
.checkout-qty-selector {
  display: inline-flex;
  align-items: center;
  background: #f5f5f5;
  border-radius: 20px;
  padding: 3px;
}
.checkout-qty-btn {
  width: 28px;
  height: 28px;
  border: none;
  background: transparent;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
}
.checkout-qty-btn:hover {
  background: #e0e0e0;
  border-radius: 50%;
}
.checkout-qty-input {
  width: 40px;
  text-align: center;
  border: none;
  background: var(--bs-primary);
  color: #fff;
  border-radius: 15px;
  font-weight: 600;
  padding: 4px;
  font-size: 0.9rem;
}
.checkout-delete-btn {
  background: none;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #999;
  padding: 0;
  transition: all 0.2s;
}
.checkout-delete-btn:hover {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
  background: rgba(244, 101, 56, 0.1);
}
.checkout-subtotal-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  background:
    linear-gradient(
      135deg,
      #e8f4fc 0%,
      #d9eef9 100%);
  border-radius: var(--bm-radius);
  margin: 15px 0 0 0;
}
.checkout-subtotal-label {
  font-weight: 600;
  font-size: 1.1rem;
}
.checkout-subtotal-value {
  font-weight: 700;
  font-size: 1.2rem;
  color: var(--bs-primary);
}
.checkout-savings {
  color: #e74c3c;
  font-size: 0.9rem;
  text-align: right;
}
.checkout-radio-group {
  padding: 0;
}
.checkout-radio-item {
  padding: 0px 0;
  margin-bottom: 0.5rem;
}
.checkout-radio-item:last-child {
  border-bottom: none;
  margin-bottom: 0px;
}
.checkout-radio-item label {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}
.checkout-radio-item input[type=radio],
.checkout-radio-item input[type=checkbox] {
  margin: 0;
  width: 18px;
  height: 18px;
  accent-color: var(--bs-primary);
}
.checkout-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.checkout-form-row.full-width {
  grid-template-columns: 1fr;
}
.checkout-form-group {
  margin-bottom: 15px;
}
.checkout-form-group label {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 5px;
  font-weight: 500;
}
.checkout-form-group input,
.checkout-form-group select,
.checkout-form-group textarea {
  width: 100%;
  padding: 10px 15px;
  border: 1px solid #ddd;
  border-radius: calc(var(--bm-radius) / 2);
  font-size: 0.95rem;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.checkout-form-group input:focus,
.checkout-form-group select:focus,
.checkout-form-group textarea:focus {
  border-color: var(--bs-primary);
  outline: none;
  box-shadow: 0 0 0 3px rgba(0, 166, 81, 0.1);
}
.checkout-shipping-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.checkout-shipping-option:hover {
}
.checkout-shipping-option.active,
.checkout-shipping-option:has(input:checked) {
}
.checkout-shipping-price {
  font-weight: 600;
  color: var(--bs-primary);
}
.checkout-shipping-option input[type=radio] {
  width: 18px;
  height: 18px;
  accent-color: var(--bs-primary);
}
.checkout-payment-option {
  padding: 10px 0;
}
.checkout-summary {
  background: #f8f9fa;
  border-radius: var(--bm-radius);
  padding: 20px;
}
.checkout-summary-row {
  display: flex;
  justify-content: space-between;
  padding: 8px 0;
  font-size: 0.95rem;
}
.checkout-summary-total {
  font-size: 1.3rem;
  font-weight: 700;
  border-top: 2px solid #ddd;
  padding-top: 15px;
  margin-top: 10px;
}
.checkout-summary-total .value {
  color: var(--bs-primary);
}
.checkout-voucher {
  display: flex;
  gap: 10px;
  align-items: center;
}
.checkout-voucher input {
  flex: 1;
}
.checkout-voucher button {
  white-space: nowrap;
}
.checkout-voucher-applied {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: rgba(6, 178, 106, 0.1);
  border-radius: calc(var(--bm-radius) / 2);
  border: 1px solid var(--bs-success);
}
.checkout-voucher-info {
  color: var(--bs-success);
  font-weight: 600;
}
.checkout-terms {
  padding: 10px 0;
}
.checkout-terms label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  padding: 8px 0;
  font-size: 0.9rem;
}
.checkout-terms input {
  margin-top: 3px;
  flex-shrink: 0;
}
.checkout-section input[type=checkbox],
.checkout-checkbox input[type=checkbox],
.checkout-terms input[type=checkbox],
#sameAddress {
  width: 18px !important;
  height: 18px !important;
  accent-color: var(--bs-primary) !important;
  cursor: pointer;
  flex-shrink: 0;
}
.checkout-checkbox {
  margin-top: 1rem;
}
.checkout-checkbox label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  font-size: 0.9rem;
}
.checkout-submit-btn {
  width: 100%;
  padding: 15px 30px;
  background: var(--bs-primary);
  color: #fff;
  border: none;
  border-radius: var(--bm-radius);
  font-size: 1.1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s;
}
.checkout-submit-btn:hover {
  background: var(--bs-primary);
  filter: brightness(1.1);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 166, 81, 0.3);
}
.checkout-login-form {
  background: #f8f9fa;
  padding: 20px;
  border-radius: calc(var(--bm-radius) / 2);
  margin-top: 15px;
}
.checkout-help {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: var(--bm-radius);
  text-decoration: none;
  color: inherit;
  transition: all 0.2s;
}
.checkout-help:hover {
  background: #f0f0f0;
  color: inherit;
}
.checkout-help-icon {
  width: 50px;
  height: 50px;
  background: #25d366;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  flex-shrink: 0;
}
.checkout-address-list {
  list-style: none;
  padding: 0;
  margin: 0 0 15px 0;
}
.checkout-address-item {
  padding: 12px 15px;
  border: 1px solid #eee;
  border-radius: calc(var(--bm-radius) / 2);
  margin-bottom: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.checkout-address-item:hover {
  border-color: #ddd;
  background: #fafafa;
}
.checkout-address-item:has(input:checked) {
  border-color: var(--bs-primary);
  background: rgba(0, 166, 81, 0.05);
}
.checkout-address-item label {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  cursor: pointer;
  width: 100%;
}
.checkout-address-item input {
  margin-top: 3px;
}
.checkout-address-content {
  flex: 1;
}
.checkout-address-main {
  font-weight: 600;
  color: #333;
}
.checkout-address-detail {
  font-size: 0.85rem;
  color: #666;
  margin-top: 2px;
}
.checkout-free-shipping {
  background:
    linear-gradient(
      135deg,
      #fff3cd 0%,
      #ffeeba 100%);
  padding: 12px 15px;
  border-radius: calc(var(--bm-radius) / 2);
  font-size: 0.9rem;
  margin-top: 15px;
}
.checkout-free-shipping strong {
  color: var(--bs-primary);
}
.checkout-locker-section {
  margin-top: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: calc(var(--bm-radius) / 2);
}
.checkout-discount-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  background: rgba(6, 178, 106, 0.1);
  border-radius: calc(var(--bm-radius) / 2);
  margin-bottom: 10px;
}
.checkout-discount-info {
  color: var(--bs-success);
}
@media (max-width: 768px) {
  :root,
  [data-bs-theme=light] {
    --bs-padding-x: 15px;
    --bs-padding-y: 15px;
  }
  .checkout-wrapper {
    padding: 14px;
  }
  .checkout-section-body {
    padding: var(--bm-padding-y) var(--bm-padding-x) 0px;
  }
  .checkout-form-row {
    grid-template-columns: 1fr;
  }
  .checkout-product {
    flex-wrap: wrap;
  }
  .checkout-product-info {
    flex: 1 1 calc(100% - 95px);
  }
  .checkout-product-actions {
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
  }
  .checkout-product-price {
    text-align: left;
  }
  .checkout-subtotal-row {
    flex-direction: column;
    gap: 5px;
    text-align: center;
  }
  .checkout-voucher {
    flex-direction: column;
  }
  .checkout-voucher button {
    width: 100%;
  }
}
.checkout-products-compact-inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  padding: 0 20px 20px 20px;
  cursor: pointer;
}
.checkout-products-left {
  flex: 1;
}
.checkout-products-label {
  font-weight: 600;
  color: #333;
  font-size: 1rem;
  margin-bottom: 5px;
}
.checkout-products-count {
  color: var(--bs-primary);
  font-weight: 600;
  margin-bottom: 10px;
}
.checkout-products-thumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.checkout-products-thumbs img {
  width: 50px;
  height: 50px;
  object-fit: contain;
  background: #f8f8f8;
  border-radius: 8px;
  border: 1px solid #eee;
}
.checkout-products-more {
  width: 50px;
  height: 50px;
  background: #f0f0f0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  color: #666;
}
.checkout-products-right {
  text-align: right;
  min-width: 160px;
}
.checkout-products-oldprice {
  color: #999;
  text-decoration: line-through;
  font-size: 0.9rem;
}
.checkout-products-subtotal {
  font-weight: 700;
  font-size: 1.1rem;
  color: #333;
}
.checkout-products-savings {
  color: #e74c3c;
  font-size: 0.85rem;
}
.checkout-products-arrow {
  color: var(--bs-primary);
  align-self: center;
  font-size: 0.8rem;
}
.checkout-modal-products .modal-body {
  max-height: 60vh;
  overflow-y: auto;
}
.checkout-modal-products .checkout-product {
  padding: 12px 0;
}
.checkout-modal-subtotal {
  background: #f8f9fa;
  padding: 15px;
  border-radius: var(--bm-radius);
  margin-top: 15px;
}
@media (max-width: 768px) {
  .checkout-products-compact-inner {
    flex-direction: column;
    align-items: stretch;
  }
  .checkout-products-right {
    text-align: left;
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
  .checkout-products-thumbs img {
    width: 45px;
    height: 45px;
  }
  .checkout-products-more {
    width: 45px;
    height: 45px;
  }
}
:root {
  --cart-bg: #eef6f2;
  --cart-card: rgba(255, 255, 255, 0.86);
  --cart-stroke: rgba(15, 23, 42, 0.12);
  --cart-text: #0f172a;
  --cart-muted: rgba(15, 23, 42, 0.62);
  --cart-green: #1f8a5b;
  --cart-green-2: #0f6b44;
  --cart-shadow: 0 18px 45px rgba(2, 8, 23, 0.08);
  --cart-radius: 18px;
}
.cart-summary {
  overflow: hidden;
}
.cart-summary__row {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-top: var(--bm-padding-y);
}
.cart-summary__left {
  flex: 1;
  min-width: 0;
}
.cart-summary__headline {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
}
.cart-summary__title {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
  flex-wrap: wrap;
}
.cart-summary__chip {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(31, 138, 91, 0.10);
  color: var(--cart-green-2);
  font-weight: 850;
  font-size: 12px;
  border: 1px solid rgba(31, 138, 91, 0.18);
}
.cart-summary__meta {
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  color: var(--cart-text);
}
.cart-summary__thumbs {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 10px;
}
.cart-summary__thumb {
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 1px solid var(--cart-stroke);
  background-color: rgba(31, 138, 91, 0.15);
  background-size: cover;
  background-position: center;
  box-shadow: 0 8px 18px rgba(2, 8, 23, 0.08);
  margin-left: -8px;
  position: relative;
  flex: 0 0 auto;
}
.cart-summary__thumb:first-child {
  margin-left: 0;
}
.cart-summary__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      22px 22px at 25% 20%,
      rgba(255, 255, 255, 0.55),
      transparent 60%);
  pointer-events: none;
}
.cart-summary__thumb--more {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 900;
  color: var(--cart-green-2);
  background: rgba(31, 138, 91, 0.10);
}
.cart-summary__right {
  display: flex;
  align-items: center;
  gap: 14px;
  flex: 0 0 auto;
}
.cart-summary__total {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 190px;
  white-space: nowrap;
}
.cart-summary__total-line {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  align-items: baseline;
}
.cart-summary__total-line--save strong {
  color: var(--cart-green);
}
.cart-summary__muted {
  color: var(--cart-muted);
}
.cart-summary__btn {
  border: 0;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  background:
    linear-gradient(
      135deg,
      rgba(31, 138, 91, 1),
      rgba(15, 107, 68, 1));
  color: white;
  box-shadow: 0 12px 26px rgba(31, 138, 91, 0.20);
  white-space: nowrap;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.cart-summary__btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(31, 138, 91, 0.25);
}
.cart-drawer-overlay {
  position: fixed;
  inset: 0;
  background: rgba(2, 6, 23, 0.45);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1050;
  padding: 20px;
}
.cart-drawer-overlay[data-open=true],
.cart-drawer-overlay.overlay--active {
  display: flex;
}
.cart-drawer {
  width: min(620px, 100%);
  max-height: min(90vh, 800px);
  background: rgba(255, 255, 255, 0.95);
  border: 1px solid rgba(255, 255, 255, 0.55);
  border-radius: 22px;
  box-shadow: 0 28px 80px rgba(2, 8, 23, 0.22);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: translateY(20px) scale(0.98);
  opacity: 0;
  animation: cartDrawerIn 0.2s ease forwards;
}
.cart-drawer-overlay:not([data-open=true]) .cart-drawer,
.cart-drawer-overlay:not(.overlay--active) .cart-drawer {
  animation: none;
}
@keyframes cartDrawerIn {
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.cart-drawer__head {
  padding: 14px 14px 12px;
  border-bottom: 1px solid var(--cart-stroke);
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  background: rgba(255, 255, 255, 0.7);
}
.cart-drawer__title {
  display: flex;
  flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.cart-drawer__title strong {
  font-size: 16px;
  color: var(--cart-text);
}
.cart-drawer__meta {
  font-size: 13px;
  color: var(--cart-muted);
}
.cart-drawer__close {
  width: 38px;
  height: 38px;
  border-radius: 999px;
  border: 1px solid var(--cart-stroke);
  background: rgba(31, 138, 91, 0.06);
  color: var(--cart-green-2);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  transition: background 0.2s ease;
}
.cart-drawer__close:hover {
  background: rgba(31, 138, 91, 0.12);
}
.cart-drawer__body {
  padding: 12px 12px 16px;
  overflow: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cart-drawer__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
  text-align: center;
}
.cart-drawer__muted {
  color: var(--cart-muted);
}
.cart-drawer__foot {
  border-top: 1px solid var(--cart-stroke);
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.75);
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
.cart-drawer__btn {
  border: 0;
  border-radius: 14px;
  padding: 10px 12px;
  font-weight: 900;
  cursor: pointer;
  background:
    linear-gradient(
      135deg,
      rgba(31, 138, 91, 1),
      rgba(15, 107, 68, 1));
  color: white;
  box-shadow: 0 12px 26px rgba(31, 138, 91, 0.20);
  white-space: nowrap;
}
.cart-drawer__btn--ghost {
  background: transparent;
  color: var(--cart-green-2);
  border: 1px solid rgba(31, 138, 91, 0.25);
  box-shadow: none;
}
.cart-drawer__btn--ghost:hover {
  background: rgba(31, 138, 91, 0.08);
}
.cart-group {
  border: 1px solid var(--cart-stroke);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.75);
  overflow: hidden;
  flex-shrink: 0;
}
.cart-group__row {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px;
  background: transparent;
  border: 0;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
}
.cart-group__row:focus-visible {
  outline: 3px solid rgba(31, 138, 91, 0.35);
  outline-offset: 2px;
}
.cart-group__left {
  display: flex;
  flex-direction: column;
  gap: 5px;
  min-width: 0;
}
.cart-group__label {
  font-weight: 950;
  letter-spacing: -0.01em;
  font-size: 15px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cart-text);
}
.cart-group__sub {
  font-size: 13px;
  color: var(--cart-muted);
}
.cart-group__savings {
  color: var(--cart-green);
}
.cart-group__thumbs {
  display: flex;
  gap: 4px;
  margin-top: 8px;
  flex-wrap: wrap;
}
.cart-group__thumb {
  width: 32px;
  height: 32px;
  border-radius: 8px;
  background-size: cover;
  background-position: center;
  background-color: #f5f5f5;
  border: 1px solid rgba(0, 0, 0, 0.06);
  flex-shrink: 0;
}
.cart-group__thumb--more {
  background:
    linear-gradient(
      135deg,
      #e8f5e9 0%,
      #c8e6c9 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 600;
  color: var(--cart-green-2, #1f8a5b);
}
.cart-group__right {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.cart-group__price {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
  white-space: nowrap;
}
.cart-group__old {
  font-size: 12px;
  color: var(--cart-muted);
  text-decoration: line-through;
}
.cart-group__now {
  font-size: 15px;
  color: var(--cart-text);
}
.cart-group__chev {
  display: inline-flex;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--cart-stroke);
  background: rgba(31, 138, 91, 0.06);
  color: var(--cart-green-2);
  transition: transform 0.2s ease;
}
.cart-group[data-open=true] .cart-group__chev,
.cart-group--expanded .cart-group__chev,
.cart-group__row[aria-expanded=true] .cart-group__chev {
  transform: rotate(90deg);
}
.cart-group__panel {
  border-top: 1px solid var(--cart-stroke);
  background: rgba(255, 255, 255, 0.65);
  padding: 10px;
}
.cart-group__panel-inner {
  padding: 10px 12px 12px;
}
.cart-group__items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  justify-content: space-evenly;
}
.cart-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border-radius: 16px;
  border: 1px solid var(--cart-stroke);
  background: rgba(255, 255, 255, 0.80);
}
.cart-item__thumb {
  width: 46px;
  height: 46px;
  border-radius: 16px;
  border: 1px solid var(--cart-stroke);
  background-color: rgba(31, 138, 91, 0.12);
  background-size: cover;
  background-position: center;
  flex: 0 0 auto;
  position: relative;
}
.cart-item__thumb::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(
      28px 28px at 30% 20%,
      rgba(255, 255, 255, 0.55),
      transparent 60%);
}
.cart-item__info {
  min-width: 60px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}
.cart-item__name {
  font-weight: 900;
  font-size: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--cart-text);
  text-decoration: none;
  display: block;
}
.cart-item__name:hover {
  color: var(--cart-green-2);
}
.cart-item__meta {
  font-size: 12px;
  color: var(--cart-muted);
}
.cart-item__variant {
  color: var(--cart-muted);
}
.cart-item__controls {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 0 0 auto;
}
.cart-item__qty {
  display: flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(31, 138, 91, 0.22);
  background: rgba(31, 138, 91, 0.06);
  padding: 6px 8px;
  border-radius: 14px;
  white-space: nowrap;
}
.cart-item__iconbtn {
  width: 32px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid var(--cart-stroke);
  background: rgba(255, 255, 255, 0.85);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--cart-green-2);
  transition: transform 0.1s ease;
}
.cart-item__iconbtn:active {
  transform: translateY(1px);
}
.cart-item__iconbtn--danger {
  color: #e11d48;
  border-color: rgba(225, 29, 72, 0.22);
  background: rgba(225, 29, 72, 0.06);
}
.cart-item__qty-value {
  font-weight: 950;
  min-width: 25px;
  text-align: center;
  font-variant-numeric: tabular-nums;
  color: var(--cart-text);
}
.cart-item__price {
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 2px;
  white-space: nowrap;
  min-width: 60px;
}
.cart-item__old {
  font-size: 12px;
  color: var(--cart-muted);
  display: inline-flex;
  align-items: center;
  gap: 4px;
}
.cart-item__old::before {
  content: "PRP:";
  font-weight: 500;
}
.cart-item__now {
  font-size: 14px;
  color: var(--cart-text);
}
.cart-group__items .cart-item,
[data-minicart-items] .cart-item {
  display: grid;
  grid-template-columns: 46px minmax(80px, 1fr) auto auto;
  gap: 12px;
  align-items: center;
}
.cart-group__items .cart-item__info,
[data-minicart-items] .cart-item__info {
  min-width: 0;
}
.cart-group__items .cart-item__controls,
[data-minicart-items] .cart-item__controls {
  justify-self: end;
}
.cart-group__items .cart-item__price,
[data-minicart-items] .cart-item__price {
  justify-self: end;
  min-width: 70px;
}
@media (max-width: 740px) {
  .cart-summary__row {
    flex-direction: column;
    align-items: stretch;
  }
  .cart-summary__right {
    justify-content: space-between;
  }
  .cart-summary__total {
    text-align: left;
    min-width: 0;
  }
  .cart-summary__total-line {
    justify-content: flex-start;
  }
  .cart-drawer {
    border-radius: 18px;
  }
  .cart-item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .cart-item__thumb {
    flex: 0 0 auto;
  }
  .cart-item__info {
    flex: 1 1 calc(100% - 70px);
    max-width: none;
  }
  .cart-item__controls {
    order: 3;
  }
  .cart-item__price {
    order: 4;
    margin-left: auto;
    min-width: auto;
    text-align: right;
  }
  .cart-item__qty {
    padding: 4px 6px;
  }
  .cart-item__iconbtn {
    width: 28px;
    height: 28px;
  }
  .cart-group__items .cart-item,
  [data-minicart-items] .cart-item {
    grid-template-columns: 40px 1fr;
    grid-template-rows: auto auto;
    grid-template-areas: "thumb info" "controls price";
    row-gap: 8px;
  }
  .cart-group__items .cart-item__thumb,
  [data-minicart-items] .cart-item__thumb {
    grid-area: thumb;
    width: 40px;
    height: 40px;
  }
  .cart-group__items .cart-item__info,
  [data-minicart-items] .cart-item__info {
    grid-area: info;
  }
  .cart-group__items .cart-item__controls,
  [data-minicart-items] .cart-item__controls {
    grid-area: controls;
    justify-self: start;
  }
  .cart-group__items .cart-item__price,
  [data-minicart-items] .cart-item__price {
    grid-area: price;
    justify-self: end;
  }
  .cart-item__info {
  }
  .checkout-form-group {
    width: 100%;
  }
}
.minicart-panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  max-height: 80vh;
  background: #fff;
}
.minicart-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--cart-stroke, #e5e7eb);
  flex-shrink: 0;
}
.minicart-panel__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.minicart-panel__title strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--cart-text, #1f2937);
}
.minicart-panel__meta {
  font-size: 13px;
  color: var(--cart-muted, #6b7280);
}
.minicart-panel__close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--bs-gray-300, #d1d5db);
  background: transparent;
  color: var(--cart-muted, #6b7280);
  cursor: pointer;
  transition:
    border-color 0.2s,
    color 0.2s,
    transform 0.15s;
}
.minicart-panel__close:hover {
  border-color: var(--bs-primary, #00a651);
  color: var(--bs-primary, #00a651);
}
.minicart-panel__close:active {
  transform: scale(0.95);
}
.minicart-panel__body {
  flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 12px 16px;
  min-height: 100px;
  max-height: none;
  -webkit-overflow-scrolling: touch;
}
.minicart-panel__body .miniCartWrapper {
  max-height: none;
  overflow: visible;
}
.minicart-panel__body .prods_sim {
  margin-top: 16px;
}
.minicart-panel__foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  border-top: 1px solid var(--cart-stroke, #e5e7eb);
  flex-shrink: 0;
}
.minicart-panel__totals {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.minicart-panel__total-row {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 15px;
  color: var(--cart-text, #1f2937);
}
.minicart-panel__total-row strong {
  font-weight: 600;
}
.minicart-panel__total-row--small {
  font-size: 12px;
  color: var(--cart-muted, #6b7280);
}
.minicart-panel__checkout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 24px;
  background: var(--bs-primary);
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  text-decoration: none;
  transition: background 0.15s, transform 0.1s;
  white-space: nowrap;
}
.minicart-panel__checkout:hover {
  background: var(--cart-green-2, #009143);
  color: #fff;
  transform: translateY(-1px);
}
.minicart-panel__checkout:active {
  transform: translateY(0);
}
#shopModal {
  background: transparent !important;
  height: calc(100vh) !important;
}
#shopModal .container {
  height: 100%;
}
#shopModal .modal-dialog {
  position: absolute;
  top: 76px;
  right: 0;
  bottom: auto;
  margin: 0;
  max-width: 560px;
  width: 100%;
  max-height: calc(100vh - 136px - 20px);
  z-index: 1060;
  display: flex;
  flex-direction: column;
}
.sticky #shopModal .modal-dialog {
  top: 84px;
  max-height: calc(100vh - 84px - 20px);
}
#shopModal .modal-content {
  height: auto;
  max-height: 100%;
  overflow: hidden;
  border-radius: 0 0 0 var(--bm-radius);
  box-shadow: -4px 0 20px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
}
#shopModal .modal-body {
  flex: 1 1 auto;
  padding: 0;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
#shopModal .tab-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
#shopModal #costab.active.show,
#shopModal #conttab.active.show,
#shopModal #favtab.active.show {
  flex: 1 1 auto;
  display: flex !important;
  flex-direction: column;
  min-height: 0;
  overflow: hidden;
}
#shopModal.show .modal-dialog {
  transform: none;
}
#shopModal .shop-modal-out {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 1;
}
#costab .cart-group {
  margin-bottom: 8px;
}
#costab .cart-group:last-child {
  margin-bottom: 0;
}
#costab .cart-group__row {
  padding: 10px 12px;
}
#costab .cart-group__label {
  font-size: 13px;
}
#costab .cart-group__sub {
  font-size: 11px;
}
#costab .cart-item {
  padding: 8px 10px;
}
#costab .cart-item__thumb {
  width: 40px;
  height: 40px;
}
#costab .cart-item__name {
  font-size: 12px;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}
@media (max-width: 575.98px) {
  #shopModal {
    background: rgba(0, 0, 0, 0.5) !important;
    z-index: 1080 !important;
  }
  #shopModal .container {
    padding: 0;
    max-width: 100%;
  }
  #shopModal .modal-dialog {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    height: 100vh;
    height: 100dvh;
    max-height: -webkit-fill-available;
    transform: translateX(100%);
    transition: transform 0.3s ease;
  }
  #shopModal.show .modal-dialog {
    transform: translateX(0);
  }
  #shopModal .modal-content {
    height: 100%;
    border-radius: 0;
    border: none;
    display: flex;
    flex-direction: column;
  }
  #shopModal .modal-body {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
    padding: 0;
  }
  #shopModal .tab-content {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  #shopModal .tab-pane.active {
    flex: 1 1 auto;
    display: flex !important;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
  }
  .minicart-panel {
    max-height: none;
    height: 100%;
  }
  #shopModal .shop-modal-out {
    display: none;
  }
  .minicart-panel__foot {
    flex-direction: column;
    gap: 12px;
  }
  .minicart-panel__checkout {
    width: 100%;
    justify-content: center;
  }
}
.usermenu-panel {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-height: 0;
  max-height: 100%;
  overflow: hidden;
  background: #fff;
}
.usermenu-panel__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--cart-stroke, #e5e7eb);
  flex-shrink: 0;
}
.usermenu-panel__title {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.usermenu-panel__title strong {
  font-size: 18px;
  font-weight: 600;
  color: var(--cart-text, #1f2937);
}
.usermenu-panel__meta {
  font-size: 13px;
  color: var(--cart-muted, #6b7280);
}
.usermenu-panel__close {
  display: inline-flex;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  border: 1.5px solid var(--bs-gray-300, #d1d5db);
  background: transparent;
  color: var(--cart-muted, #6b7280);
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s;
}
.usermenu-panel__close:hover {
  border-color: var(--bs-primary, #00a651);
  color: var(--bs-primary, #00a651);
}
.usermenu-panel__body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 20px;
  min-height: 100px;
}
.usermenu-panel__foot {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  border-top: 1px solid var(--cart-stroke, #e5e7eb);
  background: #fafafa;
  flex-shrink: 0;
}
.usermenu-panel__logout {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--bs-danger, #dc3545);
  font-weight: 500;
  text-decoration: none;
  padding: 10px 20px;
  border-radius: 8px;
  transition: background 0.2s;
}
.usermenu-panel__logout:hover {
  background: rgba(220, 53, 69, 0.1);
  color: var(--bs-danger, #dc3545);
}
.usermenu-panel__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--bs-primary, #00a651);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 12px 24px;
  border-radius: 8px;
  transition: background 0.2s, transform 0.15s;
}
.usermenu-panel__action:hover {
  background: var(--cart-green-2, #009143);
  color: #fff;
  transform: translateY(-1px);
}
.account-menu {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.account-menu__item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  border-radius: 10px;
  color: var(--cart-text, #1f2937);
  text-decoration: none;
  font-weight: 500;
  transition: background 0.2s;
}
.account-menu__item:hover {
  background: var(--bs-gray-100, #f3f4f6);
  color: var(--bs-primary, #00a651);
}
.account-menu__item svg {
  color: var(--cart-muted, #6b7280);
  flex-shrink: 0;
}
.account-menu__item:hover svg {
  color: var(--bs-primary, #00a651);
}
.account-menu__badge {
  margin-left: auto;
  background: var(--bs-primary, #00a651);
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 8px;
  border-radius: 12px;
}
.login-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.login-form__group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.login-form__label {
  font-size: 13px;
  font-weight: 600;
  color: var(--cart-text, #1f2937);
}
.login-form__input-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  background: var(--bs-gray-100, #f3f4f6);
  border: 1.5px solid transparent;
  border-radius: 10px;
  padding: 0 14px;
  transition: border-color 0.2s, background 0.2s;
}
.login-form__input-wrap:focus-within {
  background: #fff;
  border-color: var(--bs-primary, #00a651);
}
.login-form__input-wrap svg {
  color: var(--cart-muted, #6b7280);
  flex-shrink: 0;
}
.login-form__input {
  flex: 1;
  border: none;
  background: transparent;
  padding: 12px 0;
  font-size: 15px;
  outline: none;
}
.login-form__input::placeholder {
  color: var(--cart-muted, #9ca3af);
}
.login-form__toggle {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  color: var(--cart-muted, #6b7280);
  transition: color 0.2s;
}
.login-form__toggle:hover {
  color: var(--bs-primary, #00a651);
}
.login-form__submit {
  background: var(--bs-primary, #00a651);
  color: #fff;
  border: none;
  padding: 14px 20px;
  border-radius: 10px;
  font-size: 15px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.15s;
}
.login-form__submit:hover {
  background: var(--cart-green-2, #009143);
  transform: translateY(-1px);
}
.login-form__submit:active {
  transform: translateY(0);
}
.login-form__link {
  text-align: center;
  color: var(--cart-muted, #6b7280);
  font-size: 14px;
  text-decoration: none;
}
.login-form__link:hover {
  color: var(--bs-primary, #00a651);
}
.login-form__divider {
  display: flex;
  align-items: center;
  gap: 16px;
  color: var(--cart-muted, #9ca3af);
  font-size: 13px;
  margin: 8px 0;
}
.login-form__divider::before,
.login-form__divider::after {
  content: "";
  flex: 1;
  height: 1px;
  background: var(--bs-gray-200, #e5e7eb);
}
.login-form__register {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 14px 20px;
  border: 1.5px solid var(--bs-gray-300, #d1d5db);
  border-radius: 10px;
  color: var(--cart-text, #1f2937);
  font-weight: 500;
  text-decoration: none;
  transition: border-color 0.2s, color 0.2s;
}
.login-form__register:hover {
  border-color: var(--bs-primary, #00a651);
  color: var(--bs-primary, #00a651);
}
.favorites-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;
  color: var(--cart-muted, #6b7280);
}
.favorites-empty__icon {
  margin-bottom: 16px;
  opacity: 0.5;
}
.favorites-empty__title {
  font-size: 16px;
  color: var(--cart-text, #1f2937);
  margin-bottom: 8px;
}
.favorites-empty__text {
  font-size: 14px;
  margin: 0;
  max-width: 220px;
}
.favorites-list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (max-width: 575.98px) {
  .usermenu-panel__foot {
    flex-direction: column;
    gap: 12px;
  }
  .usermenu-panel__action,
  .usermenu-panel__logout {
    width: 100%;
    justify-content: center;
  }
  .login-form__submit {
    width: 100%;
  }
  .account-menu__item {
    padding: 12px 14px;
  }
}
.coupon-trigger {
  margin: -10px var(--bm-padding-x) 12px;
  text-align: right;
}
.coupon-trigger button {
  all: unset;
  cursor: pointer;
  color: var(--bs-gray-600);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}
.coupon-trigger button:hover {
  color: var(--bs-dark);
}
.coupon-trigger svg {
  width: 14px;
  height: 14px;
  transition: transform .2s ease;
}
.coupon-trigger[aria-expanded=true] svg {
  transform: rotate(90deg);
}
.checkout-section.coupon {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  padding: 0;
  margin-bottom: 0;
  border: none;
  transition:
    max-height .25s ease,
    opacity .2s ease,
    margin .25s ease,
    padding .25s ease,
    border .25s ease;
}
.checkout-section.coupon .checkout-section-body {
  padding: 0;
  transition: padding .25s ease;
}
.checkout-section.coupon.is-open {
  max-height: 150px;
  opacity: 1;
  margin-bottom: 15px;
}
.checkout-section.coupon.is-open .checkout-section-body {
  padding: var(--bm-padding-y) var(--bm-padding-x);
}
.checkout-section.no-wrp-padding {
  padding: 0px;
}
.checkout-section.no-wrp-padding .checkout-section-header {
  margin: var(--bm-padding-y) var(--bm-padding-x) 0px;
}
.checkout-section.no-wrp-padding .cart-summary {
  padding: 0px var(--bm-padding-x) var(--bm-padding-y);
}
.validation-toast {
  position: fixed;
  top: 20px;
  left: 50%;
  transform: translateX(-50%) translateY(-20px);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.validation-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}
.validation-toast-content {
  background: #dc3545;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
}
.validation-toast-content i {
  font-size: 16px;
}
.payment-secure-banner {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
  flex-direction: row;
}
.payment-cards-img {
  height: 28px;
  width: auto;
}
.payment-secure-text {
  font-size: 13px;
  color: #495057;
}
.payment-secure-text strong {
  color: #212529;
}
.payment-secure-img {
  height: 24px;
  width: auto;
}
.rate-options-box {
  display: none;
  border-radius: 8px;
  margin: 10px 0 10px 25px;
}
.rate-info-text {
  color: #555;
  font-size: 14px;
  margin: 0 0 10px 0;
}
.rate-option {
  display: block;
  cursor: pointer;
  font-size: 14px;
  padding: 4px 0;
}
@media (max-width: 576px) {
  .rate-options-box {
    margin-left: 0;
  }
}
.bm-green-box-wrapper {
  background: var(--bm-green-soft);
  border-radius: var(--bm-radius);
  padding: var(--bm-padding-y) var(--bm-padding-x);
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.bm-gray-box-wrapper {
  background: var(--bs-gray-100);
  border-radius: var(--bm-radius);
  padding: calc(.5 * var(--bm-padding-y)) calc(.5 * var(--bm-padding-x));
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
.card-white {
  background-color: white;
  padding: var(--bm-padding-y) var(--bm-padding-x);
  box-shadow: var(--bs-box-shadow-sm);
  border-radius: var(--bm-radius, 18px);
}
div .pl-0 {
  padding-left: 0px !important;
}
.product-row {
  display: flex;
  flex-wrap: nowrap;
  gap: var(--bs-gutter-x);
}
.product-row > .col-md-5 {
  flex: 5;
  width: auto;
  min-width: 0;
}
.product-row > .col-md-7 {
  flex: 7;
  width: auto;
  min-width: 0;
}
.title-border-indent {
  padding-left: calc(var(--bm-radius) * .5);
}
.bg-green-soft {
  background-color: var(--biomag-green-soft);
}
@media screen and (min-width: 576px) {
  .bg-sm-transparent {
    background-color: transparent;
  }
}
@media screen and (max-width: 576px) {
  #stickyheader .navbar {
    padding: calc(var(--bm-padding-x) * .5);
    padding-bottom: 0px;
  }
}
div#stickyheader {
  position: -webkit-sticky;
  position: sticky !important;
  top: 0px;
  z-index: 1071;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}
.page-checkout div#stickyheader {
  position: relative !important;
}
.page-checkout .cart-drawer-overlay {
  z-index: 1080;
}
.page-checkout .cart-drawer {
  max-height: min(90vh, 800px);
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .page-checkout .bottom-menu.footer-white {
    display: none;
  }
}
@media (min-width: 768px) {
  #usermenu .btn.border-1 {
    border: none !important;
  }
}
div .carousel-container {
  gap: calc(.5 * var(--bs-gutter-x));
}
div .carousel-container > div {
  padding: 0px !important;
}
.navbar-color {
  color: var(--bs-navbar-color);
}
.mt-1x {
  margin-top: calc(var(--bm-margin-y) * 1);
}
.mt-2x {
  margin-top: calc(var(--bm-margin-y) * 2);
}
@media screen and (max-width: 576px) {
  div#carouselBlog .carousel-item {
    padding: 0px calc(var(--bs-gutter-x) * .5);
  }
  body {
    --bs-body-line-height:1.2;
  }
  div .biomag-body {
    padding-bottom: 0px;
  }
  div .biomag-card img {
    height: 190px;
  }
  div .biomag-title {
    font-size: 14px;
    height: 34px;
  }
  div .biomag-brand {
    font-size: 12px;
  }
  div .biomag-price {
    font-size: 16px;
    margin-bottom: 0px;
  }
  div .biomag-rating-count {
    font-size: 12px;
    display: none;
  }
  div .biomag-like-btn {
    font-size: 12px;
  }
  .biomag-price-section {
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: baseline;
    justify-content: flex-start;
    gap: 5px;
    margin-bottom: 5px;
  }
  div .biomag-rating-like {
    margin-bottom: 3px;
  }
  div .biomag-product-name a {
    height: 30px;
    overflow: elipsis;
  }
  .support-card .item {
    align-items: flex-start;
    display: flex;
  }
  .support-card .item .txt {
    text-align: left;
  }
  div .footer-logo {
    height: 30px;
  }
  .footer-logos-row {
    margin-top: var(--bm-margin-y);
    gap: var(--bm-gap);
  }
  ul.pagination {
    max-width: calc(100vw - var(--bs-gutter-x));
  }
  div .support-card .item {
    grid-template-columns: 24px 1fr;
  }
  .biomag-similar-products-title {
    font-size: 1.4rem;
  }
  div .benefits-box {
    background-color: transparent;
    padding: 0px;
    box-shadow: none;
  }
  div .benefits-row {
    flex-direction: column;
    gap: calc(var(--bs-gutter-x) * .5);
  }
  div .benefit-item {
    background-color: #fff;
    width: 100%;
    padding: var(--bm-padding-y) var(--bm-padding-x);
    border-radius: var(--bm-radius);
    box-shadow: var(--bm-shadow);
  }
  .checkout-terms label {
    display: inline-block;
  }
  .biomag-installments-content ul li {
    text-align: left;
  }
  .order-success-page .minicart-panel.order-products.mb-3 {
    height: auto;
  }
}
