/**
* 2007-2020 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-2020 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.
*/

.recommended_product_wrapper {
    width:215px;
    background-color: #fff;
    border-radius: 5px;
    height: 250px;
}
.recommended_product_wrapper form{
    margin-top: 7px;
}

.recommended_product_name{
    color: #141414;
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: bold;
    line-height: 15px;
    text-align: center;
    margin-top: 10px;
    min-height: 30px;
}
.product_weight{
    margin-bottom: 8px;
    text-align: center;
    font-size: 12px;
    color: #707070;
    font-weight: 400;
}

.recommended_product_price , .recommended_product_sale_price{
    color: #0063d1;
    font-family: "Open Sans";
    font-size: 16px;
    font-weight: 900;
    line-height: 24px;
}
/*#dc2a24*/
recommended_product_price_small{
    color: #707070;
    font-family: "Open Sans";
    font-size: 10px;
    font-weight: 400;
    line-height: 24px;
    margin-left: 5px;
    text-decoration: line-through;
}

.recommended_product_sale_price{
    margin-right: 5px;
    color: #dc2a24;
}
/*.recommended_product_price_original , .recommended_product_sale_price{*/
/*    padding-top: 7px;*/
/*}*/
.recommended_product_wrapper img{
    width: auto;
    height: 100%;
    display: block;
    margin: 0 auto;
}
.recommended_product_wrapper .img-container{
    height: 45%;
}
.recommended_product_price_original {
    height: 24px;
    font-family: "Open Sans";
    color: #0063d1;
    display: block;
    width: 100%;
    text-align: center;
}
.flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.recommended_product_wrapper .flex{
    justify-content: center;
}
.recommended_product button, .recommended_product button:hover {
    padding:  2px 0;
    text-align: unset;
    color: #fff;
    background-color: #0063d1;
    border: unset;
    font-weight: 700;
}
.recommended_product_price_old{
    color: #707070;
    text-decoration: line-through;
    font-size: 14px;
    font-family: "Open Sans";
    padding-top: 7px;
    width: unset;
    height: 24px;
}
.recommended_product .add button, .recommended_product .add{
    width: 100%;
    text-align: center;
    border-radius: 5px;
}
.recommended_product_wrapper{
    margin-bottom: 10px;
    padding: 10px 20px;
}
.recommended_product .add{
    border-radius: 5px;
}
.recommended_product h2{
    font-size: 1.5rem;
    text-transform: uppercase;
    margin: 28px 0;
}
