.table_1 {
	width: 100%;
	margin: 0 0 3.2rem;
}


.table_1 td {
	border-bottom: 0.1rem solid #D1D1D1;
	padding: 3.0rem 1.6rem 1.9rem 0;
	font-size: 1.4rem;
	color: #F3F3F3;


}
.table_1 tr:first-child td {
	padding: 0 1.6rem 1.9rem 0;


}


.table_1 .fig {
	background: #fff;
	border: 0.1rem solid #DADDE0;
	width: 8.6rem;
	height: 7.6rem;
	position: relative;
	overflow: hidden;
}

.table_1 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}


.table_1 .title {
	margin: 0 0 0.5rem;
}

.table_1 .title .link {
	display: block;
	font-size: 1.4rem;
	font-weight: 600;
	color: #009999;
	text-decoration: none;
	line-height: 1.2;
}



.table_1 .price {
	font-size: 1.4rem;
	font-weight: 600;
	color: #204A54;
}



.table_1 .delete {
	background: url(../images/basket_close.svg) no-repeat 50% 50%;
	display: block;
	width: 5.0rem;
	height: 5.0rem;
	position: relative;
	z-index: 2;
}

.table_1 .number {
background: rgba(231, 231, 231, 0.4);
	border: 0.1rem solid #DBE2E7;
	border-radius: 0.4rem;
	display: inline-block;
	width: 3.6rem;
	height: 2.7rem;
	padding: 0.4rem 2.7rem;
	position: relative;
}



.table_1 .number .field {
background: none;
	border: none;
	display: block;
	width: 100%;
	height: 2.7rem;
	padding: 0.8rem 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}

.table_1 .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_1 .number .up {
	background: url(../images/basket_plus.svg) no-repeat 50% 50%;
	border-left: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.7rem;
	position: absolute;
	top: 0.4rem;
	right: 0;
}

.table_1 .number .down {
	background: url(../images/basket_minus.svg) no-repeat 50% 50%;
	border-right: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.7rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
}

.table_2 {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

	width: 100%;
	margin: 0 0 5.0rem;
	border-collapse: separate;
}

.table_2 td {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	padding: 1.1rem;
	text-align: center;
}
.table_2 tr:first-child td {
	font-size: 1.9rem;
	color: #006363;
}
.table_2 tr:first-child td:first-child {
	border-radius: 1.2rem 0 0 0;
}
.table_2 tr:first-child td:last-child {
	border-radius: 0 1.2rem 0 0;
}
.table_2 tr:last-child td:first-child {
	border-radius: 0 0 0 1.2rem;
}
.table_2 tr:last-child td:last-child {
	border-radius: 0 0 1.2rem 0;
}
.table_2 tr:nth-child(2n+1) td {
	background: #F1F2F4;
}


.table_3 {
	width: 100%;
}


.table_3 td {
	border-top: 0.1rem solid #E0E0E7;
	padding: 2.3rem 2.0rem 1.9rem 0;


}

.table_3 tr:first-child td {
	border: none;

}







.table_3 .fig {
	background: #fff;
	border: 0.1rem solid #DADDE0;
	width: 8.6rem;
	height: 7.6rem;
	position: relative;
	overflow: hidden;
}



.table_3 .img {
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	vertical-align: top;
}



.table_3 .title .link {
	display: block;
	color: #009999;
	text-decoration: none;
	line-height: 1.2;
}



.table_3 .price {
	display: flex;
	flex-direction: column;
	color: #006363;
	text-align: center;
}



.table_3 .old_price {
	font-size: 1.3rem;
	color: #838494;
	text-decoration: line-through;
}

.table_3 .delete {
	background: url(../images/table_3_delete.svg) no-repeat 50% 50%;
	display: block;
	width: 4.0rem;
	height: 5.6rem;
	position: relative;
	z-index: 2;
}

.table_3 .number {
background: rgba(231, 231, 231, 0.4);
	border: 0.1rem solid #DBE2E7;
	border-radius: 0.4rem;
	display: inline-block;
	width: 5.1rem;
	height: 2.6rem;
	padding: 0.4rem 2.7rem;
	position: relative;
}



.table_3 .number .field {
background: none;
	border: none;
	display: block;
	width: 100%;
	height: 2.7rem;
	padding: 0.8rem 1.5rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
	text-align: center;
}

.table_3 .field:-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_3 .field::-moz-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_3 .field::-webkit-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_3 .field:-ms-input-placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_3 .field.placeholder {
	font-size: 1.4rem;
	font-weight: 500;
	color: #35302E;
}

.table_3 .number .up {
	background: url(../images/basket_plus.svg) no-repeat 50% 50%;
	border-left: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.7rem;
	position: absolute;
	top: 0.4rem;
	right: 0;
}

.table_3 .number .down {
	background: url(../images/basket_minus.svg) no-repeat 50% 50%;
	border-right: 0.1rem solid #DADDE0;
	display: block;
	width: 2.1rem;
	height: 2.7rem;
	position: absolute;
	top: 0.4rem;
	left: 0;
}


.table_4 {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);

	width: 100%;
	margin: 0 0 5.0rem;
	border-collapse: separate;
}

.table_4 td {
	background: #fff;
	border: 0.1rem solid #E0E0E7;
	padding: 1.1rem;
	font-weight: 600;
	color: #1C1C1C;
	text-align: center;
}
.table_4 tr:first-child td {
	background: #F1F2F4;
	color: #006363;
}
.table_4 tr:first-child td:first-child {
	border-radius: 1.2rem 0 0 0;
}
.table_4 tr:first-child td:last-child {
	border-radius: 0 1.2rem 0 0;
}
.table_4 tr:last-child td:first-child {
	border-radius: 0 0 0 1.2rem;
}
.table_4 tr:last-child td:last-child {
	border-radius: 0 0 1.2rem 0;
}

.table_4 td:last-child {
	color: #009999;
}
.table_4 .grey_text{
	color: #838494;
	text-decoration: line-through;
}



@media (max-width: 767px) {
	.table_2 td {
  font-size: 1.2rem;
}
	.table_2 tr:first-child td {
  font-size: 1.2rem;
}

	.table_3 tr {
		border: 0.1rem solid #DCD5CD;
		display: block;
		width: calc(100% - 1.8rem);
		margin: 0 0 2.0rem;
		padding: 0.9rem 0.9rem 1.6rem;
		position: relative;
	}

	.table_3 td {
		border: none;
		display: block;
		padding: 0;
	}

	.table_3 td:first-child {
		padding: 0;
	}

	.w-120 {
		width: auto;
	}

	.table_3 .fig {
		float: left;
		margin: 0 1.0rem 2.0rem 0;
	}

	.table_3 .delete {
		width: 3.0rem;
		height: 3.6rem;
		position: absolute;
		top: 0;
		right: 0;
	}
.table_3 .title {
  min-height: 80px;
}
	.table_3 td:nth-child(2) {
		margin: 0 0 2.0rem;

	}

	.table_3 td:nth-child(3) {
		display: inline-block;
		margin: 0 1.0rem 0 0;

	}

	.table_3 td:nth-child(4) {
		display: inline-block;
		margin: 0 1.0rem 0 0;

	}

	.table_3 td:nth-child(5) {
		display: inline-block;

	}

	.table_4 {
		margin: 0 0 1.9rem;
	}

	.table_4 td {
		padding: 0.5rem;
	}

	.table_4 tr:first-child td {
		padding: 0.5rem;
		font-size: 1.1rem;
	}

	

}

