.ratings {
  position: relative;
  vertical-align: middle;
  display: inline-block;
  color: #ccc;
  overflow: hidden;
  font-size: 2em;
  cursor: pointer;
}

.full-stars {
  position: absolute;
  left: 0;
  top: 0;
  white-space: nowrap;
  overflow: hidden;
  color: orange;
}

table.featureordertable {
  width: auto;
  max-width: 100%;
  margin-bottom: 20px;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
table.featureordertable.table-bordered > tbody > tr > td {
  min-width: 30px;
  text-align: center;
}
table.featureordertable input {
  width: 50px !important;
}
table.featureordertable input.in-stock {
  border: 1px solid #0FBF2D;
  padding: 0px;
  text-align: center;
}
table.featureordertable input.out-of-stock {
  border: 1px solid #F5D01B;
  padding: 0px;
  text-align: center;
}

.variant-images-holder img {
  max-width: 100%;
  max-height: 100%;
}
.variant-images-holder .main-image-holder {
  padding: 10px;
  margin: auto;
}
.variant-images-holder .main-image-holder img {
  max-height: 600px;
  width: auto;
}
.variant-images-holder .image-slider-thumbs {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 10px;
  flex-wrap: wrap;
  margin: 0px;
  padding: 0px;
  margin-bottom: 10px;
}
.variant-images-holder .image-slider-thumbs > li {
  list-style-type: none;
  margin: 0px;
  padding: 10px;
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.18);
}

@media only screen and (min-width: 768px) {
  .main-image-holder {
    max-width: none;
    display: block;
    text-align: center;
  }
}
.sidemenu-section {
  border-radius: 0px 7px 0px 0px;
  padding-left: 10px;
  padding-bottom: 10px;
  box-shadow: -20px 100px 110px 17px rgba(0, 0, 0, 0.18);
  background-color: white;
  margin-top: -100px;
  min-height: 200px;
}
.sidemenu-section h3 {
  font-size: 18px;
}
.sidemenu-section .sidebar-category-menu ul {
  list-style: none;
  margin: 0px 0px 0px 0px;
  padding: 0px;
}
.sidemenu-section .sidebar-category-menu > ul li {
  font-size: 16px;
  padding: 2px;
  padding-left: 10px;
  margin-bottom: 0px;
}
.sidemenu-section .sidebar-category-menu > ul li.active a {
  color: #0071ff;
  font-weight: bold;
}
.sidemenu-section .sidebar-category-menu > ul li:before {
  content: "-";
  float: left;
  margin-right: 4px;
  font-size: 12px;
}
.sidemenu-section .sidebar-category-menu > ul li > a {
  width: 100%;
  display: block;
  color: #000000;
  font-size: 12px;
}

#content {
  margin-bottom: 140px;
}

.product-section {
  margin-top: 20px;
  float: right;
}
.product-section h1 {
  font-weight: 400;
  font-size: 19pt;
  letter-spacing: 0.5px;
}

.variant-sideblock {
  border: 1px solid #eee;
  padding: 15px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  background-color: #FFFFFF;
  margin-bottom: 20px;
}
.variant-sideblock.extravisible {
  box-shadow: 0 7px 17px 0 rgba(0, 0, 0, 0.18);
}
.variant-sideblock h3 {
  color: #000;
  border-bottom: 3px solid #FF4E00;
  padding: 10px 15px 10px 15px;
  font-size: 11pt;
  letter-spacing: 0.8px;
  margin: -7px -7px 0px -7px;
  border-radius: 3px;
}
.variant-sideblock .price,
.variant-sideblock .attributes,
.variant-sideblock .features,
.variant-sideblock .button-holder {
  padding: 5px;
  display: inline-block;
}
.variant-sideblock .btw-text {
  font-size: 13px;
  color: black;
}
.variant-sideblock .fblike {
  text-align: right;
}
.variant-sideblock .price {
  text-align: right;
  font-size: 25px;
  font-family: Verdana;
  float: right;
  padding-left: 10px;
}
.variant-sideblock .price-incl {
  font-size: 12px;
  color: #4990da;
}
.variant-sideblock .price-excl {
  color: #1c3a75;
  font-size: 18px;
}
.variant-sideblock .button-holder {
  width: 100%;
}
.variant-sideblock .button-holder a {
  display: inline;
}
.variant-sideblock ul {
  margin: 0px;
  padding-left: 20px;
}
.variant-sideblock ul > li {
  list-style-type: disc;
}

.attributes {
  padding: 0x !important;
  width: 100%;
}
.attributes span {
  display: inline;
  font-size: 10px;
}

.text-right .btn {
  display: none;
  width: 49.5%;
  min-width: 240px;
  padding-top: 10px !important;
  padding-bottom: 10px !important;
  float: left;
  margin: 1px;
}

#FormElement_345838957835 {
  overflow: auto;
}
#FormElement_345838957835 .btn {
  display: block;
  color: #fff !important;
  background-color: #5cb85c !important;
  width: 180px;
  padding: 6px !important;
  letter-spacing: 1px;
  font-size: 12pt;
}

.order-group {
  max-width: 220px;
  float: right;
}
.order-group .amount-input {
  padding: 0px 10px;
}

.btn-offerte {
  float: left;
}

/*# sourceMappingURL=variant.css.map */

  :root {
    --fbb-megamenu-from: 245 245 245;   /* Deep blue (like Tailwind blue-600) */
    --fbb-megamenu-to: 255 250 255;     /* Darker navy blue (like Tailwind blue-800) */
  }

  /* Dark mode: richer deep blue */
  @media (prefers-color-scheme: dark) {
    :root {
      --fbb-megamenu-from: 0 0 50; /* Bright deep blue */
      --fbb-megamenu-to: 0 31 103;    /* Dark navy blue */
    }
  }
/* src/newtheme/js/apps/gradient-overflow-box/gradient-overflow-box.scss */
.gradient-overflow-box {
  position: relative;
  overflow: hidden;
}
.gradient-overflow-box .gradient-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 80px;
  background:
    linear-gradient(
      to top,
      rgb(255, 255, 255) 0%,
      rgba(255, 255, 255, 0.8) 40%,
      rgba(255, 255, 255, 0.3) 70%,
      rgba(255, 255, 255, 0) 100%);
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 16px;
}
.gradient-overflow-box .show-more {
  padding: 8px 20px;
  background:
    linear-gradient(
      135deg,
      #3b82f6 0%,
      #1d4ed8 100%);
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}
.gradient-overflow-box .show-more:hover {
  background:
    linear-gradient(
      135deg,
      #2563eb 0%,
      #1e40af 100%);
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}
.gradient-overflow-box .show-more:active {
  transform: translateY(0);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

body {
  font-family: 'Roboto', sans-serif;
}

section#content > .container {
  background-color: white;
}

h1,h2,h3,h4,h5,h6 {
  color:#136487;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -0.6px;
}

[v-cloak] > * { display:none }
[v-cloak]::before { content: "loading…" }

h1 {

}

h2 {

}

h3 {

}

h4 {
font-size: 19px;
line-height: 25px;
}

h5 {

}

h6 {

}

.btn {
border-radius: 0px;
}

@media (min-width: 1400px) {
.container { width: 1350px; }
}

@media (min-width: 1800px) {
.container { width: 1750px; }
}

#cat-nav {
border-top: 2px solid #e8e8e8;
}

.top-icon-menu img {
max-height: 40px;
}

.cart-amount {
color: #fff;
background-color: green;
border-radius: 20px;
padding: 2px 8px;
position: relative;
left: -10px;
top: 5px;
}

.cart-amount.empty {
background-color: #ccc;
}

.dhl-express-triangle {
position: absolute;
right: 0px;
top: 0px;
max-height: 100%;
}


/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* cyrillic-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu72xKOzY.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu5mxKOzY.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7mxKOzY.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4WxKOzY.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7WxKOzY.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu7GxKOzY.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v20/KFOmCnqEu92Fr1Mu4mxK.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
