  .product_box {
      margin-top: 30px;
      position: relative;
      padding: 0;
      height: 300px;
      border: 1px solid #e1e1e1;
      border-radius: 7px;
      box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
  }
  .product_box .image {
      padding: 10px;
      height: 200px;
  }
  .product_box .caption h5 {
      margin-top: 0;
      margin-bottom: 0;
  }
  .content_price, .price {
      line-height: 24px;
      font-size: 15px;
      vertical-align: top;
      color: #000;
  }
  .caption .product_name {
      font-weight: bold;
      font-size: 13px;
  }
  #image-show {
      padding-top: 30px;
      align-items: center;
      display: flex;
      flex-wrap: wrap;
      display: flex;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      -webkit-flex-flow: row wrap;
      justify-content: flex-start;
  }
  #image-show .image_item {
      margin-right: 10px;
  }
  .content_price, .price {
      line-height: 24px;
      font-size: 15px;
      font-weight: 600;
      vertical-align: top;
      color: #000;
      margin-top: 10px;
  }
  .text-button-information {
      margin-top: 10px;
      margin-bottom: 10px;
      color: #fff;
      padding: 5px;
      background-color: #00a6f5;
  }
  .form-group {
      margin-bottom: 0;
  }
  #product-wizard {
      margin-top: 30px;
  }
  label {
      font-weight: bold;
      font-size: 14px;
      line-height: 2em;
  }
  #product-wizard .form-group {
      margin-bottom: 10px;
  }
  @media only screen and (max-width: 600px) {
      #product-wizard label {
          margin-top: 20px;
      }
      #product-wizard .cols {
          margin-top: 5px;
      }
      .form-group.form-group-sm div {
          margin-top: 5px;
      }
  }
  @media only screen and (min-width: 610px) {
      .quantity select {
          width: 50px;
      }
  }
  .hppcw h1::after {
      display: block;
      max-width: 150px;
      height: 2px;
      content: "";
      margin-top: 15px;
      margin-bottom: 15px;
      background-color: #89b300;
  }
  .hppcw .subtitle {
      display: inline-block;
      font-size: 15px;
      color: rgba(139, 145, 152, 1);
      max-width: 980px;
      margin-bottom: 30px;
      line-height: 1.5em;
  }
  .cart-info {
      background: #f6f6f6;
      padding: 10px !important;
      border: 1px solid #e1e1e1;
      border-radius: 7px;
      box-shadow: 1px 2px 19px 0 rgba(182, 194, 208, .4);
      text-decoration: none;
  }
  #button-cart {
      display: block;
      width: 100%;
      box-sizing: border-box;
      line-height: 20px;
      padding: 14px 10px !important;
      font-size: 16px;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      color: rgb(17, 17, 17) !important;
      border-radius: 5px;
      background-color: rgb(255, 255, 255) !important;
      background-image: none !important;
      text-shadow: none;
      font-weight: 400 !important;
      border: 1px solid #dfdfdf;
  }
  #button-cart:hover, #button-reset:hover, .product_box:hover {
      border-color: rgb(56, 56, 56);
  }
  #button-reset {
      display: block;
      box-sizing: border-box;
      line-height: 20px;
      padding: 10px 20px;
      font-size: 16px;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      color: rgb(17, 17, 17);
      border-radius: 5px;
      border: 1px solid rgb(204, 204, 204);
      background-color: rgb(255, 255, 255);
      background-image: none;
      text-shadow: none;
  }
  #button-print {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 14px 10px;
      font-size: 16px;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      border: medium none;
      line-height: 22px;
      color: rgb(255, 255, 255);
      background-color: transparent;
      background-image: linear-gradient(to right, rgb(255, 61, 48), rgb(255, 43, 97));
      text-shadow: none;
  }
  #button-print:hover {
      background-image: linear-gradient(to left, rgb(253, 95, 85), rgb(255, 85, 128));
  }
  #button-export-all {
      display: block;
      width: 100%;
      box-sizing: border-box;
      padding: 14px 10px;
      font-size: 16px;
      text-decoration: none;
      text-align: center;
      cursor: pointer;
      border-radius: 5px;
      border: medium none;
      line-height: 22px;
      color: rgb(255, 255, 255);
      background-color: transparent;
      background-image: linear-gradient(to right, rgb(134 179 72), rgb(156 204 91));
      text-shadow: none;
  }
  #button-export-all:hover {
      background-image: linear-gradient(to right, rgb(158 211 85), rgb(170 221 101));
  }
  .content_price, .price {
      line-height: 24px;
      font-size: 15px;
      font-weight: 600;
      color: #ff324f;
      margin-top: 10px;
  }
  .caption .product_name a {
      color: #3e3e3e;
  }
  .product_box .caption {
      padding: 10px;
      line-height: 13px;
      color: #fff;
      width: 100%;
      display: block;
      position: absolute;
      bottom: 0;
      background: #d7bb84;
  }
  .list-group a {
      padding: 12px 14px !important;
  }
  .breadcrumb {
      float: unset;
  }
  #image-show a, #image-show a img {
      width: 100%;
      height: auto;
  }
  .caption .option_value_name {
      font-size: 13px;
      color: #4f4f4f;
      line-height: 30px;
  }
  #product-wizard #button-reset:focus {
      color: #000 !important;
  }
  .selected-products-info {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin: 20px 0;
      background: #f9f9f9;
      padding: 10px;
      border-radius: 5px;
  }
  .selected-products-info h4 {
      font-size: 15px;
      margin: 0 !important;
  }
  .selected-info {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 10px;
      font-size: 30px;
      border: 2px solid #e5e5e5;
      border-radius: 100%;
      height: 100px;
      width: 100px;
  }