@charset "utf-8";

/* CSS Document */

@media (max-width: 640px) {
	.productslist .mod-linkButton.textcenter {
		justify-content: center;
	}
	
	.mod-linkButton {
		min-height: 135px;
	}
}

@media screen and (max-width: 390px){
	.mod-linkButton {
		min-height: 160px;
	}
}

/* 220241218 */
#usecare_floating{
	bottom: 7em !important;
}

@media screen and (max-width: 640px) {
    #usecare_floating {
        bottom: 6em !important;
        right: 0;
    }
}