/*
 * PrestaShop module created by VEKIA, a guy from official PrestaShop community ;-)
 *
 * @author    VEKIA https://www.prestashop.com/forums/user/132608-vekia/
 * @copyright 2010-9999 VEKIA
 * @license   This program is not free software and you can't resell and redistribute it
 *
 * CONTACT WITH DEVELOPER http://mypresta.eu
 * support@mypresta.eu
 */

div.fblogin {
    cursor: pointer;
}

div.fblogin p::before {
    width: 21px;
    height: 21px;
    background: url('../img/fb1.png') no-repeat top right;
    display: inline-block;
    content: "";
}

div.fblogin p {
    padding: 0px 0px;
    background: url('../img/fb2.png') repeat-x top;
    height: 21px;
    color: #FFF;
    text-shadow: 1px 1px 0px #41577d;
    font-size: 12px;
    display: inline-block;
    margin: 0px;
    margin-top: 5px;
}

div.fblogin p span {
    display: inline-block;
    padding: 0px 10px;
    position: relative;
    top: -6px;
    font-weight: bold;
}

div.fblogin p:after {
    width: 2px;
    height: 21px;
    background: url('../img/fb3.png') no-repeat top left;
    display: inline-block;
    content: "";
}

.fblogin-link {
    float: right;
    border-left: 1px solid #e0d3d3;
    display: block;
    color: white;
    font-weight: bold;
    padding: 8px 10px 3px 10px;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    line-height: 18px;
}

.fbloader {
    display: none;
    z-index: 99999;
    position: fixed;
    bottom: 0px;
    right: 0px;
    height: 40px;
    width: 80px;
    background: #3B5998 url('../img/loading.gif') no-repeat center;
}

.loginpopupsocial {
    display: inline-block;
    float: left;
    margin-right: 10px;
    margin-top: 5px;
}

.loginpopupsocial span {
    color: #FFF !important;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.2) !important;
    font-family: arial !important;
}

.loginpopupsocial p {
    margin-top: 0px;
}

form div.fblogin p span {
    float: none !important;
    text-align: inherit !important;
    width: auto !important;
}

form div.fblogin p {
    padding-left: 0px !important;
}

.fbldisplayCustomerLoginFormAfter {
    cursor: default!important;
}
.fbldisplayCustomerLoginFormAfter p {
    cursor:pointer;
}
/* Piorniczek custom unified social-login block */
.piorniczek-social-login {
    max-width: 390px;
    margin: 14px auto 18px;
    padding: 14px 16px 2px;
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 10px;
}
.piorniczek-social-label {
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}
.piorniczek-social-btn {
    width: 100%;
    min-height: 40px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.piorniczek-facebook-btn {
    border: 1px solid #1877f2;
    background: #1877f2;
    color: #fff;
    margin-bottom: 10px;
}
.piorniczek-facebook-btn:hover,
.piorniczek-facebook-btn:focus {
    background: #166fe5;
    color: #fff;
}
.piorniczek-facebook-icon {
    font-family: Arial, sans-serif;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
}
.piorniczek-google-login {
    width: 100%;
    min-height: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 8px;
}
.piorniczek-social-separator {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #777;
    font-size: 12px;
    margin: 9px 0 0;
}
.piorniczek-social-separator:before,
.piorniczek-social-separator:after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e5e5;
}
.fbloader {
    border-radius: 6px 0 0 0;
}
@media (max-width: 575px) {
    .piorniczek-social-login {
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
}
