/**
* 2007-2019 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-2019 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.
*/
#map{ 
	height:80vh!important;
    width: 80%;
	z-index: 1!important;
    float:left;
}

.storelinkk{
    width: 144px;
    color: #fff;
    background-color: #000000;
    padding: 5px;
    float: right;
    text-align: center;
}

#storecontainer{ 

    width: 20%;
    overflow: scroll;
    z-index: 1!important;
height: 80vh;
        float:left;
}

.page-heading{
	padding-top: 10px;
    font-size: 33px;
    font-weight: normal;
    line-height: 1.1;
    display: block;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 30px;
}


p.store_desc{

    font-style: italic !important;
    color: #806c59 !important;
    margin-bottom: 0;
    text-align: left !important;
    margin-bottom: 20px;

}

#module-freestorelocator-page .map_header form{
padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;

    width: 590px;
}

#module-freestorelocator-page .map_header input{
    color: #222;
    border: none;
    border-bottom: 2px solid #c1c1c1;
    background: #fff;
    height: 50px;
    font-size: 23px;
    padding: 10px;
}



#module-freestorelocator-page input[type='submit']{
    background: #c1c1c1;
    border-bottom: 2px solid #c1c1c1;
    background-image: url(../img/search.png);
    background-size: contain;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    background-position: center;
    cursor: pointer;
    position: absolute;
}
#module-freestorelocator-page input[type='text']{
width: 308px;

}

.mainBg{
        width: 100%!important;
}
.map_header{
      margin: auto;
}

.store{
    background-color: #eee;
    border-bottom: 2px solid #000;
        padding: 30px;
}

.store:hover{
    background-color: #fff;
}

.my-div-icon{
    background-image: url('../img/marker-hover.png');
    background-size: 50px;
    width: 50px!important;
    height: 50px!important;
    left: -18px;
    top:-38px;
            
}


.my-div-icon2{
       background-image: url('../img/marker.png');
    background-size: 50px;
    width: 50px!important;
    height: 50px!important;
    left: -18px;
    top:-38px;
            
}

.phone{
    color: #444;
    font-size: 22px;
    float: right;
    bottom: 22px;
    position: relative;
    text-decoration: none;
}

a{
     color: #000;
}
a:hover{
     color: #000;
}

.retour{
    color: #444;
    text-decoration: underline;
}

.opendot {
  height: 15px;
  width: 15px;
  background-color: #96d347;
  border-radius: 50%;
  display: inline-block;
}

.closedot {
  height: 15px;
  width: 15px;
  background-color: #c41b1b;
  border-radius: 50%;
  display: inline-block;
}

.mapcontainer{
  height: 80vh!important;
}

#footer{
  clear: left;
}

#module-freestorelocator-store #map{
  height:55vh!important;
}

#module-freestorelocator-store #footer {
  clear: left;
  padding-top: 30px;
}