footer.red-on-dark {
    margin-top: 80px;
}
@media(max-width: 767.98px) {
    footer.red-on-dark {
        margin-top: 40px;
        padding-bottom: 120px;
    }
}


.footer-empty{
    position: relative;
    padding: 25px 0;
    margin: 70px auto;
}
@media(max-width: 767.98px){
    .footer-empty{
        padding: 30px 0;
        margin: 30px auto;
    }
}

.footer-empty .brandname {
	font-size: 3rem;
	color: black;
    padding-bottom: 5px;
}
@media(max-width: 767.98px){
    .footer-empty .brandname {
        font-size: 2rem;
    }
}
.footer-empty .brandname::after {
	content: "";
	display: block;
	border-bottom: 1px solid var(--sl-black);
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	width: 150px;
}

.footer-empty .row-address {
	font-size: 18px;
	color: black;
}

.footer-empty .row-social ul li {
	margin: 8px 0;
}
.footer-empty .row-social ul li a {
	font-size: 24px;
    line-height: 1;
    padding: 0 30px;
}
@media(max-width: 767.98px){
    .footer-empty .row-social ul li a {
        font-size: 20px;
        padding: 0 15px;
    }
}

html[lang="en"] .footer-empty .row-social ul li a {
	border-right: 1px solid black;
}
html[lang="en"] .footer-empty .row-social ul li:first-child a {
	border-left: 1px solid black;
}
html[lang="ar"] .footer-empty .row-social ul li a {
	border-left: 1px solid black;
}
html[lang="ar"] .footer-empty .row-social ul li:first-child a {
	border-right: 1px solid black;
}

/* bottom footer */
.bottom-footer {
    /*background: #000;*/
    font-size: 14px;
    margin-bottom: 20px;
}
    .bottom-footer a {
        color: #000;
     }
        .bottom-footer a:hover {
            color: #d71d24;
        }
.bottom-footer .container {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    color: #000 !important;
    padding:4px 0px 7px 0px;
}
    .bottom-footer .container  .list-unstyled {
        display:flex;
        margin-bottom:0;
    }
        .bottom-footer .container .list-unstyled li  {
            margin: 0px 8px
        }
        /* other styles */
        #back-to-top {
            background-color: var(--sl-black);
            border-radius: 50%;
        }
@media(max-width: 767.98px) {
    .bottom-footer .container {
        flex-wrap: wrap !important;
        padding: 10px 15px;
    }

    .privacy-menu {
        width: 100%;
    }

    .bottom-footer .container .list-unstyled {
        /*flex-direction: column;*/
        justify-content: center;
        width: 100%;
        margin-bottom: 10px;
        flex-wrap: wrap;
    }
        .bottom-footer .container .list-unstyled li {
           text-align: center;
           margin-bottom: 10px;
        }
    .copyright {
        text-align: center;
    }
}

#whatsapp, #telegram {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    position: fixed;
    bottom: 70px;
    left: 15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: opacity .3s ease-out;
    -webkit-transition: opacity .3s ease-out;
    opacity: 0.9;
    z-index: 997;
    background-color: transparent;
    color: #fff;
}
#telegram {
    bottom: 85px;
    width: 45px;
    height: 45px;
}
