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

.asdata_ppl_parcelshop_popup_link{
	margin-top: 10px;
	/*max-width: 200px;
    display: none;
    height: 100%;
    font-size: 18px;
    padding: 24px 8px 24px 18px;
    line-height: 1.42857;*/
}

.asdata_ppl_parcelshop_popup_wrapper {
    /*max-width: 1200px;
    width: 100%;
    height: 700px;*/
    margin: auto;
    /*margin-top: 100px;*/
    background-color: #fff;
    display: none;
    /*max-height: 700px;*/
    width: calc(100% - 50px)!important;
    height: calc(100% - 50px)!important;
}
.asdata_ppl_parcelshop_popup_wrapper h3{
	padding-left: 15px;
    padding-top: 15px;
    color: #13141b;
}
.popup-wrapper{
	display: -webkit-box!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: 100%;
    position: relative;
}
.popup-container{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.popup-left{
	    padding: 0;
    -ms-flex-preferred-size: 370px;
    flex-basis: 400px;
    /* padding: 20px; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
   
}
#map{
	-webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background: #e0e0e0;
    border-radius: 0 4px 4px 0;
    z-index: 10;
}
.parcelshops-list-container{
	    position: absolute;
    /* display: flex; */
    /* flex-basis: 100%; */
    height: 100%;
    overflow: hidden;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list{
	/*max-height: 600px;*/
	overflow-y: auto;
    height: 100%;
    width: 100%;

}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop{
	padding: 5px 20px;
	cursor: pointer;
	color: #444;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-name{
	color: #000;
	text-transform: uppercase;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop:hover,
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected{
	background: #f5f5f5;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-details,
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-select-button{
	display: none;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected .parcelshop-details,
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected .parcelshop-select-button{
	display: block;
}

.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-details table{
	width: 100%;
	margin-top: 5px;
	margin-bottom: 10px;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-details table td{
	padding: 2px 0;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop .parcelshop-details p{
	font-size: 12px;
	line-height: 150%;
}

.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected .parcelshop-select-button{
	margin-top: 5px;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected .parcelshop-select-button a{
	display: block;
    font-size: 14px;
    padding: 8px;
    border-radius: 4px;
    margin-bottom: 5px;
    background: #cb191f;
    border-color: #cb191f;
}
.asdata_ppl_parcelshop_popup_wrapper .parcelshop-list .parcelshop.selected .parcelshop-details{
    padding-top: 5px;
    border-top: 1px dashed #d6d6d6;
    margin-top: 5px;
}

.asdata_ppl_parcelshop_popup_close{
	position: absolute;
    top: -20px;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 9999;
    background: #fff;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    border: 1px solid #d4d4d4;
    font-size: 16px;
    cursor: pointer;
}
.ppl-search-container{
	margin: 10px 15px;
}
.ppl-search-container input{
	height: 40px;
    padding: 5px 10px;
}

.smap .cluster div{
	background-color: #cb191f !important;
	border: 5px solid rgb(255 255 255) !important;
	color: #fff !important;
	box-sizing: content-box !important;
}
.smap .cluster div span{
	/*line-height: 42px !important;*/
}
.smap .cluster img {
	display: none !important;
}

#ppl-parcel-shop-map{
    height: calc(100vh - 50px) !important;
}

.accordion-map.accordion-map--select{
    display: none !important;
}

#ppl-parcelshop-map .language-selector-form .language-selector-select{
    width: 60px !important;
}

#ppl-parcelshop-map .control-panel:not(.control-panel--open) .smap-suggest{
    top: auto !important;
}
#ppl-parcelshop-map .smap-suggest{
    width: 100%;
    top: 45px !important;
}