/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.out-of-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #e55959;
    z-index: 99;
    color: white;
    font-weight: bold;
    padding: 5px 10px;
    border-radius: 50px;
}

.badge-container {
    top: 15px;
    left: 15px;
    margin: 0;
}

.badge-frame .badge-inner {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    color: #fff;
}

@media only screen and (max-width: 48em) {



