/**=====================
     Product css start
==========================**/
.product_free {
    padding-top: 20px;
  }
  .product_free .free_title {
    text-align: start;
    background-color: #f9f9f9;
    margin-bottom: 0px;
    padding: 10px;
    border: 1px solid rgba(0, 0, 0, 0.07);
    height: 40px;
    font-size: 16px;
    color: #333;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: grid;
  }
  .product_free .accordion .card {
    margin-top: 0px !important;
  }
  .product_free .accordion .card .card-header {
    background-color: #fff !important;
  }
  .product_free .accordion .card .card-header h5 button {
    text-decoration: none;
    color: #616161 !important;
    font-weight: 400 !important;
    font-size: 14px !important;
  }
  .product_free .accordion .card .card-header h5 button span {
    color: #ff4c3b;
    font-weight: 400;
    font-size: 12px;
  }
  .product_free .accordion .card .card-header h5 button span img {
    width: 20px;
    height: 20px;
    margin-top: -5px;
  }
  .product_free .accordion .card .card-header h5 button:hover {
    color: #333 !important;
    font-weight: 600 !important;
  }
  .product_free .accordion .card .card-body {
    background-color: #f9f9f9;
  }
  .product_free .accordion .card .card-body img {
    width: 60px;
    height: 60px;
    padding: 0px;
    margin-left: 20px;
  }
  .product_free .accordion .card .card-body p {
    font-size: 14px !important;
  }
  .product_free .accordion .card .card-body p span {
    color: #ff4c3b;
    font-size: 12px;
  }
  
  .product_addon .vector-category {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .product_addon .vector-category .add_title {
    text-align: center;
    font-size: 22px;
    color: #333;
    margin-bottom: 25px;
  }
  .product_addon .vector-category .add_title img {
    width: 30px;
    height: 37px;
  }
  .product_addon .vector-category .product-box {
    padding: 10px;
  }
  .product_addon .vector-category .product-box .product-info .add-btn {
    margin-top: 15px;
  }
  .product_addon .vector-category .product-box .product-info .add-btn a {
    color: #ff4c3b;
    border: 1px solid #ff4c3b;
    text-align: center;
    padding: 3px 8px;
  }
  .product_addon .vector-category .product-box .product-info .add-btn a:hover {
    color: #fff;
    background-color: #ff4c3b;
    border: none;
  }
  .product_addon .vector-category .product-box .product-info .add-btn a:hover i {
    color: #fff;
  }
  
  @media (max-width: 577px) {
    .product_free .accordion .card .card-body p {
      width: 300px;
    }
  }
  @media (max-width: 376px) {
    .product_free .accordion .card .card-header h5 button {
      line-height: 2;
    }
    .product_free .accordion .card .card-body p {
      width: 250px;
    }
  }

  /**=====================
     Cart 加購/贈品 css start
==========================**/
.cart_mark tr td .add_on {
    color: #ff4c3b;
    background-color: #FFF2F2;
    width: 120px;
    padding: 3px;
    border-radius: 5px;
    margin-bottom: 10px;
    text-align: center;
  }
  .cart_mark tr td .add_on.style1 {
    color: #333;
    width: 80px;
    background-color: #FFF8A8;
  }
  .cart_mark tr td .add_on.style2 {
    margin-bottom: 0px;
  }
  .cart_mark tr td .add_on.style3 {
    color: #333;
    width: 80px;
    background-color: #FFF8A8;
    margin-bottom: 0px;
  }