/**
* 2007-2018 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-2018 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.
*/
.LC_header_column {
    width: 50%;
    display: block;
    float: left;
    height: 100px;
}
.LC_header_column .LC_size, .LC_header_column .LC_measure {
    height: 100px;
    display: block;
    width: 50%;
    float: left;
}
@media (max-width: 479px){
    .LC_header_column, .LC_header_column .LC_size, .LC_header_column .LC_measure {
        height: 60px;
    }
    .LC_table_headers.LC_single_column .LC_header_column {
        width: 100%;
    }
}
.LC_header_column .LC_size {
    background-image: url("../img/talla.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.LC_header_column .LC_size_2 {
    background-image: url("../img/talla_2.png");
}
.LC_header_column .LC_measure {
    background-image: url("../img/plantilla.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
}
.LC_table_content {
    float: left;
    width: 100%;
    margin-top: 10px;
    border-top: 2px solid #fabdc1;
}
.LC_table_content ul {
    width: 50%;
    float: left;
    padding-top: 10px;
    position: relative;
}
.LC_table_content.LC_single_column {
    float: left;
    width: 50%;
    margin-top: 10px;
    border-top: 2px solid #fabdc1;
    clear: both;
}
.LC_table_content.LC_single_column ul {
    width: 100%;
    float: left;
    padding-top: 10px;
    position: relative;
}
@media (max-width: 479px){
    .LC_table_content.LC_single_column {
        width: 100%;
    }
}
.LC_table_content ul.LC_measures_column_2:before {
    content: '';
    height: 70%;
    width: 1px;
    background-color: #fabdc1;
    position: absolute;
    left: 0;
    top: 15%;
}
.LC_table_content ul li {
    float: left;
    width: 100%;
    padding: 5px 0;
}
.LC_table_content ul li span.LC_size {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
    font-weight: bold;
}
.LC_table_content ul li span.LC_measure {
    float: left;
    width: 50%;
    display: inline-block;
    text-align: center;
}
.LC_table_legend {
    clear: both;
    margin: 10px 0 0 0;
    float: left;
    /*padding: 10px 20px;
    border: 2px solid #fabdc1;
    -ms-border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;*/
}
.LC_table_legend .LC_size {
    float: left;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0;
}
.LC_table_legend .LC_size .LC_icon_size,
.LC_table_legend .LC_measure .LC_icon_size{
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/talla.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fabdc1;
}
.LC_table_legend .LC_size .LC_icon_size_2 {
    background-image: url("../img/talla_2.png");
}
.LC_table_legend .LC_measure {
    float: left;
    padding-left: 40px;
    height: 30px;
    line-height: 30px;
    position: relative;
    margin: 0 0 0 60px
}
.LC_table_legend .LC_measure .LC_icon_measure {
    position: absolute;
    left: 0;
    top: 0;
    width: 30px;
    height: 30px;
    background-image: url("../img/plantilla.png");
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #fabdc1;
}
.LC_table_legend .LC_text {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: bold;
}
@media (max-width: 479px){
    .LC_table_legend .LC_size,
    .LC_table_legend .LC_measure {
        clear: both;
        margin: 0 0 10px 0;
    }
}