/**
* 2007-2018 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-2018 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.
*/
#reforestaction_table {
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	overflow: hidden;
}

#reforestaction_table td {
	border: 1px solid #BDC2C9;
}

#reforestaction_table td:first-child {
	padding-left: 15px;
	padding-right: 15px;
}

#reforestaction_table td.delivery_option_radio {
	width: 54px;
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

#reforestaction_table td, #reforestaction_table th {
	padding: 9px 10px;
	text-align: left;
}

#reforestaction_table td.delivery_option_logo {
	width: 97px;
	padding-left: 21px;
}

#reforestaction_table td.delivery_option_price {
	width: 162px;
}

#reforestaction_table td img {
	height: 85px;
}

.ra_title {
	font-weight: bold;
	color: #333333;
	padding-bottom: 5px;
	margin-top: .9375rem;
	display: block;
}

#popin,
.checkbox_newsletter {
	display: none;
}

#popin .cadre {
	position: relative;
	max-width: 650px;
	height: 100%;
	margin: 0 auto;
	box-shadow: 0 5px 10px #000;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

#popin .content {
	height: 100%;
	overflow: visible;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px;
	overflow-x: scroll;
}

#popin .center {
	width: 500px;
}

#popin .popin-logo {
	border-width: 0px;
	border-style: solid;
	margin: 5px;
	/*width: 250px;*/
	height: 150px;
	display: block;
	text-align: center;
	margin: 0 auto 20px;
}

#popin .popin-logo-2 {
	border-width: 0px;
	border-style: solid;
	margin: 5px;
	float: left;
	width: 150px;
	height: 200px;
}

#popin p.p2 {
	margin: 0.0px 0.0px 15.0px 0.0px;
	font: 12.0px helvetica;
}

.open-popin {
	cursor: pointer;
}

body.popin-active {
	overflow: hidden !important;
}

#reforestaction_table label {
    display: inline;
    text-align: left;
    margin-bottom: .9375rem;
}

.img_logo{
	max-width: 50px;
}

body#checkout section.checkout-step #hook-display-before-carrier .delivery-option {
    background: transparent;
    margin-bottom: 0;
}

@media (max-width: 767px) {
	#reforestaction_table label {
	    clear: none;
	    margin-bottom: 0;
	}

	.img_logo {
	    margin-right: 10px;
	    margin-bottom: 5px;
	}
}