/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.price-more-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: 10px;
}

/* Chỉnh nút "Xem Thêm" */
.more-button {
  background-color: #0057b7;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
}

/* Giá bán */
.price-wrapper {
  font-size: 14px;
}

.price del {
  color: #999;
  margin-right: 6px;
}

.price ins {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}