/**
* 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.
*/
.custom-div {
  background: white;
  padding: 20px;
  font-size: 18px;
  letter-spacing: 0;

  padding-top: 0;
  background: white;
  padding: 30px 30px;
  box-shadow: 5px 5px 15px 6px #bbbbbb47;
  border-radius: 20px;
  margin-top: 0;
  margin-bottom: 30px;
  /* margin-bottom: 0; */
  /* margin-bottom: 10px; */
  /* margin-top: 30px; */
}
.condition-box p {
  color: #1f3c64;
}
.condition-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: #1f3c64;
}

body .condition-box h5 {
  background: #1f3c64;
  display: flex;
  width: 70%;
  text-align: center;
  align-content: center;
  justify-content: center;
  padding: 10px 10px;
  color: #ffffff;
  border-radius: 50px;
  position: relative;
  font-family: 'Poppins-bold';
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 20px;
}

.condition-box h5:before {
  content: "";
  background: #06b77d;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  top: 5px;
  position: absolute;
  left: 20px;
  top: 13px;
  border: 2px solid white;
}

.condition-box.condition-one p {
  margin-bottom: 5px;
  color: #1f3c64;
  line-height: 1.5;
}

.condition-box p.list_product {
  margin: 10px 0;
}

.condition-box p {
  margin: 0;
}

number {
  background: #1f3c64;
  padding: 5px 15px;
  color: white;
  margin: 0 5px 0 5px;
  border-radius: 10px;
}

a.btn.btn-blue {
  border-color: #06b77d;
  white-space: normal;
  position: relative;
  margin: auto;
  float: none !important;
  max-width: 100%;
  height: auto;
  background: #06BC7F;
  font-family: "Poppins-Bold", Poppins;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  background-color: #06BC7F;
  border-radius: 50px 50px 50px 50px;
  padding: 10px 50px;
  text-decoration: none;
  display: block;
  width: max-content;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 1px 1px 6px 0px rgba(0, 0, 0, 0.145);
  outline: 0px solid #1F3C64;
  border: 1px solid #06BC7F;
  margin-top: 20px;
  color: white;
  margin-bottom: 20px;
}
a.btn.btn-blue:hover {
  color: white !important;
  background-color: #0B9C57;
}
.custom-div{
  color: transparent;
}

.lang-sv .custom-div,
.lang-no .custom-div  {
  padding-bottom: 0;
}
@media (max-width:767px) {
  .condition-box p {
    margin: 0;
    font-size: 14px;
    line-height: 1.4;
  }
  .condition-box a.btn.btn-blue {
      width: auto;
      padding: 12px 20px;
      font-size: 16px;
      line-height: 1.2;
      margin-top: 10px;
      margin-bottom: 10px;
  }
}