@import url("/css/Cart/common.css");

.cart-member-login {
	border: 1px solid #ccc;
	margin-bottom: 50px;
}
.cart-member-login .panel-heading {
	width: 200px;
	margin-top: -20px;
	margin-left: 10px;
	padding-bottom: 0;
	background-color: #fff;
	text-align: center;
}
.cart-item-price-total p {
	font-weight: bold;
}
.cart-item-btn a {
	color: #fff;
}
.form-cart {
	background: #F5F5F5;
	padding: 20px;
}
.message-cart-empty {
	padding: 30px 0;
}
.cart-item-line-total {
	margin-top: 6px;
	font-size: 12px;
	color: #555;
}
.cart-item-line-total strong {
	color: #333;
	font-size: 14px;
}
.cart-quantity-controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 6px;
}
.cart-continue-shopping {
	margin: 4px 0 20px;
}
.cart-restore-form .btn {
	padding-left: 0;
}
.cart-mobile-checkout-jump {
	display: none;
}
.cart-faq > summary {
	padding: 12px 16px;
	border: 1px solid #ddd;
	cursor: pointer;
	font-weight: 600;
}
.cart-faq > .panel-group {
	margin-top: 10px;
}
.cart-faq-item > summary {
	cursor: pointer;
}
.cart-faq-item:not([open]) > .panel-body {
	display: none;
}

.cart-checkout-choice-title {
	margin: 0 0 12px;
	font-size: 18px;
	font-weight: 600;
}
.cart-checkout-express-note {
	margin: -4px 0 12px;
	color: #666;
}
.stripe-wallet-choice {
	margin-bottom: 0;
}
.stripe-wallet-choice-summary {
	display: flex;
	align-items: center;
	gap: 14px;
	min-height: 74px;
	padding: 12px 16px;
	cursor: pointer;
	list-style: none;
}
.stripe-wallet-choice-summary::-webkit-details-marker {
	display: none;
}
.stripe-wallet-choice-summary:focus-visible {
	outline: 2px solid #337ab7;
	outline-offset: -2px;
}
.stripe-wallet-choice-marks {
	display: flex;
	align-items: center;
	gap: 6px;
	flex: none;
}
.stripe-wallet-choice-marks img {
	width: 70px;
	height: 46px;
	object-fit: contain;
}
.stripe-wallet-choice-text {
	font-weight: 600;
}
.stripe-wallet-choice-text small {
	display: block;
	font-weight: 400;
	color: #666;
}
.stripe-wallet-choice-arrow {
	margin-left: auto;
	font-size: 24px;
}
.stripe-wallet-choice[open] .stripe-wallet-choice-arrow {
	transform: rotate(180deg);
}
.stripe-wallet-choice-body {
	border-top: 1px solid #ddd;
}
.cart-amazon-pay-choice {
	margin-top: 10px;
	margin-bottom: 0;
}
.cart-amazon-pay-choice-body {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}
.cart-amazon-pay-choice-text {
	font-weight: 600;
}
.cart-amazon-pay-choice-text small {
	display: block;
	font-weight: 400;
	color: #666;
}
.cart-amazon-pay-choice-body #AmazonPayButtonV2 {
	flex: none;
}
.cart-checkout-choice-divider {
	margin: 18px 0;
	text-align: center;
	color: #666;
}
.cart-guest-login {
	padding: 10px 14px;
	background: #f5f5f5;
}
@media screen and (max-width: 600px) {
	.cart-mobile-checkout-jump {
		display: inline-block;
		margin: 0 0 20px;
	}
	table.cart-item,
	table.cart-item tbody {
		display: block;
		width: 100%;
	}
	table.cart-item tr {
		display: grid;
		grid-template-columns: 80px minmax(0, 1fr);
		border-bottom: 1px solid #ddd;
	}
	table.cart-item td {
		border-bottom: 0;
	}
	table.cart-item td.cart-item-image {
		width: 80px;
	}
	table.cart-item td.cart-item-details {
		min-width: 0;
	}
	table.cart-item td.cart-item-unit {
		grid-column: 1 / -1;
		width: auto !important;
		padding-top: 0;
		text-align: left;
	}
	table.cart-item td.cart-item-unit .cart-quantity-controls {
		display: inline-flex;
		justify-content: flex-start;
		margin-bottom: 0;
	}
	table.cart-item td.cart-item-unit input,
	table.cart-item td.cart-item-unit .btn-delete-item {
		float: none !important;
	}
	table.cart-item td.cart-item-unit > div:last-child {
		display: inline-block;
		margin-left: 16px;
	}
	.cart-amazon-pay-choice-body {
		flex-wrap: wrap;
	}
	.stripe-wallet-choice-summary {
		gap: 8px;
		padding: 10px;
	}
	.stripe-wallet-choice-marks img {
		width: 56px;
		height: 39px;
	}
	.stripe-wallet-choice-text {
		font-size: 13px;
	}
	.stripe-wallet-choice-text small {
		font-size: 11px;
	}
}

/*

  プログレスバー

*/
.cart-progress {
	background-position: 0 0;
}

/* 180222 */
.cart-btn-bottom {
	width: 980px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 15px;
	background: rgba(204,204,204,0.8);
	z-index: 999;
}
.cart-btn-bottom button, .cart-btn-bottom a {
	margin: 0 10px;
}
@media screen and (max-width: 768px) {
	.cart-btn-bottom {
		width: 100%;
	}
	.cart-btn-bottom button, .cart-btn-bottom a {
		width: 70%!important;
	}
}
