@charset "utf-8";
/*------------------------------------------------------------
	cart
------------------------------------------------------------*/
#container .productBox .slideBox {
    padding-bottom: 9rem;
    position: relative;
}
#container .productBox .slideBox .com-arrowBox {
    bottom: 0;
}
#container .productBox .com-headline01 {
    margin-top: 8.5rem;
}
.com-cart-items .cart-list .cart-item .item-image a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	aspect-ratio: 1 / 1;
}
.com-cart-items .cart-list .cart-item .item-image a img {
	margin: 0;
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}
.com-headline02 {
	margin-bottom: 6.5rem;
}
.mainBox {
	display: flex;
	flex-direction: column;
	gap: 6rem;
}
.coupons-section {
	padding: 2.7rem 2.4rem 2.4rem;
	background: #DFF1FE;
}
.coupon-title {
	margin-bottom: 2.4rem;
	padding-left: 4.2rem;
	font-size: 2.4rem;
	font-weight: 700;
	background: url(/html/template/nicho/assets/img/common/icon38.png) no-repeat left top -0.1rem / 3.2rem;
}
.coupon-list {
	display: flex;
	flex-wrap: wrap;
	gap: 1.2rem;
}
.coupon-list li {
	padding: 1.5rem;
	width: calc(50% - 0.6rem);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	border-radius: 0.8rem;
	border: 0.1rem solid #B3D4FC;
	background: #fff;
}
.coupon-list li .coupon-info {
	display: flex;
	align-items: center;
	flex: 1;
	gap: 0.8rem;
	font-weight: 700;
}
.coupon-list li .icon-coupon-small {
	width: 3.2rem;
	flex-shrink: 0;
	background: url(/html/template/nicho/assets/img/common/icon38.png) no-repeat center center / 100%;
}
.coupon-list li button {
	width: 10rem;
	height: 3.6rem;
	color: #fff;
	font-size: 1.4rem;
	font-weight: 700;
	border-radius: 0.4rem;
	background: #007ADB;
	border: 0.1rem solid #007ADB;
	transition: 0.3s;
}
@media all and (min-width: 768px) {
	#pagePath {
		margin-bottom: 7.5rem;
	}
	.coupon-list li button:hover {
		color: #007ADB;
        background-color: #D4EDFF;
	}
}
@media all and (max-width: 767px) {
	#pagePath {
		margin-bottom: 5.3rem;
	}
	.com-headline02 {
		margin-bottom: 4.7rem;
	}
	.mainBox {
		gap: 4.8rem;
	}
	.coupons-section {
		margin: 0 -2rem;
		padding: 2.5rem 2rem 2.4rem;
	}
	.coupon-title {
		margin-bottom: 2.1rem;
		font-size: 2rem;
		line-height: 1.5;
	}
	.coupon-list li {
		padding: 0.7rem 1.1rem;
		width: 100%;
	}
	.coupon-list li .icon-coupon-small {
		display: none;
	}
	.coupon-list li button {
		width: 7.6rem;
		padding: 0;
	}
}
/* ec-modal */
.ec-modal .ec-modal-wrap {
	padding: 4.7rem 3.2rem;
}
.coupon-model {
	text-align: left;
	color: #3C4242;
}
.coupon-model-title {
	margin-bottom: 3rem;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 700;
	line-height: 1.2;
}
.coupon-model-title .img {
	width: 6.8rem;
	display: block;
	margin: 0 auto 0.8rem;
}
.coupon-model-sec {
	margin-bottom: 1.5rem;
}
.coupon-model p {
	font-size: 1.4rem;
	line-height: 1.5;
}
.coupon-model .sub-ttl {
	margin-bottom: 0.5rem;
	font-size: 1.2rem;
	font-weight: 700;
}
.ec-modal-btnList {
	margin-top: 2.8rem;
	gap: 1.2rem;
}
.ec-modal-btnList .comBtn a,
.ec-modal-btnList .comBtn button {
	width: 25.4rem;
	height: 4.4rem;
}
.ec-modal-btnList .comBtn01 .cardTxt {
	width: 25.4rem;
	height: 4.4rem;
	font-size: 1.8rem;
	font-weight: 400;
	border: 1px solid #B6C0C0;
	background-color: #fff;
	color: #111111;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 0.4rem;
}
@media all and (max-width: 767px) {
	.ec-modal .ec-modal-wrap {
		padding: 2.3rem 2rem 3.9rem;
	}
	.coupon-model-title {
		margin-bottom: 4.3rem;
		line-height: 1.5;
	}
	.coupon-model-sec {
		margin-bottom: 1.4rem;
	}
	.coupon-model p {
		font-size: 1.2rem;
	}
	.coupon-model .sub-ttl {
		margin-bottom: 0.6rem;
	}
	.ec-modal-btnList {
		margin-top: 3.8rem;
	}
	.ec-modal-btnList .comBtn a,
	.ec-modal-btnList .comBtn button {
		width: 27.1rem;
	}
	.ec-modal-btnList .comBtn01 .cardTxt {
		width: 27.1rem;
		margin: 0 auto;
		color: #677070;
	}
}

.com-totalBox .totalList .total_price {
    font-size: 2.4rem;
    line-height: 1.2;
}
.page-cart .com-totalBox .totalList li {
    align-items: baseline;
}
@media all and (max-width: 767px) {
    .com-totalBox .totalList .total_price {
        font-size: 2rem;
    }
}
