.shop-page-products .hoproduct h5.hoproduct-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  height: auto;
}

.a_uline {
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  /* padding: .4rem 0 */
  margin-right: 1rem;
  /* margin-top: .2rem */
  margin-left: 0;
}

.a_uline:hover {
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: darkcyan;
}

.pdetails-description table,
.pdetails-reviews table {
  border: solid #ddd;
  border-width: 1px 0px 0px 1px;
  width: 100%;
  margin-top: 1rem;
}

.pdetails-description table th, .pdetails-description table td,
.pdetails-reviews table th,
.pdetails-reviews table td {
  border: solid #ddd;
  border-width: 0px 1px 1px 0px;
  padding: 10px 10px;
  width: 50%;
}

.p_no_result {
  width: 100%;
  height: 300px;
  line-height: 300px;
  text-align: center;
}

.header-logo {
  width: 100%;
  text-align: center;
}

.a_hover_underline {
  list-style: none;
}

.a_hover_underline li a:hover {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  text-decoration: underline;
}

.shop_btn {
  background-color: #000;
  color: white;
  border: 0px;
  width: 35px;
  height: 25px;
  border-radius: 10px;
  line-height: 100%;
}

.input_shop_num {
  margin-left: 5px;
  margin-right: 5px;
  width: 50px;
  border: 1px solid #eee;
  border-radius: 10px;
}

.pdetails-moreinfo .a_href {
  font-weight: bolder;
}

.cart_step {
  margin-top: 10px;
}

@media (max-width: 576px) {
  .cart_step {
    display: none;
  }
}

.cart_step .col-12 {
  padding: 0 !important;
}

.cart_step .col-12 ul {
  padding: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  justify-items: stretch;
  list-style: none;
  width: 100%;
  height: 40px;
}

.cart_step .col-12 ul li {
  padding: 0;
  width: 25%;
  height: 100%;
  text-align: center;
  line-height: 40px;
  background: #333;
  color: #fff;
  border-right: 1px solid white;
  font-size: .8rem;
}

.cart_step .col-12 ul li:first-child {
  border-radius: 5px 0 0 5px;
}

.cart_step .col-12 ul li:last-child {
  border-radius: 0 5px 5px 0;
}

.cart_step .col-12 ul .li_step_blue {
  height: 45px;
  line-height: 45px;
  background: darkcyan;
  color: #fff;
}

.cart-page-area .container .p_no_pro {
  margin: 0 auto;
  border: 1px solid darkcyan;
  height: auto;
  width: 70%;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
  font-size: .9rem;
}

/*  Page: checkout
 tag: form */
.form-row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form-row .nice-select {
  border-color: #ced4da !important;
  border-radius: 5px;
}

.form-row .nice-select .option:hover {
  background-color: darkcyan !important;
  color: #fff;
}

.form-row label {
  color: #000;
}

.form-row input.form-control {
  height: 42px !important;
  line-height: 42px;
}

/* Page: pay success
 tag: h2 */
.shop_area h2 {
  margin: 50px 0;
  text-align: center;
  width: 100%;
  height: 100px;
  line-height: 100px;
  color: #3c963a;
}

/* Page: cate2
 tag: h4 */
.hoproduct-title-h4 {
  margin-bottom: 5px !important;
  color: darkcyan;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  font-size: 14px !important;
}

/* Page: about
   tag: p */
.about-area p {
  text-indent: 20px;
}
/*# sourceMappingURL=style.css.map */