.eboxman * {
  box-sizing: border-box;
}

.eboxman-header {
  align-items: center;
  background: #fff;
  display: flex;
  height: 80px;
  justify-content: space-between;
  padding: 0 30px;
  width: 100%;
}

@media (max-width: 599px) {
  .eboxman-header {
    height: 100px;
    padding: 0 20px;
  }
}

.eboxman-header-logo {
  width: 160px;
}

@media (min-width: 600px) {
  .eboxman-header-nav ul {
    align-content: center;
    display: flex;
  }
}

.eboxman-header-nav li {
  margin-bottom: 0;
  margin-left: 30px;
}

@media (max-width: 599px) {
  .eboxman-header-nav li:not(:last-child) {
    margin-bottom: 5px;
  }
}

.eboxman-header-nav a {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

.eboxman-header-nav a:hover {
  text-decoration: underline;
}

.eboxman-body {
  padding: 20px;
  position: relative;
}

@media (max-width: 1023px) {
  .eboxman-body:after {
    display: none;
  }
}

.eboxman-body .notice {
  margin: 0 0 20px;
}

.eboxman-body-top {
  padding-bottom: 26px;
}

.eboxman-body-bottom {
  border-top: 1px solid #c1c5d3;
  padding: 20px 0;
}

.eboxman-body-bottom a {
  display: inline-block;
}

.eboxman-body-bottom a:focus {
  box-shadow: none;
}

.eboxman-body-bottom img {
  display: block;
  max-width: 500px;
  width: 100%;
}

.eboxman-body-box {
  align-items: flex-end;
  border: 1px solid #ced1db;
  border-radius: 13px;
  display: flex;
  font-weight: 600;
  height: 240px;
  justify-content: center;
  padding: 20px 0;
  width: 240px;
}

.eboxman-body-status {
  background-color: #fff;
  background-image: url(../svg/store.svg), url(../svg/check.svg);
  background-position: top 30px center, bottom 16px left 16px;
  background-repeat: no-repeat;
  background-size: 136px, 26px;
}

.eboxman-body-button {
  background: #fff url(../svg/plus.svg) no-repeat top 30px center;
  background-size: 136px;
  cursor: pointer;
}

.eboxman-body-video {
  display: none;
  max-width: 500px;
  width: 100%;
}

.eboxman-body-video>div {
  height: 0;
  padding-bottom: 56.2%;
  position: relative;
  width: 100%;
}

.eboxman-body-video iframe {
  border: none;
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.eboxman-body h2 {
  font-size: 16px;
}

html {
  scroll-behavior: smooth;
}

body {
  background: #e7e9f0;
}

#wpcontent {
  padding-left: 0 !important;
}

#wpbody-content #screen-meta,
#wpbody-content>.notice {
  display: none;
}