@charset "utf-8";


.product-text-wrap p img {
	width: 60px;
}

@media screen and (max-width: 767px) {

	.flex-inner {
		width: calc(50% - 10px) !important;
	}

}

@media screen and (max-width: 375px) {

	.flex-inner {
		width: 100% !important;
	}

}