.content_3 .book_order_add .p17 {
  color: #333;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  margin-top: 0px;
  padding-top: 20px;
}

.boder {
  padding: 10px;
  border: 1px solid #eaeaea;
  border-radius: 10px;
}

@media (min-width: 768px) and (max-width: 850px) {
  .list_img_add {
    width: 100%;
  }
}

.list_package {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.list_package .ob_prd {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
  gap: 20px;
}

.list_package .ob_prd:last-child {
  margin-bottom: 0;
}

.list_package .ob_prd .img {
  position: relative;
  display: block;
  width: 100%;
  max-width: 130px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: solid 1px #e5e5e5;
  border-radius: 5px;
  overflow: hidden;
}

.list_package .ob_prd .img input {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 18px;
  height: 18px;
  margin: 0;
}

.list_package .ob_prd .right {
  width: 100%;
  position: relative;
}

.list_package .ob_prd .right .title1 {
  font-size: 14px;
  color: #333;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 42px;
}

.list_package .ob_prd .right .priceee .price1 {
  color: #ff0000;
  font-weight: bold;
  font-size: 13px;
}

.list_package .ob_prd .right .priceee .price_old_ {
  color: #999999;
  font-size: 11px;
  text-decoration: line-through;
}

.list_package .ob_prd i {
  position: absolute;
  top: -21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 20px;
  color: #bfbfbf;
}

.list_package .ob_prd i:hover {
  color: #bfbfbf;
}

.list_package .ob_prd .add_Cart {
  display: block;
  color: #000;
  font-size: 12px;
  padding: 10px;
  border: solid 1px #e5e5e5;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
}

.view_more {
  text-align: center;
}

.view_more .button_more {
  color: #288ad6;
  padding-top: 10px;
  display: block;
}

.view_more .list_more {
  width: 280px !important;
  padding: 10px 0;
  height: 190px;
  overflow-y: auto;
}

.view_more .list_more li a {
  display: -ms-grid;
  display: grid;
  padding: 5px 10px !important;
  -ms-grid-columns: 20% 80%;
      grid-template-columns: 20% 80%;
  white-space: unset !important;
}

.view_more .list_more li a img {
  width: 60px;
}

.view_more .list_more li a .right_detail .name_more {
  display: block;
}

.view_more .list_more li a .right_detail .price_more {
  color: #ff0000;
  font-weight: bold;
}

.view_more .list_more li a .right_detail .price_old_rpl {
  color: #999999;
  font-size: 13px;
  text-decoration: line-through;
  margin-left: 10px;
}

@media (max-width: 400px) {
  .view_more .list_more {
    width: 260px !important;
  }
}

.view_more #style-44::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}

.view_more #style-44::-webkit-scrollbar {
  width: 5px;
  background-color: #1e8e04;
}

.view_more #style-44::-webkit-scrollbar-thumb {
  background-color: #1e8e04;
  border: 2px solid #1e8e04;
}

@media (max-width: 767px) {
  .view_more {
    display: none;
    text-align: left;
    padding: 0 20px;
  }
}

@media (max-width: 767px) {
  .list_img_add {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .list_package .ob_prd {
    gap: 8px;
  }
  .list_package .ob_prd .img {
    max-width: 100px;
  }
  .list_package .ob_prd .priceee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

ul li .tt .title1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  height: 42px;
  color: #000000;
}

@media (max-width: 767px) {
  ul li .tt .title1 {
    -webkit-line-clamp: 3;
    font-weight: bold;
  }
}

.tongtien {
  border-radius: 3px;
}

@media (max-width: 768px) {
  .tongtien {
    clear: both;
  }
}

.tongtien .warranty_item {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 3px;
  padding: 5px 8px;
  cursor: pointer;
  -webkit-box-shadow: 1px 1px 1px #e5e5e5;
          box-shadow: 1px 1px 1px #e5e5e5;
}

.tongtien .warranty_item p {
  margin-bottom: 0px;
  font-weight: bold;
  font-size: 13px;
}

.tongtien .active2 {
  border: 1px solid #1e8e04 !important;
  background-color: #1e8e04;
  position: relative;
}

.tongtien .active2 p {
  color: #fff !important;
  font-size: 13px;
}

.tongtien .warranty_content {
  padding: 5px;
  border: 1px solid #eaeaea;
  margin-top: 5px;
  border-radius: 3px;
}

.tongtien .quantity {
  padding: 10px 0px;
  border-bottom: 1px dashed #e5e5e5;
}

.tongtien .quantity span {
  color: #333;
  font-size: 14px;
}

.tongtien .quantity span i,
.tongtien .quantity span strong {
  color: #1e8e04;
}

.tongtien .add_cart_multi .price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  margin: 15px 0;
}

.tongtien .add_cart_multi .price .total_price_add,
.tongtien .add_cart_multi .price #tgb,
.tongtien .add_cart_multi .price #tt_prd_old {
  margin: 0;
}

.total_price_add {
  margin-top: 25px;
}

#tgb {
  color: #ff0000;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 10px;
  display: inline-block;
}

#tt_prd_old {
  color: #999999;
  font-size: 16px;
  text-decoration: line-through;
  margin-left: 10px;
}

.add_cart {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 15px;
  background-color: #e6e6e6;
  border-radius: 10px;
  color: #000000;
}

.add_cart p {
  margin-bottom: 0;
}

.add_cart span {
  display: block;
  line-height: normal;
  font-size: 14px;
  text-transform: none;
  font-weight: 400;
}

.add_cart #count {
  display: inline-block;
  font-size: 20px;
}

.del_prd_rlt i {
  color: #ccc;
}

@media (max-width: 768px) {
  .del_prd_rlt {
    margin-left: 20px;
  }
}

@media (max-width: 768px) {
  .mbl {
    float: unset !important;
    display: block;
  }
  .vc {
    display: block;
    padding: 0 10px;
  }
  .list_package .ob_prd .right .title1 {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 40px;
  }
  .list_package .ob_prd .add_Cart {
    padding: 8px 5px;
    font-size: 10px;
  }
}

@media screen and (max-width: 600px) {
  #modal_buy_now_rlt table {
    border: 0;
  }
  #modal_buy_now_rlt table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }
  #modal_buy_now_rlt table tr {
    border-bottom: 1px solid #ddd;
    display: block;
  }
  #modal_buy_now_rlt table td {
    border-bottom: 1px solid #ddd;
    display: block;
    width: 100%;
    white-space: unset;
  }
  #modal_buy_now_rlt .td-price {
    padding: 8px 18px;
  }
  #modal_buy_now_rlt table td::before {
    /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
    content: attr(data-label);
    float: left;
    font-size: 14px;
    font-weight: bold;
  }
  #modal_buy_now_rlt table td:last-child {
    border-bottom: 0;
  }
  #modal_buy_now_rlt .name-product {
    border-bottom: 0.5px solid #f4f4f4;
  }
}
/*# sourceMappingURL=package.css.map */