#a-cookie {
  overflow: hidden;
  background: #FFF;
  color: #444;
  z-index: 9999;
  font-size: 13px;
  font-family: "MuseoSans";
  background-image: url("../images/fondo-edad.jpg");
  color: rgb(255, 255, 255);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: block;
}

#a-cookie .a-message {
  font-size: 1.1rem;
  line-height: 1.3rem;
  font-weight: 400;
  padding: 15px 0;
  text-align: left;
}

.a-message {
  width: 100%;
  margin: 0 auto;
}

.formulario-checkage {
  margin: 0 auto;
  text-align: center;
}

.all-select {
  width: 100%;
  display: inline-block;
  margin-bottom: 17px;
}

.msg-warning {
  max-width: 569px;
  text-align: center;
  margin: 0 auto;
  font-size: 10px;
}

.checkage-fecha {
  width: 102px;
  margin-right: 33px;
}

.logo-checkage img {
  width: 170px;
}

.logo-checkage {
  text-align: center;
  margin: 42px 0;
}

#a-cookie .a-message a {
  color: #fff !important;
  font-weight: bold;
}

#a-cookie .a-actions {
  margin-top: 17px;
  margin-bottom: 20px;
}

#a-cookie .a-actions.a-under18 {
  margin-bottom: 63px !important;
  margin-top: 47px !important;
}

a.link-age-under18 {
  text-transform: uppercase;
  font-size: 1.4rem;
  text-decoration: underline;
  transition: all 300ms;
}

a.link-age-under18:hover {
  text-shadow: 1px 1px 10px #898989;
}

.a-button.a-accept.action.primary.tocart {
  max-width: 533px;
  width: 100%;
  text-transform: uppercase;
  line-height: 18px;
}

@media only screen and (max-width: 768px) {
  .a-button.a-accept.action.primary.tocart {
    max-width: 244px;
  }
}
/*#a-cookie .a-button {
    color: #444;
    display: inline-block;
    background-color: #fff;
    padding: 10px;
    text-decoration: none;
    border-radius: 0;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.5rem;
}*/
#a-cookie .a-button:hover,
#a-cookie .a-button:focus {
  /* color: #FFF;
  text-shadow: -1px -1px 0 rgba(0, 0, 0, 0.3); */
}

#a-cookie.a-bar {
  display: table;
  width: 100%;
  padding: 5px 0;
}

.title-checkage {
  color: #FFFFFF;
  font-family: "MuseoSlab";
  font-size: 24px;
  line-height: 30px;
  font-weight: 900;
  text-align: center;
  margin: 0 40px;
}

.subtitle-checkage {
  color: #FFFFFF;
  font-family: "MuseoSans";
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 38px;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
  line-height: 20px;
}

.subtitle-under18 {
  display: none;
  color: #B7BF10;
  font-family: "MuseoSans";
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 38px;
  margin-top: 10px;
  margin-left: 40px;
  margin-right: 40px;
}

#a-cookie div.back-link {
  margin-top: 47px;
  margin-bottom: 63px;
}

#a-cookie div.back-link a {
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  text-decoration: underline;
  line-height: 18px;
}

.question-checkage {
  text-align: center;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 300;
}

.all-select {
  position: relative;
  display: inline-block;
  margin-bottom: 27px;
  width: 102px;
  border-bottom: 2px solid;
  margin-right: 30px;
}

.all-select select {
  font-family: "Arial";
  display: inline-block;
  width: 102px;
  height: 56px;
  cursor: pointer;
  padding: 14px 20px;
  outline: 0;
  border: 0px solid #000000;
  border-radius: 0px;
  background: transparent;
  color: #ffffff;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.all-select option {
  color: black;
}

.all-select select::-ms-expand {
  display: none;
}

.all-select select:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.select_arrow {
  position: absolute;
  top: 18px;
  right: 30px;
  width: 10px;
  height: 10px;
  border: solid #B7BF10;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.all-select select:hover ~ .select_arrow,
.all-select select:focus ~ .select_arrow {
  border-top-color: #B7BF10;
}

.all-select select:disabled ~ .select_arrow {
  border-top-color: #cccccc;
}

.img-wine-moderation {
  width: 150px;
  padding-top: 30px;
  margin: 0 auto;
}

.cbx-recordarme .control-cbx {
  font-family: arial;
  display: inline-block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 5px;
  padding-top: 5px;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
}

.cbx-recordarme .control-cbx input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.cbx-recordarme .control_indicator {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background: transparent;
  border: 1px solid #ffffff;
  border-radius: 4px;
}

.cbx-recordarme .control-cbx:hover input ~ .control_indicator,
.cbx-recordarme .control-cbx input:focus ~ .control_indicator {
  background: transparent;
}

.cbx-recordarme .control-cbx input:checked ~ .control_indicator {
  background: transparent;
}

.cbx-recordarme .control-cbx:hover input:not([disabled]):checked ~ .control_indicator,
.cbx-recordarme .control-cbx input:checked:focus ~ .control_indicator {
  background: transparent;
}

.cbx-recordarme .control-cbx input:disabled ~ .control_indicator {
  background: #e6e6e6;
  opacity: 0.6;
  pointer-events: none;
}

.cbx-recordarme .control_indicator:after {
  box-sizing: unset;
  content: "";
  position: absolute;
  display: none;
}

.cbx-recordarme .control-cbx input:checked ~ .control_indicator:after {
  display: block;
}

.cbx-recordarme .control-checkbox .control_indicator:after {
  left: 5px;
  top: 2px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.cbx-recordarme .control-checkbox input:disabled ~ .control_indicator:after {
  border-color: #7b7b7b;
}

#a-cookie.a-bar.a-top {
  position: relative;
}

#a-cookie.a-bar.a-bottom {
  position: fixed;
  bottom: 0;
  top: 0;
  height: 100%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}

.cookies-menores {
  display: none;
  text-align: center;
}

.enlace-redireccion {
  margin-bottom: 38px;
  margin-left: 40px;
  margin-right: 40px;
}

#a-cookie.a-box {
  position: fixed;
  max-width: 300px;
  border-radius: 5px;
  margin: 10px;
}

#a-cookie.a-box .a-actions {
  float: left;
  margin: 5px 10px;
}

#a-cookie.a-box.a-top-left {
  top: 0;
  left: 0;
}

#a-cookie.a-box.a-top-right {
  top: 0;
  right: 0;
}

#a-cookie.a-box.a-bottom-left {
  bottom: 0;
  left: 0;
}

#a-cookie.a-box.a-bottom-right {
  bottom: 0;
  right: 0;
}

@media (max-width: 480px) {
  #a-cookie .a-message {
    float: left;
  }
  #a-cookie.a-bar .a-actions {
    width: auto;
  }
  #a-cookie.a-box {
    display: table;
    padding: 5px 0 0;
    position: fixed;
    bottom: 0;
    top: auto;
    max-width: 100%;
  }
  #a-cookie.a-box .a-actions {
    display: table-cell;
    vertical-align: middle;
    width: 250px;
    text-align: left;
  }
}
#a-cookie.a-bar.a-bottom.a-animation,
#a-cookie.a-box.a-bottom-left.a-animation,
#a-cookie.a-box.a-bottom-right.a-animation {
  animation-duration: 1s;
  animation-name: in-bottom;
  animation-timing-function: inherit;
  animation-fill-mode: forwards;
}

@keyframes in-bottom {
  from {
    bottom: -250px;
  }
  to {
    bottom: 0px;
  }
}
#a-cookie.a-bar.a-top.a-animation,
#a-cookie.a-box.a-top-left.a-animation,
#a-cookie.a-box.a-top-right.a-animation {
  animation-duration: 1s;
  animation-name: in-top;
  animation-timing-function: inherit;
  animation-fill-mode: forwards;
}

@keyframes in-top {
  from {
    top: -250px;
  }
  to {
    top: 0px;
  }
}
#a-cookie.a-bar.a-bottom.a-animation.accepted,
#a-cookie.a-box.a-bottom-left.a-animation.accepted,
#a-cookie.a-box.a-bottom-right.a-animation.accepted {
  animation-duration: 1s;
  animation-name: btn-bottom;
  animation-timing-function: inherit;
}

@keyframes btn-bottom {
  from {
    bottom: 0px;
  }
  to {
    bottom: -250px;
  }
}
#a-cookie.a-bar.a-top.a-animation.accepted,
#a-cookie.a-box.a-top-right.a-animation.accepted,
#a-cookie.a-box.a-top-left.a-animation.accepted {
  animation-duration: 1s;
  animation-name: btn-top;
}

@keyframes btn-top {
  from {
    top: 0px;
  }
  to {
    top: -250px;
  }
}