/*
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.   ***************/
.onsale {
  background-color: #ff3c3c; /* Màu đỏ nổi bật */
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: 10px;
  z-index: 10;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}


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


}