/**
* 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.
*/

.alfred_delivery_option {
    border: 3px solid #f6f6f6;
    padding: 20px 20px;
    /* border-radius: 4px; */
}


.row.carrier-extra-content {
	padding: 15px 20px;
    border-right: none !important;
}
.search_bar_zip span {
   /*  position: absolute;
    background: none; */
    /* border: none; */
   /*  bottom: .3125rem;
    right: 21.125rem;
    z-index: 999;
    color: #7a7a7a; */
    cursor: pointer;
}

.search_bar_zip {
    padding-left: 30px;
}

span.pickup_point_sub_heading {
    padding-left: 25px;
}


.pick_pointzip_details {
    height: 240px;
    overflow-y: scroll;
}

.searchzip_icon .material-icons.search{
    font-size: 50px;
    cursor: pointer;
    background-color: #f6f6f6;
    border: 1px solid rgba(0,0,0,.25);
    border-left: none;
}

.searchzip_icon .material-icons.search :hover{
    background-color: #191e96;
}

#zipcode_search{
    border-right: none;
}
#alfred_pickupoint_error {
    background: rgb(224, 151, 179);
    padding: 20px;
    /* color: white; */
}