/* disable previous cookie consent*/
#cookies-information {
  display: none !important;
}

:root {
  --productooCookieLista: #f00;
}

.productooCookieLista {
  position: fixed;
  bottom: 2em;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  background-color: #ffffff;
  z-index: 100000000;
  padding: 2em;
  -webkit-box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  font-size: 13px;
  width: 60em;
  max-width: 95%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productooCookieLista,
.productooCookieLista *,
.productooCookieLista_right,
.productooCookieLista_right * {
  box-sizing: border-box;
}

.productooCookieLista .productooCookieLista__main-body {
  width: 670px;
  max-width: 100%;
  margin: auto;
}

.productooCookieLista .productooCookieLista__main-body {
  width: 1500px;
  max-width: 100%;
  margin: auto;
}

.productooCookieLista .productooCookieLista__main-body:after {
  content: "";
  clear: both;
  display: block;
}

.productooCookieLista .productooCookieLista__main-title {
  color: var(--productooCookieLista);
  font-weight: 600;
  font-size: 1.38em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

.productooCookieLista .productooCookieLista__main-text {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 1.6em;
  color: #888888;
}

.productooCookieLista__buttons {
  margin-left: -1em;
  margin-right: -1em;
}

.productooCookieLista__buttons:after {
  clear: both;
  display: block;
  content: "";
}

.productooCookieLista__button {
  display: inline-block;
  width: 50%;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: top;
  float: left;
  cursor: pointer;
}

.productooCookieLista__button span {
  display: block;
  padding: 0.9em;
  border: 1px solid var(--productooCookieLista);
  text-align: center;
  font-weight: 600;
  color: var(--productooCookieLista);
  font-size: 1.1em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.productooCookieLista__button:hover span,
.productooCookieLista__button--primary span {
  color: #ffffff;
  background-color: var(--productooCookieLista);
}

.productooCookieLista_right__bg {
  position: fixed;
  top: 0px;
  height: 100%;
  width: 100%;
  background-color: #000000;
  opacity: 0.6;
  left: 0px;
  display: none;
  z-index: 100000000;
}

.productooCookieLista_right {
  position: fixed;
  top: 0px;
  height: auto;
  max-height: 95%;
  background-color: #ffffff;
  z-index: 100000001;
  width: 36.5em;
  max-width: 95%;
  left: 0px;
  margin: auto;
  right: 0px;
  padding: 2em;
  overflow: auto;
  font-size: 18px;
  -webkit-box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  -moz-box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  box-shadow: 0px 0px 0.8em 0px rgba(50, 50, 50, 0.5);
  display: none;
  font-size: 13px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productooCookieLista_right__body__title,
.productooCookieLista_right__body__subtitle {
  color: var(--productooCookieLista);
  font-weight: 600;
  font-size: 1.38em;
  line-height: 1.2em;
  margin-bottom: 0.6em;
}

.productooCookieLista_right__body__title {
  padding-bottom: 1.3em;
  border-bottom: 1px solid #f2f2f2;
  margin-bottom: 1em;
}

.productooCookieLista_right__body__text {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  font-weight: 300;
  margin-bottom: 1.6em;
  color: #888888;
}

.productooCookieLista_right__box {
  background-color: #f2f2f2;
  margin-bottom: 0.55em;
}

.productooCookieLista_right__box__name {
  position: relative;
  padding-left: 3em;
  padding-right: 6em;
  padding-top: 1.3em;
  padding-bottom: 1.3em;
  line-height: 1em;
  font-weight: 600;
  color: var(--productooCookieLista);
  position: relative;
  cursor: pointer;
}

.productooCookieLista_right__box__arrow {
  position: absolute;
  width: 0.73em;
  height: 100%;
  left: 1.2em;
  top: 0px;
  line-height: 0;
}

.productooCookieLista_right__box__name--active
  .productooCookieLista_right__box__arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.productooCookieLista_right__box__arrow svg {
  width: 100%;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productooCookieLista_right__box__arrow svg path {
  fill: var(--productooCookieLista);
}

.productooCookieLista_right__box__switcher {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3.94em;
  height: 1.72em;
  border-radius: 0.86em;
  right: 1.2em;
  background-color: #888888;
  transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}

.productooCookieLista_right__box__switcher--active {
  background-color: var(--productooCookieLista);
}

.productooCookieLista_right__box__switcher--disable {
  opacity: 0.75;
  cursor: not-allowed;
}

.productooCookieLista_right__box__switcher--always {
  background-color: transparent;
  width: auto;
}

.productooCookieLista_right__box__switcher--always .alwaysText {
  font-size: 0.8em;
  line-height: 2.4em;
  display: block;
}

.productooCookieLista_right__box__switcher__left,
.productooCookieLista_right__box__switcher__right {
  width: 50%;
  height: 100%;
  position: absolute;
  top: 0px;
}

.productooCookieLista_right__box__switcher__left {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjE1LjYwNXB4IiBoZWlnaHQ9IjExLjYzOXB4IiB2aWV3Qm94PSIwIDAgMTUuNjA1IDExLjYzOSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTUuNjA1IDExLjYzOSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTUuMzkzLDEuMjI2TDQuOTgzLDExLjYzNkwwLjIxMyw2Ljg2NWwxLjIyMy0xLjIyM2wzLjU0OCwzLjU0bDkuMTg3LTkuMTc5TDE1LjM5MywxLjIyNnoiLz4NCjwvc3ZnPg0K")
    center center no-repeat;
  background-size: 0.86em auto;
  left: 0px;
}

.productooCookieLista_right__box__switcher__right {
  background: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxNi4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IlZyc3R2YV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCINCgkgd2lkdGg9IjExLjE0NXB4IiBoZWlnaHQ9IjExLjE0NXB4IiB2aWV3Qm94PSIwIDAgMTEuMTQ1IDExLjE0NSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgMTEuMTQ1IDExLjE0NSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+DQo8cGF0aCBmaWxsPSIjRkZGRkZGIiBkPSJNMTEuMTQ2LDEuMTI1bC0xLjEyNy0xLjEyN0w1LjU3Miw0LjQ0NkwxLjEyNS0wLjAwMmwtMS4xMjcsMS4xMjdsNC40NDcsNC40NDdsLTQuNDQ3LDQuNDQ4bDEuMTI3LDEuMTI2DQoJbDQuNDQ3LTQuNDQ3bDQuNDQ3LDQuNDQ3bDEuMTI3LTEuMTI2TDYuNjk5LDUuNTczTDExLjE0NiwxLjEyNXoiLz4NCjwvc3ZnPg0K")
    center center no-repeat;
  background-size: 0.63em auto;
  right: 0px;
}

.productooCookieLista_right__box__switcher__switch {
  position: absolute;
  width: 1.38em;
  height: 1.38em;
  background-color: #ffffff;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  left: 0.222em;
  transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}

.productooCookieLista_right__box__switcher--active
  .productooCookieLista_right__box__switcher__switch {
  left: auto;
  left: calc(100% - 1.38em - 0.222em);
}

.productooCookieLista_right__box__text {
  font-size: 1em;
  font-weight: normal;
  line-height: 1.5em;
  font-weight: 300;
  padding: 1.2em;
  color: #888888;
  display: none;
}

.productooCookieLista_right .productooCookieLista__buttons__area {
  bottom: 0px;
  left: 0px;
  width: 100%;
  margin-top: 3em;
  padding-top: 1.27em;
  border-top: 1px solid #f2f2f2;
  padding-left: 2em;
  padding-right: 2em;
}

.productooCookieLista_closeButton {
  position: absolute;
  top: 1em;
  right: 2em;
  cursor: pointer;
  width: 3.1em;
  height: 3.1em;
  border: 1px solid var(--productooCookieLista);
  text-align: center;
  line-height: 0;
  transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}

.productooCookieLista_closeButton:hover {
  background-color: var(--productooCookieLista);
}

.productooCookieLista_closeButton svg {
  width: 0.83em;
  height: auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.productooCookieLista_closeButton svg path {
  fill: var(--productooCookieLista);
  transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  -ms-transition: 0.1s ease-in;
  -moz-transition: 0.1s ease-in;
  -webkit-transition: 0.1s ease-in;
}

.productooCookieLista_closeButton:hover svg path {
  fill: #ffffff;
}

@media (max-width: 1200px) {
  .productooCookieLista .productooCookieLista__main-body {
    width: 670px;
  }
}

@media (max-width: 768px) {
  .productooCookieLista {
    font-size: 15px;
  }

  .productooCookieLista__button {
    width: 100%;
    margin-top: 8px;
  }

  .productooCookieLista__button span {
    padding: 0.5em;
  }

  .productooCookieLista .productooCookieLista__main-text {
    margin-bottom: 0.3em;
  }

  .productooCookieLista_right {
    font-size: 15px;
    width: 100%;
    max-width: 100%;
    padding-bottom: 11.5em;
  }

  .productooCookieLista_right .productooCookieLista__buttons__area {
    position: fixed;
    left: 0px;
    width: 100%;
    bottom: 0px;
    background-color: #ffffff;
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.16);
    padding-bottom: 2em;
  }
}
