@charset "UTF-8";
body {
  width: 100%;
  height: 100%;
}

/* Update max width */
@media (min-width: 1399px) {
  .container-footer {
    max-width: 1446px !important;
  }
}

legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}

label {
  font-size: 12px;
  font-weight: normal;
}

/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}

/* content */
#content,
#column-left,
#column-right {
  /* padding-bottom: 730px; */
  min-height: calc(100vh - 400px);
}

/* @media (min-width: 576px) {
	#content,
	#column-left,
	#column-right {
		/* padding-bottom: 400px; 
	}
} */
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}

@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}

#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}

#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}

#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}

#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}

#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}

#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}

#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}

#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}

/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}

#top ul.list-inline {
  margin-bottom: 0;
}

#top .list-inline-item > a,
#top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}

/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}

#logo img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}

#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}

#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #fff;
}

/* cart */
#cart {
  margin-bottom: 10px;
}

#cart .img-thumbnail {
  min-width: 100px;
}

#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}

#cart .dropdown-menu {
  background: #eee;
}

#cart .dropdown-menu li {
  min-width: 300px;
}

@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
  background-color: #229ac8;
  background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
  background-repeat: repeat-x;
  border: 1px solid #1f90bb;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
}

#menu .navbar-nav > li > a {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
}

#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}

#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}

@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}

/* default boostrap changes */
div.required .col-form-label:before,
div.required .form-label:before {
  content: "* ";
  color: #f00;
  font-weight: bold;
}

.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}

.nav-tabs {
  margin-bottom: 15px;
}

.form-check .form-check-input {
  margin-top: 0.25rem;
}

@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  /* position: absolute; */
  /*bottom: -1px;*/
  width: 100%;
  /*padding-top: 30px;*/
  background-color: #303030;
  /*border-top: 1px solid #ddd;*/
  color: #e2e2e2;
}

footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}

footer a {
  color: #ccc;
  text-decoration: none;
}

footer a:hover {
  color: #fff;
}

footer h5 {
  font-family: "Helvetica Neue LT W05 55 Roman", sans-serif;
  font-size: 14px;
  letter-spacing: 0.09em;
  color: #fff;
  margin-bottom: 24px;
}

/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #fff;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 26px;
  height: 26px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}

.rating .fa-stack {
  width: 20px;
}

.rating .fa-star {
  color: #999;
  font-size: 15px;
}

.rating .fa-star {
  color: #fc0;
  font-size: 15px;
}

.rating .fa-star + .fa-star {
  color: #e69500;
}

/* product list */
.price {
  color: #444;
}

.price-new {
  font-family: "Helvetica Neue LT W05 55 Roman";
  font-size: 21px;
}

.price-old {
  color: #dc512c;
  text-decoration: line-through;
  font-size: 16px;
}

.price-tax {
  color: #999;
  font-size: 12px;
  display: block;
}

/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}

.blog-thumb h4 {
  font-weight: bold;
}

.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}

.blog-thumb .image a:hover {
  opacity: 0.8;
}

.blog-thumb .description {
  padding: 15px;
}

/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

@font-face {
  font-family: "abchanel-corpo";
  src: url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.eot");
  src: url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.eot?#iefix") format("embedded-opentype"), url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.woff") format("woff"), url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.woff2") format("woff2"), url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.ttf") format("truetype"), url("fonts/ABChanel/5fd740bac1abfb826fb7e35ae963efc9.svg#ABChanel Corpo Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
/* @import url("https://fonts.cdnfonts.com/css/arial"); */
/* @import url("https://fonts.cdnfonts.com/css/helvetica-neue-5"); */
/* Helvetica Neue START */
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 400;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueRoman.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 400;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 100;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueUltraLight.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 100;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueUltraLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 200;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueThin.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 200;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueThinItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 300;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueLight.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 300;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueLightItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 500;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueMedium.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 500;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueMediumItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 700;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueBold.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 700;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueBoldItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 800;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueHeavy.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 800;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueHeavyItalic.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: normal;
  font-weight: 900;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueBlack.woff") format("woff");
}
@font-face {
  font-family: "Helvetica Neue";
  font-style: italic;
  font-weight: 900;
  src: local("Helvetica Neue"), url("fonts/helvetica-neue-5/HelveticaNeueBlackItalic.woff") format("woff");
}
/* Helvetica Neue END */
/* Arial START */
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: local("Arial"), url("fonts/arial/ARIAL.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 400;
  src: local("Arial"), url("fonts/arial/ARIALN.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  src: local("Arial"), url("fonts/arial/ARIALI 1.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  src: local("Arial"), url("fonts/arial/ARIALI.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 400;
  src: local("Arial"), url("fonts/arial/ARIALNI.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 500;
  src: local("Arial"), url("fonts/arial/ArialMdm.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 500;
  src: local("Arial"), url("fonts/arial/ArialMdmItl.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALBD 1.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALBD.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALNB.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALBI 1.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALBI.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: italic;
  font-weight: 700;
  src: local("Arial"), url("fonts/arial/ARIALNBI.woff") format("woff");
}
@font-face {
  font-family: "Arial";
  font-style: normal;
  font-weight: 900;
  src: local("Arial"), url("fonts/arial/ARIBLK.woff") format("woff");
}
@font-face {
  font-family: "Arial Black";
  font-style: italic;
  font-weight: 400;
  src: local("Arial Black"), url("fonts/arial/ARIALBLACKITALIC.woff") format("woff");
}
@font-face {
  font-family: "Arial Light";
  font-style: normal;
  font-weight: 300;
  src: local("Arial Light"), url("fonts/arial/ARIALLGT.woff") format("woff");
}
@font-face {
  font-family: "Arial CE";
  font-style: normal;
  font-weight: 500;
  src: local("Arial CE"), url("fonts/arial/ArialCE.woff") format("woff");
}
@font-face {
  font-family: "Arial CE MT Black";
  font-style: normal;
  font-weight: 900;
  src: local("Arial CE MT Black"), url("fonts/arial/ArialCEMTBlack.woff") format("woff");
}
@font-face {
  font-family: "Arial CE";
  font-style: normal;
  font-weight: 7;
  src: local("Arial CE"), url("fonts/arial/arialceb.woff") format("woff");
}
@font-face {
  font-family: "Arial Light";
  font-style: italic;
  font-weight: 300;
  src: local("Arial Light"), url("fonts/arial/ARIALLGTITL.woff") format("woff");
}
@font-face {
  font-family: "Arial CE";
  font-style: italic;
  font-weight: 500;
  src: local("Arial CE"), url("fonts/arial/ArialCEItalic.woff") format("woff");
}
@font-face {
  font-family: "Arial CE";
  font-style: italic;
  font-weight: 700;
  src: local("Arial CE"), url("fonts/arial/ArialCEBoldItalic.woff") format("woff");
}
/* Arial END */
/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

.al-form-floating {
  padding: 0;
  /* Label */
  /* Input */
  /* Input */
  /* Textarea is different */
  /* Password Eye Toggle */
  /* Hover line */
}
.al-form-floating label.form-label {
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  /*font-weight: 300;*/
  color: #828282;
  font-size: 14px;
  letter-spacing: 0.05em;
  width: 100%;
}
.al-form-floating label.form-label:not(.disable-floating) {
  position: absolute;
  padding: 4.2% 3% 3.9% 3.5%;
  line-height: 1 !important;
  transition: 300ms ease-in-out;
}
@media (max-width: 768px) {
  .al-form-floating label.form-label:not(.disable-floating) {
    padding: 5% 4.2%;
  }
}
.al-form-floating label.form-label:after {
  display: none;
  content: none;
}
.al-form-floating label.form-label:before {
  display: none;
  content: "";
}
.al-form-floating .form-control,
.al-form-floating .form-select {
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0;
  border-bottom: 0.0625rem solid #d8d8d8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 0;
  padding-bottom: 0;
  background: transparent;
}
.al-form-floating .form-control:focus,
.al-form-floating .form-select:focus {
  box-shadow: none;
  outline: none;
  padding-bottom: 0;
}
.al-form-floating .form-control:focus ~ .form-label, .al-form-floating .form-control:hover ~ .form-label,
.al-form-floating .form-select:focus ~ .form-label,
.al-form-floating .form-select:hover ~ .form-label {
  color: #767676;
}
.al-form-floating .form-control:focus:not(.is-disabled) ~ .al-hover-line, .al-form-floating .form-control:hover:not(.is-disabled) ~ .al-hover-line,
.al-form-floating .form-select:focus:not(.is-disabled) ~ .al-hover-line,
.al-form-floating .form-select:hover:not(.is-disabled) ~ .al-hover-line {
  height: 2px;
  transform: scaleX(1);
  opacity: 1;
}
.al-form-floating .form-control.is-disabled,
.al-form-floating .form-select.is-disabled {
  opacity: 0.35;
}
.al-form-floating .form-control:focus ~ .al-hover-line, .al-form-floating .form-control:hover ~ .al-hover-line,
.al-form-floating .form-select:focus ~ .al-hover-line,
.al-form-floating .form-select:hover ~ .al-hover-line {
  height: 2px;
  transform: scaleX(1);
  opacity: 1;
}
.al-form-floating .form-control.is-invalid,
.al-form-floating .form-select.is-invalid {
  border-bottom: 0.0625rem solid #cd0000;
}
.al-form-floating .form-control.is-invalid ~ .al-hover-line,
.al-form-floating .form-select.is-invalid ~ .al-hover-line {
  background-color: #cd0000;
}
.al-form-floating .form-check {
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 0;
  cursor: pointer;
}
.al-form-floating .form-check .form-check-input {
  position: absolute;
  width: 20px;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  float: initial;
  margin: 0;
  border-radius: 0;
  z-index: 1;
}
.al-form-floating .form-check .form-check-input:checked ~ .form-check-checked:after {
  background-color: #000;
}
.al-form-floating .form-check .form-check-checked {
  display: inline-block;
  position: relative;
  border: 0.0625rem solid #d8d8d8;
  /* border: 1px solid #000; */
  min-width: 20px;
  background-color: #fff;
  width: 22px;
  height: 22px;
  position: relative;
  top: 1px;
}
.al-form-floating .form-check .form-check-checked::after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.al-form-floating .form-check .form-check-checked.checked:after {
  background-color: #000;
}
.al-form-floating .form-check .form-check-label {
  margin-left: 0.45rem;
  font-size: 0.8125rem;
  font-weight: 300;
  cursor: pointer;
}
.al-form-floating .form-check .form-check-label b {
  font-weight: 600;
  font-family: "Helvetica Neue";
}
.al-form-floating .form-select {
  padding-top: 1.65rem;
}
.al-form-floating .form-control {
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  border-radius: 0;
  border-bottom: 0.0625rem solid #d8d8d8;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  padding: 0;
  padding-bottom: 0;
  background: transparent;
}
.al-form-floating .form-control:focus {
  box-shadow: none;
  outline: none;
  padding-bottom: 0;
}
.al-form-floating .form-control:focus ~ .form-label, .al-form-floating .form-control:hover ~ .form-label {
  color: #767676;
}
.al-form-floating .form-control:focus ~ .al-hover-line, .al-form-floating .form-control:hover ~ .al-hover-line {
  height: 2px;
  transform: scaleX(1);
  opacity: 1;
}
.al-form-floating .form-control.is-invalid {
  border-bottom: 0.0625rem solid #cd0000;
}
.al-form-floating .form-control.is-invalid ~ .al-hover-line {
  background-color: #cd0000;
}
.al-form-floating textarea.form-control {
  height: auto;
  max-height: 6rem;
  line-height: 1.25;
  padding: 0.5rem !important;
  margin-top: 0rem !important;
  border: 0.0625rem solid #d8d8d8;
}
.al-form-floating textarea.form-control.form-no-max-height {
  height: auto;
  max-height: unset;
}
.al-form-floating .password-eye {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0px 17px 7px 0px;
}
.al-form-floating .password-eye svg path {
  fill: #767676;
}
.al-form-floating .form-control-standard,
.al-form-floating .form-select-standard {
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  border: 1px solid #e6e6e6;
  padding: 9x;
  width: 100%;
  background-color: white;
  vertical-align: middle;
  color: #000000;
  transition: 350ms ease-in-out;
}
.al-form-floating .form-control-standard:focus,
.al-form-floating .form-select-standard:focus {
  box-shadow: none;
  outline: none;
  border: 1px solid #000000;
}
.al-form-floating .form-control-standard:focus ~ .form-label, .al-form-floating .form-control-standard:hover ~ .form-label,
.al-form-floating .form-select-standard:focus ~ .form-label,
.al-form-floating .form-select-standard:hover ~ .form-label {
  color: #767676;
}
.al-form-floating .form-control-standard:focus ~ .al-hover-line, .al-form-floating .form-control-standard:hover ~ .al-hover-line,
.al-form-floating .form-select-standard:focus ~ .al-hover-line,
.al-form-floating .form-select-standard:hover ~ .al-hover-line {
  height: 2px;
  transform: scaleX(1);
  opacity: 1;
}
.al-form-floating .form-control-standard.is-invalid,
.al-form-floating .form-select-standard.is-invalid {
  border: 0.0625rem solid #cd0000;
}
.al-form-floating .form-control-standard.is-invalid ~ .al-hover-line,
.al-form-floating .form-select-standard.is-invalid ~ .al-hover-line {
  background-color: #cd0000;
}
.al-form-floating .invalid-feedback-standard.invalid-feedback-password:not(:empty) {
  position: relative;
  padding: 10px;
  background: #eeeeee;
  margin-top: 15px;
}
.al-form-floating .invalid-feedback-standard.invalid-feedback-password:not(:empty):before {
  position: absolute;
  bottom: 0;
  height: 0;
  width: 0;
  left: 10%;
  bottom: 100%;
  border: 10px solid transparent;
  border-bottom-color: #eeeeee;
  content: "";
}
.al-form-floating textarea.form-control {
  height: auto;
  max-height: 6rem;
  line-height: 1.25;
  padding-top: 0;
  margin-top: 1.8rem;
  resize: none;
}
.al-form-floating textarea.form-control:focus {
  padding-top: 0;
}
.al-form-floating .al-hover-line {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #000;
  transform: scaleX(0);
  transform-origin: left;
  transition: all 0.3s;
  opacity: 0;
}
.al-form-floating .form-control:not(:placeholder-shown),
.al-form-floating .form-floating > .form-control-plaintext:focus,
.al-form-floating .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-bottom: 0;
}

/* Error messages */
.invalid-feedback {
  font-size: 0.75rem;
  padding: 0;
}

.al-form-floating input:focus ~ label:not(.remember-me-label, .agree-conditions),
.al-form-floating input:not(:placeholder-shown) ~ label:not(.remember-me-label, .agree-conditions) {
  padding: 2% 3.5% !important;
  font-size: 8px;
}

/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

.al-button.disabled {
  opacity: 0.75;
}
.al-button:hover:not(.btn-disabled):not(.disabled) {
  cursor: pointer;
  text-decoration: none;
}
.al-button.btn-primary {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif, Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 12px;
  /*font-weight: 500 !important;*/
  letter-spacing: 0.07em;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #f9f9f9;
  outline-offset: 0.3125rem;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
.al-button.btn-primary:hover:not(.btn-disabled):not(.disabled) {
  background-color: #767676;
  border: 1px solid #767676;
}
.al-button.btn-secondary {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif, Helvetica, Arial, sans-serif !important;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 12px;
  letter-spacing: 0.07em;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #1d1d1d;
  outline-offset: 0.3125rem;
  background-color: #fff;
  border: 1px solid #fff;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
.al-button.btn-secondary:hover:not(.btn-disabled):not(.disabled) {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
}
.al-button.btn-enter {
  font-size: 13px;
  letter-spacing: 0.09em;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif, Helvetica, Arial, sans-serif !important;
}
.al-button.btn-preferred {
  font-size: 14px;
}
.al-button.btn-info {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: abchanel-corpo, Arial, Helvetica, sans-serif !important;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 0.6875rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #1d1d1d;
  outline-offset: 0.3125rem;
  background-color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
.al-button.btn-info:hover:not(.btn-disabled):not(.disabled) {
  background-color: #f1f1f1;
  border: 1px solid #000;
}
.al-button .loading-spinner {
  display: none;
}
.al-button.btn-disabled {
  opacity: 0.8;
  cursor: default !important;
}
.al-button.btn-loading {
  opacity: 0.8;
  cursor: default !important;
}
.al-button.btn-loading .loading-spinner {
  display: block;
}

.btn-link {
  color: #000;
  padding: 0;
  margin: 0;
}
.btn-link:hover {
  text-decoration: underline;
  color: #000;
}

.btn-close {
  outline: none;
  box-shadow: none;
}

.alert {
  position: relative;
  border-radius: 0;
  font-size: 0.8rem;
}
.alert .btn-close {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.alert .btn-close:focus {
  box-shadow: none;
}

.bg-black-transparent {
  background: linear-gradient(to bottom, black, transparent);
}
.bg-black-transparent a img {
  height: 30px;
  position: relative;
}
@media (min-width: 2500px) {
  .bg-black-transparent a img {
    height: 46px !important;
    right: -1px;
    top: -3px;
  }
}

.user-name {
  font-size: 1.438rem;
}

.selected-menuitem {
  border-bottom: 3px solid black !important;
}

.no-navbar {
  display: none !important;
}

.register-nav {
  padding-top: 1.15rem !important;
}

@media (min-width: 992px) {
  .navbar-border-b {
    display: block !important;
    border-bottom: 2px solid #e6e6e6 !important;
  }
  .navbar-border-b.no-navbar {
    display: none !important;
  }
}
.desktop-navbar {
  --clippy-bottom: 0px;
  clip-path: polygon(0 0, 100% 0%, 100% calc(100% - var(--clippy-bottom)), 0 calc(100% - var(--clippy-bottom)));
}
.desktop-navbar .nav-icons {
  position: relative;
  max-width: 90%;
  z-index: 1;
}
.desktop-navbar .nav-icons .nav-icons-right .dropdown {
  margin-right: 15px;
}
.desktop-navbar .nav-icons .nav-icons-right .dropdown .icon-link div {
  bottom: -18px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 8px;
}
.desktop-navbar .nav-icons .nav-icons-right button {
  border: unset !important;
}

.menu-wrapper {
  display: inline-block;
  width: 100%;
  text-align: center;
}

.menu-wrapper a {
  display: inline-block;
  margin: 0 6rem; /* Ez biztosítja a megfelelő távolságot */
  font-weight: 400;
  font-size: 14px;
}

.navbar {
  position: -webkit-sticky;
  /* position: sticky; */
  top: 0;
  z-index: 1020; /* Bootstrap z-index a navbarhoz */
}
.navbar .navbar-bottom {
  margin-top: 14px;
}
.navbar .navbar-bottom.hidden {
  opacity: 0;
}

.three-menu .menu-wrapper {
  font-family: "Helvetica Neue LT W05 55 Roman";
}
.three-menu a {
  border-bottom: 2px solid transparent;
  /* transition: 100ms ease-in-out; */
}
.three-menu a:hover {
  border-bottom: 2px solid black !important;
  /* transition: 200ms ease-in-out; */
}

.nav-icons-right {
  flex-wrap: wrap;
  align-items: flex-end;
}
.nav-icons-right > div, .nav-icons-right > button {
  padding: 0 !important;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

/* Popup háttér */
.elite-club-popup {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: none; /* Alapból rejtett */
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Aktív állapot */
.elite-club-popup.active {
  display: flex;
  opacity: 1;
}

/* Popup tartalom */
.elite-club-popup-dialog {
  max-width: 750px;
  width: 100%;
  background: white;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

/* Mobilra optimalizálás */
@media screen and (max-width: 768px) {
  .elite-club-popup-dialog {
    max-width: 80vw;
  }
}
/* Bezárás gomb */
.close-button {
  font-size: 2rem;
  background: none;
  border: none;
  cursor: pointer;
}

/* Basic first-login-popup styling */
.first-login-popup {
  z-index: 3000;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex; /* Always open */
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: opacity 0.3s ease;
  /* Close button styling */
}
.first-login-popup .first-login-popup-dialog {
  max-width: 750px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .first-login-popup .first-login-popup-dialog {
    max-width: 80vw;
  }
}
.first-login-popup .close-button {
  font-size: 2rem;
  background: none;
  border: none;
}

@media (min-width: 2500px) and (max-width: 2650px) {
  .desktop-navbar {
    height: 133px;
    /* margin-bottom: 36px; */
  }
  .desktop-navbar .nav-icons {
    width: 2376px;
    max-width: 100%;
    margin-left: 85px;
    padding: 0;
    position: relative;
    top: 2px;
  }
  .desktop-navbar .nav-icons .nav-icons-left {
    position: relative;
    top: -2px;
  }
  .desktop-navbar .nav-icons .nav-icons-left span {
    font-size: 15px;
  }
  .desktop-navbar .nav-icons .nav-icons-left a {
    position: relative;
    top: -1px;
  }
  .desktop-navbar .nav-icons .nav-icons-left a .segithetunk-span {
    font-size: 8px;
    margin-left: 7px !important;
    letter-spacing: 0.11em;
    position: relative;
    top: -1px;
  }
  .desktop-navbar .nav-icons .nav-icons-left .ms-3 {
    margin-left: 18px !important;
  }
  .desktop-navbar .nav-icons .navbar-brand {
    position: relative;
    left: -2px;
    padding: 0;
  }
  .desktop-navbar .nav-icons .navbar-brand img {
    position: relative;
    left: 1px;
    top: -1px;
  }
  .desktop-navbar .nav-icons .nav-icons-right {
    justify-content: flex-start !important;
    height: 23px;
    position: relative;
    top: -7px;
    width: 101%;
  }
  .desktop-navbar .nav-icons .nav-icons-right .cart-toggle {
    padding: 0 !important;
    height: 100%;
  }
  .desktop-navbar .nav-icons .nav-icons-right .cart-toggle img {
    vertical-align: top;
    /*height: 100%;*/
  }
  .desktop-navbar .nav-icons .nav-icons-right .dropdown {
    margin-right: 22px;
    margin-left: 1054px;
    display: flex;
    height: 100%;
  }
  .desktop-navbar .nav-icons .nav-icons-right .dropdown .icon-link {
    position: relative;
  }
  .desktop-navbar .nav-icons .nav-icons-right .dropdown .icon-link img {
    height: 100%;
  }
  .desktop-navbar .nav-icons .nav-icons-right .dropdown .icon-link div {
    bottom: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 8px;
  }
  .desktop-navbar .navbar-bottom {
    width: 578.5px !important;
    max-width: 100%;
    margin-left: 993px !important;
    padding: 0 !important;
    margin-top: 36px;
  }
  .desktop-navbar .navbar-bottom .menu-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
  .desktop-navbar .navbar-bottom .menu-wrapper a {
    margin: 0 !important;
    line-height: 1;
    padding-bottom: 19px !important;
  }
}
@media (max-width: 768px) {
  .navbar {
    padding-top: 0px !important;
    height: 52.33px;
    margin: 0 !important;
    padding-bottom: 0px !important;
  }
  .navbar.login-nav { /*BELÉPÉSI OLDAL*/ }
  .navbar.login-nav .navbar-brand img {
    height: 31.5px;
    position: relative;
    top: 1px;
  }
  .navbar.register-nav { /*REGISZTRÁCIÓ OLDAL*/
    height: 56px;
  }
  .navbar.register-nav a img {
    height: 31.5px !important;
    top: 3px;
    left: 0 !important;
  }
  .navbar .container {
    padding: 0px 16.3px 0px 18.3px !important;
  }
  .navbar .container .nav-icons-left,
  .navbar .container .nav-icons-right {
    height: 16.6px;
    position: relative;
    top: -2px;
  }
  .navbar .container .nav-icons-left button {
    padding: 0 !important;
    margin: 2px 19.66px 0px 0px !important;
    height: 100%;
    border: unset !important;
  }
  .navbar .container .nav-icons-left button .navbar-toggler-icon {
    background-image: none !important;
    display: flex !important;
    flex-wrap: wrap;
    align-content: space-between;
    height: 13px !important;
    width: 16px !important;
  }
  .navbar .container .nav-icons-left button .navbar-toggler-icon div {
    height: 1px;
    width: 100%;
    background: #000000;
  }
  .navbar .container .nav-icons-left a {
    height: 100%;
    position: relative;
    top: 0.3px;
  }
  .navbar .container .nav-icons-left a img {
    width: 100%;
    height: 100%;
  }
  .navbar .container .navbar-brand {
    padding: 0 !important;
  }
  .navbar .container .navbar-brand img {
    width: 105.33px !important;
    position: relative;
    top: 1.5px;
    left: -0.5px;
  }
  .navbar .container .nav-icons-right .dropdown {
    height: 100%;
    margin-right: 19.66px !important;
  }
  .navbar .container .nav-icons-right .dropdown a {
    height: 100%;
  }
  .navbar .container .nav-icons-right .dropdown a img {
    width: 100%;
    height: 100%;
  }
  .navbar .container .nav-icons-right button {
    height: 102%;
    border: unset !important;
  }
  .navbar .container .nav-icons-right button img {
    height: 100%;
  }
  .navbar .container .nav-icons-right button img[src*=active] {
    height: 131%;
    bottom: 6px;
    position: relative;
  }
  .navbar .container .nav-icons-right:has(img[src*=active]) {
    right: -7px;
  }
}
html {
  overflow-x: hidden;
}

.footer {
  width: 100%;
  height: 110%;
  z-index: 1;
  /*margin-top: -500px;*/
}
.footer .row {
  margin-right: 0 !important;
}
.footer .footer-col {
  margin-bottom: 0 !important;
  margin-right: 4px;
}
.footer .footer-logo {
  min-height: 40vh;
}
.footer .footer-logo .navbar-brand {
  align-self: center;
}
.footer ul li a {
  font-size: 14px;
  letter-spacing: 0.078em !important;
  opacity: 0.6;
  transition: opacity 0.5s ease, color 0.3s ease;
}
.footer ul li a:hover {
  opacity: 1;
  color: #fff;
  text-decoration: underline;
}
.footer.footer-fixed {
  position: fixed;
  bottom: 0;
  border: 0;
}
@media screen and (max-width: 768px) {
  .footer.footer-fixed {
    position: relative;
  }
}
.footer .footer-line {
  margin: 0 !important;
  width: 46.22px;
  height: 1px;
}
.footer ul {
  margin-top: 28px !important;
  margin-bottom: 0 !important;
  margin-left: -2px !important;
}
.footer ul li {
  line-height: 0.96;
}
.footer ul li:not(:last-child) {
  margin-bottom: 24.5px;
}

.footer[data-route="common/home"] {
  margin-top: -950px;
}

@media (min-width: 2500px) {
  .footer {
    height: 1242px;
  }
  .footer .footer-inner {
    padding: 0;
    max-width: 1919px !important;
  }
  .footer .footer-inner .footer-logo {
    align-items: flex-end;
    margin: 410px 0px 370px 0px !important;
    min-height: 0px !important;
  }
  .footer .footer-inner .footer-logo .navbar-brand {
    align-self: flex-end !important;
    margin-bottom: 0 !important;
  }
  .footer .footer-inner .footer-logo .navbar-brand img {
    position: relative;
    left: 0.5px;
    top: -0.5px;
  }
  .footer .footer-inner .row {
    margin-left: 290px !important;
    justify-content: flex-start !important;
    gap: 0 !important;
    max-width: 100% !important;
  }
  .footer .footer-inner .row .footer-col {
    margin: 0 !important;
    padding: 0 !important;
    max-width: 286px !important;
    width: 100%;
  }
  .footer .footer-inner .row .footer-col:last-child {
    max-width: 265px !important;
  }
  .footer .footer-copyright {
    padding: 0 !important;
    height: 65px;
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
  }
  .footer .footer-copyright p {
    position: relative;
    top: -1px;
  }
}
@media (max-width: 768px) {
  .footer .footer-inner .footer-logo {
    min-height: 177px;
  }
  .footer .footer-inner .footer-logo a img {
    height: unset !important;
    position: relative;
    top: 2.5px;
    width: 137px;
  }
  .footer .footer-inner .row {
    margin-left: 21.66px !important;
    margin-bottom: 43px !important;
  }
  .footer .footer-inner .row .footer-col {
    margin: 0 !important;
    padding: 0 !important;
  }
  .footer .footer-inner .row .footer-col h5 {
    margin-bottom: 16px;
    font-size: 14px;
    letter-spacing: 0.045em;
  }
  .footer .footer-inner .row .footer-col ul li a {
    letter-spacing: 0.08em !important;
  }
  .footer .footer-inner .row .footer-col:nth-child(n+2) {
    margin-top: 41px !important;
  }
  .footer .footer-copyright {
    padding: 22px 0 !important;
  }
  .footer .footer-copyright p {
    letter-spacing: 0.08em !important;
    position: relative;
    top: 1px;
    /* left: 1px; */
  }
  .footer ul {
    margin-top: 9px !important;
  }
  .footer ul li:not(:last-child) {
    margin-bottom: 13px;
  }
}
body {
  overflow: unset !important;
  /*overflow-x: hidden;*/
}

@media (max-width: 768px) {
  /*LOGIN START PAGE*/
  .login-home .al-home .al-block .al-background-image {
    height: 100% !important;
    /*background-position: 50% 84% !important;*/
    /*background-size: 262% !important;*/
  }
  .login-home .al-home .al-headlines .al-headlines-container {
    margin-bottom: 12.5% !important;
    gap: 160px !important;
    padding: 0 1rem !important;
  }
  .login-home .al-home .al-headlines .al-headlines-container .login-headline {
    font-size: 26px !important;
    font-family: "Helvetica Neue LT W05 45 Light" !important;
    letter-spacing: 0.065em !important;
  }
  .login-home .al-home .al-headlines .al-headlines-container a {
    width: 41% !important;
  }
  .login-home .al-home .background-overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.75) 0%, rgba(76, 91, 130, 0) 26%);
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .al-home {
    /*LOGGED IN MAIN PAGE*/
    /*.al-headlines{

    	.al-headlines-container { 
    		margin-bottom: 15vh!important;

    		h1{
    			font-size: 25px !important;
    			text-shadow: 1px 0 6px rgba(0, 0, 0, 0.6), 0px 1px 6px rgba(0, 0, 0, 0.6)!important;
    		}
    	}
    }*/
  }
}
@media (min-width: 769px) {
  .enter-headlines-container {
    min-height: 30vh;
  }
}
.enter-headlines-container .enter-headline {
  font-size: 60px !important;
  letter-spacing: 0.051em !important;
  font-family: "Helvetica Neue LT W05 45 Light", Helvetica, Arial, sans-serif !important;
}
@media (max-width: 768px) {
  .enter-headlines-container .enter-headline {
    font-size: 27px !important;
    text-shadow: 1px 0 6px rgba(0, 0, 0, 0.6), 0px 1px 6px rgba(0, 0, 0, 0.6) !important;
    line-height: 32px;
    position: relative;
    top: 2px;
    letter-spacing: 0.04em !important;
  }
}

.al-home {
  background-color: black;
  position: relative;
  width: 100%;
  z-index: 2;
}
.al-home main {
  background-color: black;
}
.al-home .al-block {
  position: relative;
  /*height: 1440px;*/
  /*height: 1027px;*/
  height: 100svh;
  overflow: hidden;
}
.al-home .al-block .al-background-image {
  position: absolute;
  width: 100%;
  height: calc(100% + 15vh);
  background-repeat: no-repeat;
  transition: transform 100ms ease-in-out;
  background-position: 50% 30%;
  background-size: cover;
}
.al-home .al-block .al-headlines {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  z-index: 1;
}
.al-home .al-block .al-headlines .al-headlines-container {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  margin-bottom: 10vh;
}
.al-home .al-block .al-headlines .al-headlines-container .al-headline {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-align: center;
  cursor: pointer;
  pointer-events: all;
  color: #fff;
  text-shadow: 1px 0 6px rgba(0, 0, 0, 0.4), 0px 1px 6px rgba(0, 0, 0, 0.4);
  box-sizing: border-box;
  overflow-wrap: break-word;
  letter-spacing: 0.094em;
  text-transform: uppercase;
  /*line-height: 2.25rem;*/
  vertical-align: top;
}
.al-home .al-block .al-headlines .al-headlines-container .al-paragraph {
  text-align: center;
  color: #fff;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
}
.al-home .al-block .al-headlines .al-headlines-container .al-button {
  margin-top: 0 !important;
  width: 30%;
}

.al-home.logged-in .al-block {
  height: 79.2vh;
}
.al-home.logged-in .al-block:first-child .al-headlines .al-headlines-container .al-headline {
  text-shadow: none !important;
  font-size: 43px !important;
  margin-bottom: 4px;
  letter-spacing: 0.035em !important;
}
.al-home.logged-in .al-block:first-child .al-headlines .al-headlines-container .al-paragraph {
  font-size: 22px !important;
  line-height: 29px;
  text-shadow: none !important;
  margin-bottom: 0;
  font-family: "Helvetica Neue LT W05 45 Light";
}
.al-home.logged-in .al-block:nth-child(n+2) .al-headlines .al-headlines-container {
  top: unset;
  margin-top: auto;
  bottom: 120px;
  height: 117px;
}
.al-home.logged-in .al-block:nth-child(n+2) .al-headlines .al-headlines-container .product-name {
  font-size: 32px !important;
}
.al-home.logged-in .al-block:nth-child(n+2) .al-headlines .al-headlines-container .al-button {
  width: 131px !important;
  font-size: 12px;
}

@media (min-width: 2500px) {
  .al-home {
    height: 100vh;
  }
  .al-home .al-block {
    height: 100%;
  }
  .al-home .al-block .al-background-image.only-image {
    height: 100%;
    background-position: 50% 25%;
  }
  .al-home .al-block .al-headlines .al-headlines-container {
    position: relative;
    top: 286px;
    height: 520px;
    margin-top: unset;
    margin-bottom: unset;
  }
  .al-home .al-block .al-headlines .al-headlines-container .al-headline {
    position: relative;
    /*left: 3px;
    letter-spacing: 0.075em;*/
  }
  .al-home .al-block .al-headlines .al-headlines-container .btn-enter {
    width: 475px !important;
  }
  .al-home.logged-in .al-block .al-headlines .al-headlines-container {
    position: relative;
    /*.al-headline {
    	position: relative;
    	left: 3px;
    	letter-spacing: 0.085em!important;
    }*/
  }
  .al-home.logged-in .al-block .al-headlines .al-headlines-container .al-button {
    width: 475px !important;
    font-size: 12px;
  }
  .al-home.logged-in .al-block:first-child .al-background-image {
    background-size: 100% !important;
    background-position: 50% 54%;
  }
  .al-home.logged-in .al-block:first-child .al-headlines .al-headlines-container {
    top: 83px;
    height: 170px;
  }
}
@media (min-width: 769px) {
  .al-home.logged-in .al-block:first-child .al-headlines .al-headlines-container .al-headline {
    font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif !important;
  }
}
/* thumb.twig */
.product-description-table {
  display: flex;
  flex-direction: column;
  gap: 38px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  margin-top: 103px;
}
.product-description-table h2 {
  margin-bottom: 1rem;
}
.product-description-table p {
  margin-bottom: 0;
}
.product-description-table h2,
.product-description-table p {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
.product-description-table .table-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 4%;
}
.product-description-table .table-row .table-column {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  align-content: center;
  justify-content: center;
}
.product-description-table .table-row .table-column.table-image {
  overflow: hidden;
}
.product-description-table .table-row .table-column img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.product-description-table .table-row .table-column.table-text p {
  padding: 0 10% !important;
}

#contact-us-label {
  text-align: center;
  margin-top: 108px;
}

.shop-test-image {
  display: none;
}

@media (min-width: 2500px) {
  .large-screen-br {
    display: block !important;
  }
  .shop-test-image {
    /*display: block;*/
    width: 100%;
    position: absolute;
    z-index: 2000;
    opacity: 0.5;
  }
  #product-info {
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 125px !important;
  }
  #product-info .row #content {
    padding: 0 !important;
  }
  #product-info .row #content .row.mb-3 {
    width: 1505px;
    /*margin-left: 140px;*/
    margin-left: 178px;
  }
  #product-info .row #content .row.mb-3 .col-xl-6 {
    width: 982px;
    height: 604px;
    margin-top: 246px;
  }
  #product-info .row #content .row.mb-3 .col-xl-3 {
    width: 416px;
    margin-top: 430px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  #product-info .row #content .row.mb-3 .col-xl-3 .mb-xl-4 {
    margin-bottom: 34px !important;
  }
  #product-info .row #content .row.mb-3 .col-xl-3 ul {
    margin: 0 !important;
  }
  #product-info .row #content .row.mb-3 .col-xl-3 .description-under-price {
    margin-top: 29px !important;
    margin-bottom: 1px !important;
  }
  #product-info .row #content .row.mb-3 .col-xl-3 #product #button-cart {
    letter-spacing: 0.13em !important;
  }
  #product-info .row #content .icon-container {
    margin-bottom: 35px !important;
  }
  #product-info .image img {
    object-fit: cover !important;
    position: relative;
    left: -2px;
  }
  #product-info .description-intro {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  #product-info .product-description-table {
    width: 1274px;
    max-width: 100%;
  }
  #product-info .product-description-table .table-row {
    height: 608px;
  }
  #product-info .product-description-table .table-row .table-column {
    width: 571px;
    height: 100%;
    flex: unset;
  }
  #product-info .product-description-table .table-row .table-column.table-text p {
    width: 80% !important;
    padding: 0 !important;
  }
  #product-info .product-description-table .second-row .table-text {
    position: relative;
    top: 2px;
  }
  #product-info .product-description-table .third-row .table-text {
    position: relative;
    top: -1px;
  }
  #product-info .product-description-table .third-row .table-text h2 {
    margin-bottom: 20px !important;
  }
  #product-info #read-more { /*product description in modal*/ }
  #product-info #read-more .container {
    max-width: 2560px;
    margin: 0 auto;
    padding: 35px 40px;
  }
  #product-info #read-more .container .text-end button {
    padding: 0px !important;
    background-size: 30px;
    width: 25px;
    height: 20px;
  }
  #product-info #read-more .container .read-more-text {
    max-width: 65%;
    margin: 18px auto;
  }
  #product-info #read-more .container .read-more-text .read-more-table {
    gap: 275px;
  }
  #product-info #contact-us-label {
    text-align: center;
    margin-top: 108px;
    margin-left: 3px;
    letter-spacing: 0.043em !important;
  }
  #product-info #question-button {
    letter-spacing: 0.15em !important;
  }
}
@media (max-width: 768px) {
  .shop-test-image {
    /*display: block;*/
    width: 100%;
    position: absolute;
    z-index: 2000;
    opacity: 0.5;
  }
  #product-info {
    padding-right: 20.66px !important;
    padding-left: 20.66px !important;
    padding-bottom: 63px !important;
  }
  #product-info .row {
    gap: 4px !important;
    min-height: calc(100vh - 340px) !important;
  }
  #product-info .row #content .row .col-xl-6 {
    margin-top: 26px;
    padding: 0% 2.3% 0% 1.9% !important;
  }
  #product-info .row #content .row .col-xl-3 {
    margin-top: 0 !important;
  }
  #product-info .row #content .row .col-xl-3 h1 {
    font-size: 28px !important;
    line-height: 1.17;
    letter-spacing: 0.02em;
    margin-bottom: 9px !important;
    margin-top: 2px;
  }
  #product-info .row #content .row .col-xl-3 h1 strong {
    font-size: 28px !important;
    letter-spacing: 0em;
    position: relative;
  }
  #product-info .row #content .row .col-xl-3 p {
    letter-spacing: 0.055em !important;
    line-height: 19px;
    font-size: 16px !important;
    margin-bottom: 23px !important;
  }
  #product-info .row #content .row .col-xl-3 .price-new {
    font-size: 20px;
    letter-spacing: -0.005em !important;
  }
  #product-info .row #content .row .col-xl-3 .description-under-price {
    line-height: 18px !important;
    font-size: 15px !important;
    letter-spacing: 0.04em !important;
    margin-top: 18.5px !important;
    margin-bottom: 0px !important;
  }
  #product-info .row #content .row .col-xl-3 #product {
    margin-top: 9px !important;
  }
  #product-info .row #content .row .col-xl-3 #product .btn-primary {
    height: 50px !important;
    font-size: 12px;
    letter-spacing: 0.065em !important;
  }
  #product-info .row #content .my-4 {
    margin-top: 23px !important;
    margin-bottom: 36px !important;
  }
  #product-info .row #product-description h2 {
    font-size: 27px !important;
    letter-spacing: 0.03em !important;
    margin-bottom: 17px;
    line-height: 32px;
    position: relative;
    left: 1.5px;
  }
  #product-info .row #product-description p {
    font-size: 16px !important;
    letter-spacing: 0.05em !important;
    line-height: 22px !important;
    padding: 0 !important;
  }
  #product-info .row #product-description .product-description-table {
    margin-top: 41px;
    max-width: 100%;
    gap: 46.5px;
  }
  #product-info .row #product-description .product-description-table .table-row {
    flex-direction: column;
    gap: unset;
  }
  #product-info .row #product-description .product-description-table .first-row > :nth-child(1),
  #product-info .row #product-description .product-description-table .third-row > :nth-child(1) {
    order: 2;
  }
  #product-info .row #product-description .product-description-table .first-row > :nth-child(2),
  #product-info .row #product-description .product-description-table .third-row > :nth-child(2) {
    order: 1;
  }
  #product-info .row #product-description .product-description-table .second-row h2 {
    left: 0 !important;
  }
  #product-info .row #product-description .product-description-table .table-image {
    margin-top: 23px;
  }
  #product-info .row #product-description .product-description-table .table-image img {
    object-fit: cover;
    width: 349px;
    height: 371px;
  }
  #product-info .row #product-description .product-description-table #description-readmore {
    margin-top: 21px !important;
    height: 45px !important;
    width: 116px !important;
    margin-bottom: 6px;
    letter-spacing: 0.085em !important;
  }
  #product-info .row #product-description .video-container {
    margin-top: 60px;
    width: 100vw !important;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #product-info .row #product-description .video-container video {
    height: 391px !important;
    width: 100% !important;
  }
  #product-info .row #product-description #contact-us-label {
    margin-top: 38px !important;
    font-size: 16px !important;
    letter-spacing: 0.04em !important;
    line-height: 22px !important;
    width: 90%;
    margin: auto;
    margin-top: auto;
    position: relative;
    left: 0.5px;
  }
  #product-info .row #product-description #question-button {
    margin-top: 26px !important;
    width: 295px !important;
    height: 50px !important;
    letter-spacing: 0.075em !important;
    font-size: 12px;
    left: 0px;
  }
}
@media (max-width: 1200px) {
  .read-more-table {
    flex-direction: column;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  .navbar .container .navbar-brand img {
    height: 30px !important;
  }
  #product-info #content .row {
    width: 84%;
    margin: auto;
  }
}
.product-item {
  position: relative;
  height: 100%;
}
.product-item .image {
  text-align: center;
}
.product-item .image a:hover {
  opacity: 0.8;
}
.product-item .description {
  padding: 15px;
  margin-bottom: 45px;
}
.product-item .content {
  display: block;
}
.product-item .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-item .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-item .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-item .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
.product-item .product-name a {
  color: #000;
  text-transform: uppercase;
}
@media (min-width: 960px) {
  .product-item {
    /* display: flex; */
  }
  .product-item .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-item .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-item .button {
    border-left: 1px solid #ddd;
    width: calc(100% - 15px);
    margin-left: 15px;
  }
}

/* product.twig */
#product-info {
  width: 1900px;
  max-width: 100%;
  padding-bottom: 10vh;
  padding-right: 10px;
  padding-left: 10px;
  /* TABLET (max 768px) */
  /* MOBIL (max 480px) */
  /* Read more popup */
}
#product-info .mb-3 .col-xl-3 {
  margin: auto;
}
#product-info .mb-3 .col-xl-3 > *:not(#product) {
  padding-left: 5px !important;
}
#product-info .mb-3 .col-xl-3 .description-under-price {
  line-height: 17px;
  font-size: 15px;
  letter-spacing: 0.052em;
  white-space: pre-wrap;
}
#product-info .mb-3 .col-xl-3 #product {
  margin-top: 11.5px;
}
#product-info h1 {
  font-weight: 300;
  font-size: 28px !important;
  font-family: "Arial Light", "Arial", sans-serif;
  letter-spacing: 0;
  padding-bottom: 1px;
}
#product-info h1 strong {
  font-weight: 400;
  font-family: Arial !important;
}
#product-info h2 {
  font-weight: 400;
  font-size: 20px;
}
#product-info .product-name {
  text-transform: uppercase;
  color: #000;
  width: 100%;
  border-bottom: 2px solid #000;
}
@media (min-width: 992px) {
  #product-info {
    /* 992px felett (nagy kijelző) pozícionáljuk */
  }
  #product-info .icon-container {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    cursor: pointer;
  }
}
#product-info .container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 50px 20px;
}
#product-info .row {
  display: flex;
  justify-content: space-between;
  min-height: calc(100vh - 208px);
  gap: 80px;
  margin-bottom: 0 !important;
}
#product-info .image {
  flex: 2;
  text-align: right;
}
#product-info .image {
  width: 100%;
  height: 100%;
}
#product-info .image a {
  display: block;
  width: 100%;
  height: 100%;
}
#product-info .image img {
  border: none;
  object-fit: contain;
  width: 100% !important;
  height: 100% !important;
}
#product-info .product-info {
  flex: 0.8;
  max-width: 300px;
  text-align: left;
}
#product-info .product-name {
  font-size: 28px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
#product-info .product-description {
  font-size: 14px;
  color: #555;
  margin-bottom: 20px;
}
#product-info .btn-primary {
  height: 50px !important;
  letter-spacing: 0.14em !important;
}
#product-info .price {
  font-size: 22px;
  margin-bottom: 10px;
}
#product-info .price-new {
  color: #000;
  letter-spacing: 0em !important;
}
#product-info .price-old {
  color: #000;
}
#product-info .product-details {
  font-size: 12px;
  color: #777;
  margin-bottom: 20px;
}
#product-info #product-description h2 {
  text-align: center;
  color: #000000;
  font-size: 27px !important;
  margin-bottom: 20px;
  font-family: "Helvetica Neue LT W05 45 Light";
  letter-spacing: 0.035em;
}
#product-info #product-description p {
  font-size: 16px !important;
  text-align: center;
  line-height: 22px !important;
  margin-bottom: 0;
  letter-spacing: 0.045em !important;
}
@media (max-width: 768px) {
  #product-info .row {
    gap: 60px;
    flex-direction: column;
    text-align: left;
  }
  #product-info .image {
    text-align: center;
    width: 100% !important;
  }
  #product-info .image img {
    max-width: 90%;
  }
  #product-info .product-info {
    max-width: 80%;
  }
}
@media (max-width: 480px) {
  #product-info .row {
    flex-direction: column;
    gap: 30px;
    text-align: left;
  }
  #product-info .image img {
    max-width: 100%;
  }
  #product-info .product-info {
    max-width: 100%;
  }
  #product-info .product-name {
    font-size: 20px;
  }
  #product-info .product-description,
  #product-info .price,
  #product-info .product-details {
    font-size: 14px;
  }
}
#product-info #product-description {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#product-info #product-description #description-readmore {
  width: 116px !important;
  height: 45px !important;
  margin-top: 22px;
  min-height: 40px !important;
  letter-spacing: 0.095em !important;
}
#product-info #product-description #question-label {
  margin-top: 113px;
  margin-bottom: 30px;
}
#product-info #product-description #question-button {
  width: 295px !important;
  height: 50px !important;
  margin-top: 0;
  margin-bottom: 0px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin-top: 26px;
  letter-spacing: 0.14em !important;
  left: 1px;
  padding-top: 1px !important;
}
#product-info #product-description a {
  color: white;
  text-decoration: none;
}
#product-info .video-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 122px;
  overflow: hidden;
}
#product-info .video-container video {
  object-fit: cover;
}
@media screen and (max-width: 1024px) {
  #product-info #product-description tr {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  #product-info #product-description td {
    width: 100%;
    padding: 10px;
  }
  #product-info #product-description td img {
    max-width: 100%;
    height: auto;
  }
  #product-info .video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
  }
}
#product-info #read-more {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  overflow-y: auto;
  background-color: #fff;
  z-index: 9999;
  font-size: 14px;
}
#product-info #read-more img {
  width: 100%;
}
#product-info #read-more h4 {
  font-size: 16px;
}
#product-info #read-more .nutritions-table {
  width: 100%;
}
#product-info #read-more .nutritions-table td,
#product-info #read-more .nutritions-table th {
  padding: 4px 12px;
}
#product-info #read-more .read-more-text h2 {
  text-align: center;
  font-size: 27px;
  letter-spacing: 0.035em;
  margin-bottom: 17px;
}
#product-info #read-more .read-more-text > p {
  text-align: center;
  font-size: 16px;
  letter-spacing: 0.048em;
  line-height: 22px;
}
#product-info #read-more .read-more-table {
  margin-top: 88px;
  display: flex;
  gap: 40px;
}
#product-info #read-more .read-more-table .product-img-and-name img {
  width: 512px;
  position: relative;
  left: 16px;
}
#product-info #read-more .read-more-table .product-img-and-name p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
}
#product-info #read-more .read-more-table .product-img-and-name p strong {
  font-size: 19px;
  letter-spacing: 0.055em;
}
#product-info #read-more .read-more-table .product-img-and-name p.product-variant-label {
  margin-top: 4.5px;
}
#product-info #read-more .read-more-table h3 {
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  letter-spacing: 0.054em;
  margin-bottom: 9px;
}
#product-info #read-more .read-more-table p {
  font-size: 16px;
  line-height: 22px;
}
#product-info #read-more .read-more-table .product-effect-row .td {
  margin-top: 66px;
}
#product-info #read-more .read-more-table .nutritions-row .td {
  padding-top: 45px;
}
#product-info #read-more .read-more-table .nutritions-row .td > h3 {
  padding-left: 7px;
  margin-bottom: 13px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table th {
  padding: 10px 0px 10px 0px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table th:first-child {
  padding-left: 21px;
  width: 59.5%;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table th:nth-child(2) {
  text-align: center;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table th:nth-child(3) {
  text-align: right;
  padding-right: 18px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr {
  line-height: 26.5px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr:last-child td {
  padding-bottom: 14px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td {
  padding: 0;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td:first-child {
  padding-left: 21px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td:nth-child(2) {
  text-align: right;
  padding-right: 57px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td:nth-child(3) {
  text-align: right;
  padding-right: 18px;
  letter-spacing: 0.15em;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td p {
  font-size: 14px;
  margin-bottom: 0px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nutritions-table tbody tr td .multiline-cell {
  line-height: 18px;
  margin-bottom: 0px;
  margin-top: 4px;
}
#product-info #read-more .read-more-table .nutritions-row .td .nrv-description {
  font-size: 13px;
  line-height: 16px;
  margin-top: 12px;
  margin-left: 7px;
}
#product-info #read-more .read-more-table .ingredients-row .td {
  margin-top: 60px;
}
#product-info #read-more .read-more-table .ingredients-row .td h3 {
  margin-bottom: 0px;
}
#product-info #read-more .read-more-table .ingredients-row .td h3.product-data {
  margin-bottom: 34px;
}
#product-info #read-more .read-more-table .ingredients-row .td h3.product-data span {
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
}
#product-info #read-more .read-more-table .ingredients-row .td p {
  margin-bottom: 33px;
}

/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

#output-cart .product-image {
  height: 128px;
  max-height: 100%;
}
#output-cart .product-quantity-select {
  border: 0;
  font-weight: 300;
  outline: none;
}

#cart-sidebar {
  display: none;
}
#cart-sidebar .cart-sidebar-background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1040;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar {
  position: fixed;
  right: -400px;
  top: 0;
  height: 100vh;
  border-radius: 0;
  border: none;
  width: 30%;
  background: #fff;
  transition: all 0.4s ease-in-out;
  overflow-y: auto;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .btn-close {
  box-shadow: none;
}
@media screen and (max-width: 1280px) {
  #cart-sidebar .cart-sidebar-background .cart-sidebar {
    width: 65%;
  }
}
@media screen and (max-width: 768px) {
  #cart-sidebar .cart-sidebar-background .cart-sidebar {
    width: 100%;
  }
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .table tr {
  border-style: none;
  border-width: 0;
  border-color: #fff;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .table td {
  background-color: none;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .table .product-image {
  height: 128px;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .table .product-description {
  line-height: 0.8;
}
#cart-sidebar .cart-sidebar-background .cart-sidebar .color-secondary-background td {
  background-color: #f8f8fa;
}
#cart-sidebar .cart-sidebar.open {
  right: 0;
  opacity: 1;
}

#checkout-checkout legend {
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
  border-bottom: 2px solid #000;
}

#profile {
  width: 100vw;
  max-width: 100%;
  padding: 40px 5vw;
  /* Címek */
  /* Szekció címek */
  /* Fiók áttekintő */
  /* Táblázat */
  /* Linkek */
  /* Reszponzív stílusok */
  /* Táblázat reszponzív megjelenítése */
}
#profile .profile-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #444;
  text-align: center;
}
#profile .custom-icon {
  font-size: 12px;
}
#profile .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}
#profile .customer-information {
  margin-bottom: 5px;
  line-height: 1.4;
}
#profile .account-overview {
  padding-left: 0;
  margin-top: 1.5rem;
}
#profile .account-overview li {
  margin-bottom: 12px;
}
#profile .account-overview a {
  text-decoration: none;
  color: #010101;
  font-weight: 300;
}
#profile .account-overview a:hover {
  text-decoration: underline;
}
#profile .order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
#profile .order-table th,
#profile .order-table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
  color: #767676;
}
#profile .order-table th {
  font-size: 14px;
}
#profile .order-table th {
  font-size: 14px;
  font-weight: 300;
}
#profile .order-table td strong {
  font-weight: 400;
}
#profile .order-table tbody tr:last-child td {
  border-bottom: none;
}
#profile .order-table th,
#profile .order-table td {
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
}
#profile a {
  color: #767676;
  text-decoration: none;
  font-weight: 300;
}
#profile a:hover {
  text-decoration: underline;
}
#profile .customer-information-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  #profile .profile-title {
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #profile .section-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
  #profile .account-overview li {
    margin-bottom: 12px;
  }
  #profile .col-md-3,
  #profile .col-md-9,
  #profile .col-md-6 {
    margin-bottom: 30px;
  }
  #profile .customer-info-container {
    flex-direction: column;
    gap: 20px;
  }
}
@media (max-width: 768px) {
  #profile .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #profile .order-table {
    min-width: 600px;
    font-size: 14px;
  }
  #profile .order-table th,
  #profile .order-table td {
    padding: 8px 10px;
    word-break: break-word;
    white-space: nowrap;
  }
  #profile .order-table td a {
    font-size: 13px;
  }
}

#common-success .success-message p {
  margin-bottom: 0;
}
#common-success .success-message p a {
  text-decoration: underline;
}

#account-order table {
  border-collapse: collapse;
  width: 100%;
}
#account-order thead tr,
#account-order tbody tr {
  border: none;
}
#account-order td,
#account-order th {
  padding: 10px;
  text-align: left;
  font-weight: 300;
  color: #555;
  border: none;
}

/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

#cc-main {
  background: transparent;
  color: var(--cc-primary-color);
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.15;
  position: relative;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  position: fixed;
  z-index: var(--cc-z-index);
}

#cc-main :before,
#cc-main a,
#cc-main button,
#cc-main div,
#cc-main h2,
#cc-main p,
#cc-main span {
  all: unset;
  box-sizing: border-box;
}

#cc-main h2, #cc-main h4 {
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif !important;
  font-weight: unset !important;
  text-transform: uppercase !important;
  font-size: 15px !important;
}

#cc-main .pm__badge,
#cc-main button {
  all: initial;
  box-sizing: border-box;
  color: unset;
  visibility: unset;
}

#cc-main .pm__badge,
#cc-main a,
#cc-main button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  font-family: inherit;
  font-size: 100%;
  line-height: normal;
  margin: 0;
  outline: revert;
  outline-offset: 2px;
  overflow: hidden;
}

#cc-main table,
#cc-main tbody,
#cc-main td,
#cc-main th,
#cc-main thead,
#cc-main tr {
  all: revert;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

:root {
  --cc-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif,
  	"Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --cc-modal-border-radius: 0;
  --cc-btn-border-radius: 0.4rem;
  --cc-modal-transition-duration: 0.25s;
  --cc-link-color: var(--cc-btn-primary-bg);
  --cc-modal-margin: 1rem;
  --cc-z-index: 2147483647;
  --cc-bg: #fff;
  --cc-primary-color: #2c2f31;
  --cc-secondary-color: #5e6266;
  --cc-btn-primary-bg: #30363c;
  --cc-btn-primary-color: #fff;
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #000;
  --cc-btn-primary-hover-color: #fff;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #eaeff2;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #d4dae0;
  --cc-btn-secondary-hover-color: #000;
  --cc-btn-secondary-hover-border-color: #d4dae0;
  --cc-separator-border-color: #f0f4f7;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #667481;
  --cc-toggle-on-knob-bg: #fff;
  --cc-toggle-off-knob-bg: var(--cc-toggle-on-knob-bg);
  --cc-toggle-enabled-icon-color: var(--cc-bg);
  --cc-toggle-disabled-icon-color: var(--cc-bg);
  --cc-toggle-readonly-bg: #d5dee2;
  --cc-toggle-readonly-knob-bg: #fff;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: var(--cc-cookie-category-block-bg);
  --cc-cookie-category-block-bg: #f0f4f7;
  --cc-cookie-category-block-border: #f0f4f7;
  --cc-cookie-category-block-hover-bg: #e9eff4;
  --cc-cookie-category-block-hover-border: #e9eff4;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: #dee4e9;
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: var(--cc-btn-secondary-bg);
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #e4eaed;
  --cc-pm-toggle-border-radius: 4em;
}

#cc-main.cc--rtl {
  direction: rtl;
}

#cc-main .cm__title,
#cc-main a,
#cc-main b,
#cc-main em,
#cc-main strong {
  font-weight: 600;
}

#cc-main button > span {
  pointer-events: none;
}

#cc-main .cc__link,
#cc-main a {
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 1px;
  font-weight: 400 !important;
  /*letter-spacing: 0.01em;*/
  position: relative;
  color: #b5bcb4 !important;
  transition: background-size 0.25s, color 0.25s ease;
}

#cc-main .cc__link:hover,
#cc-main a:hover {
  background-size: 100% 1px;
  color: var(--cc-primary-color);
}

#cc-main .cc__link {
  color: var(--cc-link-color);
}

#cc-main .cm__desc,
#cc-main .pm__body {
  overscroll-behavior: auto contain;
  scrollbar-width: thin;
}

@media screen and (min-width: 640px) {
  #cc-main ::-webkit-scrollbar,
  #cc-main ::-webkit-scrollbar-thumb,
  #cc-main ::-webkit-scrollbar-track {
    all: revert;
  }
  #cc-main ::-webkit-scrollbar-thumb {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background: var(--cc-toggle-readonly-bg);
    border: 0.25rem solid var(--cc-bg);
    border-radius: 1rem;
  }
  #cc-main ::-webkit-scrollbar-thumb:hover {
    background: var(--cc-toggle-off-bg);
  }
  #cc-main ::-webkit-scrollbar {
    background: transparent;
    width: 12px;
  }
}
html.disable--interaction.show--consent,
html.disable--interaction.show--consent body {
  height: auto !important;
  overflow: hidden !important;
}

@media (prefers-reduced-motion) {
  #cc-main {
    --cc-modal-transition-duration: 0s;
  }
}
.cc--darkmode {
  --cc-bg: #161a1c;
  --cc-primary-color: #ebf3f6;
  --cc-secondary-color: #aebbc5;
  --cc-btn-primary-bg: #c2d0e0;
  --cc-btn-primary-color: var(--cc-bg);
  --cc-btn-primary-border-color: var(--cc-btn-primary-bg);
  --cc-btn-primary-hover-bg: #98a7b6;
  --cc-btn-primary-hover-color: #000;
  --cc-btn-primary-hover-border-color: var(--cc-btn-primary-hover-bg);
  --cc-btn-secondary-bg: #242c31;
  --cc-btn-secondary-color: var(--cc-primary-color);
  --cc-btn-secondary-border-color: var(--cc-btn-secondary-bg);
  --cc-btn-secondary-hover-bg: #353d43;
  --cc-btn-secondary-hover-color: #fff;
  --cc-btn-secondary-hover-border-color: var(--cc-btn-secondary-hover-bg);
  --cc-separator-border-color: #222a30;
  --cc-toggle-on-bg: var(--cc-btn-primary-bg);
  --cc-toggle-off-bg: #525f6b;
  --cc-toggle-on-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-off-knob-bg: var(--cc-btn-primary-color);
  --cc-toggle-enabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-disabled-icon-color: var(--cc-btn-primary-color);
  --cc-toggle-readonly-bg: #343e45;
  --cc-toggle-readonly-knob-bg: #5f6b72;
  --cc-toggle-readonly-knob-icon-color: var(--cc-toggle-readonly-bg);
  --cc-section-category-border: #1e2428;
  --cc-cookie-category-block-bg: #1e2428;
  --cc-cookie-category-block-border: var(--cc-section-category-border);
  --cc-cookie-category-block-hover-bg: #242c31;
  --cc-cookie-category-block-hover-border: #232a2f;
  --cc-cookie-category-expanded-block-bg: transparent;
  --cc-cookie-category-expanded-block-hover-bg: var(--cc-toggle-readonly-bg);
  --cc-overlay-bg: rgba(0, 0, 0, 0.65);
  --cc-webkit-scrollbar-bg: var(--cc-section-category-border);
  --cc-webkit-scrollbar-hover-bg: var(--cc-btn-primary-hover-bg);
  --cc-footer-bg: #0c0e0f;
  --cc-footer-color: var(--cc-secondary-color);
  --cc-footer-border-color: #060809;
}

.cc--darkmode #cc-main {
  color-scheme: dark;
}

#cc-main .cm {
  background: var(--cc-bg);
  border-radius: var(--cc-modal-border-radius);
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  max-width: 24rem;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  transform: translateY(1.6em);
  visibility: hidden;
  z-index: 1;
}

#cc-main .cm--top {
  top: var(--cc-modal-margin);
}

#cc-main .cm--middle {
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

#cc-main .cm--bottom {
  bottom: var(--cc-modal-margin);
}

#cc-main .cm--center {
  left: var(--cc-modal-margin);
  margin: 0 auto;
  right: var(--cc-modal-margin);
  width: unset;
}

#cc-main .cm--left {
  left: var(--cc-modal-margin);
  margin-right: var(--cc-modal-margin);
}

#cc-main .cm--right {
  margin-left: var(--cc-modal-margin);
  right: var(--cc-modal-margin);
}

#cc-main .cm__body {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

#cc-main .cm__btns,
#cc-main .cm__links {
  padding: 1rem 1.3rem;
  width: unset;
}

#cc-main .cm__texts {
  display: flex;
  flex: 1;
  flex-direction: column;
  justify-content: flex-start;
  padding: 24px 0 0;
}

#cc-main .cm__desc,
#cc-main .cm__title {
  padding: 0 1.3rem;
}

#cc-main .cm__title {
  font-size: 1.05em;
}

#cc-main .cm__title + .cm__desc {
  margin-top: 1.1em;
}

#cc-main .cm__desc {
  color: #fff;
  font-size: 13px;
  line-height: 16px;
  max-height: 40vh;
  overflow-x: visible;
  overflow-y: auto;
  padding-bottom: 1em;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0.045em;
}

#cc-main .cm__btns {
  border-top: 1px solid var(--cc-separator-border-color);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .cm--bar .cm__btns .cm__btn-group .cm__btn {
    font-size: 14px !important;
    white-space: nowrap !important;
  }
  .cm--bar .cm__btns .cm__btn-group .cm__btn--secondary {
    order: -1 !important;
    font-size: 12px !important;
  }
}
#cc-main .cm__btn-group {
  display: grid;
  grid-auto-columns: minmax(0, 1fr);
}

#cc-main .cm__btn + .cm__btn,
#cc-main .cm__btn-group + .cm__btn-group {
  margin-top: 0.375rem;
}

#cc-main .cm--flip .cm__btn + .cm__btn,
#cc-main .cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--inline.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0.375rem;
  margin-right: 0;
}

#cc-main .cm--wide .cm__btn + .cm__btn,
#cc-main .cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--wide.cm--flip .cm__btn + .cm__btn,
#cc-main .cm--wide.cm--flip .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn-group--uneven,
#cc-main .cm--wide .cm__btn-group--uneven {
  display: flex;
  flex: 1;
  justify-content: space-between;
}

#cc-main .cm--bar:not(.cm--inline).cm--flip .cm__btn-group--uneven,
#cc-main .cm--wide.cm--flip .cm__btn-group--uneven {
  flex-direction: row-reverse;
}

#cc-main .cm__btn {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif !important;
  /*text-transform: uppercase;*/
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 0.6875rem;
  /*font-weight: 600;*/
  letter-spacing: 0.07em;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #f9f9f9;
  outline-offset: 0.3125rem;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
#cc-main .cm__btn.disabled {
  opacity: 0.75;
}

#cc-main .cm__btn--secondary {
  background: #282828;
  border: none;
  color: #fff;
  text-decoration: underline;
}

#cc-main .cm__btn--close {
  border-radius: 0;
  border-bottom-left-radius: var(--cc-btn-border-radius);
  border-right: none;
  border-top: none;
  display: none;
  font-size: 1em;
  height: 42px;
  min-width: auto !important;
  overflow: hidden;
  padding: 0 !important;
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
}

#cc-main .cm__btn--close svg {
  stroke: var(--cc-btn-primary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .cm__btn--close:hover svg {
  stroke: var(--cc-btn-primary-hover-color);
}

#cc-main .cm__btn--close.cm__btn--secondary svg {
  stroke: var(--cc-btn-secondary-color);
}

#cc-main .cm__btn--close.cm__btn--secondary:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .cm__btn--close + .cm__texts .cm__title {
  padding-right: 3rem;
}

#cc-main .cm--inline .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm__footer {
  background: var(--cc-footer-bg);
  border-top: 1px solid var(--cc-footer-border-color);
  color: var(--cc-footer-color);
  padding: 0.4em 0 0.5em;
}

#cc-main .cm__links {
  display: flex;
  flex-direction: row;
  padding-bottom: 0;
  padding-top: 0;
}

#cc-main .cm__link-group {
  display: flex;
  flex-direction: row;
  font-size: 0.8em;
  width: 100%;
}

#cc-main .cm__link-group > * + * {
  margin-left: 1.3rem;
}

#cc-main .cm--flip .cm__btn:last-child {
  grid-row: 1;
}

#cc-main .cm--inline.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--box .cm__btn--close {
  display: block;
}

#cc-main .cm--box.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--box.cm--wide {
  max-width: 36em;
}

#cc-main .cm--box.cm--wide .cm__btns {
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--box.cm--wide .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--box.cm--wide .cm__btn {
  min-width: 120px;
  padding-left: 1.8em;
  padding-right: 1.8em;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--box.cm--wide.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--cloud {
  max-width: 54em;
  width: unset;
}

#cc-main .cm--cloud .cm__body {
  flex-direction: row;
}

#cc-main .cm--cloud .cm__texts {
  flex: 1;
}

#cc-main .cm--cloud .cm__desc {
  max-height: 9.4em;
}

#cc-main .cm--cloud .cm__btns {
  border-left: 1px solid var(--cc-separator-border-color);
  border-top: none;
  max-width: 23em;
}

#cc-main .cm--cloud .cm__btn-group {
  flex-direction: column;
}

#cc-main .cm--cloud .cm__btn {
  min-width: 19em;
}

#cc-main .cm--cloud.cm--flip .cm__btn-group,
#cc-main .cm--cloud.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cm--cloud.cm--inline .cm__btn-group {
  flex-direction: row;
}

#cc-main .cm--cloud.cm--inline .cm__btn {
  min-width: 10em;
}

#cc-main .cm--cloud.cm--inline.cm--flip .cm__btn-group {
  flex-direction: row-reverse;
}

#cc-main .cm--bar {
  border-radius: 0;
  left: 0;
  margin: 0;
  max-width: unset;
  opacity: 1;
  right: 0;
  transform: translateY(0);
  width: 100vw;
  --cc-modal-transition-duration: 0.35s;
}

#cc-main .cm--bar.cm--top {
  top: 0;
  transform: translateY(-100%);
}

#cc-main .cm--bar.cm--bottom {
  bottom: 0;
  transform: translateY(100%);
  background-color: #282828;
}

#cc-main .cm--bar .cm__body,
#cc-main .cm--bar .cm__links {
  margin: 0 auto;
  max-width: 55em;
  width: 100%;
}

#cc-main .cm--bar .cm__body {
  padding: 0.5em 0 0.9em;
}

#cc-main .cm--bar .cm__btns {
  border-top: none;
  flex-direction: row;
  justify-content: space-between;
}

#cc-main .cm--bar .cm__btn-group {
  grid-auto-flow: column;
}

#cc-main .cm--bar:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-left: 0.375rem;
  margin-top: 0;
}

#cc-main .cm--bar .cm__btn {
  min-width: 120px;
  padding-left: 2em;
  padding-right: 2em;
}

#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn + .cm__btn,
#cc-main .cm--bar.cm--flip:not(.cm--inline) .cm__btn-group + .cm__btn-group {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .cm--bar.cm--flip .cm__btns {
  flex-direction: row-reverse;
}

#cc-main .cm--bar.cm--flip .cm__btn:last-child {
  grid-column: 1;
}

#cc-main .cm--bar.cm--inline .cm__body,
#cc-main .cm--bar.cm--inline .cm__links {
  max-width: 92vw;
}

#cc-main .cm--bar.cm--inline .cm__body {
  flex-direction: row;
  padding: 0;
}

#cc-main .cm--bar.cm--inline .cm__btns {
  flex-direction: column;
  justify-content: center;
  max-width: 23em;
}

#cc-main .cm--bar.cm--inline.cm--flip .cm__btns {
  flex-direction: column-reverse;
}

#cc-main .cc--anim .cm,
#cc-main .cc--anim.cm-wrapper:before {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

#cc-main .cc--anim .cm__btn,
#cc-main .cc--anim .cm__close {
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease;
}

.disable--interaction #cc-main .cm-wrapper:before {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 0;
}

.show--consent #cc-main .cc--anim .cm {
  opacity: 1;
  transform: translateY(0);
  visibility: visible !important;
}

.show--consent #cc-main .cc--anim .cm--middle {
  transform: translateY(-50%);
}

.show--consent #cc-main .cc--anim .cm--bar {
  transform: translateY(0);
}

.show--consent #cc-main .cc--anim.cm-wrapper:before {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .cm__btn--close {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: var(--cc-btn-border-radius);
  left: 0;
  right: unset;
}

#cc-main.cc--rtl .cm__btn--close + .cm__texts .cm__title {
  padding-left: 3rem !important;
  padding-right: 1.3rem;
}

#cc-main.cc--rtl .cm--inline .cm__btn + .cm__btn {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm--inline.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar .cm__btn-group + .cm__btn-group,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide .cm__btn-group + .cm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .cm:not(.cm--inline).cm--bar.cm--flip .cm__btn + .cm__btn,
#cc-main.cc--rtl .cm:not(.cm--inline).cm--wide.cm--flip .cm__btn + .cm__btn {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .cm__link-group > * + * {
  margin-left: 0;
  margin-right: 1.3rem;
}

@media screen and (max-width: 640px) {
  #cc-main {
    --cc-modal-margin: 0.5em;
  }
  #cc-main .cm {
    max-width: none !important;
    width: auto !important;
  }
  #cc-main .cm__body {
    flex-direction: column !important;
    padding: 0 !important;
  }
  #cc-main .cm__btns,
  #cc-main .cm__desc,
  #cc-main .cm__links,
  #cc-main .cm__title {
    padding-left: 1.1rem !important;
    padding-right: 1.1rem !important;
  }
  #cc-main .cm__btns {
    border-left: none !important;
    border-top: 1px solid var(--cc-separator-border-color) !important;
    flex-direction: column !important;
    max-width: none !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn + .cm__btn,
  #cc-main .cm__btn-group + .cm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .cm--flip .cm__btn + .cm__btn,
  #cc-main .cm--flip .cm__btn-group + .cm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .cm__btn-group {
    display: flex !important;
    flex-direction: column !important;
    min-width: auto !important;
  }
  #cc-main .cm__btn {
    flex: auto !important;
  }
  #cc-main .cm__link-group {
    justify-content: center !important;
  }
  #cc-main .cm--flip .cm__btn-group,
  #cc-main .cm--flip .cm__btns {
    flex-direction: column-reverse !important;
  }
}
#cc-main .pm-wrapper {
  position: relative;
  z-index: 2;
}

#cc-main .pm {
  background: #fff;
  border-radius: 0;
  box-shadow: 0 0.625em 1.875em rgba(0, 0, 2, 0.3);
  display: flex;
  flex-direction: column;
  opacity: 0;
  overflow: hidden;
  position: fixed;
  visibility: hidden;
  width: 100%;
  width: unset;
  z-index: 1;
}

#cc-main svg {
  fill: none;
  width: 100%;
}

#cc-main .pm__body,
#cc-main .pm__footer,
#cc-main .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__title {
  align-items: center;
  display: flex;
  flex: 1;
  font-weight: 600;
  margin-right: 2em;
  color: #000;
}

#cc-main .pm__close-btn {
  background: var(--cc-btn-secondary-bg);
  border: 1px solid var(--cc-btn-secondary-border-color);
  border-radius: var(--cc-btn-border-radius);
  height: 40px;
  position: relative;
  transition: all 0.15s ease;
  width: 40px;
}

#cc-main .pm__close-btn span {
  display: flex;
  height: 100%;
  width: 100%;
}

#cc-main .pm__close-btn svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
  transition: stroke 0.15s ease;
}

#cc-main .pm__close-btn:hover {
  background: var(--cc-btn-secondary-hover-bg);
  border-color: var(--cc-btn-secondary-hover-border-color);
}

#cc-main .pm__close-btn:hover svg {
  stroke: var(--cc-btn-secondary-hover-color);
}

#cc-main .pm__body {
  flex: 1;
  overflow-y: auto;
  overflow-y: overlay;
}

#cc-main .pm__section,
#cc-main .pm__section--toggle {
  border-radius: var(--cc-btn-border-radius);
  display: flex;
  flex-direction: column;
  margin-bottom: 0.5em;
}

#cc-main .pm__section--toggle .pm__section-desc-wrapper {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  display: none;
  margin-top: 0 !important;
  overflow: hidden;
}

#cc-main .pm__section {
  border: 1px solid var(--cc-separator-border-color);
  padding: 1em;
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

#cc-main .pm__section:first-child {
  border: none;
  margin-bottom: 2em;
  margin-top: 0;
  padding: 0;
  transition: none;
}

#cc-main .pm__section:not(:first-child):hover {
  background: var(--cc-cookie-category-block-bg);
  border-color: var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-toggles + .pm__section {
  margin-top: 2em;
}

#cc-main .pm__section--toggle {
  background: var(--cc-cookie-category-block-bg);
  border-top: none;
  margin-bottom: 0.375rem;
}

#cc-main .pm__section--toggle .pm__section-title {
  align-items: center;
  background: #fff;
  display: flex;
  justify-content: space-between;
  min-height: 58px;
  padding: 1.1em 5.4em 1.1em 1.2em;
  position: relative;
  transition: background-color 0.25s ease, border-color 0.25s ease;
  width: 100%;
}

#cc-main .pm__section--toggle .pm__section-desc {
  margin-top: 0;
  padding: 1em;
}

#cc-main .pm__section--toggle.is-expanded {
  --cc-cookie-category-block-bg: var(--cc-cookie-category-expanded-block-bg);
  --cc-cookie-category-block-border: var(--cc-cookie-category-expanded-block-hover-bg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

#cc-main .pm__section--toggle.is-expanded .pm__section-arrow svg {
  transform: scale(0.5) rotate(180deg);
}

#cc-main .pm__section--toggle.is-expanded .pm__section-desc-wrapper {
  display: flex;
}

#cc-main .pm__section--expandable .pm__section-title {
  cursor: pointer;
  padding-left: 3.4em;
}

#cc-main .pm__section--expandable .pm__section-arrow {
  background: var(--cc-toggle-readonly-bg);
  border-radius: 100%;
  display: flex;
  height: 20px;
  justify-content: center;
  left: 18px;
  pointer-events: none;
  position: absolute;
  width: 20px;
}

#cc-main .pm__section--expandable .pm__section-arrow svg {
  stroke: var(--cc-btn-secondary-color);
  transform: scale(0.5);
}

#cc-main .pm__section-title-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

#cc-main .pm__section-title-wrapper + .pm__section-desc-wrapper {
  margin-top: 0.85em;
}

#cc-main .pm__section-title {
  color: #000;
  border-radius: var(--cc-btn-border-radius);
  font-size: 0.95em;
  font-weight: 200;
}

#cc-main .pm__badge {
  align-items: center;
  background: var(--cc-btn-secondary-bg);
  border-radius: 5em;
  color: var(--cc-secondary-color);
  display: flex;
  flex: none;
  font-size: 0.8em;
  font-weight: 600;
  height: 23px;
  justify-content: center;
  margin-left: 1em;
  min-width: 23px;
  overflow: hidden;
  padding: 0 0.6em 1px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: auto;
}

#cc-main .pm__service-counter {
  background: var(--cc-btn-primary-bg);
  color: var(--cc-btn-primary-color);
  padding: 0;
  width: 23px;
}

#cc-main .pm__service-counter[data-counterlabel] {
  padding: 0 0.6em 1px;
  width: auto;
}

#cc-main .section__toggle,
#cc-main .section__toggle-wrapper,
#cc-main .toggle__icon,
#cc-main .toggle__label {
  border-radius: var(--cc-pm-toggle-border-radius);
  height: 23px;
  transform: translateZ(0);
  width: 50px;
}

#cc-main .section__toggle-wrapper {
  cursor: pointer;
  position: absolute;
  right: 18px;
  z-index: 1;
}

#cc-main .toggle-service {
  height: 19px;
  position: relative;
  right: 0;
  width: 42px;
}

#cc-main .toggle-service .section__toggle,
#cc-main .toggle-service .toggle__icon,
#cc-main .toggle-service .toggle__label {
  height: 19px;
  width: 42px;
}

#cc-main .toggle-service .toggle__icon {
  position: relative;
}

#cc-main .toggle-service .toggle__icon-circle {
  height: 19px;
  width: 19px;
}

#cc-main .toggle-service .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main .pm__section--toggle:nth-child(2) .section__toggle-wrapper:after {
  display: none !important;
}

#cc-main .section__toggle {
  border: 0;
  cursor: pointer;
  display: block;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
}

#cc-main .section__toggle:disabled {
  cursor: not-allowed;
}

#cc-main .toggle__icon {
  background: var(--cc-toggle-off-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-off-bg);
  display: flex;
  flex-direction: row;
  pointer-events: none;
  position: absolute;
  transition: all 0.25s ease;
}

#cc-main .toggle__icon-circle {
  background: var(--cc-toggle-off-knob-bg);
  border: none;
  border-radius: var(--cc-pm-toggle-border-radius);
  box-shadow: 0 1px 2px rgba(24, 32, 3, 0.36);
  display: block;
  height: 23px;
  left: 0;
  position: absolute;
  top: 0;
  transition: transform 0.25s ease, background-color 0.25s ease;
  width: 23px;
}

#cc-main .toggle__icon-off,
#cc-main .toggle__icon-on {
  height: 100%;
  position: absolute;
  transition: opacity 0.15s ease;
  width: 100%;
}

#cc-main .toggle__icon-on {
  opacity: 0;
  transform: rotate(45deg);
}

#cc-main .toggle__icon-on svg {
  stroke: var(--cc-toggle-on-bg);
  transform: scale(0.55) rotate(-45deg);
}

#cc-main .toggle__icon-off {
  opacity: 1;
}

#cc-main .toggle__icon-off svg {
  stroke: var(--cc-toggle-off-bg);
  transform: scale(0.55);
}

#cc-main .section__toggle:checked ~ .toggle__icon {
  background: var(--cc-toggle-on-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-on-bg);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  background-color: var(--cc-toggle-on-knob-bg);
  transform: translateX(27px);
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-on {
  opacity: 1;
}

#cc-main .section__toggle:checked ~ .toggle__icon .toggle__icon-off {
  opacity: 0;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon {
  background: var(--cc-toggle-readonly-bg);
  box-shadow: 0 0 0 1px var(--cc-toggle-readonly-bg);
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon .toggle__icon-circle {
  background: var(--cc-toggle-readonly-knob-bg);
  box-shadow: none;
}

#cc-main .section__toggle:checked:disabled ~ .toggle__icon svg {
  stroke: var(--cc-toggle-readonly-knob-icon-color);
}

#cc-main .toggle__label {
  opacity: 0;
  overflow: hidden;
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: -1;
}

#cc-main .pm__section-desc-wrapper {
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: 0.9em;
}

#cc-main .pm__section-desc-wrapper > :not(:last-child) {
  border-bottom: 1px solid var(--cc-cookie-category-block-border);
}

#cc-main .pm__section-services {
  display: flex;
  flex-direction: column;
}

#cc-main .pm__service {
  align-items: center;
  display: flex;
  justify-content: space-between;
  padding: 0.4em 1.2em;
  position: relative;
  transition: background-color 0.15s ease;
}

#cc-main .pm__service:hover {
  background-color: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__service-header {
  align-items: center;
  display: flex;
  margin-right: 1em;
  width: 100%;
}

#cc-main .pm__service-icon {
  border: 2px solid;
  border-radius: 100%;
  height: 8px;
  margin-left: 6px;
  margin-right: 20px;
  margin-top: 1px;
  min-width: 8px;
}

#cc-main .pm__service-title {
  font-size: 0.95em;
  width: 100%;
  word-break: break-word;
}

#cc-main .pm__section-desc {
  color: #000;
  line-height: 1.5em;
}

#cc-main .pm__section-table {
  border-collapse: collapse;
  font-size: 0.9em;
  margin: 0;
  overflow: hidden;
  padding: 0;
  text-align: left;
  width: 100%;
}

#cc-main .pm__table-caption {
  text-align: left;
}

#cc-main .pm__table-caption,
#cc-main .pm__table-head > tr {
  border-bottom: 1px dashed var(--cc-separator-border-color);
  color: var(--cc-primary-color);
  font-weight: 600;
}

#cc-main .pm__table-tr {
  transition: background-color 0.15s ease;
}

#cc-main .pm__table-tr:hover {
  background: var(--cc-cookie-category-block-hover-bg);
}

#cc-main .pm__table-caption,
#cc-main .pm__table-td,
#cc-main .pm__table-th {
  padding: 0.625em 0.625em 0.625em 1.2em;
  vertical-align: top;
}

#cc-main .pm__footer {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm__btn-group {
  display: flex;
}

#cc-main .pm__btn + .pm__btn,
#cc-main .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
}

#cc-main .pm--flip .pm__btn + .pm__btn,
#cc-main .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main .pm__btn {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 0.6875rem;
  font-weight: unset !important;
  letter-spacing: 0.07em;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #f9f9f9;
  outline-offset: 0.3125rem;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
#cc-main .pm__btn.disabled {
  opacity: 0.75;
}
#cc-main .pm__btn:hover {
  background-color: #767676;
  border: 1px solid #767676;
}

#cc-main .pm__btn:hover {
  background-color: #767676;
  border: 1px solid #767676;
}

#cc-main .pm__btn--secondary {
  --swiper-navigation-size: 44px;
  --swiper-theme-color: #007aff;
  --play-pause-worn-video-bottom-desktop: 20px;
  --play-pause-worn-video-bottom-mobile: 15px;
  --vh: 9.040000000000001px;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  appearance: none;
  font-family: "Helvetica Neue LT W05 55 Roman", "Helvetica Neue", Arial, sans-serif !important;
  text-transform: uppercase;
  align-content: center;
  align-items: center;
  border-radius: 0;
  justify-content: center;
  text-align: center;
  user-select: none;
  vertical-align: middle;
  font-size: 0.6875rem;
  font-weight: unset !important;
  letter-spacing: 0.07em;
  line-height: 1.2727272727;
  display: inline-flex;
  height: auto;
  min-height: 3rem;
  padding: 0 1.3125rem;
  position: relative;
  transition: all 0.2s linear;
  color: #f9f9f9;
  outline-offset: 0.3125rem;
  background-color: #000;
  border: 1px solid #000;
  cursor: pointer;
  margin-bottom: 0;
  outline: none !important;
}
#cc-main .pm__btn--secondary.disabled {
  opacity: 0.75;
}
#cc-main .pm__btn--secondary:hover {
  background-color: #767676;
  border: 1px solid #767676;
}

#cc-main .pm__btn--secondary:hover {
  background-color: #767676;
  border: 1px solid #767676;
  opacity: 75%;
}

#cc-main .pm--box {
  height: calc(100% - 2em);
  left: var(--cc-modal-margin);
  margin: 0 auto;
  max-height: 37.5em;
  max-width: 43em;
  right: var(--cc-modal-margin);
  top: 50%;
  transform: translateY(calc(-50% + 1.6em));
}

@media (min-width: 2500px) {
  #cc-main .pm--box {
    height: 81% !important;
    width: 23% !important;
    transform: translate(-50%, -50%) !important;
    left: 50% !important;
    top: 47% !important;
    margin: unset !important;
    max-height: unset !important;
    max-width: unset !important;
  }
}
#cc-main .pm--box.pm--flip .pm__btn-group,
#cc-main .pm--box.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm--bar {
  border-radius: 0;
  bottom: 0;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: 29em;
  opacity: 1;
  top: 0;
  width: 100%;
  --cc-modal-transition-duration: 0.35s;
}

#cc-main .pm--bar .pm__section-table,
#cc-main .pm--bar .pm__table-body,
#cc-main .pm--bar .pm__table-td,
#cc-main .pm--bar .pm__table-th,
#cc-main .pm--bar .pm__table-tr {
  display: block;
}

#cc-main .pm--bar .pm__table-head {
  display: none;
}

#cc-main .pm--bar .pm__table-caption {
  display: block;
}

#cc-main .pm--bar .pm__table-tr:not(:last-child) {
  border-bottom: 1px solid var(--cc-separator-border-color);
}

#cc-main .pm--bar .pm__table-td {
  display: flex;
  justify-content: space-between;
}

#cc-main .pm--bar .pm__table-td:before {
  color: var(--cc-primary-color);
  content: attr(data-column);
  flex: 1;
  font-weight: 600;
  min-width: 100px;
  overflow: hidden;
  padding-right: 2em;
  text-overflow: ellipsis;
}

#cc-main .pm--bar .pm__table-td > div {
  flex: 3;
}

#cc-main .pm--bar:not(.pm--wide) .pm__body,
#cc-main .pm--bar:not(.pm--wide) .pm__footer,
#cc-main .pm--bar:not(.pm--wide) .pm__header {
  padding: 1em 1.3em;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide) .pm__footer {
  flex-direction: column;
}

#cc-main .pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin: 0.375rem 0 0;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__footer {
  flex-direction: column-reverse;
}

#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn + .pm__btn,
#cc-main .pm--bar:not(.pm--wide).pm--flip .pm__btn-group + .pm__btn-group {
  margin-bottom: 0.375rem;
  margin-top: 0;
}

#cc-main .pm--bar:not(.pm--wide) .pm__badge {
  display: none;
}

#cc-main .pm--bar.pm--left {
  left: 0;
  transform: translateX(-100%);
}

#cc-main .pm--bar.pm--right {
  right: 0;
  transform: translateX(100%);
}

#cc-main .pm--bar.pm--wide {
  max-width: 35em;
}

#cc-main .pm--bar.pm--wide .pm__body,
#cc-main .pm--bar.pm--wide .pm__footer,
#cc-main .pm--bar.pm--wide .pm__header {
  padding: 1em 1.4em;
}

#cc-main .pm--bar.pm--wide.pm--flip .pm__btn-group,
#cc-main .pm--bar.pm--wide.pm--flip .pm__footer {
  flex-direction: row-reverse;
}

#cc-main .pm-overlay {
  background: var(--cc-overlay-bg);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 1;
}

#cc-main .cc--anim .pm,
#cc-main .cc--anim .pm-overlay {
  transition: opacity var(--cc-modal-transition-duration) ease, visibility var(--cc-modal-transition-duration) ease, transform var(--cc-modal-transition-duration) ease;
}

.show--preferences #cc-main .cc--anim .pm {
  opacity: 1;
  visibility: visible !important;
}

.show--preferences #cc-main .cc--anim .pm--box {
  transform: translateY(-50%);
}

.show--preferences #cc-main .cc--anim .pm--bar {
  transform: translateX(0);
}

.show--preferences #cc-main .cc--anim .pm-overlay {
  opacity: 1;
  visibility: visible;
}

#cc-main.cc--rtl .pm__service-header {
  margin-left: 1em;
  margin-right: 0;
}

#cc-main.cc--rtl .pm__section-arrow {
  left: unset;
  right: 18px;
}

#cc-main.cc--rtl .section__toggle-wrapper {
  left: 18px;
  right: unset;
  transform-origin: left;
}

#cc-main.cc--rtl .toggle-service {
  left: 0;
}

#cc-main.cc--rtl .pm__service-icon {
  margin-left: 20px;
  margin-right: 5px;
}

#cc-main.cc--rtl .pm__section--toggle .pm__section-title {
  padding-left: 5.4em;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__section--expandable .pm__section-title {
  padding-right: 3.4em;
}

#cc-main.cc--rtl .pm__badge {
  margin-left: unset;
  margin-right: 1em;
}

#cc-main.cc--rtl .toggle__icon-circle {
  transform: translateX(27px);
}

#cc-main.cc--rtl .toggle-service .toggle__icon-circle {
  transform: translateX(23px);
}

#cc-main.cc--rtl .section__toggle:checked ~ .toggle__icon .toggle__icon-circle {
  transform: translateX(0);
}

#cc-main.cc--rtl .pm__table-td,
#cc-main.cc--rtl .pm__table-th {
  padding-left: unset;
  padding-right: 1.2em;
  text-align: right;
}

#cc-main.cc--rtl .pm__table-td {
  padding-left: unset;
  padding-right: 1.2em;
}

#cc-main.cc--rtl .pm__table-td:before {
  padding-left: 2em;
  padding-right: unset;
}

#cc-main.cc--rtl .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm__btn-group + .pm__btn-group {
  margin-left: 0;
  margin-right: 0.375rem;
}

#cc-main.cc--rtl .pm--flip .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip .pm__btn-group + .pm__btn-group {
  margin-left: 0.375rem;
  margin-right: 0;
}

#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn + .pm__btn,
#cc-main.cc--rtl .pm--flip.pm--bar:not(.pm--wide) .pm__btn-group + .pm__btn-group {
  margin-left: 0;
}

@media screen and (max-width: 640px) {
  #cc-main .pm {
    border-radius: 0;
    bottom: 0;
    height: auto;
    left: 0;
    max-height: 100%;
    max-width: none !important;
    right: 0;
    top: 0;
    transform: translateY(1.6em);
  }
  #cc-main .pm__body,
  #cc-main .pm__footer,
  #cc-main .pm__header {
    padding: 0.9em !important;
  }
  #cc-main .pm__badge {
    display: none;
  }
  #cc-main .pm__section-table,
  #cc-main .pm__table-body,
  #cc-main .pm__table-caption,
  #cc-main .pm__table-td,
  #cc-main .pm__table-th,
  #cc-main .pm__table-tr {
    display: block;
  }
  #cc-main .pm__table-head {
    display: none;
  }
  #cc-main .pm__table-tr:not(:last-child) {
    border-bottom: 1px solid var(--cc-separator-border-color);
  }
  #cc-main .pm__table-td {
    display: flex;
    justify-content: space-between;
  }
  #cc-main .pm__table-td:before {
    color: var(--cc-primary-color);
    content: attr(data-column);
    flex: 1;
    font-weight: 600;
    min-width: 100px;
    overflow: hidden;
    padding-right: 2em;
    text-overflow: ellipsis;
  }
  #cc-main .pm__table-td > div {
    flex: 3;
  }
  #cc-main .pm__btn-group,
  #cc-main .pm__footer {
    flex-direction: column !important;
  }
  #cc-main .pm__btn-group {
    display: flex !important;
  }
  #cc-main .pm__btn + .pm__btn,
  #cc-main .pm__btn-group + .pm__btn-group {
    margin: 0.375rem 0 0 !important;
  }
  #cc-main .pm--flip .pm__btn + .pm__btn,
  #cc-main .pm--flip .pm__btn-group + .pm__btn-group {
    margin-bottom: 0.375rem !important;
    margin-top: 0 !important;
  }
  #cc-main .pm--flip .pm__btn-group,
  #cc-main .pm--flip .pm__footer {
    flex-direction: column-reverse !important;
  }
  .show--preferences #cc-main .cc--anim .pm {
    transform: translateY(0) !important;
  }
}
@media (min-width: 2500px) {
  #cc-main .cm__body {
    max-width: 2390px !important;
    /*margin: 0% auto 0% 3.9% !important;*/
  }
  #cc-main .cm__body .cm__texts {
    padding-left: 25px;
  }
  #cc-main .cm__body .cm__btns {
    padding: 1rem 0rem !important;
    max-width: 295px;
  }
  #cc-main .cm__body .cm__btns .cm__btn-group {
    grid-auto-columns: unset !important;
  }
  #cc-main .cm__body .cm__btns .cm__btn-group .cm__btn {
    max-width: 185px;
  }
  #cc-main .cm__body .cm__btns .cm__btn-group .cm__btn.cm__btn--secondary {
    min-width: 80px;
    width: 80px;
    padding: 0 !important;
    margin-right: 25px !important;
  }
  #cc-main .cm__body .cm__texts .cm__desc {
    padding: 0 0rem !important;
  }
}
@media (max-width: 768px) {
  #cc-main .cm--bar {
    background: transparent !important;
    margin: auto;
    padding: 0 2% !important;
    transform: translateY(-43%) !important;
    height: 350px;
  }
  #cc-main .cm--bar .cm__body {
    background: white;
    max-width: 100vw !important;
    height: 100% !important;
    padding: 20.3px !important;
  }
  #cc-main .cm--bar .cm__body .cm__texts {
    padding-top: 29px !important;
  }
  #cc-main .cm--bar .cm__body .cm__texts .cm__desc {
    color: black;
    line-height: 20px;
    letter-spacing: 0.06em;
  }
  #cc-main .cm--bar .cm__body .cm__texts .cm__desc a {
    color: black !important;
  }
  #cc-main .cm--bar .cm__body .cm__texts .cm__desc::before {
    content: "COOKIE BEÁLLÍTÁSOK";
    width: 100%;
    display: block;
    font-size: 15px;
    margin-bottom: 17px;
    letter-spacing: 0.06em;
  }
  #cc-main .cm--bar .cm__body .cm__btns {
    padding: 70px 0px 0px !important;
  }
  #cc-main .cm--bar .cm__body .cm__btns .cm__btn-group {
    grid-auto-columns: unset !important;
  }
  #cc-main .cm--bar .cm__body .cm__btns .cm__btn-group .cm__btn {
    max-width: 100%;
  }
  #cc-main .cm--bar .cm__body .cm__btns .cm__btn-group .cm__btn.cm__btn--secondary {
    width: 100%;
    max-width: 100%;
    background-color: transparent;
    color: black;
  }
  #cc-main .cm--bar .cm__body .cm__texts .cm__desc {
    padding: 0 0rem !important;
  }
}
/* $link-color: #000;
$body-color: #767676;
$primary: #767676;
$font-family-base: Helvetica, Open-Sans, "sans-serif-light", sans-serif;
$font-size-base: 1rem;
$form-invalid-border-color: #cd0000; */
.text-color-primary {
  color: #000000;
}

.text-color-black {
  color: #212529;
}

.color-secondary-background {
  background-color: #f8f8fa !important;
}
.color-secondary-background td {
  background-color: #f8f8fa !important;
}

#profile-data {
  width: 100vw;
  max-width: 100%;
  padding: 40px 5vw;
  /* Fiók áttekintő */
}
#profile-data legend {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
  border-bottom: 2px solid #000;
}
#profile-data .account-overview {
  padding-left: 0;
  margin-top: 1.5rem;
}
#profile-data .account-overview li {
  margin-bottom: 12px;
}
#profile-data .account-overview a {
  text-decoration: none;
  color: #010101;
  font-weight: 300;
}
#profile-data .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}

#account-address {
  width: 100vw;
  max-width: 100%;
  padding: 40px 5vw;
  /* Fiók áttekintő */
}
#account-address legend {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
  border-bottom: 2px solid #000;
}
#account-address .account-overview {
  padding-left: 0;
  margin-top: 1.5rem;
}
#account-address .account-overview li {
  margin-bottom: 12px;
}
#account-address .account-overview a {
  text-decoration: none;
  color: #010101;
  font-weight: 300;
}
#account-address .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}

#account-password {
  width: 100vw;
  max-width: 100%;
  padding: 40px 5vw;
  /* Címek */
  /* Szekció címek */
  /* Fiók áttekintő */
}
#account-password .profile-title {
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 60px;
  color: #444;
  text-align: center;
}
#account-password .custom-icon {
  font-size: 12px;
  color: black;
}
#account-password .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}
#account-password .customer-information {
  margin-bottom: 5px;
  line-height: 1.4;
  color: #000000;
}
#account-password .account-overview {
  padding-left: 0;
  margin-top: 1.5rem;
}
#account-password .account-overview li {
  margin-bottom: 12px;
}
#account-password .account-overview a {
  text-decoration: none;
  color: #010101;
  font-weight: 300;
}
#account-password .account-overview a:hover {
  text-decoration: underline;
}
#account-password legend {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
  border-bottom: 2px solid #000;
}

#account-order {
  width: 100vw;
  max-width: 100%;
  padding: 40px 5vw;
  /* Fiók áttekintő */
  /* Táblázat */
  /* Táblázat reszponzív megjelenítése */
}
#account-order .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}
#account-order .account-overview {
  padding-left: 0;
  margin-top: 1.5rem;
}
#account-order .account-overview li {
  margin-bottom: 12px;
}
#account-order .account-overview a {
  text-decoration: none;
  color: #010101;
  font-weight: 300;
}
#account-order .customer-information-container {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
#account-order .section-title {
  font-size: 0.938rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
}
#account-order .customer-information {
  margin-bottom: 5px;
  line-height: 1.4;
}
#account-order .order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 1.5rem;
}
#account-order .order-table th,
#account-order .order-table td {
  text-align: left;
  border-bottom: 1px solid #ddd;
  font-weight: 300;
}
#account-order .order-table th {
  font-size: 14px;
}
#account-order .order-table td {
  font-size: 14px;
  font-weight: 300;
}
#account-order .order-table td strong {
  font-weight: 400;
}
#account-order .order-table tbody tr:last-child td {
  border-bottom: none;
}
#account-order .total-order {
  border: none;
}
#account-order .order-table th,
#account-order .order-table td {
  padding-left: 0;
  padding-right: 0;
}
#account-order legend {
  font-size: 1rem;
  text-transform: uppercase;
  color: #000;
  font-weight: 400;
  letter-spacing: 0.06rem;
  padding-left: 0;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 768px) {
  #account-order .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #account-order .order-table {
    min-width: 600px;
    font-size: 14px;
  }
  #account-order .order-table th,
  #account-order .order-table td {
    padding: 8px 10px;
    word-break: break-word;
    white-space: nowrap;
  }
  #account-order .order-table td a {
    font-size: 13px;
  }
}
#account-order .order-table td a {
  color: #767676;
}

.al-page-background .heading-title {
  letter-spacing: 2.5px;
  font-weight: bold !important;
}
.al-page-background .contact-image {
  max-width: 950px !important;
  margin-bottom: 30px !important;
}
.al-page-background .contact-section span {
  margin-bottom: 20px;
}

.send-message-container {
  max-width: 640px !important;
  padding-top: 0 !important;
}
.send-message-container .head-title {
  letter-spacing: 2.9px;
}
.send-message-container .text-contact {
  padding-top: 5px;
}
.send-message-container #form-contact {
  margin-top: 40px;
}
.send-message-container .entry-accept-legal {
  padding-top: 35px;
  margin-left: -10px !important;
}
.send-message-container .sending-button {
  margin-top: 30px;
  max-width: 530px !important;
}

@media (max-width: 1024px) {
  #information-contact {
    padding: 0 !important;
  }
  .al-page-background .heading-title {
    letter-spacing: 1.5px;
  }
  .al-page-background .contact-image {
    height: 255px;
    margin-bottom: 10px !important;
  }
  .al-page-background .contact-info {
    border: none;
  }
  .al-page-background .contact-section span {
    margin-bottom: 0;
  }
  .al-page-background .al-button {
    max-width: 500px !important;
  }
  .send-message-container .text-contact {
    width: 80%;
    margin: auto;
  }
  .send-message-container #form-contact {
    margin-top: 40px;
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .send-message-container .entry-accept-legal {
    padding-top: 5px;
    margin-left: -10px !important;
    margin-bottom: 5px !important;
  }
  .send-message-container textarea {
    height: 215px !important;
  }
  .send-message-container .sending-button {
    margin: auto;
  }
}
html,
body {
  overflow-y: scroll;
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
  letter-spacing: 0.05em !important;
  /* @media (max-width: 768px) {
  	font-size: 14px;
  } */
}
html strong,
body strong {
  /* font-family: $font-strong; */
  font-weight: 400;
}

a,
.link {
  cursor: pointer;
  color: #000;
}
a:hover,
.link:hover {
  text-decoration: underline;
}

.container-md {
  max-width: 600px;
}

.container-lg {
  max-width: 900px;
}

.al-alert {
  border-radius: 0 !important;
  border: none !important;
}

.al-page-background {
  /*background-color: $color-secondary-background;*/
  padding: 0 1rem;
  min-height: calc(100vh - 75px);
}
@media screen and (max-width: 768px) {
  .al-page-background {
    padding: 0;
  }
}

.dropdown-item.active,
.dropdown-item:active {
  background-color: #767676;
}

/* Eltávolítja az iOS autofill hátteret */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0 30px #f8f8fa inset !important; /* Fehér háttér */
  -webkit-text-fill-color: #000 !important; /* Fekete szöveg */
}

.large-screen-br,
.medium-screen-br,
.small-screen-br {
  display: none;
}

@media (min-width: 769px) {
  .medium-screen-br {
    display: block !important;
  }
}
.login-start-headline {
  font-size: 23px !important;
  letter-spacing: 0.07em;
}

@media (max-width: 768px) {
  .small-screen-br {
    display: block !important;
  }
  .al-page-background {
    min-height: calc(100svh - 56px);
    display: flex;
    justify-content: center;
  }
  .login-start-container {
    padding: 0 !important;
  }
  .login-start-container .login-start {
    padding: 42px 0px 21px 0px;
    background: #f8f8fa;
    width: 100%;
    max-width: 100vw;
    display: flex;
    flex-direction: column;
  }
  .login-start-container .login-start > .row {
    margin: 0 auto 0 auto !important;
    padding: 0px 29px;
    max-width: 100%;
    width: 100%;
  }
  .login-start-container .login-start > .row > #content {
    padding: 0 !important;
  }
  .login-start-container .login-start > .row > #content #form-login {
    margin-top: 0px !important;
  }
  .login-start-container .login-start > .row > #content #form-login .form-headline {
    margin-top: 2px !important;
    letter-spacing: 0.09em !important;
  }
  .login-start-container .login-start > .row > #content #form-login .password-input .password-eye {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    padding: 0px 8px 7px 0px;
  }
  .login-start-container .login-start > .row > #content #form-login .btn-container {
    padding: 0 34px;
    margin-top: 28px;
    position: relative;
    left: -1px;
  }
  .login-start-container .login-start .login-start-headline {
    padding: 0px 0px 0px 1px !important;
    line-height: 32px;
    letter-spacing: 0.09em;
  }
  .login-start-container .login-start .login-start-btns {
    padding: 22px 32px 0px 32px !important;
  }
  .login-start-container .login-start .login-start-btns a {
    font-size: 12px !important;
  }
  .login-start-container .login-start .login-headline {
    padding-top: 0 !important;
  }
  .login-start-container .login-start .text-and-btns {
    margin-top: 0 !important;
  }
  .login-start-container .login-start .invitation-login {
    padding: 37px 0px 0px 0px !important;
    margin-bottom: 52px !important;
  }
  .login-start-container .login-start .invitation-login a {
    min-width: 332px !important;
    letter-spacing: 0.07em !important;
  }
  .login-start-container .login-start .invitation-login .btn-secondary {
    letter-spacing: 0.03em;
    margin-top: 9px !important;
  }
  .login-start-container .login-start .without-invitation h3 {
    font-size: 23px !important;
    letter-spacing: 0.09em !important;
    padding: 0 !important;
    margin-top: 1px;
  }
  .login-start-container .login-start .without-invitation .p-2 {
    padding-bottom: 0 !important;
  }
  .login-start-container .login-start .without-invitation p {
    font-size: 16px;
    line-height: 19.7px;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
  .login-start-container .login-start .without-invitation-btns {
    margin-top: 5px;
    width: 265px;
    gap: 21px !important;
  }
  .login-start-container .login-start .without-invitation-btns a {
    font-size: 12px;
  }
  .login-start-container .login-start.invitation {
    padding-top: 41px;
  }
  .login-start-container .login-start.invitation .form-headline {
    font-size: 23px !important;
    letter-spacing: 0.09em;
    line-height: 33px;
  }
  .login-start-container .login-start.invitation #account-register {
    margin: 25px auto 30px auto !important;
    padding: 0px 29px;
  }
  .login-start-container .login-start.invitation #account-register .row #content {
    padding: 0 17px !important;
  }
  .login-start-container .login-start.invitation .back-to-home-btn {
    margin-top: auto !important;
  }
}
.back-to-home-btn {
  font-size: 12px !important;
  letter-spacing: 0.08em !important;
  display: block;
  margin-top: auto;
}

.btn-secondary.btn-special {
  background-color: white !important;
  transition: 350ms ease-in-out !important;
}
.btn-secondary.btn-special:hover {
  background-color: transparent !important;
  border: 1px solid white !important;
  color: white !important;
}

@media (min-width: 769px) {
  .login-start-container {
    padding: 0 2rem 2rem 2rem !important;
    height: calc(100svh - 80px);
  }
  .login-start-container .login-start {
    background: #f8f8fa;
    height: 100%;
    padding: 50px 0px;
    display: flex;
    flex-direction: column;
  }
  .login-start-container .login-start .login-headline {
    padding-top: 0 !important;
  }
  .login-start-container .login-start .mx-auto .btn {
    width: 264px !important;
  }
  .login-start-container .login-start #form-login .form-headline {
    margin-top: 0 !important;
  }
  .login-start-container #account-login {
    max-width: 100%;
  }
}
@media (min-width: 2500px) {
  .login-start-container {
    padding: 0 32px 32px 32px !important;
  }
  .login-start-container .login-start {
    height: 1188px !important;
    padding: 245.5px 0 51px 0 !important;
  }
  .login-start-container .login-start.invitation {
    padding: 254px 0 50px 0 !important;
  }
  .login-start-container .login-start.invitation h2 {
    font-size: 23px !important;
    letter-spacing: 0.065em !important;
  }
  .login-start-container .login-start .text-and-btns {
    margin-top: 0 !important;
  }
  .login-start-container .login-start .mx-auto h3 {
    font-size: 23px !important;
    letter-spacing: 0.07em;
  }
  .login-start-container .login-start .invitation-login {
    margin-top: 40px !important;
  }
  .login-start-container .login-start .invitation-login .btn {
    width: 400px !important;
  }
  .login-start-container .login-start .invitation-login .btn.btn-secondary {
    margin-top: 17px !important;
  }
  .login-start-container .login-start .without-invitation {
    gap: 33px !important;
  }
  .login-start-container .login-start .without-invitation div {
    width: 100% !important;
  }
  .login-start-container .login-start .without-invitation div p {
    font-size: 16px !important;
    line-height: 22px !important;
  }
  .login-start-container .login-start .without-invitation-btns {
    margin-top: -22px !important;
  }
  .login-start-container .login-start > .row {
    margin-top: 0 !important;
  }
}
#account-register {
  margin-top: 29px !important;
}
#account-register #form-register #account .row {
  margin: 0px 0px 16px 0px !important;
}
@media (max-width: 768px) {
  #account-register #form-register #account .row {
    margin: 0px 0px 16.5px 0px !important;
  }
}
#account-register #form-register #account .row:nth-last-child(2) {
  margin-bottom: 12px !important;
}
@media (max-width: 768px) {
  #account-register #form-register #account .row:nth-last-child(2) {
    margin-bottom: 11px !important;
  }
}
#account-register #form-register #account .row .form-check-container {
  margin-bottom: 40px;
}
#account-register #form-register #account .row .btn-container {
  padding: 0 34px;
}

#form-login {
  margin-top: 8px !important;
  margin-left: auto;
  margin-right: auto;
  max-width: 400px;
  width: 100%;
}
#form-login h2 {
  margin-top: 8px !important;
  margin-bottom: 44px !important;
}
#form-login .email-input {
  margin-bottom: 16px;
}
#form-login .password-input {
  margin-bottom: 10px;
}
#form-login .btn-container {
  padding: 0 68px;
  margin-top: 28px;
}

#account-register input,
#form-login input {
  font-size: 14px !important;
  padding: 13px 9px 8px 14px !important;
  letter-spacing: 0.05em !important;
}
#account-register .form-check .form-check-label:not(.remember-me-label),
#form-login .form-check .form-check-label:not(.remember-me-label) {
  font-size: 11px !important;
  color: #9d9d9d !important;
  margin-left: 12px !important;
  position: relative;
  top: 1px;
}
#account-register .form-check .form-check-label:not(.remember-me-label).agree-conditions,
#form-login .form-check .form-check-label:not(.remember-me-label).agree-conditions {
  width: 322px;
}
#account-register .form-check .form-check-label:not(.remember-me-label) a,
#form-login .form-check .form-check-label:not(.remember-me-label) a {
  color: #000000 !important;
  font-size: 11px !important;
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
}
#account-register #content .row a,
#form-login #content .row a {
  margin-top: 415px !important;
}

#account-login .row #content {
  min-height: unset !important;
}

.form-headline {
  font-size: 23px !important;
  letter-spacing: 0.07em;
  font-family: "Helvetica Neue LT W05 35 Thin", "Helvetica Neue", Arial, sans-serif;
}

.remember-me-container {
  min-width: 50%;
}
.remember-me-container .remember-me-label {
  padding: 0 !important;
  font-size: 12px !important;
  color: #828282 !important;
  margin-left: 12px !important;
  letter-spacing: 0.05em;
}
.remember-me-container .form-check-checked {
  width: 20px !important;
  height: 20px !important;
}

.pass-forgotten {
  font-size: 12px !important;
  letter-spacing: 0.05em !important;
  color: #828282;
}

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