/**
* 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.
*/
.text-remove-buy-later{
    display: block!important;
}
#buylater .grid .buttons-sections{
       bottom: 27px; 
}
#buylater .last_remaining_items{
    color: #17a2b8;
}
#buylater .available{
    color: #0F954E;
}
#buylater .grid .buttons-sections .add_to_cart_from_buylater{
    height: 40px;
    width: 225px;
}
#buylater .product-image{
    margin-right: 50px;
}
#buylater .product-line-grid-body{
    max-width: 430px;
    width: 100%;
}
#buylater .product-line-grid .product-line-grid-left{
        width: 50%;
}
#buylater .price-col{
       width: 65%;
    text-align: center; 
}
.add_to_cart_from_buylater{
    cursor: pointer;
}
#buylater .product-line-grid .product-line-grid-right {
    width: 35%;
}
.buylater-row-bottom{
    text-align: center;
    margin-top: 30px;
}
#buylater .slick-track{
    width : 100%!important;
}
#buylater {
    padding-top: 10px;
    width: 100%;
}
#buylater .product-thumbnail{
    margin: 10px 5px;
}
.buylater-item .product-miniature {
    width: auto;
    max-width: 220px!important;
    margin-right: 35px;
}
.buylater-item .product-miniature .product-name{
    min-height: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.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-items {
    margin-bottom: 0;
}

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

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


.buylater-icon {
    /*font-size: 20px !important;*/
    color: #0a5985;
    font-size: 12px;
    font-weight: 300;
}

.buylater-icon:hover {
    cursor: pointer;
    text-decoration: underline;
    color: #0a5985;
}

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

.buylater-row-right-top {
/*    float: right;*/
    text-align: center;
    margin: 10px 0;
}

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