.footer {
    background-color: #f6f9ff;
    color: #111;
    padding: 50px 0 0;
}

.footer .footer-title {
    color: #0f136d;
    font-size: 18px;
    font-weight: 600;
    line-height: 35px;
    margin: 0;
}

.footer .footer-list-menu {
    margin: 0;
    padding: 0;
}

.footer .footer-list-menu li{
    list-style: none;
    line-height: 2px;
    padding: 2px 0;
}

.footer .footer-list-menu li a{
    text-decoration: none;
    color: #0f136d;
    font-weight: 400;
    line-height: 20px;
    font-size: 13px;
    list-style: none;
}

.shopping-button{
    text-decoration: none;
    display: flex;
    align-items: center;
}

.shopping-button img{
    height: 45px;
    width: auto;
}

.shopping-button  .info{
    margin-left: 10px;
}

.shopping-button  .info .name{
    color: #2e6986;
    font-size: 16px;
}
.shopping-button  .info .value{
    color: #6f42c1;
    font-size: 14px;
}

.img-button{
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.img-button a img{
    width: 140px;
    display: block;
}

.footer-bottom, .footer-social{
    background-color: #fff;
}

.footer-bottom{
    margin-top: 20px;
    padding: 25px;
}

.footer-social{
    padding: 30px 25px;
}

.footer-social .container{
    border-top: 1px solid #d0dae7;
}

.footer-bottom-heading {
    color: #183544;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2em;
    margin-bottom: 15px;
}

.social-title {
    color: #183544;
    font-size: 16px;
    font-weight: 700;
    line-height: 2.2em;
    margin-bottom: 5px;
    padding-top: 20px;
}

.pay-image-group{
    width: 80%;
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
}

.pay-image-group img{
    height: 40px;
    width:auto;
}

.footer-bottom-text{
    font-size: 13px;
    font-weight: bold;
}

.social-links{
    display: flex;
    align-items: center;
    gap: 16px;
}

.social-links a {
    font-size: 30px;
}

.color-fb{
    color: #1877f1 !important;
}
.color-linkedin{
    color: #0a66c1 !important;
}
.color-youtube{
    color: #e02b1b !important;
}
.color-tweet{
    color: #459be9 !important;
}
.color-insta{
    color: #664fbd !important;
}

.copyright-text{
    text-align: right;
    font-size: 14px;
}

.dropdown-menu{
    border: none;
    padding-left: 16px;
}

.top-category .navbar-toggler{
    border: none;
}

.top-category .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

