/**
* 2021 ItStuff
*
* 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    itstuff <info@itstuff.com.ar>
*  @copyright 2007-2019  PrestaShop SA
*  @license commercial license contact itstuff for details
*
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/


.block-purchase-order .purchase-order {
	padding: 1rem
}

.block-purchase-order .purchase-order .alert-danger {
	position: relative;
	margin-top: 1.25rem;
	background: #ff4c4c;
	color: #fff;
	display: none
}

.block-purchase-order .purchase-order .alert-danger:after {
	bottom: 100%;
	left: 10%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #ff4c4c;
	border-width: 10px;
	margin-left: -10px
}

.block-purchase-order .purchase-order form {
	text-align: center
}

.block-purchase-order .purchase-order-input {
	color: #232323;
	border: 1px solid #7a7a7a;
	height: 2.5rem;
	text-indent: .625rem;
	width: 50%;
	margin-right: -.24rem
}

.block-purchase-order .purchase-order-input+button {
	margin-top: -4px;
	margin-left: -1px;
	text-transform: capitalize;
	border: 2px solid #2fb5d2
}

.block-purchase-order .cart-summary-line .label,
.block-purchase-order .promo-name {
	color: #ff9a52;
	font-weight: 600;
	margin-bottom: 0
}

.block-purchase-order .cart-summary-line .label a,
.block-purchase-order .promo-name a {
	font-weight: 400;
	color: #232323;
	display: inline-block
}

.block-purchase-order .promo-name .cart-summary-line .label {
	font-weight: 400;
	color: #363a42
}

.block-purchase-order .promo-name .cart-summary-line span {
	color: #f49d6e
}

.block-purchase-order .promo-name .material-icons {
	font-size: 1.2rem;
	margin-left: .4rem
}

.block-purchase-order .purchase-order-button {
	display: block;
	text-align: center;
	padding: 0 0 1rem
}

.block-purchase-order .purchase-order-button.with-order {
	display: none
}

.block-purchase-order .purchase-order-button.cancel-promo {
	color: #2fb5d2;
	margin-bottom: 0
}

.block-purchase-order .purchase-order-button.cancel-promo[aria-expanded=true] {
	display: block;
	padding: 0;
	margin-top: 1rem
}

.block-purchase-order.promo-highlighted {
	padding: 0 1rem;
	margin-bottom: 0;
	text-align: center
}

.block-purchase-order .page-content.page-cms ul,
.block-purchase-order p,
.page-content.page-cms .block-purchase-order ul {
	margin-bottom: 0
}

