﻿.loader-container {
    background: rgba(243,244,238,0.85);
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9999;
    display: none;
}

.loader {
    display: block;
    position: absolute;
    font-size: 20px;
    color: #000000;
    left: 50%;
    top: 50%;
    width: 330px;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

 


#goTopBtn {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 99;
    border: none;
    outline: none;
    background: none;
    color: #000000;
    cursor: pointer;
    padding: 4px;
    font-size: 40px;
}

    #goTopBtn:hover {
        color: #ea1c29;
    }

.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}


.weekday_div {
    float: left;
    /*width: 14%;*/
    width: 220px;
}
.h4_dates{
    display:inline-block;
    margin:0 auto;
    margin:20px auto;
}
.btn_weekchange {
    float: right;
    padding: 4px 8px;
    border: solid 1px #ebebeb;
    color: #a1a1a1;
    background: #fcfcfa;
    font-size: 16px;
    margin-right: 4px;
    cursor: pointer;
    outline: none;
    margin-bottom: 7px;
    margin-top: 7px;
}
    .btn_weekchange:hover {
        background: #2a2828;
    }
.headerlogo{
    max-height:70px;
    max-width:80%;
}

.header_btnlogin {
    padding: 2px 8px;
    border: solid 2px #ffffff;
    border-radius: 5px;
    color: #ffffff !important;
}

.header_btncart {
    padding: 2px 8px;
    border: solid 1px #ffffff;
    /*border-radius: 5px;*/
    background: #f4f4f4;
    color: #000000 !important;

}
.basketcart_headerdiv {
    right: 0;
    left: initial;
    width: 500px;
    background-color: #f4f4f4;
}


.footerlogoimage {
    max-height: 90px;
}

.headernavrbar{
    padding-top:12px;
}

.hlinks_black{
    color:#000000 !important;
}

.container_prosfores {
    max-width: 1600px;
    width: 96%;
    margin:0px auto;
}

.btncart_header_delete {
    font-size: 11px;
    padding: 3px 6px;
    background: #2e2d2d;
    color: white;
    border: none;
}

.div_totalsum{
    font-weight:bold;
}
/*--- INDEX ----*/
.shop_img {
    width: 98%;
    display: block;
    margin: 0 auto;
}

.blogtile {
    background: #ffffff;
    text-decoration: none;
}

.section_promoshops {
    background: #f4f4f4;
    padding: 80px 0px;
}

.section_blog {
    margin: 80px auto;
}

#shopmap{
    width:100%;
    height:300px;
}

.easy-autocomplete{
    width:100% !important;
}
.bsk_prod_descr{
    margin-bottom:0px;
}
.hbsk_row_item{
   
}


/*------ FOOTER --------*/
.footer_link {
    color: white;
    font-size: 20px;
    margin-right: 16px;
}

.footercreatedby {
    color: white;
    font-size: 16px;
}

.footerdiv_logo {
    text-align: left;
}

.footerdiv_social {
    text-align: right;
}

.footer_socialicon {
    font-size: 32px;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    margin-right: 10px;
    color: white;
    opacity: 0.8;
    background-color: none;
    display: inline-block;
    text-align: center;
}

    .footer_socialicon:hover {
        opacity: 1;
        color: #ffffff;
    }

.section_newsletter {
    padding: 45px 10px;
    background-color: #fec854;
}

.accountcontainer{
    margin:60px auto;
}

.btn1 {
    background: #000000;
    color: #ffffff;
    border: none;
    padding: 8px 20px;
    cursor: pointer;
}
.btn_black {
    background: #141a25;
    color: white;
}

.thankyou_section{
    margin:90px auto;
}

.section_contact1 {
    padding: 80px 0px;
    background: #f4f4f4;
}

.prod_discountpercent {
    border-radius: 3px;
    text-align: center;
    color: #ea1c29;
    padding: 2px 5px;
    font-size: 14px;
    border: solid 1px #b2b2b2;
}
.prod_initialprice {
    text-decoration: line-through;
    font-size: 14px;
    font-weight: normal;
}
.prod_discounts {
   text-align: center;
    color: #ea1c29;
    padding: 2px;
    font-size: 14px;
   position:absolute;
    top:4px;
    left:4px;
    background-color:rgba(255, 255, 255, 0.80);
}

.link_selectcity {
    display: block;
    text-decoration: none;
    margin: 20px auto;
    opacity: 0.8;
}

    .link_selectcity:hover {
        opacity: 1;
    }

.logout_link {
    display: block;
    color: #ffffff;
    text-align: right;
    font-size: 10px;
    position:absolute;
    top:0px;
   
}

.mrg5{
    margin-bottom:5px;
}

.btn_filter {
    background: #f4f4f4;
    font-size: 16px;
    color: #000000;
    border: solid 1px #e0e0e0;
}

.offersection {
    margin-top: 120px;
    margin-bottom: 50px;
}

@media (max-width: 991px) {
    .navbar-toggleable-md .navbar-nav .nav-item {
        margin-bottom: 10px;
    }
    .container_header {
        width: 98%;
        padding-left: 2px;
        padding-right: 2px;
    }
    .headerlogo {
        max-width: 80%;
        max-height: 45px;
    }
    .page-wrapper {
        padding-top: 62px;
    }

    .navbar-brand {
        margin-right: 0px;
    }
    .h3_newsletter{
        font-size:16px;
        text-align:center;
    }
    .section_newsletter {
        padding: 20px 2px;
    }
    .login_section {
        padding: 20px 0px;
    }
    .footerdiv_social{
        text-align:center;
        margin-top:14px;
    }
    .hero-text{
        margin:14px auto;
    }
    .basketcart_headerdiv {
       max-width: 100%; 
    }
    .logout_link {
       position:relative;
    }

    .li_login{
        display:inline-block !important;
    }
   
    #goTopBtn {
        bottom: 2px;
        right: 10px;
    }

    .offersection {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .offer_container{
        width:100%;
        padding-right:2px;
        padding-left:2px;
    }
}
@media (max-width: 1024px) {
    .header_btncart {
        position: absolute !important;
        top: 20px !important;
        right: 20px !important
    }

    .basketcart_headerdiv {
        right: 19px;
        left: initial;
        width: 500px;
        background-color: #f4f4f4;
        position: absolute;
        top: 44px;
    }
}

@media (max-width: 575px) {
    .hideformobile {
        display: none;
    }
    .prosfores_totalcount{
        text-align:center;
    }
    .prosfores_order
    {
        text-align:center;
        float:none;
        width:100%;
    }


}

.modal-header .close {
    margin-top: 15px;
    margin-right: 15px;
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.5rem - 2px);
    padding: 5px !important;
    padding-right: .75rem\9;
    color: #55595c;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='#333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-size: auto;
    background-image: none\9;
    -webkit-background-size: 8px 10px;
    background-size: 8px 10px;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    -moz-appearance: none;
    -webkit-appearance: none;
    text-align: center;
}

.no-pad-left{
    padding-left:0px !important;
}
.no-pad-right {
    padding-right: 0px !important;
}

/*ΣΥΓΚΑΤΑΘΕΣΗ - ΦΟΡΜΑ ΕΠΙΚΟΙΝΩΝΙΑΣ*/

.contactform_sugkatathesi{
    margin: 30px 30px;
}

.contactform_sugkatathesi h1{
    font-size:30px;
    margin-bottom:10px;
}

.contactform_sugkatathesi h2{
    font-size:20px;
    margin-bottom:10px;
}

.contactform_sugkatathesi p{
    font-size:14px;
}

.keepdata{
    margin:30px 30px;
}

/*ΣΥΓΚΑΤΑΘΕΣΗ - NEWSLETTER*/

.sygkatathesi{
    margin:10px 10px;
}

