/**
* 2007-2020 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-2020 PrestaShop SA
*  @license    http://opensource.org/licenses/afl-3.0.php  Academic Free License (AFL 3.0)
*  International Registered Trademark & Property of PrestaShop SA
*/
.metashoplocation-block {
    position: fixed;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    max-width: 300px;
}
.metashoplocation-item {
    display: flex;
    align-items: center;
}
.metashoplocation-item-img-wrapper {
    width: 30%;
}
.metashoplocation-des {
    width: 70%;
    text-align: left;
    padding-left: 15px;
}
.metashoplocation-des a.metashoplocation-item-cat-title {
    display: block;
    font-size: 14px;
    color: #444;
    font-weight: 500;
    margin-bottom: 5px;
}
.metashoplocation-des a.metashoplocation-item-title {
    font-size: 14px;
    color: #222222;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 5px;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
}
.metashoplocation-item-price {
    font-size: 16px;
    color: #000;
    font-weight: 600;
}
.metashoplocation-item ~ .metashoplocation-item {
    margin-top: 15px;
}
.metashoplocation-content{
    display: none;
}
.metashoplocation-content-inner {
    max-height: 300px;
    padding: 15px;
    overflow-y: scroll;
}
.metashoplocation-main-title .main-title a {
    font-size: 16px;
    color: #000;
    font-weight: 600;
    display: block;
}
.metashoplocation-main-title .main-title {
    padding: 10px 15px;
}
.metashoplocation-main-title {
    border-bottom: 1px solid #e5e5e5;
}
.metashoplocation-content-wrapper {
    border: 1px solid #e5e5e5;
    width: 298px;
}
.metashoplocation-left-column .metashoplocation-left-column-item {
    margin-bottom: 15px;
}
.metashoplocation-left-column  .metashoplocation-item-img {
    display: inline;
    margin-right: 10px;
}
.metashoplocation-left-column  .metashoplocation-item-img img{
    width: 70px;
}
.metashoplocation-left-column .metashoplocation-item-title{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
}

.metashoplocation-prod-block .js-product-miniature.style_product_default .add-to-links {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    -webkit-transform: none !important;
    perspective: 800px !important;
    -webkit-perspective: 800px !important;
    backface-visibility: visible !important;
    -webkit-backface-visibility: visible !important;
    -webkit-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important;
    position: relative !important;
}

/*.metashoplocation-prod-block .metashoplocation-prod-list .img_block{
    display: inline-block;
    position: relative;
    overflow: hidden;
}
.metashoplocation-prod-block .metashoplocation-prod-list .product-thumbnail img{
    width: 120px;
}

.metashoplocation-prod-block .metashoplocation-prod-list .product_desc{
    padding: 20px 15px 25px 15px;
    background: #ffffff;
    overflow: hidden;
    display: inline-block;
    position: relative;
}

@media(min-width: 992px) {
    .metashoplocation-prod-block .metashoplocation-prod-list .product_desc {
        max-width: 70%;
    }
}
*/

.headerlocation-header-wrapper{
    background-color: #f4f4f4;
    text-align: center;
    padding-top: 25px !important;
    display: none;
}
.headerlocation-header-wrapper .headerlocation-header-title{
    text-align: center;
    font-size: 18px;
    margin-bottom: 20px;
}

.headerlocation-header-dilivery-wrapper {
    max-width: 400px;
    margin: 0 auto;
}
.headerlocation-header-radio-wraper{
    width: 33.3%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #62635e;
}
.headerlocation-header-radio-wraper input{
    width: 15px;
    margin: 0;
    padding: 0;
    font-size: 12px;
    opacity: 1;
}
.headerlocation-header-radio-wraper span{
    display: inline-block;
    margin-left: 5px;
    line-height: 20px;
    vertical-align: top;
}
.headerlocation-header-loc-list{
    text-align: center;
    max-width: 80%;
    margin: 25px auto;
}

.headerlocation-header-loc-list-item{
    color: #aaa;
    display: inline-block;
    padding: 9px 12px;
    border-radius: 20px;
    margin: 0 10px 8px 0;
    font-size: 14px;
    min-width: 85px;
    background: #fff;
    cursor: pointer;
}
.headerlocation-header-loc-list-item.active{
    border: #5e7e47 1px solid;
    color: #5e7e47;
    background: #fff;
}
.headerlocation-dropdown{
    display: none;
    width: 300px;
    position: absolute;
    text-align: left;
    z-index: 1050;
    background-color: #ffffff;
}
.headerlocation-dropdown-wrapper{
    margin-bottom: 25px;
}
.headerlocation-dropdown-wrapper.open .headerlocation-dropdown{
    display: inline-block;
}
.headerlocation-dropdown-wrapper .headerlocation-header-loc-input input {
    width: 300px;
    height: 40px;
    padding: 10px 20px;
    border-radius: 50px;
    border: 2px #a4a4a4 solid;
}
.headerlocation-dropdown .headerlocation-dropdown-inner{
    text-align: left;
    position: absolute;
    left: -140px;
    background-color: #ffffff;
    padding: 10px 20px;
    max-height: 400px;
    overflow-y: scroll;
}
.headerlocation-dropdown .headerlocation-dropdown-list-item a{
    font-size: 17px;
}
.headerlocation-wrapper{
    color: #ffffff;
    display: inline-block;
    position: relative;
    margin-left: 15px;
}
.headerlocation-wrapper .headerlocation-inner{
    color: #ffffff;
}
.headerlocation-not-delivery{
    display: none;
    font-size: 16px;
    text-align: center;
    padding: 10px;
    background-color: #ff8e8e;
}
.headerlocation-wrapper-dropdown{
    display: none;
}
#_mobile_headerlocation-wrapper .headerlocation-wrapper .headerlocation-inner{ 
    color: #253237;
}
#_mobile_headerlocation-wrapper .headerlocation-wrapper{
    padding: 10px;
    margin-left: 0px;
    border-bottom: 1px solid #ebebeb;
}
#_mobile_headerlocation-wrapper .headerlocation-wrapper .headerlocation-inner span{
    font-size: 13px;
}
@media(max-width: 991px) {
    .headerlocation-wrapper-dropdown{
        display: block;
    }
}