
/* CATAGORY */

.subtitle {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
}

.subtitle a {
    font-size: 16px;
    border: 1px solid #ccc;
    display: inline-block;
    padding: 10px 16px;
    border-radius: 6px;
}

/* ENDCATAGORY */
.box-product {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  padding: 10px;
  background-color: #fff;
  border-radius: 10px;
}

.box-product h3 a {
  font-weight: 400;
  color: var(--link-color);
}

.box-product p {
    text-align: left;
}

.img-product {
  border-radius: 10px;
  overflow:hidden;
}

.product-item1 h3 a:hover,
.box-product h3 a:hover {
  color: #3c5dd0;
}

/* PRODUCT-DETAIL */

.product-content.box-content h1 {
    font-size: 20px;
}

p.product-price {
    color: red;
    font-weight: 600;
}

.avatarProduct img {
    max-height: 500px;
    object-fit: contain;
}

.item-action {
    padding: 14px 20px;
    font-size: 16px;
    text-align: center;
    border-radius: 8px;
    width: 50%;
}

.item-action a {
    color: var(--white-color);
    display: block;
}

.call-action {
    background-color: #29ae32;
    margin-right: 10px;
}

.zalo-action {
    background-color: #3463f4;
    margin-left: 10px;
}

.avatarProduct {
    margin-bottom: 20px;
}

.product-ralation {
    position: relative;
}
