.point-container {
	border: 1px solid #040000;
	font-size: 1.3rem;
	font-weight: bold;
	padding: 5%;
	margin-top: 5%;
}
.row div[class^="col-"]:not(.row) {
	margin-bottom: 0;
}
.circleLoader {
	visibility: hidden;
	opacity: 0;
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	background: #fff;
	width: 100vw;
	height: 120vh;
}
.circleLoader div {
	position: relative;
	width: 90px;
	height: 90px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.circleLoader div .loader-circular {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	transform-origin: center center;
	width: 60px;
	height: 60px;
	margin: auto;
	animation: loader-two-rotate 2s linear infinite;
}
.circleLoader div .loader-path {
	stroke: #111;
	stroke-dasharray: 1, 200;
	stroke-dashoffset: 0;
	stroke-linecap: round;
	animation: loader-two-dash 1.5s ease-in-out infinite;
}
.postageText {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 50px;
}
.font-adjust {
	font-weight: 900;
	font-size: 35px;
}
.cart-header-banner {
	max-width: 1110px;
	width: 100%;
	margin: 10% auto 0 auto;
	padding: 0 15px;
}
.cart-header-banner img {
	width: 100%;
	height: auto;
}
.page-cart .section-sm {
	padding: 35px 0 70px;
}
@media screen and (max-width: 768px) {
	.point-container {
		font-size: 1.2rem;
	}
}
@media screen and (max-width: 600px) {
	.postageText {
		font-size: 17px;
	}
	.font-adjust {
		font-size: 25px;
	}
}
@keyframes loader-two-rotate {
	100% {
		transform: rotate(360deg);
	}
}
@keyframes loader-two-dash {
	0% {
		stroke-dasharray: 1, 200;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -35px;
	}
	100% {
		stroke-dasharray: 89, 200;
		stroke-dashoffset: -124px;
	}
}
.top-header-banner {
	width: 100%;
	background-color: #eaeaea;
	color: #000000;
	font-size: 12px !important;
	padding: 2%;
	font-weight: 600;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	margin-top: 6%;
}
.top-header-content {
	width: fit-content;
	font-size: 22px !important;
	text-decoration: none;
	position: relative;
	z-index: 99;
}

.underline {
	position: absolute;
	width: 100%;
	height: 6px;
	background-color: #c2eb31;
	right: 0;
	left: 0;
	bottom: 16%;
	z-index: -1;
}
.table-responsive .table.pc-only {
	display: none;
}
.pc-only {
	display: none;
}
.table-responsive .table.sp-only {
	display: table;
}
.sp-only {
	display: table;
}
.table-responsive > .table > tbody > tr > td {
	white-space: normal;
	vertical-align: middle;
}
.align-center {
	align-items: center;
}
.item-thumbnail {
	width: 100%;
	max-width: 120px;
	margin-right: 12px;
}
.item-name {
	color: #000;
	font-weight: 600;
}
.product-slides {
	width: 85%;
	margin: 0 auto;
}
.circleLoader.update {
	visibility: visible;
	opacity: 0.4;
}
.btnAdjust {
	width: 100%;
	margin-top: 20px;
}
.width-adjust {
	min-width: 100%;
}
.fontMainAdjust {
	min-height: 35px;
	font-size: 13px;
}
.fontSubAdjust {
	font-size: 14px;
}
.fontTextAdjust {
	font-size: 16px;
	text-align: justify;
}

.c-cart_content__inner {
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
.p-cart_content__inner__product {
	width: calc(100% - 380px);
}
.p-cart_content__inner__side {
	width: 320px;
}
.slick-list {
	padding: 0 !important;
}
.related-item {
	width: 100%;
	max-width: 230px;
	margin-right: 20px;
}
.related-item:last-of-type {
	margin-right: 0;
}
.quantity_label {
	position: relative;
	min-width: 126px;
	max-width: 160px;
}
.quantity_input {
	max-width: 140px;
	height: 40px;
	font-size: 16px;
	padding: 0 20px;
	border-width: 1px;
	border-style: solid;
	border-radius: 2px;
	width: 100%;
	text-align: center;
	padding-left: 50px;
	padding-right: 50px;
}
.quantity__minus {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.quantity__plus {
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 40px;
	height: 40px;
	font-size: 24px;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: 0.4s;
	transition: 0.4s;
}
.quantity_wrap {
	display: flex;
	align-items: center;
	justify-content: center;
}
.quantity_update {
	padding: 10px 16px;
	margin-left: 12px;
	background-color: #3e3e3e;
	border-color: #3e3e3e;
}
.cart-note {
	margin-top: 20px;
	color: #e00707;
	font-size: 16px;
	font-weight: bold;
}
dl {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
dl:last-of-type {
	margin-bottom: 0;
}
.btn {
	padding: 18px;
}
.price-wrap {
	background-color: #d6e3e9;
	padding: 12px 20px;
}
.price-li-item {
	font-size: 14px;
	padding: 8px;
}
.price-li-item:last-of-type {
	background-color: #fff;
}
.login-modal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 999;
}
.login-modal .modal-close {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.login-modal-inner {
	max-width: 520px;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	padding: 45px 25px;
	position: absolute;
	top: 100px;
	left: 50%;
	transform: translateX(-50%);
}
.login-modal-body {
	margin-top: 20px;
}
.sign-in-buy {
	margin-top: 20px;
}

.cart-in-modal {
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	z-index: 999;
}
.cart-in-modal .cart-modal-close {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.cart-in-modal-inner {
	max-width: 520px;
	width: 100%;
	background-color: #fff;
	padding: 45px 25px;
	position: absolute;
	top: 0;
	right: 0;
}
.close-btn {
	position: absolute;
	top: 20px;
	right: 20px;
	font-size: 28px;
	color: #000;
	z-index: 999;
	cursor: pointer;
}
.order-price {
	font-size: 16px;
	border-bottom: 1px solid #9c9c9c;
	padding-bottom: 12px;
}
.related-title {
	font-size: 20px;
	text-align: center;
	margin-top: 40px;
}
.border-b {
	border-bottom: 1px solid #9c9c9c;
}
.td-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	padding: 12px 0;
}
.td-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.price-txt {
	font-size: 18px;
}
.price-txt span {
	font-size: 14px;
}
.delete-icon {
	max-width: 24px;
	width: 100%;
	margin: 0 4px;
}
.delete-icon img {
	width: 100%;
	height: auto;
}
.btn-cart {
	display: flex;
	align-items: center;
	justify-content: center;
}
.cart-img {
	display: inline-block;
	max-width: 20px;
	width: 100%;
	margin-right: 8px;
}
.cart-img img {
	width: 100%;
	height: auto;
}

.p-cart__banner {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin: 40px auto 0;
}

.p-cart__banner a {
	display: inline-block;
}

@media screen and (min-width: 769px) {
	.table-responsive .table.pc-only {
		display: table;
	}
	.table-responsive .table.sp-only {
		display: none;
	}
	.item-thumbnail {
		max-width: 160px;
	}
	.pc-only {
		display: table;
	}
	.sp-only {
		display: none;
	}
	.delete-icon {
		max-width: 28px;
		margin-bottom: 8px;
	}
	.quantity_update {
		padding: 10px 24px;
	}
	.related-title {
		text-align: left;
	}
}
@media screen and (max-width: 768px) {
	.table-responsive {
		border: unset;
	}
	.layout-adjust {
		display: inherit;
	}
	.imgWrap {
		text-align: center;
		margin-bottom: 20px;
	}
	.panelBodyAdjust {
		padding: 8px;
	}
	.c-cart_content__inner {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	.p-cart_content__inner__product {
		width: 100%;
		justify-content: center;
		align-items: center;
	}
	.related-list--v2 .related-item {
    max-width: 180px;
  }
  .related-list--v2 .related-item div:not(.mb-0) {
    display: flex;
    flex-direction: column;
  }
  .related-list--v2 .related-item h2 {
    min-height: 52px;
    margin: 0;
  }
	.related-list--v2 .related-item h2 > a > span {
		display: block;
	}
}
@media screen and (max-width: 450px) {
	.fontSubAdjust {
		font-size: 4vw;
	}
	.fontTextAdjust {
		font-size: 3.2vw;
	}
	.login-modal-inner {
		max-width: 340px;
	}
}

.notice-text {
  font-weight: 700;
  font-size: 14px;
  margin-top: 20px;
}

.related-list-container--sp {
  display: block;
  width: 100%;
}

.related-list--v2.related-list--v2 .related-item {
  max-width: none;
}
.related-list--v2.related-list--v2 .related-item {
  margin-right: 0;
}

