/**
* 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.
*/
.table-buylater {
    border: 2px solid #d6d4d4;
}

.table-buylater > thead > tr > th {
    border: 1px solid #d6d4d4;
}

.table-buylater > tbody > tr > td {
    border: 1px solid #d6d4d4;
}

th.delete-buylater, th.add-buylater {
  width: 5%
}

.text-center {
    text-align: center;
}

.buylater-img {
    width: 137px;
}

.buylater-img-border {
    border: 1px solid #d6d4d4;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.buylater-product-name {
    font-size: 17px;
    line-height: 23px;
    color: #3a3939;
    margin-bottom: 0;
}

.buylater-availibility {
    width: 15%;
}

.buylater-unit-price {
    width: 20%;
}

.buylater-description {
    width: 69%;
}

.buylater-description-content {
    width: 100%;
    display: inline-block;
}

.buylater-description-content-left {
    width: 40%;
    float: left;
}

.buylater-description-content-right {
    width: 60%;
    float: right;
    padding-top: 8px;
}

.buylater-product {
    width: 10%;
}

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

.buylaterLink:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #068;
}

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

.buylaterLinks:hover {
    text-decoration: underline;
    cursor: pointer;
    color: #068;
}

.linksBlock {
    padding-top: 10px;
}

.right-panel {
    float: right !important;
}

.buylater-warning {
    color: #E08F95 !important;
}

.buylater-border-warning {
    border-color: #E08F95 !important;
}

.buylater-inline {
    display: inline-block !important;
}

.buylater-no-cart-product {
    margin-top: 50px;
}

.buylater-title {
    /*border: 1px solid #d6d4d4;*/
    padding: 5px;
    font: 600 18px/22px "Open Sans", sans-serif;
    color: #555454;
    text-transform: uppercase;
}

.buylater-badge-warning {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #FF9800;
    /*border-radius: 10px;*/
}

.buylater-badge-danger {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    vertical-align: baseline;
    white-space: nowrap;
    text-align: center;
    background-color: #E08F95;
    border-radius: 10px;
}

.heading-counter{
    float: right;
    vertical-align: bottom;
    color: #777;
    font-weight: normal;
    margin-top: 5px;
}

.buylater-img-center {
    padding: 7px 18px 7px 18px !important;
}

.buylater-alert {
    display: none;
}

.buylater-add-button {
    font-weight: bolder;
    text-transform: uppercase;
}
