        a {
            color: white;
            text-decoration: none;
        }

        a:hover {
            text-decoration: none;
            color: white;
        }

        li {
            margin-right: 30px;
        }

        .cred_app_title {
            color: #ffffff;
            font-weight: bold;
        }

        .lang_btn_col {
            display: flex;
            align-items: center;
        }

        .cred_app_title_col {
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .dealer_name_col {
            text-align: end;
        }

.cred-app-footer {
    position: relative;
    bottom: 0px;
    width: 100%;
    margin-bottom: 0px;
    background-color: black;
    /* height: 95px; */
    padding-top: 20px;
    margin-top: 15px;
    padding-bottom: 5px;
    padding-left: 25px;
}

        .header_container {
            background-color: black;
            height: 80px;
            padding-top: 17px;
        }

        .eshop_footer_links {
            display: flex;
            list-style-type: none;
            padding: 0;
            justify-content: center;
            align-items: center;
        }

        @media (max-width:768px) {
            .header_container {
                background-color: black;
                height: 120px;
                padding-top: 17px;
            }

            .dealer_name_col {
                text-align: center;
                font-size: 14px;
            }

            .cred-app-footer {
                position: relative;
                height: auto;
            }

            .eshop_footer_links {
                display: block;
                text-align: center;
            }
        }

.footer_row
{    
display: flex;
justify-content: space-between;
align-items: center;
}


@media (min-width: 1200px) {
  .container {
    max-width: 1100px !important;
  }
}


@media (max-width: 767px)
{
.eshop_footer {
    margin-top: 0px !important;
  }

  .eshop_footer .container {
    padding-left: 9px;
    padding-right: 9px;
  }

  .eshop_footer_links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

    .footer_col {
    text-align: center;
  }

  .footer_car_brand_logo_img {
    width: auto;
    height: 15px;
    margin-top: 5px;
  }

  .eshop_footer .eshop_text_small {
    font-size: 12px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-top: 4px;
  }

  .footer_carzato_logo {
    height: 15px;
    margin-left: 14px;
  }
  .eshop_footer {
    padding-bottom: 80px;
    padding-top: 19px !important;
  }

  .footer_row {
    padding-top: 5px !important;
    padding-bottom: 50px !important;
    margin-top: 0px !important;
  }

  .eshop_footer_links li a {
    padding: 5px 8px !important;
    margin: 16px;
}
.eshop_footer_links li {
    float: left;
    margin-right: 0 !important;
}
.eshop_footer_links li a {    
    display: block;
    text-align: center;
    /* margin: 16px 0px 16px 42px; */
    text-decoration: none;
}
.cred-app-footer
{
    padding-left:0 !important;
}
}
