.special_list_tabs_detail .product-list__picture {
	width: 100%;
}
	.special_list_tabs_detail .product-list__picture a {
		display: block;
		background-size: cover;
		background-position: center center;
	}
		.special_list_tabs_detail .product-list__picture a::before {
			content: "";
			display: block;
			width: 100%;
			padding-top: 100%;
		}
		
.special_list_tabs_detail .product-list__item,
.special_list_tabs_detail .product-list__item:nth-of-type(3n) {
	margin-top: 3.6166%;
	margin-bottom: 0;
}
		
@media only screen and (max-width:1459px) {
	.special_list_tabs_detail .product-list__item,
	.special_list_tabs_detail .product-list__item:nth-of-type(3n) {
		width: 22.2875%;
		margin-right: 3.6166%;
		margin-top: 3.6166%;
		margin-bottom: 0;
	}
	.special_list_tabs_detail .product-list__item:nth-of-type(4n) {
		margin-right: 0;
	}
}

@media only screen and (max-width:1221px) {
	.special_list_tabs_detail .product-list__item,
	.special_list_tabs_detail .product-list__item:nth-of-type(3n),
	.special_list_tabs_detail .product-list__item:nth-of-type(4n) {
		width: 30.9776%;
		margin-right: 3.5335%;
		margin-top: 3.5335%;
		margin-bottom: 0;
	}
	.special_list_tabs_detail .product-list__item:nth-of-type(3n) {
		margin-right: 0;
	}
}