/* Global */
body .diadao-button-close {
  font-size: 0px;
  display: block;
  width: 40px;
  height: 40px;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
body .diadao-button-close svg {
  width: 14px;
  height: 14px;
  display: block;
  left: 50%;
  top: 50%;
  position: absolute;
  margin-top: -7px;
  margin-left: -7px;
  vertical-align: top;
  object-fit: contain;
  object-position: center;
  transition: transform 0.3s ease-in-out;
}
body .diadao-button-close:hover, body .diadao-button-close:active, body .diadao-button-close:focus {
  cursor: pointer;
  outline: none;
}
body .diadao-button-close:hover svg, body .diadao-button-close:active svg, body .diadao-button-close:focus svg {
  transform: rotate(90deg);
}
body header#diadao-header .btn-starter-base {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  transition: all 0.3s ease-in-out;
  outline: none;
  text-decoration: none;
  font-weight: bold;
  border-radius: 5px;
  outline: none;
  text-transform: none;
  box-sizing: border-box;
  vertical-align: top;
}
body header#diadao-header .btn-starter-base.btn-base-1 {
  color: #fff;
  background-color: #00283b;
  text-decoration: none;
  border-color: transparent;
}
body header#diadao-header .btn-starter-base.btn-base-1:hover, body header#diadao-header .btn-starter-base.btn-base-1:active, body header#diadao-header .btn-starter-base.btn-base-1:focus {
  color: #fff;
  background-color: #091622;
}
body header#diadao-header .btn-starter-base.btn-base-2 {
  padding-left: 14px;
  padding-right: 14px;
  border-color: #e5e5e5;
  color: #00283b;
  background-color: #fff;
}
body header#diadao-header .header-buttons {
  padding: 0px;
}
body header#diadao-header .header-buttons .button-left,
body header#diadao-header .header-buttons .button-right {
  padding: 15px;
  transition: top 0.4s ease-in-out;
  position: fixed;
  top: 0px;
  display: flex;
  width: auto;
  z-index: 777;
  user-select: none;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
}
body header#diadao-header .header-buttons .button-left {
  left: 0px;
  justify-content: flex-start;
}
body header#diadao-header .header-buttons .button-right {
  right: 0px;
  justify-content: flex-end;
}
body header#diadao-header #diadao-mainmenu {
  background-color: #f8f8f8;
  transition: left 0.4s ease-in-out;
}
body header#diadao-header #diadao-mainmenu .menu-panel {
  user-select: none;
}
body header#diadao-header #diadao-mainmenu .menu-panel .menu-buttons {
  top: 15px;
  left: 15px;
}
body header#diadao-header #diadao-mainmenu .menu-panel .menu-buttons a.button-langs {
  margin-left: 20px;
  text-transform: uppercase;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left {
  height: 100%;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left:not(.col-fullsize) {
  width: 50%;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left.col-fullsize {
  width: 100%;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner {
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul {
  list-style-type: none;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li {
  display: block;
  text-align: center;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li a,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li a {
  text-decoration: none;
  border: none;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li a:hover, body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li a:active, body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li a:focus,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li a:hover,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li a:active,
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li a:focus {
  text-decoration: none;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li {
  margin-top: 10px;
  margin-bottom: 10px;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-1 ul li a {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 {
  margin-top: 50px;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li {
  margin-top: 3px;
  margin-bottom: 3px;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-left .inner .container-menu-2 ul li a {
  font-size: 14px;
  line-height: 1;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-right {
  width: 50%;
  height: 100%;
}
body header#diadao-header #diadao-mainmenu .menu-panel .col-right .bg-image {
  background-image: url(https://via.placeholder.com/1000);
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0px;
  background-repeat: no-repeat;
  width: 100%;
  background-size: cover;
  height: 100%;
  background-position: center center;
}
body.diadao-menuopened header#diadao-header .header-buttons .button-left,
body.diadao-menuopened header#diadao-header .header-buttons .button-right, body.diadao-snippet-open header#diadao-header .header-buttons .button-left,
body.diadao-snippet-open header#diadao-header .header-buttons .button-right {
  top: -100%;
  visibility: hidden;
  opacity: 0;
}
body.device-responsive header#diadao-header .header-buttons .button-right > .btn-gift i.diadao-gift-icon {
  display: block;
}
body.device-responsive header#diadao-header .header-buttons .button-right > .btn-gift > span {
  display: none;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a,
body.diadao-api header#diadao-header .header-buttons .button-right > a {
  background-color: white;
  border: 1px solid #00283b;
  background-color: #00283b;
  color: white;
  text-align: center;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  text-decoration: none;
  display: flex;
  flex-direction: columns;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  padding: 8px;
  padding-left: 15px;
  padding-right: 15px;
  min-height: 52px;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a:first-child,
body.diadao-api header#diadao-header .header-buttons .button-right > a:first-child {
  margin-right: 15px;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a:last-child,
body.diadao-api header#diadao-header .header-buttons .button-right > a:last-child {
  margin-right: 0px;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a:hover, body.diadao-api header#diadao-header .header-buttons .button-left > a:active, body.diadao-api header#diadao-header .header-buttons .button-left > a:focus,
body.diadao-api header#diadao-header .header-buttons .button-right > a:hover,
body.diadao-api header#diadao-header .header-buttons .button-right > a:active,
body.diadao-api header#diadao-header .header-buttons .button-right > a:focus {
  text-decoration: none;
  outline: none;
  background-color: black;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a > span,
body.diadao-api header#diadao-header .header-buttons .button-right > a > span {
  line-height: 1;
  text-align: center;
  display: inline-block;
  text-transform: uppercase;
  font-weight: bold;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a > span br,
body.diadao-api header#diadao-header .header-buttons .button-right > a > span br {
  display: none;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a > span em,
body.diadao-api header#diadao-header .header-buttons .button-right > a > span em {
  display: block;
  text-align: center;
  font-style: normal;
  margin-top: 2px;
  font-size: 10px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a.btn-gift i.diadao-gift-icon,
body.diadao-api header#diadao-header .header-buttons .button-right > a.btn-gift i.diadao-gift-icon {
  width: 32px;
  height: 32px;
  display: none;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a.btn-gift i.diadao-gift-icon svg,
body.diadao-api header#diadao-header .header-buttons .button-right > a.btn-gift i.diadao-gift-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  outline: none;
}
body.diadao-api header#diadao-header .header-buttons .button-left > a.btn-gift i.diadao-gift-icon.icon-default svg path,
body.diadao-api header#diadao-header .header-buttons .button-right > a.btn-gift i.diadao-gift-icon.icon-default svg path {
  fill: white;
}
body.diadao-api header#diadao-header #diadao-mainmenu {
  background-color: #f8f8f8;
}

/*# sourceMappingURL=diadao-starter-header-base.css.map */
