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

.card.egc__content {
  border: none;
  padding-bottom: 2rem;
}

.product_content__title {
  font-size: 1.5rem;
  width: 100%;
  text-align: left;
  text-transform: none;
  color: #333;
}

.product_content__subtitle {
  font-size: 1rem;
  color: #666;
  width: 100%;
  margin-bottom: 2rem;
  font-style: italic;
}

.mvp__left p, .mvp__right p {
  margin-bottom: 0;
}

.mvp__left strong, .mvp__right strong  {
  color: #e4133c !important;
}

.brand__description p {
  margin-bottom: 0;
}

.productPack__img img {
  margin: 0 auto;
  width: 50%;
  display: flex;
}

.productPack__title h3 {
  font-size: 1rem;
  font-weight: 700;
}

.productPack__description {
  font-size: 0.875rem;
  color: #666666;
}

@media (max-width: 767px) {
  .product_content__title {
    font-size: 0.875rem;
    padding: 0;
  }
  .titleAccordion__content {
    border-bottom: 1px solid #D6D6D6;
    padding: 0;
    margin: 0;
  }
  .rotate-icon {
    transition: all 0.2s ease-in-out;
    position: absolute;
    right: 0;
    font-weight: initial;
  }
  .collapsed .rotate-icon {
    transform: rotate(180deg);
  }
  .btn-link {
    padding: 15px 0 10px 0;
    font-size: 0.875rem;
    width: 100%;
    text-align: left;
    text-transform: none;
    color: #333;
    font-weight: 700;
  }
  .btn-link:hover {
    color: #000;
  }
  .descriptionProduct__content {
    padding: 1.5rem 0.5rem;
  }
}

@media (min-width: 768px) {
  .descriptionProduct__content {
    display: flex !important;
  }
  .product_content__title {
    padding: 0 1rem;
  }
  .egc__content section {
    padding-bottom: 3rem;
  }

}
