/**
* 2007-2023 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-2023 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.
*/
.value_advanced {
    padding: 7.5px 7px;
    border-radius: 30px;
    background-color: #1CBC90;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 16px;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    display: inline-block;  
}
.product-miniature .feature_group{
    padding: 0;
    white-space: nowrap;
    width: auto;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.product-miniature .feature_group .feature_name, .product-miniature .feature_group .feature_value, .product-miniature-featured .feature_group .feature_name, .product-miniature-featured .feature_group .feature_value {
    padding: 5px;
    border-radius: 80px;
    margin-right: 5px;
    padding:7px 15px 7px 15px;
    border: 1px solid #ddf37d;
}
.product-miniature .feature_group .feature_name {
    background: #EBF8B099;
}
.product-miniature-featured .container_feature {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 9;
}
.product-miniature-featured .container_feature .feature_name, .product-miniature-featured .container_feature .feature_value {
    background:#fff;
    font-size:12px;
}
.reviews_and_features {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 8px;
    margin: 10px 0 0px 2px;
    overflow-x: auto;
}
#product #product_feature_pageproduct .feature_name {
    padding: 6px 20px;
    border-radius: 3px 0 0 3px;
    background: #B67E46;
    color: #fff;
    letter-spacing: 1px;
    font-size: 11px !important;
}
#product #product_feature_pageproduct .feature_group {
    padding: 0;
    margin: 0 5px;
    white-space: nowrap;
    width: 100%;
    display: flex;
    align-items: center;
}
#product #product_feature_pageproduct .feature_value {
    padding: 6px 20px;
    border-radius: 0px 5px 5px 0;
    font-size: 11px;
    color:#0A1740;
    font-weight: 600;
}
.product-miniature .feature_name, .jolisearch-content .feature_name{
    font-weight:800;
    font-size: 14px;
    display: block;
    color: #0A1740;
    text-align: center;
    text-transform: uppercase;
}

.product-miniature .feature_value, .jolisearch-content .feature_value{
    padding: 3px 6px;
    border-radius: 0px;
    font-weight: 500;
    color:#0A1740;
    margin: 0 2px 0 0;
    font-size: 14px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;

}
/* .price_advanced {
    font-size: 12px !important;
    color: #8f8080;
    display: block;
    font-weight: 900;
} */
#product .price_advanced {
    display: flex;
    align-items: center;
    gap: 10px;
}
.product-miniature .price_advanced { 
    color: #0A1740;
    font-weight: 500;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 6px;
    justify-content: center;
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 10px 0;
    background: #EDF0F7;
    letter-spacing: 0;
}
.product-miniature, .product-miniature-featured {
    font-size: 13px; 
}
#product .product-miniature-featured {
    font-size: 16px;
}
.price_advanced .price_per_gram {
    font-weight:800;
}

#product .ce-tax-shipping-delivery-label {
    display: flex;
    justify-content: center;
    align-items: center;
}

#product .price_value_advanced {
    font-size: 16px;
}
.product-miniature .container_feature:not(.jolisearch-product .container_feature) {
    height: 38px;
    margin: 5px 0;
}
.jolisearch-product .container_feature {
    height: 45px;
}
@media only screen and (max-width: 768px) {
    .feature_name {
        padding: 5px 3px;
        letter-spacing: 0px;
        margin: 0 1px;
    }
    .feature_value {
        padding: 4px 3px;
        letter-spacing: 0px;
        margin: 0 1px;
    }
    .product-featured {
        gap:5px;
    }
    .product-miniature .feature_value, .jolisearch-content .feature_value, .product-miniature-featured .feature_value, .product-miniature-featured .feature_name, .product-miniature .feature_name{
        font-size: 12px;
        line-height: normal;
    }
}