/*
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  ***************/


}
.woo-sctr-shortcode-countdown-1 {
    left: -10px;
    top: -55px;
    background: linear-gradient(102.28deg, #FF6F1E 9.68%, #FF0F49 100%), linear-gradient(0deg, #fff, #fff);
    padding: 10px;
    border-radius: 0 12px 12px 0;
    width: 150px;
    position: relative;
    z-index: 1;
}
.onsale {
    position: absolute;
    top: -10px;
    left: 10px;
    background-image: url(//bizweb.dktcdn.net/100/510/223/themes/947008/assets/background-smart.png?1712640621036);
    background-repeat: no-repeat;
    font-size: 12px;
    border-radius: 5px;
    color: #ffff;
    height: 24px;
    width: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
}

.onsale span {
    display: inline-block;
    width: 100%;
}

