/**
* 2007-2021 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-2021 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.
*/

	#customer_info_list th{
		text-align: center;
	}

	#customer_info_list td{
		text-align: center;
	}

	.asa_padding{
		padding: 10px;
	}

	.asa-subscription-box{
		
		box-sizing: border-box;
		width: 100%;
		margin-top: 20px;
		padding: 20px;
		border-radius: 5px;
		background: #fff;
    	border: 1px solid #EBEBEB;
    	box-shadow: 0 0 10px 1px rgba(220, 220, 220, 0.4);
    	-webkit-transition: 0.5s;
	    -o-transition: 0.5s;
	    -moz-transition: 0.5s;
	    transition: 0.5s;
	    display: table;
	}

	.asa-subscription-inner-box{
		
		box-sizing: border-box;
		width: 100%;
		border-radius: 5px;
	    transition: 0.5s;
	    display: table;
	}
	.asa-subscription-fld{
		display: table-cell;
		vertical-align: middle;
		width: 75%;
		padding: 10px;
		box-sizing: border-box;
	}
	.asa-subscription-btn{
		display: table-cell;
		vertical-align: middle;
		width: 25%;
		padding: 10px;
		box-sizing: border-box;
	}
	.asa-input-fld{
		width: 100%;
	    font-size: 14px;
	    line-height: 24px;
	    padding: 7px 10px;
	    border: 1px solid #0000003d;
	    height: 45px;
	    outline: none;
	}
	.asa-subs-btn{
		height: 45px;
	    display: inline-block;
	    width: 100%;
	    color: white;
	    border: 0;
	    text-align: center;
	    box-shadow: 3px 3px 6px #00000029;
	    background: #24b9d7;
	    font-size: 18px;
	    line-height: 28px;
	    outline: none;
	    cursor: pointer;
	}


.asa-stockalert-modal.fade .modal-dialog {
    max-width: 550px;
    transform: translateY(0);
}


.asa-stockalert-modal .modal-content {
    width: 100%;
}

.asa-stockalert-modal .modal-header {
    padding: 0.625rem 1.875rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border: none;
}

.asa-stockalert-modal .modal-header h5 {
    color: #232323;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 30px;
}

.asa-stockalert-modal .close {
    font-weight: 400;
    color: #7a7a7a;
    opacity: 1;
    font-size: 2.25rem;
    margin-left: 50px;
}

.asa-stockalert-modal .modal-body {
    padding: 15px 30px;
}

.asa-stockalert-modal .modal-text {
    color: #232323;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 19px;
}

.asa-stockalert-modal .modal-footer {
    padding: 12px 30px;
    border: none;
    padding-bottom: 30px;
}

.asa-stockalert-modal .modal-footer .btn {
    text-transform: none;
}

.asa-stockalert-modal .modal-cancel {
    background: #dddddd;
    margin-right: 10px;
}