/**
* 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.
*/
#footer #step2_size{
    background: unset;
}
#step2_size .empreinteMod_globalWorkshop_sizeChange_SG{
    box-shadow: 0px 3px 30px #0000004d;
}
#step2_size .block-content-popup{
    overflow-y: scroll;
    height: 680px;
}
#footer #step2_size .block-content-popup .h3{
    font: normal normal normal 25px/34px 'avenir_book',sans-serif;
}
#step2_size td.table-active {
    background: #000000; 
    color: white;
    border-color: #000000;
}
#step2_size td {
    background: #C8C6C6;
    border-color: #707070;
    padding: 12px;
    font: normal normal normal 12px/15px 'avenir_book',sans-serif;
    text-align: center;
}
.th-color{
    background: #C8C6C6;
    border-color: #C8C6C6 !important;
}
.border-step{
    border: 1px solid #000000;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    padding: 5px;
    color:black;
}
.table-active .border-step{
    border-color: white;
    color:white;
    margin-bottom: 8px;
	font-size:16px;
	padding:8px;
}
#footer #step2_size tbody>tr:hover td.overlay_td{
    background:#F3EFEF;
    color:#000000;
    padding: 0;

}
#footer #step2_size .desc{
    margin-bottom: 14px;
    font: normal normal normal 13px/15px 'avenir_book',sans-serif; 
}
#step2_size .title-col-tab{
    font-size:16px;
}

span.title-step {
    font-weight: 700;
    margin-bottom: 20px;
}
.overlay_size {
    display: none;
}
td:hover{
    background: white;
}
td:hover .overlay_size {
    display: block;
    background: #FFFFFF;
    padding:4px;
}
td:hover .display_size {
    display: none;
}
th.th-color.th-border-bottom {
    border-bottom: 1px solid #707070 !important;
}
.table-bordered thead th.th-without-border{
    border-color:white;
}
.img_size_guide{
	height:202px;
	text-align:center;
}
@media (max-width: 768.99px) {
    #table_sizeguide{
        display: inline-table;
        width: 100%;
        min-height: 0;
        overflow-x: auto;
    }
    .row-content-popin{
        text-align: center;
    }
    .row-content-popin img{
        margin-bottom: 30px;
    }
    #footer #step2_size .desc{
        display: block;
        margin-bottom: 2rem;
    }
}
