#important-notice {
  padding: 0.5em 1em;
  text-align: center;
}
#content-wrapper {
  min-height: 60vh;
}
.close-unicode {
  font-size: xx-large;
  cursor: pointer;
}
#region {
  background: var(--site-background-color);
  border-bottom: 1px solid #fff;
  border-collapse: collapse;
  border-radius: var(--border-radius);
  border-right: 1px solid #fff;
  box-shadow: inset 0 1px 2px var(--shadow-color);
  color: var(--default-text-color);
  display: inline-block;
  font-size: 0.95em;
  padding: 5px calc(var(--gutter-size) / 2);
}
#region .currency {
  cursor: default;
  padding: 0;
}
#region .currency span {
  background: #e3ece0;
  border-bottom: 1px solid #fff;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #fff;
  border-top: 1px solid #d1d1d1;
  padding: 1px 5px;
}
#region .country {
  cursor: default;
}
#region .change {
  padding-inline-start: 0;
}
#region > div {
  display: inline-block;
  padding: 5px 5px;
  vertical-align: middle;
}
#cart {
  display: inline-block;
}
#cart > a {
  position: relative;
  display: flex;
  align-items: center;
  color: inherit;
  flex-direction: column;
  padding: 0 !important;
  background-image: none;
}
#cartItems {
  padding: 1em;
  gap: 10px;
  display: flex;
  flex-direction: column;
  right: 0;
  border-radius: var(--border-radius);
  margin-top: calc(var(--gutter-size) / 2);
}
@media (max-width: 768px) {
  #cartItems {
    position: absolute;
    transform: translate(0, -91%);
    min-width: 250px;
    top: -100%;
  }
}
#cartItems li {
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid var(--default-border-color);
}
#cartItems li a {
  padding: 0;
}
#cartItems li .kara {
  padding: calc(var(--gutter-size) / 3) var(--gutter-size);
}
@media (min-width: 768px) {
  #cartItems li {
    gap: 10px;
  }
}
#cartItems li .productName {
  overflow: hidden;
  max-width: 140px;
  display: flex;
  padding: 0;
}
@media (min-width: 768px) {
  #cartItems li .productName {
    max-width: 300px;
  }
}
#cartItems li.empty {
  transition: all 0.5s ease;
  border-bottom: none !important;
}
#cartItems .total {
  display: flex;
  justify-content: space-between;
  border-bottom: none !important;
}
#cartItems .btn-ban {
  padding-inline-end: 15px !important;
  padding: var(--input-padding-y) var(--input-padding-x) !important;
  line-height: var(--default-line-height);
}
#cartItems .btn-ban:hover {
  background-color: var(--purple) !important;
  color: white;
}
@media (max-width: 991px) {
  #site-menu {
    position: sticky;
    display: block;
    top: 0;
    z-index: 999;
    transition: top 200ms linear;
  }
  #site-menu .navbar-header a {
    color: var(--navigation-text-color);
  }
}
@media (max-width: 991px) {
  #site-menu .container {
    padding: 0 !important;
  }
}
#site-menu .navbar {
  padding: 0.5rem var(--gutter-x);
}
@media (min-width: 992px) {
  #site-menu .navbar {
    margin-top: 5.5em;
    padding: 0;
  }
  #site-menu .navbar .dropdown-menu .nav-link {
    background: var(--dropdown-menu-item-background-color);
    color: var(--dropdown-menu-item-text-color);
  }
  #site-menu .navbar .dropdown-menu .nav-link:hover {
    filter: brightness(0.95);
  }
}
#site-menu .dropdown-menu {
  overflow: hidden;
  --gutter-y: 0.75em;
}
body.scrolling-down #site-menu {
  top: -6em;
}
.filter {
  width: 100%;
}
#rightbar {
  background: white;
  padding: 1em;
  height: max-content;
}
.slider-caption {
  position: absolute;
  left: 30%;
  bottom: 0;
  right: 10%;
  top: 0;
  margin: auto 0;
  height: max-content;
  font-size: large;
  color: white;
}
@media (min-width: 768px) {
  .slider-caption {
    font-size: x-large;
  }
}
#box-regional-settings {
  padding: 1em;
  background: var(--white);
}
#footer {
  padding: var(--gutter-size);
  color: var(--white);
  background: black;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 3em;
}
#footer a {
  color: inherit;
}
#footer .columns {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: var(--gutter-size);
}
@media (min-width: 768px) {
  #footer .columns {
    grid-template-columns: repeat(3, 1fr);
  }
}
#footer .title {
  align-items: center;
  border-bottom: 1px solid var(--default-border-color);
}
#footer .trans {
  border: none;
}
#footer section {
  border-left: 1px solid var(--default-border-color);
  padding: 0 10px;
}
#footer ul.list-vertical li {
  padding: 0;
}
#copyright {
  color: var(--white);
}
#copyright a {
  color: inherit;
}
#copyright .notice {
  padding: var(--gutter-size);
  text-align: center;
}
#scroll-up {
  bottom: 45px;
  display: none;
  height: 48px;
  opacity: 0.3;
  position: fixed;
  right: 30px;
}
#box-filter .token {
  font-size: smaller;
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: default;
  margin-inline-end: 0.5em;
}
label.option {
  display: block;
  margin: 15px 0;
}
#box-filter .token[data-group^="attribute"],
.token[data-group="manufacturer"],
.token[data-group="name"] {
  background: black;
  display: inline-flex;
  color: #fff;
  margin-top: calc(var(--gutter-size) / 2);
}
#box-filter .token {
  padding: 0.5em 1em;
  border-radius: 4px;
  cursor: default;
  margin-inline-end: 0.5em;
}
#box-filter .token .remove {
  padding-inline-start: 0.5em;
  color: inherit;
  font-weight: 600;
}
#box-filter .token[data-group="name"] {
  background: var(--eerie-black);
}
#box-filter .token[data-group="manufacturer"] {
  background: var(--eerie-black);
}
#trust {
  background: var(--white);
  color: var(--sonic-silver);
  padding: 1em;
  border-top: 1px solid var(--default-border-color);
}
#box-upsell {
  padding: 0;
}
#box-upsell h2.title {
  margin-top: 0;
}
#box-upsell .sticker {
  padding: calc(var(--gutter-size) / 6);
}
#box-upsell .name {
  font-weight: 600;
}
#box-upsell .image-wrapper img {
  width: 90px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#box-upsell .product .info {
  left: 90px;
  right: 31px;
  font-size: small;
}
#box-upsell .product .info .price-wrapper {
  position: relative;
  font-size: 1.25em;
  padding: calc(var(--gutter-size) / 4) 0;
}
.catedral {
  padding: calc(var(--gutter-size) / 2);
}
@media (min-width: 992px) {
  .catedral {
    grid-template-areas: "sidebar content";
    grid-template-columns: max-content;
    grid-template-rows: 1fr;
    display: grid;
    grid-gap: var(--gutter-size);
    background: var(--site-background-color);
  }
}
@media (min-width: 768px) {
  #box-upsell .product .name {
    display: block;
    height: auto;
    font-weight: 400;
  }
  #box-upsell .product .description {
    display: none;
    line-height: normal;
  }
}
#box-product {
  background: var(--white);
  padding: 1em;
  box-shadow: 0 0 0 1px var(--shadow-color);
  height: 100%;
}
.gal {
  position: relative;
}
.flexa {
  display: flex;
  gap: calc(var(--gutter-size) / 2);
  justify-content: space-between;
  width: 100%;
}
.no-stock {
  position: absolute;
  width: 100%;
  color: #fff;
  text-align: center;
  background: linear-gradient(
    to right,
    rgba(255, 255, 255, 0.3) 0%,
    #243740 25%,
    #243740 50%,
    #243740 75%,
    rgba(255, 255, 255, 0.3) 100%
  );
  top: 48%;
  padding: 0.1em;
  z-index: 1;
}
.listing.products.rows .name {
  font-weight: bold;
}
.closebtn {
  float: right;
  font-weight: 900;
  cursor: pointer;
  font-size: 17px;
}
.alert.info.w {
  background: var(--light-grey);
  border-radius: var(--border-radius);
  margin: calc(var(--gutter-size) / 2) 0;
  width: 100%;
}
.short-description {
  display: -webkit-box;
  line-clamp: 3;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: calc(var(--gutter-size) / 2) 0;
}
.fa-2x {
  font-size: 1.4em !important;
}
.fa-3x {
  font-size: 25px !important;
}
a.dropdown-toggle {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.hidden {
  display: none;
}
.icon-left {
  position: relative;
  padding-left: 60px;
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}
.icon-left i {
  position: absolute;
  left: 0;
  padding: 5px calc(var(--gutter-size) / 2);
  color: var(--eerie-black);
}
.icon-left h4,
.icon-left p {
  margin: 0;
  padding: 0;
  border: none;
}
#offcanvas1 .zroup {
  padding-top: 1.3em;
}
.trans {
  -webkit-transition: 0ms ease;
  -o-transition: 0ms ease;
  transition: 0ms ease;
  background: inherit;
  margin-top: calc(var(--gutter-size) / 2);
  padding: calc(var(--gutter-size) / 4);
  border: none;
  border-top: 1px solid var(--default-border-color);
  border-radius: 0;
}
.descriptions {
  max-height: 466px;
  display: block;
  overflow: hidden;
  overflow-y: auto;
}
#box-filter form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.pad1 {
  padding: 1em;
}
@media (max-width: 1200px) {
  .pad2 {
    padding: 1em;
  }
}
@media (min-width: 992px) {
  .pad2 {
    margin-block: 3em;
  }
}
.mar2 {
  margin: 1em 0;
}
@media (min-width: 1200px) {
  .mar2 {
    margin: 2em 0;
  }
}
.rtext {
  border: 1px solid var(--default-border-color);
  cursor: pointer;
  padding: 5px calc(var(--gutter-size) / 1);
}
.rtext:hover {
  background: black;
  color: var(--white);
}
#box-product .form-group .radio input {
  font-size: 0;
  position: absolute;
  z-index: -1;
}
#box-product .buy_now input[type="radio"]:checked ~ * {
  background: black;
  color: var(--white);
}
#box-product .form-group {
  display: flex;
  flex-wrap: wrap;
}
#box-product .form-group .radio {
  margin-right: calc(var(--gutter-size) / 2);
}
#slider-thumb {
  margin-top: 10px;
}
#slider-thumb .slider-container {
  grid-auto-columns: calc(15% - (var(--gutter-size) / 2)) !important;
}
#slider-thumb li:hover {
  border: 1px solid;
  padding: 5px;
}
.righting {
  box-shadow: 0 0 0 1px var(--shadow-color);
  padding: calc(var(--gutter-size) / 2);
  max-height: 600px;
}
.righting .codes {
  display: flex;
  flex-direction: column;
  gap: calc(var(--gutter-size) / 2);
  background: var(--light-grey);
  padding: calc(var(--gutter-size) / 2);
  text-transform: capitalize;
}
.righting .stock-status {
  padding: calc(var(--gutter-size) / 2);
  background: var(--light-grey);
}
.righting .manufacturer,
.righting .ask-a-question {
  padding: calc(var(--gutter-size) / 2);
  background: var(--light-grey);
  margin-block-start: calc(var(--gutter-size) / 2);
  text-align: center;
}
.about.container.pad2 {
  margin-block: 4em;
}
@media (max-width: 991px) {
  body.featherlight-open {
    overflow: hidden;
    padding-inline-end: 0 !important;
  }
}
.box {
  margin: var(--gutter-size) 0;
}
.box.white {
  margin: var(--gutter-size);
  padding: var(--gutter-size);
  border-radius: var(--border-radius);
}
.box.border {
  padding: var(--gutter-size);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
}
#box-cookie-notice {
  background: var(--cookie-notice-background-color);
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1em;
  backdrop-filter: saturate(200%) blur(5px);
  color: var(--cookie-notice-text-color);
  z-index: 9999;
}
#box-cookie-notice .notice {
  margin-bottom: 1em;
}
#box-cookie-notice .notice a {
  color: inherit;
  text-decoration: underline;
}
#box-cookie-notice button {
  margin: 0 0.5em;
}
@media (min-width: 768px) {
  #box-cookie-notice {
    max-width: 480px;
    margin: 0 auto;
    bottom: calc(var(--gutter-size) / 2);
    border-radius: var(--border-radius);
  }
}
#box-manufacturer-logotypes {
  padding: 1em;
  background: var(--white);
  border-radius: var(--border-radius);
}
#box-manufacturer-logotypes img {
  max-width: 100%;
  max-height: 50px;
}
#box-filter .manufacturers ul {
  max-height: 200px;
  overflow-y: auto;
}
#box-recently-viewed-products .listing {
  grid-template-columns: repeat(auto-fill, minmax(48px, 0.5fr));
}
.listing.product.rows {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
.listing {
  display: grid;
  grid-gap: calc(var(--gutter-size) / 2);
}
@media (min-width: 768px) {
  .listing {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    grid-gap: var(--gutter-size);
  }
}
.listing.products.columns {
  grid-template-columns: repeat(auto-fill, minmax(145px, 1fr));
}
@media (min-width: 992px) {
  .listing.products.columns {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing.products.rows {
  grid-auto-flow: row;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}
@media (min-width: 768px) {
  .listing.products.rows {
    grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
    grid-gap: var(--gutter-size);
  }
}
.listing.categories {
  grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}
@media (min-width: 768px) {
  .listing.categories {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}
@media (min-width: 1200px) {
  .listing.categories {
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
  }
}
.listing.manufacturers {
  grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
}
@media (min-width: 992px) {
  .listing.manufacturers {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
}
.listing h1,
.listing h2,
.listing h3 {
  padding-bottom: 0;
  border: none;
}
.listing a {
  color: inherit;
  text-decoration: none;
}
.listing .manufacturer,
.listing .product {
  position: relative;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  background: var(--image-whitespace-color);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
  transform: scale(0.95);
  transition: all 200ms linear;
  color: inherit;
  text-decoration: none;
}
@media (min-width: 768px) {
  .listing .manufacturer:hover,
  .listing .product:hover {
    box-shadow: 0 calc(var(--gutter-size) / 4) calc(var(--gutter-size) / 2) 0
      rgba(0, 0, 0, 0.15);
    transform: scale(0.99);
  }
}
.listing .category {
  border-radius: var(--border-radius);
  transition: all 100ms linear;
}
.listing .category:hover {
  box-shadow: 0 0 0 1px var(--eerie-black);
}
.listing .category .caption {
  text-align: center;
  padding: 0.3em 0;
}
.listing .category .caption * {
  margin: 0;
}
@media (max-width: 480px) {
  .listing .category .caption * {
    font-size: smaller;
  }
}
.listing .manufacturer img {
  width: 100%;
  height: auto;
  padding: calc(var(--gutter-size) / 2);
}
.listing .manufacturer .caption {
  margin: 0;
  padding: calc(var(--gutter-size) / 2);
  background: #f2f2f2;
  color: var(--default-text-color);
  text-align: center;
}
.listing .product {
  position: relative;
  background: var(--white);
}
.listing .product .link {
  text-decoration: none;
}
.listing .product .image-wrapper {
  background: var(--image-whitespace-color);
}
.listing .product .image-wrapper .sticker {
  position: absolute;
  top: 10px;
  left: 0;
  width: max-content;
  padding: calc(var(--gutter-size) / 4) calc(var(--gutter-size) / 2);
  color: #fff;
}
.listing .product .image-wrapper .sticker.new {
  background: var(--eerie-black);
}
.listing .product .image-wrapper .sticker.sale {
  background: var(--eerie-black);
  font-size: 0.5em;
}
.listing .product .name {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
    font-size: 0.5em;
}
.listing .product .description {
  margin: 0;
}
.listing .product .rating > .star {
  padding: 0.01em;
}
.listing .product .price-wrapper {
  font-size: 0.5em;
}
.listing .product .price-wrapper .price {
  color: var(--eerie-black);
  font-weight: bold;
  white-space: nowrap;
}
.listing .product .price-wrapper .regular-price,
.listing .product .price-wrapper .recommended-price {
  color: var(--default-text-color);
  font-size: 0.75em;
  font-weight: normal;
  white-space: nowrap;
}
.listing .product .price-wrapper .campaign-price {
  font-weight: bold;
  color: var(--eerie-black);
  white-space: nowrap;
}
.listing .product:hover {
  transition: all 500ms linear;
}
.listing .product:hover .r-prev {
  right: 7px;
}
.listing .r-prev {
  position: absolute;
  top: 7px;
  right: 7px;
  max-width: min-content;
  z-index: 5;
  background: var(--white);
  border: 1px solid var(--default-border-color);
  border-radius: 30px;
  z-index: 100;
  font-size: 0.5em;
}
@media (min-width: 992px) {
  .listing .r-prev {
    right: -35px;
  }
}
.listing .r-prev .preview,
.listing .r-prev .atc {
  position: relative;
  background: var(--white);
  cursor: pointer;
  border: none;
  border-radius: 30px;
  padding: 7px;
  width: 30px;
  color: inherit;
  font-size: large;
}
.listing .r-prev .preview:hover,
.listing .r-prev .atc:hover {
  background: var(--eerie-black);
  color: var(--white);
}
.listing .r-prev .preview:hover .qweye,
.listing .r-prev .atc:hover .qweye {
  z-index: 9;
  color: var(--white);
  display: block;
  position: absolute;
  background: var(--eerie-black);
  padding: 5px 10px;
  border-radius: 20px;
  box-shadow: 0 0 0 1px var(--shadow-color);
  transition: all 0.3s;
  min-width: max-content;
  right: 110%;
  top: 0;
}
.listing .qweye {
  display: none;
  font-size: small;
}
.listing.columns .product .image {
  width: 100%;
  height: auto;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.listing.columns .product .info {
  padding: calc(var(--gutter-size) / 3);
}
.listing.columns .product .flexa {
  align-items: center;
}
.listing.columns .product .description {
  display: none;
}
.listing.columns .product .price-wrapper {
  position: initial;
}
.listing.rows .product .flexa {
  flex-direction: column;
  gap: 0;
}
.listing.rows .product .info {
  position: absolute;
  top: 0;
  left: calc(var(--gutter-size) + 80px);
  right: 0;
  bottom: 0;
  padding: calc(var(--gutter-size) / 2);
}
@media (min-width: 768px) {
  .listing.rows .product .info {
    left: calc(160px + var(--gutter-size));
  }
}
.listing.rows .product .image-wrapper {
  display: table;
  position: relative;
}
.listing.rows .product .image {
  max-width: 100px;
  border-radius: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .listing.rows .product .image {
    max-width: 160px;
  }
}
.listing.rows .product .price-wrapper {
  padding-bottom: calc(var(--gutter-size) / 3);
}
.listing.rows .product .r-prev {
  bottom: 10px;
  top: auto;
}
@media (min-width: 768px) {
  .listing.rows .product {
    height: auto;
  }
}
.price {
  color: var(--eerie-black);
  font-weight: bold;
}
.categories::-webkit-scrollbar {
  display: none;
}
#view-full-page {
  float: right;
  padding: calc(var(--gutter-size) / 2) var(--gutter-size);
}
@media screen and (max-width: 767px) {
  .righting,
  #box-product {
    box-shadow: none;
  }
}
.social-bookmarks {
  font-size: 1.75em;
  margin: var(--gutter-size) 0;
}
#box-product .sticker {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  top: 15px;
  padding: calc(var(--gutter-size) / 4) calc(var(--gutter-size) / 2);
  position: absolute;
  text-align: center;
  text-transform: uppercase;
}
#box-product .sticker.new {
  background: var(--eerie-black);
}
#box-product .sticker.sale {
  background: var(--eerie-black);
}
#box-product .thumb-left img:hover {
  box-shadow: 0 0 1px 1px var(--eerie-black);
  transform: scale(0.99);
  transition-timing-function: var(--transition-timing);
}
#box-product .main-image {
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  position: relative;
  background: var(--whitespace-color);
  width: 100%;
}
#box-product .price-wrapper {
  font-size: xx-large;
  margin-block-end: calc(var(--gutter-size) / 2);
}
#box-product .price-wrapper .regular-price,
#box-product .price-wrapper .recommended-price {
  font-size: 0.75em;
}
#box-product .price-wrapper .campaign-price {
  color: var(--eerie-black);
}
#box-product .tax {
  color: #999;
}
#box-product .stock-available .value {
  color: #009900;
}
#box-product .stock-partly-available .value {
  color: #ff9900;
}
#box-product .stock-unavailable .value {
  color: #cc0000;
}
#box-product .out-of-stock-notice {
  background: var(--default-background-color);
  border: 1px solid var(--default-border-color);
  padding: var(--gutter-size);
  border-radius: var(--border-radius);
}
#box-product .stock-notice {
  margin-top: 1em;
  padding: 0.5em;
  border-radius: var(--border-radius);
  border: 1px #86cb00 solid;
  color: #86cb00;
}
#box-product .stock-notice:empty {
  display: none;
}
#box-product .stock-notice.warning {
  color: #c00;
  border-color: #c00;
}
#box-product .description p:first-child {
  margin-top: 0;
}
#box-product .description p:last-child {
  margin-bottom: 0;
}
#box-product .technical-data table {
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  break-inside: avoid-column;
}
#box-product .technical-data table td:first-child {
  width: 50%;
}
@media (min-width: 992px) {
  .stick {
    position: sticky;
    top: 0;
  }
}
.accordion {
  cursor: pointer;
  width: 100%;
  transition: background-color 0.6s;
  border-bottom: 1px solid var(--default-border-color);
  padding: calc(var(--gutter-size) / 3);
}
.accordion:hover {
  background-color: var(--light-grey);
}
.accordion.active {
  background-color: black;
  color: var(--white);
  transition: background-color 0.3s;
}
.panel {
  max-height: 0;
  overflow: hidden;
  padding: 0 5px;
  transition: max-height 0.3s ease-out;
}
.panel.active {
  max-height: 500px;
  transition: max-height 0.3s ease-in;
  margin-block-start: calc(var(--gutter-size) / 2);
}
#box-product h3.title.flexa {
  cursor: pointer;
  text-transform: uppercase;
}
.featherlight.active .featherlight-content {
  margin: calc(var(--gutter-size) / 2) !important;
  cursor: default;
}
@media (min-width: 768px) {
  .featherlight.active .featherlight-content .ovs {
    max-height: 527px;
    overflow: auto;
    scrollbar-width: thin;
  }
}
.featherlight-close-icon.featherlight-close {
  top: -1px !important;
  right: -1px !important;
  background: black !important;
  border-radius: 0 !important;
}

/* add 1910 view boxcat  */

.white { background: #ffffff; }

.menu {
  box-shadow: 0 20px 50px #333333;
  float: left;
  max-width: 90%;
  outline: 0;
  position: relative;
}

.menu * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0;
}

.menu .menu-footer {
  background: #414956;
  color: #f0f0f0;
  float: left;
  font-weight: normal;
  height: 50px;
  line-height: 50px;
  font-size: 6px;
  width: 100%;
  text-align: center;
}

.menu .menu-header {
  background: #414956;
  color: #f0f0f0;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 100%;
}

.menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  display: block;
  float: left;
  position: relative;
  width: 100%;
}

.menu ul li a {
  background: #414956;
  color: #f0f0f0;
  float: left;
  font-size: 13px;
  overflow: hidden;
  padding: 14px 22px;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  width: 100%;
}

.menu ul li a i {
  float: left;
  font-size: 16px;
  line-height: 18px;
  text-align: left;
  width: 34px;
}

.menu ul li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 14px;
}

.menu ul .submenu {
  display: none;
  position: static;
  width: 100%;
}

.menu ul .submenu .submenu-indicator { line-height: 16px; }

.menu ul .submenu li {
  clear: both;
  width: 100%;
}

.menu ul .submenu li ul.submenu {
  display: none;
  position: static;
  width: 100%;
  overflow: hidden;
}

.menu ul .submenu li a {
  background: #383838;
  border-left: solid 6px transparent;
  border-top: none;
  float: left;
  font-size: 11px;
  position: relative;
  width: 100%;
}

.menu ul .submenu li:hover > a { border-left-color: #414956; }

.menu ul .submenu li .menu-label {
  background: #f0f0f0;
  border-radius: 100%;
  color: #555555;
  font-size: 11px;
  font-weight: 800;
  line-height: 18px;
  min-width: 20px;
  padding: 1px 2px 1px 1px;
  position: absolute;
  right: 18px;
  text-align: center;
  top: 12px;
  top: 14px;
}

.menu ul .submenu > li > a { padding-left: 30px; }

.menu ul .submenu > li > ul.submenu > li > a { padding-left: 45px; }

.menu ul .submenu > li > ul.submenu > li > ul.submenu > li > a { padding-left: 60px; }

.menu .submenu-indicator {
  -moz-transition: "transform .3s linear";
  -o-transition: "transform .3s linear";
  -webkit-transition: "transform .3s linear";
  transition: "transform .3s linear";
  float: right;
  font-size: 20px;
  line-height: 19px;
  position: absolute;
  right: 22px;
}

.menu .submenu-indicator-minus > .submenu-indicator {
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu > ul > li.active > a {
  background: #3b424d;
  color: #ffffff;
}

.menu > ul > li:hover > a {
  background: #3b424d;
  color: #ffffff;
}

.menu > ul > li > a { border-bottom: solid 1px #3b424d; }

.ink {
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  -webkit-transform: scale(0);
  background: rgba(255, 255, 255, 0.3);
  border-radius: 100%;
  display: block;
  position: absolute;
  transform: scale(0);
}

.animate-ink {
  -moz-animation: ripple .3s linear;
  -ms-animation: ripple .3s linear;
  -o-animation: ripple .3s linear;
  -webkit-animation: ripple .3s linear;
  animation: ripple .3s linear;
}
@-moz-keyframes ripple {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}
@-webkit-keyframes ripple {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}
@keyframes ripple {
 100% {
 opacity: 0;
 transform: scale(2.5);
}
}


#offcanvas1 section {
  width: 18vw;
}

#menu h2 {
  margin-left: 2vw;
  font-size: 1.3em;
}

.float-end-1 {
    float: right;
    margin-right: 20%;
}

   
.vertical-menu {
            margin-bottom: 20px;
            border: 1px solid #ccc;
            padding: 10px;
        }
        .menu-item {
            margin: 5px 0;
            font-size: 1.20em;
        }
        .submenu {
            display: none; 
            padding-left: 1px;
        }


        ul li::marker {
  color: white; 
  font-size: 1.5em; 
  content: ""; 
}

    .submenucat{
        padding-top:10px;
        padding-bottom:10px;
    }

    .catimgsize{
      margin-right: 50%;
        max-width: 25%;
        height: auto;
        margin: 0 auto;
        border-radius: var(--border-radius);
        transform: rotate(90deg);
        
    }

    .desctext_desc{
     
    font-size: 0.85vw; /* 1.05vw; */
    font-style: normal;
    font-weight: 300;
    overflow: hidden;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
    background: var(--image-whitespace-color);
    border: 1px solid var(--default-border-color);
    border-radius: var(--border-radius);
    transform: scale(1);
    transition: all 100ms linear;
    color: inherit;
    text-decoration: none;
    padding: 10px;

    }

    .desctext{
      font-size: 1.75vw;
      font-style: normal;
      font-weight: 300;

    }


    .desctext1{
      font-size: 1.75vw;
      font-style: normal;
      font-weight: 300;

    }

    .desctext2{
      display: block;
      margin-top: 10px;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      border-top: 1px solid grey;
      border-bottom: 1px solid grey;

    }

    .desctextitre{
      font-size: 2.85vw;
      font-style: normal;
      font-weight: 400;
      overflow: hidden;
      box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
      background: var(--image-whitespace-color);
      border: 1px solid var(--default-border-color);
      border-radius: var(--border-radius);
      transform: scale(1);
      transition: all 100ms linear;
      color: inherit;
      text-decoration: none;
      padding: 10px;

    }


    #box-category-pep{
      font-size: 0.75vw;
      font-style: normal;
      font-weight: 300;
      overflow: hidden;
      box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
      background: var(--image-whitespace-color);
      border: 1px solid var(--default-border-color);
      border-radius: var(--border-radius);
      transform: scale(1);
      transition: all 100ms linear;
      color: inherit;
      text-decoration: none;
      padding: 10px;
    }

    #box-category-pep h2 {
      font-size: 1.60em;
      font-style: normal;
      font-weight: 400;
    }

    #box-recently-viewed-products h2{
      font-size: 0.95vw;
      font-style: normal;
      font-weight: 400;
    }

    #box-category-pep h3 {
      font-size: 1.50em;
      font-style: normal;
      font-weight: 400;
    }

    #box-category-pep p {
      font-size: 1.20em;
      font-style: normal;
      font-weight: 300;
    }

    .card-text-over{
      max-width: 80%;
      color: black;
      font-size: 1.15vw;
    }

    .hrpep {
      border: 0;
      height: 1px; 
      background-color: #7d7d7d; 
    }
    
    .listing .product .namesku{
      font-size:0.70vw;
    }

    .listing .product .namedim{
      font-size:0.95vw;
    }




    

    .hometext {
      font-size: 0.95vw;
      font-style: normal;
      font-weight: 300;
    }

      h2.card-title-over {
      max-width: max-content;
      color: white;
      font-size: 1.25vw;
  }

  /*
  h2.title {
    max-width: max-content;
    color: white;
    font-size: 1.15vw;
}
*/

.listing .product .name {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
    font-size: 1.2vw;
}

.listing .product .price-wrapper {
  font-size: 1.2vw;
}

.listing .product .image-wrapper .sticker.sale {
  background: var(--eerie-black);
  font-size: 0.95vw;
}

.listing .product .image-wrapper .sticker {
  position: absolute;
  top: 10px;
  left: 0;
  width: max-content;
  padding: calc(var(--gutter-size) / 4) calc(var(--gutter-size) / 2);
  color: #fff;
  font-size:small;
}

/* Default (Desktop) styles */
.container {
  width: 80%;
  margin: 0 auto
}

.dropdown .dropdown-menu > li > a, .dropdown .dropdown-menu > li > span, .dropdown .dropdown-menu > li > label {
  line-height: 2.42857143;
}


.card .card-footer {
    /*background: var(--card-footer-background-color);*/
    background: var(--table-striped-row-background-odd);
  }





/* Mobile styles */
@media (max-width: 768px) {
  .container {
    width: 100%;
    padding: 10px;
  }

  .menu {
    display: none;
  }

  .mobile-menu {
    display: block;
  }
}



@media only screen and (max-width:480px){

h2.card-title-over {
  max-width: max-content;
  color: white;
  font-size: 3.25vw;
}


.card-text-over {
  max-width: 80%;
  color: black;
  font-size: 2.95vw;
}

.hometext {
  font-size: 3.4vw;
  font-style: normal;
  font-weight: 300;
}

h2 {
  font-size: 1.25em;
  font-weight: 400;
}

.listing .product .image-wrapper .sticker.sale {
  background: var(--eerie-black);
  font-size: 2.95vw;
}

.listing .product .name {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  line-clamp: 2;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: rgba(0, 0, 0, 0.5);
  font-size: 3.2vw;
}

.listing .product .namesku {
  font-size: 1.10vw;
}

.listing .product .namedim {
  font-size: 1.95vw;
}

.listing .product .price-wrapper {
  font-size: 3.2vw;
}

.righto { 
  flex-direction: column;
}

#box-category-pep h2 {
  font-size: 4.60em;
  font-style: normal;
  font-weight: 400;
}

#box-category-pep p {
  font-size: 3.90em;
  font-style: normal;
  font-weight: 300;
}

#box-category-pep h3 {
  font-size: 3.80em;
  font-style: normal;
  font-weight: 400;
}

.desctext_desc{
     
  font-size:  3.10vw;
  font-style: normal;
  font-weight: 300;
  overflow: hidden;
  box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
  background: var(--image-whitespace-color);
  border: 1px solid var(--default-border-color);
  border-radius: var(--border-radius);
  transform: scale(1);
  transition: all 100ms linear;
  color: inherit;
  text-decoration: none;
  padding: 10px;

  }

  #offcanvas1 {
    max-width: max-content;
    /* align-items: flex-start; */
    /* border: none !important; */
    width: 100vw;
    /* border-right: 1px solid var(--default-border-color) !important; */
    padding: 10px 20px 0 10px;
    gap: 30px;
}

  #offcanvas1 section {
    width: 100%;
  }

  .desctextitre {
    font-size: 4.85vw;
    font-style: normal;
    font-weight: 400;
    overflow: hidden;
    box-shadow: 0 0.3rem 0.5rem rgba(0, 0, 0, 0.1);
    background: var(--image-whitespace-color);
    border: 1px solid var(--default-border-color);
    border-radius: var(--border-radius);
    transform: scale(1);
    transition: all 100ms linear;
    color: inherit;
    text-decoration: none;
    padding: 10px;
}

a:link, a:visited {
  color: var(--default-text-color);
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 300;
}

h1 {
  margin: calc(var(--gutter-size) / 2) 0;
  padding-bottom: calc(var(--gutter-size) / 4);
  font-size: 4vw;
}

.titleMD {
  color: #fffffff2;
  text-decoration: none;
  font-size: 3.5vw;
  font-weight: 600;
}

}


#loaderList {
  content: '';
  background: url("https://luxuscarpet.com/images/backload.jpg") no-repeat center;
  background-size: cover;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9998;
  opacity: 0.5;
}


#loaderList img {
  opacity: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


/*--------------------------------*/

.skeletoncl {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.skeleton-item1 {
    width: 12vw;
    height: 20px;
    margin-top: 7.5px;
    background: linear-gradient(-90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 400% 400%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
}


.skeleton-item2 {
    width: 190px;
    height: 20px;
    margin-top: 7.5px;
    background: linear-gradient(-90deg, #f0f0f0 25%, #e0e0e0  50%, #f0f0f0  75%);
    background-size: 400% 400%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
}


.skeleton-item3 {
    width: 150px;
    height: 20px;
    margin-top: 7.5px;
    background: linear-gradient(-90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 400% 400%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
}


.skeleton-item4 {
    width: 100px;
    height: 20px;
    margin-top: 7.5px;
    background: linear-gradient(-90deg, #f0f0f0 25%, #e0e0e0  50%, #f0f0f0  75%);
    background-size: 400% 400%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
}


.skeleton-img {
    width:93%;
    height:260px;
    margin-top: 7.5px;
    margin-left: 7.5px;
    background: linear-gradient(-90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 400% 400%;
    animation: skeleton-loading 1.2s ease-in-out infinite;
}

@keyframes skeleton-loading {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

/*
#skeletonid { display: block;}
#contentskelid { display: none;}
*/

.skeleton-class { display: block; }
.contentskel-class { display: none; }


.hidden {
  display : none;
    opacity: 0;
    transition: opacity 1s;
   
}

.visible {
  display : block;
    opacity: 1;
    transition: opacity 1s;
    
}



/*--------------------------------*/