/**
* 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    PrestaShop SA <contact@prestashop.com>
*  @copyright 2007-2020 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.
*/
.weproduct-variants {
    margin: 25px 0;
}
.weproduct-variants h4{
    margin-bottom: 20px;
}
.wfbutton{
    border: solid 1px #dbddde;
    padding: 0 15px;
    font-weight: bold;
    margin: 2px;
    float:left;
    min-width:31px;
    text-align:center;
    line-height: calc(2em - 4px);
}


.weproduct-variants .wfbuttons input {
    width: 100%;
}
.weproduct-variants .wfbuttons a {
    text-align: center;
    display: block;
    position: relative;
}
.weproduct-variants .wfbuttons a.isSelected .wfbutton,
.weproduct-variants .grid_relations a.isSelected {
    border: solid 1px #000;
}
.weproduct-variants .wfbuttons a.isEnabled .wfbutton:hover
.weproduct-variants .grid_relations a.isEnabled:hover{
    border: solid 1px #3cabdb;
}
.weproduct-variants .wfbuttons a.isEnabled,
.weproduct-variants .grid_relations a.isEnabled {
    text-decoration: none;
  }
.weproduct-variants .wfbuttons a.isEnabled:hover,
.weproduct-variants .grid_relations a.isEnabled:hover  {
    border-color: #000;
  }
.wfimagegroup a.isSelected span.color{border: 1px solid #000;}
.wfimagegroup span.color, .wfimagegroup input.input-color {width:80px !important;height:80px !important;} 
.weattributes>.product-variants-item ul li{display:inline-block;}

 .weproduct-variants .grid_relations{
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    gap: 1.15rem;
 }
 .weproduct-variants .grid_relations a{
    display: block;
    padding: 1.1428571424rem;
    border: 1px solid #f3f3f3;
    background: #f3f3f3;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
 }
 .weproduct-variants span{
    font-size: 1rem;
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 700;
    line-height: 1.2;
    
 }