@charset "utf-8";
 .l{
     --primary-color: #fb7a14;
     --secondary-color: #1b2b8a;
}


.zmdi-facebook:before{
    content: ''!important;
    background-image: url(images/facebook.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: cover;
}
.zmdi-instagram:before{
    content: ''!important;
    background-image: url(images/instagram.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: cover;
}
.zmdi-twitter:before{
    content: ''!important;
    background-image: url(images/twitter.png);
    width: 28px;
    height: 28px;
    display: inline-block;
    background-size: cover;
}
label#hotLine:before{
    content: ''!important;
    background-image: url(images/phone.png);
    width: 30px;
    height: 29px;
    display: inline-block;
    background-size: cover;
    background-position: 0px 2px;
}

.accname:before {
    content: "";
    background-image: url(images/logo.png);
    position: absolute;
    top: -23px;
    left: 50%;
    width: 64px;
    height: 62px;
    background-size: cover;
    color: var(--primary-color);
    visibility: visible;
    transform: translateX(-50%);
}

.accname {
    margin: auto;
    color: var(--primary-color);
    visibility: hidden;
}

.bagph:after {
    background-image: url(images/bagdesk.png);
    content: ""!important;
    width: 100px;
    height: 139px;
    background-size: cover;
    opacity: 0.7;
}


@media only screen and (max-width: 768px) {
     body{
         visibility:visible;
    }

.multibranch .deiveringfrom {
    top: -58px;
    transform: translateX(-50%);
    left: 50%;
    border: 0px;
    width: 49%;
    text-align: center;
    margin-left: -15px;
    background-color: transparent;
}

}
 
@media (min-width: 769px){
    body{
        visibility:visible;
    }
}








label#hotLine {
    font-size: 21px;
}

div#hotLineText {
    margin-top: -3px;
}

.homePid .categories ul > li a.title {
    font-size: 13px;
    line-height: 19px;
    color: #000;
    font-weight: 600;
}

.flmenubtn {
    font-size: 10px;
}