/**
* 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.
*/
#buylater {
    padding-top: 10px;
}

.buylater-card{
    position: relative;
    display: block;
    margin-bottom: .75rem;
    background-color: #fff;
    border-radius: 0;
    border: 1px solid rgba(0,0,0,.125);
    box-shadow: 2px 2px 11px 0 rgba(0,0,0,.1);
}

.buylater-card-block {
    padding: 1rem;
    /*display: inline-block !important;
    width: 100%;*/
}

.hide {
    display: none;
}

.hidden {
    display: none;
}

.buylater-overview {
    padding: 1rem;
}

.buylater-items {
    margin-bottom: 0;
}

.buylater-item {
    padding: 1rem 0;
}

.buylater-inline-right {
    display: inline-block;
    float: right;
    margin-top: 5px;
    font-weight: bold;
}

.buylater-inline-left {
    display: inline-block;
    /*float: left;*/
}

.buylater-icon {
    /*font-size: 20px !important;*/
    color: #414141;
}

.buylater-icon:hover {
    cursor: pointer;
    color: #C45C67;
}

.buylater-button {
    /*color: white !important;*/
}

.buylater-row-right-top {
    float: right;
    margin-top: 25px;
}

.buylater-row-right-bot {
    float: right;
    margin-top: 10px;
}

.buylater-quantity-left {
    color: #414141;
    font-size: .9375rem;
    font-weight: 700;
}

.buylater-discount{
    background: #f39d72;
    color: #fff;
    font-weight: 600;
    padding: .3125rem .625rem;
    font-size: 1rem;
    margin-left: .625rem;
    text-transform: uppercase;
    display: inline-block;
}

.buylater-old-price{
    text-decoration: line-through;
    color: #acaaa6;
}

.buylaterLink {
    display : block;
    /*color: #08a;*/
    font-weight: bold;
}

.buylaterLink:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #2fb5d2 !important;
}

.buylaterLinks {
    display: inline;
    color: #08a;
    font-weight: bold;
}

.buylaterLinks:hover {
    cursor: pointer;
    color: #2fb5d2 !important;
}

.buylater-alert {
    display: none;
}
