/* Custom CSS for Product Items */

/* Product Title - Always 2 lines */
.product-small .box-text .title-wrapper .name.product-title,
.product-small .box-text .title-wrapper .name.product-title a,
.woocommerce-loop-product__title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
    min-height: 2.8em; /* Ensure space for 2 lines */
    max-height: 2.8em; /* Limit to 2 lines */
    word-wrap: break-word;
}

/* Ensure the link inside also respects the 2-line limit */
.product-small .box-text .title-wrapper .name.product-title a.woocommerce-LoopProduct-link {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Additional styling for product items */
.product-small.box {
    border: 1px solid rgba(161, 161, 161, 0.37);
    transition: box-shadow .3s;
    background: #fff;
}

.product-small .box-text.box-text-products {
    /* Add any additional text box styling here */
}

.product-small .box-text .title-wrapper {
    /* Add any additional title wrapper styling here */
}

.product-small .box-text .category {
    /* Add any additional category styling here */
}

.product-small .box-text .price-wrapper {
    /* Add any additional price wrapper styling here */
}

/* Widget Title Styling */
.sidebar-inner .widget-title.shop-sidebar {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px !important;
}

.sidebar-inner .widget-title.shop-sidebar::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30%;
    height: 2px;
    background-color: #f68e2e;
}

/* Hide divider after widget title */
.sidebar-inner .is-divider.small {
    display: none;
}

/* Product categories margin */
.sidebar-inner .product-categories {
    margin-top: 15px;
}

/* Remove border-right from col-divided */
@media screen and (min-width: 850px) {
    .col-divided {
        border-right: none !important;
    }
}
.xc-diem-manh {
  border: 1px solid #EF7A15;
  border-radius: 3px;
  background: #fff;
  padding: 10px 0;
}

.xc-diem-manh .col-inner {
  padding: 15px;
}

.xc-diem-manh .icon-box {
  padding: 10px 0;
  border-bottom: 1px solid #ddd;
}

.xc-diem-manh .icon-box:last-child {
  border-bottom: none;
}

.xc-diem-manh .icon-box-img {
  width: 30px !important;
}

.xc-diem-manh h3 {
  margin-bottom: 0;
  font-weight: 600;
  color: #2E3553;
  font-size: 1em;
  font-family: Exo, sans-serif;
}

.xc-diem-manh p {
  font-size: 95%;
  margin-bottom: 0;
}

.xc-diem-manh .cs-goi p {
  font-weight: 600;
  color: #F62D3E;
}

.button.alt, .button.checkout, .checkout-button, .secondary {
    background-color: #ed3c4c;
}
.is-divider{
    display: none;
}
.product-small .box-text{
        padding: 10px 10px;
}


.section-title-normal:after {
    content: "";
    width: 16%;
    border-top: 3px solid #EF7A15;
    position: absolute;
    top: 35px;
    background: #fff;
    left: 0;
    z-index: 11;
}
.section-title-normal {
    border: none;
}