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

#product .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list #color_to_pick_list { display: none; }
#product .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list ul#color_related_products { margin-bottom: 0px; }

/*Product Detail Page*/
#product .product_model, #product .product-retour-container{ float: left; width: 100%; margin-top: 20px;}
#product .color-text{text-align: center; font-size: 12px; line-height: 12px; margin-bottom:14px;}
/*#product ul#color_related_products{text-align: center; margin-bottom: 18px; margin-left: 15px;}*/
#product ul#color_related_products li{ padding:2px; margin:0 12px 3px 0; overflow: hidden; border-radius: 100%; border: solid 1px #f7f4f6; display: inline-block; float: none; position: inherit;}
#product .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list ul#color_related_products li:hover,
#product .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list ul#color_related_products li.selected_color {border: solid 1px #000000; }
#product .box-info-product .product_attributes #attributes .attribute_fieldset .attribute_list ul#color_related_products li a {border-radius: 100%; float: left; width: 30px; height: 30px;}
#product ul#color_related_products li a img{ width: 100%; max-width:50px; max-height: 50px; height: 100%;  border-radius: 60px 60px; }


/*Product Listing Page*/
#category .color-text{color: #FFF; text-align: center; font-size: 12px; line-height: 12px;}
#category ul#color_related_products li{margin:0 8px 3px 0; overflow: hidden; border-radius: 60px 60px; border: none; display: inline-block; float: none;}
#category ul#color_related_products li:hover,
#category ul#color_related_products li.selected_color {border: solid 1px #ffffff; }
#category ul#color_related_products li a {border-radius: 100%; float: left; width: 18px; height: 18px;}
#category ul#color_related_products li a img{ width: 100%; max-width:50px; max-height: 50px; height: 100%;  border-radius: 60px 60px; }
#category p.size-title{margin-bottom: 0;}
#category .product-block .action > div { padding: 0 !important; }
#category .product-container .size-title { margin-bottom: 5px; }
#category .product-block .action div.color-related{ padding-top: 5px; }
#category .color-list-container ul.product_list .color-list-container ul li { height: 24px; width: 24px; }