/**
* 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
*
* Don't forget to prefix your containers with your own identifier
* to avoid any conflicts with others containers.
*/
#module-npstores-store{
    background:#F5F5F5;
}

.stores-header{
    font-size: 40px;
margin-bottom:45px;
    text-align: center;
    font-weight: bold;
}

@media(max-width:480px){
	.stores-header{
	font-size:28px;
	}
}


#module-stores-store .card{
    margin-bottom: 0;
    padding: 0 !important;
}

.np-stores{
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    -ms-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    /*margin-bottom: 50px;*/
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}

.store-box {
    padding: 0;
    margin: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 48%;
    -moz-box-flex: 0;
    -moz-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 25px;
    max-width: 100%;
    margin: 10px;
}
@media (min-width: 991px){
    .store-box {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30%;
        -moz-box-flex: 0;
        -moz-flex: 0 0 30%;
        -ms-flex: 0 0 30%;
        flex: 0 0 30%;
        max-width: 30%;

    }
}


.store-box h5 {
    font-size: 20px;
    line-height: 22px;
    /** margin-left: 28px; **/
    margin-bottom: 19px;
    margin-top: 0;
	text-align:center;
}

.store-inner {
    text-align: center;
    padding: 35px 30px 25px;
    background: #ffffff;
    /*-webkit-box-shadow: 0px 0px 15px 3px rgba(240,240,240,1);*/
    /*-moz-box-shadow: 0px 0px 15px 3px rgba(240,240,240,1);*/
    /*box-shadow: 0px 0px 15px 3px rgba(240,240,240,1);*/
    /*-moz-box-shadow: 0px 0px 15px 3px rgba(240,240,240,1);*/
    /*-webkit-box-shadow: 0px 0px 15px 3px rgba(240,240,240,1);*/
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    font-size: 15px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 1px 2px;
    line-height: 20px;
}
.store-inner p {
    margin-bottom: 20px;
    color: #706f70;
    font-size: 13px;

}
.store-inner p.address::before{
    content: '\e902';
    font-family: 'icomoon';
    display: block;
    font-size: 38px;
    margin-bottom: 23px;

}

.store-inner a:hover,
.store-inner a:active,
.store-inner a:focus{
    text-decoration: none;
    color: #009ada;
}
.store-inner a.call-phone{


    font-size: 15px;

    font-weight: bold;
}
.store-btn-wrapper {
    text-align: center;
    margin-top: 44px;
}
.store-btn-wrapper a:hover,
.store-btn-wrapper a:active,
.store-btn-wrapper a:focus{
    background: #009ada;
    color: #fff;
    text-decoration: none;
}
.store-btn-wrapper a {
    display: inline-block;
    height: 50px;
    padding: 15px 30px;
    background:#000; ;
    color: #fff;
    border-radius: 30px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
}
.call-phone::before{
    content: '\e92b';
    font-size: 15px;
    font-family: IcoMoon;
    display: inline-block;
    vertical-align: middle;
    font-weight: normal;
    margin-right: 9px;
}

.store-btn-wrapper a::before{
    content: '\e92c';
    font-family: 'icomoon';
}
.stores-hours{
    margin-top: 10px;
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}
.stores-hours .hour-item span.label{
    font-weight: bold;
    flex: 0 0 48%;
    max-width: 48%;
}
.stores-hours .hour-item span.value{
    margin-left: 10px;
    flex: 0 0 48%;
    max-width: 48%;
    opacity: 0.7;
    display: flex;
}
.stores-hours .hour-item{
    display: flex;
    margin-bottom: 10px;
}
.stores-hours .hour-item:last-child{
    opacity: 0.3;
}



.icon-contact:before{
    content: '\e92c';
    font-family: IcoMoon;
    font-size: 25px;
    color: #fff;
}
.icon-email:before{
    content: '\e943';
    font-family: IcoMoon;
    font-size: 25px;
    color: #fff;
}
.icon-phone:before{
    content: '\e92b';
    font-family: IcoMoon;
    font-size: 25px;
    color: #fff;
}
.foot-contact-wrapper
{
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
    gap: 10px;
    color: #FFF!important;
}
.foot-contact-wrapper .icon img{
    width: 30px;

}
.foot-contact-wrapper .icon {
    margin-right: 18px;

    display: flex;
    vertical-align: middle;
    justify-content: center;
    align-items: center;
}
.foot-contact-wrapper  p {
    color: #fff !important;
    font-size: 16px!important;

    /*margin-bottom: 1rem;*/
    /* padding: 30px; */
    display: flex;
    justify-content: center;
    align-items: start;
    margin:0;
    flex-direction: column;
    font-weight: 300;
    font-size: 13px !important;
}
.foot-contact-wrapper p strong{
    font-weight: bold;
}

.foot-contact-wrapper  p a{
    color: #fff;
    margin-top: 7px;
    font-weight: bolder;

}
.foot-contact-wrapper  p a:hover{
    cursor: pointer;
    text-decoration: underline;
}

.foot-contact-wrapper h4 {
    color: #FFF !important;
    font-size: 22px!important;
    letter-spacing: 0.8px;
    /* padding: 30px; */
}
.doy p {
    margin-bottom: 4px;
}
.doy p {
    margin-bottom: 4px;
}

.foot-contact-wrapper.middle {
    padding: 50px 0px;
}

.address-info{
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 21px !important;
}

.footer-contact{
    /*padding-top: 40px;*/
    display: flex;
    justify-content: start;
    opacity: 0.8;
    gap: 7px;
    flex-direction: column;
}

@media (max-width: 991px) {
    .footer-contact{
        margin-bottom: 50px;
    }
}

.foot-contact-wrapper.middle .f-content p {
    margin-bottom: 5px;    font-weight: bold;
    font-size: 21px !important;
}
.store-item-footer-page{
    width: 270px;
}
.footer-email-wrapper p{
    /*font-weight: bold;*/
    font-size: 13px !important;

    margin:0;
}
.footer-email-wrapper{
    align-items: center;
    margin-bottom: 0;
}
.katastimata {
    display: block;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 30px;
}
.katastimata a:before{
    content: '\e92c';
    font-family: 'icomoon';
    font-size: 18px;
    /* display: inline-block; */
    /* vertical-align: middle; */
    margin-right: 10px;
    display: flex;
    justify-content: center;
    align-items: center;

}

@media (max-width: 767px) {
    .footer-contact{
        margin-top: 0;
    }
    .footer-contact{
        /*padding:20px 0;*/
        order: 2;
        /*padding:20px;*/
        /*background: #fff;*/
        /*padding-bottom: 30px;*/

    }
    .footer-contact{
        margin-bottom: 0;
        /*border-bottom: 1px solid #f1f1f1;*/
    }


    .foot-contact-wrapper.middle{
        padding: 25px 0px;
    }

    .katastimata a{
        width: 100%;
        opacity: 1;
    }

}

.katastimata .btn-white{
    background: #2b3443;
    font-size: 14px;
    padding: 10px 30px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
}
.katastimata .btn-white:hover{
    cursor: pointer;
    color: #fff;
    background: #e11d40;
}

.logo-footer{
    margin-bottom:30px;
}


.logo-footer img{
    width: 70px;
}

@media (max-width: 767px) {
    .logo-footer img{
        width: 70px;
    }

    .foot-contact-wrapper{
        /*padding:15px 0;*/
        margin: 0 !important;
        border-bottom:1px solid #434343;
        padding: 15px 20px;
        display: flex;
        justify-content: center;
        align-items: center;
        opacity: .6;
    }

    .footer-contact{
        order:2;
    }

    .footer-contact{
        padding:0;
    }
    .logo-footer{
        padding-top:20px !important;
    }
    .logo-footer{
        padding:0px 20px;
    }
}

.gemi{
margin-top:25px;}

.icon-address:before{
    content: '\e92a';
    font-size: 20px;
    font-family: IcoMoon;
}
.icon-email-address:before{
    content: '\e940';
    font-size: 20px;
    font-family: IcoMoon;

}
.f-content  a{
    color: #fff;
    opacity: .8;
    font-weight: 600;
    font-size: 22px;
}
.icon-phone-fd:before{
    content: '\e941';
    font-size: 20px;
    font-family: IcoMoon;
}

.foot-contact-wrapper.footer-phone-wrapper{
    padding: 20px 0;
    display: flex;
    flex-direction: column;
}
.foot-contact-wrapper.footer-phone-wrapper:before {
    width: 40px;
    height: 4px;
    background: #35b7bd;
    content: '';
}
.fp{
    display: flex;
    gap: 10px;
}

.gemi span{margin-top: 5px;
    font-weight: 300;
    font-size: 11px;}

@media (max-width: 767px) {
    .foot-contact-wrapper.footer-phone-wrapper:before{
        display: none;
    }
    .foot-contact-wrapper{
        justify-content: start;
    }

    .logo-footer{
        margin-top: 25px;
        margin-bottom: 0px;
    }

    .footer-email-wrapper p {
        /* font-weight: bold; */
        font-size: 15px !important;
        margin: 0;
        font-weight: 500;
    }
    .foot-contact-wrapper{
        align-items:unset;
    }
    .foot-contact-wrapper.footer-phone-wrapper{
        padding: 20px;
    }
    .f-content a{
        font-size: 15px;
    }

    .address-footer{
        align-items: center;
    }
}

@media (max-width: 480px) {
    .social-text{
        display: none;
    }
}
