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

/*************** ADD CUSTOM CSS HERE.   ***************/
/* Progressbar đã bán */
.flashsale__bottom {display:block; position:relative; padding: 0;}

.flashsale__bottom img {
    z-index: 10;
    position: absolute;
    width: 35px;
    height: 34px;
    bottom: 0px;
    left: -5px;
}

.flashsale__progressbar {
    display: block;
    width: 100%;
    height: 18px;
    background: #ffaaaf;
    margin-top: 2px;
    border-radius: 9999px;
    position: relative;
    overflow: hidden;
}
.flashsale__progressbar .flashsale__label {
    font-size: 12px;
    position: relative;
    left: 0;
    z-index: 2;
    text-align: center;
    margin: auto;
    color:white
}
.flashsale___percent {
    width: 0%;
    height: 100%;
    background: linear-gradient(270deg, #ff0000, #ffac42);
    border-radius: 9999px;
    position: absolute;
    top: 0;
    z-index: 1;
}

@media only screen and (max-width: 48em) {
  .flashsale__progressbar .flashsale__label {
      font-size: 11px;
      left: 25px;
      z-index: 2;
      text-align: left;
  }
  .flashsale__bottom img {
      width: 25px;
      height: 24px;
  }
}
@media (min-height: 500px) {
    .cart-popup-inner--sticky .ux-mini-cart-footer {
        bottom: 72px;
    }
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}