/**
* 2007-2018 PrestaShop
*
* NOTICE OF LICENSE
*
* This source file is subject to the Academic Free License (AFL 3.0)
* that is bundled with this package in the file LICENSE.txt.
* It is also available through the world-wide-web at this URL:
* http://opensource.org/licenses/afl-3.0.php
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future.
*
*  @author    Keyupp <info@keyupp.com>
*  @copyright 2007-2018 Keyupp
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*
*/

ul#kuIconsVlabel{
    display: table;
	overflow: hidden;
	margin: 0 auto;
	border-radius: 5px;
	background: rgba(255, 255, 255, 1);
}
ul#kuIconsVlabel li{
    padding: 10px;
    display: table-cell;
}
ul#kuIconsVlabel li div{
    position: relative;
}
ul#kuIconsVlabel li div:first-child{
    margin: 0 auto;
    border-radius: 50%;
}
ul#kuIconsVlabel li:nth-child(2){
	background: #feed00;
}
ul#kuIconsVlabel li p{
    width: auto;
    height: auto;
    display: table;
    margin: 0 auto;
    margin-top: 5px;
    padding: 2px 3px;
    line-height: 1;
    font-family: Arial, "sans-serif";
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #008a3e;
}
ul#kuIconsVlabel li.kuIconsVlabelVeganSmall p{
    background: #feed00;
	font-family: "Arial Black", Arial, "sans-serif";
}
.kuVlabelMargin{
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 1.5rem;
}

ul.kuIconsVlabelLarge li div:first-child{
    width: 100px;
	height: 100px;
}
ul.kuIconsVlabelLarge li p{
    font-size: 14px;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelVegan p{
    font-size: 16px;
	font-weight: normal !important;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelVeganSmall p{
    font-size: 12px;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelVegetarish p{
    font-size: 14px;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelOvoVegetarish p{
    font-size: 12px;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelLactoVegetarish p{
    font-size: 12px;
}
ul.kuIconsVlabelLarge li.kuIconsVlabelOvoLactoVegetarish p{
    font-size: 11px;
}

ul.kuIconsVlabelSmall li div:first-child{
    width: 64px;
	height: 64px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelVegan p{
    font-size: 12px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelVeganSmall p{
    font-size: 9px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelVegetarish p{
    font-size: 11px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelOvoVegetarish p{
    font-size: 9px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelLactoVegetarish p{
    font-size: 9px;
}
ul.kuIconsVlabelSmall li.kuIconsVlabelOvoLactoVegetarish p{
    font-size: 9px;
}

ul.kuIconsVlabelLarge li img, ul.kuIconsVlabelSmall li img{
	display: block;
	overflow: hidden;
	width: 100%;
}
