#main-product .wrapp-main .sale-product .list-category .item .image {
    transition: all .25s ease-in-out;
    padding: 0 22px;
    width: 130px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    max-height: 90%;
    overflow: hidden;
}
#main-product .wrapp-main .sale-product .list-category .item .image img {
    width: 100%;
    height: auto;
    margin: 0 auto;
}

.footer-top .pay {margin-top: 0px;}
.footer-top .pay__list-item {margin-bottom: 20px;}
.footer-top .pay__list-item:last-of-type {margin-bottom: 0px;}
.footer-top .pay__list-image {max-width: 180px;}

@media (max-width: 575px) {
	.footer-top .pay__list-item {
		float: left;
		margin: 10px;
	}
	.footer-top .pay__list-item img {
		max-width: 100px;
	}
}