/*---------------------------------------------------------------------------------

 Theme Name:   Moreflavour
 Theme URI:    https://moreflavour.co.za/
 Description:  Child Theme
 Author:       KFD
 Author URI:   
 Template:     Divi
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

.pa-menu-shop > a:before {
font-family: "ETMODULES";
content: "e079";
text-align: center;
vertical-align: middle;
margin-right: 10px;
margin-left: -10px;
color: #fc2360;
font-size: 1.2em;
transition: all 0.3s ease;
}

.pa-menu-contact > a:before {
font-family: "ETMODULES";
content: "e090";
text-align: center;
vertical-align: middle;
margin-right: 10px;
margin-left: -10px;
color: #333;
font-size: 1.4em;
transition: all 0.3s ease;
}

.pa-menu-chat > a:before {
font-family: "ETMODULES";
content: "e065";
text-align: center;
vertical-align: middle;
margin-right: 10px;
margin-left: -10px;
color: #333;
font-size: 1.4em;
transition: all 0.3s ease;
}

.pa-menu-support > a:before {
font-family: "ETMODULES";
content: "e076";
text-align: center;
vertical-align: middle;
margin-right: 10px;
margin-left: -10px;
color: #333;
font-size: 1.4em;
transition: all 0.3s ease;
}

