.header-content {
  text-align: center;
  background-image: url("../images/light_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; }

.lights {
  background-color: #fafafa;
  padding: 30px 0; }
  .lights .light-item {
    border: 1px solid #eeeeee;
    padding: 0 10px 20px;
    margin: 15px 0;
    background-color: #fff; }
    .lights .light-item h3 {
      width: 80%; }
  .lights .img-light-wrapper {
    max-width: 250px;
    float: left; }
    .lights .img-light-wrapper img {
      width: 100%;
      height: auto; }
  .lights .info-light {
    margin-left: 265px;
    margin-top: 20px; }
  .lights table {
    width: 100%; }
  .lights td {
    padding: 2px 5px; }
  .lights .value-table {
    color: #C01324; }
  .lights .head-light {
    position: relative; }
    .lights .head-light .price-light {
      position: absolute;
      display: inline-block;
      background-color: #FFE57A;
      padding: 8px;
      font-size: 18px;
      font-weight: bold;
      color: #333;
      right: 5px;
      top: 0; }
  .lights tr:nth-child(even) {
    background-color: #eeeeee; }
  .lights .control-group {
    display: inline-block; }
  .lights .control-panel-light {
    margin-top: 10px; }
    .lights .control-panel-light .number-light {
      padding: 5px;
      text-align: center; }
    .lights .control-panel-light a {
      text-decoration: none; }
    .lights .control-panel-light i {
      margin: 0 3px;
      color: #3993C0;
      cursor: pointer;
      transition: color 0.3s; }
      .lights .control-panel-light i:hover {
        color: #0077b3; }
  .lights .add-basket {
    display: inline-block;
    float: right; }
    .lights .add-basket a {
      display: inline-block;
      background-color: #0077b3;
      padding: 8px;
      font-size: 14px;
      color: #fff;
      text-decoration: none;
      margin: 0 3px;
      transition: background-color 0.3s; }
      .lights .add-basket a:hover {
        background-color: #3993C0; }
