footer{
    width: 100%;
    height: fit-content;
    background-color: #D9EEF3;
    color: #132D2F;
}

footer #footer-bottom{
    width: 100%;
    height: fit-content;
    font-size: 13px;
    padding-bottom: 50px;
    margin-top: 40px;
}

footer #footer-bottom .in-container{
    border-top: 1px solid #FFFFFF;
    padding-top: 40px;
}

footer #footer-bottom ul li a{
    color: #132D2F;
}

footer #footer-bottom #footer-bottom-sections-list{
    width: 100%;
    height: fit-content;
    display: flex;
}

footer #footer-bottom #footer-bottom-sections-list #footer-section-left{
    width: 25%;
    height: fit-content;
    padding-right: 40px;
    box-sizing: border-box;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section{
    width: 37.5%;
    display: flex;
    flex-direction: column;
    height: fit-content;
    min-height: 400px;
    justify-content: space-between;
    padding-right: 40px;
    box-sizing: border-box;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-title{
    font-size: 14px;
    padding: 15px 0px;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-inner-list{
    width: 100%;
    height: fit-content;
    margin-right: 20px;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-inner-list-item{
    width: 100%;
    height: fit-content;
    margin-bottom: 15px;
    transition: background-color 300ms linear;
    border-radius: 10px;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-clickable-list-item{
    position: relative;
    background: #42a8c32e;
    border: 1px solid #00000000;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-clickable-list-item img{
    width: 10px;
    height: 10px;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin: auto;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-inner-list-item:hover{
    border: 1px solid #8ECBDB;
}

footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-inner-list-item a{
    width: 100%;
    height: fit-content;
    display: block;
    color: #132D2F;
    padding: 6px 10px;
}

footer #footer-bottom #footer-bottom-logo{
    width: unset;
    height: 35px;
}

footer #footer-bottom .footer-bottom-description{
    font-size: 11px;
    margin-bottom: 20px;
    margin-right: 20px;
}

footer #footer-bottom .footer-legal{
    font-size: 14px;
    margin-top: 70px;
}

footer #footer-bottom #footer-reviews{
    width: fit-content;
    height: fit-content;
    text-align: center;
    justify-content: center;
    display: flex;
    font-size: 11px;
}

footer #footer-bottom #footer-reviews img,
footer #footer-bottom #footer-reviews span{
    margin-right: 5px;
    color: #42A8C3;
}

footer #footer-bottom #footer-reviews #footer-ratingbar{
    margin-top: 2px;
}

footer #footer-bottom #footer-social{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-wrap: wrap;
}

footer #footer-bottom #footer-social .footer-social-item{
    width: 35px;
    height: 35px;
    min-width: 35px;
    background: #ffffffc7;
    padding: 5px;
    box-sizing: border-box;
    border-radius: 10px;
    margin-right: 10px;
    display: flex;
    margin-bottom: 15px;
}

footer #footer-bottom #footer-social .footer-social-item a{
    width: 100%;
    height: 100%;
    display: flex;
}

footer #footer-bottom #footer-social .footer-social-item img{
    width: 70%;
    height: 70%;
    display: block;
    margin: auto;
}

footer #footer-bottom .footer-legal li{
    padding: 5px 0;
}

footer #footer-bottom .footer-legal li a{
    width: fit-content;
    height: fit-content;
    display: flex;
    text-align: center;
    justify-content: center;
}

footer #footer-bottom .footer-legal li a img{
    width: 12px;
    display: block;
    margin: auto 10px;
}

footer #footer-mob-header{
    width: 100%;
    display: none;
    justify-content: center;
}

footer #footer-mob-header #footer-mob-header-left{
    width: 50%;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer #footer-mob-header #footer-mob-header-left #footer-bottom-logo{
    margin-bottom: 20px;
    width: 110px;
    height: 30px;
}

footer #footer-mob-header #footer-mob-header-right{
    width: 50%;
    height: fit-content;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

footer #footer-mob-header #footer-mob-header-right .btn-filled{
    margin-bottom: 20px;
}

footer #footer-mob-header #footer-mob-header-right #footer-reviews{
    margin-top: 15px;
}

footer #footer-mob-footer{
    width: 100%;
    height: fit-content;
    padding-top: 25px;
    display: none;
}

footer #footer-mob-footer .footer-copyright{
    font-size: 11px;
    margin-top: 20px;
    color: #132D2F;
}




/* Accepted payments */
.footer-accepted-payments{
    width: 100%;
    height: fit-content;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    align-items: center;
    font-size: 13px;
}

.footer-accepted-payments span{
    min-width: fit-content;
}

.footer-accepted-payments img{
    width: fit-content;
    max-width: 30px;
    height: 25px;
    margin-left: 10px;
}

.footer-accepted-payments .footer-accepted-payments-imgs{
    width: 100%;
    height: fit-content;
    display: flex;
    flex-direction: row;
}









/* ===================== Responsivenes ========================== */
@media only screen and (max-width: 900px){
    footer #footer-bottom #footer-bottom-sections-list #footer-section-left{
        width: 100%;
        padding-right: 0px;
    }

    footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section{
        width: 100%;
        min-height: fit-content;
    }

    footer #footer-mob-header{
        display: flex;
    }

    footer #footer-bottom #footer-section-left .footer-legal{
        display: none;
    }

    footer #footer-bottom #footer-bottom-sections-list #social-support-section{
        flex-direction: column-reverse;
    }

    footer #footer-mob-footer{
        display: block;
    }

    footer #footer-bottom #footer-mob-footer .footer-legal{
        margin-top: 0;
    }

    footer #footer-bottom #footer-bottom-sections-list{
        justify-content: center;
        flex-direction: column;
    }
}


@media only screen and (max-width: 750px){
    footer #footer-top #footer-card #footer-btns-container{
        display: block;
    }

    footer #footer-register-form{
        width: 100%;
    }

    footer #footer-top #footer-card #footer-btns-right-container{
        width: 100%;
        flex-direction: column;
    }

    footer #footer-top #footer-card #footer-btns-container a{
        width: fit-content;
        margin: 20px auto auto auto;
    }
}


@media only screen and (max-width: 550px){
    footer #footer-top #footer-card{
        text-align: left;
        padding: 30px 20px;
        border-radius: 30px;
    }

    footer #footer-top #footer-card #footer-title{
        font-size: 25px;
    }

    footer #footer-top #footer-card #footer-sub-title{
        font-size: 25px;
    }

    footer #footer-top #footer-card #footer-description{
        padding: 20px 0;
    }

    footer #footer-top #footer-card #footer-btns-container{
        width: 100%;
    }

    footer #footer-register-form #footer-register-btn-submit{
        width: fit-content;
        padding: 0 4px;
    }

    footer #footer-register-form #footer-register-btn-submit input{
        font-size: 13px;
    }

    footer #footer-register-form #footer-register-btn-submit img{
        display: none;
    }

    footer #footer-mob-header{
        flex-direction: column;
    }

    footer #footer-bottom #footer-bottom-sections-list{
        flex-direction: column;
    }

    footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section{
        width: 100%;
    }

    footer #footer-mob-header #footer-mob-header-left{
        width: 100%;
    }
}


@media only screen and (max-width: 450px){
    footer #footer-mob-header #footer-mob-header-left #footer-bottom-logo{
        margin-bottom: 20px;
        width: 95px;
        height: 26px;
    }

    footer #footer-mob-header #footer-mob-header-right #footer-reviews{
        display: block;
        text-align: left;
    }

    footer #footer-mob-header #footer-mob-header-right .btn-filled{
        font-size: 12px;
        height: 25px;
    }

    footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-title{
        font-size: 12px;
    }

    footer #footer-bottom #footer-bottom-sections-list .footer-bottom-section .footer-bottom-section-inner-list-item a{
        font-size: 12px;
    }

    footer #footer-bottom #footer-social .footer-social-item{
        width: 30px;
        height: 30px;
        min-width: 30px;
        padding: 2px;
    }

    footer #footer-bottom #footer-reviews .footer-reviews-count{
        font-size: 12px;
    }
}