/*
 Theme Name:  Divi Child Theme SoftUni 2023
 Theme URI:    https://www.facebook.com/alex.alexi1
 Description:  Child Theme for Divi
 Author:       Alex Alexi
 Author URI:   https://www.facebook.com/alex.alexi1
 Template:     Divi
 Version:      1.0.0
*/

/*****Add any custom CSS below this line*****/

.out-of-stock-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #444;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    text-transform: uppercase;
    z-index: 10;
    border-radius: 3px;
}

