.block-shop {
  padding-bottom: 100px;
}

.block-shop-title {
  padding-top: 60px;
  padding-bottom: 60px;
  text-align: center;
}

.block-shop-body {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e8eff3;
}

.block-shop-content {
  text-align: center;
}
.block-shop-hint {
  padding-top: 10px;
}
.block-shop-content,
.block-shop-hint {
  a {
    text-decoration: underline;
  }
  a:hover {
    color: @color-accent3;
  }
}

.block-shop-resume {
  max-width: 640px;
  margin-bottom: 60px;

  > .h3 {
    margin-bottom: 20px;
    color: @color-accent3;
  }
}
.block-shop-resume-row {
  > dl {
    width: 45%;
  }
  dt {
    font-weight: 500;
    color: @color-gray;
    text-transform: uppercase;
  }
  dd {
    margin-bottom: 10px;
  }
  strong {
    font-size: 18px;
  }
}

.block-shop-checkout {
  max-width: 360px;
  text-align: center;

  > p {
    padding-bottom: 20px;
  }
}

.block-shop-footer {
  padding-top: 60px;
  text-align: right;

  a:not(.btn) {
    text-decoration: underline;
  }
  a:not(.btn):hover {
    color: @color-accent3;
  }
}

// responsive

@media (max-width: @screen-md) {
  .block-shop-resume-row {
    display: block;
  }
}
