.header-content {
  text-align: center;
  background-image: url("../images/basket_bg.jpg");
  background-position: center center;
  background-size: cover; }
  .header-content h1 {
    color: #fff;
    margin-top: 70px;
    font-size: 40px; }
  .header-content h4 {
    font-size: 20px;
    padding: 0 10%;
    color: #fff;
    line-height: 30px;
    margin-bottom: 70px; }

.body-content {
  position: relative;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); }
  .body-content h2 {
    text-align: center;
    margin-bottom: 20px;
    color: #333; }

.table thead {
  font-size: 16px;
  font-weight: bold;
  text-align: center; }

.table tbody {
  font-size: 16px; }
  .table tbody a {
    display: inline-block;
    background-color: #FFE57A;
    padding: 10px;
    color: #333;
    text-decoration: none;
    transition: opacity 0.3s;
    opacity: 1; }
    .table tbody a:hover {
      opacity: 0.8; }

.price-basket {
  text-align: right;
  font-size: 18px;
  padding-bottom: 20px; }
  .price-basket .price-summary {
    font-size: 22px;
    font-weight: bold;
    color: #C01324; }

i {
  margin-right: 5px;
  margin-left: 5px; }

.orders {
  position: relative;
  text-align: center;
  padding: 40px 0;
  background-color: #fafafa; }
  .orders input {
    width: 300px;
    display: inline-block;
    padding: 10px;
    font-size: 16px;
    margin: 0 3px;
    border: 1px solid #999; }
    .orders input:hover, .orders input:focus {
      border: 1px solid #C01324; }
  .orders a {
    display: inline-block;
    background-color: #0077b3;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 0 3px;
    transition: background-color 0.3s; }
    .orders a:hover {
      background-color: #3993C0; }

.message {
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  top: -30px;
  z-index: 40;
  padding: 5px;
  display: none; }

.me-err {
  background-color: rgba(235, 99, 97, 0.7); }

.me-ok {
  background-color: rgba(113, 186, 81, 0.7); }

.no-basket {
  padding-bottom: 20px;
  text-align: center; }
  .no-basket h2 {
    color: #C01324; }
  .no-basket a {
    display: inline-block;
    background-color: #0077b3;
    padding: 11px;
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    margin: 0 3px;
    transition: background-color 0.3s; }
    .no-basket a:hover {
      background-color: #3993C0; }

.action-sub {
  background-color: #fafafa;
  background-image: url("../images/action-bg.jpg");
  background-position: center center;
  background-size: cover;
  text-align: center;
  padding-bottom: 30px; }
  .action-sub h2 {
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
  .action-sub .item-sub-action {
    margin: 0 5px;
    max-width: 400px;
    display: inline-block;
    padding: 10px 20px;
    background-color: rgba(255, 255, 255, 0.7); }
    .action-sub .item-sub-action img {
      height: 100px;
      width: auto; }
    .action-sub .item-sub-action a {
      display: inline-block;
      background-color: #FFE57A;
      padding: 10px;
      font-size: 16px;
      color: #333;
      font-weight: bold;
      text-decoration: none;
      transition: opacity 0.3s;
      opacity: 1; }
      .action-sub .item-sub-action a:hover {
        opacity: 0.8; }
  .action-sub h3 {
    font-size: 20px;
    color: #C01324;
    margin-top: 10px; }
  .action-sub h4 {
    font-size: 16px; }
