/**
* 2007-2020 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    Michał Grzesik <mgrzesik@refix.pl>
*  @copyright 2007-2020 REFIX Daniel Markowski
*  @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.
*/
.mg-fs-box-title {
    border: 1px solid #eee;
    width: 100%;
    display: block;
    padding: 10%;
    text-align: center;
    border-radius: 3px;
}
.mg-fs-link-clicked {
    background: #d01216;
}
.mg-fs-link-clicked a {
    color: #fff !important;
}
.mg-fs-samples-image-link {
    position: relative;
}
.mg-fs-samples-desc {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    line-height: 19px;
    color: #fff;
    font-weight: 500;
    transform: translate(-51%, -50%);
    width: 97%;
}
.mg-fs-full-name {
    display: block;
    text-align: center;
    font-size: 3em;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
}
.mg-fs-full-image {
    width: 100%;
}
.mg-fs-samples-group {
    width: 200px !important;
    position: relative;
    background: #2222229c;
}
.mg-fs-list {
    list-style:none;
    margin: 0;
    padding: 0;
}
.mg-fs-flex {
    padding: 0;
    margin: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
}
.mg-fs-item {
    padding: 5px !important;
    width: 150px;
    margin: 10px;
    color: #222;
    font-weight: bold;
    font-size: 1em;
    text-align: center;
}
.mg-fs-sample-item {
    cursor: pointer;
    width: 100%;
}
.mg-fs-samples-image {
    z-index: -2;
    position: relative;
}
.mg-fs-back {
    display: block;
    text-align: center;
}
