/**
* 2007-2019 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
* If you did not receive a copy of the license and are unable to
* obtain it through the world-wide-web, please send an email
* to license@prestashop.com so we can send you a copy immediately.
*
* DISCLAIMER
*
* Do not edit or add to this file if you wish to upgrade PrestaShop to newer
* versions in the future. If you wish to customize PrestaShop for your
* needs please refer to http://www.prestashop.com for more information.
*
*  @author    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2019 PrestaShop SA
*  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
.oney_after_price{
    display: none !important;
}
#combinationFromFeatures{
    position: relative;
    min-height:60px;
}
#combinationFromFeatures .secureOverlay{
    position: absolute;
    top: 0;
    bottom:0;
    left:0;
    right:0;
    z-index:10;
    width: 100%;
    height:100%;
    background: rgba(255,255,255,.6);
}


.selector p.label{
    display: block;
    width: 100%;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: bold;
    margin-top:15px;
    margin-bottom: 0;
    background: #ffffff;
}
.selector .featureList{
    display: flex;
    flex-wrap: wrap;
}
.selector .featureList label{
    overflow: hidden;
    border: 1px solid #eaeaea;
    padding:6px 12px;
    transition: all .3s linear
}
.selector .featureList label:first-of-type{
    border-top-left-radius: 30px ;
    border-bottom-left-radius: 30px ;
}
.selector .featureList label:last-of-type{
    border-top-right-radius: 30px ;
    border-bottom-right-radius: 30px ;
}
.selector .featureList label:before{
    display: none;
}
.selector .featureList label:after{
    background: #eb1c24;
    z-index:2;
    width: 100%;
    height:100%;
    top:0;
    left:0;
    border-radius:0px;
    margin-top:0;
}
.selector .featureList label:hover{

    background: #eb1c24;
}
.selector .featureList label span{
    position: relative;
    z-index:3;
    pointer-events: none;
    font-size: 10px;
    font-weight: bold;
}
.selector .featureList label:hover span,
.selector .featureList [type="radio"]:checked+label span{
    color: #ffffff;

}
.unclikkable{
    pointer-events: none !important;
    background-color: #ccc;
    color: #333;
    -webkit-user-select: none;  /* Chrome all / Safari all */
    -moz-user-select: none;     /* Firefox all */
    -ms-user-select: none;      /* IE 10+ */
    user-select: none;          /* Likely future */     
}
#productRight .bulle{
    width:25px;
    height: 25px; 
}

#productRight .bulle span{
    font-size: 18px;
}
#simulation_oney_product{
    z-index:22 !important;
}
#awGetSimulation{
    color: #333
}
#chosenFeatureList{
    font-weight: 500;
}