/*!********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/header/style.scss ***!
  \********************************************************************************************************************************************/
@charset "UTF-8";
/* Colors */
/* Colors */
/* Page spacing */
/* Page spacing */
/* Gaps */
/* Gaps */
/* Border radius */
/* Border radius */
/* Shadows */
/* Shadows */
/* Fonts */
/* Fonts */
/* Backgrounds */
/* Backgrounds */
/* Breakpoints */
/* Breakpoints */
:root {
  --colors-surface-primary: #fff;
  --colors-surface-secondary: #f6f6f6;
  --colors-surface-tertiary: #ccc;
  --colors-surface-disabled: #d1d1d1;
  --colors-surface-overlay: #ffffffa6;
  --colors-surface-white: #fff;
  --colors-surface-rating: #b87800;
  --colors-focus-primary: #09367e;
  --colors-focus-secondary: #fff;
  --colors-foregrounds-headlines-primary: #1f1f1f;
  --colors-foregrounds-content-primary: #1f1f1f;
  --colors-foregrounds-content-secondary: #4d4d4d;
  --colors-foregrounds-content-tertiary: #767676;
  --colors-foregrounds-content-inverted: #fff;
  --colors-foregrounds-icons-primary: #7b7575;
  --colors-foregrounds-borders-primary: #919191;
  --colors-foregrounds-borders-secondary: #dadada;
  --colors-forms-background: #fff;
  --colors-forms-border: #919191;
  --colors-forms-activated: #3f7e88;
  --colors-forms-informative: #3531ff;
  --colors-forms-positive: #2a5c0a;
  --colors-forms-warning: #c75300;
  --colors-forms-critical: #d33a36;
  --colors-forms-disabled: #ebebeb;
  --colors-state-danger: #d33a36;
  --colors-state-warning: #c75300;
  --colors-state-informative: #3531ff;
  --colors-state-success: #3c840f;
  --colors-tags-green: #3c840f;
  --colors-tags-pink: #d34343;
  --colors-tags-red: #d00000;
  --colors-tags-yellow: #ffc702;
  --colors-tags-blue: #086df7;
  --colors-tags-turquoise: #008392;
  --scroll-offset: var(--scroll-offset-override, var(--scroll-offset-runtime, 0px));
  --scroll-extra-offset: 0px;
}

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

*::before,
*::after {
  font-family: "Roboto", sans-serif;
}

body {
  font-family: "Nunito Sans", sans-serif;
  font-family: "Roboto", sans-serif;
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1.1;
  background-color: #f3f5f8;
}

#content {
  width: 100%;
}

.overlay {
  position: fixed;
  z-index: 999999;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
}
.overlay::before {
  content: "";
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 6px solid transparent;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
.overlay::after {
  content: "";
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #fff;
  border-left: 6px solid transparent;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(0deg);
  }
  100% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(360deg);
  }
}

p {
  margin-bottom: 15px;
}
p:last-of-type {
  margin-bottom: 0;
}

em {
  font-style: italic;
}

ol {
  padding-left: 25px;
}
ol li {
  margin-bottom: 10px;
}
ol li:last-of-type {
  margin-bottom: 0;
}

ul li {
  margin-bottom: 10px;
  list-style-type: none;
  padding-left: 10px;
}
ul li::before {
  position: relative;
  left: -7px;
  top: -2px;
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background-color: currentColor;
}
ul li:last-of-type {
  margin-bottom: 0;
}

.red {
  color: red !important;
}

.required-asterisk--after:after,
.required-asterisk:not(.required-asterisk--before):after {
  content: "*";
  padding-left: 0.5ch;
  color: red !important;
}

label {
  cursor: pointer;
}

input + label {
  padding-left: 7px;
}

input[type=hidden] + label {
  cursor: initial;
  padding-left: 0;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
select {
  text-transform: none;
}

a {
  transition: all 0.3s ease-out;
  color: var(--color-primary);
}
a:hover {
  color: var(--color-primary-hover);
  text-decoration: none;
}

blockquote {
  font-family: "Georgia", serif;
  font-size: 1.1rem;
  color: #555;
  border-left: 2px solid #ccc;
  margin: 1.5em 0;
  padding: 0.5em 1em;
}

blockquote p {
  margin: 0.5em 0;
}

blockquote::before {
  content: "“";
  font-size: 3rem;
  line-height: 0;
  vertical-align: -0.4em;
  color: #ccc;
  margin-right: 0.25em;
}

.skip-link.sr-only {
  display: none;
}

.shp-flag {
  height: 24px;
  width: 24px;
}

/* Titles */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 32px;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 24px;
}

h4,
h5,
h6 {
  font-size: 22px;
}

/* Titles */
.no-display {
  display: none !important;
}

.stars {
  display: flex;
  align-items: center;
}
.stars .star {
  width: 16px;
  height: 16px;
  display: block;
  margin-right: 2px;
}
.stars .star::after {
  font-size: 15px;
  color: #ffd900;
  font-family: "alfa";
}
.stars .star:last-of-type {
  margin-right: 0;
}
.stars .star:last-of-type {
  margin-right: 0;
}
.stars .star.star-on::after {
  content: "\f10a";
}
.stars .star.star-off::after {
  content: "\f108";
}
.stars .star.star-half::after {
  content: "\f10b";
}

.availability-label {
  color: #ffb21c;
}

.btn {
  appearance: none;
  border-radius: 150px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 25px;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.3s;
}
.btn:hover {
  background-color: var(--color-primary-hover);
}
.btn.btn-cart, .btn.add-to-cart-button, .btn.btn-conversion {
  background-color: var(--color-secondary);
}
.btn.btn-cart:hover, .btn.add-to-cart-button:hover, .btn.btn-conversion:hover {
  background-color: var(--color-secondary-hover);
}

a.btn {
  text-decoration: none;
}
a.btn:hover {
  color: #fff;
}

.text-center {
  text-align: center;
}

/* Form checkboxs etc. */
input[type=checkbox],
input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 0;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #c4cad5;
  cursor: pointer;
  display: inline-block;
  position: relative;
  outline: none;
  padding: 0;
  margin-top: -1px;
}
input[type=checkbox]:checked::after,
input[type=radio]:checked::after {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  top: 50%;
  left: 50%;
  border-radius: 2px;
  transform: translate(-50%, -50%);
  background-color: #0f0f0f;
  border: 2px solid #fff;
  outline: 2px solid #0f0f0f;
}
input[type=checkbox]:disabled,
input[type=radio]:disabled {
  background: #eee;
  border-color: #ddd;
  cursor: not-allowed;
}
input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: not-allowed;
}

input[type=radio] {
  border-radius: 500px;
}
input[type=radio]:checked::after {
  border-radius: 500px;
}

.form-group-hasTooltip {
  position: relative;
}
.form-group-hasTooltip label {
  padding-left: 21px;
}
.form-group-hasTooltip .form-group-tooltip {
  position: absolute;
  left: 0;
  top: -1px;
  z-index: 1;
}

.show-tooltip {
  cursor: help;
}

.form-group-tooltip {
  width: 18px;
  height: 18px;
  border-radius: 9px;
  background-color: var(--color-primary);
  color: #fff;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  font-weight: 600;
}

.form-group-tooltip + .sr-only {
  display: none;
}

label.disabled {
  color: #8d8d8d;
  cursor: not-allowed !important;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

.form-group {
  margin-bottom: 10px;
}
.form-group:last-of-type {
  margin-bottom: 0;
}

input {
  border-radius: 4px;
  border: 1px solid #c4cad5;
  padding: 10px 10px;
  background-color: #fff;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  width: 250px;
}
@media (max-width: 479px) {
  input {
    width: 100%;
  }
}
input::placeholder {
  color: rgba(15, 15, 15, 0.5);
}

textarea {
  background-color: #fff;
  border: 1px solid #c4cad5;
  border-radius: 4px;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  padding: 10px;
  resize: vertical;
}
textarea::placeholder {
  color: rgba(15, 15, 15, 0.5);
}

.js-hidden {
  max-height: 0;
  max-width: 0;
  overflow: hidden;
  position: absolute;
  transform: scale(0);
  opacity: 0;
  transform-origin: center;
  transition: transform 0.3s ease-out;
  visibility: hidden;
}

.quantity {
  display: flex;
  position: relative;
  max-width: 95px;
}
.quantity .increase,
.quantity .decrease {
  background-color: transparent;
  padding: 5px;
  border: 0;
  box-shadow: none;
  border-radius: 19px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 22px;
  width: 22px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}
.quantity .increase span,
.quantity .decrease span {
  display: none;
}
.quantity .increase:hover,
.quantity .decrease:hover {
  background-color: var(--color-primary);
}
.quantity .increase:hover::before, .quantity .increase:hover::after,
.quantity .decrease:hover::before,
.quantity .decrease:hover::after {
  background-color: #fff;
}
.quantity .increase {
  right: 7px;
}
.quantity .increase::before, .quantity .increase::after {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background-color: #0f0f0f;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: background-color 0.3s ease-in-out;
}
.quantity .increase::after {
  height: 7px;
  width: 2px;
}
.quantity .decrease {
  left: 7px;
}
.quantity .decrease::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  border-radius: 2px;
  background-color: #0f0f0f;
  transition: background-color 0.3s ease-in-out;
}
.quantity input {
  border-radius: 19px;
  background-color: #fff;
  border-color: #e9ebec;
  text-align: center;
  font-size: 16px;
  padding: 9px 34px;
  width: 100%;
  -moz-appearance: textfield;
}
.quantity input::-webkit-outer-spin-button, .quantity input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Form checkboxs etc. */
.search-whisperer li {
  margin-bottom: 0;
  padding-left: 0;
}
.search-whisperer li::before {
  content: none;
}

img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

sub,
sup {
  font-size: smaller;
  /* typically 75% */
  line-height: normal;
  position: relative;
  vertical-align: sub;
  /* or super */
}

code {
  font-family: monospace;
}

/* Tooltip */
.tooltip {
  word-wrap: normal;
  display: block;
  filter: alpha(opacity=0);
  font-family: sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.384615;
  opacity: 0;
  position: absolute;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  z-index: 999999;
}

.tooltip-arrow {
  border-color: transparent;
  border-style: solid;
  height: 0;
  position: absolute;
  width: 0;
}

.tooltip-inner {
  background-color: #000;
  border-radius: 3px;
  color: #fff;
  max-width: 200px;
  padding: 3px 8px;
  text-align: center;
}

.tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #000;
  border-width: 5px 5px 0;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
}

.quantity .decrease-tooltip,
.quantity .increase-tooltip {
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}

.tooltip.in {
  opacity: 0.9;
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

/* Tooltip */
.js-hidden.visible,
.js-hidden.visible-permanent {
  max-height: none;
  max-width: none;
  overflow: visible;
  position: inherit;
  opacity: 1;
  transform: none;
  transform-origin: center;
  transition: opacity 0.3s ease-out;
  visibility: visible;
}

.msg-error {
  margin-top: 5px;
  color: #ff3333;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
}

.mobile .p-image-wrapper a.p-main-image.cloud-zoom {
  pointer-events: none;
}
.mobile .p-image-wrapper .cloud-zoom-lens,
.mobile .p-image-wrapper .cloud-zoom-big {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 1690px;
  padding: 0;
  width: calc(100% - 160px);
}
@media (max-width: 991px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 80px);
  }
}
@media (max-width: 767px) {
  .container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% - 24px);
  }
}

.messages {
  position: fixed;
  bottom: 20px;
  left: 20px;
  z-index: 99999;
  max-width: calc(100% - 40px);
  width: 100%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .messages {
    bottom: 12px;
    left: 12px;
    max-width: calc(100% - 24px);
  }
}
.messages .msg {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px 30px;
  border-radius: 10px;
  color: #0f0f0f;
  line-height: 1.3;
  font-size: 20px;
  font-weight: 600;
  max-width: 480px;
  pointer-events: auto;
  min-height: 100px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  text-align: center;
}
@media (max-width: 767px) {
  .messages .msg {
    font-size: 18px;
  }
}
.messages .msg a {
  color: #fff;
  text-decoration: underline;
}
.messages .msg a:hover {
  color: #fff;
  text-decoration: none;
}
.messages .msg.msg-warning, .messages .msg.msg-error {
  background-color: #ff3333;
  color: #fff;
}
.messages .msg.msg-success, .messages .msg.msg-info {
  background-color: #1cb300;
  color: #fff;
}
.messages .msg .container {
  margin: 0;
  max-width: none;
  width: 100%;
}

.type-page #content,
.type-post .text {
  line-height: 1.4;
}

@font-face {
  font-family: "Nunito Sans";
  src: url("https://cdn.myshoptet.com/usr/640084.myshoptet.com/user/documents/Code/Alfa/fonts/NunitoSans-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito Sans";
  src: url("https://cdn.myshoptet.com/usr/640084.myshoptet.com/user/documents/Code/Alfa/fonts/NunitoSans-Italic-VariableFont_YTLC,opsz,wdth,wght.ttf") format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "alfa";
  src: url(assets/alfa.woff2) format("woff2"), url(assets/alfa.woff) format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.user-action {
  position: sticky;
  top: 0;
  z-index: 10000;
}
.user-action .container {
  position: relative;
}

.login-widget {
  position: absolute;
  top: 68px;
  right: 140px;
  background-color: #fff;
  border: 2px solid #e9ebec;
  border-radius: 10px;
  z-index: 11;
  opacity: 0;
  pointer-events: none;
  padding: 20px;
  transition-duration: 0.3s;
  text-align: center;
  max-width: 305px;
  width: 305px;
}
@media (max-width: 767px) {
  .login-widget {
    position: fixed;
    top: 60px !important;
    height: calc(100% - 60px);
    width: 100%;
    right: 0;
    left: 0;
    bottom: 0;
    max-width: none;
    border-radius: 0;
    transition-duration: 0s;
    border: 0;
    border-top: 1px solid #f5f6f8;
  }
}
.login-widget input {
  width: 100%;
  max-width: 300px;
  background-color: #f5f6f8;
}
.login-widget h2 {
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
@media (max-width: 767px) {
  .login-widget h2 {
    font-size: 22px;
  }
}
.login-widget .input-wrapper {
  width: 100%;
}
.login-widget .login-wrapper {
  margin-top: 15px;
  width: 100%;
}
.login-widget .login-wrapper .password-helper {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10px;
}
.login-widget .login-wrapper .password-helper > a {
  font-size: 14px;
  margin-bottom: 7px;
  color: #0f0f0f;
}
.login-widget .login-wrapper .password-helper > a:hover {
  text-decoration: underline;
  color: var(--color-primary);
}
.login-widget .login-wrapper .password-helper > a:last-of-type {
  margin-bottom: 0;
}
.login-widget .no-display {
  display: none;
}

.ordering-process .login-widget {
  right: 0;
}

.login-window-visible .login-widget {
  opacity: 1;
  pointer-events: auto;
  border-top-right-radius: 0;
}
.login-window-visible #header .top-nav-button-login,
.login-window-visible #header .top-nav-button-account {
  background-color: #e9ebec;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 767px) {
  .login-window-visible #header .top-nav-button-login,
  .login-window-visible #header .top-nav-button-account {
    background-color: #f5f6f8;
    border-bottom-left-radius: 24px;
    border-bottom-right-radius: 24px;
  }
  .login-window-visible #header .top-nav-button-login::before,
  .login-window-visible #header .top-nav-button-account::before {
    content: "\f107";
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  body.login-window-visible {
    overflow: hidden;
  }
  body.login-window-visible .top-navigation-bar {
    top: 0 !important;
    position: fixed;
    z-index: 999;
  }
  body.login-window-visible #header {
    position: fixed;
    z-index: 998;
    top: 0;
  }
  body.login-window-visible .login-widget {
    transition: opacity 0.3s ease-in-out;
  }
}
body::after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
  opacity: 0;
  pointer-events: none;
  transition-duration: 0.3s;
}

.cart-window-visible-custom::after {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.cart-window-visible-custom .cart-widget {
  transform: none;
}
@media (max-width: 767px) {
  .cart-window-visible-custom {
    overflow: hidden;
  }
}

.cart-widget {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  width: 500px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  overflow-y: auto;
  transform: translateX(100%);
  transition-duration: 0.3s;
  transition-timing-function: ease-in;
}
@media (max-width: 767px) {
  .cart-widget {
    width: 100%;
  }
}
.cart-widget .cart-window-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 35px 15px 35px;
  border-bottom: 1px solid #e9ebec;
  background-color: #fff;
  position: sticky;
  top: 0;
  z-index: 2;
}
@media (max-width: 479px) {
  .cart-widget .cart-window-title {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-widget .cart-window-title h4 {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 1.1;
}
.cart-widget .cart-window-title .cart-window-close {
  cursor: pointer;
  margin-left: 10px;
  background-color: transparent;
  border: 0;
  border-radius: 0;
}
.cart-widget .cart-window-title .cart-window-close::before {
  content: "\f107";
  font-size: 27px;
  font-family: "alfa";
  color: #0f0f0f;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.cart-widget .cart-window-title .cart-window-close:hover::before {
  color: #ff2020;
}
.cart-widget.cart-empty-custom .popup-widget-inner .loader-overlay {
  display: none;
}
.cart-widget .popup-widget-inner {
  display: flex;
  flex-direction: column-reverse;
  align-items: stretch;
}
.cart-widget .popup-widget-inner .loader-overlay {
  height: 150px;
  position: relative;
}
.cart-widget .popup-widget-inner .loader-overlay::before {
  content: "";
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 6px solid transparent;
  border-top: 6px solid #0f0f0f;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
.cart-widget .popup-widget-inner .loader-overlay::after {
  content: "";
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #0f0f0f;
  border-left: 6px solid transparent;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(0deg);
  }
  100% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(360deg);
  }
}
.cart-widget .popup-widget-inner .cart-free-shipping {
  margin: 20px 35px 15px 35px;
  color: #049b6e;
  font-size: 15px;
  line-height: 1.1;
}
@media (max-width: 479px) {
  .cart-widget .popup-widget-inner .cart-free-shipping {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cart-widget .popup-widget-inner .cart-free-shipping.free {
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 4px;
  background-color: #b1efc1;
  text-align: center;
  color: #049b50;
}
.cart-widget .popup-widget-inner .cart-free-shipping .price-range {
  width: 100%;
  height: 7px;
  background-color: #d9dde7;
  border-radius: 10px;
  position: relative;
  margin-top: 10px;
}
.cart-widget .popup-widget-inner .cart-free-shipping .price-range > div {
  background-color: #049b6e;
  position: absolute;
  height: 7px;
  left: 0;
  top: 0;
  border-radius: 10px;
}
.cart-widget .cart-widget-products {
  margin-top: 10px;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product {
  display: flex;
  position: relative;
  align-items: stretch;
  padding-right: 10px;
  margin-bottom: 10px;
  margin-left: 35px;
  margin-right: 35px;
  border-radius: 10px;
  border: 2px solid #f5f6f8;
}
@media (max-width: 479px) {
  .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product:last-of-type {
  margin-bottom: 0;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image {
  flex: 0 0 120px;
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image {
    flex: 0 0 100px;
  }
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image a {
  padding: 10px;
  display: flex;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image img {
  border-radius: 4px;
  display: flex;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-image:hover + .cart-widget-product-amount + .cart-widget-product-unit + .cart-widget-product-name a[data-testid=cartWidgetProductName] {
  text-decoration: underline;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-amount {
  position: absolute;
  left: 120px;
  bottom: 10px;
}
@media (max-width: 479px) {
  .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-amount {
    left: 100px;
  }
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-unit {
  display: none;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name strong {
  flex: 1;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name a[data-testid=cartWidgetProductName] {
  color: #0f0f0f;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  display: block;
  line-height: 1.1;
  height: 100%;
  padding: 10px 10px 58px 0;
  flex: 1;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name a[data-testid=cartWidgetProductName]:hover {
  text-decoration: underline;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name span[data-testid=cartWidgetProductPrice] {
  display: flex;
  align-items: flex-end;
  text-align: right;
  justify-content: flex-end;
  min-width: 50px;
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  max-width: 170px;
}
@media (max-width: 479px) {
  .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-name span[data-testid=cartWidgetProductPrice] {
    max-width: 71px;
  }
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete {
  position: absolute;
  right: 5px;
  top: 5px;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item {
  background-color: transparent;
  border: 0;
  box-shadow: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item:hover::before, .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item:hover::after {
  background-color: #ff2020;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item::before, .cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 1px;
  border-radius: 1px;
  background-color: #0f0f0f;
  transition: background-color 0.3s ease-in-out;
  top: 50%;
  left: 50%;
  display: block;
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product .cart-widget-product-delete .remove-item .sr-only {
  display: none;
}
.cart-widget .cart-window-total {
  margin: 10px 35px 0 35px;
  text-align: center;
  background-color: #f5f6f8;
  border-radius: 10px;
  padding: 16px 25px;
  font-size: 16px;
  line-height: 1.2;
}
@media (max-width: 479px) {
  .cart-widget .cart-window-total {
    margin-left: 15px;
    margin-right: 15px;
  }
}
.cart-widget .cart-widget-button {
  padding: 20px 35px;
  background-color: #fff;
  z-index: 2;
  position: sticky;
  bottom: 0;
}
@media (max-width: 479px) {
  .cart-widget .cart-widget-button {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-widget .cart-widget-button > a.btn {
  background-color: var(--color-secondary);
  width: 100%;
  padding: 16px 25px;
  font-size: 16px;
  border-radius: 10px;
}
.cart-widget .cart-widget-button > a.btn:hover {
  background-color: var(--color-secondary-hover);
}
.cart-widget .cart-widget-button .cart-continue-shopping {
  background-color: #0f0f0f;
  width: 100%;
  padding: 14px 25px;
  font-size: 16px;
  border-radius: 10px;
  color: #fff;
  border: 0;
  box-shadow: none;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.3s;
  text-align: center;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  border: 2px solid #0f0f0f;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.cart-widget .cart-widget-button .cart-continue-shopping + a#continue-order-button {
  display: none;
}
@media (min-width: 768px) {
  .cart-widget .cart-widget-button .cart-continue-shopping::after {
    content: "";
    height: 100%;
    width: 0;
    position: absolute;
    left: 0;
    top: 0;
    background-color: var(--color-primary);
    border-radius: 8px;
    z-index: -1;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  }
  .cart-widget .cart-widget-button .cart-continue-shopping:hover::after {
    width: 100%;
  }
}
.cart-widget .cart-widget-products .cart-widget-products-inner .cart-widget-product[data-testid=cartTitle] {
  display: none;
}
.cart-widget .cart-window-empty-content {
  padding: 20px 35px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
  color: #0f0f0f;
}
.cart-widget .cart-suggested-categories {
  padding: 0 35px 0 35px;
}
@media (max-width: 479px) {
  .cart-widget .cart-suggested-categories {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.cart-widget .cart-suggested-categories > span {
  color: #8d8d8d;
  font-size: 17px;
  line-height: 1.2;
  text-align: center;
  margin-top: -10px;
  display: block;
  font-weight: 400;
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -5px;
  margin-top: 5px;
  width: calc(100% + 10px);
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart {
  width: calc(50% - 10px);
  text-decoration: none;
  margin: 5px;
  border: 2px solid #f5f6f8;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (max-width: 350px) {
  .cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart {
    width: 100%;
  }
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart img {
  border-radius: 10px;
  margin-bottom: 5px;
  width: 100%;
  aspect-ratio: 140/100;
  object-fit: contain;
  object-position: center;
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart:hover p::after {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 500;
  width: 100%;
}
.cart-widget .cart-suggested-categories .top-categories-wrapper-cart .top-category-item-cart p::after {
  content: "\f112";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "alfa";
  font-size: 11px;
  color: #0f0f0f;
  transform: rotate(-90deg);
  background-color: #fff;
  width: 35px;
  height: 35px;
  flex: 0 0 35px;
  padding-top: 3px;
  border-radius: 50px;
  border: 1px solid #e9ebec;
  margin-left: 10px;
  transition-duration: 0.3s;
}

.admin-bar {
  display: none;
  height: 0;
  width: 0;
}
.admin-bar li {
  padding: 0;
  margin-bottom: 0;
}
.admin-bar li::before {
  content: none;
}
@media (min-width: 992px) {
  .admin-bar {
    background-color: #484848;
    border-color: #333;
    color: #dbdbdb;
    border-style: solid;
    border-width: 0 0 1px;
    display: block;
    font-size: 11px;
    height: 25px;
    line-height: 24px;
    position: relative;
    width: 100%;
    z-index: 10;
  }
  .admin-bar ul li {
    list-style: none;
  }
  .admin-bar ul li a,
  .admin-bar ul li span {
    display: block;
    text-decoration: none;
  }
  .admin-bar .container > ul {
    display: flex;
    justify-content: space-between;
  }
  .admin-bar .container > ul > li {
    border-color: #636363;
    border-style: solid;
    border-width: 0 1px 0 0;
    display: block;
    position: relative;
    text-align: center;
    transition: all 0.3s ease-out;
    white-space: nowrap;
    width: 100%;
  }
  .admin-bar .container > ul > li:hover {
    background-color: #636363;
    color: #fff;
  }
  .admin-bar .container > ul > li:hover > a,
  .admin-bar .container > ul > li:hover > span {
    color: #fff;
  }
  .admin-bar .container > ul > li:hover > ul, .admin-bar .container > ul > li.hover > ul {
    display: block;
  }
  .admin-bar .container > ul > li > a,
  .admin-bar .container > ul > li > span {
    color: #dbdbdb;
    display: block;
    text-decoration: none;
    padding: 0 19px;
  }
  .admin-bar .container > ul > li ul {
    background-color: #f5fcfe;
    border-color: #dbe0e2;
    border-style: solid;
    border-width: 1px;
    display: none;
    position: absolute;
    right: 100%;
    top: -1px;
    width: 100%;
    z-index: 4;
  }
  .admin-bar .container > ul > li ul li {
    position: relative;
    text-align: left;
  }
  .admin-bar .container > ul > li ul li a,
  .admin-bar .container > ul > li ul li span {
    border-color: #d0effc;
    color: #000;
    border-style: solid;
    border-width: 0 0 1px;
    line-height: 16px;
    padding: 4px 10px;
    white-space: normal;
  }
  .admin-bar .container > ul > li ul li a:hover,
  .admin-bar .container > ul > li ul li span:hover {
    background-color: #e1f4fa;
  }
  .admin-bar .container > ul > li > ul {
    border-top-color: #333;
    right: 0;
    top: 24px;
  }
}

/* Admin bar stick to bottom */
@media (min-width: 992px) {
  .admin-bar {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
  }
  .admin-bar .container > ul > li > ul {
    top: 0px;
    transform: translateY(-100%);
  }
}
.search {
  position: relative;
}
.search fieldset {
  border-style: none;
  position: relative;
}
.search fieldset input {
  width: 100%;
  height: 48px;
  border: 1px solid transparent;
  outline: none;
  border-radius: 24px;
  background-color: #f5f6f8;
  padding: 5px 54px 5px 20px;
  color: #0f0f0f;
  font-size: 15px;
  font-weight: 400;
  transition-duration: 0.3s;
}
.search fieldset input::-webkit-search-cancel-button, .search fieldset input::-webkit-search-decoration, .search fieldset input::-webkit-search-results-button, .search fieldset input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.search fieldset input::placeholder {
  color: rgba(15, 15, 15, 0.5);
}
.search fieldset input:focus {
  border-color: #e9ebec;
}
.search fieldset .btn {
  position: absolute;
  right: 2px;
  top: 2px;
  width: 44px;
  height: 44px;
  font-size: 0;
  padding: 0;
  line-height: 0;
  border-radius: 100%;
  background-color: transparent;
  border-style: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  border: 1px solid #f5f6f8;
}
.search fieldset .btn::before {
  content: "\f111";
  font-family: "alfa";
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 400;
}
.search fieldset .btn:hover {
  background-color: #e9ebec;
}
.search fieldset .search-whisperer {
  display: none;
  position: absolute;
  flex-direction: column;
  align-items: flex-start;
  top: calc(100% - 1px);
  left: 0;
  width: 100%;
  max-height: calc(100vh - 32px - 68px - 100px);
  background-color: #fff;
  overflow-y: auto;
  background-color: #fff;
  border: 2px solid #f5f6f8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .search fieldset .search-whisperer {
    border-color: #e9ebec;
    border-width: 1px;
    max-height: calc(100vh - 32px - 68px - 60px - 50px - 100px);
  }
}
.search fieldset .search-whisperer .search-whisperer-documents,
.search fieldset .search-whisperer .search-whisperer-products {
  display: flex;
  width: 100%;
}
.search fieldset .search-whisperer .search-whisperer-documents a,
.search fieldset .search-whisperer .search-whisperer-products a {
  display: block;
  transition-duration: 0.3s;
}
.search fieldset .search-whisperer .search-whisperer-documents a:hover,
.search fieldset .search-whisperer .search-whisperer-products a:hover {
  background-color: #f5f6f8;
}
.search fieldset .search-whisperer .search-whisperer-documents {
  flex-direction: column;
  align-items: stretch;
  justify-content: center;
  padding: 5px;
}
.search fieldset .search-whisperer .search-whisperer-documents > div {
  border-bottom: 1px solid #f5f6f8;
  padding-bottom: 5px;
}
.search fieldset .search-whisperer .search-whisperer-documents > div:last-of-type {
  border: 0;
  padding-bottom: 0;
}
.search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-category-wrapper,
.search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-other-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
.search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-category-wrapper .search-whisperer-title,
.search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-other-wrapper .search-whisperer-title {
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  line-height: 1.1;
  padding-top: 10px;
  font-weight: 600;
  flex: 1 1 calc(100% - 10px);
}
@media (max-width: 767px) {
  .search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-category-wrapper .search-whisperer-title,
  .search fieldset .search-whisperer .search-whisperer-documents .search-whisperer-other-wrapper .search-whisperer-title {
    padding-bottom: 2.5px;
  }
}
.search fieldset .search-whisperer .search-whisperer-documents.search-whisperer-empty {
  padding: 12px 15px;
  color: #0f0f0f;
  text-align: center;
  align-items: center;
  font-size: 15px;
  background-color: #fff;
}
.search fieldset .search-whisperer .search-whisperer-documents a {
  text-decoration: none;
  color: #0f0f0f;
  padding: 8px 15px;
  background-color: #fff;
  line-height: 1.1;
  width: calc(25% - 10px);
  min-width: 0;
  border-bottom: 1px solid #f5f6f8;
  border: 0;
  background-color: #f5f6f8;
  margin: 5px;
  min-height: 60px;
  border-radius: 4px;
}
@media (max-width: 1439px) {
  .search fieldset .search-whisperer .search-whisperer-documents a {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 1199px) {
  .search fieldset .search-whisperer .search-whisperer-documents a {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .search fieldset .search-whisperer .search-whisperer-documents a {
    width: calc(100% - 10px);
  }
}
@media (max-width: 767px) {
  .search fieldset .search-whisperer .search-whisperer-documents a {
    width: calc(50% - 10px);
    margin: 2.5px 5px;
  }
}
@media (max-width: 479px) {
  .search fieldset .search-whisperer .search-whisperer-documents a {
    width: calc(100% - 10px);
  }
}
.search fieldset .search-whisperer .search-whisperer-documents a.search-whisperer-category {
  display: flex;
  align-items: center;
}
.search fieldset .search-whisperer .search-whisperer-documents a.search-whisperer-category::before {
  content: "\f106";
  font-family: "alfa";
  color: #ff9435;
  font-size: 18px;
  margin-right: 5px;
  font-weight: 400;
}
.search fieldset .search-whisperer .search-whisperer-documents a.search-whisperer-document:not(.search-whisperer-category) {
  display: flex;
  align-items: center;
}
.search fieldset .search-whisperer .search-whisperer-documents a.search-whisperer-document:not(.search-whisperer-category) em {
  display: inline-block;
  font-style: italic;
  color: #2b6cb1;
  margin-right: 4px;
}
.search fieldset .search-whisperer .search-whisperer-documents a.search-whisperer-document:not(.search-whisperer-category) em:empty {
  display: none;
}
.search fieldset .search-whisperer .search-whisperer-documents a:hover {
  background-color: #e9ebec;
}
.search fieldset .search-whisperer .search-whisperer-documents a:last-of-type {
  border: 0;
}
.search fieldset .search-whisperer .search-whisperer-products {
  flex-direction: column;
  align-items: flex-start;
}
.search fieldset .search-whisperer .search-whisperer-products + .search-whisperer-documents {
  border-top: 1px solid #f5f6f8;
}
.search fieldset .search-whisperer .search-whisperer-products > li {
  width: 100%;
}
.search fieldset .search-whisperer .search-whisperer-products > li:first-of-type > a {
  padding-top: 12px;
}
.search fieldset .search-whisperer .search-whisperer-products > li:last-of-type > a {
  padding-bottom: 12px;
  border: 0;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a {
  padding: 8px 8px;
  border-bottom: 1px solid #f5f6f8;
  background-color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .search-whisperer-image {
  flex: 0 0 60px;
  margin-right: 10px;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .search-whisperer-image img {
  border-radius: 4px;
  width: 60px;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .p-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1 1 auto;
  min-width: 0;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .p-info .p-name {
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 400;
  font-size: 16px;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .p-info .p-availability {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  margin-top: 2px;
  color: #8d8d8d;
}
.search fieldset .search-whisperer .search-whisperer-products > li > a .price {
  margin-left: auto;
  line-height: 1.1;
  color: #0f0f0f;
  font-size: 15px;
  flex: 0 1 90px;
  text-align: right;
  font-weight: 600;
}
.search fieldset .search-whisperer.active {
  display: flex;
}

.site-msg:not(.site-msg-visible) .container .site-msg-hide {
  right: -35px;
  bottom: -15px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
@media (max-width: 767px) {
  .site-msg:not(.site-msg-visible) .container .site-msg-hide {
    left: -11px;
    right: initial;
    width: 20px;
    height: 20px;
  }
}
.site-msg:not(.site-msg-visible) .container .site-msg-hide::after {
  transform: none;
  margin-bottom: -4px;
}

.site-msg {
  background-color: #0f0f0f;
  transition-duration: 0.3s;
  height: 0;
  position: relative;
  z-index: 11;
}
.site-msg.site-msg-visible {
  height: auto;
}
.site-msg.site-msg-visible .container {
  height: auto;
}
.site-msg.site-msg-visible .container .text {
  display: block;
}
.site-msg .container {
  height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.site-msg .container .text {
  color: #fff;
  text-align: center;
  padding: 8px 40px;
  line-height: 1.2;
  min-height: 32px;
  font-size: 15px;
  display: none;
}
.site-msg .container .js-close-information-msg {
  display: none;
}
.site-msg .container .site-msg-hide {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  right: 0;
  border: 0;
  background-color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
}
.site-msg .container .site-msg-hide:hover::after {
  opacity: 0.7;
}
.site-msg .container .site-msg-hide::after {
  transition-duration: 0.3s;
  content: "\f112";
  font-family: "alfa";
  display: block;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  transform: rotate(-180deg);
}

.top-menu-trigger-visible .top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger {
  display: flex;
}

.top-navigation-menu-visible .top-navigation-bar .container .top-navigation-menu {
  overflow: visible;
}
.top-navigation-menu-visible .top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu-helper {
  border-top-right-radius: 0;
}
.top-navigation-menu-visible .top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger {
  background-color: #e9ebec;
  border-bottom-right-radius: 0;
}

.top-navigation-bar {
  position: sticky;
  top: -32px;
  z-index: 10;
  width: 100%;
  background-color: #f5f6f8;
}
.top-navigation-bar li {
  margin-bottom: 0;
  padding-left: 0;
}
.top-navigation-bar li::before {
  content: none;
}
@media (max-width: 767px) {
  .top-navigation-bar {
    margin-top: 0;
  }
  .top-navigation-bar.top-loaded {
    margin-top: -32px;
  }
  .top-navigation-bar .container {
    height: 0;
    width: calc(100% - 24px + 18px);
  }
  .top-navigation-bar .container .top-navigation-contacts {
    pointer-events: none;
    opacity: 0;
    padding-left: 20px;
    padding-right: 20px;
  }
  .top-navigation-bar.show-contacts {
    margin-top: 0;
  }
  .top-navigation-bar.show-contacts .container {
    height: auto;
  }
  .top-navigation-bar.show-contacts .container .top-navigation-contacts {
    pointer-events: initial;
    opacity: 1;
  }
}
@media (min-width: 768px) {
  .top-navigation-bar.top-loaded .container .top-navigation-tools .top-nav-button-login, .top-navigation-bar.top-loaded .container .top-navigation-tools .top-nav-button-account {
    display: flex;
  }
}
.top-navigation-bar .container {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  justify-content: space-between;
  position: relative;
  max-height: 32px;
}
@media (min-width: 768px) {
  .top-navigation-bar .container {
    width: calc(100% - 160px + 20px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .top-navigation-bar .container {
    width: calc(100% - 80px + 20px);
  }
}
.top-navigation-bar .container .top-navigation-tools {
  order: -2;
}
@media (min-width: 768px) {
  .top-navigation-bar .container .top-navigation-tools .top-nav-button-login,
  .top-navigation-bar .container .top-navigation-tools .top-nav-button-account {
    display: none;
  }
}
.top-navigation-bar .container .top-navigation-menu {
  flex: 1;
  order: -1;
  position: relative;
  overflow: hidden;
  padding-right: 103px;
  margin-right: 40px;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger {
  position: absolute;
  right: 15px;
  max-width: 73px;
  display: none;
  cursor: pointer;
  top: 0;
  align-items: center;
  justify-content: center;
  color: #72727d;
  font-size: 14px;
  padding: 9px 10px;
  border-radius: 50px;
  transition-duration: 0.3s;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger:hover {
  background-color: #e9ebec;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger span {
  font-size: 14px;
  margin-right: 4px;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-menu-trigger::after {
  content: "\f10c";
  font-family: "alfa";
  font-size: 14px;
  color: #72727d;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  cursor: pointer;
  font-weight: 400;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu-helper {
  display: flex;
  position: absolute;
  right: 15px;
  top: 100%;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #fff;
  border: 2px solid #e9ebec;
  border-radius: 10px;
  padding: 5px;
  max-width: 214px;
  max-height: calc(100vh - 32px - 100px);
  overflow-y: auto;
  transition-duration: 0.3s;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu-helper > li {
  width: 100%;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu-helper > li a {
  display: block;
  padding: 5px 10px;
  width: 100%;
  text-decoration: none;
  font-size: 14px;
  color: #0f0f0f;
  border-radius: 5px;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu-helper > li a:hover {
  background-color: #f5f6f8;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu {
    height: 32px;
  }
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li {
  position: relative;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li.cropped {
  display: none;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #8d8d8d;
  display: block;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li:first-of-type::before {
  content: none;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li:first-of-type a {
  margin-left: 0;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li a {
  display: block;
  color: #72727d;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 50px;
  margin: 3px 3px;
  text-decoration: none;
  white-space: nowrap;
  transition-duration: 0.3s;
}
.top-navigation-bar .container .top-navigation-menu .top-navigation-bar-menu li a:hover {
  background-color: #e9ebec;
  color: #0f0f0f;
}
.top-navigation-bar .container .top-navigation-contacts {
  order: -3;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .top-navigation-bar .container .top-navigation-contacts {
    margin-right: auto;
  }
}
.top-navigation-bar .container .top-navigation-contacts > strong {
  display: none;
}
.top-navigation-bar .container .top-navigation-contacts a {
  display: flex;
  align-items: center;
  color: #72727d;
  font-size: 14px;
  padding: 6px 10px;
  border-radius: 50px;
  margin: 3px 0;
  text-decoration: none;
  transition-duration: 0.3s;
}
.top-navigation-bar .container .top-navigation-contacts a span {
  margin-bottom: -1px;
  margin-top: 1px;
}
.top-navigation-bar .container .top-navigation-contacts a::before {
  font-family: "alfa";
  font-size: 15px;
  font-weight: 400;
  color: #72727d;
  margin-right: 7px;
  font-weight: 400;
  margin-bottom: -2px;
  transition: color 0.3s ease-in-out;
}
.top-navigation-bar .container .top-navigation-contacts a:hover {
  background-color: #e9ebec;
  color: #0f0f0f;
}
.top-navigation-bar .container .top-navigation-contacts a:hover::before {
  color: #0f0f0f;
}
.top-navigation-bar .container .top-navigation-contacts a.project-phone::before {
  content: "\f110";
}
.top-navigation-bar .container .top-navigation-contacts a.project-email::before {
  content: "\f10d";
}

@media (max-width: 767px) {
  .scrolled-custom #header {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.03);
  }
}
@media (min-width: 768px) {
  .scrolled-custom body:not(.header-hover) #header::before {
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.03);
  }
}

@media (min-width: 768px) {
  .scrolled-custom.scrolled-down body:not(.header-hover) #header {
    height: 88px;
  }
  .scrolled-custom.scrolled-down body:not(.header-hover) #header::before {
    height: 100%;
  }
  .scrolled-custom.scrolled-down body:not(.header-hover) #header #navigation,
  .scrolled-custom.scrolled-down body:not(.header-hover) #header .menu-helper {
    bottom: 0;
  }
}
@media (max-width: 767px) {
  .ordering-process #header .header-top .search {
    padding-right: 12px;
  }
}

#header {
  width: 100%;
  position: sticky;
  top: 0;
  z-index: 9;
}
#header li {
  margin-bottom: 0;
  padding-left: 0;
}
#header li::before {
  content: none;
}
#header.is-sticky-enabled {
  position: sticky;
}
@media (min-width: 768px) {
  #header {
    transition: height 0.3s;
    height: 88px;
    margin-bottom: -88px;
  }
  #header + #content-wrapper,
  #header + .breadcrumbs-wrapper {
    padding-top: 139px;
  }
}
#header .container {
  height: 100%;
  position: relative;
}
#header::before {
  content: "";
  background-color: #fff;
  height: 124px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#header .header-top {
  display: flex;
  align-items: center;
  background-color: #fff;
  z-index: 2;
  position: relative;
  padding-top: 20px;
  padding-bottom: 8px;
}
#header .header-top > div {
  flex: 0 0 auto;
}
#header .header-top .site-name-wrapper .site-name {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#header .header-top .site-name-wrapper .site-name > a {
  display: flex;
}
#header .header-top .site-name-wrapper .site-name > a img {
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 48px;
  max-width: 200px;
  object-fit: contain;
  object-position: left center;
  border-radius: 0;
}
#header .header-top .search {
  flex: 1 1 auto;
  padding: 0 0 0 30px;
}
#header .header-top .navigation-buttons .cart-count {
  display: flex;
  align-items: center;
  margin-left: 10px;
  height: 48px;
  border-radius: 24px;
  background-color: var(--color-primary);
  border: 2px solid transparent;
  text-decoration: none;
  padding: 9px;
  transition-duration: 0.3s;
  position: relative;
}
#header .header-top .navigation-buttons .cart-count:focus-visible {
  outline: 0;
  border-color: #000;
}
#header .header-top .navigation-buttons .cart-count:not(.custom-open) {
  pointer-events: none;
}
#header .header-top .navigation-buttons .cart-count.custom-open {
  pointer-events: auto;
}
@media (min-width: 768px) {
  #header .header-top .navigation-buttons .cart-count.full {
    border-top-right-radius: 0;
  }
}
#header .header-top .navigation-buttons .cart-count.full .cart-price {
  text-align: center;
}
#header .header-top .navigation-buttons .cart-count:hover {
  background-color: var(--color-primary-hover);
}
#header .header-top .navigation-buttons .cart-count i {
  position: absolute;
  right: -10px;
  top: -11px;
  background-color: var(--color-secondary);
  border: 2px solid #fff;
  border-radius: 10px;
  line-height: 1;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  padding: 2.5px 3px;
  font-style: normal;
  min-width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#header .header-top .navigation-buttons .cart-count .sr-only {
  font-size: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 28px;
}
#header .header-top .navigation-buttons .cart-count .sr-only::before {
  content: "\f105";
  font-family: "alfa";
  font-size: 24px;
  color: #fff;
  font-weight: 100;
}
@media (max-width: 767px) {
  #header .header-top .navigation-buttons .cart-count .sr-only::before {
    font-size: 20px;
  }
}
#header .header-top .navigation-buttons .cart-count .cart-price {
  margin-left: 10px;
  color: #fff;
  font-weight: 500;
  font-size: 15px;
  width: 70px;
  text-align: left;
  line-height: 1;
}
#header #navigation {
  position: absolute;
  bottom: -36px;
  width: 100%;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (min-width: 768px) {
  #header #navigation {
    padding-right: 25px;
  }
  #header #navigation .navigationActions {
    display: none;
  }
}
#header #navigation .menu-level-1 {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#header #navigation .menu-level-1 > li:first-of-type > a {
  margin-left: -15px;
}
#header #navigation .menu-level-1 > li.splitted {
  visibility: hidden;
}
#header #navigation .menu-level-1 > li > ul {
  transform: translateY(-100%);
  pointer-events: none;
  transition: transform 0.3s;
  display: flex;
  flex-wrap: wrap;
  position: absolute;
  width: calc(100% + 30px);
  left: -15px;
  top: 100%;
  background-color: #fff;
  z-index: -1;
  padding: 10px;
  border: 2px solid #f5f5f5;
  border-top-style: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
@media (min-width: 768px) {
  #header #navigation .menu-level-1 > li > ul {
    max-height: calc(100vh - 124px - 200px);
    overflow-y: auto;
  }
}
#header #navigation .menu-level-1 > li > ul::before {
  content: "";
  background-color: #f8f8f8;
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
#header #navigation .menu-level-1 > li > ul > li {
  opacity: 0;
  transition: opacity 0.3s ease 0.15s;
  display: flex;
  align-items: stretch;
  width: 20%;
  position: relative;
  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
}
@media (max-width: 1439px) {
  #header #navigation .menu-level-1 > li > ul > li {
    width: 25%;
  }
}
@media (max-width: 1199px) {
  #header #navigation .menu-level-1 > li > ul > li {
    width: 33.3333333333%;
  }
}
@media (max-width: 991px) {
  #header #navigation .menu-level-1 > li > ul > li {
    width: 50%;
  }
}
#header #navigation .menu-level-1 > li > ul > li:hover {
  background-color: #f5f6f8;
}
#header #navigation .menu-level-1 > li > ul > li:hover > div .menu-level-3 .more-items-trigger::before {
  opacity: 1;
}
#header #navigation .menu-level-1 > li > ul > li .menu-image {
  padding: 10px;
  padding-right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}
#header #navigation .menu-level-1 > li > ul > li .menu-image img {
  border-radius: 10px;
  width: 112px;
  min-width: 112px;
  height: 80px;
  object-fit: contain;
  object-position: center;
}
#header #navigation .menu-level-1 > li > ul > li > a:not(.menu-image) {
  width: 100%;
  height: 100%;
  min-height: 100px;
  padding: 10px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: 600;
  color: #0f0f0f;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#header #navigation .menu-level-1 > li > ul > li > div {
  flex: 1;
  position: relative;
  z-index: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 10px;
}
#header #navigation .menu-level-1 > li > ul > li > div > a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.1;
  color: #0f0f0f;
  text-decoration: none;
}
#header #navigation .menu-level-1 > li > ul > li > div > a::before {
  content: "";
  position: absolute;
  display: block;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 {
  display: inline-block;
  line-height: 1;
  max-height: 32px;
  overflow: hidden;
  margin-top: 3px;
  pointer-events: none;
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 li a {
  pointer-events: auto;
  font-size: 14px;
  text-decoration: none;
  color: var(--color-primary);
  transition: color 0.3s ease-in-out;
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 li a:hover {
  text-decoration: underline;
  color: var(--color-primary-hover);
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 .more-items-trigger {
  cursor: pointer;
  font-size: small;
  height: 15.4px;
  position: absolute;
  bottom: 22px;
  right: 10px;
  width: 38px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #fff 70%);
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 .more-items-trigger:hover::after {
  color: var(--color-primary-hover);
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 .more-items-trigger::after {
  content: "...";
  font-size: 16px;
  color: var(--color-primary);
  transition-duration: 0.3s;
  line-height: 1.1;
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 2;
}
#header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 .more-items-trigger::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #f5f6f8 70%);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
#header #navigation .menu-level-1 > li.exp > a::before {
  transform: scaleX(1);
}
#header #navigation .menu-level-1 > li.exp > a .submenu-arrow {
  margin-top: -2px;
}
#header #navigation .menu-level-1 > li.exp > ul {
  transform: none;
  pointer-events: initial;
}
#header #navigation .menu-level-1 > li.exp > ul > li {
  opacity: 1;
}
#header #navigation .menu-level-1 > li > a {
  display: block;
  padding: 12px 15px 20px 15px;
  text-decoration: none;
  font-size: 16px;
  display: flex;
  align-items: center;
  line-height: 1;
  color: #0f0f0f;
  font-family: "Poppins", sans-serif;
  white-space: nowrap;
  position: relative;
}
#header #navigation .menu-level-1 > li > a::before {
  content: "";
  position: absolute;
  bottom: 13px;
  left: 15px;
  height: 2px;
  width: calc(100% - 30px);
  background-color: #0f0f0f;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease-out;
}
#header #navigation .menu-level-1 > li > a:hover::before {
  transform: scaleX(1);
  transform-origin: left;
}
#header #navigation .menu-level-1 > li > a:not(:hover)::before {
  transform-origin: right;
}
#header #navigation .menu-level-1 > li > a b {
  font-weight: 600;
}
#header #navigation .menu-level-1 > li > a > .submenu-arrow {
  display: inline-block;
  margin-left: 6px;
  margin-top: 0;
  transition-duration: 0.3s;
}
#header #navigation .menu-level-1 > li > a > .submenu-arrow::after {
  content: "\f10f";
  font-family: "alfa";
  font-size: 12px;
  color: #0f0f0f;
  font-weight: 400;
}
#header #navigation .menu-level-1 > li.exp > a .submenu-arrow {
  transform: rotate(-180deg);
}
#header .menu-helper {
  position: absolute;
  right: -10px;
  bottom: -36px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  visibility: hidden;
  z-index: -1;
  cursor: pointer;
  width: 40px;
  height: 48px;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
#header .menu-helper.visible {
  visibility: visible;
  z-index: 1;
}
#header .menu-helper > span {
  display: none;
}
#header .menu-helper .menu-level-1 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.1s ease-in-out;
  cursor: auto;
  position: absolute;
  right: 0;
  top: 38px;
  max-width: 300px;
  min-width: 250px;
  background-color: #fff;
  border: 2px solid #e9ebec;
  overflow: auto;
  max-height: calc(100vh - 34px - 32px - 124px - 150px);
  border-radius: 10px;
  border-top-right-radius: 0;
  padding: 5px;
}
#header .menu-helper .menu-level-1 li {
  width: 100%;
}
#header .menu-helper .menu-level-1 li.splitted {
  display: none;
}
#header .menu-helper .menu-level-1 li#nav-manufacturers > ul > li > a {
  padding: 5px;
  padding-left: 26px;
}
#header .menu-helper .menu-level-1 li > ul > li {
  font-size: 0;
  line-height: 0;
}
#header .menu-helper .menu-level-1 li > ul > li:not(.has-third-level), #header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li, #header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > a {
  position: relative;
}
#header .menu-helper .menu-level-1 li > ul > li:not(.has-third-level)::before, #header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li::before, #header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: calc(100% - 30px);
  height: 1px;
  background-color: #cacaca;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > a {
  padding: 5px;
  padding-left: 26px;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > a::before {
  width: 6px;
  transform: none;
  left: 15px;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 15px;
  height: 50%;
  width: 1px;
  background-color: #cacaca;
}
#header .menu-helper .menu-level-1 li > ul > li:not(.has-third-level) > div > a {
  padding: 5px;
  padding-left: 26px;
}
#header .menu-helper .menu-level-1 li > ul > li:not(.has-third-level)::before {
  width: 6px;
  transform: none;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li > a {
  padding: 5px;
  padding-left: 40px;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li::after {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  height: 100%;
  width: 1px;
  background-color: #cacaca;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li::before {
  width: 18px;
  transform: none;
}
#header .menu-helper .menu-level-1 li > ul > li.has-third-level > div > ul > li:last-of-type::after {
  height: 50%;
}
#header .menu-helper .menu-level-1 li > ul.menu-level-2 > li > div > a {
  padding: 5px;
  padding-left: 26px;
}
#header .menu-helper .menu-level-1 li > ul.menu-level-2 > li::before {
  width: 6px;
  transform: none;
}
#header .menu-helper .menu-level-1 li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 16px;
  font-weight: 600;
  color: #0f0f0f;
}
#header .menu-helper .menu-level-1 li a:hover {
  background-color: #f5f6f8;
}
#header .menu-helper .menu-level-1 li a.menu-image {
  display: none;
}
#header .menu-helper .menu-level-1 li a b {
  flex: 1;
}
#header .menu-helper .menu-level-1 li a .submenu-arrow {
  margin-left: 6px;
  width: 22px;
  border-radius: 4px;
  height: 22px;
  margin-top: -5px;
  margin-bottom: -5px;
  margin-right: -7px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
}
#header .menu-helper .menu-level-1 li a .submenu-arrow:hover {
  background-color: #e9ebec;
}
#header .menu-helper .menu-level-1 li a .submenu-arrow::after {
  content: "\f112";
  font-family: "alfa";
  font-weight: 600;
  margin-bottom: -2px;
  font-size: 9px;
  color: #0f0f0f;
  transition: transform 0.3s ease-in-out, margin-bottom 0.3s ease-in-out;
}
#header .menu-helper .menu-level-1 li a b {
  font-weight: 600;
}
#header .menu-helper .menu-level-1 li a.splitted {
  visibility: hidden;
}
#header .menu-helper .menu-level-1 li > .menu-level-2 {
  display: none;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e9ebec;
}
#header .menu-helper .menu-level-1 li.exp-custom a .submenu-arrow::after {
  transform: rotate(-180deg);
  margin-bottom: 2px;
}
#header .menu-helper .menu-level-1 li.exp-custom > .menu-level-2 {
  display: flex;
}
#header .menu-helper .menu-level-1 > li:last-of-type > .menu-level-2 {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#header .menu-helper::after {
  content: "\f10c";
  font-family: "alfa";
  font-size: 20px;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  margin-top: -11px;
}
#header .menu-helper:hover {
  background-color: #e9ebec;
}
#header .menu-helper:hover .menu-level-1 {
  opacity: 1;
  pointer-events: auto;
}
#header .top-nav-button-login,
#header .top-nav-button-account {
  font-size: 0;
  line-height: 0;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid transparent;
  margin-left: 10px;
  background-color: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition-duration: 0.3s;
}
#header .top-nav-button-login::before,
#header .top-nav-button-account::before {
  content: "\f114";
  font-family: "alfa";
  font-size: 22px;
  color: #0f0f0f;
  font-weight: 400;
}
#header .top-nav-button-login:hover,
#header .top-nav-button-account:hover {
  background-color: #e9ebec;
}
@media (max-width: 767px) {
  #header .top-nav-button-login,
  #header .top-nav-button-account {
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: 2px solid transparent;
    margin-left: 10px;
    position: absolute;
    right: 45px;
    top: 10px;
    background-color: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  #header .top-nav-button-login::before,
  #header .top-nav-button-account::before {
    content: "\f114";
    font-family: "alfa";
    color: #0f0f0f;
    font-weight: 400;
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  #header .navigation-buttons {
    display: flex;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .ordering-process #header .top-nav-button-login,
  .ordering-process #header .top-nav-button-account {
    right: 0;
  }
}

.dark-header-background .top-navigation-bar .container > div.top-navigation-contacts a {
  color: #fff;
  transition-duration: 0s;
}
.dark-header-background .top-navigation-bar .container > div.top-navigation-contacts a::before {
  color: #fff;
}
.dark-header-background .top-navigation-bar .container > div.top-navigation-menu .top-navigation-bar-menu li a {
  color: #fff;
  transition-duration: 0s;
}
.dark-header-background #header {
  background-color: var(--color-tertiary-hover);
}
.dark-header-background #header #navigation .navigation-in::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  height: 100%;
  width: 100vw;
  background-color: #fff;
  z-index: -1;
}
.dark-header-background #header .header-top .navigation-buttons .cart-count,
.dark-header-background #header .header-top .top-nav-button-login,
.dark-header-background #header .header-top .top-nav-button-account {
  background-color: rgba(255, 255, 255, 0.1);
  transition-duration: 0s;
}
.dark-header-background #header .header-top .top-nav-button-login::before,
.dark-header-background #header .header-top .top-nav-button-account::before {
  color: #fff;
}

@media (max-width: 767px) {
  .languagesMenu {
    display: none;
  }
}
.languagesMenu .languagesMenu__flags {
  display: none;
}
.languagesMenu .languagesMenu__content {
  display: flex;
  align-items: stretch;
}
.languagesMenu .languagesMenu__content .languagesMenu__box {
  position: relative;
}
.languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__header {
  margin-bottom: -1px;
  margin-top: 1px;
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #72727d;
  font-size: 14px;
  padding: 7px 10px 5px 10px;
  border-radius: 16px;
  margin: 3px 0;
  text-decoration: none;
  transition-duration: 0.3s;
}
.languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__header.languagesMenu__header--name {
  display: none;
}
.languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__header .caret {
  margin-left: 4px;
}
.languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__header .caret::before {
  content: "\f113";
  font-family: "alfa";
  font-size: 9px;
  display: block;
  transition: transform 0.2s ease-in-out;
}
.languagesMenu .languagesMenu__content .languagesMenu__box .languagesMenu__header:hover {
  background-color: #e9ebec;
  color: #0f0f0f;
}
.languagesMenu .languagesMenu__content .languagesMenu__box.open .languagesMenu__header {
  border-radius: 16px 16px 16px 0;
  background-color: #e9ebec;
  color: #0f0f0f;
}
.languagesMenu .languagesMenu__content .languagesMenu__box.open .languagesMenu__header .caret::before {
  transform: rotate(-180deg);
}
.languagesMenu .languagesMenu__content .languagesMenu__box.open .languagesMenu__list {
  display: block;
}
.languagesMenu .languagesMenu__content .languagesMenu__list {
  display: none;
  left: 0;
  top: calc(100% - 3px);
  position: absolute;
  z-index: 9999;
  max-width: 130px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 0 10px 10px 10px;
  border: 2px solid #e9ebec;
  padding: 5px;
}
.languagesMenu .languagesMenu__content .languagesMenu__list .languagesMenu__list__link {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  width: 100%;
  border-radius: 5px;
  text-decoration: none;
  line-height: 1.1;
  font-size: 14px;
  font-weight: 500;
  color: #0f0f0f;
}
.languagesMenu .languagesMenu__content .languagesMenu__list .languagesMenu__list__link:hover {
  background-color: #e9ebec;
}
.languagesMenu .languagesMenu__content .languagesMenu__list .languagesMenu__list__link .shp-flag {
  margin-right: 5px;
  min-width: 24px;
}

@media (max-width: 767px) {
  body .top-navigation-bar .container .top-navigation-menu,
  body #header .header-top .navigation-buttons .cart-count .cart-price {
    display: none;
  }
  body #header .header-top .navigation-buttons {
    display: flex;
    align-items: center;
  }
  body.search-window-visible #header .header-top .search {
    opacity: 1;
    pointer-events: initial;
    transition: opacity 0.3s ease-in-out;
  }
  body #header .header-top .search {
    opacity: 0;
    pointer-events: none;
    transition: none;
    display: flex;
    padding: 0 12px;
    position: absolute;
    bottom: 0;
    left: -12px;
    width: calc(100% + 24px);
    height: 78px;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    transform: translateY(100%);
    border-top: 1px solid #f5f6f8;
  }
  body #header .header-top .search form {
    width: 100%;
  }
  body.type-detail #header + .breadcrumbs-wrapper {
    padding-top: 72px;
  }
  body #header {
    background-color: #fff;
    margin-bottom: -60px;
  }
  body #header + #content-wrapper {
    padding-top: 72px;
  }
  body #header + .breadcrumbs-wrapper {
    padding-top: 75px;
  }
  body #header::before {
    content: none;
  }
  body #header .header-top {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body #header .header-top .navigation-buttons .cart-count {
    width: 40px;
    height: 40px;
    padding: 0;
    justify-content: center;
    margin-left: 95px;
  }
  body #header .header-top .navigation-buttons .cart-count .sr-only {
    justify-content: center;
  }
  body #header .header-top .navigation-buttons .cart-count i {
    right: -6px;
    top: -6px;
  }
  body #header .header-top .site-name-wrapper {
    margin-right: auto;
    margin-left: 50px;
    flex: 1;
  }
  body #header .header-top .site-name-wrapper .site-name > a img {
    max-height: 40px;
    max-width: 100%;
  }
  body #header .menu-helper {
    display: none;
  }
  body .site-msg:not(.site-msg-visible) + .user-action + .top-navigation-bar .container {
    padding-right: 17px;
  }
  body .top-navigation-bar .container {
    justify-content: center;
  }
  body .top-navigation-bar .container .top-navigation-contacts a {
    padding: 6px 0;
    margin-left: 9px;
    margin-right: 9px;
  }
  body .top-navigation-bar .container .top-navigation-contacts a:hover {
    background-color: transparent;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=search] {
    position: absolute;
    right: 99px;
    bottom: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #f5f6f8;
    transition-duration: 0.3s;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=search]:hover {
    background-color: #e9ebec;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=search]::before {
    content: "\f111";
    font-family: "alfa";
    font-size: 18px;
    color: #0f0f0f;
    font-weight: 400;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=navigation] {
    position: absolute;
    left: 9px;
    bottom: -50px;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background-color: #f5f6f8;
    transition-duration: 0.3s;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=navigation]:hover {
    background-color: #e9ebec;
  }
  body .top-navigation-bar .container .responsive-tools a[data-target=navigation]::before {
    content: "\f10c";
    font-family: "alfa";
    font-size: 18px;
    color: #0f0f0f;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    cursor: pointer;
    font-weight: 400;
  }
  body .top-navigation-bar .container .top-navigation-tools {
    display: none;
  }
  body .top-navigation-bar.top-loaded .container .top-navigation-tools {
    display: block;
  }
  body.search-window-visible .top-navigation-bar .container .responsive-tools a[data-target=search]::before {
    content: "\f107";
    font-size: 24px;
  }
  body.ordering-process .top-navigation-bar .container .responsive-tools a[data-target=search] {
    right: 54px;
  }
  body.ordering-process .top-navigation-bar .container .top-navigation-tools .top-nav-button-login,
  body.ordering-process .top-navigation-bar .container .top-navigation-tools .top-nav-button-account {
    right: 9px;
  }
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-login,
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-account {
    font-size: 0;
    line-height: 0;
    width: 40px;
    height: 40px;
    border-radius: 24px;
    border: 2px solid transparent;
    margin-left: 10px;
    position: absolute;
    right: 54px;
    top: auto;
    bottom: -50px;
    background-color: #f5f6f8;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-login::before,
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-account::before {
    content: "\f114";
    font-family: "alfa";
    color: #0f0f0f;
    font-weight: 400;
    font-size: 18px;
  }
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-login:hover,
  body .top-navigation-bar .container .top-navigation-tools .top-nav-button-account:hover {
    background-color: #e9ebec;
  }
  body.login-window-visible .top-navigation-bar .container .top-navigation-tools .top-nav-button-login::before,
  body.login-window-visible .top-navigation-bar .container .top-navigation-tools .top-nav-button-account::before {
    content: "\f107";
    font-size: 24px;
  }
  body.ordering-process .top-navigation-bar .container .top-navigation-tools .top-nav-button-login,
  body.ordering-process .top-navigation-bar .container .top-navigation-tools .top-nav-button-account {
    right: 9px;
  }
}
@media (max-width: 767px) {
  body.navigation-window-visible {
    overflow: hidden;
  }
  body.navigation-window-visible .top-navigation-bar {
    top: 0 !important;
    position: fixed;
    z-index: 999;
  }
  body.navigation-window-visible #header {
    position: fixed;
    z-index: 998;
    top: 0;
  }
  body.navigation-window-visible #header #navigation {
    transform: none;
  }
  body.navigation-window-visible .top-navigation-bar .container .responsive-tools a[data-target=navigation]::before {
    content: "\f107";
    font-size: 24px;
  }
  body #header #navigation .menu-level-1 > li:first-of-type > a {
    margin: 0;
  }
  body #header #navigation {
    transform: translateX(-100%);
    transition-duration: 0.3s;
    height: calc(100vh - 60px);
    overflow: auto;
    position: absolute;
    background-color: #fff;
    width: calc(100% + 24px);
    top: 60px;
    bottom: 0;
    left: -12px;
    right: -12px;
    border-top: 1px solid #f5f6f8;
  }
  body #header #navigation .navigation-in {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body #header #navigation .navigation-in > ul {
    flex: 0 0 auto;
  }
  body #header #navigation .navigation-in::after {
    content: "";
    width: 100%;
    min-height: 150px;
    flex: 1 0 auto;
    display: block;
    background-color: #f2f6fa;
  }
  body #header #navigation .navigationActions {
    border-top: 2px solid #f5f6f8;
  }
  body #header #navigation .navigationActions a {
    padding: 9.415px 12px 9.415px 12px;
    width: 100%;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1.2;
    white-space: initial;
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
    font-weight: 600;
    color: #0f0f0f;
    text-decoration: none;
    font-family: "Poppins", sans-serif;
  }
  body #header #navigation .navigationActions .navigationActions__flagWrapper {
    display: flex;
    align-items: center;
  }
  body #header #navigation .navigationActions .ext > a .shp-flag {
    margin-left: 5px;
  }
  body #header #navigation .navigationActions .ext .navigationActions__link--flag .shp-flag {
    margin-right: 5px;
  }
  body #header #navigation .navigationActions .ext > a {
    padding: 9.415px 45px 9.415px 12px;
  }
  body #header #navigation .navigationActions .ext .submenu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 42px;
    height: 100%;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #header #navigation .navigationActions .ext .submenu-arrow::after {
    content: "\f10e";
    font-size: 12px;
    color: #0f0f0f;
    margin-top: -1px;
    transform: rotate(90deg);
    font-family: "alfa";
    transition: color 0.3s ease-in-out;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 {
    display: none;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 ul {
    border-top: 2px solid #f5f6f8;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 ul li:first-of-type > a {
    padding-top: 15px;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 ul li:last-of-type > a {
    padding-bottom: 15px;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 ul:last-of-type {
    border-bottom: 2px solid #f5f6f8;
  }
  body #header #navigation .navigationActions .ext .menu-level-2 a {
    padding-left: 20px;
  }
  body #header #navigation .navigationActions .ext.exp .menu-level-2 {
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body #header #navigation .menu-level-1 {
    flex-direction: column;
  }
  body #header #navigation .menu-level-1 > li {
    width: 100%;
  }
  body #header #navigation .menu-level-1 > li.splitted {
    display: block;
  }
  body #header #navigation .menu-level-1 > li.exp > a > .submenu-arrow {
    transform: none;
  }
  body #header #navigation .menu-level-1 > li.ext > a {
    padding: 9.415px 45px 9.415px 12px;
  }
  body #header #navigation .menu-level-1 > li > a {
    width: 100%;
    text-align: left;
    padding: 9.415px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    line-height: 1.2;
    white-space: initial;
    transition: color 0.3s ease-in-out, padding 0.3s ease-in-out;
  }
  body #header #navigation .menu-level-1 > li > a::before {
    content: none;
  }
  body #header #navigation .menu-level-1 > li > a .submenu-arrow {
    position: absolute;
    right: 0;
    top: 0;
    margin: 0;
    width: 42px;
    height: 100%;
    padding-right: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  body #header #navigation .menu-level-1 > li > a .submenu-arrow::after {
    content: "\f10e";
    font-size: 12px;
    color: #0f0f0f;
    margin-top: -1px;
    transform: rotate(90deg);
    font-family: "alfa";
    transition: color 0.3s ease-in-out;
  }
  body #header #navigation .menu-level-1 > li > ul {
    pointer-events: initial;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    flex-wrap: nowrap;
    position: absolute;
    left: 0;
    top: 39px;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
    transform: translateX(-100%);
    z-index: 1;
    height: calc(100% - 40px);
    background-color: #fff;
    display: none;
  }
  body #header #navigation .menu-level-1 > li > ul::before {
    content: none;
  }
  body #header #navigation .menu-level-1 > li > ul > li {
    width: 100%;
  }
  body #header #navigation .menu-level-1 > li > ul > li:hover {
    background-color: transparent;
  }
  body #header #navigation .menu-level-1 > li > ul > li .menu-image {
    display: none;
  }
  body #header #navigation .menu-level-1 > li > ul > li > div {
    padding: 0;
  }
  body #header #navigation .menu-level-1 > li > ul > li > div .menu-level-3 {
    display: none;
  }
  body #header #navigation .menu-level-1 > li > ul > li > div > a {
    width: 100%;
    font-weight: 600;
    text-align: left;
    padding: 9.415px 12px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 1.2;
  }
  body #header #navigation .menu-level-1 > li > ul > li > div > a::before {
    content: none;
  }
  body #header #navigation .menu-level-1 > li > ul > li > a:not(.menu-image) {
    width: 100%;
    font-weight: 600;
    text-align: left;
    padding: 9.415px 12px;
    font-size: 16px;
    min-height: auto;
    height: auto;
    justify-content: flex-start;
    line-height: 1.2;
  }
  body #header #navigation .menu-level-1 > li > ul > li:first-of-type > div > a, body #header #navigation .menu-level-1 > li > ul > li:first-of-type > a:not(.menu-image) {
    padding: 17.415px 12px 9.415px 12px;
  }
  body #header #navigation .menu-level-1 > li.exp {
    order: -1;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    height: 100%;
  }
  body #header #navigation .menu-level-1 > li.exp > a {
    color: #848891;
    padding: 9.415px 12px 9.415px 33px;
    border-bottom: 1px solid #f5f6f8;
  }
  body #header #navigation .menu-level-1 > li.exp > a .submenu-arrow {
    padding-right: 0;
    padding-left: 12px;
    width: 100%;
    right: initial;
    left: 0;
  }
  body #header #navigation .menu-level-1 > li.exp > a .submenu-arrow::after {
    color: #848891;
    margin-right: auto;
    transform: rotate(180deg);
  }
  body #header #navigation .menu-level-1 > li.exp > ul {
    transform: none;
  }
  body.submenu-visible-custom #header #navigation {
    overflow: initial;
  }
  body.submenu-visible-custom #header #navigation .menu-level-1 > li > a {
    transition: color 0.3s ease-in-out;
  }
  body.submenu-visible-custom #header #navigation .menu-level-1 > li > ul {
    overflow: auto;
    display: flex;
    flex-direction: column;
    align-items: stretch;
  }
  body.submenu-visible-custom #header #navigation .menu-level-1 > li > ul > li {
    flex: 0 0 auto;
  }
  body.submenu-visible-custom #header #navigation .menu-level-1 > li > ul::after {
    content: "";
    width: 100%;
    flex: 1 0 auto;
    min-height: 150px;
    display: block;
    background-color: #f2f6fa;
  }
}
.row.banners-row:not(.loaded-state) {
  min-height: 200px;
  max-height: 55vh;
}

.row.banners-row.loaded-state .carousel-inner > .item:not(.active):not(.prev):not(.next) {
  display: none;
}

@media (min-width: 1200px) {
  .row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts {
    margin: 30px;
    max-width: clamp(200px, 85% - 60px, 650px);
  }
  .row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts.has-background {
    margin: 20px;
    max-width: calc(85% - 40px);
  }
  .row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts.has-background {
    max-width: calc(70% - 24px);
  }
  .row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts.has-background .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 42px);
    font-size: clamp(32px, 4cqw, 42px);
  }
}
.row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts .extended-banner-text {
  font-size: clamp(32px, 3.2vw, 52px);
  font-size: clamp(32px, 4cqw, 52px);
}
@media (max-width: 767px) {
  .row.banners-row .right-columns-wrapper:first-child .carousel-inner > .item .extended-banner-texts .extended-banner-text {
    font-size: clamp(30px, 8vw, 36px);
    font-size: clamp(30px, 8.2cqw, 36px);
  }
}

.carousel-inner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  min-height: auto !important;
}
.carousel-inner > .item {
  display: block;
  position: relative;
  width: 100%;
  -webkit-transition: 0.6s ease-in-out left;
  -o-transition: 0.6s ease-in-out left;
  transition: 0.6s ease-in-out left;
  container-type: inline-size;
}
.carousel-inner > .item a:hover img {
  transform: scale(1.03);
}
.carousel-inner > .item a {
  display: flex;
  align-items: center;
}
.carousel-inner > .item a[href="/"] {
  pointer-events: none;
}
.carousel-inner > .item a[href="/"] .extended-banner-texts .extended-banner-link {
  pointer-events: none;
}
.carousel-inner > .item .extended-banner-texts {
  position: absolute;
  left: 0;
  margin: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  z-index: 1;
  max-width: clamp(296px, 70% - 24px, 470px);
}
@media (max-width: 767px) {
  .carousel-inner > .item .extended-banner-texts {
    max-width: calc(70% - 24px);
    padding: 8px;
    justify-content: flex-end;
  }
}
.carousel-inner > .item .extended-banner-texts.has-background {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  max-width: calc(70% - 24px);
}
@media (max-width: 767px) {
  .carousel-inner > .item .extended-banner-texts.has-background {
    max-width: calc(100% - 24px);
    padding: 15px;
  }
}
.carousel-inner > .item .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.carousel-inner > .item .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link {
  margin-top: 15px;
}
.carousel-inner > .item .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link {
  margin-top: 15px;
}
.carousel-inner > .item .extended-banner-texts.is-black .extended-banner-title,
.carousel-inner > .item .extended-banner-texts.is-black .extended-banner-text {
  color: #0f0f0f;
}
.carousel-inner > .item .extended-banner-texts.is-black .extended-banner-link {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.carousel-inner > .item .extended-banner-texts.is-white .extended-banner-title,
.carousel-inner > .item .extended-banner-texts.is-white .extended-banner-text {
  color: #fff;
}
.carousel-inner > .item .extended-banner-texts.is-white .extended-banner-link {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.carousel-inner > .item .extended-banner-texts .extended-banner-title {
  color: #0f0f0f;
  font-size: clamp(18px, 1.5vw, 22px);
  font-size: clamp(18px, 2.5cqw, 22px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  hyphens: manual;
  width: 100%;
}
@media (max-width: 767px) {
  .carousel-inner > .item .extended-banner-texts .extended-banner-title {
    font-size: 18px;
    font-size: clamp(18px, 4.3cqw, 22px);
  }
}
.carousel-inner > .item .extended-banner-texts .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.carousel-inner > .item .extended-banner-texts .extended-banner-title + .extended-banner-link {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .carousel-inner > .item .extended-banner-texts .extended-banner-title + .extended-banner-link {
    margin-top: 20px;
  }
}
.carousel-inner > .item .extended-banner-texts .extended-banner-text {
  color: #0f0f0f;
  font-size: clamp(32px, 3.2vw, 42px);
  font-size: clamp(32px, 4cqw, 42px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  hyphens: manual;
  width: 100%;
}
@media (max-width: 767px) {
  .carousel-inner > .item .extended-banner-texts .extended-banner-text {
    font-size: clamp(30px, 8vw, 36px);
    font-size: clamp(30px, 8.2cqw, 36px);
  }
}
.carousel-inner > .item .extended-banner-texts .extended-banner-text + .extended-banner-link {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .carousel-inner > .item .extended-banner-texts .extended-banner-text + .extended-banner-link {
    margin-top: 20px;
  }
}
.carousel-inner > .item .extended-banner-texts .extended-banner-link {
  background-color: #0f0f0f;
  padding: 12px 25px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  border-radius: 150px;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
}
@media (max-width: 991px) {
  .carousel-inner > .item .extended-banner-texts .extended-banner-link {
    padding: 10px 20px;
    font-size: 16px;
  }
}
.carousel-inner > .item .extended-banner-texts .extended-banner-link::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.carousel-inner > .item .extended-banner-texts .extended-banner-link:hover {
  color: #fff;
}
.carousel-inner > .item .extended-banner-texts .extended-banner-link:hover::after {
  width: 100%;
}
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.carousel-inner > .item.next, .carousel-inner > .item.prev {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: visible;
  width: 100%;
}
.carousel-inner > .item.next {
  transform: translate3d(100%, 0, 0);
}
.carousel-inner > .item.prev {
  transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.next.left, .carousel-inner > .item.prev.right {
  transform: translate3d(0, 0, 0);
}
.carousel-inner > .item.active.left {
  transform: translate3d(-100%, 0, 0);
}
.carousel-inner > .item.active.right {
  transform: translate3d(100%, 0, 0);
}
.carousel-inner > .active {
  display: block;
  left: 0;
}
.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
  display: block;
}
.carousel-inner img {
  width: 100%;
}
@media (transform-3d), (-webkit-transform-3d) {
  .carousel-inner > .item {
    -webkit-transition: -webkit-transform 0.6s ease-in-out;
    -moz-transition: -moz-transform 0.6s ease-in-out;
    -o-transition: -o-transform 0.6s ease-in-out;
    transition: transform 0.6s ease-in-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner > .item.next.left,
  .carousel-inner > .item.prev.right,
  .carousel-inner > .item.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    left: 0;
  }
}
@media (min-width: 768px) {
  .carousel-inner > .item {
    height: 100%;
  }
  .carousel-inner > .item > a > img {
    object-fit: cover;
    object-position: center;
    height: 100%;
  }
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: 100%;
}

#carousel {
  position: relative;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  #carousel {
    margin-bottom: 12px;
  }
}
#carousel .carousel-control {
  position: absolute;
  top: 12px;
  max-height: none !important;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  border-radius: 4px;
  background-color: #fff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  #carousel .carousel-control {
    top: 8px;
    width: 32px;
    height: 32px;
  }
}
#carousel .carousel-control::before {
  display: block;
  transition-duration: 0.3s;
  font-size: 14px;
  color: #0f0f0f;
  font-family: "alfa";
}
#carousel .carousel-control:hover {
  background-color: #0f0f0f;
}
#carousel .carousel-control:hover::before {
  color: #fff;
}
#carousel .carousel-control.left {
  right: 62px;
}
@media (max-width: 767px) {
  #carousel .carousel-control.left {
    right: 46px;
  }
}
#carousel .carousel-control.left::before {
  content: "\f103";
}
@media (max-width: 767px) {
  #carousel .carousel-control.left::before {
    font-size: 12px;
  }
}
#carousel .carousel-control.right {
  right: 12px;
}
@media (max-width: 767px) {
  #carousel .carousel-control.right {
    right: 8px;
  }
}
#carousel .carousel-control.right::before {
  content: "\f104";
}
@media (max-width: 767px) {
  #carousel .carousel-control.right::before {
    font-size: 12px;
  }
}
#carousel .carousel-indicators {
  position: absolute;
  right: 17px;
  bottom: 17px;
  z-index: 2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  #carousel .carousel-indicators {
    left: auto;
    transform: none;
    right: 9px;
    bottom: 9px;
  }
}
#carousel .carousel-indicators li {
  padding-left: 0;
}
#carousel .carousel-indicators li::before {
  content: none;
}
#carousel .carousel-indicators li {
  margin: 3px;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  display: block;
  background-color: #fff;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  transition-duration: 0.3s;
}
@media (max-width: 767px) {
  #carousel .carousel-indicators li {
    width: 12px;
    height: 12px;
  }
}
#carousel .carousel-indicators li:hover {
  background-color: var(--color-primary-hover);
}
#carousel .carousel-indicators li.active {
  background-color: var(--color-primary);
}

@media (max-width: 1439px) {
  .type-index .sidebar + #content .next-to-carousel-banners .banner-wrapper {
    flex: 1 1 calc(50% - 15px);
  }
}
@media (max-width: 1199px) {
  .type-index .sidebar + #content .next-to-carousel-banners .banner-wrapper {
    flex: 1 1 calc(100% - 15px);
  }
}

.next-to-carousel-banners {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  width: calc(100% + 15px);
  margin-bottom: 7.5px;
}
@media (max-width: 767px) {
  .next-to-carousel-banners {
    margin-bottom: 6px;
    margin-top: -6px;
  }
}
.next-to-carousel-banners .banner-wrapper {
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  margin: 7.5px;
  flex: 1 1 calc(33.3333333333% - 15px);
}
@media (max-width: 991px) {
  .next-to-carousel-banners .banner-wrapper {
    flex: 1 1 calc(100% - 15px);
  }
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper {
    margin: 6px 7.5px;
  }
}
.next-to-carousel-banners .banner-wrapper a:hover img {
  transform: scale(1.03);
}
.next-to-carousel-banners .banner-wrapper a {
  display: flex;
  height: 100%;
  text-decoration: none;
  align-items: flex-end;
}
.next-to-carousel-banners .banner-wrapper a[href="/"] {
  pointer-events: none;
}
.next-to-carousel-banners .banner-wrapper a[href="/"] .extended-banner-texts .extended-banner-link {
  pointer-events: none;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  margin: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  width: auto;
  max-width: clamp(200px, 85% - 24px, 470px);
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts {
    justify-content: flex-end;
    max-width: calc(100% - 24px);
    padding: 8px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts:not(.is-black):not(.is-white):not(.has-background) {
  display: none;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.has-background {
  background-color: #fff;
  border-radius: 10px;
  max-width: calc(85% - 24px);
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts.has-background {
    max-width: calc(100% - 24px);
    padding: 15px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link {
  margin-top: 12px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link {
  margin-top: 12px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-title,
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-text {
  color: #0f0f0f;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-link {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-title,
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-text {
  color: #fff;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-link {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  color: #0f0f0f;
  font-size: clamp(18px, 1vw, 22px);
  font-size: clamp(18px, 1cqw, 22px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  overflow-wrap: break-word;
  word-break: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-link {
  margin-top: 15px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  color: #0f0f0f;
  font-size: clamp(24px, 1.4vw, 28px);
  font-size: clamp(24px, 1.6cqw, 28px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 767px) {
  .next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    font-size: clamp(24px, 6cqw, 28px);
  }
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-text + .extended-banner-link {
  margin-top: 15px;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  background-color: #0f0f0f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 150px;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  color: #fff;
}
.next-to-carousel-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover::after {
  width: 100%;
}
.next-to-carousel-banners .banner-wrapper img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 768px) {
  .scrolled-custom.scrolled-down body.type-index:not(.header-hover) .row.banners-row .top-categories-custom {
    top: 103px;
  }
  .type-index .sidebar + #content .row.banners-row {
    flex-direction: column-reverse;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom {
    position: initial;
    width: 100%;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom h4 {
    text-align: center;
    font-size: 22px;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper {
    justify-content: center;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 20%;
    border-right: 1px solid #f5f5f5;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:last-child {
    border-right: 0;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item p {
    font-size: 16px;
  }
}
@media (min-width: 768px) and (min-width: 1440px) {
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(5n) {
    border-right: 0;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+6) {
    border-top: 1px solid #f5f5f5;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (min-width: 1200px) {
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 25%;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(4n) {
    border-right: 0;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+5) {
    border-top: 1px solid #f5f5f5;
  }
}
@media (min-width: 768px) and (max-width: 1199px) and (min-width: 992px) {
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 33.3333333333%;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(3n) {
    border-right: 0;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+4) {
    border-top: 1px solid #f5f5f5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 50%;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(2n) {
    border-right: 0;
  }
  .type-index .sidebar + #content .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+3) {
    border-top: 1px solid #f5f5f5;
  }
}
.type-index .row.banners-row {
  display: flex;
  align-items: flex-start;
  position: relative;
}
.type-index .row.banners-row.no-carousel {
  display: flex;
  align-items: flex-start;
  flex-direction: column-reverse;
}
@media (min-width: 1301px) {
  .type-index .row.banners-row.no-carousel .top-categories-custom {
    position: initial;
    width: 100%;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom h4 {
    text-align: center;
    font-size: 22px;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper {
    justify-content: center;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 16.6666666667%;
    border-right: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(6n) {
    border-right: 0;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper .top-category-item:last-child {
    border-right: 0;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+7) {
    border-top: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row.no-carousel .top-categories-custom .top-categories-wrapper .top-category-item p {
    font-size: 16px;
  }
}
@media (min-width: 1301px) {
  .type-index .row.banners-row:not(.no-carousel) .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(odd) {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row:not(.no-carousel) .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(odd):nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .type-index .row.banners-row:not(.no-carousel) .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(even) {
    border-bottom: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row:not(.no-carousel) .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(even):last-child {
    border-bottom: 0;
  }
  .type-index .row.banners-row:not(.no-carousel) .top-categories-custom .top-categories-wrapper .top-category-item:last-child:nth-child(odd) {
    border: 0;
  }
}
.type-index .row.banners-row > div {
  opacity: 0;
}
.type-index .row.banners-row::before {
  content: "";
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 6px solid transparent;
  border-top: 6px solid #0f0f0f;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
.type-index .row.banners-row::after {
  content: "";
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #0f0f0f;
  border-left: 6px solid transparent;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(0deg);
  }
  100% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(360deg);
  }
}
.type-index .row.banners-row.loaded-state > div {
  opacity: 1;
}
.type-index .row.banners-row.loaded-state::before, .type-index .row.banners-row.loaded-state::after {
  content: none;
}
.type-index .row.banners-row .top-categories-custom {
  position: sticky;
  top: 139px;
  width: 300px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-right: 15px;
  margin-bottom: 15px;
  transition: top 0.3s ease-out;
  padding: 15px;
}
.type-index .row.banners-row .top-categories-custom h4 {
  margin-bottom: 10px;
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.type-index .row.banners-row .top-categories-custom .top-categories-wrapper {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  overflow: hidden;
}
.type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
  flex: 1 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px;
  transition: background-color 0.3s ease-in-out;
}
@media (max-width: 1300px) {
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 33.3333333333%;
  }
}
@media (max-width: 1300px) and (min-width: 601px) {
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    border-right: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(3n) {
    border-right: 0;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:last-child {
    border-right: 0;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(n+4) {
    border-top: 1px solid #f5f5f5;
  }
}
@media (max-width: 600px) {
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item {
    flex: 1 0 50%;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(odd) {
    border-right: 1px solid #f5f5f5;
    border-bottom: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(odd):nth-last-child(-n+2) {
    border-bottom: 0;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(even) {
    border-bottom: 1px solid #f5f5f5;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:nth-child(even):last-child {
    border-bottom: 0;
  }
  .type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:last-child:nth-child(odd) {
    border: 0;
  }
}
.type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item:hover {
  background-color: #f5f5f5;
}
.type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item img {
  width: 112px;
  height: 80px;
  object-fit: contain;
  border-radius: 10px;
  margin: 0 auto;
}
.type-index .row.banners-row .top-categories-custom .top-categories-wrapper .top-category-item p {
  color: #0f0f0f;
  margin-top: 6px;
  font-size: 15px;
  text-align: center;
}
.type-index .row.banners-row .right-columns-wrapper {
  flex: 1;
}
@media (max-width: 1300px) {
  .type-index .row.banners-row {
    flex-direction: column-reverse;
    align-items: stretch;
  }
  .type-index .row.banners-row .top-categories-custom {
    width: 100%;
    margin-right: 0;
    position: initial;
  }
  .type-index .row.banners-row .top-categories-custom h4 {
    text-align: center;
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .type-index #content > .row.banners-row .top-categories-custom {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 15px;
    margin-bottom: 12px;
  }
  .type-index #content > .row.banners-row .top-categories-custom h4 {
    text-align: center;
  }
  .type-index #content > .row.banners-row .top-categories-custom .top-categories-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .type-index #content > .row.banners-row .top-categories-custom .top-categories-wrapper > a {
    width: 16.6666666667%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .type-index #content > .row.banners-row .top-categories-custom .top-categories-wrapper > a {
    width: 50%;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .type-index #content > .row.banners-row {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
  }
}
.benefitBanner {
  display: flex;
  border-radius: 10px;
  border: 2px solid transparent;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 15px;
  padding: 7.5px 0;
}
.benefitBanner .benefitBanner__item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100%;
  padding: 7.5px 0;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    padding: 15px 0;
  }
  .benefitBanner .benefitBanner__item + .benefitBanner__item::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    width: 40px;
    background-color: #f5f5f5;
    height: 2px;
  }
}
@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item {
    width: 50%;
  }
  .benefitBanner .benefitBanner__item + .benefitBanner__item::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 2px;
    background-color: #f5f5f5;
    height: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .benefitBanner .benefitBanner__item:nth-child(2n+3)::before {
    content: none;
  }
}
@media (min-width: 992px) {
  .benefitBanner .benefitBanner__item {
    width: 33.3333333333%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .benefitBanner .benefitBanner__item:nth-child(3n+4)::before {
    content: none;
  }
}
@media (min-width: 1200px) {
  .benefitBanner .benefitBanner__item {
    width: 25%;
  }
  .benefitBanner .benefitBanner__item:nth-child(4n+5)::before {
    content: none;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  text-decoration: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__link:hover .benefitBanner__title {
  text-decoration: none;
}
.benefitBanner .benefitBanner__item .benefitBanner__link .benefitBanner__title {
  text-decoration: underline;
}
.benefitBanner .benefitBanner__item .benefitBanner__link .benefitBanner__data {
  text-decoration: none;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__link {
    flex-direction: column;
    justify-content: center;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__picture {
  width: 58px;
  height: 58px;
  min-width: 58px;
  min-height: 58px;
  margin: 5px 0 5px 20px;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item .benefitBanner__picture {
    margin: 5px 20px 5px 20px;
  }
}
@media (min-width: 768px) {
  .benefitBanner .benefitBanner__item .benefitBanner__picture + .benefitBanner__content {
    padding-left: 10px;
  }
}
.benefitBanner .benefitBanner__item .benefitBanner__picture img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefitBanner .benefitBanner__item .benefitBanner__content {
  padding: 5px 20px;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.1;
  color: #0f0f0f;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__title + .benefitBanner__data {
  margin-top: 4px;
}
.benefitBanner .benefitBanner__item .benefitBanner__content .benefitBanner__data {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.1;
}
@media (max-width: 767px) {
  .benefitBanner .benefitBanner__item {
    flex-direction: column;
    justify-content: center;
  }
  .benefitBanner .benefitBanner__item .benefitBanner__content {
    text-align: center;
  }
}

.type-category .benefitBanner {
  margin-bottom: 70px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .type-category .benefitBanner {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .type-category .benefitBanner {
    margin-bottom: 40px;
  }
}

.homepage-group-title {
  text-align: center;
  font-size: 32px;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 600;
  margin-top: 70px;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 991px) {
  .homepage-group-title {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-group-title {
    font-size: 26px;
    margin-top: 40px;
  }
}

.products-block .product .name span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 767px) {
  .products-block .product .p-desc {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media (min-width: 1400px) {
  .type-index.columns-4 .products-block .product:nth-last-child(1):nth-child(n+6) {
    margin-right: auto;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .type-index.columns-4 .products-block .product:nth-last-child(1):nth-child(n+5) {
    margin-right: auto;
  }
}
@media (max-width: 1199px) and (min-width: 992px) {
  .type-index.columns-4 .products-block .product:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .type-index.columns-4 .products-block .product:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .type-index.columns-3 .products-block .product:nth-last-child(1):nth-child(n+5) {
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 1439px) and (min-width: 992px) {
  .type-index.columns-3 .products-block .product:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-index.columns-3 .products-block .product:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}
@media (min-width: 1400px) {
  .type-index.columns-4 .sidebar + #content .products-block .product:nth-last-child(1):nth-child(n+5) {
    margin-right: auto;
  }
}
@media (max-width: 1439px) and (min-width: 1200px) {
  .type-index.columns-4 .sidebar + #content .products-block .product:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (max-width: 1199px) and (min-width: 768px) {
  .type-index.columns-4 .sidebar + #content .products-block .product:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}

@media (min-width: 1400px) {
  .type-index.columns-3 .sidebar + #content .products-block .product:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (max-width: 1439px) and (min-width: 768px) {
  .type-index.columns-3 .sidebar + #content .products-block .product:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}

@media (min-width: 768px) {
  .columns-3 .products-block .product {
    width: calc(25% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .columns-3 .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .columns-3 .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 991px) {
  .columns-4 .sidebar + #content .products-block .product {
    width: calc(25% - 15px);
  }
}
@media (min-width: 991px) and (max-width: 1439px) {
  .columns-4 .sidebar + #content .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 991px) and (max-width: 1199px) {
  .columns-4 .sidebar + #content .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 991px) {
  .columns-3 .sidebar + #content .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 991px) and (max-width: 1439px) {
  .columns-3 .sidebar + #content .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(25% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category.columns-4 #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) {
  .type-category.columns-3 #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category.columns-3 #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .type-category.columns-3 #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category.columns-3 #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .type-category #content-wrapper > .content-wrapper-in .sidebar + #content .products-block .product,
  .type-category #content-wrapper > .content-wrapper-in .sidebar + .category-content-wrapper .products-block .product {
    width: calc(50% - 12px);
  }
}

@media (max-width: 479px) {
  .columns-mobile-2 .products-block {
    width: calc(100% + 12px);
    margin-bottom: 34px;
  }
  .columns-mobile-2 .products-block .product {
    width: calc(50% - 12px);
  }
  .columns-mobile-2 .products-block .product:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
  .columns-mobile-2 .products-block .product .image {
    padding: 10px;
  }
  .columns-mobile-2 .products-block .product .name {
    padding: 0 10px 0 10px;
    margin-bottom: 7px;
  }
  .columns-mobile-2 .products-block .product .p-bottom > div {
    padding: 0 10px 10px 10px;
  }
  .columns-mobile-2 .products-block .product .p-bottom > div .p-tools .btn {
    min-width: auto;
    padding: 10px 15px;
  }
  .columns-mobile-2 .products-block .product .p-bottom > div .p-tools .btn.add-to-cart-button::before {
    display: none;
  }
}
@media (max-width: 479px) and (max-width: 479px) {
  .columns-mobile-2 .products-block .product .p-bottom > div .prices .price-final {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .columns-mobile-2 .products-block .product .p-bottom > div .prices .price-final .price-standard {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0;
    order: -1;
  }
}

.type-index .products-block {
  justify-content: center;
}

.products-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -7.5px;
  width: calc(100% + 15px);
}
@media (max-width: 767px) {
  .products-block {
    margin: -6px;
    width: calc(100% + 12px);
  }
}
.products-block .product {
  margin: 7.5px;
  border-radius: 10px;
  border: 2px solid transparent;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  position: relative;
  width: calc(20% - 15px);
}
@media (max-width: 1439px) {
  .products-block .product {
    width: calc(25% - 15px);
  }
}
@media (max-width: 1199px) {
  .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 991px) {
  .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .products-block .product {
    margin: 6px;
    width: calc(50% - 12px);
  }
}
@media (max-width: 479px) {
  .products-block .product {
    width: calc(100% - 12px);
  }
}
.products-block .product .p-code {
  position: absolute;
  top: 7.5px;
  right: 7.5px;
  line-height: 1.1;
  font-size: 13px;
  font-weight: 400;
  padding: 2px 5px;
  border-radius: 10px;
  background-color: #fff;
  color: #8d8d8d;
  max-width: calc(50% - 10px);
  word-wrap: break-word;
}
.products-block .product .flags-default {
  position: absolute;
  top: 7.5px;
  left: 7.5px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: calc(50% - 10px);
}
.products-block .product .flags-default .flag {
  margin-bottom: 4px;
}
.products-block .product .flags-default .flag:last-of-type {
  margin-bottom: 0;
}
.products-block .product .p {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-block .product .p .p-in {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products-block .product .p .p-in .p-bottom {
  height: 100%;
}
.products-block .product .p .p-in .p-bottom > div {
  height: 100%;
}
.products-block .product .image {
  display: flex;
  padding: 15px;
  position: relative;
}
.products-block .product .image img {
  border-radius: 10px;
  width: 100%;
  height: auto;
}
.products-block .product .image:hover + .p-in .name {
  text-decoration: underline;
}
.products-block .product .image .flags-extra {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  right: 7.5px;
  bottom: 7.5px;
}
.products-block .product .image .flags-extra .flag {
  padding: 8px 10px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  margin-top: 4px;
  color: #0f0f0f;
  background-color: #f5f5f5;
}
@media (max-width: 479px) {
  .products-block .product .image .flags-extra .flag {
    padding: 5px 7px;
    font-size: 12px;
  }
}
.products-block .product .image .flags-extra .flag:first-of-type {
  margin-top: 0;
}
.products-block .product .image .flags-extra .flag-freeshipping {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  color: #009fff;
  background-color: #e2f4ff;
}
@media (max-width: 479px) {
  .products-block .product .image .flags-extra .flag-freeshipping {
    padding: 3px 7px;
  }
}
.products-block .product .image .flags-extra .flag-freeshipping .icon-van {
  display: inline-block;
}
.products-block .product .image .flags-extra .flag-freeshipping .icon-van .sr-only {
  display: none;
}
.products-block .product .image .flags-extra .flag-freeshipping .icon-van::before {
  content: "\f118";
  font-family: "alfa";
  margin-right: 4px;
  font-size: 18px;
}
@media (max-width: 479px) {
  .products-block .product .image .flags-extra .flag-freeshipping .icon-van::before {
    font-size: 14px;
  }
}
.products-block .product .image .flags-extra .flag-freeshipping .flag-text {
  display: inline-block;
  font-weight: 400;
}
.products-block .product .image .flags-extra .flag-discount {
  background-color: #fcf3f4;
  color: #ff2020;
}
.products-block .product .image .flags-extra .flag-discount .price-standard {
  display: none;
}
.products-block .product .name {
  text-decoration: none;
  padding: 0 15px 0 15px;
  margin-bottom: 7px;
  display: block;
  width: 100%;
  text-align: center;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 767px) {
  .products-block .product .name {
    font-size: 17px;
  }
}
.products-block .product .name:hover {
  text-decoration: underline;
}
.products-block .product .ratings-wrapper {
  padding: 0 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.products-block .product .ratings-wrapper .stars-wrapper[data-micro-rating-count="0"] {
  display: none;
}
.products-block .product .ratings-wrapper .stars-wrapper .stars .star {
  margin-top: -3px;
  margin-bottom: 10px;
}
.products-block .product .ratings-wrapper .availability {
  display: none;
}
.products-block .product .p-bottom > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 15px 15px 15px;
}
.products-block .product .p-bottom > div .p-desc {
  order: -1;
  font-weight: 400;
  line-height: 1.4;
  font-size: 15px;
  color: #8d8d8d;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 479px) {
  .products-block .product .p-bottom > div .p-desc {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.products-block .product .p-bottom > div .prices {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-top: 5px;
  margin-top: auto;
}
.products-block .product .p-bottom > div .prices .price-final {
  order: -1;
  line-height: 1.1;
  color: #0f0f0f;
  font-size: 18px;
  display: flex;
  align-items: center;
}
.products-block .product .p-bottom > div .prices .price-final strong {
  font-weight: 600;
}
.products-block .product .p-bottom > div .prices .price-final .price-standard {
  display: inline-block;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 1.1;
  color: #8d8d8d;
  order: 1;
  margin-left: 5px;
  margin-bottom: -1px;
}
.products-block .product .p-bottom > div .prices .price-final .price-standard + strong,
.products-block .product .p-bottom > div .prices .price-final .price-standard + strong + .pr-list-unit {
  color: #ec3f3f;
}
.products-block .product .p-bottom > div .prices .price-final .pr-list-unit {
  margin-left: 4px;
  margin-bottom: -1px;
  font-size: 14px;
}
.products-block .product .p-bottom > div .prices .price-additional {
  margin-top: 1px;
  color: #B2B2B2;
  line-height: 1.1;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}
.products-block .product .p-bottom > div .prices .availability {
  text-align: center;
  color: #8d8d8d;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1;
  margin-top: 1px;
}
.products-block .product .p-bottom > div .prices .availability span[style="color:#009901"] {
  color: #31B61B !important;
}
.products-block .product .p-bottom > div .prices .availability span {
  color: #ffb21c;
}
.products-block .product .p-bottom > div .prices .availability .availability-amount {
  font-size: 14px;
  color: #0f0f0f;
}
.products-block .product .p-bottom > div .p-tools {
  margin-top: 10px;
}
.products-block .product .p-bottom > div .p-tools .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 155px;
  text-align: center;
}
.products-block .product .p-bottom > div .p-tools .btn span {
  font-family: "Poppins", sans-serif;
}
.products-block .product .p-bottom > div .p-tools .btn:hover {
  background-color: var(--color-primary-hover);
}
.products-block .product .p-bottom > div .p-tools .btn.add-to-cart-button {
  background-color: var(--color-secondary);
}
.products-block .product .p-bottom > div .p-tools .btn.add-to-cart-button::before {
  color: #fff;
  font-weight: 400;
  margin-top: -2px;
  margin-right: 5px;
  content: "\f105";
  font-family: "alfa";
  font-size: 17px;
  color: #fff;
}
.products-block .product .p-bottom > div .p-tools .btn.add-to-cart-button:hover {
  background-color: var(--color-secondary-hover);
}

.slick-slider.products-block .product {
  box-shadow: 0 4px 7.5px rgba(0, 0, 0, 0.06);
}

.product .widget-parameter-wrapper {
  padding: 10px;
  padding-top: 6px;
  padding-bottom: 15px;
  margin-top: -8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 479px) {
  .product .widget-parameter-wrapper {
    margin-top: -6px;
    padding-bottom: 12px;
  }
}
.product .widget-parameter-wrapper .widget-parameter-more {
  padding: 5px 0 5px 8px;
  border-radius: 0;
  text-decoration: none;
  font-size: 15px;
  color: #8d8d8d;
  background-color: transparent;
  display: block;
  margin-left: auto;
  flex: 1;
  text-align: right;
}
.product .widget-parameter-wrapper .widget-parameter-list {
  display: flex;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.product .widget-parameter-wrapper .widget-parameter-list li {
  padding: 0;
  margin: 0;
}
.product .widget-parameter-wrapper .widget-parameter-list li a {
  padding: 5px 10px;
  border-radius: 150px;
  text-decoration: none;
  font-size: 15px;
  color: #0f0f0f;
  background-color: #f3f5f8;
  margin-right: 4px;
  display: block;
}
.product .widget-parameter-wrapper .widget-parameter-list li a:hover {
  background-color: var(--color-primary-hover);
  color: #fff;
}
.product .widget-parameter-wrapper .widget-parameter-list li::before {
  content: none;
}

.columns-1 .products-inline:not(.products-top),
.columns-1 .products-additional,
.columns-1 .products-relatable {
  width: 100%;
}
.columns-1 .products-inline:not(.products-top) .product,
.columns-1 .products-additional .product,
.columns-1 .products-relatable .product {
  width: 100%;
  margin: 0;
  position: relative;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  margin-bottom: 10px;
}
.columns-1 .products-inline:not(.products-top) .product:last-of-type,
.columns-1 .products-additional .product:last-of-type,
.columns-1 .products-relatable .product:last-of-type {
  margin-top: 0;
}
.columns-1 .products-inline:not(.products-top) .product .widget-parameter-wrapper,
.columns-1 .products-additional .product .widget-parameter-wrapper,
.columns-1 .products-relatable .product .widget-parameter-wrapper {
  position: relative;
  z-index: 2;
  padding: 0;
  padding-top: 5px;
  margin-top: 0;
  display: none;
}
.columns-1 .products-inline:not(.products-top) .product .p,
.columns-1 .products-additional .product .p,
.columns-1 .products-relatable .product .p {
  display: flex;
  flex-direction: row;
}
.columns-1 .products-inline:not(.products-top) .product .p .image,
.columns-1 .products-additional .product .p .image,
.columns-1 .products-relatable .product .p .image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  width: 150px;
  min-width: 150px;
  transition: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .image .extra-flags,
.columns-1 .products-additional .product .p .image .extra-flags,
.columns-1 .products-relatable .product .p .image .extra-flags {
  display: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .image:hover + .p-in .name,
.columns-1 .products-additional .product .p .image:hover + .p-in .name,
.columns-1 .products-relatable .product .p .image:hover + .p-in .name {
  text-decoration: underline;
}
.columns-1 .products-inline:not(.products-top) .product .p .image img,
.columns-1 .products-additional .product .p .image img,
.columns-1 .products-relatable .product .p .image img {
  width: auto;
  border-radius: 10px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in,
.columns-1 .products-additional .product .p .p-in,
.columns-1 .products-relatable .product .p .p-in {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex: 1;
  padding: 15px 15px 15px 0;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in,
.columns-1 .products-additional .product .p .p-in .p-in-in,
.columns-1 .products-relatable .product .p .p-in .p-in-in {
  flex: 1;
  height: 100%;
  padding-right: 20px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .flags-inline,
.columns-1 .products-additional .product .p .p-in .p-in-in .flags-inline,
.columns-1 .products-relatable .product .p .p-in .p-in-in .flags-inline {
  margin-bottom: 1px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .flags-inline .flag,
.columns-1 .products-additional .product .p .p-in .p-in-in .flags-inline .flag,
.columns-1 .products-relatable .product .p .p-in .p-in-in .flags-inline .flag {
  margin-bottom: 4px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .p-desc,
.columns-1 .products-additional .product .p .p-in .p-in-in .p-desc,
.columns-1 .products-relatable .product .p .p-in .p-in-in .p-desc {
  margin-top: 5px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 14px;
  color: #8d8d8d;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .name,
.columns-1 .products-additional .product .p .p-in .p-in-in .name,
.columns-1 .products-relatable .product .p .p-in .p-in-in .name {
  text-decoration: none;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 400;
  font-size: 18px;
  margin-bottom: 2px;
  display: block;
}
@media (max-width: 767px) {
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .name,
  .columns-1 .products-additional .product .p .p-in .p-in-in .name,
  .columns-1 .products-relatable .product .p .p-in .p-in-in .name {
    font-size: 17px;
  }
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .name::after,
.columns-1 .products-additional .product .p .p-in .p-in-in .name::after,
.columns-1 .products-relatable .product .p .p-in .p-in-in .name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .name:hover,
.columns-1 .products-additional .product .p .p-in .p-in-in .name:hover,
.columns-1 .products-relatable .product .p .p-in .p-in-in .name:hover {
  text-decoration: underline;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .stars-wrapper,
.columns-1 .products-additional .product .p .p-in .p-in-in .stars-wrapper,
.columns-1 .products-relatable .product .p .p-in .p-in-in .stars-wrapper {
  margin-bottom: 4px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .availability,
.columns-1 .products-additional .product .p .p-in .p-in-in .availability,
.columns-1 .products-relatable .product .p .p-in .p-in-in .availability {
  color: #8d8d8d;
  font-size: 14px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .flag-freeshipping,
.columns-1 .products-additional .product .p .p-in .p-in-in .flag-freeshipping,
.columns-1 .products-relatable .product .p .p-in .p-in-in .flag-freeshipping {
  color: #009fff;
  background-color: #e2f4ff;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in .p-code,
.columns-1 .products-additional .product .p .p-in .p-in-in .p-code,
.columns-1 .products-relatable .product .p .p-in .p-in-in .p-code {
  font-size: 14px;
  margin-top: 5px;
  display: inline-block;
  line-height: 1.1;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 7px;
  border-radius: 4px;
  background-color: #f5f5f5;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom,
.columns-1 .products-additional .product .p .p-in .p-bottom,
.columns-1 .products-relatable .product .p .p-in .p-bottom {
  position: relative;
  z-index: 1;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div,
.columns-1 .products-additional .product .p .p-in .p-bottom > div,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .secondary-to-cart-btn,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .secondary-to-cart-btn,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .secondary-to-cart-btn {
  display: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices {
  padding-right: 15px;
  text-align: right;
  flex: 1 1 200px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-additional,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-additional,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-additional {
  margin-top: 1px;
  color: #B2B2B2;
  line-height: 1.1;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-standard-wrapper,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-standard-wrapper,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-standard-wrapper {
  display: inline-block;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-standard-wrapper.price-standard-wrapper-placeholder,
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard-label,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-standard-wrapper.price-standard-wrapper-placeholder,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard-label,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-standard-wrapper.price-standard-wrapper-placeholder,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard-label {
  display: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-standard-wrapper .price-standard {
  text-decoration: line-through;
  color: #8d8d8d;
  font-size: 14px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-save,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-save,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-save {
  color: var(--color-secondary);
  display: inline-block;
  font-size: 14px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices .price-save + .price-final,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .prices .price-save + .price-final,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .prices .price-save + .price-final {
  margin-top: 3px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools {
  flex: 1 0 130px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity input,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity input,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity input {
  height: 45px;
  width: 80px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border-right: 0;
  padding: 9px 32.5px 9px 10px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .increase,
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .increase,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .increase,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease {
  width: 22.5px;
  height: 22.5px;
  right: 0;
  left: auto;
  border-radius: 0;
  transform: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover,
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover {
  background-color: #e9ebec;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::after, .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::before,
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::after,
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::before,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::after,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::before,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::after,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::before,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::after,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .increase:hover::before,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::after,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease:hover::before {
  background-color: #0f0f0f;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .increase,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .increase,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .increase {
  top: 0;
  bottom: auto;
  border-left: 1px solid #e9ebec;
  border-bottom: 1px solid #e9ebec;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools form .quantity .decrease {
  top: auto;
  bottom: 0;
  border-left: 1px solid #e9ebec;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools .btn,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools .btn,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools .btn {
  height: 45px;
  border-radius: 5px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  padding: 10px 15px;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart .to-cart-text,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart .to-cart-text,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart .to-cart-text {
  display: none;
}
.columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart::before,
.columns-1 .products-additional .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart::before,
.columns-1 .products-relatable .product .p .p-in .p-bottom > div .p-tools .btn.btn-cart::before {
  color: #fff;
  font-weight: 400;
  content: "\f105";
  font-family: "alfa";
  font-size: 20px;
  color: #fff;
}
@media (max-width: 1099px) {
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p {
    flex-direction: column;
    align-items: stretch;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .image,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .image,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .image {
    width: 100%;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in {
    padding: 15px;
  }
}
@media (max-width: 1099px) and (min-width: 480px) {
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in {
    align-items: stretch;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-bottom,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-bottom,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 1099px) and (max-width: 479px) {
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in {
    flex-direction: column;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-in-in,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-in-in,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-in-in {
    padding-right: 0;
    width: 100%;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-bottom,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-bottom,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-bottom {
    width: 100%;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-bottom > div,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-bottom > div,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-bottom > div {
    flex-direction: row-reverse;
    margin-top: 10px;
    align-items: flex-end;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices {
    padding-right: 0;
    flex: 1;
    padding-left: 10px;
  }
  .columns-1.filters-visible .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools,
  .columns-1 .sidebar + #content .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools,
  .columns-1 .sidebar + .category-content-wrapper .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools {
    justify-content: flex-start;
    flex: initial;
  }
}
@media (max-width: 550px) {
  .columns-1 .products-inline:not(.products-top) .product .p {
    flex-direction: column;
    align-items: stretch;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .image {
    width: 100%;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in {
    padding: 15px;
  }
}
@media (max-width: 550px) and (min-width: 480px) {
  .columns-1 .products-inline:not(.products-top) .product .p .p-in {
    align-items: stretch;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom {
    display: flex;
    align-items: flex-end;
  }
}
@media (max-width: 550px) and (max-width: 479px) {
  .columns-1 .products-inline:not(.products-top) .product .p .p-in {
    flex-direction: column;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-in-in {
    padding-right: 0;
    width: 100%;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom {
    width: 100%;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div {
    flex-direction: row-reverse;
    margin-top: 10px;
    align-items: flex-end;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .prices {
    padding-right: 0;
    flex: 1;
    padding-left: 10px;
  }
  .columns-1 .products-inline:not(.products-top) .product .p .p-in .p-bottom > div .p-tools {
    justify-content: flex-start;
    flex: initial;
  }
}

.flags-default .flag,
.flags-inline .flag {
  line-height: 1.1;
  font-size: 13px;
  font-weight: 400;
  padding: 3px 7px;
  border-radius: 4px;
  display: inline-block;
  background-color: #0f0f0f;
  color: #fff;
}
.flags-default .flag.flag-action,
.flags-inline .flag.flag-action {
  background-color: #E94B4B;
}
.flags-default .flag.flag-tip,
.flags-inline .flag.flag-tip {
  background-color: #7dca90;
}
.flags-default .flag.flag-new,
.flags-inline .flag.flag-new {
  background-color: #4BB4E9;
}

.row.banners-content.body-banners {
  margin: 70px -7.5px;
  width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 991px) {
  .row.banners-content.body-banners {
    margin-top: 42.5px;
  }
}
@media (min-width: 768px) {
  .row.banners-content.body-banners {
    margin-bottom: -7.5px;
  }
}
@media (max-width: 767px) {
  .row.banners-content.body-banners {
    margin: 40px -6px;
    width: calc(100% + 12px);
  }
  .row.banners-content.body-banners > div:first-of-type {
    margin-top: 0;
  }
  .row.banners-content.body-banners > div:last-of-type {
    margin-bottom: 0;
  }
}
.row.banners-content.body-banners .col-sm-4,
.row.banners-content.body-banners .col-sm-8 {
  margin: 0 7.5px;
  width: calc(50% - 15px);
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4,
  .row.banners-content.body-banners .col-sm-8 {
    margin: 6px;
    width: calc(100% - 12px);
  }
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4 + .col-sm-12 {
    margin: 6px;
    width: calc(100% - 12px);
  }
}
.row.banners-content.body-banners .col-sm-12 {
  margin: 0 7.5px;
  width: calc(100% - 15px);
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-12 {
    margin: 0 6px;
    width: calc(100% - 12px);
  }
}
@media (min-width: 1200px) {
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts {
    margin: 30px;
    max-width: clamp(200px, 85% - 60px, 600px);
  }
}
@media (min-width: 768px) {
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts.has-background {
    margin: 20px;
    max-width: calc(70% - 24px);
  }
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts.has-background .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 36px);
    font-size: clamp(32px, 4cqw, 36px);
  }
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: clamp(18px, 1.5vw, 22px);
    font-size: clamp(18px, 2.5cqw, 22px);
  }
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 48px);
    font-size: clamp(32px, 4cqw, 48px);
  }
  .row.banners-content.body-banners .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-link {
    font-size: 18px;
  }
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper,
.row.banners-content.body-banners .banner-wrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > a,
.row.banners-content.body-banners .banner-wrapper > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > a[href="/"],
.row.banners-content.body-banners .banner-wrapper > a[href="/"] {
  pointer-events: none;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > a[href="/"] .extended-banner-texts .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper > a[href="/"] .extended-banner-texts .extended-banner-link {
  pointer-events: none;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > a:hover img,
.row.banners-content.body-banners .banner-wrapper > a:hover img {
  transform: scale(1.03);
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  margin: 12px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: clamp(200px, 85% - 24px, 470px);
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts,
  .row.banners-content.body-banners .banner-wrapper .extended-banner-texts {
    justify-content: flex-end;
    max-width: calc(100% - 24px);
    padding: 8px;
  }
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts:not(.is-black):not(.is-white):not(.has-background),
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts:not(.is-black):not(.is-white):not(.has-background) {
  display: none;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.has-background,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.has-background {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  max-width: calc(85% - 24px);
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.has-background,
  .row.banners-content.body-banners .banner-wrapper .extended-banner-texts.has-background {
    max-width: calc(100% - 24px);
    padding: 15px;
  }
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link {
  margin-top: 12px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link {
  margin-top: 12px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-black .extended-banner-title,
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-black .extended-banner-text,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-title,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-text {
  color: #0f0f0f;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-black .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-black .extended-banner-link {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-white .extended-banner-title,
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-white .extended-banner-text,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-title,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-text {
  color: #fff;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts.is-white .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts.is-white .extended-banner-link {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-title,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
  color: #0f0f0f;
  font-size: clamp(18px, 1vw, 22px);
  font-size: clamp(18px, 1cqw, 22px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  overflow-wrap: break-word;
  word-break: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-title,
  .row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-text,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-title + .extended-banner-link {
  margin-top: 15px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-text,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
  color: #0f0f0f;
  font-size: clamp(26px, 1.4vw, 28px);
  font-size: clamp(26px, 1.6cqw, 28px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 767px) {
  .row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-text,
  .row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text {
    font-size: clamp(26px, 5.85vw, 28px);
    font-size: clamp(26px, 6cqw, 28px);
  }
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-text + .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-text + .extended-banner-link {
  margin-top: 15px;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-link,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link {
  background-color: #0f0f0f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 150px;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-link::after,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-link:hover,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover {
  color: #fff;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper .extended-banner-texts .extended-banner-link:hover::after,
.row.banners-content.body-banners .banner-wrapper .extended-banner-texts .extended-banner-link:hover::after {
  width: 100%;
}
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > img,
.row.banners-content.body-banners .col-sm-4 + .col-sm-12 .banner-wrapper > a > img,
.row.banners-content.body-banners .banner-wrapper > img,
.row.banners-content.body-banners .banner-wrapper > a > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.homepage-box.welcome-wrapper {
  margin: 70px 0;
}
@media (min-width: 768px) {
  .homepage-box.welcome-wrapper {
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .homepage-box.welcome-wrapper {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .homepage-box.welcome-wrapper {
    margin: 40px 0;
  }
}
.homepage-box.welcome-wrapper .welcome-wrapper {
  border: 2px solid transparent;
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
}
.homepage-box.welcome-wrapper .welcome-wrapper .welcome > h1,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome .h1 {
  margin-bottom: 0;
  font-size: 32px;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}
@media (max-width: 767px) {
  .homepage-box.welcome-wrapper .welcome-wrapper .welcome > h1,
  .homepage-box.welcome-wrapper .welcome-wrapper .welcome .h1 {
    font-size: 26px;
  }
}
.homepage-box.welcome-wrapper .welcome-wrapper .welcome > h1 + div,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome .h1 + div {
  margin-top: 10px;
}
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h1,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h2,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h3,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h4,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h5,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome h6 {
  margin-top: 20px;
}
.homepage-box.welcome-wrapper .welcome-wrapper .welcome ul,
.homepage-box.welcome-wrapper .welcome-wrapper .welcome ol {
  margin-top: 15px;
  margin-bottom: 15px;
}
.homepage-box.welcome-wrapper .welcome-wrapper div {
  line-height: 1.6;
  font-size: 16px;
  color: #8d8d8d;
}
.homepage-box.welcome-wrapper .welcome-wrapper li {
  text-align: left;
}

body .latest-contribution-wrapper {
  margin-top: 60px;
}
@media (max-width: 991px) {
  body .latest-contribution-wrapper {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  body .latest-contribution-wrapper {
    margin-top: 30px;
  }
}

.latest-contribution-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: -10px;
  width: calc(100% + 20px);
}
.latest-contribution-wrapper .latest-contribution {
  width: calc(50% - 20px);
  margin: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 20px;
}
.latest-contribution-wrapper .latest-contribution h2 {
  text-align: center;
  font-size: 28px;
  margin-bottom: 10px;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner {
  display: flex;
  align-items: flex-start;
  border: 2px solid #f8f8f8;
  border-radius: 10px;
  padding: 10px;
  text-decoration: none;
  margin-bottom: 5px;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner:last-of-type {
  margin-bottom: 0;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner h4 {
  font-size: 18px;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info .hidden-xs {
  display: none;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info i {
  margin: 0 4px;
  color: #8d8d8d;
  font-size: 14px;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info .stars {
  width: 100%;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info .latest-contribution-author,
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info .latest-contribution-date,
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-info .latest-contribution-title {
  color: #8d8d8d;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-description {
  margin-top: 1px;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1.3;
  font-size: 15px;
}
@media (max-width: 479px) {
  .latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-description {
    font-size: 14px;
  }
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-product {
  margin-bottom: 1px;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  color: #0f0f0f;
}
@media (max-width: 479px) {
  .latest-contribution-wrapper .latest-contribution .latest-contribution-inner .latest-contribution-product {
    font-size: 16px;
  }
}
.latest-contribution-wrapper .latest-contribution .latest-contribution-inner:hover .latest-contribution-product {
  text-decoration: underline;
}
.latest-contribution-wrapper .latest-contribution.latest-contribution-discussion .latest-contribution-inner .latest-contribution-image {
  margin-top: 0;
}
.latest-contribution-wrapper .latest-contribution.latest-contribution-discussion .latest-contribution-inner .latest-contribution-info .latest-contribution-info {
  margin-bottom: 1px;
}
.latest-contribution-wrapper .latest-contribution.latest-contribution-discussion .latest-contribution-inner .latest-contribution-description {
  margin-top: 2px;
}
.latest-contribution-wrapper .latest-contribution:only-child {
  width: calc(100% - 20px);
}
@media (min-width: 1199px) {
  .latest-contribution-wrapper .latest-contribution:only-child {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    padding: 20px 15px 15px 15px;
  }
  .latest-contribution-wrapper .latest-contribution:only-child h2 {
    width: 100%;
    margin-bottom: 5px;
  }
  .latest-contribution-wrapper .latest-contribution:only-child .latest-contribution-inner {
    width: calc(50% - 10px);
    margin: 5px;
  }
}
@media (max-width: 991px) {
  .latest-contribution-wrapper .latest-contribution {
    width: calc(100% - 20px);
  }
}

.footer-banners {
  margin: 70px -7.5px;
  width: calc(100% + 15px);
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
}
@media (max-width: 991px) {
  .footer-banners {
    margin-top: 42.5px;
  }
}
@media (min-width: 768px) {
  .footer-banners {
    margin-bottom: -7.5px;
  }
}
@media (max-width: 767px) {
  .footer-banners {
    margin: 40px -6px 0 -6px;
    width: calc(100% + 12px);
  }
}
.footer-banners .footer-banner {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 7.5px;
  width: calc(50% - 15px);
}
@media (min-width: 768px) {
  .footer-banners .footer-banner:nth-child(-n+2) {
    margin-top: 0;
  }
  .footer-banners .footer-banner:nth-child(odd):nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) {
    margin-bottom: 0;
    width: calc(100% - 15px);
  }
}
@media (min-width: 768px) and (min-width: 1200px) {
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts {
    margin: 30px;
    max-width: clamp(200px, 85% - 60px, 600px);
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts.has-background {
    margin: 20px;
    max-width: calc(85% - 40px);
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts.has-background {
    max-width: calc(70% - 24px);
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts.has-background .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 36px);
    font-size: clamp(32px, 4cqw, 36px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts .extended-banner-title {
    font-size: clamp(18px, 1.5vw, 22px);
    font-size: clamp(18px, 2.5cqw, 22px);
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 48px);
    font-size: clamp(32px, 4cqw, 48px);
  }
  .footer-banners .footer-banner:last-child:nth-child(odd) .extended-banner-texts .extended-banner-link {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  .footer-banners .footer-banner:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .footer-banners .footer-banner {
    margin: 6px;
    width: calc(100% - 12px);
  }
  .footer-banners .footer-banner:first-of-type {
    margin-top: 0;
  }
  .footer-banners .footer-banner:last-of-type {
    margin-bottom: 0;
  }
}
.footer-banners .footer-banner > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.footer-banners .footer-banner > a[href="/"] {
  pointer-events: none;
}
.footer-banners .footer-banner > a[href="/"] .extended-banner-texts .extended-banner-link {
  pointer-events: none;
}
.footer-banners .footer-banner > a:hover img {
  transform: scale(1.03);
}
.footer-banners .footer-banner .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  margin: 12px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: clamp(200px, 85% - 24px, 470px);
}
@media (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts {
    justify-content: flex-end;
    max-width: calc(100% - 24px);
    padding: 8px;
  }
}
.footer-banners .footer-banner .extended-banner-texts:not(.is-black):not(.is-white):not(.has-background) {
  display: none;
}
.footer-banners .footer-banner .extended-banner-texts.has-background {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  max-width: calc(85% - 24px);
}
@media (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts.has-background {
    max-width: calc(100% - 24px);
    padding: 15px;
  }
}
.footer-banners .footer-banner .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.footer-banners .footer-banner .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link {
  margin-top: 12px;
}
.footer-banners .footer-banner .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link {
  margin-top: 12px;
}
.footer-banners .footer-banner .extended-banner-texts.is-black .extended-banner-title,
.footer-banners .footer-banner .extended-banner-texts.is-black .extended-banner-text {
  color: #0f0f0f;
}
.footer-banners .footer-banner .extended-banner-texts.is-black .extended-banner-link {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.footer-banners .footer-banner .extended-banner-texts.is-white .extended-banner-title,
.footer-banners .footer-banner .extended-banner-texts.is-white .extended-banner-text {
  color: #fff;
}
.footer-banners .footer-banner .extended-banner-texts.is-white .extended-banner-link {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
  color: #0f0f0f;
  font-size: clamp(18px, 1vw, 22px);
  font-size: clamp(18px, 1cqw, 22px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  overflow-wrap: break-word;
  word-break: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-title + .extended-banner-link {
  margin-top: 15px;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
  color: #0f0f0f;
  font-size: clamp(26px, 1.4vw, 28px);
  font-size: clamp(26px, 1.6cqw, 28px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 767px) {
  .footer-banners .footer-banner .extended-banner-texts .extended-banner-text {
    font-size: clamp(26px, 5.85vw, 28px);
    font-size: clamp(26px, 6cqw, 28px);
  }
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-text + .extended-banner-link {
  margin-top: 15px;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link {
  background-color: #0f0f0f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 150px;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover {
  color: #fff;
}
.footer-banners .footer-banner .extended-banner-texts .extended-banner-link:hover::after {
  width: 100%;
}
.footer-banners .footer-banner > img,
.footer-banners .footer-banner > a > img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}

.category-title {
  margin: 0 0 20px 0;
  font-size: 38px;
  font-weight: 700;
  color: #0f0f0f;
}
@media (max-width: 991px) {
  .category-title {
    margin-top: 10px;
    font-size: 32px;
    margin-bottom: 15px;
  }
}
.category-title .pagination-appendix {
  font-size: 28px;
  color: #8d8d8d;
}

.category-perex,
.category__secondDescription {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #0f0f0f;
}

.category-perex {
  margin-top: -10px;
}

.category__secondDescription {
  margin-top: 15px;
  margin-bottom: 30px;
}

.breadcrumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 991px) {
  .breadcrumbs {
    display: none;
  }
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first {
  display: flex;
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first a {
  display: inline-block;
  width: auto;
  height: 22px;
  padding-left: 0;
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first a span {
  display: none;
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first a:hover::after {
  color: var(--color-primary-hover);
}
.breadcrumbs.navigation-home-icon-wrapper #navigation-first a::after {
  content: "\f102";
  margin-left: 2px;
  font-size: 15px;
  font-family: "alfa";
  color: #8d8d8d;
  transition: color 0.3s ease-in-out;
}
.breadcrumbs span {
  color: #8d8d8d;
}
.breadcrumbs > span {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}
.breadcrumbs > span > span:not(.navigation-bullet) {
  padding: 3px 5px;
}
.breadcrumbs a {
  text-decoration: none;
  padding: 3px 5px;
  transition-duration: 0.3s;
}
.breadcrumbs a span {
  color: #8d8d8d;
  transition-duration: 0.3s;
}
.breadcrumbs a:hover span {
  color: var(--color-primary-hover);
  text-decoration: underline;
}
.breadcrumbs .navigation-bullet {
  font-size: 0;
  line-height: 0;
}
.breadcrumbs .navigation-bullet::before {
  content: "\f101";
  width: 10px;
  height: 10px;
  margin: 0 2px;
  display: flex;
  font-size: 10px;
  font-family: "alfa";
  color: #C1C6D0;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .sidebar + #content .subcategories li {
    width: calc(20% - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar + #content .subcategories li {
    width: calc(25% - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar + #content .subcategories li {
    width: calc(33.3333333333% - 15px);
  }
}
.subcategories {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  width: calc(100% + 15px);
  margin-bottom: 12.5px;
}
@media (max-width: 767px) {
  .subcategories {
    margin: -6px;
    width: calc(100% + 12px);
    margin-bottom: 14px;
  }
}
.subcategories:not(.with-image) li a {
  min-height: 60px;
  justify-content: center;
}
.subcategories:not(.with-image) li a .text {
  margin-top: 0;
  font-size: 17px;
}
.subcategories li {
  padding-left: 0;
}
.subcategories li::before {
  content: none;
}
.subcategories li {
  margin: 7.5px;
}
.subcategories li:last-of-type {
  margin-bottom: 7.5px;
}
@media (max-width: 1599px) {
  .subcategories li {
    width: calc(16.6666666667% - 15px);
  }
}
@media (max-width: 1439px) {
  .subcategories li {
    width: calc(20% - 15px);
  }
}
@media (max-width: 1199px) {
  .subcategories li {
    width: calc(25% - 15px);
  }
}
@media (max-width: 991px) {
  .subcategories li {
    width: calc(33.3333333333% - 15px);
  }
}
@media (max-width: 767px) {
  .subcategories li {
    width: calc(50% - 12px);
    margin: 6px;
  }
}
@media (min-width: 1600px) {
  .subcategories li {
    width: calc(14.2857142857% - 15px);
  }
}
.subcategories li a {
  display: flex;
  align-items: center;
  padding: 10px;
  height: 100%;
  flex-direction: column;
  text-decoration: none;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 2px solid transparent;
  transition-duration: 0.3s;
}
.subcategories li a .image {
  display: flex;
}
.subcategories li a .image img {
  border-radius: 10px;
  width: 120px;
  height: auto;
  aspect-ratio: 7/5;
  object-fit: contain;
}
.subcategories li a .text {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #82848f;
  transition-duration: 0.3s;
}
.subcategories li a:hover {
  border-color: var(--color-primary);
}
.subcategories li a:hover .text {
  color: var(--color-primary);
}

@media (min-width: 992px) {
  .sidebar + #content .category-top .products-top .product {
    width: calc(33.3333333333% - 15px);
  }
  .sidebar + #content .category-top .products-top .product:nth-child(n+4) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar + #content .category-top .products-top .product {
    width: calc(50% - 15px);
  }
  .sidebar + #content .category-top .products-top .product:nth-child(n+3) {
    display: none;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar + #content .category-top .products-top .product {
    width: calc(100% - 15px);
  }
  .sidebar + #content .category-top .products-top .product:nth-child(n+3) {
    display: none;
  }
}
.category-top .products-top-wrapper h2 {
  margin: 30px 0 10px 0;
  font-size: 24px;
}
.category-top .products-top-wrapper .products-top {
  display: flex;
  flex-wrap: wrap;
  margin: -7.5px;
  width: calc(100% + 15px);
}
.category-top .products-top-wrapper .products-top .product {
  margin: 7.5px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  transition-duration: 0.3s;
  width: calc(25% - 15px);
}
.category-top .products-top-wrapper .products-top .product:nth-child(n+5) {
  display: none;
}
@media (max-width: 1439px) {
  .category-top .products-top-wrapper .products-top .product {
    width: calc(33.3333333333% - 15px);
  }
  .category-top .products-top-wrapper .products-top .product:nth-child(n+4) {
    display: none;
  }
}
@media (max-width: 1099px) {
  .category-top .products-top-wrapper .products-top .product {
    width: calc(50% - 15px);
  }
  .category-top .products-top-wrapper .products-top .product:nth-child(n+3) {
    display: none;
  }
}
@media (max-width: 767px) {
  .category-top .products-top-wrapper .products-top .product {
    width: calc(100% - 15px);
  }
}
.category-top .products-top-wrapper .products-top .product .p {
  display: flex;
  height: 100%;
  position: relative;
}
.category-top .products-top-wrapper .products-top .product .p a.image {
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 120px;
  position: relative;
  text-decoration: none;
}
.category-top .products-top-wrapper .products-top .product .p a.image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.category-top .products-top-wrapper .products-top .product .p a.image .extra-flags .flags-extra {
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.category-top .products-top-wrapper .products-top .product .p a.image .extra-flags .flags-extra .flag-discount {
  padding: 3px 5px;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  background-color: #fcf3f4;
  color: #ff2020;
}
.category-top .products-top-wrapper .products-top .product .p a.image .extra-flags .flags-extra .flag-discount .price-standard {
  display: none;
}
.category-top .products-top-wrapper .products-top .product .p a.image .extra-flags .flags-extra .flag-discount .price-save {
  white-space: nowrap;
}
.category-top .products-top-wrapper .products-top .product .p .p-in {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .p-code {
  display: none;
}
.category-top .products-top-wrapper .products-top .product .p .p-in a.name {
  padding: 10px 10px 0 0;
  margin-bottom: 5px;
  display: block;
  color: #0f0f0f;
  text-decoration: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
}
.category-top .products-top-wrapper .products-top .product .p .p-in a.name:hover {
  text-decoration: underline;
}
.category-top .products-top-wrapper .products-top .product .p .p-in a.name::after {
  content: "";
  top: 0;
  left: 0;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  z-index: 1;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .p-bottom {
  margin-left: auto;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices {
  margin: 10px 10px 10px 0;
  text-align: right;
  color: #0f0f0f;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-additional {
  margin-top: 1px;
  color: #B2B2B2;
  line-height: 1.1;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 4px;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices b {
  font-weight: 600;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-standard-wrapper {
  text-align: right;
  text-decoration: line-through;
  font-size: 14px;
  line-height: 1.1;
  color: #8d8d8d;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-standard-wrapper.price-standard-wrapper-placeholder {
  display: none;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-standard-wrapper .price-standard-label {
  display: none;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-save {
  display: none;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .prices .price-save + .price-final {
  color: #ec3f3f;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .availability {
  font-size: 14px;
  padding-right: 10px;
  color: #8d8d8d;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .availability span[style="color:#009901"] {
  color: #31B61B !important;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .availability span {
  color: #ffb21c;
}
.category-top .products-top-wrapper .products-top .product .p .p-in .availability .availability-amount {
  display: none;
}
.category-top .products-top-wrapper .button-wrapper {
  display: flex;
  display: none;
  width: calc(100% - 20px);
  margin: auto;
  justify-content: center;
}
.category-top .products-top-wrapper .button-wrapper .toggle-top-products {
  background-color: #d9dde7;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 150px;
  color: #0f0f0f;
  font-weight: 700;
  line-height: 1.2;
  font-size: 14px;
  padding: 13.5px 20px;
  text-align: center;
  transition-duration: 0.3s;
  margin-top: 10px;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.category-top .products-top-wrapper .button-wrapper .toggle-top-products::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.category-top .products-top-wrapper .button-wrapper .toggle-top-products:hover {
  color: #fff;
  background-color: var(--color-primary);
  transition: color 0.3s ease, background-color 0.3s ease 0.3s;
}
.category-top .products-top-wrapper .button-wrapper .toggle-top-products:hover::after {
  width: 100%;
}

@media (min-width: 768px) {
  .scrolled-custom.scrolled-down body:not(.header-hover) #category-header {
    top: 88px;
  }
}
#category-header {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  background-color: #f3f5f8;
  position: sticky;
  top: 124px;
  width: calc(100% + 30px);
  min-width: calc(100% + 30px);
  margin-left: -15px;
  z-index: 5;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 10px 15px 10px 15px;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
@media (max-width: 767px) {
  #category-header {
    top: 60px;
    margin-left: -12px;
    width: calc(100% + 24px);
    min-width: calc(100% + 24px);
  }
}
@media (max-width: 380px) {
  #category-header {
    flex-direction: column-reverse;
    align-items: stretch;
    position: initial;
  }
}
#category-header > div:not(.filters-unveil-button-wrapper) {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-size: 14px;
  color: #0f0f0f;
}
#category-header > div:not(.filters-unveil-button-wrapper).listItemsTotal {
  margin-right: auto;
}
@media (max-width: 767px) {
  #category-header > div:not(.filters-unveil-button-wrapper).listItemsTotal {
    display: none;
  }
}
#category-header > div:not(.filters-unveil-button-wrapper) strong {
  margin-right: 3px;
}
#category-header .filters-unveil-button-wrapper {
  margin-right: 15px;
}
@media (max-width: 380px) {
  #category-header .filters-unveil-button-wrapper {
    margin-right: 0;
  }
}
#category-header .filters-unveil-button-wrapper a {
  display: flex;
  align-items: center;
  text-align: center;
  background-color: #f3f5f8;
  font-family: "Roboto", sans-serif;
  color: #0f0f0f;
  text-decoration: none;
  padding: 13.5px 20px;
  font-weight: 400;
  line-height: 1;
  font-size: 15px;
  border-radius: 23.5px;
  border: 1px solid rgb(220, 220, 220);
  transition: background-color 0.3s ease;
}
@media (max-width: 380px) {
  #category-header .filters-unveil-button-wrapper a {
    justify-content: center;
    margin-bottom: 10px;
  }
}
#category-header .filters-unveil-button-wrapper a:hover {
  background-color: #d9dde7;
  border-color: #d9dde7;
}
#category-header .filters-unveil-button-wrapper a::before {
  content: "\f109";
  display: inline-block;
  margin-right: 5px;
  font-size: 18px;
  font-family: "alfa";
  color: #0f0f0f;
  transition-duration: 0.3s;
}
#category-header .listSorting {
  display: flex;
  align-items: center;
}
#category-header .listSorting .sr-only {
  display: none;
}
#category-header .listSorting::before {
  content: "Sort by:";
  font-size: 15px;
  font-weight: 600;
  margin-right: 7px;
  display: block;
}
@media (max-width: 767px) {
  #category-header .listSorting::before {
    display: none;
  }
}
#category-header .listSorting__controls {
  display: flex;
  flex-direction: column;
  max-height: 47px;
  overflow: hidden;
  border-style: none;
}
@media (max-width: 380px) {
  #category-header .listSorting__controls {
    width: 100%;
  }
}
#category-header .listSorting__controls:hover {
  overflow: visible;
}
#category-header .listSorting__controls:hover li:last-of-type button {
  border-bottom: 1px solid rgb(220, 220, 220);
}
#category-header .listSorting__controls:hover button {
  border-radius: 0;
  border-bottom: 0;
}
#category-header .listSorting__controls:hover button.listSorting__control--current::after {
  transform: rotate(180deg);
}
#category-header .listSorting__controls:hover li:first-of-type button {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#category-header .listSorting__controls:hover li:last-of-type button {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#category-header .listSorting__controls li {
  margin: 0;
  padding-left: 0;
}
#category-header .listSorting__controls li::before {
  content: none;
}
#category-header .listSorting__controls button {
  text-align: center;
  width: 100%;
  cursor: pointer;
  background-color: #f3f5f8;
  padding: 15px 20px;
  font-weight: 400;
  line-height: 1;
  font-size: 15px;
  border: 1px solid rgb(220, 220, 220);
  transition: background-color 0.3s ease;
  border-radius: 23.5px;
}
#category-header .listSorting__controls button.listSorting__control--current::after {
  content: "\f113";
  display: inline-block;
  margin-left: 7px;
  font-family: "alfa";
  color: #0f0f0f;
  font-size: 11px;
  transition-duration: 0.3s;
}
#category-header .listSorting__controls button:hover {
  background-color: #d9dde7;
}

html[lang=cs] #category-header .listSorting::before {
  content: "Seřadit dle:";
}

html[lang=sk] #category-header .listSorting::before {
  content: "Zoradiť podľa:";
}

html[lang=pl] #category-header .listSorting::before {
  content: "Sortuj według:";
}

html[lang=de] #category-header .listSorting::before {
  content: "Sortieren nach:";
}

html[lang=en] #category-header .listSorting::before {
  content: "Sort by:";
}

html[lang=hu] #category-header .listSorting::before {
  content: "Rendezés:";
}

html[lang=ro] #category-header .listSorting::before {
  content: "Sortează după:";
}

html[lang=si] #category-header .listSorting::before {
  content: "Razvrsti po:";
}

html[lang=hr] #category-header .listSorting::before {
  content: "Sortiraj po:";
}

html[lang=bg] #category-header .listSorting::before {
  content: "Сортирай по:";
}

html[lang=el] #category-header .listSorting::before {
  content: "Ταξινόμηση κατά:";
}

html[lang=it] #category-header .listSorting::before {
  content: "Ordina per:";
}

html[lang=lt] #category-header .listSorting::before {
  content: "Rūšiuoti pagal:";
}

html[lang=vi] #category-header .listSorting::before {
  content: "Sắp xếp theo:";
}

@media (min-width: 768px) {
  .scrolled-custom.scrolled-down body:not(.header-hover).type-category #filters-wrapper {
    top: 155px;
  }
  .scrolled-custom.scrolled-down body:not(.header-hover).type-category #filters-wrapper #filters {
    max-height: calc(100vh - 155px - 20px);
  }
}
.type-category .category-content-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.type-category .category-content-wrapper > *:not(.products-block):not(.products-inline) {
  width: 100%;
}
.type-category .category-content-wrapper > *:not(.products-block):not(.products-inline).sr-only {
  display: none;
}
.type-category .sidebar + #content #filters-wrapper,
.type-category .sidebar + .category-content-wrapper #filters-wrapper {
  display: none !important;
}
.type-category.filters-visible .filters-wrapper {
  display: block;
}
.type-category.filters-visible .sidebar + #content .category-content-wrapper > *#products,
.type-category.filters-visible .sidebar + .category-content-wrapper > *#products {
  width: calc(100% + 15px);
}
.type-category.filters-visible .sidebar + #content .category-content-wrapper > *.category__secondDescription, .type-category.filters-visible .sidebar + #content .category-content-wrapper > *.pagination-wrapper, .type-category.filters-visible .sidebar + #content .category-content-wrapper > *.listingControls,
.type-category.filters-visible .sidebar + .category-content-wrapper > *.category__secondDescription,
.type-category.filters-visible .sidebar + .category-content-wrapper > *.pagination-wrapper,
.type-category.filters-visible .sidebar + .category-content-wrapper > *.listingControls {
  width: 100%;
}
@media (min-width: 768px) {
  .type-category.filters-visible.columns-4 .products-block .product {
    width: calc(25% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .type-category.filters-visible.columns-4 .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .type-category.filters-visible.columns-4 .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-category.filters-visible.columns-4 .products-block .product {
    width: calc(100% - 15px);
  }
}
@media (min-width: 768px) {
  .type-category.filters-visible.columns-3 .products-block .product {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 1439px) {
  .type-category.filters-visible.columns-3 .products-block .product {
    width: calc(50% - 15px);
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .type-category.filters-visible.columns-3 .products-block .product {
    width: calc(100% - 15px);
  }
}
.type-category.filters-visible .category-content-wrapper > *#filters-wrapper {
  display: block;
  flex: 1;
  margin-right: 15px;
}
@media (min-width: 768px) {
  .type-category.filters-visible .category-content-wrapper > *#products {
    width: calc(100% - 300px - 15px + 15px);
  }
  .type-category.filters-visible .category-content-wrapper > *.category__secondDescription, .type-category.filters-visible .category-content-wrapper > *.pagination-wrapper, .type-category.filters-visible .category-content-wrapper > *.listingControls {
    width: calc(100% - 300px - 15px);
    margin-left: auto;
  }
}
.type-category .sidebar .filters-unveil-button-wrapper .unveil-button {
  width: 100%;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.type-category .sidebar .filters-unveil-button-wrapper + #filters.visible {
  margin-top: 10px;
}
.type-category .sidebar .filters-wrapper {
  display: block;
  margin-bottom: 0;
}
.type-category .sidebar .filters-wrapper #filters {
  display: block;
  background-color: transparent;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  max-height: none;
  overflow: initial;
}
.type-category .sidebar .filters-wrapper #filters .filter-section input:checked + label,
.type-category .sidebar .filters-wrapper #filters .filter-section input:hover + label {
  background-color: #f3f5f8;
}
.type-category .sidebar .filters-wrapper #filters .slider-wrapper .slider-content #slider::before {
  background-color: #fff;
}
.type-category #filters-wrapper .filters-unveil-button-wrapper {
  display: none;
}
.type-category #filters-wrapper,
.type-category .filters-wrapper {
  display: none;
  position: sticky;
  top: 191px;
  transition: top 0.3s ease-out;
  margin-bottom: 20px;
}
.type-category #filters-wrapper .listSorting,
.type-category .filters-wrapper .listSorting {
  display: none;
}
.type-category #filters-wrapper #filters,
.type-category .filters-wrapper #filters {
  display: none;
  border-radius: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 15px;
  overflow-y: auto;
  max-height: calc(100vh - 191px - 20px);
  transition: max-height 0.3s;
}
.type-category #filters-wrapper #filters.visible,
.type-category .filters-wrapper #filters.visible {
  display: block;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper,
.type-category .filters-wrapper #filters .advanced-filters-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -1px;
  width: calc(100% + 2px);
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper > div,
.type-category .filters-wrapper #filters .advanced-filters-wrapper > div {
  width: calc(20% - 2px);
  margin: 1px;
}
@media (max-width: 767px) {
  .type-category #filters-wrapper #filters .advanced-filters-wrapper > div,
  .type-category .filters-wrapper #filters .advanced-filters-wrapper > div {
    width: calc(10% - 2px);
  }
}
@media (max-width: 600px) {
  .type-category #filters-wrapper #filters .advanced-filters-wrapper > div,
  .type-category .filters-wrapper #filters .advanced-filters-wrapper > div {
    width: calc(12.5% - 2px);
  }
}
@media (max-width: 500px) {
  .type-category #filters-wrapper #filters .advanced-filters-wrapper > div,
  .type-category .filters-wrapper #filters .advanced-filters-wrapper > div {
    width: calc(16.6666666667% - 2px);
  }
}
@media (max-width: 380px) {
  .type-category #filters-wrapper #filters .advanced-filters-wrapper > div,
  .type-category .filters-wrapper #filters .advanced-filters-wrapper > div {
    width: calc(20% - 2px);
  }
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter {
  padding: 0;
  aspect-ratio: 1/1;
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter.disabled,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter.disabled {
  opacity: 0.4;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter.disabled:hover .advanced-parameter-inner,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter.disabled:hover .advanced-parameter-inner {
  border-color: #fff;
  outline-color: transparent;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner {
  border: 2px solid #c4cad5;
  border-radius: 10px;
  outline: 2px solid transparent;
  outline-offset: -4px;
  transition: outline-color 0.3s ease-out, border-color 0.3s ease-out;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter:hover .advanced-parameter-inner,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter:hover .advanced-parameter-inner {
  outline-color: #fff;
  border-color: #0f0f0f;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .yes-before,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .yes-before {
  position: relative;
  outline-color: #fff;
  border-color: #0f0f0f;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .yes-before::after,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .yes-before::after {
  content: "\f123";
  font-family: "alfa";
  background-color: #fff;
  position: absolute;
  border-radius: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter .advanced-parameter-inner {
  width: 100%;
  height: 100%;
}
.type-category #filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter img,
.type-category .filters-wrapper #filters .advanced-filters-wrapper .advanced-parameter img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.type-category #filters-wrapper #filters h4,
.type-category .filters-wrapper #filters h4 {
  font-size: 20px;
  margin-bottom: 5px;
  text-align: center;
}
.type-category #filters-wrapper #filters .filter-section-button,
.type-category .filters-wrapper #filters .filter-section-button {
  display: none;
}
.type-category #filters-wrapper #filters .filter-section,
.type-category .filters-wrapper #filters .filter-section {
  margin-top: 15px;
}
.type-category #filters-wrapper #filters .filter-section fieldset > div,
.type-category .filters-wrapper #filters .filter-section fieldset > div {
  position: relative;
  margin-bottom: 2px;
}
.type-category #filters-wrapper #filters .filter-section fieldset > div:last-of-type,
.type-category .filters-wrapper #filters .filter-section fieldset > div:last-of-type {
  margin-bottom: 0;
}
.type-category #filters-wrapper #filters .filter-section input,
.type-category .filters-wrapper #filters .filter-section input {
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.type-category #filters-wrapper #filters .filter-section input:hover + label,
.type-category .filters-wrapper #filters .filter-section input:hover + label {
  background-color: #f3f5f8;
}
.type-category #filters-wrapper #filters .filter-section input:checked + label,
.type-category .filters-wrapper #filters .filter-section input:checked + label {
  background-color: #f3f5f8;
}
.type-category #filters-wrapper #filters .filter-section label,
.type-category .filters-wrapper #filters .filter-section label {
  width: 100%;
  padding: 8px 10px 8px 28px;
  border-radius: 4px;
  display: block;
  cursor: pointer;
  transition-duration: 0.3s;
  line-height: 1.1;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.type-category #filters-wrapper #filters .filter-section label.disabled:hover,
.type-category .filters-wrapper #filters .filter-section label.disabled:hover {
  background-color: transparent;
}
.type-category #filters-wrapper #filters .filter-section label:hover,
.type-category .filters-wrapper #filters .filter-section label:hover {
  background-color: #f3f5f8;
}
.type-category #filters-wrapper #filters .filter-section label .filter-count,
.type-category .filters-wrapper #filters .filter-section label .filter-count {
  color: #8d8d8d;
  font-weight: 400;
  font-size: 13px;
  margin-left: 10px;
}
.type-category #filters-wrapper #filters .slider-wrapper .slider-header,
.type-category .filters-wrapper #filters .slider-wrapper .slider-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  font-size: 15px;
  line-height: 1.1;
}
.type-category #filters-wrapper #filters .slider-wrapper .slider-content #slider,
.type-category .filters-wrapper #filters .slider-wrapper .slider-content #slider {
  height: 15px;
  background-color: transparent;
  position: relative;
  cursor: pointer;
  width: calc(100% - 15px);
  margin: 7px auto 5px auto;
}
.type-category #filters-wrapper #filters .slider-wrapper .slider-content #slider::before,
.type-category .filters-wrapper #filters .slider-wrapper .slider-content #slider::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #d9dde7;
}
.type-category #filters-wrapper #filters .slider-wrapper .slider-content #slider .ui-slider-range,
.type-category .filters-wrapper #filters .slider-wrapper .slider-content #slider .ui-slider-range {
  border-radius: 5px;
  height: 5px;
  background-color: var(--color-primary);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.type-category #filters-wrapper #filters .slider-wrapper .slider-content #slider .ui-slider-handle,
.type-category .filters-wrapper #filters .slider-wrapper .slider-content #slider .ui-slider-handle {
  z-index: 1;
  position: absolute;
  display: block;
  background-color: var(--color-primary);
  width: 15px;
  height: 15px;
  border-radius: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.type-category #filters-wrapper #filters .filter-section-count,
.type-category .filters-wrapper #filters .filter-section-count {
  display: flex;
  flex-direction: column-reverse;
}
.type-category #filters-wrapper #filters .filter-section-count .filter-total-count,
.type-category .filters-wrapper #filters .filter-section-count .filter-total-count {
  line-height: 1.1;
  font-size: 14px;
  text-align: center;
}
.type-category #filters-wrapper #filters .filter-section-count #clear-filters,
.type-category .filters-wrapper #filters .filter-section-count #clear-filters {
  display: flex;
  justify-content: center;
}
.type-category #filters-wrapper #filters .filter-section-count #clear-filters .close-after,
.type-category .filters-wrapper #filters .filter-section-count #clear-filters .close-after {
  margin: auto;
  background-color: #f35050;
  color: #fff;
  margin-top: 10px;
  appearance: none;
  border-radius: 150px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 12px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
  text-decoration: none;
  transition-duration: 0.3s;
}
.type-category #filters-wrapper #filters .filter-section-count #clear-filters .close-after:hover,
.type-category .filters-wrapper #filters .filter-section-count #clear-filters .close-after:hover {
  background-color: #bd2424;
}
@media (max-width: 767px) {
  .type-category.filters-visible {
    overflow: hidden;
  }
  .type-category.filters-visible #filters-wrapper .filters-wrapper {
    transform: none;
  }
  .type-category.filters-visible #filters-wrapper::before {
    background-color: rgba(0, 0, 0, 0.4);
    pointer-events: initial;
  }
  .type-category #filters-wrapper {
    display: block;
    position: absolute;
    z-index: 11;
    margin: 0 !important;
  }
  .type-category #filters-wrapper::before {
    transition: background-color 0.3s ease-in-out;
    content: "";
    z-index: -1;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    display: block;
    pointer-events: none;
  }
  .type-category #filters-wrapper #filters {
    background-color: #fff;
    border-color: transparent;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
    padding: 15px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    display: block;
    padding-top: 25px;
  }
  .type-category #filters-wrapper #filters .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 6px;
    width: 34px;
    height: 34px;
    background-color: transparent;
    border: 0;
    border-radius: 0;
  }
  .type-category #filters-wrapper #filters .close::before {
    content: "\f107";
    font-family: "alfa";
    color: #0f0f0f;
    font-size: 22px;
  }
  .type-category #filters-wrapper .filters-wrapper {
    margin-bottom: 0;
    position: initial;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    position: fixed;
    z-index: 11;
    margin: 0;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
    padding: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .type-category.filter-open-only {
    overflow: initial;
  }
  .type-category.filter-open-only #filters-wrapper {
    position: initial;
    z-index: 1;
    margin-bottom: 20px !important;
  }
  .type-category.filter-open-only #filters-wrapper::before {
    content: none;
  }
  .type-category.filter-open-only #filters-wrapper .filters-wrapper {
    position: initial;
    transition: none;
  }
  .type-category.filter-open-only #filters-wrapper .filters-wrapper #filters {
    border-radius: 10px;
  }
}
@media (max-width: 479px) {
  .type-category.filter-open-only #category-header > div:not(.filters-unveil-button-wrapper) {
    width: 100%;
  }
  .type-category.filter-open-only #category-header > div:not(.filters-unveil-button-wrapper) .listSorting__controls {
    width: 100%;
  }
}

.sidebar {
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
}
.sidebar li {
  padding-left: 0;
}
.sidebar li::before {
  content: none;
}
.sidebar a {
  color: #0f0f0f;
  text-decoration: none;
}
.sidebar a:hover {
  text-decoration: underline;
}
.sidebar h5 {
  font-size: 16px;
}
.sidebar .skip-link__wrapper {
  display: none;
}

.sidebar-indented #content {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sidebar-indented #content .category-top {
  width: 100%;
}
.sidebar-indented #content .category-content-wrapper {
  flex: 1;
}
.sidebar-indented #content .sidebar {
  margin-top: 25px;
}

#content-wrapper > .content-wrapper-in {
  display: flex;
  justify-content: flex-start;
}
#content-wrapper > .content-wrapper-in .sidebar {
  width: 300px;
  flex-shrink: 0;
  margin-right: 30px;
  /* Categories */
  /* Categories */
  /* Filters */
  /* Filters */
}
@media (max-width: 991px) {
  #content-wrapper > .content-wrapper-in .sidebar {
    display: none;
  }
}
#content-wrapper > .content-wrapper-in .sidebar .sidebar-inner > .box {
  padding: 10px;
  border: 2px solid transparent;
  border-radius: 10px;
  margin-bottom: 15px;
  border-color: #e0e5ee;
  background-color: #e0e5ee;
}
#content-wrapper > .content-wrapper-in .sidebar h4 {
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 700;
  color: #0f0f0f;
}
#content-wrapper > .content-wrapper-in .sidebar + #content {
  flex: 1;
  min-width: 0;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories li {
  margin-bottom: 0;
  padding-left: 0;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories:not(.expandable) .topic > a,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories #cat-manufacturers .topic > a {
  padding-left: 12px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > ul,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable > ul {
  display: none;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable .topic > a,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > a,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable .topic > a,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable > a {
  padding-right: 10px;
  flex-direction: row;
  justify-content: space-between;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable .topic > a .cat-trigger,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > a .cat-trigger,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable .topic > a .cat-trigger,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable > a .cat-trigger {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0;
  line-height: 0;
  padding: 0 3px;
  margin-right: 5px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable .topic > a .cat-trigger::before,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > a .cat-trigger::before,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable .topic > a .cat-trigger::before,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable > a .cat-trigger::before {
  content: "\f112";
  font-family: "alfa";
  font-size: 9px;
  line-height: 1.1;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable.expanded > ul,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expandable.expanded > ul {
  display: block;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expanded > .topic > a .cat-trigger,
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .expanded > a .cat-trigger {
  transform: rotate(180deg);
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories > .topic > a {
  font-weight: 600;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .child-active > a {
  color: var(--color-primary);
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > .topic > a {
  margin-bottom: 0;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories.expandable > ul > li > a {
  margin-bottom: 0;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories a {
  width: 100%;
  padding: 8px 12px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories a:hover {
  background-color: #d9dde7;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories .active > a {
  color: #fff;
  background-color: var(--color-primary);
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories:last-of-type > .topic a {
  margin-bottom: 0;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li > a {
  padding-left: 22px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li ul li > a {
  padding-left: 32px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li ul li ul li > a {
  padding-left: 42px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li ul li ul li ul li > a {
  padding-left: 52px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li ul li ul li ul li ul li > a {
  padding-left: 62px;
}
#content-wrapper > .content-wrapper-in .sidebar .box.box-categories #categories > .categories ul li ul li ul li ul li ul li ul li > a {
  padding-left: 72px;
}
#content-wrapper > .content-wrapper-in .sidebar .box-filters #filters {
  display: none;
}
#content-wrapper > .content-wrapper-in .sidebar .box-filters #filters.visible {
  display: block;
}

.listingControls {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.listingControls .sr-only {
  display: none;
}
.listingControls li {
  padding-left: 0;
}
.listingControls li::before {
  content: none;
}
.listingControls > * {
  width: 33.3333333333%;
}
@media (max-width: 1199px) {
  .listingControls > * {
    width: 100%;
  }
}
.listingControls > *.itemsTotal {
  width: 100%;
  text-align: center;
  font-size: 14px;
  margin-top: 10px;
}
.listingControls > *.goToTop {
  order: -1;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1199px) {
  .listingControls > *.goToTop {
    justify-content: center;
    order: initial;
    margin-top: 15px;
  }
}
.listingControls > *.goToTop .goToTop__button {
  display: inline-block;
}
.listingControls > *.goToTop .goToTop__button::before {
  content: "\f112";
  display: inline-block;
  font-family: "alfa";
  margin-right: 6px;
  font-size: 11px;
  font-weight: 100;
  transform: rotate(180deg);
}
.listingControls > *.loadMore {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingControls > *.pagination {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 1199px) {
  .listingControls > *.pagination {
    justify-content: center;
    margin-top: 10px;
  }
}
.listingControls > *.pagination .pagination__list {
  display: flex;
  align-items: center;
}
.listingControls .btn {
  min-width: 45px;
  height: 45px;
}
.listingControls .pagination__link--last,
.listingControls .pagination__currentPage,
.listingControls .pagination__link--first {
  min-width: 45px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.listingControls .pagination__link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingControls .pagination__link:not(.btn) {
  color: var(--color-primary);
  text-decoration: none;
}
.listingControls .pagination__link:not(.btn):hover {
  text-decoration: underline;
}
.listingControls .pagination__link.btn {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.listingControls .pagination__link.btn::before {
  content: "\f112";
  display: inline-block;
  font-family: "alfa";
  font-size: 11px;
  font-weight: 100;
  transform: rotate(-90deg);
}
.listingControls .pagination__link.btn.pagination__link--prev::before {
  transform: rotate(90deg);
}

.type-category #content {
  width: 100%;
}

.empty-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: calc(100vh - 160px);
}
@media (min-width: 768px) {
  .empty-content {
    min-height: calc(100vh - 350px);
  }
}
.empty-content h2 {
  color: #8d8d8d;
  margin-top: -5px;
}
.empty-content.empty-content-category {
  min-height: calc(100vh - 280px);
}
.empty-content.empty-content-category h2 {
  font-size: 32px;
}
@media (min-width: 768px) {
  .empty-content.empty-content-category {
    min-height: calc(100vh - 500px);
  }
}

@media (max-width: 479px) {
  #products + .banner-category {
    margin-top: -28px;
  }
}
.banner-category {
  margin: 15px 0;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
@media (max-width: 479px) {
  .banner-category {
    margin: 12px 0;
  }
}
.banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category + .banner-category {
  margin-top: 0;
}
.banner-category > a {
  display: flex;
  align-items: center;
  height: 100%;
}
.banner-category > a[href="/"] {
  pointer-events: none;
}
.banner-category > a[href="/"] .extended-banner-texts .extended-banner-link {
  pointer-events: none;
}
.banner-category > a:hover img {
  transform: scale(1.03);
}
.banner-category img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
.banner-category .extended-banner-texts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 15px;
  margin: 12px;
  position: absolute;
  left: 0;
  z-index: 1;
  width: auto;
  max-width: clamp(200px, 85% - 24px, 470px);
}
@media (min-width: 1200px) {
  .banner-category .extended-banner-texts {
    margin: 30px;
    max-width: clamp(200px, 85% - 60px, 600px);
  }
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts {
    justify-content: flex-end;
    max-width: calc(100% - 24px);
    padding: 8px;
  }
}
.banner-category .extended-banner-texts:not(.is-black):not(.is-white):not(.has-background) {
  display: none;
}
.banner-category .extended-banner-texts.has-background {
  background-color: #fff;
  border-radius: 10px;
  bottom: 0;
  max-width: calc(85% - 24px);
}
@media (min-width: 768px) {
  .banner-category .extended-banner-texts.has-background {
    margin: 20px;
    max-width: calc(70% - 24px);
  }
  .banner-category .extended-banner-texts.has-background .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 36px);
    font-size: clamp(32px, 4cqw, 36px);
  }
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts.has-background {
    max-width: calc(100% - 24px);
    padding: 15px;
  }
}
.banner-category .extended-banner-texts.has-background .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.banner-category .extended-banner-texts.has-background .extended-banner-title + .extended-banner-link {
  margin-top: 12px;
}
.banner-category .extended-banner-texts.has-background .extended-banner-text + .extended-banner-link {
  margin-top: 12px;
}
.banner-category .extended-banner-texts.is-black .extended-banner-title,
.banner-category .extended-banner-texts.is-black .extended-banner-text {
  color: #0f0f0f;
}
.banner-category .extended-banner-texts.is-black .extended-banner-link {
  color: #fff;
  background-color: #0f0f0f;
  border-color: #0f0f0f;
}
.banner-category .extended-banner-texts.is-white .extended-banner-title,
.banner-category .extended-banner-texts.is-white .extended-banner-text {
  color: #fff;
}
.banner-category .extended-banner-texts.is-white .extended-banner-link {
  color: #0f0f0f;
  background-color: #fff;
  border-color: #fff;
}
.banner-category .extended-banner-texts .extended-banner-title {
  color: #0f0f0f;
  font-size: clamp(18px, 1vw, 22px);
  font-size: clamp(18px, 1cqw, 22px);
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  line-height: 1.1;
  overflow-wrap: break-word;
  word-break: normal;
  width: 100%;
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts .extended-banner-title {
    font-size: 18px;
  }
}
.banner-category .extended-banner-texts .extended-banner-title + .extended-banner-text {
  margin-top: 4px;
}
.banner-category .extended-banner-texts .extended-banner-title + .extended-banner-link {
  margin-top: 15px;
}
.banner-category .extended-banner-texts .extended-banner-text {
  color: #0f0f0f;
  font-size: clamp(26px, 1.4vw, 28px);
  font-size: clamp(26px, 1.6cqw, 28px);
  font-weight: 600;
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
  width: 100%;
  overflow-wrap: break-word;
  word-break: normal;
}
@media (max-width: 767px) {
  .banner-category .extended-banner-texts .extended-banner-text {
    font-size: clamp(26px, 5.85vw, 28px);
    font-size: clamp(26px, 6cqw, 28px);
  }
}
.banner-category .extended-banner-texts .extended-banner-text + .extended-banner-link {
  margin-top: 15px;
}
.banner-category .extended-banner-texts .extended-banner-link {
  background-color: #0f0f0f;
  padding: 10px 20px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  border-radius: 150px;
  font-family: "Poppins", sans-serif;
  pointer-events: all;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
}
.banner-category .extended-banner-texts .extended-banner-link::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
.banner-category .extended-banner-texts .extended-banner-link:hover {
  color: #fff;
}
.banner-category .extended-banner-texts .extended-banner-link:hover::after {
  width: 100%;
}
@media (min-width: 768px) {
  .banner-category .extended-banner-texts .extended-banner-title {
    font-size: clamp(18px, 1.5vw, 22px);
    font-size: clamp(18px, 2.5cqw, 22px);
  }
  .banner-category .extended-banner-texts .extended-banner-text {
    font-size: clamp(32px, 3.2vw, 48px);
    font-size: clamp(32px, 4cqw, 48px);
  }
  .banner-category .extended-banner-texts .extended-banner-link {
    font-size: 18px;
  }
}

#cboxLoadedContent {
  text-align: center;
}

#formProductQuestion .submit-wrapper {
  justify-content: center;
}

.type-detail .p-detail-inner > .p-detail-inner-header {
  display: none;
}
.type-detail h1 {
  margin-bottom: 5px;
}
.type-detail .product-top {
  display: flex;
  align-items: flex-start;
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .type-detail .product-top {
    flex-direction: column;
    align-items: stretch;
    padding: 20px;
  }
}
.type-detail .product-top > div {
  opacity: 0;
  transition: opacity 0.3s;
}
.type-detail .product-top > div.col-xs-12:not(.p-image-wrapper):not(.p-info-wrapper) {
  display: none;
}
.type-detail .product-top::before {
  content: "";
  width: 65px;
  height: 65px;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  position: absolute;
  display: block;
  border: 6px solid transparent;
  border-top: 6px solid #0f0f0f;
  border-right: 6px solid transparent;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
.type-detail .product-top::after {
  content: "";
  width: 65px;
  height: 65px;
  box-sizing: border-box;
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  border: 6px solid transparent;
  border-bottom: 6px solid #0f0f0f;
  border-left: 6px solid transparent;
  animation: rotation 1s linear infinite;
  z-index: 1;
}
@keyframes rotation {
  0% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(0deg);
  }
  100% {
    transform: translate(-50%, calc(-50% - 7.5px)) rotate(360deg);
  }
}
.type-detail .product-top.loaded-state > div {
  opacity: 1;
}
.type-detail .product-top.loaded-state::before, .type-detail .product-top.loaded-state::after {
  content: none;
}
.type-detail .product-top:not(.loaded-state) {
  max-height: 70vh;
}
.type-detail .product-top .p-image-wrapper {
  width: 50%;
  padding-right: 15px;
}
@media (max-width: 767px) {
  .type-detail .product-top .p-image-wrapper {
    width: 100%;
    padding-right: 0;
    padding-bottom: 15px;
  }
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper {
  margin-top: 10px;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails {
  height: 100px;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner {
  height: 100px;
  left: 0;
  position: absolute;
  top: 0;
  transition: left 0.3s ease-out;
  width: 9999em;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div {
  display: inline-block;
  height: 100%;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail {
  float: left;
  max-width: 100%;
  position: relative;
  margin-right: 5px;
  height: 100%;
  width: 100px;
  display: block;
  border-radius: 10px;
  border: 2px solid transparent;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail img {
  object-fit: cover;
  object-position: center;
  transition: opacity 0.3s ease-in-out;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail.highlighted {
  border-color: var(--color-primary);
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail:hover img {
  opacity: 0.7;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail:nth-last-of-type(2) {
  margin-right: 0;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-next {
  right: 0;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-next,
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-prev {
  line-height: 1;
  opacity: 0;
  position: absolute;
  text-align: center;
  display: flex;
  align-items: center;
  text-decoration: none;
  top: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
  z-index: 2;
  width: 40px;
  height: 100%;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-next:hover::after,
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-prev:hover::after {
  background-color: var(--color-primary);
  color: #fff;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-next::after,
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-prev::after {
  content: "\f113";
  font-family: "alfa";
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  border-radius: 150px;
  font-size: 14px;
  font-weight: 400;
  width: 30px;
  height: 30px;
  color: #0f0f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  transition: background-color 0.3s ease-in-out, color 0.3s ease-in-out;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-next {
  justify-content: flex-start;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.07) 50%, rgba(0, 0, 0, 0.07) 100%);
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-prev {
  justify-content: flex-end;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.07) 0%, rgba(0, 0, 0, 0.07) 50%, rgba(0, 0, 0, 0) 100%);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails .thumbnail-prev::after {
  transform: rotate(90deg);
}
.type-detail .product-top .p-image-wrapper .p-thumbnails.overflow-next .thumbnail-next {
  opacity: 1;
  pointer-events: initial;
}
.type-detail .product-top .p-image-wrapper .p-thumbnails.overflow-prev .thumbnail-prev {
  opacity: 1;
  pointer-events: initial;
}
.type-detail .product-top .p-image-wrapper .p-image {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra {
  z-index: 1;
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (max-width: 1199px) {
  .type-detail .product-top .p-image-wrapper .p-image .flags-extra {
    right: 10px;
    bottom: 10px;
  }
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
  padding: 8px 10px;
  border-radius: 100px;
  font-size: 16px;
  font-weight: 500;
}
@media (max-width: 479px) {
  .type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag {
    font-size: 13px;
  }
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag:last-of-type {
  margin-bottom: 0;
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-freeshipping {
  color: #009fff;
  background-color: #e2f4ff;
  font-weight: 400;
  padding-top: 4.715px;
  padding-bottom: 4.715px;
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-freeshipping .sr-only {
  display: none;
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-freeshipping::before {
  content: "\f118";
  font-family: "alfa";
  margin-right: 4px;
  font-size: 22px;
  position: relative;
  top: -2px;
}
@media (max-width: 479px) {
  .type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-freeshipping::before {
    font-size: 19px;
    top: -1px;
  }
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-discount {
  background-color: #fcf3f4;
  color: red;
}
.type-detail .product-top .p-image-wrapper .p-image .flags-extra .flag.flag-discount .price-standard {
  display: none;
}
.type-detail .product-top .p-info-wrapper {
  flex: 1;
  padding-left: 15px;
}
@media (max-width: 767px) {
  .type-detail .product-top .p-info-wrapper {
    padding-left: 0;
  }
}
.type-detail .product-top .p-info-wrapper .flags {
  margin-bottom: 5px;
}
.type-detail .product-top .p-info-wrapper .p-code {
  font-size: 14px;
  color: #8d8d8d;
  margin-bottom: 5px;
  display: inline-block;
}
.type-detail .product-top .p-info-wrapper .p-detail-info {
  margin-bottom: 5px;
}
.type-detail .product-top .p-info-wrapper .p-detail-info a[data-testid=productCardBrandName] {
  font-size: 14px;
  margin-top: 3px;
  color: #8d8d8d;
  text-decoration: none;
}
.type-detail .product-top .p-info-wrapper .p-detail-info a[data-testid=productCardBrandName]:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper .stars {
  margin-bottom: 4px;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper .stars-label {
  font-size: 15px;
  margin-bottom: 4px;
  color: #8d8d8d;
  text-decoration: none;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper a {
  text-decoration: none;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper .show-ratings {
  font-size: 15px;
  margin-bottom: 4px;
  color: var(--color-primary);
  text-decoration: underline;
  display: block;
}
.type-detail .product-top .p-info-wrapper .stars-wrapper .show-ratings:hover {
  text-decoration: underline;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 25px;
  margin-bottom: 15px;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-standard {
  color: #8d8d8d;
  text-decoration: line-through;
  font-size: 16px;
  font-weight: 400;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-save {
  display: none;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-save + .price-final {
  color: #ec3f3f;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-final {
  font-weight: 700;
  font-size: 28px;
  color: #0f0f0f;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-final .pr-list-unit {
  margin-left: 4px;
  margin-bottom: -1px;
  font-size: 16px;
  font-weight: 400;
}
.type-detail .product-top .p-info-wrapper .p-final-price-wrapper .price-additional {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 400;
}
.type-detail .product-top .p-info-wrapper .availability-value {
  font-weight: 600;
  margin-bottom: 10px;
}
.type-detail .product-top .p-info-wrapper .availability-value .availability-amount {
  color: #8d8d8d;
  font-size: 15px;
  font-weight: 400;
}
.type-detail .product-top .p-info-wrapper .detail-parameters {
  margin-bottom: 10px;
  text-align: left;
  width: 100%;
  margin-top: 15px;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  color: #0f0f0f;
  margin-bottom: 10px;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr:last-of-type {
  margin-bottom: 0;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr select {
  height: 42px;
  padding-left: 15px;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > th {
  font-size: 15px;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td {
  margin-top: 2px;
  width: 100%;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  width: calc(100% + 2px);
  margin-left: -2px;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) input {
  display: none;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) .advanced-parameter .parameter-value {
  display: none;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) .advanced-parameter .advanced-parameter-inner {
  margin: 2px;
  width: 50px;
  height: 50px;
  border: 1px solid #c4cad5;
  min-width: 40px;
  border-radius: 100%;
  display: block;
  cursor: pointer;
  border: 2px solid #c4cad5;
  border-radius: 10px;
  outline: 2px solid transparent;
  outline-offset: -4px;
  transition: outline-color 0.3s ease-out, border-color 0.3s ease-out;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) .advanced-parameter .advanced-parameter-inner:hover {
  border-color: #0f0f0f;
  outline-color: #fff;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) .advanced-parameter .advanced-parameter-inner.yes-before {
  position: relative;
  outline-color: #fff;
  border-color: #0f0f0f;
}
.type-detail .product-top .p-info-wrapper .detail-parameters tbody > tr > td .hidden-split-parameter:not(select) .advanced-parameter .advanced-parameter-inner.yes-before::after {
  content: "\f123";
  font-family: "alfa";
  background-color: #fff;
  position: absolute;
  border-radius: 150px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 600;
}
.type-detail .product-top .p-info-wrapper #choose-variant {
  margin-bottom: 15px;
}
.type-detail .product-top .p-info-wrapper .add-to-cart {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap-reverse;
  flex-direction: row-reverse;
  margin-bottom: 15px;
}
.type-detail .product-top .p-info-wrapper .add-to-cart .btn {
  height: 45px;
  margin-right: 5px;
}
.type-detail .product-top .p-info-wrapper .add-to-cart .quantity input {
  height: 45px;
  border-radius: 22.5px;
}
@media (max-width: 380px) {
  .type-detail .product-top .p-info-wrapper .add-to-cart .btn {
    padding-left: 10px;
    padding-right: 10px;
    flex: 1;
  }
}
.type-detail .product-top .p-info-wrapper .xyDiscount__banner {
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f3f5f8;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.type-detail .product-top .p-info-wrapper .xyDiscount__banner .xyDiscount__icon.icon-gift {
  width: 30px;
  min-width: 30px;
  height: 30px;
  background-color: var(--xy-discount-banner-color);
  border-radius: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 7px;
  margin-bottom: auto;
}
.type-detail .product-top .p-info-wrapper .xyDiscount__banner .xyDiscount__icon.icon-gift::before {
  content: "\f127";
  font-family: "alfa";
  color: #fff;
  font-size: 16px;
}
.type-detail .product-top .p-info-wrapper .xyDiscount__banner .xyDiscount__title {
  font-size: 15px;
  color: var(--xy-discount-banner-color);
  font-weight: 500;
}
.type-detail .product-top .p-info-wrapper .xyDiscount__banner .xyDiscount__description {
  margin-top: 1px;
  line-height: 1.3;
}
.type-detail .product-top .p-info-wrapper .p-short-description {
  margin-top: 10px;
  margin-bottom: 15px;
  color: #8d8d8d;
  line-height: 1.3;
  font-size: 16px;
}
.type-detail .product-top .p-info-wrapper p[data-testid=productCardDescr],
.type-detail .product-top .p-info-wrapper > p {
  margin-top: -12px;
  margin-bottom: 15px;
  font-size: 16px;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper {
  margin-top: 15px;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon {
  padding: 15px;
  color: #8d8d8d;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 15px;
}
@media (max-width: 767px) {
  .type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon {
    padding: 10px;
  }
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon:hover {
  color: var(--color-primary);
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon:hover span {
  text-decoration: underline;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.print {
  display: none;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.chat::before, .type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.watchdog::before, .type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.share::before {
  font-family: "alfa";
  font-size: 23px;
  text-decoration: none;
  margin-bottom: 3px;
  height: 26px;
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.chat::before {
  content: "\f128";
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.watchdog::before {
  content: "\f12a";
}
.type-detail .product-top .p-info-wrapper .social-buttons-wrapper .link-icons .link-icon.share::before {
  content: "\f129";
  font-size: 21px;
}
.type-detail .product-top .p-info-wrapper .social-buttons {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.type-detail .product-top .p-info-wrapper .social-buttons > * {
  margin-right: 5px;
  margin-top: 4px;
}
.type-detail .product-top .p-info-wrapper .social-buttons > *.close-wrapper {
  margin-right: 0;
  margin-top: 6px;
  width: 100%;
}

.mobile.type-detail .product-top .p-image-wrapper .p-thumbnails-wrapper .p-thumbnails .p-thumbnails-inner > div .p-thumbnail:hover img {
  opacity: 1;
}

.quantity-discounts {
  margin-bottom: 10px;
  margin-top: 15px;
}
.quantity-discounts .quantity-discounts__headline {
  font-size: 15px;
  margin-bottom: 4px;
  font-weight: 600;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  border: 2px solid #cacaca;
  padding: 10px;
  font-size: 15px;
  color: #8d8d8d;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item:first-of-type {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item:last-of-type {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item:not(:last-of-type) {
  border-bottom-width: 0;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item.quantity-discounts__item--highlighted {
  border-color: var(--color-secondary);
  border-bottom-width: 2px;
  font-weight: 600;
  color: #0f0f0f;
  position: relative;
  z-index: 1;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item.quantity-discounts__item--highlighted::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-secondary);
  opacity: 0.1;
  z-index: -1;
}
.quantity-discounts .quantity-discounts__table .quantity-discounts__item.quantity-discounts__item--highlighted + .quantity-discounts__item {
  border-top-width: 0;
}
.quantity-discounts .quantity-discounts__save {
  text-align: right;
  padding: 7px 10px 5px 10px;
  font-size: 15px;
}

.type-detail .browse-p {
  display: none;
}

.products-related-header,
.slick-active-custom .homepage-group-title[class*=homepage-products-heading-] {
  margin-top: 40px;
  margin-bottom: 15px;
  padding-right: 110px;
  text-align: left;
}
@media (max-width: 479px) {
  .products-related-header,
  .slick-active-custom .homepage-group-title[class*=homepage-products-heading-] {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.products-related .slick-track,
.slick-active-custom .products-block .slick-track {
  display: flex !important;
  margin-right: auto;
  margin-left: 0;
}
.products-related .slick-list,
.slick-active-custom .products-block .slick-list {
  width: 100%;
}
.products-related .slick-slide,
.slick-active-custom .products-block .slick-slide {
  height: inherit !important;
}
.products-related .slick-arrow,
.slick-active-custom .products-block .slick-arrow {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  width: 40px;
  height: 40px;
  border-radius: 4px;
  position: absolute;
  top: 7.5px;
  transform: translateY(calc(-100% - 10px));
  font-size: 0;
  line-height: 0;
  transition: background-color 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .products-related .slick-arrow,
  .slick-active-custom .products-block .slick-arrow {
    top: 6px;
    width: 34px;
    height: 34px;
  }
}
.products-related .slick-arrow:hover,
.slick-active-custom .products-block .slick-arrow:hover {
  background-color: #0f0f0f;
}
.products-related .slick-arrow:hover::before,
.slick-active-custom .products-block .slick-arrow:hover::before {
  color: #fff;
}
.products-related .slick-arrow::before,
.slick-active-custom .products-block .slick-arrow::before {
  display: block;
  transition-duration: 0.3s;
  font-size: 14px;
  line-height: 1;
  color: #0f0f0f;
  font-family: "alfa";
}
.products-related .slick-arrow.slick-prev,
.slick-active-custom .products-block .slick-arrow.slick-prev {
  right: 57.5px;
}
@media (max-width: 767px) {
  .products-related .slick-arrow.slick-prev,
  .slick-active-custom .products-block .slick-arrow.slick-prev {
    right: 46px;
  }
}
.products-related .slick-arrow.slick-prev::before,
.slick-active-custom .products-block .slick-arrow.slick-prev::before {
  content: "\f103";
}
.products-related .slick-arrow.slick-next,
.slick-active-custom .products-block .slick-arrow.slick-next {
  right: 7.5px;
}
@media (max-width: 767px) {
  .products-related .slick-arrow.slick-next,
  .slick-active-custom .products-block .slick-arrow.slick-next {
    right: 6px;
  }
}
.products-related .slick-arrow.slick-next::before,
.slick-active-custom .products-block .slick-arrow.slick-next::before {
  content: "\f104";
}

.columns-1.type-detail .products-additional {
  margin: 0;
  width: 100%;
}
@media (max-width: 1199px) and (min-width: 650px) {
  .columns-1.type-detail .products-additional {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width: 1199px) and (min-width: 650px) {
  .columns-1.type-detail .products-additional .product {
    width: calc(50% - 5px);
  }
}
@media (max-width: 1199px) {
  .columns-1.type-detail .products-additional .product {
    padding: 5px;
  }
}
.columns-1.type-detail .products-additional .product .name {
  padding-right: 0;
  text-align: left;
}
.columns-1.type-detail .products-additional .product .ratings-wrapper {
  justify-content: flex-start;
}
@media (max-width: 1199px) {
  .columns-1.type-detail .products-additional .product .p {
    flex-direction: column;
    align-items: stretch;
  }
  .columns-1.type-detail .products-additional .product .p .image {
    margin: auto;
  }
}
.columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div {
  padding: 0;
  padding-left: 15px;
}
.columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div .p-tools {
  margin-top: initial;
  flex: 1 0 235px;
}
.columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div .prices {
  margin-top: initial;
}
.columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div .p-desc {
  display: none;
}
@media (max-width: 1199px) {
  .columns-1.type-detail .products-additional .product .p .p-in {
    flex-direction: column;
    align-items: stretch;
    padding: 0 10px 10px 10px;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-in-in {
    padding: 0;
    margin-bottom: auto;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-in-in .name {
    padding: 0;
    margin-bottom: 5px;
    text-align: center;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-in-in .ratings-wrapper {
    justify-content: center;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div {
    flex-direction: column;
    align-items: center;
    padding-left: 0;
    justify-content: flex-end;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div .prices {
    flex: initial;
    width: 100%;
    padding: 0;
  }
  .columns-1.type-detail .products-additional .product .p .p-in .p-bottom > div .p-tools {
    flex: initial;
    margin-top: 10px;
  }
}

.shp-tabs-wrapper {
  margin-top: 40px;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .tab-pane.active {
  display: block !important;
}

.shp-tabs-row {
  display: flex;
  justify-content: space-between;
  position: relative;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  border: 4px solid #fff;
}
.shp-tabs-row li {
  padding: 0;
  margin: 0;
}
.shp-tabs-row li::before {
  content: none;
}
.shp-tabs-row li > a {
  display: block;
}
.shp-tabs-row .shp-tabs-holder {
  width: 100%;
  overflow: hidden;
}
.shp-tabs-row .shp-tabs-holder #p-detail-tabs {
  display: flex;
  align-items: center;
}
.shp-tabs-row .shp-tabs-holder #p-detail-tabs li.active > a {
  font-weight: 700;
}
.shp-tabs-row .shp-tabs-holder #p-detail-tabs li > a {
  padding: 11px 25px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 16px;
  transition: background-color 0.3s ease-in-out;
  color: #0f0f0f;
  white-space: nowrap;
}
.shp-tabs-row .shp-tabs-holder #p-detail-tabs li > a:hover {
  background-color: #f3f5f8;
}
.shp-tabs-row .navigation-btn {
  position: relative;
  background-color: transparent;
  transition: background-color 0.3s ease-in-out;
  border-radius: 10px;
  border: 0;
  box-shadow: none;
  font-size: 0;
  line-height: 0;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.shp-tabs-row .navigation-btn::before {
  content: "\f10c";
  font-family: "alfa";
  color: #0f0f0f;
  line-height: 1.1;
  font-size: 16px;
}
.shp-tabs-row .navigation-btn:hover {
  background-color: #f3f5f8;
}
.shp-tabs-row .hidden-links {
  opacity: 1;
  pointer-events: initial;
  transition: opacity 0.3s ease-in-out;
  position: absolute;
  top: calc(100% + 4px);
  right: 0;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
  max-width: 280px;
  border: 4px solid #fff;
  z-index: 2;
}
.shp-tabs-row .hidden-links.hidden {
  opacity: 0;
  pointer-events: none;
}
.shp-tabs-row .hidden-links a {
  padding: 10px;
  border-radius: 10px;
  font-size: 15px;
  text-decoration: none;
  color: #0f0f0f;
}
.shp-tabs-row .hidden-links a:hover {
  background-color: #f3f5f8;
}

#tab-content > * {
  margin-top: 15px;
}
#tab-content #productsAlternative {
  margin-top: 15px;
}
#tab-content #productDiscussion {
  margin-top: 15px;
}
#tab-content #description {
  margin-top: 20px;
}
#tab-content #description .description-inner {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  #tab-content #description .description-inner {
    flex-direction: column;
    align-items: stretch;
  }
}
#tab-content #description .description-inner .basic-description {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 30px;
  border-radius: 10px;
  flex: 1;
  line-height: 1.4;
  color: #8d8d8d;
}
@media (max-width: 479px) {
  #tab-content #description .description-inner .basic-description {
    padding: 20px;
  }
}
#tab-content #description .description-inner .basic-description h1,
#tab-content #description .description-inner .basic-description h2,
#tab-content #description .description-inner .basic-description h3,
#tab-content #description .description-inner .basic-description h4,
#tab-content #description .description-inner .basic-description h5,
#tab-content #description .description-inner .basic-description h6 {
  line-height: 1.1;
  color: #0f0f0f;
}
#tab-content #description .description-inner .extended-description {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 15px;
  border-radius: 10px;
  flex: 0 0 420px;
  margin-left: 20px;
}
@media (max-width: 1199px) {
  #tab-content #description .description-inner .extended-description {
    flex: initial;
    margin-left: 0;
    margin-top: 15px;
  }
}
#tab-content #description .description-inner .extended-description .detail-parameters {
  width: 100%;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr {
  text-align: left;
  font-size: 15px;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr:nth-of-type(odd) {
  background-color: #f3f5f8;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr th,
#tab-content #description .description-inner .extended-description .detail-parameters tr td {
  padding: 10px;
  color: #0f0f0f;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr th a,
#tab-content #description .description-inner .extended-description .detail-parameters tr td a {
  color: var(--color-primary);
  text-decoration: none;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr th a:hover,
#tab-content #description .description-inner .extended-description .detail-parameters tr td a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr th {
  font-weight: 700;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#tab-content #description .description-inner .extended-description .detail-parameters tr td {
  font-weight: 400;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#tab-content #variants .table-row {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  #tab-content #variants .table-row {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #tab-content #variants .table-row {
    flex-direction: column;
    text-align: center;
  }
}
#tab-content #variants .table-row:last-of-type {
  margin-bottom: 0;
}
#tab-content #variants .table-row .variant-name-wrapper {
  flex: 1;
  font-size: 15px;
}
@media (max-width: 767px) {
  #tab-content #variants .table-row .variant-name-wrapper {
    flex: initial;
    width: 100%;
  }
}
#tab-content #variants .table-row .variant-name-wrapper .variant-name {
  margin-bottom: 3px;
  font-weight: 500;
  color: #0f0f0f;
}
#tab-content #variants .table-row .standard-price-wrap {
  font-size: 15px;
  text-decoration: line-through;
  color: #ec3f3f;
  padding-left: 10px;
}
@media (max-width: 500px) {
  #tab-content #variants .table-row .standard-price-wrap {
    padding-left: 0;
  }
}
#tab-content #variants .table-row .price {
  padding-left: 10px;
  text-align: right;
}
@media (max-width: 767px) {
  #tab-content #variants .table-row .price {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  #tab-content #variants .table-row .price {
    text-align: center;
    margin-top: 7px;
  }
}
#tab-content #variants .table-row .price .price-final {
  font-weight: 700;
  font-size: 16px;
}
#tab-content #variants .table-row .price .price-final .pr-list-unit {
  font-weight: 400;
  font-size: 14px;
}
#tab-content #variants .table-row .price .price-additional {
  font-size: 14px;
  margin-top: 1px;
  color: #8d8d8d;
}
#tab-content #variants .table-row .cart {
  padding-left: 10px;
}
@media (max-width: 767px) {
  #tab-content #variants .table-row .cart {
    flex: 1;
  }
}
@media (max-width: 500px) {
  #tab-content #variants .table-row .cart {
    flex: initial;
    width: 100%;
    padding-left: 0;
    padding-top: 5px;
  }
}
#tab-content #variants .table-row .cart fieldset {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 500px) {
  #tab-content #variants .table-row .cart fieldset {
    justify-content: center;
  }
}
#tab-content #variants .table-row .cart fieldset .quantity input {
  height: 45px;
  border-radius: 5px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
#tab-content #variants .table-row .cart fieldset .btn {
  height: 45px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
#tab-content #relatedFiles,
#tab-content #productVideos {
  padding: 15px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
#tab-content #productVideos iframe {
  border-radius: 10px;
}
#tab-content #ratingTab a {
  text-decoration: none;
}
#tab-content #ratingTab > p + #ratingWrapper > .rate-wrap {
  display: none;
}
#tab-content #ratingTab > p + #ratingWrapper > .rate-wrap + #rate-form {
  margin-left: 0;
}
#tab-content #ratingTab .required-asterisk.required-asterisk--before {
  display: block;
  margin-bottom: 10px;
}
#tab-content #productDiscussion {
  padding: 15px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
}
#tab-content #productDiscussion p[data-testid=textCommentNotice],
#tab-content #productDiscussion > p {
  margin-bottom: 15px;
}
#tab-content #productDiscussion .sr-only {
  display: none;
}
#tab-content #productDiscussion #discussionsList {
  margin-top: 15px;
}
#tab-content #productDiscussion #discussionsList .vote-wrap {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #cacaca;
}
#tab-content #productDiscussion #discussionsList .vote-wrap:last-of-type {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#tab-content #productDiscussion #discussionsList .vote-wrap .votes-wrap {
  margin-top: 10px;
  padding-left: 20px;
}
#tab-content #productDiscussion #discussionsList .vote-wrap .add-comment {
  margin-top: 10px;
}
#tab-content #productDiscussion #discussionsList .vote-wrap .vote-title {
  font-size: 16px;
  font-weight: 500;
}
#tab-content #productDiscussion #discussionsList .vote-wrap .vote-name {
  font-size: 15px;
  color: #8d8d8d;
}
#tab-content #productDiscussion #discussionsList .vote-content #discussion-form {
  margin-top: 10px;
  margin-bottom: 30px;
}
#tab-content #productDiscussion .comment-icon {
  border-radius: 150px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 25px;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.3s;
}
#tab-content #productDiscussion .comment-icon:hover {
  background-color: var(--color-primary-hover);
}
#tab-content #productDiscussion textarea,
#tab-content #productDiscussion input {
  width: 350px;
}
@media (max-width: 479px) {
  #tab-content #productDiscussion textarea,
  #tab-content #productDiscussion input {
    width: 100%;
  }
}

.type-detail .p-gifts-wrapper {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -2.5px;
  width: calc(100% + 5px);
  margin-bottom: 7.5px;
}
.type-detail .p-gifts-wrapper .p-gifts-heading {
  font-size: 15px;
  margin: 2.5px;
  margin-bottom: 1.5px;
  font-weight: 600;
  color: #0f0f0f;
  width: 100%;
}
.type-detail .p-gifts-wrapper .p-gift {
  display: flex;
  align-items: center;
  border: 2px solid #f3f5f8;
  border-radius: 10px;
  padding: 5px;
  margin: 2.5px;
  width: calc(50% - 5px);
}
@media (max-width: 1199px) {
  .type-detail .p-gifts-wrapper .p-gift {
    width: calc(100% - 5px);
  }
}
@media (max-width: 767px) {
  .type-detail .p-gifts-wrapper .p-gift {
    width: calc(50% - 5px);
  }
}
@media (max-width: 479px) {
  .type-detail .p-gifts-wrapper .p-gift {
    width: calc(100% - 5px);
  }
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-image {
  position: relative;
  min-width: 60px;
  display: flex;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-image:hover + .p-gift-name a {
  text-decoration: underline;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-image > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center left;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-name a {
  padding-left: 10px;
  font-size: 15px;
  text-decoration: none;
  color: #0f0f0f;
  display: inline-block;
}
.type-detail .p-gifts-wrapper .p-gift .p-gift-name a:hover {
  text-decoration: underline;
}

.type-posts-listing time,
.type-post time {
  padding: 3px 5px;
  border-radius: 2px;
  background-color: #fdeff5;
  font-size: 13px;
  color: #eb619e;
  margin-bottom: 10px;
  display: inline-block;
}
.type-posts-listing time::before,
.type-post time::before {
  content: "\f117";
  font-family: "alfa";
  display: inline-block;
  margin-right: 4px;
  font-size: 16px;
  color: #eb619e;
  margin-top: -4px;
  position: relative;
  top: 3px;
}

.type-post time {
  margin-bottom: 0;
}

#newsWrapper,
.homepage-blog-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: flex-start;
  width: calc(100% + 15px);
  margin: -10px -7.5px;
}
#newsWrapper .homepage-group-title,
.homepage-blog-wrapper .homepage-group-title {
  width: calc(100% - 15px);
  margin-left: 7.5px;
  margin-right: 7.5px;
  margin-bottom: 5px;
}
#newsWrapper .news-item,
.homepage-blog-wrapper .news-item {
  margin: 10px 7.5px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  width: calc(33.3333333333% - 15px);
}
@media (max-width: 1300px) {
  #newsWrapper .news-item,
  .homepage-blog-wrapper .news-item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 650px) {
  #newsWrapper .news-item,
  .homepage-blog-wrapper .news-item {
    width: calc(100% - 15px);
  }
}
#newsWrapper .news-item > a,
.homepage-blog-wrapper .news-item > a {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  height: 100%;
  text-decoration: none;
}
#newsWrapper .news-item > a:hover .read-article::after,
.homepage-blog-wrapper .news-item > a:hover .read-article::after {
  width: 100%;
}
#newsWrapper .news-item .image,
.homepage-blog-wrapper .news-item .image {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}
#newsWrapper .news-item .image img,
.homepage-blog-wrapper .news-item .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 16/9;
  border-radius: 0;
  transition-duration: 0.3s;
}
#newsWrapper .news-item .text,
.homepage-blog-wrapper .news-item .text {
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 20px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
}
#newsWrapper .news-item .text > :last-child:not(.read-article),
.homepage-blog-wrapper .news-item .text > :last-child:not(.read-article) {
  margin-bottom: 0;
  padding-bottom: 0;
}
#newsWrapper .news-item .text .title,
.homepage-blog-wrapper .news-item .text .title {
  line-height: 1.1;
  font-weight: 600;
  font-size: 20px;
  color: #0f0f0f;
  padding-bottom: 10px;
}
@media (max-width: 479px) {
  #newsWrapper .news-item .text .title,
  .homepage-blog-wrapper .news-item .text .title {
    font-size: 18px;
  }
}
#newsWrapper .news-item .text .title + time,
.homepage-blog-wrapper .news-item .text .title + time {
  margin-top: -5px;
}
#newsWrapper .news-item .text a.title,
.homepage-blog-wrapper .news-item .text a.title {
  margin-left: -20px;
  width: calc(100% + 40px);
  text-decoration: none;
  margin-top: -20px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
#newsWrapper .news-item .text a.title:hover,
.homepage-blog-wrapper .news-item .text a.title:hover {
  text-decoration: underline;
}
#newsWrapper .news-item .text .description,
.homepage-blog-wrapper .news-item .text .description {
  margin-bottom: 15px;
  color: #8d8d8d;
  font-weight: 400;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 479px) {
  #newsWrapper .news-item .text .description,
  .homepage-blog-wrapper .news-item .text .description {
    font-size: 15px;
  }
}
#newsWrapper .news-item .text .read-article,
.homepage-blog-wrapper .news-item .text .read-article {
  border-radius: 150px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  padding: 10.5px 20px;
  text-align: center;
  background-color: #0f0f0f;
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 2px solid #0f0f0f;
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.3s;
  margin-top: auto;
}
#newsWrapper .news-item .text .read-article:hover::after,
.homepage-blog-wrapper .news-item .text .read-article:hover::after {
  width: 100%;
}
#newsWrapper .news-item .text .read-article::after,
.homepage-blog-wrapper .news-item .text .read-article::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#newsWrapper .news-item > .image:hover img,
.homepage-blog-wrapper .news-item > .image:hover img {
  transform: scale(1.02);
}

.homepage-blog-wrapper {
  justify-content: center;
  margin-top: 0;
}
@media (min-width: 1301px) {
  .homepage-blog-wrapper .news-item:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (max-width: 1300px) and (min-width: 651px) {
  .homepage-blog-wrapper .news-item:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}
@media (max-width: 650px) {
  .homepage-blog-wrapper .news-item:nth-last-child(1):nth-child(n+2) {
    margin-right: auto;
  }
}
.homepage-blog-wrapper .news-item .description {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.type-posts-listing #articlesListHeading.sr-only {
  display: none;
}
.type-posts-listing .sectionDescription {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .sidebar + #content #newsWrapper .news-item,
  .sidebar + #content .homepage-blog-wrapper .news-item {
    width: calc(33.3333333333% - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar + #content #newsWrapper .news-item,
  .sidebar + #content .homepage-blog-wrapper .news-item {
    width: calc(50% - 15px);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar + #content #newsWrapper .news-item,
  .sidebar + #content .homepage-blog-wrapper .news-item {
    width: calc(100% - 15px);
  }
}
@media (min-width: 992px) {
  .sidebar + #content .homepage-blog-wrapper:nth-last-child(1):nth-child(n+4) {
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1439px) {
  .sidebar + #content .homepage-blog-wrapper:nth-last-child(1):nth-child(n+3) {
    margin-right: auto;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .sidebar + #content .homepage-blog-wrapper:nth-last-child(1):nth-child(n+2) {
    margin-right: auto;
  }
}
.type-post #content .next-prev {
  margin-top: 30px;
  text-align: center;
}
.type-post #content .text {
  margin-top: 15px;
}

#footer {
  background-color: #171717;
  max-width: 100vw;
  overflow: hidden;
  color: #d3d3d3;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  margin-top: 70px;
}
@media (max-width: 991px) {
  #footer {
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  #footer {
    margin-top: 40px;
  }
}
#footer .custom-footer__filters {
  display: none;
}
#footer li {
  padding-left: 0;
}
#footer li::before {
  content: none;
}
#footer a:not(.btn) {
  color: #d3d3d3;
  font-weight: 400;
  font-size: 15px;
  text-decoration: none;
}
#footer a:not(.btn):hover {
  color: #fff;
  text-decoration: underline;
}
#footer ul li,
#footer #categories .categories,
#footer .news-item-widget {
  margin-bottom: 15px;
}
#footer ul li:last-of-type,
#footer #categories .categories:last-of-type,
#footer .news-item-widget:last-of-type {
  margin-bottom: 0;
}
#footer .news-item-widget h5 {
  margin: 0;
}
#footer .news-item-widget time {
  font-size: 13px;
}
#footer .custom-footer__categories .cat-trigger {
  display: none;
}
#footer .custom-footer__categories .expandable > ul {
  display: none;
}
#footer h1,
#footer h2,
#footer h3,
#footer h4,
#footer h5,
#footer h6 {
  color: #d3d3d3;
  font-size: 15px;
  font-weight: 600;
}
#footer h4,
#footer .pageElement__heading {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
}
#footer .sr-only,
#footer .no-display {
  display: none;
}
#footer .container {
  position: relative;
}
@media (max-width: 767px) {
  #footer .container {
    width: calc(100% - 32px);
  }
}
#footer .container .site-name {
  display: none;
}
#footer .container .custom-footer {
  width: calc(100% + 20px);
  margin: 0 -10px;
  padding-top: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: stretch;
}
#footer .container .custom-footer > div:not(.custom-footer__instagram) {
  width: calc(25% - 20px);
  margin: 10px 10px 60px 10px;
}
@media (max-width: 1199px) {
  #footer .container .custom-footer > div:not(.custom-footer__instagram) {
    width: calc(50% - 20px);
  }
}
@media (max-width: 600px) {
  #footer .container .custom-footer > div:not(.custom-footer__instagram) {
    width: calc(100% - 20px);
    margin: 10px 10px 30px 10px;
    text-align: center;
  }
}
#footer .container .custom-footer .custom-footer__instagram {
  width: 100%;
  order: -9;
  margin-top: -40px;
  margin-bottom: 40px;
}
#footer .container .custom-footer .custom-footer__instagram h4,
#footer .container .custom-footer .custom-footer__instagram .pageElement__heading {
  display: none;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: stretch;
  padding: 50px 0;
  position: relative;
  z-index: 1;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100%;
  background-color: #0f0f0f;
  z-index: -1;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1/1;
  flex: 1;
  max-width: 25%;
  margin: auto 10px;
  position: relative;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #000;
  opacity: 0;
  display: block;
  z-index: 1;
  transition-duration: 0.3s;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a::after {
  content: "\f115";
  font-family: alfa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 2;
  transition: transform 0.3s ease-out;
  transform: translate(-50%, -50%) scale(0);
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:hover::before {
  opacity: 0.3;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:hover::after {
  transform: translate(-50%, -50%) scale(1);
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+7) {
  display: none;
}
@media (max-width: 1439px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+5) {
    display: none;
  }
}
@media (max-width: 1199px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a {
    flex: initial;
    width: calc(25% - 20px);
    margin: 10px;
    max-width: none;
  }
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+5) {
    display: flex;
  }
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+9) {
    display: none;
  }
}
@media (max-width: 600px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a {
    width: calc(33.3333333333% - 20px);
  }
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+7) {
    display: none;
  }
}
@media (max-width: 479px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a {
    width: calc(50% - 20px);
  }
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget > a:nth-last-of-type(n+5) {
    display: none;
  }
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget > a img {
  width: 100%;
  object-fit: cover;
  object-position: center;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn {
  flex: 0 0 380px;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: flex-start;
  order: -1;
}
@media (max-width: 1199px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn {
    flex: initial;
    margin: 10px;
    width: 100%;
    margin-bottom: 30px;
  }
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a {
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 150px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  padding: 13.5px 35px;
  text-align: left;
  border: 2px solid #fff;
  transition-duration: 0.3s;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a::before {
  content: "\f116";
  font-family: alfa;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  font-weight: 400;
  color: #fff;
  transition: color 0.3s ease-in-out;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a:hover::before {
  color: #0f0f0f;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #fff;
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a:hover {
  color: #0f0f0f;
  background-color: #fff;
  transition: color 0.3s ease, background-color 0.3s ease 0.3s;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn a:hover::after {
  width: 100%;
}
#footer .footer-links-icons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#footer .footer-links-icons .footer-links,
#footer .footer-links-icons .footer-icons {
  width: calc(100% + 20px);
  margin: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
#footer .footer-links-icons .footer-links .footer-link,
#footer .footer-links-icons .footer-links .footer-icon,
#footer .footer-links-icons .footer-icons .footer-link,
#footer .footer-links-icons .footer-icons .footer-icon {
  margin: 10px;
}
#footer .footer-links-icons .footer-links + .footer-icons {
  margin-top: 20px;
}
#footer .footer-links-icons .footer-links .footer-link a {
  text-decoration: underline;
  text-align: center;
}
#footer .footer-links-icons .footer-links .footer-link a:hover {
  text-decoration: none;
}
#footer .footer-links-icons .footer-icons .footer-icon img {
  border-radius: 0;
}
#footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  display: flex;
  align-items: center;
  flex-direction: column-reverse;
  text-align: center;
  line-height: 1.2;
}
#footer .footer-bottom .signature-rejmedia {
  margin-top: 8px;
  font-size: 13px;
}
#footer .footer-bottom .signature-rejmedia a {
  font-size: 13px;
  color: #fff;
  text-decoration: underline;
}
#footer .footer-bottom .signature-rejmedia a:hover {
  text-decoration: none;
}
#footer .footer-bottom #signature {
  margin-top: 25px;
  font-size: 13px;
}
#footer .footer-bottom #signature a {
  display: inline-block;
  font-size: 13px;
  text-decoration: none;
}
#footer .footer-bottom #signature a:hover {
  text-decoration: underline;
}
#footer .footer-bottom #signature .image {
  position: relative;
  bottom: -3px;
}
#footer .footer-bottom #signature .image:hover + .title {
  text-decoration: underline;
  color: #fff;
}
#footer .footer-bottom #signature .image img {
  margin-right: 10px;
  border-radius: 0;
  width: 16px;
  height: 16px;
  object-fit: contain;
}

#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn > span {
  order: 2;
  margin-top: 20px;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before, #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  display: block;
  line-height: 1.1;
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  font-size: 38px;
  font-weight: 700;
  color: #fff;
}
@media (max-width: 479px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
    font-size: 32px;
  }
}
#footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  font-size: 30px;
  font-weight: 700;
  color: #8d8d8d;
}
@media (max-width: 479px) {
  #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
    font-size: 26px;
  }
}

/* Footer Instagram follow button translations */
html[lang=cs] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Zůstaňte v obraze";
}
html[lang=cs] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "a nenechte si nic ujít";
}

html[lang=sk] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Zostaňte v obraze";
}
html[lang=sk] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "a nenechajte si nič ujsť";
}

html[lang=pl] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Bądź na bieżąco";
}
html[lang=pl] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "i nie przegap niczego";
}

html[lang=de] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Bleiben Sie auf dem Laufenden";
}
html[lang=de] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "und verpassen Sie nichts";
}

html[lang=en] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Stay in the loop";
}
html[lang=en] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "and don’t miss a thing";
}

html[lang=hu] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Maradjon naprakész";
}
html[lang=hu] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "és ne maradjon le semmiről";
}

html[lang=ro] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Rămâi la curent";
}
html[lang=ro] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "și nu rata nimic";
}

html[lang=si] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Ostanite obveščeni";
}
html[lang=si] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "in ne zamudite ničesar";
}

html[lang=hr] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Ostanite u toku";
}
html[lang=hr] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "i ne propustite ništa";
}

html[lang=bg] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Бъдете в течение";
}
html[lang=bg] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "и не пропускайте нищо";
}

html[lang=el] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Μείνετε ενημερωμένοι";
}
html[lang=el] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "και μην χάσετε τίποτα";
}

html[lang=it] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Resta aggiornato";
}
html[lang=it] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "e non perderti nulla";
}

html[lang=lt] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Likite informuoti";
}
html[lang=lt] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "ir nepraleiskite nieko svarbaus";
}

html[lang=vi] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Hãy luôn cập nhật";
}
html[lang=vi] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "và đừng bỏ lỡ điều gì";
}

html[lang=other] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::before {
  content: "Stay informed";
}
html[lang=other] #footer .container .custom-footer .custom-footer__instagram .instagram-widget .instagram-follow-btn::after {
  content: "and don’t miss out";
}

/* Voting */
ul.poll {
  margin-bottom: 10px;
}
ul.poll li {
  margin-bottom: 10px;
}
ul.poll .poll-result {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
ul.poll .poll-result > div {
  background-color: #fff;
  height: 10px;
  border-radius: 10px;
}
ul.poll .poll-result > div[style="width: 0%"] {
  border-left: 1px solid #fff;
}
ul.poll .poll-result small {
  flex: 0 0 45px;
  text-align: right;
}

.sidebar ul.poll .poll-result > div {
  background-color: var(--color-primary);
}
.sidebar ul.poll .poll-result > div[style="width: 0%"] {
  border-left: 1px solid var(--color-primary);
}

/* Voting */
/* Contact box */
#footer .custom-footer__contact strong,
.sidebar .box-contact strong,
.sidebar-in-cart .contact-box strong,
#checkoutSidebar .contact-box strong,
.cart-empty .contact-box strong {
  margin-bottom: 5px;
  display: block;
}
#footer .custom-footer__contact li span a,
.sidebar .box-contact li span a,
.sidebar-in-cart .contact-box li span a,
#checkoutSidebar .contact-box li span a,
.cart-empty .contact-box li span a {
  display: inline-block;
  position: relative;
  word-break: break-all;
  padding-left: 22px;
}
@media (max-width: 600px) {
  #footer .custom-footer__contact li span a,
  .sidebar .box-contact li span a,
  .sidebar-in-cart .contact-box li span a,
  #checkoutSidebar .contact-box li span a,
  .cart-empty .contact-box li span a {
    justify-content: center;
  }
}
#footer .custom-footer__contact li span a::before,
.sidebar .box-contact li span a::before,
.sidebar-in-cart .contact-box li span a::before,
#checkoutSidebar .contact-box li span a::before,
.cart-empty .contact-box li span a::before {
  font-family: "alfa";
  width: 22px;
  height: 14px;
  display: block;
  color: #d3d3d3;
  position: absolute;
  left: 0;
  top: 0;
  transition-duration: 0.3s;
}
#footer .custom-footer__contact li span a:hover::before,
.sidebar .box-contact li span a:hover::before,
.sidebar-in-cart .contact-box li span a:hover::before,
#checkoutSidebar .contact-box li span a:hover::before,
.cart-empty .contact-box li span a:hover::before {
  color: #fff;
}
#footer .custom-footer__contact li span.mail a::before,
.sidebar .box-contact li span.mail a::before,
.sidebar-in-cart .contact-box li span.mail a::before,
#checkoutSidebar .contact-box li span.mail a::before,
.cart-empty .contact-box li span.mail a::before {
  content: "\f10d";
}
#footer .custom-footer__contact li span.tel a::before, #footer .custom-footer__contact li span.cellphone a::before,
.sidebar .box-contact li span.tel a::before,
.sidebar .box-contact li span.cellphone a::before,
.sidebar-in-cart .contact-box li span.tel a::before,
.sidebar-in-cart .contact-box li span.cellphone a::before,
#checkoutSidebar .contact-box li span.tel a::before,
#checkoutSidebar .contact-box li span.cellphone a::before,
.cart-empty .contact-box li span.tel a::before,
.cart-empty .contact-box li span.cellphone a::before {
  content: "\f110";
}
#footer .custom-footer__contact li span.facebook a::before,
.sidebar .box-contact li span.facebook a::before,
.sidebar-in-cart .contact-box li span.facebook a::before,
#checkoutSidebar .contact-box li span.facebook a::before,
.cart-empty .contact-box li span.facebook a::before {
  content: "\f119";
}
#footer .custom-footer__contact li span.twitter a::before,
.sidebar .box-contact li span.twitter a::before,
.sidebar-in-cart .contact-box li span.twitter a::before,
#checkoutSidebar .contact-box li span.twitter a::before,
.cart-empty .contact-box li span.twitter a::before {
  content: "\f11a";
}
#footer .custom-footer__contact li span.instagram a::before,
.sidebar .box-contact li span.instagram a::before,
.sidebar-in-cart .contact-box li span.instagram a::before,
#checkoutSidebar .contact-box li span.instagram a::before,
.cart-empty .contact-box li span.instagram a::before {
  content: "\f11b";
}
#footer .custom-footer__contact li span.messenger a::before,
.sidebar .box-contact li span.messenger a::before,
.sidebar-in-cart .contact-box li span.messenger a::before,
#checkoutSidebar .contact-box li span.messenger a::before,
.cart-empty .contact-box li span.messenger a::before {
  content: "\f11c";
}
#footer .custom-footer__contact li span.whatsapp a::before,
.sidebar .box-contact li span.whatsapp a::before,
.sidebar-in-cart .contact-box li span.whatsapp a::before,
#checkoutSidebar .contact-box li span.whatsapp a::before,
.cart-empty .contact-box li span.whatsapp a::before {
  content: "\f11d";
}
#footer .custom-footer__contact li span.youtube a::before,
.sidebar .box-contact li span.youtube a::before,
.sidebar-in-cart .contact-box li span.youtube a::before,
#checkoutSidebar .contact-box li span.youtube a::before,
.cart-empty .contact-box li span.youtube a::before {
  content: "\f11e";
}
#footer .custom-footer__contact li span.tiktok a::before,
.sidebar .box-contact li span.tiktok a::before,
.sidebar-in-cart .contact-box li span.tiktok a::before,
#checkoutSidebar .contact-box li span.tiktok a::before,
.cart-empty .contact-box li span.tiktok a::before {
  content: "\f11f";
}

.sidebar .box-contact strong {
  font-size: 17px;
}
.sidebar .box-contact li span a:hover::before {
  color: #0f0f0f;
}
.sidebar .box-contact li span a::before {
  color: #0f0f0f;
}

.sidebar-in-cart .contact-box li,
#checkoutSidebar .contact-box li,
.cart-empty .contact-box li {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 8px;
}
.sidebar-in-cart .contact-box li::before,
#checkoutSidebar .contact-box li::before,
.cart-empty .contact-box li::before {
  content: none;
}
.sidebar-in-cart .contact-box li span a,
#checkoutSidebar .contact-box li span a,
.cart-empty .contact-box li span a {
  color: #0f0f0f;
  text-decoration: none;
}
.sidebar-in-cart .contact-box li span a:hover,
#checkoutSidebar .contact-box li span a:hover,
.cart-empty .contact-box li span a:hover {
  text-decoration: underline;
}
.sidebar-in-cart .contact-box li span a:hover::before,
#checkoutSidebar .contact-box li span a:hover::before,
.cart-empty .contact-box li span a:hover::before {
  color: #0f0f0f;
}
.sidebar-in-cart .contact-box li span a::before,
#checkoutSidebar .contact-box li span a::before,
.cart-empty .contact-box li span a::before {
  color: #0f0f0f;
}

/* Contact box */
/* Newsletter */
#footer .custom-footer__newsletter form fieldset,
.sidebar .box-newsletter form fieldset {
  border-style: none;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#footer .custom-footer__newsletter form fieldset > *,
.sidebar .box-newsletter form fieldset > * {
  width: 100%;
}
#footer .custom-footer__newsletter form fieldset .form-group,
.sidebar .box-newsletter form fieldset .form-group {
  margin-top: 10px;
}
#footer .custom-footer__newsletter form fieldset .form-group a,
.sidebar .box-newsletter form fieldset .form-group a {
  text-decoration: underline;
  color: #fff;
}
#footer .custom-footer__newsletter form fieldset .form-group a:hover,
.sidebar .box-newsletter form fieldset .form-group a:hover {
  color: #fff;
  text-decoration: none;
}
#footer .custom-footer__newsletter form fieldset .btn,
.sidebar .box-newsletter form fieldset .btn {
  width: 100%;
  margin-top: 10px;
  line-height: 1;
  height: 46px;
  cursor: pointer;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0f0f0f;
  text-align: center;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#footer .custom-footer__newsletter form fieldset .btn .sr-only,
.sidebar .box-newsletter form fieldset .btn .sr-only {
  display: block;
}
#footer .custom-footer__newsletter form fieldset .btn::after,
.sidebar .box-newsletter form fieldset .btn::after {
  content: "";
  height: 100%;
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  background-color: var(--color-primary);
  border-radius: 150px;
  z-index: -1;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
}
#footer .custom-footer__newsletter form fieldset .btn:hover,
.sidebar .box-newsletter form fieldset .btn:hover {
  color: #fff;
  background-color: var(--color-primary);
  transition: background-color ease 0.3s;
}
#footer .custom-footer__newsletter form fieldset .btn:hover::after,
.sidebar .box-newsletter form fieldset .btn:hover::after {
  width: 100%;
}
#footer .custom-footer__newsletter form fieldset .validator-msg-holder input,
.sidebar .box-newsletter form fieldset .validator-msg-holder input {
  background-color: rgba(255, 255, 255, 0.4);
  border-style: none;
  box-shadow: none;
  padding: 10px 25px;
  border-radius: 150px;
  font-size: 15px;
  width: 100%;
  height: 46px;
  text-align: center;
  color: #fff;
}
#footer .custom-footer__newsletter form fieldset .validator-msg-holder input::placeholder,
.sidebar .box-newsletter form fieldset .validator-msg-holder input::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .custom-footer__newsletter form fieldset > div:not(.validator-msg-holder),
.sidebar .box-newsletter form fieldset > div:not(.validator-msg-holder) {
  order: 4;
  width: 100%;
}

.sidebar .box-newsletter form fieldset .validator-msg-holder input {
  background-color: #fff;
  color: #0f0f0f;
}
.sidebar .box-newsletter form fieldset .validator-msg-holder input::placeholder {
  color: rgba(15, 15, 15, 0.5);
}
.sidebar .box-newsletter form fieldset .btn {
  background-color: var(--color-primary);
  border-color: var(--color-primary);
  color: #fff;
}
.sidebar .box-newsletter form fieldset .btn::after {
  content: none;
}
.sidebar .box-newsletter form fieldset .btn:hover {
  background-color: var(--color-primary-hover);
  border-color: var(--color-primary-hover);
}
.sidebar .box-newsletter form fieldset .msg-error {
  text-align: center;
}
.sidebar .box-newsletter form fieldset .form-group {
  font-size: 14px;
  text-align: center;
}
.sidebar .box-newsletter form fieldset .form-group a {
  color: var(--color-primary);
  text-decoration: none;
}
.sidebar .box-newsletter form fieldset .form-group a:hover {
  color: var(--color-primary-hover);
  text-decoration: underline;
}

/* Newsletter */
/* Login */
#footer .custom-footer__login input,
.sidebar .box-login input {
  width: 100%;
  background-color: #fff;
  border-color: #fff;
}
#footer .custom-footer__login .input-wrapper,
.sidebar .box-login .input-wrapper {
  width: 100%;
}
#footer .custom-footer__login a,
.sidebar .box-login a {
  text-decoration: underline;
}
#footer .custom-footer__login a:hover,
.sidebar .box-login a:hover {
  text-decoration: none;
}
#footer .custom-footer__login .password-helper,
.sidebar .box-login .password-helper {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 600px) {
  #footer .custom-footer__login .password-helper,
  .sidebar .box-login .password-helper {
    align-items: center;
  }
}
#footer .custom-footer__login .password-helper a,
.sidebar .box-login .password-helper a {
  margin-bottom: 5px;
}
#footer .custom-footer__login .password-helper a:last-of-type,
.sidebar .box-login .password-helper a:last-of-type {
  margin-bottom: 0;
}

/* Login */
/* Top 10 products */
#footer .custom-footer__topProducts .top-products,
.sidebar .box-topProducts .top-products {
  counter-reset: top;
}
#footer .custom-footer__topProducts .top-products li,
.sidebar .box-topProducts .top-products li {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
#footer .custom-footer__topProducts .top-products li:last-of-type,
.sidebar .box-topProducts .top-products li:last-of-type {
  margin-bottom: 0;
}
#footer .custom-footer__topProducts .top-products li::before,
.sidebar .box-topProducts .top-products li::before {
  content: counter(top);
  counter-increment: top;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-primary);
  padding: 3px 4px;
  min-height: 24px;
  min-width: 24px;
  font-size: 14px;
  font-weight: 600;
  border-radius: 12px;
  color: #fff;
  margin-right: 5px;
}
#footer .custom-footer__topProducts .top-products li .top-products-image,
.sidebar .box-topProducts .top-products li .top-products-image {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 5px;
  width: 60px;
  max-width: 60px;
  min-width: 60px;
}
#footer .custom-footer__topProducts .top-products li .top-products-image img,
.sidebar .box-topProducts .top-products li .top-products-image img {
  width: 60px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
#footer .custom-footer__topProducts .top-products li .top-products-image:hover + .top-products-content .top-products-name,
.sidebar .box-topProducts .top-products li .top-products-image:hover + .top-products-content .top-products-name {
  text-decoration: underline;
}
#footer .custom-footer__topProducts .top-products li .top-products-content,
.sidebar .box-topProducts .top-products li .top-products-content {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  flex: auto;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
#footer .custom-footer__topProducts .top-products li .top-products-content:hover .top-products-name,
.sidebar .box-topProducts .top-products li .top-products-content:hover .top-products-name {
  text-decoration: underline;
}
#footer .custom-footer__topProducts .top-products li .top-products-content .top-products-name,
.sidebar .box-topProducts .top-products li .top-products-content .top-products-name {
  color: #0f0f0f;
  font-size: 16px;
  line-height: 1.1;
}
#footer .custom-footer__topProducts .top-products li .top-products-content strong,
.sidebar .box-topProducts .top-products li .top-products-content strong {
  margin-top: 4px;
  color: #0f0f0f;
  font-size: 15px;
}

#footer .custom-footer__topProducts .top-products {
  padding-left: 0;
}
#footer .custom-footer__topProducts .top-products li::before {
  padding: 5px 4px 1px 4px;
}
#footer .custom-footer__topProducts .top-products li .top-products-content strong {
  color: #fff;
}
#footer .custom-footer__topProducts .top-products li .top-products-content .top-products-name {
  color: #fff;
  text-align: left;
}

/* Top 10 products */
/* Last product rating */
.sidebar .box-productRating a,
#footer .custom-footer__productRating a {
  text-decoration: none;
}
.sidebar .box-productRating a:hover,
#footer .custom-footer__productRating a:hover {
  text-decoration: none;
}
.sidebar .box-productRating a:hover .vote-product-name,
#footer .custom-footer__productRating a:hover .vote-product-name {
  text-decoration: underline;
}
.sidebar .box-productRating .vote-header,
#footer .custom-footer__productRating .vote-header {
  display: flex;
  text-align: left;
}
@media (max-width: 600px) {
  .sidebar .box-productRating .vote-header,
  #footer .custom-footer__productRating .vote-header {
    justify-content: center;
  }
}
.sidebar .box-productRating .vote-header .vote-pic,
#footer .custom-footer__productRating .vote-header .vote-pic {
  display: flex;
  margin-right: 5px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
}
.sidebar .box-productRating .vote-header .vote-pic img,
#footer .custom-footer__productRating .vote-header .vote-pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.sidebar .box-productRating .vote-header .vote-summary .vote-rating,
#footer .custom-footer__productRating .vote-header .vote-summary .vote-rating {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sidebar .box-productRating .vote-header .vote-summary .vote-rating .vote-delimeter,
#footer .custom-footer__productRating .vote-header .vote-summary .vote-rating .vote-delimeter {
  margin: 0 4px;
  color: #8d8d8d;
  font-size: 14px;
}
.sidebar .box-productRating .vote-header .vote-summary .vote-rating .vote-name,
#footer .custom-footer__productRating .vote-header .vote-summary .vote-rating .vote-name {
  color: #8d8d8d;
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.sidebar .box-productRating .vote-header .vote-summary .vote-product-name,
#footer .custom-footer__productRating .vote-header .vote-summary .vote-product-name {
  color: #0f0f0f;
  display: block;
  font-size: 16px;
  line-height: 1.1;
  margin-bottom: 2px;
}
.sidebar .box-productRating .vote-content,
#footer .custom-footer__productRating .vote-content {
  margin-top: 5px;
  color: #0f0f0f;
  font-weight: 400;
  line-height: 1.3;
  font-size: 15px;
}
@media (max-width: 479px) {
  .sidebar .box-productRating .vote-content,
  #footer .custom-footer__productRating .vote-content {
    font-size: 14px;
  }
}

#content-wrapper > .content-wrapper-in .sidebar .box-productRating h4 {
  font-size: 20px;
}

#footer .custom-footer__productRating .vote-content {
  color: #8d8d8d;
}
#footer .custom-footer__productRating .vote-header .vote-summary .vote-product-name {
  color: #fff;
}

/* Last product rating */
/* Search */
.sidebar .box-search input,
#footer .box-search input {
  background-color: #fff;
  border-color: #fff;
}

/* Search */
/* Payment methods */
.sidebar .box-onlinePayments .text-center {
  text-align: left;
}

#footer .custom-footer__onlinePayments .text-center {
  text-align: left;
}
@media (max-width: 600px) {
  #footer .custom-footer__onlinePayments .text-center {
    text-align: center;
  }
}
#footer .custom-footer__onlinePayments .text-center img {
  background-color: #fff;
  border-radius: 5px;
}

/* Payment methods */
/* Cart box */
#footer .box-cartButton .btn-primary,
.sidebar .box-cartButton .btn-primary {
  color: #fff;
}

.sidebar .box-cartButton .btn-primary {
  color: #fff;
}

/* Cart box */
/* Posts */
.sidebar .news-item-widget {
  margin-bottom: 15px;
}
.sidebar .news-item-widget:last-of-type {
  margin-bottom: 0;
}
.sidebar .news-item-widget h5 {
  margin-bottom: 0;
}
.sidebar .news-item-widget time {
  font-size: 13px;
}

/* Posts */
/* Instagram */
.sidebar .box-instagram .instagram-widget {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -2px;
  width: calc(100% + 4px);
}
.sidebar .box-instagram .instagram-widget.columns-3 > a {
  width: calc(33.3333333333% - 4px);
}
.sidebar .box-instagram .instagram-widget.columns-2 > a {
  width: calc(50% - 4px);
}
.sidebar .box-instagram .instagram-widget.columns-1 > a {
  width: calc(100% - 4px);
}
.sidebar .box-instagram .instagram-widget > a {
  aspect-ratio: 1/1;
  width: calc(25% - 4px);
  margin: 2px;
  display: flex;
  position: relative;
}
.sidebar .box-instagram .instagram-widget > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in;
}
.sidebar .box-instagram .instagram-widget > a:hover::after {
  opacity: 0.3;
}
.sidebar .box-instagram .instagram-widget > a img {
  display: flex;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.sidebar .box-instagram .instagram-widget .instagram-follow-btn {
  width: calc(100% - 4px);
  margin: 2px;
  margin-top: 8px;
}
.sidebar .box-instagram .instagram-widget .instagram-follow-btn a {
  background-color: var(--color-primary);
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  border-radius: 150px;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  font-size: 15px;
  padding: 13.5px 35px;
  text-align: left;
  border: 2px solid var(--color-primary);
  transition-duration: 0.3s;
}
.sidebar .box-instagram .instagram-widget .instagram-follow-btn a::before {
  content: "\f116";
  font-family: alfa;
  display: inline-block;
  font-size: 15px;
  margin-right: 5px;
  font-weight: 400;
  transition: color 0.3s ease-in-out;
}
.sidebar .box-instagram .instagram-widget .instagram-follow-btn a:hover {
  color: #fff;
  background-color: var(--color-primary-hover);
  transition: background-color ease 0.3s;
}
.sidebar .box-instagram .instagram-widget .instagram-follow-btn a:hover::before {
  color: #fff;
}

/* Instagram */
@media (max-width: 1199px) {
  .sidebar + #content #ratingWrapper {
    flex-direction: column;
    align-items: stretch;
  }
  .sidebar + #content #ratingWrapper .rate-wrap {
    flex: 1;
    width: 100%;
  }
  .sidebar + #content #ratingWrapper #rate-form {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}

.no-ratings-message + #ratingWrapper > .rate-wrap {
  display: none;
}
.no-ratings-message + #ratingWrapper > .rate-wrap + #rate-form {
  margin-left: 0;
}

#ratingWrapper {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media (max-width: 991px) {
  #ratingWrapper {
    flex-direction: column;
    align-items: stretch;
  }
}
#ratingWrapper .add-comment {
  border-radius: 150px;
  border-style: none;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  padding: 14px 25px;
  text-align: center;
  background-color: var(--color-primary);
  color: #fff;
  font-family: "Poppins", sans-serif;
  transition-duration: 0.3s;
  margin-top: 15px;
  display: none;
}
#ratingWrapper .add-comment:hover {
  background-color: var(--color-primary-hover);
}
#ratingWrapper.unveiled .add-comment {
  display: none;
}
#ratingWrapper #rate-form {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 10px;
  flex: 1;
  margin-left: 12px;
}
@media (max-width: 991px) {
  #ratingWrapper #rate-form {
    flex: 1;
    width: 100%;
    margin-left: 0;
    margin-top: 12px;
  }
}
#ratingWrapper #rate-form .star {
  cursor: pointer;
}
#ratingWrapper #rate-form .consents label {
  padding-left: 0;
}
#ratingWrapper #rate-form textarea {
  width: 100%;
}
#ratingWrapper #rate-form .smart-label-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
#ratingWrapper #rate-form .smart-label-wrapper label {
  margin-bottom: 5px;
}
#ratingWrapper #rate-form .btn {
  margin-top: 15px;
}
@media (max-width: 991px) {
  #ratingWrapper #rate-form .btn {
    margin-top: 10px;
  }
}
#ratingWrapper .rate-wrap {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  flex: 0 1 350px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 20px;
  border-radius: 10px;
}
@media (max-width: 991px) {
  #ratingWrapper .rate-wrap {
    flex: 1;
    width: 100%;
  }
}
#ratingWrapper .rate-wrap .rate-average-inner {
  display: flex;
  align-items: flex-start;
}
#ratingWrapper .rate-wrap .rate-average {
  font-size: 42px;
  display: flex;
  font-weight: 600;
  margin-right: 10px;
}
#ratingWrapper .rate-wrap .rate-star-wrap {
  margin-top: 5px;
}
#ratingWrapper .rate-wrap .rate-star-wrap .stars-label {
  margin-top: 5px;
  display: block;
  font-size: 15px;
  line-height: 1.1;
  color: #8d8d8d;
  font-weight: 500;
}
#ratingWrapper .rate-wrap .rate-average-wrap {
  margin-bottom: 15px;
}
#ratingWrapper .rate-wrap .rate-list {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
#ratingWrapper .rate-wrap .rate-list:last-of-type {
  margin-bottom: 0;
}
#ratingWrapper .rate-wrap .rate-list .rate-star {
  flex: 0 0 35px;
  padding-right: 5px;
  justify-content: space-between;
}
#ratingWrapper .rate-wrap .rate-list .rate-star .rate-value {
  flex: 1;
  font-weight: 600;
  color: #0f0f0f;
}
#ratingWrapper .rate-wrap .rate-list .rate-star .star::after {
  content: "\f10a";
}
#ratingWrapper .rate-wrap .rate-list .rate-block {
  background-color: #d9dde7;
  width: 100%;
  border-radius: 3px;
  position: relative;
  margin-right: 50px;
  flex: 1;
}
#ratingWrapper .rate-wrap .rate-list .rate-block .rate-bar {
  height: 5px;
  border-radius: 5px;
  background-color: var(--color-primary);
  display: block;
}
#ratingWrapper .rate-wrap .rate-list .rate-block .rate-bar .rate-count {
  display: block;
  position: absolute;
  right: -50px;
  width: 50px;
  text-align: right;
  padding-left: 5px;
  top: 50%;
  transform: translateY(-50%);
  color: #8d8d8d;
  font-weight: 600;
  font-size: 15px;
  line-height: 0.9;
  overflow-wrap: break-word;
}
#ratingWrapper #rate-form.js-hidden {
  max-height: none;
  max-width: none;
  overflow: visible;
  position: inherit;
  opacity: 1;
  transform: none;
  transform-origin: center;
  visibility: visible;
}

#ratingsListHeading {
  display: none;
}

#ratingsList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: -6px;
  width: calc(100% + 12px);
  margin-top: 14px;
}
#ratingsList .vote-wrap {
  width: calc(100% - 12px);
  margin: 6px;
  padding: 15px;
  border-radius: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
#ratingsList .admin-response .vote-wrap {
  width: 100%;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
  margin: 0;
  margin-top: 10px;
  padding-top: 10px;
  border-top: 2px solid #f5f5f5;
}

/* Global */
.latest-contribution-image,
.vote-pic {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: 10px;
  width: 60px;
  height: 60px;
  min-width: 60px;
  min-height: 60px;
  display: block;
}
.latest-contribution-image img,
.vote-pic img {
  object-fit: cover;
}
.latest-contribution-image .vote-initials,
.vote-pic .vote-initials {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.vote-header {
  display: flex;
  align-items: center;
}

.vote-name {
  display: block;
  font-size: 18px;
  line-height: 1.1;
  font-weight: 400;
  color: #0f0f0f;
}

.vote-rating {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  color: #8d8d8d;
  font-size: 14px;
}

.vote-delimeter {
  margin: 0 4px;
  display: none;
}

.vote-time {
  margin-top: 2px;
  display: block;
}

.vote-content {
  color: #0f0f0f;
  margin-top: 8px;
  color: #8d8d8d;
  font-weight: 400;
  line-height: 1.3;
  font-size: 16px;
}

/* Global */
.co-box {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 10px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .co-box {
    padding: 15px;
  }
}

.form-group {
  display: flex;
  align-items: center;
}
.form-group .input-wrapper {
  width: 100%;
}
.form-group.smart-label-wrapper {
  flex-direction: column;
  align-items: flex-start;
}

.form-group > select.form-control,
.form-group > select,
select {
  width: 250px;
  border-radius: 4px;
  border: 1px solid #c4cad5;
  padding: 10px 10px;
  background-color: #fff;
  color: #0f0f0f;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  padding-right: 35px;
  border-radius: 20px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: #fff url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2713%27 height=%278%27 viewBox=%270 0 13 8%27 fill=%27none%27><path d=%27M11.2929 0.292893C11.6834 -0.0976311 12.3164 -0.0976311 12.707 0.292893C13.0975 0.683418 13.0975 1.31643 12.707 1.70696L6.49992 7.91399L0.292893 1.70696C-0.0976311 1.31643 -0.0976311 0.683418 0.292893 0.292893C0.683418 -0.0976311 1.31643 -0.0976311 1.70696 0.292893L6.49992 5.08586L11.2929 0.292893Z%27 fill=%27%23C4CAD5%27/></svg>") no-repeat right 12px center;
  background-size: 13px 8px;
}
.form-group > select.form-control::-ms-expand,
.form-group > select::-ms-expand,
select::-ms-expand {
  display: none;
}
.form-group > select.form-control option,
.form-group > select option,
select option {
  cursor: pointer;
}
@media (max-width: 479px) {
  .form-group > select.form-control,
  .form-group > select,
  select {
    width: 100%;
  }
}

.form-group.smart-label-wrapper .phone-combined-input {
  max-width: 250px;
  width: 100%;
}
.form-group.smart-label-wrapper .phone-combined-input input {
  width: 100%;
}
@media (max-width: 479px) {
  .form-group.smart-label-wrapper .phone-combined-input {
    max-width: none;
  }
}

.country-flags {
  cursor: pointer;
  padding-right: 5px;
  position: relative;
  height: 41.39px;
  display: flex;
  align-items: center;
}

.country-flags:not(.active) .country-flag.selected {
  padding: 5px;
  border-radius: 4px;
  transition: background-color 0.3s ease-in-out;
}
.country-flags:not(.active) .country-flag.selected:hover {
  background-color: #e9ebec;
}

.country-flags.active .country-flag.selected,
.country-flag:not(.selected) {
  padding: 5px 10px;
  transition: background-color 0s ease-in-out;
}
.country-flags.active .country-flag.selected:hover,
.country-flag:not(.selected):hover {
  background-color: #e9ebec;
}

.country-flag,
.phone-combined-input select,
.shp-flag-name {
  display: none;
}

.country-flags.active .shp-flag-name {
  display: inline-block;
  margin-right: 5px;
}
.country-flags.active .shp-flag-label::after {
  content: none;
}

.country-flag.selected,
.country-flags.active .country-flag {
  display: flex;
}

.js-phone-form-group {
  display: flex;
}

.phone-combined-input {
  display: flex;
  align-items: center;
}

.shp-flag-label {
  padding-left: 5px;
  text-align: right;
  font-size: 15px;
  display: flex;
  align-items: center;
}
.shp-flag-label::after {
  content: "\f113";
  font-family: "alfa";
  display: inline-block;
  font-size: 11px;
  margin-left: 3px;
}

.country-flags.active .country-flags-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 360px;
  width: 300px;
  border: 1px solid #e9ebec;
  background-color: #fff;
  border-radius: 10px;
  overflow-y: auto;
  z-index: 9;
}

#register-form {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 25px;
}
#register-form .co-box {
  box-shadow: none;
  padding: 0;
  margin-bottom: 25px;
  border-radius: 0;
  background-color: transparent;
}

.in-login #content form {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .in-login #content form {
    padding: 15px;
  }
}
.in-login #content form .password-helper {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.in-login #content form .password-helper a {
  color: #0f0f0f;
  text-decoration: none;
  margin-bottom: 2px;
  font-size: 15px;
  text-decoration: underline;
}
.in-login #content form .password-helper a:last-of-type {
  margin-bottom: 0;
}
.in-login #content form .password-helper a:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

#formForgottenPassword {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #formForgottenPassword {
    padding: 15px;
  }
}
#formForgottenPassword .form-group {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 10px;
}
#formForgottenPassword .form-group label {
  margin-bottom: 3px;
}

#formContact {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 10px;
  margin-top: 10px;
}
@media (max-width: 767px) {
  #formContact {
    padding: 15px;
  }
}
#formContact .form-group {
  flex-direction: column;
  align-items: flex-start;
}
#formContact .form-group textarea {
  width: 100%;
}

.customer-page #content h2 {
  font-weight: 500;
  font-size: 24px;
}
.customer-page #content .pagination-total {
  margin-top: 8px;
  font-size: 14px;
}

@media (max-width: 991px) {
  .customer-page #content-wrapper > .content-wrapper-in {
    flex-direction: column;
  }
  .customer-page #content-wrapper > .content-wrapper-in .sidebar {
    margin-right: 0;
    margin-bottom: 10px;
    display: block;
    width: 100%;
  }
}
.customer-page .sidebar .client-center-box ul {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.customer-page .sidebar .client-center-box ul li {
  margin-bottom: 0;
}
.customer-page .sidebar .client-center-box ul li.active a {
  color: var(--color-primary);
}
.customer-page .sidebar .client-center-box ul li.logout {
  order: 1;
}
.customer-page .sidebar .client-center-box ul li.logout a {
  margin-top: 5px;
  color: #fff;
  display: inline-block;
  font-size: 14px;
}
.customer-page .sidebar .client-center-box ul li.logout a:hover {
  background-color: var(--color-primary-hover);
}
.customer-page .sidebar .client-center-box ul li a {
  width: 100%;
  display: block;
  padding: 8px 12px;
  font-size: 16px;
  border-radius: 10px;
  text-decoration: none;
}
.customer-page .sidebar .client-center-box ul li a:hover {
  background-color: #d9dde7;
  text-decoration: none;
}

.customer-page #register-form label {
  margin-bottom: 3px;
}

.customer-page form[action="/action/Customer/updateShippingAddress/"] {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 15px;
}
@media (max-width: 767px) {
  .customer-page form[action="/action/Customer/updateShippingAddress/"] {
    padding: 15px;
  }
}
.customer-page form[action="/action/Customer/updateShippingAddress/"] label {
  margin-bottom: 3px;
}
.customer-page form[action="/action/Customer/updateShippingAddress/"] .btn {
  margin-top: 5px;
}

.scroll-wrapper {
  overflow: auto;
}

.customer-page .table-shipping-addresses {
  background-color: #fff;
}

.customer-page .table-shipping-addresses {
  min-width: -moz-max-content;
  min-width: max-content;
}

table.table {
  margin-bottom: 19px;
  width: 100%;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  color: var(--colors-foregrounds-content-secondary);
  overflow: auto;
}
table .btn.btn-xs,
table a.btn.btn-xs {
  font-size: 12px;
  line-height: 16px;
  padding: 4px 10px;
  border-radius: 2px;
  font-size: 13px;
  font-weight: 400;
}
table tr {
  color: #545c6a;
}

.customer-page .table td,
.customer-page .table th,
.customer-page .table tr {
  border-color: var(--colors-foregrounds-borders-secondary);
}

.customer-page .table td,
.customer-page .table th {
  line-height: 1.4;
  padding: 10px;
  text-align: left;
}

table.table tbody > tr > td,
table.table tbody > tr > th,
table.table thead > tr > td,
table.table thead > tr > th {
  padding: 10px;
}

.customer-page .table thead {
  position: sticky;
  top: 0;
}

.customer-page thead tr {
  background-color: #e0e5ee;
}

@media (min-width: 1200px) {
  .customer-page .table td.cell--actions,
  .customer-page .table th.cell--actions {
    text-align: center;
  }
}
.customer-page .table-shipping-addresses td:not(:last-child) {
  border-right-width: 0;
}

@media (min-width: 1200px) {
  .customer-page .table-shipping-addresses td:not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
}
@media (min-width: 1200px) {
  .table-shipping-addresses td:not(:last-child) {
    border-right-style: solid;
    border-right-width: 1px;
  }
}
.table-shipping-addresses td:not(:last-child) {
  border-right-width: 0;
}

@media (min-width: 1200px) {
  .client-table-heading {
    display: none;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched {
    display: block;
    width: 100%;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched th,
  .customer-page .table-mobile-enriched thead {
    display: none;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched tbody {
    display: block;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched th,
  .customer-page .table-mobile-enriched thead {
    display: none;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched tr {
    display: block;
    padding: 10px 0;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched .client-table-heading {
    display: block;
    flex-shrink: 0;
    width: clamp(min(22ch, 45%), 40%, 200px);
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched td {
    display: flex;
    gap: 0 10px;
    padding: 3px 0;
  }
}
@media (max-width: 1199px) {
  .customer-page .table-mobile-enriched .client-table-heading:after {
    content: ":";
  }
}
.ordering-process {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .ordering-process {
    padding-bottom: 12px;
  }
}
.ordering-process #content label {
  margin-bottom: 3px;
}
.ordering-process #checkoutSidebar {
  position: initial !important;
}

.cart-row {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .cart-row {
    flex-direction: column;
    align-items: stretch;
  }
}
.cart-row > .col-md-8 {
  flex: 1;
}
@media (max-width: 1199px) {
  .cart-row > .col-md-8 {
    flex: initial;
    width: 100%;
  }
}

.cart-content {
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cart-content {
    padding: 15px;
  }
}
.cart-content .co-box {
  background-color: transparent;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  margin-bottom: 20px;
}

.co-basic-information .form-group:last-of-type {
  margin-bottom: 10px;
}

#orderFormSubmit.sr-only {
  display: none;
}

.cart-header {
  padding: 0;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0;
  margin-bottom: 10px;
  width: 100%;
  border: 2px solid #f3f5f8;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .cart-header.step-1 {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .cart-header.step-2 {
    margin-bottom: 0;
  }
}
@media (max-width: 479px) {
  .cart-header .step:first-child > * {
    padding-left: 10px;
  }
  .cart-header .step:last-child > * {
    padding-right: 10px;
  }
}
.cart-header .step {
  width: 33.3333333333%;
  list-style-type: none;
  margin: 0;
  color: #8d8d8d;
  position: relative;
  text-align: center;
}
.cart-header .step:not(:last-child)::after {
  content: "\f124";
  font-family: "alfa";
  color: #e9ebf2;
  font-size: 34px;
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  transform: translate(50%, -74%);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 479px) {
  .cart-header .step:not(:last-child)::after {
    font-size: 26px;
    width: 30px;
  }
}
@media (max-width: 400px) {
  .cart-header .step:not(:last-child)::after {
    transform: translate(50%, -145%);
  }
}
.cart-header .step.step-1 > *::before {
  content: "1";
}
.cart-header .step.step-2 > *::before {
  content: "2";
}
.cart-header .step.step-3 > *::before {
  content: "3";
}
.cart-header .step.completed > *::before {
  content: "\f123";
  font-family: "alfa";
  font-weight: 400;
  font-size: 15px;
}
.cart-header .step > *::before {
  font-weight: bold;
  margin-bottom: 4px;
  border: 2px solid;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cart-header .step.active, .cart-header .step.completed {
  border-color: #f3f5f8;
  color: #0f0f0f;
}
.cart-header .step.active > *, .cart-header .step.completed > * {
  font-weight: 600;
  color: #0f0f0f;
}
.cart-header .step.active > *::before {
  background-color: #0f0f0f;
  border-color: #0f0f0f;
  color: #fff;
}
.cart-header .step > * {
  display: flex;
  text-decoration: none;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 10px 10px;
  font-weight: 400;
  height: 100%;
}
@media (max-width: 479px) {
  .cart-header .step > * {
    padding: 10px 7px;
    font-size: 15px;
  }
}
.cart-header .step > a {
  color: #8d8d8d;
}
.cart-header .step > a:hover {
  color: var(--color-primary);
}

.sidebar-in-cart,
#checkoutSidebar,
.cart-empty .col-md-4 {
  flex: 0 0 420px;
  margin-left: 15px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  padding: 25px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .sidebar-in-cart,
  #checkoutSidebar,
  .cart-empty .col-md-4 {
    padding: 15px;
    padding-bottom: 25px;
  }
}
@media (max-width: 1199px) {
  .sidebar-in-cart,
  #checkoutSidebar,
  .cart-empty .col-md-4 {
    flex: initial;
    width: 100%;
    margin-left: 0;
    margin-top: 15px;
  }
}
.sidebar-in-cart .cart-content,
#checkoutSidebar .cart-content,
.cart-empty .col-md-4 .cart-content {
  background-color: transparent;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
}
.sidebar-in-cart .price-wrapper,
#checkoutSidebar .price-wrapper,
.cart-empty .col-md-4 .price-wrapper {
  background-color: #f5f6f8;
  border-radius: 10px;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 1.2;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
}
.sidebar-in-cart .price-wrapper > *,
#checkoutSidebar .price-wrapper > *,
.cart-empty .col-md-4 .price-wrapper > * {
  width: 50%;
}
.sidebar-in-cart .price-wrapper .price-label,
#checkoutSidebar .price-wrapper .price-label,
.cart-empty .col-md-4 .price-wrapper .price-label {
  padding-right: 7px;
  text-align: left;
}
.sidebar-in-cart .price-wrapper .price,
#checkoutSidebar .price-wrapper .price,
.cart-empty .col-md-4 .price-wrapper .price {
  text-align: right;
}
.sidebar-in-cart .price-wrapper .price-primary,
#checkoutSidebar .price-wrapper .price-primary,
.cart-empty .col-md-4 .price-wrapper .price-primary {
  font-size: 20px;
  margin-bottom: 5px;
}
.sidebar-in-cart .price-wrapper .price-primary.price-label,
#checkoutSidebar .price-wrapper .price-primary.price-label,
.cart-empty .col-md-4 .price-wrapper .price-primary.price-label {
  font-size: 16px;
}
.sidebar-in-cart .price-wrapper .price-secondary,
#checkoutSidebar .price-wrapper .price-secondary,
.cart-empty .col-md-4 .price-wrapper .price-secondary {
  margin-top: 1px;
  color: #8d8d8d;
  line-height: 1.1;
  font-weight: 400;
  font-size: 15px;
  margin-bottom: 4px;
}
.sidebar-in-cart .order-summary-item,
#checkoutSidebar .order-summary-item,
.cart-empty .col-md-4 .order-summary-item {
  margin-top: 20px;
  font-weight: 700;
}
.sidebar-in-cart #shipping-billing-summary,
#checkoutSidebar #shipping-billing-summary,
.cart-empty .col-md-4 #shipping-billing-summary {
  margin-top: 8px;
}
.sidebar-in-cart .recapitulation-single,
.sidebar-in-cart .order-summary-item.helper,
#checkoutSidebar .recapitulation-single,
#checkoutSidebar .order-summary-item.helper,
.cart-empty .col-md-4 .recapitulation-single,
.cart-empty .col-md-4 .order-summary-item.helper {
  color: #8d8d8d;
  font-weight: 400;
}
.sidebar-in-cart .recapitulation-single strong,
.sidebar-in-cart .order-summary-item.helper strong,
#checkoutSidebar .recapitulation-single strong,
#checkoutSidebar .order-summary-item.helper strong,
.cart-empty .col-md-4 .recapitulation-single strong,
.cart-empty .col-md-4 .order-summary-item.helper strong {
  font-weight: 400;
}
.sidebar-in-cart .recapitulation-single span[data-testid=recapItemPrice],
.sidebar-in-cart .order-summary-item.helper span[data-testid=recapItemPrice],
#checkoutSidebar .recapitulation-single span[data-testid=recapItemPrice],
#checkoutSidebar .order-summary-item.helper span[data-testid=recapItemPrice],
.cart-empty .col-md-4 .recapitulation-single span[data-testid=recapItemPrice],
.cart-empty .col-md-4 .order-summary-item.helper span[data-testid=recapItemPrice] {
  padding-right: 4px;
}
.sidebar-in-cart .recapitulation-single:last-of-type,
#checkoutSidebar .recapitulation-single:last-of-type,
.cart-empty .col-md-4 .recapitulation-single:last-of-type {
  margin-top: 8px;
}
.sidebar-in-cart .recapitulation-single,
.sidebar-in-cart .order-summary-item,
#checkoutSidebar .recapitulation-single,
#checkoutSidebar .order-summary-item,
.cart-empty .col-md-4 .recapitulation-single,
.cart-empty .col-md-4 .order-summary-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 15px;
}
.sidebar-in-cart .recapitulation-single .recapitulation-shipping-billing-info,
.sidebar-in-cart .recapitulation-single div[data-testid=recapItemTotalPrice],
.sidebar-in-cart .order-summary-item .recapitulation-shipping-billing-info,
.sidebar-in-cart .order-summary-item div[data-testid=recapItemTotalPrice],
#checkoutSidebar .recapitulation-single .recapitulation-shipping-billing-info,
#checkoutSidebar .recapitulation-single div[data-testid=recapItemTotalPrice],
#checkoutSidebar .order-summary-item .recapitulation-shipping-billing-info,
#checkoutSidebar .order-summary-item div[data-testid=recapItemTotalPrice],
.cart-empty .col-md-4 .recapitulation-single .recapitulation-shipping-billing-info,
.cart-empty .col-md-4 .recapitulation-single div[data-testid=recapItemTotalPrice],
.cart-empty .col-md-4 .order-summary-item .recapitulation-shipping-billing-info,
.cart-empty .col-md-4 .order-summary-item div[data-testid=recapItemTotalPrice] {
  text-align: right;
  padding-left: 7px;
}
.sidebar-in-cart .cart-item,
#checkoutSidebar .cart-item,
.cart-empty .col-md-4 .cart-item {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.sidebar-in-cart .cart-item:last-child > div,
#checkoutSidebar .cart-item:last-child > div,
.cart-empty .col-md-4 .cart-item:last-child > div {
  border-bottom-style: none;
}
.sidebar-in-cart .cart-item > div,
#checkoutSidebar .cart-item > div,
.cart-empty .col-md-4 .cart-item > div {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-right-style: solid;
  border-right-width: 1px;
  display: table-cell;
  padding: 8px;
  vertical-align: middle;
  border-color: #f5f6f8;
}
.sidebar-in-cart .cart-item > div.cart-item-price,
#checkoutSidebar .cart-item > div.cart-item-price,
.cart-empty .col-md-4 .cart-item > div.cart-item-price {
  text-align: right;
  width: 80px;
}
.sidebar-in-cart .cart-item > div.cart-item-amount,
#checkoutSidebar .cart-item > div.cart-item-amount,
.cart-empty .col-md-4 .cart-item > div.cart-item-amount {
  text-align: center;
  width: 60px;
}
.sidebar-in-cart .cart-item > div:first-child,
#checkoutSidebar .cart-item > div:first-child,
.cart-empty .col-md-4 .cart-item > div:first-child {
  padding-left: 0;
}
.sidebar-in-cart .cart-item > div:last-child,
#checkoutSidebar .cart-item > div:last-child,
.cart-empty .col-md-4 .cart-item > div:last-child {
  border-right-style: none;
  padding-right: 0;
}
.sidebar-in-cart .cart-item > div .main-link,
#checkoutSidebar .cart-item > div .main-link,
.cart-empty .col-md-4 .cart-item > div .main-link {
  color: #0f0f0f;
  text-decoration: none;
}
.sidebar-in-cart .cart-item > div .main-link:hover,
#checkoutSidebar .cart-item > div .main-link:hover,
.cart-empty .col-md-4 .cart-item > div .main-link:hover {
  color: var(--color-primary);
  text-decoration: underline;
}

.summary-wrapper {
  margin-top: 20px;
}

.order-summary-item.price {
  margin-top: 20px;
}

.toggle-contacts {
  pointer-events: none;
  color: #0f0f0f;
  line-height: 1.1;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 22px;
  border-radius: 0;
  background-color: transparent;
  padding: 0;
  text-align: left;
  font-family: "Roboto";
}
.toggle-contacts span {
  display: none;
}

#checkoutSidebar .contact-box {
  margin-bottom: 20px;
}

.sidebar-in-cart .contact-box li span a,
#checkoutSidebar .contact-box li span a {
  font-size: 15px;
}

.ordering-process .next-step {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  margin-top: 10px;
}
.ordering-process .next-step .btn {
  width: 100%;
  padding: 16px 25px;
  font-size: 16px;
  border-radius: 10px;
}
.ordering-process .next-step .btn.next-step-back {
  background-color: transparent;
  border-radius: 0;
  color: #0f0f0f;
  font-weight: 400;
  margin-top: 15px;
  font-size: 14px;
  padding: 0;
  width: auto;
}
.ordering-process .next-step .btn.next-step-back:hover {
  text-decoration: underline;
}

#checkoutSidebar .form-group {
  margin-top: 10px;
  margin-bottom: 0;
}
#checkoutSidebar label {
  font-size: 14px;
  padding-left: 0;
}

.cart-table {
  width: 100%;
}
.cart-table .related {
  display: none;
}
.cart-table .related.visible {
  display: block;
  margin-top: -5px;
  margin-bottom: 10px;
  width: 100%;
}
@media (max-width: 991px) {
  .cart-table .related.visible {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.cart-table .related.visible td {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -5px;
  width: calc(100% + 10px);
}
@media (max-width: 991px) {
  .cart-table .related.visible td {
    margin: 0;
    width: 100%;
  }
}
.cart-table .related.visible .cart-related-product {
  margin: 5px;
  width: calc(25% - 10px);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  border-radius: 10px;
  background-color: #f3f5f8;
  text-align: center;
}
@media (max-width: 1439px) {
  .cart-table .related.visible .cart-related-product {
    width: calc(33.3333333333% - 10px);
  }
}
@media (max-width: 600px) {
  .cart-table .related.visible .cart-related-product {
    width: calc(50% - 10px);
  }
}
.cart-table .related.visible .cart-related-product .cart-related-info {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cart-table .related.visible .cart-related-product .cart-related-info .cart-related-img:hover + .cart-related-name {
  text-decoration: underline;
}
.cart-table .related.visible .cart-related-product .cart-related-info .cart-related-name {
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 500;
  padding-top: 4px;
}
.cart-table .related.visible .cart-related-product .cart-related-info .cart-related-name:hover {
  text-decoration: underline;
}
.cart-table .related.visible .cart-related-product .cart-related-info .cart-related-availability {
  padding-top: 3px;
}
.cart-table .related.visible .cart-related-product .cart-related-button {
  margin-top: auto;
  padding-top: 4px;
}
.cart-table .related.visible .cart-related-product .cart-related-button .price-final {
  display: block;
  color: #0f0f0f;
  margin-bottom: 4px;
  font-size: 15px;
}
.cart-table tr:not(.removeable):not(.related) {
  position: relative;
  display: flex;
  padding: 10px;
  border: 2px solid #f3f5f8;
  border-radius: 10px;
}
.cart-table tr:not(.removeable):not(.related) .p-name {
  font-size: 15px;
  line-height: 1.1;
  color: #0f0f0f;
  font-weight: 500;
}
@media (max-width: 991px) {
  .cart-table tr:not(.removeable):not(.related) .p-name {
    padding: 0;
    margin-top: 7px;
    margin-bottom: 10px;
    text-align: center;
  }
}
@media (max-width: 991px) {
  .cart-table tr:not(.removeable):not(.related) {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
    flex-wrap: nowrap;
    align-items: center;
    flex-direction: column;
  }
  .cart-table tr:not(.removeable):not(.related) .p-availability {
    display: none;
  }
  .cart-table tr:not(.removeable):not(.related) .cart-p-image {
    flex: initial;
    margin: 0 auto;
  }
  .cart-table tr:not(.removeable):not(.related) .p-total,
  .cart-table tr:not(.removeable):not(.related) .p-price,
  .cart-table tr:not(.removeable):not(.related) .p-discount {
    flex: initial;
    height: auto;
    position: initial;
    transform: none;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
  }
  .cart-table tr:not(.removeable):not(.related) .p-quantity {
    position: initial;
    padding-bottom: 7px;
  }
}
@media (max-width: 600px) {
  .cart-table tr:not(.removeable):not(.related) {
    width: calc(50% - 10px);
  }
}
.cart-table .removeable {
  display: flex;
  align-items: stretch;
  position: relative;
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f3f5f8;
  padding-right: 130px;
}
.cart-table .removeable .cart-xyDiscount__description {
  display: none;
}
.cart-table .cart-p-image {
  flex: 0 0 70px;
}
.cart-table .cart-p-image > a {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 100%;
}
.cart-table .cart-p-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.cart-table .cart-p-image:hover + .p-name .main-link {
  text-decoration: underline;
}
.cart-table .cart-xyDiscount__banner .cart-xyDiscount__title {
  color: var(--xy-discount-banner-color);
}
.cart-table .cart-xyDiscount__banner .cart-xyDiscount__title .show-tooltip::before {
  content: "?";
  display: inline-block;
  width: 14px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  font-size: 12px;
  border-radius: 10px;
  background-color: var(--xy-discount-banner-color);
  color: #fff;
  position: relative;
  top: -1px;
}
.cart-table .p-name {
  padding-left: 10px;
  flex: 1;
  padding-bottom: 50px;
}
.cart-table .p-name .show-related {
  margin-top: 2px;
  display: block;
  font-size: 13px;
}
.cart-table .p-name .main-link {
  font-size: 15px;
  line-height: 1.1;
  text-decoration: none;
  color: #0f0f0f;
  font-weight: 500;
  margin-bottom: 3px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cart-table .p-name .main-link:hover {
  text-decoration: underline;
}
.cart-table .p-availability {
  flex: 0 0 110px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  padding: 0 10px;
  text-align: right;
  color: #ffb21c;
}
.cart-table .p-availability .p-label {
  display: none;
}
.cart-table .p-availability .availability-amount {
  color: #8d8d8d;
  font-size: 13px;
  margin-top: 1px;
}
.cart-table .p-discount {
  flex: 0 0 70px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: right;
  padding-right: 10px;
  font-size: 14px;
  line-height: 1.1;
  color: #ec3f3f;
}
.cart-table .p-discount .p-label {
  display: block;
}
.cart-table .p-discount span[data-testid=cartItemDiscount] {
  font-weight: 700;
  display: block;
}
.cart-table .p-quantity {
  position: absolute;
  left: 90px;
  bottom: 10px;
  text-align: center;
  font-size: 16px;
  color: #0f0f0f;
}
.cart-table .p-quantity span[data-testid=readonlyCartItemAmount],
.cart-table .p-quantity .down-payment-name {
  border-radius: 19px;
  background-color: #fff;
  border: 1px solid #e9ebec;
  text-align: center;
  font-size: 16px;
  padding: 9px 34px;
  width: 95px;
  display: block;
  font-weight: 400;
}
.cart-table .p-quantity .p-label {
  display: none;
}
.cart-table .p-quantity label {
  margin-bottom: 0 !important;
}
.cart-table .p-price {
  display: flex;
  justify-content: flex-end;
  height: 50%;
  position: absolute;
  right: 0;
  bottom: 0;
  text-align: right;
  width: 130px;
  padding-bottom: 10px;
  padding-right: 10px;
  color: #8d8d8d;
}
.cart-table .p-price strong {
  font-weight: 400;
}
.cart-table .p-price .price-final {
  display: inline-block;
  margin-right: 4px;
}
.cart-table .p-price .p-label {
  display: none;
}
.cart-table .p-total {
  display: flex;
  flex-direction: column-reverse;
  align-items: flex-end;
  justify-content: space-between;
  height: 50%;
  text-align: right;
  width: 130px;
  position: absolute;
  right: 0;
  top: 0;
  padding-top: 10px;
  padding-right: 10px;
}
.cart-table .p-total .p-label {
  display: none;
}
.cart-table .p-total .price-final {
  color: #0f0f0f;
}
.cart-table .p-total .remove-item {
  background-color: transparent;
  border-radius: 0;
  box-shadow: none;
  border: 0;
  cursor: pointer;
  line-height: 1;
  display: flex;
  align-items: center;
  margin-top: -1px;
}
.cart-table .p-total .remove-item:hover::before {
  color: #ff3333;
}
.cart-table .p-total .remove-item::before {
  content: "\f107";
  font-family: "alfa";
  color: #8d8d8d;
  font-weight: 400;
  font-size: 14px;
}
.cart-table .p-total .remove-item .sr-only {
  display: none;
}
@media (max-width: 991px) {
  .cart-table tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    margin: -5px;
    width: calc(100% + 10px);
  }
  .cart-table tbody .removeable {
    width: calc(33.3333333333% - 10px);
    margin: 5px;
    flex-wrap: nowrap;
    height: auto;
    align-items: flex-start;
    flex-direction: column;
    padding-right: 10px;
  }
  .cart-table tbody .removeable > * {
    width: 100%;
  }
  .cart-table tbody .removeable .cart-p-image {
    flex: initial;
  }
  .cart-table tbody .removeable .cart-p-image > a {
    justify-content: center;
  }
  .cart-table tbody .removeable .p-name {
    flex: initial;
    padding-left: 0;
    padding-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    text-align: center;
    margin-bottom: auto;
  }
  .cart-table tbody .removeable .p-availability {
    flex: initial;
    padding: 0;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-bottom: 7px;
  }
  .cart-table tbody .removeable .p-price {
    position: initial;
    flex: initial;
    height: auto;
    text-align: center;
    justify-content: center;
    padding-bottom: 7px;
    align-items: center;
    order: 8;
    padding-bottom: 0;
    padding-right: 0;
  }
  .cart-table tbody .removeable .p-discount {
    height: auto;
    flex: initial;
    align-items: center;
    justify-content: flex-start;
    padding-right: 0;
    text-align: center;
    padding-bottom: 7px;
    min-height: 38px;
  }
  .cart-table tbody .removeable .p-quantity {
    flex: initial;
    position: initial;
    padding-bottom: 7px;
  }
  .cart-table tbody .removeable .p-quantity .quantity {
    margin: auto;
  }
  .cart-table tbody .removeable .p-total {
    flex: initial;
    align-items: center;
    text-align: center;
    height: auto;
    flex-direction: column;
    justify-content: flex-end;
    order: 9;
    font-size: 15px;
    padding-top: 0;
    padding-right: 0;
    position: initial;
    height: auto;
  }
  .cart-table tbody .removeable .p-total .remove-item {
    position: absolute;
    right: 10px;
    top: 10px;
  }
}
@media (max-width: 600px) {
  .cart-table tbody .removeable {
    width: calc(50% - 10px);
  }
}

.ordering-process .discount-coupon form {
  display: flex;
  align-items: center;
}
@media (max-width: 479px) {
  .ordering-process .discount-coupon form {
    flex-direction: column;
    align-items: stretch;
  }
  .ordering-process .discount-coupon form input {
    width: 100%;
  }
  .ordering-process .discount-coupon form .btn {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
  }
}
.ordering-process .discount-coupon input {
  border-radius: 150px;
  height: 45px;
  padding: 10px 20px;
}
.ordering-process .discount-coupon .btn {
  height: 45px;
  margin-left: 5px;
}
.ordering-process .discount-coupon .applied-coupon {
  margin-top: 5px;
}
.ordering-process .discount-coupon .applied-coupon .btn {
  margin-left: 0;
  padding: 0;
  width: 32px;
  height: 32px;
  font-size: 16px;
  margin-top: 5px;
}
@media (max-width: 479px) {
  .ordering-process .discount-coupon .applied-coupon .btn {
    margin-top: 5px;
  }
}

.extra.delivery {
  color: #049b6e;
  font-size: 15px;
  line-height: 1.1;
  min-height: 42px;
  display: flex;
  align-items: center;
  padding-left: 48px;
  position: relative;
}
.extra.delivery::before {
  content: "\f122";
  font-family: "alfa";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 38px;
}
.extra.delivery .price-range {
  width: 100%;
  height: 7px;
  background-color: #d9dde7;
  border-radius: 10px;
  position: relative;
  margin-top: 7px;
  max-width: 400px;
}
.extra.delivery .price-range > div {
  background-color: #049b6e;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 10px;
}

.cart-content .cart-summary {
  margin-top: 10px;
}
@media (max-width: 991px) {
  .cart-content .cart-summary {
    margin-top: 20px;
  }
}
.cart-content .extras-wrapper .extras-col > * {
  margin-bottom: 15px;
}
.cart-content .extras-wrapper .extras-col:last-of-type {
  margin-bottom: 0;
}

#checkoutContent {
  /* Step 2 focus */
  /* Step 2 focus */
}
#checkoutContent .not-possible-info {
  display: none;
  font-size: 14px;
  margin-top: 2px;
}
#checkoutContent .inactive .not-possible-info {
  display: block;
}
#checkoutContent input[type=text],
#checkoutContent input[type=email],
#checkoutContent input[type=tel],
#checkoutContent select.form-control,
#checkoutContent .phone-combined-input,
#checkoutContent select,
#checkoutContent textarea {
  height: 52px;
  max-width: 400px;
  width: 100%;
  padding-left: 17px;
  border-radius: 10px;
  font-size: 15px;
}
#checkoutContent textarea {
  height: auto;
  line-height: 1.3;
  max-width: none;
  min-height: 150px;
}
#checkoutContent #note {
  margin-bottom: 15px;
}
#checkoutContent .phone-combined-input {
  padding-left: 0;
}
#checkoutContent .country-flags {
  height: 52px;
}
#checkoutContent .radio-wrapper input[type=radio] {
  display: none;
}
#checkoutContent .radio-wrapper input[type=radio]:checked + label {
  background-color: transparent;
  z-index: 1;
}
#checkoutContent .radio-wrapper input[type=radio]:checked + label:hover {
  background-color: transparent;
}
#checkoutContent .radio-wrapper input[type=radio]:checked + label::before {
  content: "";
  border-style: none;
  width: 100%;
  height: 100%;
  border-radius: 5px;
  background-color: var(--color-primary);
  opacity: 0.2;
  filter: brightness(2);
  z-index: -1;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  transform: none;
  transition: background-color 0.3s ease-in-out;
}
#checkoutContent .radio-wrapper input[type=radio]:checked + label::after {
  content: "";
}
#checkoutContent .radio-wrapper input[type=radio] + label {
  padding: 15px;
  padding-left: 43px;
  width: 100%;
  display: block;
  position: relative;
  min-height: 70px;
  display: flex;
  align-items: center;
  border-radius: 5px;
  transition-duration: 0.3s;
}
@media (max-width: 479px) {
  #checkoutContent .radio-wrapper input[type=radio] + label {
    flex-wrap: wrap;
  }
}
#checkoutContent .radio-wrapper input[type=radio] + label .payment-info {
  margin-right: auto;
  flex: 1;
  max-width: none;
}
#checkoutContent .radio-wrapper input[type=radio] + label .payment-shipping-price {
  padding-left: 10px;
  text-align: right;
  flex: 0 0 110px;
}
#checkoutContent .radio-wrapper input[type=radio] + label .payment-shipping-price.for-free {
  color: var(--color-primary);
}
#checkoutContent .radio-wrapper input[type=radio] + label .payment-logo {
  padding-left: 10px;
  text-align: right;
  order: initial;
  flex: 0 0 90px;
}
@media (max-width: 479px) {
  #checkoutContent .radio-wrapper input[type=radio] + label .payment-logo {
    flex: initial;
    width: 100%;
    order: 1;
    padding-left: 0;
    padding-top: 5px;
    text-align: left;
  }
}
#checkoutContent .radio-wrapper input[type=radio] + label .payment-logo img {
  max-height: 40px;
  max-width: 80px;
  object-fit: contain;
  object-position: center right;
}
#checkoutContent .radio-wrapper input[type=radio] + label:hover {
  background-color: #f3f5f8;
}
#checkoutContent .radio-wrapper input[type=radio] + label::before {
  content: "";
  width: 18px;
  height: 18px;
  min-width: 18px;
  min-height: 18px;
  border: 0;
  border-radius: 500px;
  background: #fff;
  border: 1px solid #c4cad5;
  cursor: pointer;
  display: inline-block;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  outline: none;
  padding: 0;
  transition: background-color 0s ease-in-out;
}
#checkoutContent .radio-wrapper input[type=radio] + label::after {
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border-radius: 500px;
  background-color: #0f0f0f;
  border: 2px solid #fff;
  outline: 2px solid #0f0f0f;
}
#checkoutContent .order-icon {
  position: relative;
  padding-left: 45px;
  font-weight: 600;
}
#checkoutContent .order-icon::before {
  content: "\f122";
  font-family: "alfa";
  font-size: 38px;
  display: inline-block;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
}
#checkoutContent .order-icon.order-information {
  padding-left: 40px;
}
#checkoutContent .order-icon.order-information::before {
  content: "\f125";
  font-size: 32px;
}
#checkoutContent .order-icon.order-payment {
  padding-left: 40px;
}
#checkoutContent .order-icon.order-payment::before {
  content: "\f126";
  font-size: 30px;
  margin-top: -2px;
}
#checkoutContent .co-contact-information h4,
#checkoutContent .co-billing-address h4,
#checkoutContent .co-shipping-address h4 {
  position: relative;
  padding-left: 35px;
  font-weight: 600;
}
#checkoutContent .co-contact-information h4::before,
#checkoutContent .co-billing-address h4::before,
#checkoutContent .co-shipping-address h4::before {
  content: "\f12b";
  font-family: "alfa";
  font-size: 28px;
  display: inline-block;
  margin-right: 7px;
  font-weight: 400;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  margin-top: -1px;
}
#checkoutContent .co-billing-address h4 {
  padding-left: 38px;
}
#checkoutContent .co-billing-address h4::before {
  content: "\f12c";
  font-size: 30px;
}
#checkoutContent .co-shipping-address h4 {
  padding-left: 45px;
}
#checkoutContent .co-shipping-address h4::before {
  content: "\f122";
  font-size: 38px;
}
#checkoutContent .co-box {
  padding: 20px;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  #checkoutContent .co-box {
    padding-left: 0;
    padding-right: 0;
  }
}
#checkoutContent .co-box.co-payment-method {
  margin-bottom: 0;
}
#checkoutContent .co-contact-information .form-group,
#checkoutContent .co-shipping-address .form-group {
  flex-direction: column;
  align-items: flex-start;
}
#checkoutContent .form-group:last-of-type {
  margin-bottom: 10px;
}
#checkoutContent .co-box-additional {
  margin-bottom: 0;
  padding-top: 0;
}

.ordering-process #content label[for=login] + div {
  margin-bottom: 10px;
}
.ordering-process #content label[for=login] + div .btn {
  border-radius: 10px;
}

.recapitulation-table {
  text-align: left;
  margin-bottom: 0;
}

.cart-table[data-testid=recapTable] tbody {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -5px;
  width: calc(100% + 10px);
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] {
  position: relative;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  border: 2px solid #f3f5f8;
  display: flex;
  align-items: flex-start;
  width: calc(33.3333333333% - 10px);
}
@media (max-width: 1199px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] {
    width: calc(50% - 10px);
  }
}
@media (max-width: 991px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] {
    width: calc(100% - 10px);
  }
}
@media (max-width: 479px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] {
    width: calc(50% - 10px);
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-name {
  padding-bottom: 0;
  padding-right: 140px;
  color: #0f0f0f;
  font-weight: 500;
  font-size: 15px;
}
@media (max-width: 479px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-name {
    padding-right: 0;
    margin-bottom: 5px;
    padding-left: 0;
    margin-top: 5px;
  }
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-quantity {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  height: 50%;
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
  width: 130px;
  left: initial;
  font-size: 14px;
  padding-right: 10px;
  padding-top: 10px;
  color: #8d8d8d;
}
@media (max-width: 479px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-quantity {
    position: initial;
    width: auto;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-top: 0;
  }
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-quantity span {
  display: inline-block;
  margin: 0 3px;
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-quantity strong {
  font-weight: 400;
}
.cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-price {
  color: #0f0f0f;
  font-weight: 600;
  font-size: 15px;
}
@media (max-width: 479px) {
  .cart-table[data-testid=recapTable] tbody tr[data-testid=recapItem] .p-price {
    position: initial;
    width: auto;
    height: auto;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-right: 0;
    padding-bottom: 0;
  }
}

.recapitulation-wrapper:not([data-testid=recapTable]) {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 15px;
}
.recapitulation-wrapper:not([data-testid=recapTable]) > * {
  margin-top: 8px;
}
.recapitulation-wrapper:not([data-testid=recapTable]) > *:first-child {
  margin-top: 0;
}

.reca-number {
  margin-bottom: 8px !important;
}

.cart-empty h1 {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .cart-empty h1 {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

.empty-cart-boxes .col-md-6 {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .empty-cart-boxes .col-md-6 {
    margin-bottom: 25px;
  }
}
.empty-cart-boxes .col-md-6 li {
  padding-left: 0;
}
.empty-cart-boxes .col-md-6 li::before {
  content: none;
}
.empty-cart-boxes .col-md-6 li a {
  color: #0f0f0f;
  text-decoration: underline;
}
.empty-cart-boxes .col-md-6 li a:hover {
  color: var(--color-primary);
  text-decoration: none;
}
.empty-cart-boxes .col-md-6:last-of-type {
  margin-bottom: 0;
}

.ordering-process .free-gift .free-product-gifts {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  margin: -2.5px;
  width: calc(100% + 5px);
}
.ordering-process .free-gift .free-product-gifts li {
  padding: 0;
  margin: 0;
  margin: 2.5px;
  width: calc(33.3333333333% - 5px);
}
@media (max-width: 767px) {
  .ordering-process .free-gift .free-product-gifts li {
    width: calc(50% - 5px);
  }
}
@media (max-width: 420px) {
  .ordering-process .free-gift .free-product-gifts li {
    width: calc(100% - 5px);
  }
}
.ordering-process .free-gift .free-product-gifts li img {
  border-radius: 10px;
}
.ordering-process .free-gift .free-product-gifts li .free-gift-label {
  margin-left: 10px;
  font-size: 15px;
}
.ordering-process .free-gift .free-product-gifts li label {
  display: flex;
  align-items: center;
  border: 2px solid #f3f5f8;
  border-radius: 10px;
  padding: 5px;
  height: 100%;
  cursor: pointer;
}
.ordering-process .free-gift .free-product-gifts li label:hover .free-gifts-img .free-gifts-img-hover {
  display: block;
  position: absolute;
  z-index: 1;
  bottom: -7px;
  left: -7px;
  width: 350px;
}
.ordering-process .free-gift .free-product-gifts li label:hover .free-gifts-img .free-gifts-img-hover img {
  border: 1px solid #f3f5f8;
  display: flex;
}
@media (max-width: 479px) {
  .ordering-process .free-gift .free-product-gifts li label:hover .free-gifts-img .free-gifts-img-hover {
    width: 280px;
  }
}
.ordering-process .free-gift .free-product-gifts li::before {
  content: none;
}
.ordering-process .free-gift .free-product-gifts li .free-gifts-img {
  position: relative;
  min-width: 60px;
}
.ordering-process .free-gift .free-product-gifts li .free-gifts-img > img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  object-position: center left;
}
.ordering-process .free-gift .free-product-gifts li .free-gifts-img .free-gifts-img-hover {
  display: none;
}

.overall-wrapper {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  min-height: 100vh;
}
.overall-wrapper #content-wrapper {
  margin-bottom: auto;
}

.shipping-options-popup {
  container-type: inline-size;
  container-name: shipping;
}

@container shipping (width > 27em) {
  .shipping-options-popup .payment-info {
    flex-basis: calc(100% - 100px - 7.2em);
  }
  .shipping-options-popup .payment-logo {
    flex-basis: 80px;
    order: unset;
    text-align: right;
  }
}
body #cboxOverlay,
body #cboxWrapper,
body #colorbox {
  left: 0;
  overflow: hidden;
  position: absolute;
  top: 0;
  z-index: 1002;
}
body #cboxOverlay {
  height: 100%;
  position: fixed;
  width: 100%;
}
body #cboxContent,
body #cboxOverlay,
body #cboxTitle {
  background-color: var(--colors-surface-primary);
}
body #cboxLoadedContent {
  -webkit-overflow-scrolling: touch;
  overflow: auto;
}
body #cboxContent,
body #cboxLoadedContent,
body #colorbox {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
body #colorbox {
  outline: 0;
}
body #cboxWrapper {
  max-width: none;
}
body #cboxBottomLeft,
body #cboxMiddleLeft {
  clear: left;
}
body #cboxContent {
  position: relative;
}
body #cboxContent {
  margin-top: 32px;
  overflow: visible;
}
body #cboxContent,
body .cboxIframe {
  background: #fff;
}
body #cboxContent {
  border-style: solid;
  border-width: 1px;
}
body #cboxContent,
body #cboxOverlay,
body #cboxTitle {
  background-color: var(--colors-surface-primary);
}
body #cboxContent.cookiesDialog {
  background-color: #f8fafb;
  border-radius: 8px;
}
body #cboxLoadedContent {
  padding: 1px;
}
body #cboxTitle {
  margin: 0;
}
body #cboxTitle {
  color: #000;
  left: 0;
}
body #cboxCurrent,
body #cboxTitle {
  position: absolute;
  top: -22px;
}
body #cboxCurrent {
  right: 205px;
  text-indent: -9999px;
}
body #cboxCurrent,
body #cboxTitle {
  display: none !important;
}
body #cboxContent,
body #cboxOverlay,
body #cboxTitle {
  background-color: var(--colors-surface-primary);
}
body #cboxClose,
body #cboxNext,
body #cboxPrevious,
body #cboxSlideshow {
  cursor: pointer;
}
body #cboxClose,
body #cboxNext,
body #cboxPrevious,
body #cboxSlideshow {
  background: none;
  border: 0;
  margin: 0;
  overflow: visible;
  padding: 0;
  position: absolute;
  text-indent: -9999px;
}
body #cboxNext,
body #cboxPrevious {
  height: 100%;
  outline: none;
  top: 0;
  width: 50%;
  text-indent: initial;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 768px) {
  body #cboxNext:hover::before,
  body #cboxPrevious:hover::before {
    background-color: var(--color-primary);
    color: #fff;
  }
}
body #cboxNext::before,
body #cboxPrevious::before {
  content: "\f103";
  font-family: "alfa";
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 14px;
  line-height: 1;
  color: #0f0f0f;
  border-radius: 100%;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
@media (min-width: 768px) {
  body #cboxNext::before,
  body #cboxPrevious::before {
    transition: background-color 0.3s ease-out, color 0.3s ease-out;
    width: 46px;
    height: 46px;
    left: 20px;
    font-size: 16px;
  }
}
body #cboxNext {
  right: 0;
}
body #cboxNext::before {
  content: "\f104";
  left: auto;
  right: 15px;
}
@media (min-width: 768px) {
  body #cboxNext::before {
    width: 46px;
    height: 46px;
    right: 20px;
    left: auto;
  }
}
body #cboxLoadingGraphic,
body #cboxLoadingOverlay {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
body #cboxLoadingOverlay {
  background: #fff;
}
body #cboxClose {
  background-color: transparent !important;
  height: 40px;
  right: 10px;
  top: 0;
  width: 40px;
  z-index: 99;
}
body #cboxClose:hover::before {
  color: #ff2020;
}
body .cookiesDialog #cboxClose {
  background-color: transparent !important;
  border-radius: 8px;
}
body #cboxClose:before {
  speak: none;
  display: inline-block;
  font-family: "alfa";
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  text-decoration: none;
  text-transform: none;
  vertical-align: middle;
  content: "\f107";
  font-size: 26px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-indent: 0;
  top: 0;
  transition: color 0.3s ease-in-out;
}
body .colorbox-html-content {
  padding: 20px;
}
body .cookiesSetting__form {
  padding: 10px;
}
body .cookiesSetting__title {
  color: #000;
  font-size: 22px;
  font-weight: 700;
  line-height: 34px;
  margin-block-start: 0.5em;
  margin-block-end: 0.5em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
body .cookiesSetting__perex {
  color: #000;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 19px;
}
body .cookiesSetting__data {
  background-color: #fff;
  border: 1px solid #e5e8ea;
  border-radius: 4px;
  padding: 0 20px;
}
body .cookiesSetting__item {
  border-bottom: 1px solid #e5e8ea;
  padding: 10px 0;
}
@media (min-width: 768px) {
  body .cookiesSetting__item {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
body .cookiesSetting__item__name {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}
body .cookiesSetting__item__text {
  color: #000;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  body .cookiesSetting__item__text {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  body .cookiesSetting__item__col2 {
    margin-left: 10px;
  }
}
body #cboxContent {
  border-color: var(--colors-foregrounds-borders-secondary);
  border-radius: 10px;
}
body .cookiesSetting__item__status {
  border: 1px solid #e5e8ea;
  border-radius: 8px;
  display: block;
  font-size: 16px;
  margin: 20px 0;
  padding: 10px 20px 10px 35px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 768px) {
  body .cookiesSetting__item__status {
    margin: 0;
    padding: 10px 15px;
  }
}
body .cookiesSetting__item__status:hover {
  background: #f8fafb;
  border: 1px solid #e5e8ea;
  color: #252525;
}
body #cboxContent p {
  margin-bottom: 15px;
}
body #cboxContent label {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  body #cboxContent label {
    justify-content: center;
  }
}
body #cboxContent input[type=checkbox] + label,
body #cboxContent input[type=radio] + label {
  display: inline-block;
  line-height: 20px;
  position: relative;
}
body .cookiesSetting__bottom {
  text-align: center;
}
@media (min-width: 768px) {
  body .cookiesSetting__bottom {
    align-items: flex-start;
    display: flex;
    margin-top: 20px;
    text-align: left;
  }
}
body .cookiesSetting__uncheck {
  display: block;
  margin: 10px 0;
}
@media (min-width: 768px) {
  body .cookiesSetting__uncheck {
    flex: 1;
    margin: 0;
  }
}
body .cookiesSetting__uncheckLink {
  background-color: transparent;
  border: 2px solid #11111f;
  border-radius: 4px;
  color: #11111f;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 44px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  width: 100%;
}
@media (min-width: 768px) {
  body .cookiesSetting__uncheckLink {
    display: inline-block;
    text-align: left;
    width: auto;
  }
}
body .cookiesSetting__uncheckLink:hover {
  background: #e5e8ea;
  color: #383742;
}
body .cookiesSetting__button {
  border: 0;
  border-radius: 4px;
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 48px;
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 768px) {
  body .cookiesSetting__button {
    display: inline-block;
    width: auto;
  }
}
body .cookiesSetting__button,
body .cookiesSetting__button:hover {
  background-color: #11111f;
  color: #fff;
}
body .cookiesSetting__button--green {
  background-color: #007c47;
  margin-top: 10px;
}
@media (min-width: 768px) {
  body .cookiesSetting__button--green {
    margin-left: 15px;
    margin-top: 0;
  }
}
@media (min-width: 768px) {
  body .cookiesSetting__button:hover {
    opacity: 0.9;
  }
}
body .cookiesSetting__button--green:hover {
  background-color: #007c47;
  color: #fff;
}
body .content-modal {
  padding: 10px;
  padding-top: 30px;
}
@media (min-width: 1200px) {
  body .content-modal {
    padding: 20px;
    padding-top: 30px;
  }
}
body .shipping-options-popup .shipping-row {
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
  gap: 5px 10px;
  justify-content: space-between;
  line-height: 1.3;
  padding: 15px 0;
}
body .shipping-row:not(:has(.payment-logo)) .payment-info {
  flex-basis: auto;
  max-width: calc(100% - 10px - 7.2em);
}
body .payment-info {
  text-align: left;
  flex: 1 1 auto;
  max-width: calc(100% - 10px - 7.2em);
}
body .for-free {
  color: var(--colors-state-success);
}
body .payment-shipping-price {
  flex: 1 0 7.2em;
  text-align: right;
}
body .payment-logo {
  flex: 0 0 100%;
  order: 1;
  text-align: left;
}
body .payment-logo img {
  max-height: 40px;
  max-width: 80px;
}
body .shipping-options-popup .extra.delivery {
  margin-top: 20px;
}
@media (min-width: 480px) {
  body #cboxContent .form-group > input.form-control,
  body #cboxContent .form-group > select.form-control {
    width: 217px;
  }
}
@media (min-width: 480px) {
  body #cboxContent .form-group label {
    float: left;
    margin-bottom: 0;
    padding-right: 20px;
    width: 175px;
  }
}
body #cboxContent .form-control {
  display: block;
  width: 100%;
}
body #cboxContent .form-group {
  flex-wrap: wrap;
}
body #cboxContent .form-group label {
  margin-bottom: 5px;
  margin-top: 5px;
}
body #cboxContent .form-group label[class=whole-width] {
  display: inline-block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-size: 15px;
}

.watchdog-row {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
.watchdog-row .disclaimer {
  color: #8d8d8d;
  font-style: italic;
  font-size: 15px;
}
.watchdog-row input[type=checkbox] + label {
  margin-right: 7px;
}
.watchdog-row input[type=text],
.watchdog-row input[type=email] {
  margin-top: 5px;
}
.watchdog-row .disclaimer.hidden {
  display: none;
}

#cboxContent .watchdog-row .form-control#priceUnder {
  width: 110px;
  margin-top: 0;
}
#cboxContent .watchdog-row .form-control#priceUnder + span {
  margin-left: 7px;
}
#cboxContent .watchdog-row .form-control#priceUnder + span + .disclaimer {
  width: 100%;
  margin-top: 2px;
}

.watchdog-action-buttons {
  display: flex;
  flex-wrap: wrap-reverse;
  justify-content: center;
}
.watchdog-action-buttons .btn {
  margin: 5px 2.5px 0 2.5px;
  width: auto;
}
.watchdog-action-buttons .btn#watchdog-submit {
  background-color: var(--color-secondary);
}
.watchdog-action-buttons .btn#watchdog-submit:hover {
  background-color: var(--color-secondary-hover);
}

#watchdog-variants-select {
  flex-direction: column;
  align-items: flex-start;
}
#watchdog-variants-select label {
  margin-bottom: 3px;
}

body .advanced-order .btn.p-all {
  display: none;
}
body .advanced-order .ao-image img {
  max-height: 180px;
  width: auto;
}
body .advanced-order .ao-availability {
  font-size: 16px;
}
body .advanced-order .ao-availability strong {
  font-weight: 600;
}
body .advanced-order .ao-availability .availability-amount {
  font-size: 15px;
  color: #8d8d8d;
  font-weight: 400;
}
body .advanced-order .ao-price {
  font-size: 18px;
}
body .advanced-order .unit-value {
  font-size: 16px;
}
body .advanced-order .ao-quantity {
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
body .advanced-order .ao-name,
body .advanced-order .h2[data-testid=textPopupProductName],
body .advanced-order .advanced-order-suggestion {
  font-size: 24px;
  font-weight: 600;
  color: #0f0f0f;
  text-align: center;
}
body .advanced-order .ao-name > a,
body .advanced-order .h2[data-testid=textPopupProductName] > a,
body .advanced-order .advanced-order-suggestion > a {
  text-decoration: none;
  color: #0f0f0f;
}
body .advanced-order .ao-name > a:hover,
body .advanced-order .h2[data-testid=textPopupProductName] > a:hover,
body .advanced-order .advanced-order-suggestion > a:hover {
  text-decoration: underline;
}
body .advanced-order .ao-name {
  margin-bottom: 15px;
}
body .advanced-order .advanced-order-suggestion {
  margin-top: 25px;
  margin-bottom: 10px;
}
body .advanced-order .extras-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
  margin-top: 10px;
}
body .advanced-order .advancedOrder__buttons {
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
}
body .advanced-order .advancedOrder__buttons .btn {
  min-width: 180px;
  margin-bottom: 5px;
}
body .advanced-order .h1:not(.advanced-order-suggestion) {
  background-color: #b1efc1;
  text-align: center;
  color: #049b50;
  padding: 10px;
  margin-bottom: 15px;
  margin-top: 12px;
  border-radius: 10px;
  font-weight: 700;
}
body .advanced-order .products-block {
  flex-direction: column;
  align-items: stretch;
  margin: 0;
  width: 100%;
}
@media (max-width: 600px) {
  body .advanced-order .products-block {
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    justify-content: space-between;
    margin-bottom: -7px;
  }
}
body .advanced-order .products-block .product {
  width: 100%;
  padding: 10px;
  box-shadow: none;
  border: 2px solid #f3f5f8;
  margin: 0;
  margin-bottom: 7px;
}
body .advanced-order .products-block .product:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product {
    width: calc(50% - 3.5px);
  }
  body .advanced-order .products-block .product:last-of-type {
    margin-bottom: 7px;
  }
}
body .advanced-order .products-block .product .widget-parameter-wrapper {
  display: none;
}
body .advanced-order .products-block .product .name {
  text-align: left;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .name {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
}
body .advanced-order .products-block .product .ratings-wrapper {
  justify-content: flex-start;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .ratings-wrapper {
    padding-left: 0;
    padding-right: 0;
    justify-content: center;
  }
}
body .advanced-order .products-block .product .p {
  flex-direction: row;
  align-items: center;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p {
    flex-direction: column;
    align-items: center;
  }
}
body .advanced-order .products-block .product .p .p-in {
  flex-direction: row;
  align-items: center;
  flex: 1;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in {
    flex-direction: column;
    align-items: center;
  }
}
body .advanced-order .products-block .product .p .p-in .p-in-in {
  flex: 1;
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div {
  flex-direction: row;
  align-items: center;
  padding: 0;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div .prices {
    margin-top: auto !important;
  }
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .prices .price-final {
  flex-direction: column-reverse;
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .prices .price-final .price-standard {
  margin-left: 0;
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-tools {
  margin-top: 0;
  padding-left: 10px;
  flex: initial !important;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-tools {
    padding-left: 0;
    padding-top: 8px;
  }
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-tools .btn {
  border-radius: 5px !important;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-tools .btn {
    border-radius: 22.5px !important;
  }
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-desc {
  margin: 0 !important;
  padding-right: 10px;
  text-align: left;
  flex: 0 0 300px;
  display: none;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div .p-desc {
    flex: initial;
    padding-right: 0;
    text-align: center;
  }
}
body .advanced-order .products-block .product .p .p-in .p-bottom > div .prices {
  margin: 0;
  padding: 0;
  flex: 0 0 120px;
}
@media (max-width: 600px) {
  body .advanced-order .products-block .product .p .p-in .p-bottom > div .prices {
    flex: initial;
    padding-top: 8px;
    text-align: center;
  }
}
body .advanced-order .products-block .product .p .image {
  width: 80px;
  height: 80px;
  min-width: 80px;
  padding: 0;
}
body .advanced-order .products-block .product .p .image .flags {
  display: none;
}
body .advanced-order .products-block .product .p .image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

body .siteCookies {
  bottom: 0;
  color: var(--cookies-notice-color);
  font-size: 16px;
  left: 0;
  position: fixed;
  right: 0;
  transition: all 0.4s;
  z-index: 100000001;
}
@media (min-width: 768px) {
  body .siteCookies--bottom {
    left: 50%;
    margin-left: -335px;
    width: 670px;
  }
  body .siteCookies--bottom.siteCookies--scrolled {
    background-color: var(--cookies-notice-background);
    box-shadow: 0 0 30px rgba(27, 25, 57, 0.5);
    left: 0;
    margin-left: 0;
    width: 100%;
  }
}
body .siteCookies__form {
  background-color: var(--cookies-notice-background);
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  box-shadow: 0 0 30px rgba(27, 25, 57, 0.5);
  padding: 20px 15px 25px;
}
@media (min-width: 768px) {
  body .siteCookies__form {
    display: flex;
    margin: 0 auto;
    max-width: 670px;
    padding: 24px;
  }
}
body .siteCookies__content {
  flex: 1;
}
body .siteCookies__text {
  line-height: 22px;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  body .siteCookies__text {
    margin-right: 30px;
  }
}
body .siteCookies__text a {
  text-decoration: underline;
  text-underline-offset: 0.14em;
}
body .siteCookies__text a,
body .siteCookies__text p {
  color: var(--cookies-notice-color);
}
body .siteCookies__links {
  margin-bottom: 16px;
  text-align: center;
  width: 100%;
}
@media (min-width: 768px) {
  body .siteCookies__links {
    margin-bottom: 0;
    text-align: left;
  }
}
body .siteCookies__link {
  background: none;
  border: 2px solid var(--cookies-notice-color);
  border-radius: 4px;
  color: var(--cookies-notice-color);
  display: block;
  font-weight: 700;
  line-height: 44px;
  padding: 0 15px;
  text-decoration: none;
  width: 100%;
}
@media (hover: hover) {
  body .siteCookies__link:hover {
    background: var(--cookies-notice-link-hover);
    color: #fff;
  }
}
@media (min-width: 768px) {
  body .siteCookies__link {
    display: inline-block;
    width: auto;
  }
}
@media (min-width: 768px) {
  body .siteCookies--bottom.siteCookies--scrolled .siteCookies__form {
    box-shadow: unset;
  }
}
body .siteCookies__buttonWrap {
  align-items: flex-start;
  display: flex;
  gap: 16px;
}
body .siteCookies__button {
  background-color: var(--cookies-notice-color);
  border: 0;
  border-radius: 4px;
  color: var(--cookies-notice-background);
  display: block;
  font-weight: 700;
  line-height: 48px;
  margin: 0 auto;
  padding: 0 15px;
  text-align: center;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 992px) {
  body .siteCookies__button {
    transition: all 0.4s;
  }
  body .siteCookies__button:hover {
    background-color: var(--cookies-notice-button-hover);
  }
}
@media (min-width: 768px) {
  body .siteCookies__button:hover {
    opacity: 0.8;
  }
}
@media (min-width: 768px) {
  body .siteCookies--top {
    background-color: var(--cookies-notice-background);
    bottom: auto;
    top: 0;
  }
}
@media (min-width: 768px) {
  body .siteCookies--top .siteCookies__form {
    max-width: 800px;
  }
}
@media (min-width: 768px) {
  body .siteCookies--left {
    bottom: 30px;
    left: 30px;
    right: auto;
  }
}
@media (min-width: 768px) {
  body .siteCookies--left .siteCookies__form,
  body .siteCookies--right .siteCookies__form {
    border-radius: 8px;
  }
}
@media (min-width: 768px) {
  body .siteCookies--right {
    bottom: 30px;
    left: auto;
    right: 30px;
  }
}
@media (min-width: 768px) {
  body .siteCookies--center {
    bottom: auto;
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
  }
}
@media (min-width: 768px) {
  body .siteCookies--center .siteCookies__form {
    border-radius: 8px;
    flex-direction: column;
    position: relative;
  }
}
@media (min-width: 768px) {
  body .siteCookies--center .siteCookies__links {
    bottom: 24px;
    max-width: 30%;
    position: absolute;
  }
}
@media (min-width: 768px) {
  body .siteCookies--center .siteCookies__buttonWrap {
    align-self: flex-end;
    max-width: 67%;
  }
}

html.cookies-visible .siteCookies {
  display: none;
}

.type-page #content ul,
.type-page #content ol,
.type-post #content ul,
.type-post #content ol {
  margin-bottom: 20px;
}
.type-page #content p:last-of-type,
.type-post #content p:last-of-type {
  margin-bottom: 15px;
}

.dkLabNoteCartMessage {
  margin-bottom: 10px;
  border-radius: 10px;
}

body.template-11 #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn,
body.template-11 #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn {
  text-decoration: none;
  top: 0;
}
body.template-11 #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn::before,
body.template-11 #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn::before {
  margin: 0 0 0 10px;
  background-color: #f5f6f8;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 24px;
  border: 2px solid transparent;
  font-weight: 500;
}
body.template-11 #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn em,
body.template-11 #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn em {
  top: -2px;
  right: -4px;
}
body.template-11 .dkLabFavouriteProductDiv.onlyIcon,
body.template-11 .dkLabComparerProductDiv.onlyIcon {
  top: 27px;
}
body.template-11 .dkLabFavouriteProductDiv:not(.onlyIcon),
body.template-11 .dkLabComparerProductDiv:not(.onlyIcon) {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
  text-align: center;
  margin-top: -2px;
}

#dkLabFavListsDialog .dkLabManageListsWrapper {
  text-align: left;
}
#dkLabFavListsDialog .dkLabFavManageAddListWrapper #dkLabFavManageAddNewListInput.hidden,
#dkLabFavListsDialog .dkLabFavManageAddListWrapper #dkLabFavManageAddNewListText.hidden {
  display: none;
}

body .product .dkLabComparerProductDiv.onlyIcon + .dkLabFavouriteProductDiv.onlyIcon {
  right: 36px;
}

@media (max-width: 767px) {
  body.template-11 #header .navigation-buttons #dkLabFavHeaderWrapper,
  body.template-11 #header #dkLabComparerHeaderWrappper {
    transform: none !important;
    position: initial;
  }
  body.template-11 #header .navigation-buttons #dkLabFavHeaderWrapper .dkLabFavHeaderIconBtn::before,
  body.template-11 #header .navigation-buttons #dkLabFavHeaderWrapper .dkLabComparerHeaderIconBtn::before,
  body.template-11 #header #dkLabComparerHeaderWrappper .dkLabFavHeaderIconBtn::before,
  body.template-11 #header #dkLabComparerHeaderWrappper .dkLabComparerHeaderIconBtn::before {
    width: 40px;
    height: 40px;
    font-size: 19px;
    margin-left: 5px;
  }
}
body #dkLabFavouritePageMenu > li {
  margin-bottom: 0;
}
body #dkLabFavouritePageMenu > li.active {
  border-bottom-color: #f3f5f8;
}

body.template-11.inDklabFavourites .products-block .p-tools {
  display: flex;
  align-items: center;
  flex-direction: column;
}
body.template-11.inDklabFavourites .products-block .quantity {
  margin-bottom: 5px;
}
body.template-11.inDklabFavourites .products-block .quantity input {
  border-radius: 50px;
  width: 100% !important;
  height: 44.8px !important;
}
@media (max-width: 479px) {
  body.template-11.inDklabFavourites .products-block .quantity input {
    height: 36.8px !important;
    font-size: 14px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

body .dkLabVisitedProductsNew--smallPadding {
  border-radius: 10px;
}

.sr-only {
  display: none;
}

.required-asterisk.required-asterisk--before {
  color: red !important;
}

.custom-style-panel {
  position: fixed;
  right: 20px;
  bottom: 20px;
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
  border-color: transparent;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  z-index: 999;
  display: flex;
  flex-direction: column;
}
.custom-style-panel label {
  margin-bottom: 10px;
}
.custom-style-panel label:last-of-type {
  margin-bottom: 0;
}
.custom-style-panel .color-inputs {
  display: flex;
  flex-direction: column;
}
