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

.pickup-option {
  background: #f6f6f6;
  border: 1px solid #e9e9e9;
  padding: 4px 0;
  margin-bottom: 4px;
}

.custom-radio {
  margin-top: 12px;
}

.action:hover {
  cursor: pointer;
}

h2.page-heading {
  margin-top: .5rem;
  text-transform: uppercase;
}

.top-hr {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
}

.step-title img {
  height:25px;
  margin-right:10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.cookies-banner {
  background: rgba(112,112,112,0.9);
  color: #fff;
  padding: 10px;
  font-size: 13px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 10;
  line-height: 18px;
}

.cookies-banner button {
  background: #05aad8;
  color: #fff;
  border: 0;
  cursor: pointer;
  padding: 4px 7px;
  margin: 2px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-transform: uppercase;
  width: 100%;
}

.cookies-banner a {
  color: #fff;
  text-decoration: underline;
}

.cookies-banner button:hover {
  background: #008fb5;
}

.d-none {
  display: none;
}

.eurofins-referrer {
  box-shadow: 0px 1px 2px 0 rgba(0, 0, 0, .2);
  border: 1px solid rgba(0, 0, 0, .125);
  background: #fff;
  padding: 1rem;
}

.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: flex !important;
}

.align-items-center {
  align-items: center !important;
}

.top-hr {
  border-bottom: 1px solid #f6f6f6;
  margin-bottom: 15px;
}

section#checkout-payment-step .summary-informations {
	border: 1px solid #e5e5e5;
	padding-top: 1rem;
	padding-bottom: 0.7rem;
}

.float-start {
  float: left !important;
}

.height-50 {
  height:50px;
}

.max-width-70 {
  max-width: 70px;
}

.max-width-90 {
  max-width: 90px;
}

.max-width-100 {
  max-width: 100px;
}

.pickup-delete {
  right:-100px
}

.text-center {
  text-align: center !important;
}

.red-border{
  border: 1px solid red;
}

.flex-column {
  flex-direction: column !important;
}

.product-with-attributes {
  border-width: 3px;
}

.bg-transparent {
  background-color: transparent!important;
}

.d-none {
  display: none;
}

.d-block {
  display: block;
}
