/*icons*/
.shareproduct ul li a:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
/*whatsapp*/
.shareproduct {
    margin-bottom: 20px
}
.shareproduct ul {
    font-size: 0;
    text-align: center
}
.shareproduct ul li {
    display: inline-block;
    vertical-align: top;
    margin-left: 10px
}
.shareproduct ul li:first-child {
    margin-left: 0
}
.shareproduct ul li a {
    display: block !important;
    width: 40px;
    height: 40px;
    border-radius: 3px;
    background: #3b5998;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out
}
.shareproduct ul li a:before {
    display: block;
    line-height: 40px;
    height: 40px;
    font-size: 18px;
    color: #fff;
    content: '\f09a'
}
.shareproduct ul li.tt a {
    background: #00aced
}
.shareproduct ul li.tt a:before {
    content: '\f099'
}
.shareproduct ul li.gp a {
    background: #dd4b39
}
.shareproduct ul li.gp a:before {
    content: '\f0d5'
}
.shareproduct ul li.wa a {
    background: #5cbe4a url('../img/whats.svg') no-repeat center;
    background-size: 18px;
}
.shareproduct ul li.wa a:before {
    display: none
}
.shareproduct ul li a span {
    display: none
}
/*facebook loginn*/
.facebook-login .content {
    display: inline-block;
    vertical-align: middle;
    width: 140px;
    margin-left: 7px
}
.facebook-login p {
    display: block;
    width: auto
}
@media (max-width: 568px) {
    .franquiaslist {
        display: block
    }
    .franquiaslist li {
        justify-content: flex-start
    }
    .franquiaslist li > div {
        text-align: left
    }
}
/*lightbox*/
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999
}
.lightbox .over {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7)
}
.lightbox .box {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 95vw;
    padding: 30px 20px;
    background: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .2);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
.lightbox .box .fechar {
    position: absolute;
    top: 5px;
    right: 5px;
    width: 20px;
    height: 20px;
    font-size: 0;
    text-indent: -9999px;
    display: block
}
.lightbox .box .fechar:before {
    position: relative;
    top: 6px;
    left: 6px;
    display: block;
    width: 7px;
    height: 7px;
    background: url(../../fit4/img/bg.png) no-repeat -120px -60px;
    content: ''
}
.lightbox .std {
    max-height: 70vh;
    overflow: auto
}
.lightbox .std:after {
    display: table;
    clear: both;
    content: ''
}