/**
 * 2007-2018 PrestaShop
 *
 * NOTICE OF LICENSE
 *
 * @author    Innovadeluxe SL
 * @copyright 2018 Innovadeluxe SL

 * @license   INNOVADELUXE
 */

.configure_cart_button {
    padding: 10px;
    background: #00b7ff !important;
    border-radius: 2px !important;
    color: #ffffff !important;
    font-size: 14px;
    font-weight: bold;
}
.configure_cart_button:hover{
    background:#0d94c9 !important;
}