footer.footer .more {
    text-align: center;
    font-size: 12px;
    margin: 30px 0;
}

footer.footer .bottom-line {
    width: 100%;
    height: 4px;
    background-color: #fce500;
}

footer.footer .footer-m {
    padding-top: 24px;
}

footer.footer .footer-m .footer-mail {
    display: block;
    margin: 0 auto;
    width: 64px;
}

footer.footer .footer-m .col-4 {
    border-right: 1px solid #666666;
}

footer.footer .footer-m a {
    color: #666;
}

footer.footer .footer-m .lists {
    padding: 10px;
    background-color: #27509b;
    font-size: 14px;
    color: #fff;
    text-align: left;
    margin-top: 20px;
}

footer.footer .footer-m .lists .list {
    width: 100%;
    position: relative;
    padding: 5px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    font-weight: bold;
}

footer.footer .footer-m .lists .list .arr {
    width: 10px;
    position: absolute;
    right: 3px;
    top: 10px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all .3s;
    transition: all .3s;
}

footer.footer .footer-m .lists .list.active .arr {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

footer.footer .footer-m .list_inner {
    display: none;
    margin-bottom: 10px;
}

footer.footer .footer-m .list_inner a {
    color: #fff;
    font-size: 13px;
}

footer.footer .footer-pc {
    text-align: center;
    padding-top: 30px;
    font-weight: 100;
}

footer.footer .footer-pc .lists-wrap {
    width: 100%;
    position: relative;
    background-color: #27509b;
    margin-top: 30px;
    padding: 20px 0;
    color: #fff;
}

footer.footer .footer-pc .lists-wrap .lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer.footer .footer-pc .lists-wrap .lists .list {
    /* -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; */
    text-align: left;
}

footer.footer .footer-pc .lists-wrap .lists .list .title {
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: bold;
}

footer.footer .footer-pc .lists-wrap .lists .list a {
    color: #FFF;
    display: block;
    margin-bottom: 10px;
    font-size: 15px;
}

footer.footer .footer-pc .lists-wrap .lists .list a:hover {
    color: #afafaf;
}

footer.footer .footer-pc .lists-wrap .lists .list .chap {
    color: #afafaf;
}

/* sub cat */
footer.footer .footer-m .list_inner .chap {
    color: #afafaf;
}

footer.footer .copy {
    font-size: 11px;
    padding: 15px;
    color: #999;
    text-align: center;
}

@media (min-width: 992px) {
    footer.footer .more {
        font-size: 16px;
    }

    footer.footer .col-3:not(:last-child),
    footer.footer .col-2 {
        border-right: 1px solid #666;
    }
}

/* follow me */
.search-tyre-fixed {
    position: fixed;
    /* right: -20px; */
    top: 40vh;
    cursor: pointer;
    z-index: 9;
    /* -webkit-transition: all .3s;
  transition: all .3s; */

    /* scale */
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fce500;
    background-repeat: no-repeat;
    background-image: url('../img/icon-search-blue.png');
    background-position: center;
}

/* <!-- <img src="img/search-tyre-fixed.png" alt="" /> --> */
.search-tyre-fixed:hover {
    /* right: 0; */
    width: 110px;
    height: 69px;
    background-image: url('../img/search-tyre-fixed.png');
    background-position: left center;
}

.search-dealer-fixed {
    position: fixed;
    /* right: -20px; */
    top: calc(40vh + 100px);
    cursor: pointer;
    /* -webkit-transition: all .3s;
  transition: all .3s; */
    z-index: 9;

    /* scale */
    right: 0;
    display: block;
    width: 40px;
    height: 40px;
    background-color: #fce500;
    background-repeat: no-repeat;
    background-image: url('../img/icon-marker-blue.png');
    background-position: center;
}

/* <img src="img/search-dealer-fixed.png" alt="" /> */
.search-dealer-fixed:hover {
    /* right: 0; */
    width: 110px;
    height: 69px;
    background-image: url('../img/search-dealer-fixed.png');
    background-position: left center;
}


.salut {
    width: 120px;
    position: absolute;
    right: 0;
    bottom: 0px;
}

@media(min-width:1200px) {
    .salut {
        right: 10%;
    }
}
















.midTitleForList {
    font-size: 15px !important;
    font-weight: bold !important;
}



a.dontChangeColor,
a.dontChangeColor:hover{
    color: #fff !important;
    cursor:default;
}
