/**
* 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:10px;box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);background: #fff;}
#product_combinations .seocombination { padding:5px;border-bottom:1px solid rgba(0,0,0,.1); }
#product_combinations .seocombination h4{ color:#777777; }
#product_combinations .seocombination a{border: 1px solid #cccccc; margin:0 5px 5px 0; background-color:#fff; color:#000; }
#product_combinations .seocombination a span{font-size: 11px;}
#product_combinations .seocombination a.active,#product_combinations a:hover{ /*background-color: #ebebeb;font-weight: bold;*/ background-color:#990033; color:#fff; border-color:orange; }

.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;
}