/**
* 2007-2025 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-2025 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.
*/

.flowbox-community-content-inner .flowbox-list-tag {
    background-color: #f0f0f0;
    border: none;
    padding: 2rem;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-top: 25px;
    margin-bottom: 25px;
}

.flowbox-community-content-inner .tags{
    margin-bottom: 0px;
}

.flowbox-community-content-inner .tags button {
    color: #5F92AB;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    padding: 0.75rem 2.25rem;
    text-wrap: nowrap;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all ease .3s;
    border: none;
    cursor: pointer;
}
.flowbox-community-content-inner .tags button::first-letter{text-transform: capitalize;}

.flowbox-community-content-inner .tags button:hover,
.flowbox-community-content-inner .tags button.active{
    color: #5f92aa;
    background-color: #ffffff;
}

.page-content.page-cms .flowbox-community-content-inner ul{
    padding-left: 0px;
}
.home-box-ig-group {margin-bottom:10px;}
.home-box-ig-group .before_home_flowbox{margin-bottom: 30px !important;}

.before_home_flowbox.ApHtml {
    padding-left:10px;
    padding-right:10px;
}
.page-cms.page-cms-22,
.before_home_flowbox .block_content{
    text-align: center;
    padding-top: 70px;
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
}
.before_home_flowbox .block_content{padding-top: 0px;}
.page-cms.page-cms-22 h1,
.before_home_flowbox .block_content h2{
    font-size: 30px;
    line-height: 38px;
    font-weight: 900;
    color: #000000;
    margin-bottom: 25px;
}
body#index .after_home_flowbox.ApHtml{margin-bottom: -20px;}
.after_home_flowbox .block_content{
    text-align: center;
    padding-top: 10px;
}
.after_home_flowbox .block_content a{
    display: inline-block;
    margin-top: 15px;
    color: #ffffff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: none;
    padding: 12px 45px;
    text-wrap: nowrap;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    transition: all ease .3s;
    border: none;
    cursor: pointer;
    background-color: #6f93a2;
}
.after_home_flowbox .block_content a:hover {
    background-color: #000000;
}
body#product .before_home_flowbox .block_content h2{
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}
body#product .before_home_flowbox .block_content{
    font-size: 14px;
    line-height: 18px;
}
body#product .flowbox-product-content{
    padding: 0px 0px 0px 0px;
}
body#product .before_home_flowbox.ApHtml{
    margin-top: 35px;
}

.bzfy-gate-powered-by {
    display: none !important;
}
.bzfy-feed-gate-modal-wrapper {
    padding-top:65px !important;
}


@media (max-width: 767px) {
    .before_home_flowbox .block_content h2 {
        font-size: 18px;
        line-height: 22px;
    }
    .before_home_flowbox .block_content{
        font-size: 14px;
        line-height: 22px;
    }
    body#product .before_home_flowbox .block_content h2{
        font-size: 20px;
        line-height: 24px;
    }
}
