/* Footer stylesheet */
.brandslider-wrapper{    display: none;}
footer .h3{
    font-family: Domine, sans-serif;
}

footer .footer-container .links .title .h3{
    
}

footer img.logo{
    width: 100%;
    min-width: none;
}

footer .footer-container {
    padding: 5px 0 0;
}

footer .links .h3 {
    text-transform: inherit;
    margin: 10px 0;
    height: 34px;
    padding-top: 5px;

}

footer #block_myaccount_infos .myaccount-title {
    margin-bottom: 10px;
}

footer#footer .footer-container li {
    margin-bottom: 7px;
}

footer .footer-container a{
    color: #333333;
}

footer#footer .links li:hover a {
    margin-left: 0;
    padding-left: 0;
}

footer#footer .links li:hover a:before {
    content: none;
}

footer .copyright-container {
    margin-top: 0;
    padding: 10px 0;
    border-top: none;
}

footer .an_copyright p{
    font-size: 14px;
    color: #333333;
}

@media (max-width: 991px){
    footer .an_copyright p{
        font-size: 11px;
        text-align: center;
    }
    footer .copyright-container {
        padding: 5px 0;
    }
}


@media (min-width: 768px) {
    .follow-us-social-links {
        padding: 0 15px 0 0;
    }
}
@media (max-width: 767px) {
    footer .footer-container .links .title {
        border-bottom: 1px solid #f6f6f6;
    }
    .footer-container .links .follow-us-social-links-ul.collapse.in, .footer-container .links .follow-us-social-links-ul.collapsing {
        display: flex;
    }
}


#footer_account_list li:nth-child(2), #footer_account_list li:nth-child(4) {
	display: none;
}

.an_copyright{
	text-align: center;
}


li.follow-us-social-links a svg:hover {
    background-color: #0058bc;
}


li.follow-us-social-links a svg {
    background: #0970e6;
    width: 28px;
    border-radius: 60px;
    padding: 6px;
    height: 28px;
    fill: white !important;
}
li.follow-us-social-links a svg path {
    fill: white !important;
}

/* @media screen and (min-width: 768px){
    .customFooterSize {
        min-height: 140px;
        max-height: 140px;
    }
} */
li.payment_cards img {
    width: 100%;
    max-width: 210px;
}

@media screen and (min-width: 768px) and (max-width: 876px){
    li.payment_cards img {
        margin-top: 1.5em;
    }
}
#footer #customHeaderMenu {
    display: none !important;
}