.woocommerce div.product .ycbake-vtl {
	display: block;
	width: 100%;
	max-width: 100%;
	margin: 18px 0;
	overflow-x: auto;
	overflow-y: hidden;
	-webkit-overflow-scrolling: touch;
	touch-action: pan-x;
}

.woocommerce div.product .ycbake-vtl__table {
	width: max-content;
	min-width: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
	table-layout: auto;
	font-size: 15px;
}

.woocommerce div.product .ycbake-vtl__table th,
.woocommerce div.product .ycbake-vtl__table td {
	display: table-cell;
	border: 0;
	border-bottom: 1px solid #e5e5e5;
	padding: 8px 6px;
	text-align: left;
	vertical-align: middle;
	white-space: nowrap;
}

.woocommerce div.product .ycbake-vtl__table th {
	color: #202020;
	font-weight: 600;
}

.woocommerce div.product .ycbake-vtl__spec {
	width: auto;
	min-width: max-content;
}

.woocommerce div.product .ycbake-vtl__price {
	width: 1%;
	min-width: max-content;
	max-width: none;
}

.woocommerce div.product .ycbake-vtl__price del {
	display: block;
	color: #7b9b81;
	margin: 0;
	opacity: 0.85;
	line-height: 1.15;
}

.woocommerce div.product .ycbake-vtl__price ins {
	display: block;
	color: #5ca978;
	font-weight: 600;
	text-decoration: none;
	line-height: 1.15;
}

.woocommerce div.product .ycbake-vtl__price del + ins {
	margin-top: 2px;
}

.woocommerce div.product .ycbake-vtl__qty {
	width: 108px;
	min-width: 108px;
}

.woocommerce div.product .ycbake-vtl__cart {
	width: 92px;
	min-width: 92px;
	text-align: right;
}

.woocommerce div.product .ycbake-vtl__shipping {
	width: auto;
	min-width: max-content;
	color: #666;
}

.woocommerce div.product .ycbake-vtl__quantity {
	display: inline-flex !important;
	flex-direction: row !important;
	align-items: stretch;
	width: 120px;
	height: 46px;
	margin: 0;
	vertical-align: middle;
	white-space: nowrap;
}

.woocommerce div.product .ycbake-vtl__quantity .ycbake-vtl__qty-input {
	display: block !important;
	flex: 0 0 64px;
	width: 64px !important;
	height: 46px !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	border: 1px solid #d6d6d6 !important;
	border-left: 0 !important;
	border-right: 0 !important;
	border-radius: 0 !important;
	background: #fff !important;
	color: #555;
	text-align: center;
	line-height: 46px;
	-moz-appearance: textfield;
}

.woocommerce div.product .ycbake-vtl__qty-input::-webkit-outer-spin-button,
.woocommerce div.product .ycbake-vtl__qty-input::-webkit-inner-spin-button {
	margin: 0;
	-webkit-appearance: none;
}

.woocommerce div.product .ycbake-vtl__quantity .ycbake-vtl__step {
	display: inline-flex !important;
	flex: 0 0 28px;
	align-items: center;
	justify-content: center;
	width: 28px !important;
	height: 46px !important;
	min-height: 46px;
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	border-radius: 0 !important;
	background: #efefef !important;
	color: #555 !important;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

.woocommerce div.product .ycbake-vtl__quantity .ycbake-vtl__step:hover {
	background: #e2e2e2 !important;
}

.woocommerce div.product .ycbake-vtl__form {
	margin: 0;
	padding: 0;
}

.woocommerce div.product .ycbake-vtl__add.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 88px;
	height: 46px;
	margin: 0;
	padding: 0 8px;
	border: 0;
	border-radius: 0;
	background: #73b383;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	line-height: 46px;
	white-space: nowrap;
}

.woocommerce div.product .ycbake-vtl__add.button:hover,
.woocommerce div.product .ycbake-vtl__add.button:focus {
	background: #5fa272;
	color: #fff;
}

.woocommerce div.product .ycbake-vtl__soldout {
	color: #777;
	font-weight: 600;
}

@media (max-width: 640px) {
	.woocommerce div.product .ycbake-vtl {
		margin-right: -15px;
		padding-bottom: 8px;
	}

	.woocommerce div.product .ycbake-vtl__table {
		width: max-content;
		min-width: 0;
		max-width: none;
		font-size: 14px;
	}

	.woocommerce div.product .ycbake-vtl__spec {
		width: auto;
	}

	.woocommerce div.product .ycbake-vtl__price {
		width: auto;
	}

	.woocommerce div.product .ycbake-vtl__qty {
		width: auto;
	}

	.woocommerce div.product .ycbake-vtl__cart {
		width: auto;
	}

	.woocommerce div.product .ycbake-vtl__table th,
	.woocommerce div.product .ycbake-vtl__table td {
		padding: 8px 6px;
	}
}
