/**
 * Loulou66
 * LpsCartInProductPage module for 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*
 *
 * 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    Loulou66.fr <contact@loulou66.fr>
 *  @copyright loulou66.fr
 *  @license   http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
 */

.lpscartinproductpage .table thead th {
    vertical-align: bottom !important;
    border-bottom: 1px solid #000 !important;
}

#product .product-section-right .lpscartinproductpage .product-name {
    font-size: 15px !important;
}

#product .product-section-right .lpscartinproductpage .table th,
.table td {
    border-top: 1px solid #000 !important;
    padding-left: 10px !important;
    padding-top: 0 !important;
    padding-right: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: 1px solid #000;
}

.lpscartinproductpage #product .product-section-right .product-price {
    font-size: 15px !important;
    margin-bottom: 0 !important;
}

#product .product-section-right .lpscartinproductpage a.remove-from-cart {
    vertical-align: top !important;
    display: inline-block !important;
    margin: 0 auto !important;
    line-height: 0 !important;
    color: #ff0000;
}

#product .product-section-right .lpscartinproductpage .material-icons {
    font-size: 20px !important;
}

#product .product-section-right .lpscartinproductpage .product-price {
    margin-bottom: 0 !important;
    font-size: 15px !important;
    color: #000 !important;
}

#product .product-section-right .lpscartinproductpage .attributes {
    font-weight: bold !important;
}

#product .product-section-right .lpscartinproductpage span.product-quantity {
    color: #2ebb77 !important;
    justify-content: center;
}

#product .product-section-right .lpscartinproductpage .attributes {
    font-weight: bold !important;
    font-size: 13px !important;
}

#product .product-section-right .lpscartinproductpage thead {
    background-color: #2ebb77;
    color: #fff;
}

#product .product-section-right .lpscartinproductpage .cart-subtotals span.value,
#product .product-section-right .lpscartinproductpage .cart-total span.value {
    font-weight: bold;
    font-size: 13px;
}