/**
* 2007-2017 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-2017 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_combinations { margin-bottom:15px;}*/
#product_combinations .seocombination {padding:1px;}
#product_combinations .seocombination h4{ color:#191919; margin: 0 0 5px; font-size: 16px;}
#product_combinations .seocombination a{border: 1px solid rgba(236, 31, 37, 0.38); margin:0 5px 5px 0;padding: 5px; display: inline-block; border-radius: 7px; text-align: center;}
#product_combinations .seocombination a span{font-size: 11px;}
#product_combinations .seocombination a.active,#product_combinations a:hover{ background-color: rgba(236, 31, 35, 0.13); font-weight: bold; border-color: #ec1f23; border-radius: 7px;}

.ps_17 .btn {background-color:#fff;}
.ps_17 a.active {background-color:#f4f4f4 !important;}
.ps_15 {font-size:13px;}
.ps_15 h4{font-size:15px;margin:5px 0;}
.ps_15 .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.42857;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 0px;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}