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

#pliciquotes_payment_button a {
	padding: 10px;
	background-color: #FBFBFB;
}

#pliciquotes_payment_button a:hover {
	background-color: #f6f6f6;
}

#pliciquotes_payment_button a:after {
	display: block;
	content: "\f054";
	position: absolute;
	right: 15px;
	margin-top: -11px;
	top: 50%;
	font-family: "FontAwesome";
	font-size: 25px;
	height: 22px;
	width: 14px;
	color: #777777;
}

#module-pliciquotes-quotedetail .box,
#module-pliciquotes-quoteconfirmation .box {
	box-shadow: none;
    border: 1px solid #C4C4C6;
    border-radius: 10px;
    background: #fff;
	flex-grow: 1;
    padding: 1rem;
    margin-bottom: 1rem;
}

#module-pliciquotes-quotedetail .addresses,
body#module-pliciquotes-quoteconfirmation .addresses {
	margin: 0 -0.9375rem;
}

body#checkout #comment_last_step_checkout {
	width: 100%;
}

body#module-pliciquotes-quotedetail .plici_additionnal_info {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
	flex-wrap: wrap;
}

body#module-pliciquotes-quotedetail .plici_additionnal_info > * {
	padding: 0 10px;
}

body#module-pliciquotes-quotedetail .plici_additionnal_info .title {
	font-weight: bold;
}

body#module-pliciquotes-quotedetail .order_buttons {
	text-align: center;
	margin-top: 15px;
}

body#module-pliciquotes-quotedetail .order_buttons .btn {
	/* border-radius: 0; */
	margin: 0 10px;
	margin-top: 5px;
	/* padding: 15px; */
}

body#module-pliciquotes-quotedetail .without_transport,
body#module-pliciquotes-quoteconfirmation .without_transport {
	font-size: 0.8em;
}

body#module-pliciquotes-quotedetail .quote_no_order_header {
	background-color: #E4002B;
	color: white;
	padding: 13px 0px;
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 1.2em;
}

body#module-pliciquotes-quotedetail .quote_no_order_content {
	color: #E4002B;
	font-weight: 600;
	font-size: 1.2em;
	margin-bottom: 20px;
}

body#module-pliciquotes-quotedetail .download_button {
	margin-top: 10px;
	text-align: center;
}

body#cart .cart_total_quote_only,
body#checkout .cart_total_quote_only {
	background-color: #C31B1B;
	color: white;
	padding: 20px 10px;
	text-align: center;
	font-family: 'Inter';
	text-transform: uppercase;
}

body#module-pliciquotes-quotedetail .text_rtf p {
	margin-bottom: 0;
}

body#module-pliciquotes-quotedetail .text_ent_piref {
	font-size: 1.2rem;
}

body#module-pliciquotes-quotedetail .price .product-price,
body#module-pliciquotes-quoteconfirmation .price .product-price
{
    color: #000;
    font-size: 14px;
}

body#module-pliciquotes-quotedetail .unitprice,
body#body#module-pliciquotes-quoteconfirmation .unitprice
{
    text-transform: none;
}

body#module-pliciquotes-quotedetail .totalprod,
body#module-pliciquotes-quoteconfirmation .totalprod
{
    font-weight: 600;
    margin-top: 10px;
}

body#module-pliciquotes-quotedetail .lettcpro,
body#module-pliciquotes-quoteconfirmation .lettcpro 
{
    color: #E4002B;
    font-weight: 600;
}

body#module-pliciquotes-quotedetail .lettc,
body#module-pliciquotes-quoteconfirmation .lettc {
    color: #10069F;
    font-weight: 600;
}

body#module-pliciquotes-quotedetail .lehtpro,
body#module-pliciquotes-quoteconfirmation .lehtpro {
    display: flex;
	justify-content: center;
}

body#module-pliciquotes-quotedetail .order-items-mobile .lehtpro,
body#module-pliciquotes-quoteconfirmation .order-items-mobile .lehtpro {
	justify-content: right;
}

body#module-pliciquotes-quotedetail .lehtpro .pricegrp,
body#module-pliciquotes-quoteconfirmation .lehtpro .pricegrp {
    color: #696969;
    font-weight: 600;
    text-decoration: line-through;
}

body#module-pliciquotes-quotedetail .leht,
body#module-pliciquotes-quoteconfirmation .leht {
    color: #696969;
    font-weight: 600;
}

body#module-pliciquotes-quotedetail .lehtpro .lareduc,
body#module-pliciquotes-quoteconfirmation .lehtpro .lareduc {
    background: #10069F;
    color: #fff;
    font-weight: 600;
    margin-left: 10px;
    padding: 0 5px;
}

body#module-pliciquotes-quoteconfirmation section#wrapper {
	margin-top: 15px;
}

#send_quote_with_comment {
	text-align: center;
}

#send_quote_with_comment textarea {
	width: 100%;
	min-height: 100px;
}

body#module-pliciquotes-quotedetail .bold {
	font-weight: bold;
}

body#module-pliciquotes-quotedetail .uppercase {
	text-transform: uppercase;
}

body#module-pliciquotes-quotedetail .quote_must_login {
	text-align: center;
}

body#module-pliciquotes-quotedetail .quote_must_login p {
	color: black;
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 0;
}

body#module-pliciquotes-quoteslist .download_pdf_quote_link .material-icons {
	margin-right: 0;
}
body#module-pliciquotes-quoteslist .download_pdf_quote_link:hover {
	color: #ffffff;
}

@media screen and (max-width: 768px) {
	body#module-pliciquotes-quoteslist .download_pdf_quote_link {
		font-size: 0.7rem;
		padding: 5px 10px;
	}
}

body#module-pliciquotes-quoteslist .quote_availability {
	margin-bottom: 5px;
}

body#module-pliciquotes-quoteslist .table-quotes__container {
	border: 1px solid #727272;
	padding: 33px;
}
body#module-pliciquotes-quoteslist .table-quotes thead th {
	border-bottom: 1px solid #727272;
	border-top: none; 
}
body#module-pliciquotes-quoteslist .table-quotes th {
	border-top: none;
	padding-left: 0;
	vertical-align: middle;
}
body#module-pliciquotes-quoteslist .table-quotes td {
	border-top: none;
	vertical-align: middle;
}

body#module-pliciquotes-quoteslist a,
body#module-pliciquotes-quoteslist a h3 {
	color: #1D3A72;
}
body#module-pliciquotes-quoteslist .badge {
	font-size: 1rem;
	line-height: 1.5rem;
	padding: 10px;
}
body#module-pliciquotes-quoteslist .date {
	color: #818181;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
}

body#module-pliciquotes-quotedetail .carrier_infos,
body#module-pliciquotes-quoteconfirmation .carrier_infos {
	color: #E4002B;
}

body#module-pliciquotes-quotedetail .plici-btn-fixed-width {
	min-width: 150px;
	width: 150px;
}

body#module-pliciquotes-quotedetail .plici_quote_header_pu {
	min-width: 200px;
}

body#module-pliciquotes-quotedetail .order-items-mobile .order-item:not(:last-child),
body#module-pliciquotes-quoteconfirmation .order-items-mobile .order-item:not(:last-child) {
	margin-bottom: 20px;
}

body#module-pliciquotes-quoteconfirmation .quote_confirmation {
	padding: 0 48px 20px 35px;
}
body#module-pliciquotes-quoteconfirmation #content-hook_order_confirmation {
	margin-bottom: 20px;
}
body#module-pliciquotes-quoteconfirmation .page-order-confirmation {
	border: none;
}
body#module-pliciquotes-quoteconfirmation .product_list--desktop {
	flex-grow: 1;
}

@media screen and (max-width: 576px) {
	body#module-pliciquotes-quotedetail .flex-row-mobile.row,
	body#module-pliciquotes-quoteconfirmation .flex-row-mobile.row {
		display: flex;
		justify-content: space-between;
		margin-left: 0;
		margin-right: 0;
		
	}

	body#module-pliciquotes-quotedetail .flex-row-mobile.row > *,
	body#module-pliciquotes-quoteconfirmation .flex-row-mobile.row > * {
		padding-left: 0;
		padding-right: 0;
	}

	body#module-pliciquotes-quotedetail .flex-row-mobile.row::after,
	body#module-pliciquotes-quoteconfirmation .flex-row-mobile.row::after {
		content: unset;
	}
	
	body#module-pliciquotes-quotedetail .first-compo-mobile,
	body#module-pliciquotes-quoteconfirmation .first-compo-mobile {
		display: flex;
		flex-direction: column;
	}

	body#module-pliciquotes-quotedetail .stockinfo span,
	body#module-pliciquotes-quoteconfirmation .stockinfo span {
		padding: 2px 5px !important;
		font-size: 0.8em;
	}
}