/**
* 2007-2023 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-2023 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.
*/

/* Modal */
@media (min-width:992px) {
    #saved_money {
        padding-left: 2.5rem;
        padding-top: 2.5rem;
        color: #FD312E;
    }    
    #saved_money .frag_total{
        font-family: "LG Smart Bold";
    }
}

/* Checkout */

#saved_money_page {
    border: none;
    font-family: "LG Smart Regular";
    letter-spacing: 0;
    font-weight: normal;
    border-radius: 0;
    min-height: 50px;
    display: flex;
    justify-content: left;
    align-items: center;
    padding: 15px;
    color: #FD312E;
}

#saved_money_page .frag_total{
    font-family: "LG Smart Bold";
}


#cart .easycarousels .c_item {
    background-color: #FFFFFF;
    margin: 5px;
    border-radius: 15px;
    font-family: "LG Smart Regular";
    padding: 10px 10px;
}

#cart .easycarousels .product-description {
    display: flex;
    align-items: center;
    flex-direction: column;
}

#cart .easycarousels .product-miniature .product-title {
    font-family: "LG Smart Bold";
    text-align: center;
}

#cart .easycarousels .product-reference {
    
    margin: 20px 0px;
}

#cart .easycarousels .custom_block_info {
    font-size: 10px;
    margin-bottom: 20px;
}

#cart .easycarousels .product-price-and-shipping {
    height: 55px;
    position: relative;
    display: flex;
    align-items: center;
}

#cart .easycarousels .product-price-and-shipping .old-price{
    display: block;
    text-align: center;
    margin-bottom: 5px;
    position: absolute;
    bottom: 35px;
    width: 100%;
}
#cart .easycarousels .product-price-and-shipping .ahorras {
    margin-left: 5px;
}


#cart .easycarousels .btn[data-button-action="add-to-cart"],
#cart .easycarousels .product-item-buttons {
	text-align: center;
    margin: 0;
    min-width: 114px;
}

#cart .easycarousels .btn[data-button-action="add-to-cart"]{
	background: #FD312E;
	border-radius: 4px;
	font-size: 14px;
	color: #FFFFFF;
	border: none;
	line-height: normal;
	font-family: "LG Smart Bold";
	letter-spacing: 0px;
	font-weight: normal;
	display: flex;
	justify-content: center;
	align-items: center;
}

#cart .easycarousels .btn[data-button-action="add-to-cart"]:hover,
#cart .easycarousels .btn[data-button-action="add-to-cart"]:active,
#cart .easycarousels .btn[data-button-action="add-to-cart"]:focus{
	background: #C80442 !important;
	border: none;
}

#cart .easycarousels .btn[data-button-action="add-to-cart"]::before{
	content: "\f07a";
	font-family: 'Line Awesome Free';
	font-weight: 900;
	font-size: 22px;
}