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

.advanced-pack .huge-title {
    font-size: 46px;
    padding-left: 0;
}
.advancedpack-products {
	display: flex;
}

.advanced-pack .ajax_add_to_cart_button {
    display: none;
}

.advanced-pack ul.product_list.grid .ajax_block_product {
    margin-bottom: 0;
}

.advanced-pack {
    margin-bottom: 3rem;
}

.advanced-pack .add-pack-to-cart {
    margin-bottom: 20px;
}

.advanced-pack h3 {
    color: #FDC100;
}

.pack-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media (max-width: 640px) {
    .pack-bottom {
        flex-direction: column;
    }
}

.huge-title {
    font-size: 60px;
    padding-left: 20px;
    line-height: 1;
    color: #0077C2;
}

.pack-bottom .product-price-and-shipping .regular-price {
	font-size: 20px;
}
.pack-bottom .product-price-and-shipping .price{
	font-size: 26px;
}

.pack-bottom .col {
    display: flex;
}
.pack-bottom .product-price-and-shipping {
	display: flex;
	align-items: center;
	gap: 10px;
}
.pack-bottom .reduction-percent {
	font-size: 24px;
	background: #0077C2;
	padding: 5px 8px;
	color: white;
}

.pack-bottom .row {
    margin: 0;
    flex-direction: column;
    display: flex;
    align-items: center;
    margin-right: 30px;
    justify-content: space-between;
}

.pack-bottom .row .reduction_percent {
    background-color: #0077C2;
    margin-top: 32px;
    color: black;
    padding: 6px 7px;
    border-radius: 20px;
    font-size: 18px;
}

.advancedpack-subtitle {
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 20px;
}

@media (max-width: 800px) {

	.advancedpack-subtitle {
		font-size: 16px;
	}
    font-size: 24px;
}
