/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/



/*------------------------------------------------*/
/*-------------------[GENERAL]--------------------*/
/*SOLD OUT Badge*/
.now_sold {
	background-color: #ffec04!important;
	font-family: 'Source Sans Pro',sans-serif !important;
    text-transform: uppercase;
    background: #ffec04;
    color: #000;
    font-size: 8px;
    font-weight: 600;
    padding: 2px 5px;
	border-radius:30px;
	border: 1px solid #fff!important;
    position: absolute;
    right: 2px!important;
	top: 2px!important;
}
/*Vegetarian Badge*/
.vegetarian {
	background-color: #169e35!important;
	font-family: 'Source Sans Pro',sans-serif !important;
    text-transform: uppercase;
    background: #169e35;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding: 2px 5px;
	border-radius:30px;
	border: 1px solid #fff!important;
    position: absolute;
    right: 2px!important;
	top: 2px!important;
}
/*Other Badge*/
.new_other {
	background-color: #33e020!important;
	font-family: 'Source Sans Pro',sans-serif !important;
    text-transform: uppercase;
    background: #33e020;
    color: #fff;
    font-size: 8px;
    font-weight: 600;
    padding: 2px 5px;
	border-radius:30px;
	border: 1px solid #fff!important;
    position: absolute;
    right: 2px!important;
	top: 2px!important;
}



