@charset "utf-8";

#body_inner {
  overflow-x: hidden;
}

.wrapper {
  max-width: 750px;
  margin: 0 auto;
  box-shadow: 0 1px 20px rgba(0, 0, 0, .3);
  background: #fff;
}

.wrapper img {
  vertical-align: bottom;
  width: 100%;
}

.wrapper .offer {
  position: relative;
}

.wrapper .offer .btn {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  width: 95%;
  margin: 0 auto;
  filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
}

.cta_btn img {
  width: 100%;
  height: auto;
}

.cta_btn:hover {
  opacity: 0.7;
}

.order__prod__submit {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  -webkit-animation-name: hvr-pop;
  animation-name: hvr-pop;
  -webkit-animation-duration: 1.25s;
  animation-duration: 1.25s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}


/*======= footer =======*/
footer {
  padding-top: 10px;
  border-top: 3px solid #ddd;
  background: #fff;
}

.footer_nav {
  text-align: center;
  padding: 10px 0;
}

.footer_nav li {
  display: inline-block;
  margin: 0 5px 0 0;
  border-right: #000 solid thin;
  font-size: 13px;
}

.footer_nav li:last-child {
  border: none;
}

.footer_nav li a {
  padding: 0 10px 0 0;
  color: #000;
}

.footer_nav li a {
  text-decoration: none;
}

.footer_nav li a:hover {
  text-decoration: underline;
}

.footer_nav li:last-child {
  display: inline-block;
  margin-right: 0;
}

.footer_nav li:last-child a {
  display: inline-block;
  margin-right: 0;
}

footer .copy {
  text-align: center;
  padding: 10px 0;
  font-size: 12px;
  padding-bottom: 10px;
}


@media screen and (max-width:640px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
  }

  .wrapper .offer{
    position: relative;
  }

  .wrapper .offer .btn {
    position: absolute;
    top: 8%;
    left: 0;
    right: 0;
    width: 95%;
    margin: 0 auto;
    filter: drop-shadow(0 5px 5px rgba(0, 0, 0, 0.3));
  }
}
