/**
* 2007-2019 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-2019 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.
*/
.hiddenInput {display: none;}
.inputFormAddress {color:#f8313e;margin-top:10px;}

#module-bblreturn-returnProcess .returnProduct {
	background-color: #f1f1f1;
	padding: 2% 3%;
}

#module-bblreturn-returnProcess .returnProduct > div span:first-child {
	text-transform: uppercase;
	font-size: 13px;
}

#module-bblreturn-returnProcess  .returnMobile {
	with: 100%;
	margin: 0 auto;
}

#module-bblreturn-returnProcess .returnProduct .nameProduct span:last-child {
    font-size: 12px;
}

#module-bblreturn-returnProcess .returnProduct .idProduct span:last-child {
    font-weight: bold;
}

#module-bblreturn-returnProcess .card-body {
	padding: 0;
}

#module-bblreturn-returnProcess .accordion button {
    background-color: transparent;
    color: #EF3340;
    position: relative;
    text-align: left;
    padding-left: 13%;
    text-decoration: underline;
}

#module-bblreturn-returnProcess .accordion svg {
    border: 1px solid #3a3a3a;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    padding: 5px;
    width: 23px;
    height: 23px;
    left: 6%;
}

#module-bblreturn-returnProcess textarea {
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#module-bblreturn-returnProcess .btnReturn {
	text-transform: uppercase;
	padding: 10px;
}

#module-bblreturn-returnProcess table {
	border-collapse: collapse;
}

#module-bblreturn-returnProcess table,
#module-bblreturn-returnProcess th,
#module-bblreturn-returnProcess td {
	border: 1px solid black;
}

#module-bblreturn-returnProcess .table td {
	background-color: #efebe4;
}

#module-bblreturn-returnProcess table td select {border: 1px solid #000;}

#module-bblreturn-returnProcess .table td,
#module-bblreturn-returnProcess .table th {
    padding: 5px;
}

#module-bblreturn-returnProcess button {
	margin-bottom: 20px;
}



@media (min-width: 767px) {
	#module-bblreturn-returnProcess .table td,
	#module-bblreturn-returnProcess .table th {
		padding: 10px;
	}

	#module-bblreturn-returnProcess .addressCheckout {
		margin-bottom: 30px;
	}

	#module-bblreturn-returnProcess .addressCheckout select {
		width: 50%;
		margin-left: 0;
		margin-bottom: 20px;
	}

	#module-bblreturn-returnProcess .addressCheckout .accordion>.card .card-header {
		padding: 1px;
	}

	#module-bblreturn-returnProcess button {
		margin-bottom: 0px;
	}

	#module-bblreturn-returnProcess button.continue {
		width: 40%;
		margin-bottom: 30px;
		margin-right: 0;
		padding: 15px;
		max-width: 300px;
	}
}