/* product-options */
.product-options {
	list-style: none;
	margin: 0 0 1.5rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
@media (max-width: 991.98px) {
	.product-options {
		margin: 0;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
	}
}
.product-options > li {
	border: 1px solid #dedede;
	border-radius: 1rem;
	transition: border 0.3s ease-out;
	background: #fff;
}
@media (max-width: 991.98px) {
	.product-options > li {
		border: 0;
		border-radius: 0;
		background: none;
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		bottom: 0;
		opacity: 0;
		pointer-events: none;
	}
}
.product-options > li .title-mobile,
.product-options > li .title-opener {
	cursor: pointer;
	padding: 0.9rem;
	position: relative;
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: flex-start;
	transition: all 0.3s ease-out;
	gap: 1rem 1.3rem;
}
@media (max-width: 1199.98px) {
	.product-options > li .title-mobile,
	.product-options > li .title-opener {
		gap: 1rem;
	}
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile,
	.product-options > li .title-opener {
		display: none;
		padding: 0 1.5rem 1rem;
		text-align: center;
	}
}
.product-options > li .title-mobile::before,
.product-options > li .title-opener::before {
	content: "";
	transition: all 0.3s ease-out;
	border: 0.5rem solid transparent;
	border-top: 0.5rem solid currentColor;
	border-bottom: 0;
	margin: 1rem 0 0 0.7rem;
	flex-shrink: 0;
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile::before,
	.product-options > li .title-opener::before {
		display: none;
	}
}
.product-options > li .title-mobile h3, .product-options > li .title-mobile .h3,
.product-options > li .title-opener h3,
.product-options > li .title-opener .h3 {
	margin: 0;
	font-size: 1.6rem;
	line-height: 2.4rem;
	padding-right: 0.7rem;
}
@media (max-width: 1199.98px) {
	.product-options > li .title-mobile h3, .product-options > li .title-mobile .h3,
	.product-options > li .title-opener h3,
	.product-options > li .title-opener .h3 {
		font-size: 1.4rem;
		padding-right: 0;
	}
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile h3, .product-options > li .title-mobile .h3,
	.product-options > li .title-opener h3,
	.product-options > li .title-opener .h3 {
		font-size: 1.8rem;
		margin: 0 0 0.6rem;
	}
}
.product-options > li .title-mobile .label-badge,
.product-options > li .title-opener .label-badge {
	flex-shrink: 0;
	margin-left: auto;
	color: #ff4c34;
	border: 1px solid;
	text-transform: uppercase;
	border-radius: 0.5rem;
	letter-spacing: 0.04em;
	background: #fbf3f1;
	font-size: 1rem;
	line-height: 1.2rem;
	padding: 0.5rem 1.5rem;
	font-weight: 500;
	transition: all 0.3s ease-out;
}
@media (max-width: 1199.98px) {
	.product-options > li .title-mobile .label-badge,
	.product-options > li .title-opener .label-badge {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile .label-badge,
	.product-options > li .title-opener .label-badge {
		color: inherit;
		background: #fff;
		display: inline-block;
		vertical-align: top;
	}
}
.product-options > li .title-mobile .pre-ttl,
.product-options > li .title-opener .pre-ttl {
	display: none;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 0.07em;
	line-height: 1.4;
	margin: 0 0 0.4rem;
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile .pre-ttl,
	.product-options > li .title-opener .pre-ttl {
		display: block;
	}
}
.product-options > li .title-mobile .done-info-list,
.product-options > li .title-opener .done-info-list {
	margin: 0;
	padding: 0 0 0 3rem;
	list-style: none;
	font-weight: bold;
	color: #333;
	width: 100%;
}
@media (max-width: 1199.98px) {
	.product-options > li .title-mobile .done-info-list,
	.product-options > li .title-opener .done-info-list {
		font-size: 1.3rem;
	}
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile .done-info-list,
	.product-options > li .title-opener .done-info-list {
		font-size: 1.5rem;
		padding: 1rem 0 0;
		text-align: left;
	}
}
.product-options > li .title-mobile .done-info-list > li,
.product-options > li .title-opener .done-info-list > li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 0 0 0.5rem;
}
.product-options > li .title-mobile .done-info-list > li .price,
.product-options > li .title-opener .done-info-list > li .price {
	flex-shrink: 0;
	margin-left: auto;
}
@media (max-width: 991.98px) {
	.product-options > li .title-mobile {
		display: block;
	}
}
@media (min-width: 992px) {
	.product-options > li .title-mobile {
		display: none;
	}
}
.product-options > li > .drop {
	display: none;
}
@media (max-width: 991.98px) {
	.product-options > li > .drop {
		display: block !important;
		position: absolute;
		left: 0;
		top: 6rem;
		right: 0;
		bottom: 0;
		overflow-y: auto;
		overflow-x: hidden;
		height: auto !important;
	}
}
.product-options > li > .drop > .wrap {
	opacity: 0;
	transition: opacity 0.3s linear;
	padding: 0 1rem 1.5rem;
}
@media (max-width: 991.98px) {
	.product-options > li > .drop > .wrap {
		opacity: 1;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
.product-options > li > .drop > .wrap .total {
	display: block;
	text-transform: uppercase;
	padding: 1.5rem 0 0;
	letter-spacing: 0.04em;
}
.product-options > li > .drop > .wrap .total small {
	font-size: 1.2rem;
	font-weight: normal;
}
.product-options > li .btn-mobile {
	display: none;
}
@media (max-width: 991.98px) {
	.product-options > li .btn-mobile {
		position: absolute;
		display: block;
		top: 2rem;
		right: 1.5rem;
	}
}
@media (min-width: 992px) {
	.product-options > li.active {
		border-color: #6b6b6b;
	}
	.product-options > li.active > .drop > .wrap {
		opacity: 1;
		transition: opacity 0.3s 0.3s linear;
	}
	.product-options > li.active > .title-opener {
		padding-top: 1.4rem;
		padding-bottom: 1.5rem;
	}
	.product-options > li.active > .title-opener::before {
		transform: scale(1, -1);
	}
	.product-options > li.active > .title-opener .label-badge {
		color: inherit;
		background: #fff;
	}
}
@media (max-width: 991.98px) {
	.product-options > li.active {
		opacity: 1;
		pointer-events: auto;
	}
}
@media (min-width: 992px) {
	.product-options > li.done {
		background: #eef4f9;
	}
	.product-options > li.done > .title-opener {
		color: #0066cc;
		flex-wrap: wrap;
		padding-top: 1.4rem;
	}
	.product-options > li.done > .title-opener .label-badge {
		font-size: 0;
		line-height: 0;
		background: #00bd5e;
		border-color: #00bd5e;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		border-radius: 50%;
		position: relative;
	}
	.product-options > li.done > .title-opener .label-badge::after {
		position: absolute;
		content: "";
		width: 1.4rem;
		height: 1.4rem;
		left: 50%;
		top: 50%;
		background: url("../images/ico-done.svg") no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%);
	}
}
@media (max-width: 991.98px) {
	.product-options > li.done .title-mobile {
		color: #0066cc;
	}
	.product-options > li.done .title-mobile .label-badge {
		font-size: 0;
		line-height: 0;
		background: #00bd5e;
		border-color: #00bd5e;
		width: 2.5rem;
		height: 2.5rem;
		padding: 0;
		border-radius: 50%;
		position: relative;
	}
	.product-options > li.done .title-mobile .label-badge::after {
		position: absolute;
		content: "";
		width: 1.4rem;
		height: 1.4rem;
		left: 50%;
		top: 50%;
		background: url("../images/ico-done.svg") no-repeat;
		background-size: contain;
		transform: translate(-50%, -50%);
	}
}

@media (min-width: 992px) {
	.product-options-container {
		position: relative;
	}
	.product-options-container .tab {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.3s ease-out;
	}
	.product-options-container .tab.active {
		opacity: 1;
		position: relative;
		z-index: 5;
		pointer-events: auto;
	}
	.product-options-container .product-options-close {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.product-options-container {
		margin: 0;
		display: block;
		position: fixed;
		left: 0;
		top: calc(3rem + var(--main-slider-height, 0));
		right: 0;
		bottom: 0;
		background: #fff;
		border-radius: 1rem 1rem 0 0;
		box-shadow: 0 -0.4rem 1rem rgba(0, 0, 0, 0.1);
		z-index: 170;
		transform: translate(0, 120%);
		transition: transform 0.3s ease-out;
	}
	.product-options-container.open {
		transform: translate(0, 0);
	}
	.product-options-container .tab {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		display: none;
	}
	.product-options-container .tab.active {
		display: block;
	}
	.product-options-container .product-options-close {
		position: absolute;
		width: 3rem;
		height: 3rem;
		font-size: 0;
		line-height: 0;
		border-radius: 50%;
		background: #eef4f9;
		cursor: pointer;
		left: 1.5rem;
		top: 2.1rem;
	}
	.product-options-container .product-options-close::before {
		content: "";
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-mask: url("../images/ico-arrow-right.svg") no-repeat 50% 50%;
		        mask: url("../images/ico-arrow-right.svg") no-repeat 50% 50%;
		-webkit-mask-size: contain;
		        mask-size: contain;
		background: currentColor;
		transform: translate(-55%, -50%) scale(-1, 1);
		height: 1.6rem;
		width: 0.9rem;
	}
}

.product-selection {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.product-selection > li {
	background: #f7f7f7;
	border-radius: 1rem;
	padding: 1.5rem;
}
.product-selection > li .hold,
.product-selection > li > label {
	display: block;
	margin: 0;
	font: inherit;
}
.product-selection > li .hold .ttl-row,
.product-selection > li > label .ttl-row {
	display: flex;
	align-items: flex-start;
	margin: 0 0 1rem;
	font-size: 1.6rem;
	line-height: 2rem;
	gap: 2rem;
	transition: all 0.3s ease-out;
}
.product-selection > li .hold .ttl-row .ttl,
.product-selection > li > label .ttl-row .ttl {
	padding-left: 3rem;
	position: relative;
	transition: all 0.3s ease-out;
}
.product-selection > li .hold .ttl-row .ttl::before,
.product-selection > li > label .ttl-row .ttl::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	border: 1px solid;
	border-radius: 50%;
}
.product-selection > li .hold .ttl-row .ttl::after,
.product-selection > li > label .ttl-row .ttl::after {
	position: absolute;
	content: "";
	left: 0.3rem;
	top: 0.3rem;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: currentColor;
	transition: all 0.3s ease-out;
	transform: scale(0);
}
.product-selection > li .hold .ttl-row .qty,
.product-selection > li > label .ttl-row .qty {
	flex-shrink: 0;
	margin-left: auto;
}
.product-selection > li .hold .img,
.product-selection > li > label .img {
	display: block;
	margin: 0 0 1rem;
}
.product-selection > li .hold .img:last-child,
.product-selection > li > label .img:last-child {
	margin-bottom: 0;
}
.product-selection > li .hold .img img,
.product-selection > li > label .img img {
	display: block;
	width: 100%;
	height: auto;
	border-radius: 0.8rem;
}
@media (min-width: 992px) {
	.product-selection > li .hold .img,
	.product-selection > li > label .img {
		aspect-ratio: 1/1;
		position: relative;
		border-radius: 0.8rem;
		overflow: clip;
		isolation: isolate;
		background-color: #e6e5e5;
	}
	.product-selection > li .hold .img img,
	.product-selection > li > label .img img {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-o-object-fit: contain;
		   object-fit: contain;
	}
}
.product-selection > li .hold input,
.product-selection > li > label input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.product-selection > li .hold input:checked ~ .ttl-row,
.product-selection > li > label input:checked ~ .ttl-row {
	margin-bottom: 1.5rem;
}
.product-selection > li .hold input:checked ~ .ttl-row .ttl,
.product-selection > li > label input:checked ~ .ttl-row .ttl {
	font-size: 1.8rem;
}
@media (max-width: 1199.98px) {
	.product-selection > li .hold input:checked ~ .ttl-row .ttl,
	.product-selection > li > label input:checked ~ .ttl-row .ttl {
		font-size: 1.6rem;
	}
}
.product-selection > li .hold input:checked ~ .ttl-row .ttl::after,
.product-selection > li > label input:checked ~ .ttl-row .ttl::after {
	transform: scale(1);
}
.product-selection .selection-list {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
@media (max-width: 1199.98px) {
	.product-selection .selection-list {
		font-size: 1.4rem;
	}
}
@media (max-width: 991.98px) {
	.product-selection .selection-list {
		margin-bottom: 0;
		font-size: 1.6rem;
	}
	.product-selection .selection-list + h4 {
		padding-top: 1rem;
	}
}
@media (max-width: 767.98px) {
	.product-selection .selection-list {
		gap: 0.5rem;
	}
}
.product-selection .selection-list > li > label {
	display: flex;
	margin: 0;
	font: inherit;
	border: 1px solid #dedede;
	align-items: center;
	padding: 1.5rem;
	background: #fff;
	border-radius: 1rem;
	gap: 1rem;
	line-height: 2rem;
}
@media (max-width: 767.98px) {
	.product-selection .selection-list > li > label {
		padding: 0.9rem 1.5rem;
	}
}
.product-selection .selection-list > li > label .ttl {
	font-weight: normal;
	padding-left: 3rem;
	position: relative;
}
.product-selection .selection-list > li > label .ttl::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	border: 1px solid;
	border-radius: 50%;
}
.product-selection .selection-list > li > label .ttl::after {
	position: absolute;
	content: "";
	left: 0.3rem;
	top: 0.3rem;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: currentColor;
	transition: all 0.3s ease-out;
	transform: scale(0);
}
.product-selection .selection-list > li > label .side-txt {
	flex-shrink: 0;
	margin-left: auto;
}
.product-selection .selection-list > li > label input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.product-selection .selection-list > li > label input:checked ~ .ttl {
	font-weight: bold;
}
.product-selection .selection-list > li > label input:checked ~ .ttl::after {
	transform: scale(1);
}
.product-selection .selection-list.grid {
	flex-direction: row;
	gap: 1rem 0;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}
.product-selection .selection-list.grid > li {
	flex-shrink: 0;
	width: 33.3333%;
	padding: 0 0.5rem;
}
@media (max-width: 1199.98px) {
	.product-selection .selection-list.grid > li {
		width: 50%;
	}
}
.product-selection .sub-items {
	padding: 1.5rem 0 0;
	color: #333;
	display: none;
}
@media (max-width: 767.98px) {
	.product-selection .sub-items {
		padding-top: 1rem;
	}
}
.product-selection .sub-items h4, .product-selection .sub-items .h4 {
	font-size: 1.6rem;
	margin: 0 0 1rem;
}
@media (max-width: 1199.98px) {
	.product-selection .sub-items h4, .product-selection .sub-items .h4 {
		font-size: 1.4rem;
	}
}
@media (max-width: 767.98px) {
	.product-selection .sub-items h4, .product-selection .sub-items .h4 {
		font-size: 1.2rem;
	}
}
.product-selection .sub-items .btn {
	width: 100%;
	pointer-events: auto;
}
.product-selection .sub-items .error-msg {
	display: block;
	color: #ff3000;
	font-size: 1.7rem;
	padding: 0.5rem 0 0;
}
@media (max-width: 1199.98px) {
	.product-selection .sub-items .error-msg {
		font-size: 1.5rem;
	}
}
@media (max-width: 991.98px) {
	.product-selection .sub-items .btn-row .btn {
		display: none;
	}
}

/* list-selected-product */
.list-selected-product {
	border-top: 1px solid #dedede;
	padding: 1rem 0 0;
}
@media (max-width: 991.98px) {
	.list-selected-product {
		border-top: 0;
		padding: 0;
	}
}
.list-selected-product .wrap {
	background: #fff;
	padding: 1.5rem 2rem;
}
@media (max-width: 767.98px) {
	.list-selected-product .wrap {
		padding: 1rem;
	}
}
.list-selected-product h2, .list-selected-product .h2 {
	font-size: 2.4rem;
	margin: 0 0 2rem;
}
@media (max-width: 767.98px) {
	.list-selected-product h2, .list-selected-product .h2 {
		font-size: 1.6rem;
		margin: 0 0 1rem;
	}
}
.list-selected-product .msg {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-height: 40rem;
	color: #6b6b6b;
	font-size: 1.8rem;
	text-align: center;
}
@media (max-width: 767.98px) {
	.list-selected-product .msg {
		min-height: 20rem;
		font-size: 1.4rem;
	}
}
.list-selected-product .msg p {
	margin: 0;
}
.list-selected-product .total-panel {
	display: flex;
	align-items: center;
	gap: 2rem;
}
.list-selected-product .total-panel .total {
	flex-shrink: 0;
	margin-left: auto;
	margin-right: 4.8rem;
	font-size: 1.8rem;
	color: #333;
}
@media (max-width: 1199.98px) {
	.list-selected-product .total-panel .total {
		margin-right: 4rem;
	}
}
@media (max-width: 767.98px) {
	.list-selected-product .total-panel .total {
		margin-right: 0;
	}
}
.list-selected-product.has-products {
	border-top: 0;
	padding-top: 0;
}
.list-selected-product.has-products .wrap {
	background: none;
}
@media (max-width: 767.98px) {
	.list-selected-product.has-products .wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.products-list {
	list-style: none;
	margin: 0 0 2rem;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.products-list > li {
	border: 1px solid #dedede;
	border-radius: 1rem;
	transition: border 0.3s ease-out;
	background: #fff;
}
.products-list > li .title-opener {
	cursor: pointer;
	padding: 0.9rem 2rem;
	position: relative;
	text-decoration: none;
	color: #333;
	display: flex;
	align-items: center;
	transition: all 0.3s ease-out;
	gap: 1.3rem 1rem;
}
@media (max-width: 1199.98px) {
	.products-list > li .title-opener {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width: 767.98px) {
	.products-list > li .title-opener {
		flex-wrap: wrap;
	}
}
.products-list > li .title-opener::after {
	content: "";
	flex-shrink: 0;
	width: 2.4rem;
	height: 2.4rem;
	background: url("../images/ico-expand-more-black.svg") no-repeat;
	background-size: contain;
	transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
	.products-list > li .title-opener::after {
		position: absolute;
		top: 1rem;
		right: 1rem;
	}
}
.products-list > li .title-opener .img {
	flex-shrink: 0;
	margin: 0;
	width: 7.5rem;
}
@media (max-width: 1199.98px) {
	.products-list > li .title-opener .img {
		width: 7rem;
	}
}
@media (max-width: 767.98px) {
	.products-list > li .title-opener .img {
		display: none;
	}
}
.products-list > li .title-opener .img img {
	display: block;
	width: 100%;
	height: auto;
	aspect-ratio: 75/50;
	-o-object-fit: contain;
	   object-fit: contain;
}
.products-list > li .title-opener h3, .products-list > li .title-opener .h3 {
	margin: 0;
	font-size: 1.8rem;
	padding-left: 0.6rem;
}
@media (max-width: 1199.98px) {
	.products-list > li .title-opener h3, .products-list > li .title-opener .h3 {
		font-size: 1.6rem;
	}
}
@media (max-width: 767.98px) {
	.products-list > li .title-opener h3, .products-list > li .title-opener .h3 {
		width: 100%;
	}
}
.products-list > li .title-opener .label-badge {
	flex-shrink: 0;
	color: #ff4c34;
	border-radius: 0.5rem;
	background: #fbf3f1;
	font-size: 1.2rem;
	line-height: 1.9rem;
	padding: 0.5rem 1rem;
	font-weight: bold;
}
.products-list > li .title-opener .total {
	flex-shrink: 0;
	margin-left: auto;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	font-weight: 500;
	font-size: 1.4rem;
}
@media (max-width: 767.98px) {
	.products-list > li .title-opener .total {
		font-size: 1.2rem;
	}
}
.products-list > li .total-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}
.products-list > li .total-list > li {
	background: #f7f7f7;
	border-radius: 1rem;
	padding: 1.5rem;
}
.products-list > li .total-list > li h4 {
	margin: 0 0 0.5rem;
	font-size: 1.8rem;
	color: #0066cc;
}
@media (max-width: 1199.98px) {
	.products-list > li .total-list > li h4 {
		font-size: 1.6rem;
	}
}
.products-list > li .total-list > li .done-info-list {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #333;
}
.products-list > li .total-list > li .done-info-list > li {
	display: flex;
	align-items: flex-start;
	gap: 1rem;
	padding: 0 0 0.5rem;
}
.products-list > li .total-list > li .done-info-list > li .price {
	flex-shrink: 0;
	margin-left: auto;
}
.products-list > li > .drop {
	display: none;
}
.products-list > li > .drop > .wrap {
	opacity: 0;
	transition: opacity 0.3s linear;
	padding: 0 2rem 2rem;
}
@media (max-width: 1199.98px) {
	.products-list > li > .drop > .wrap {
		padding: 0 1rem 1rem;
	}
}
.products-list > li.active {
	border-color: #6b6b6b;
}
.products-list > li.active > .drop > .wrap {
	opacity: 1;
	transition: opacity 0.3s 0.3s linear;
}
.products-list > li.active > .title-opener::after {
	transform: scale(1, -1);
}

.links-items {
	margin: 0;
	padding: 0;
	list-style: none;
	font-weight: bold;
	color: #0066cc;
	display: flex;
	font-size: 1.4rem;
	gap: 0.5rem 2.4rem;
	flex-wrap: wrap;
	overflow: hidden;
}
.links-items > li {
	position: relative;
}
.links-items > li + li::before {
	content: "|";
	position: absolute;
	left: -1.3rem;
}
.links-items > li > a {
	display: flex;
	align-items: center;
	gap: 1rem;
}
.links-items > li > a .ico {
	flex-shrink: 0;
}
.links-items > li > a .ico img {
	display: block;
	width: auto;
	max-height: 1.4rem;
}

/* share-list */
.share-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 2rem;
}
@media (max-width: 767.98px) {
	.share-list {
		gap: 1rem;
	}
}
.share-list > li {
	background: #eef4f9;
	border-radius: 1rem;
	padding: 3rem;
}
@media (max-width: 767.98px) {
	.share-list > li {
		padding: 1rem;
	}
}
.share-list > li h4, .share-list > li .h4 {
	margin: 0 0 1rem;
	font-size: 1.8rem;
	color: #053249;
	line-height: 1.4;
}
@media (max-width: 767.98px) {
	.share-list > li h4, .share-list > li .h4 {
		font-size: 1.4rem;
		margin: 0 0 0.5rem;
	}
}
.share-list > li .input-group {
	border: 1px solid rgba(5, 50, 73, 0.5);
	border-radius: 0.8rem;
	overflow: hidden;
}
.share-list > li .input-group .form-control {
	height: 3.8rem;
	font-weight: normal;
	font-size: 1.8rem;
	padding: 0.5rem 1.5rem;
	color: #0066cc;
	border: 0;
	box-shadow: none !important;
	outline: 0;
	font-weight: normal;
}
.share-list > li .input-group .form-control::-moz-placeholder {
	font-weight: normal;
}
.share-list > li .input-group .form-control::placeholder {
	font-weight: normal;
}
@media (max-width: 767.98px) {
	.share-list > li .input-group .form-control {
		height: 3.4rem;
		font-size: 1.2rem;
	}
}
.share-list > li .input-group .btn {
	background: #0066cc;
	border-color: #0066cc;
	color: #fff;
	padding: 0.5rem 3rem;
}
@media (max-width: 767.98px) {
	.share-list > li .input-group .btn {
		padding: 0.4rem 2rem;
	}
}
.share-list > li .input-group .btn:hover {
	background: #053249;
	border-color: #053249;
}
.share-list > li .social-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	gap: 3.2rem;
}
@media (max-width: 767.98px) {
	.share-list > li .social-list {
		gap: 1rem;
	}
}
.share-list > li .social-list > li > a {
	display: flex;
	text-decoration: none;
	align-items: center;
	justify-content: center;
	width: 3.2rem;
	height: 3.2rem;
	background: #0066cc;
	color: #fff;
	border-radius: 50%;
}
.share-list > li .social-list > li > a:hover {
	background: #053249;
}

/* build-flow-section */
.build-flow-section {
	padding: 3rem 0 10rem;
}
@media (max-width: 991.98px) {
	.build-flow-section {
		overflow: hidden;
	}
}
@media (max-width: 767.98px) {
	.build-flow-section {
		padding-top: 1.5rem;
		position: relative;
		background: #fff;
		padding-bottom: 5rem;
	}
}
.build-flow-section .title-block {
	display: flex;
	padding: 0 2rem 1.3rem;
	gap: 2rem;
}
@media (max-width: 1199.98px) {
	.build-flow-section .title-block {
		padding-left: 0;
		padding-right: 0;
	}
}
@media (max-width: 767.98px) {
	.build-flow-section .title-block {
		display: block;
		text-align: center;
		padding-bottom: 1.6rem;
	}
}
.build-flow-section .title-block small {
	display: block;
	font-size: 2.4rem;
	margin-bottom: 1rem;
}
@media (max-width: 767.98px) {
	.build-flow-section .title-block small {
		font: inherit;
		display: inline;
	}
}
.build-flow-section .title-block h1, .build-flow-section .title-block .h1 {
	font-size: 3.2rem;
	line-height: 1.25;
	margin: 0;
}
@media (max-width: 767.98px) {
	.build-flow-section .title-block h1, .build-flow-section .title-block .h1 {
		font-size: 1.4rem;
		margin: 0 0 0.5rem;
	}
}
.build-flow-section .title-block h2, .build-flow-section .title-block .h2 {
	margin-left: auto;
	margin-bottom: 5rem;
	font-size: 2.4rem;
	line-height: 1.25;
	text-align: right;
}
@media (max-width: 767.98px) {
	.build-flow-section .title-block h2, .build-flow-section .title-block .h2 {
		display: none;
	}
}
.build-flow-section .title-block .sub-title {
	display: none;
	background: #eef4f9;
	border-radius: 99px;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	line-height: 1.4rem;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	color: #0066cc;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	.build-flow-section .title-block .sub-title {
		display: inline-block;
		vertical-align: top;
	}
}
.build-flow-section .visual-block {
	margin: 0 0 1rem;
}
.build-flow-section .visual-block figure {
	margin: 0;
}
.build-flow-section .visual-block figure img {
	display: block;
	width: 100%;
	height: auto;
}
.build-flow-section .visual-block .main-slider {
	margin: 0 0 1rem;
	overflow: hidden;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .main-slider {
		margin: 0 0.5rem 0.7rem;
	}
}
.build-flow-section .visual-block .main-slider figure {
	position: relative;
}
.build-flow-section .visual-block .main-slider img {
	aspect-ratio: 730/565;
	-o-object-fit: contain;
	   object-fit: contain;
}
.build-flow-section .visual-block .main-slider .dot {
	pointer-events: none !important;
}
.build-flow-section .visual-block .main-slider .swiper-slide {
	pointer-events: none;
}
.build-flow-section .visual-block .main-slider .swiper-slide-active {
	pointer-events: auto;
}
.build-flow-section .visual-block .main-slider .swiper-slide-active .dot {
	pointer-events: auto !important;
}
.build-flow-section .visual-block .control-panel {
	display: flex;
	align-items: center;
	background: #eef4f9;
	border-radius: 99px;
	flex-shrink: 0;
	padding: 0.5rem 1rem;
	color: #0066cc;
	font-size: 1.6rem;
	font-weight: bold;
	gap: 1.5rem;
}
.build-flow-section .visual-block .control-panel .arrow {
	flex-shrink: 0;
	width: 3rem;
	height: 3rem;
	border: 1px solid;
	border-radius: 50%;
	cursor: pointer;
	transition: all 0.3s ease-out;
	position: relative;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .control-panel .arrow {
		width: 2.5rem;
		height: 2.5rem;
	}
}
.build-flow-section .visual-block .control-panel .arrow::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-mask: url("../images/ico-arrow-right.svg") no-repeat 50% 50%;
	        mask: url("../images/ico-arrow-right.svg") no-repeat 50% 50%;
	-webkit-mask-size: contain;
	        mask-size: contain;
	background: currentColor;
	transform: translate(-50%, -50%);
	height: 1.2rem;
	width: 0.7rem;
}
.build-flow-section .visual-block .control-panel .arrow.prev {
	transform: scale(-1, 1);
}
.build-flow-section .visual-block .control-panel .arrow:hover {
	border-color: #0066cc;
	background: #0066cc;
	color: #fff;
}
.build-flow-section .visual-block .control-panel .txt {
	white-space: nowrap;
	flex-shrink: 0;
}
.build-flow-section .visual-block .title-row {
	padding: 0 0 1.5rem;
	display: flex;
	align-items: center;
	gap: 2rem;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .title-row {
		padding-bottom: 0.6rem;
	}
}
.build-flow-section .visual-block .title-row h3, .build-flow-section .visual-block .title-row .h3 {
	margin: 0;
	font-size: 1.8rem;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .title-row h3, .build-flow-section .visual-block .title-row .h3 {
		font-size: 1.4rem;
		line-height: 1.2;
	}
}
.build-flow-section .visual-block .title-row .control-panel {
	margin-left: auto;
}
.build-flow-section .visual-block .thumbs-slider {
	background: #fff;
	padding: 1.5rem;
	border-radius: 1rem;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider {
		border-radius: 0;
		background: #eef4f9;
		margin: 0 -1.5rem;
		padding: 1rem 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider .control-panel {
		position: absolute;
		top: 2.6rem;
		left: 0;
		right: 0;
		background: none;
		justify-content: space-between;
		pointer-events: none;
		padding: 0 2rem;
	}
	.build-flow-section .visual-block .thumbs-slider .control-panel .txt {
		display: none;
	}
	.build-flow-section .visual-block .thumbs-slider .control-panel .arrow {
		pointer-events: auto;
	}
}
.build-flow-section .visual-block .thumbs-slider .swiper {
	--gap-x: 1rem;
	margin: 0 calc(var(--gap-x) * -0.5);
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider .swiper {
		--gap-x: .5rem;
	}
}
.build-flow-section .visual-block .thumbs-slider .swiper figure {
	border: 1px solid #dedede;
	border-radius: 0.7rem;
	transition: border 0.3s ease-out;
	overflow: hidden;
	position: relative;
	background: #fff;
}
.build-flow-section .visual-block .thumbs-slider .swiper figure::before {
	pointer-events: none;
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: #0066cc;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.build-flow-section .visual-block .thumbs-slider .swiper figure .img {
	padding: 0.4rem 0.3rem 0;
}
.build-flow-section .visual-block .thumbs-slider .swiper figure .img img {
	aspect-ratio: 124/70;
	-o-object-fit: contain;
	   object-fit: contain;
}
.build-flow-section .visual-block .thumbs-slider .swiper figure figcaption {
	text-align: center;
	text-transform: uppercase;
	font-size: 1.2rem;
	letter-spacing: 0.04em;
	padding: 0.4rem 0;
	transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider .swiper figure figcaption {
		font-size: 1rem;
	}
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide {
	padding: 0 calc(var(--gap-x) * 0.5);
	height: auto;
	display: flex;
	width: 20%;
	color: #6b6b6b;
	cursor: pointer;
	font-weight: 500;
	transition: all 0.3s ease-out;
	text-decoration: none;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide {
		width: auto;
	}
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide > * {
	flex-shrink: 0;
	width: 100%;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide > * {
		width: 8rem;
	}
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide:hover figure {
	border-color: #0066cc;
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide-thumb-active {
	color: #0066cc;
	font-weight: bold;
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide-thumb-active figure {
	border-color: #0066cc;
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide-thumb-active figure::before {
	opacity: 0.1;
}
.build-flow-section .visual-block .thumbs-slider .swiper .swiper-slide-thumb-active figure figcaption {
	background: rgba(0, 102, 204, 0.1);
}
.build-flow-section .visual-block .dots {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.build-flow-section .visual-block .dots .swiper-wrapper {
	position: static;
	display: block;
	pointer-events: none;
	transform: none !important;
}
.build-flow-section .visual-block .dots .dot {
	pointer-events: auto;
	position: absolute;
	left: var(--left, 0);
	top: var(--top, 0);
	transform: translate(-50%, -50%);
	width: 3rem !important;
	height: 3rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
	background: #ff4c34;
	border-radius: 50%;
	font-size: 1.4rem;
	font-weight: bold;
	cursor: pointer;
	color: #fff;
	transition: background 0.3s ease-out;
	line-height: 1;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .dots .dot {
		width: 2rem !important;
		height: 2rem;
		font-size: 1rem;
	}
}
.build-flow-section .visual-block .dots .dot::before {
	position: absolute;
	content: "";
	z-index: -1;
	background: #0066cc;
	opacity: 0;
	left: -1rem;
	top: -1rem;
	right: -1rem;
	bottom: -1rem;
	border-radius: 50%;
	transform: scale(0);
	transition: all 0.3s ease-out;
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .dots .dot::before {
		left: -0.5rem;
		top: -0.5rem;
		right: -0.5rem;
		bottom: -0.5rem;
	}
}
.build-flow-section .visual-block .dots .dot:not(.done):hover {
	background: #0066cc;
}
.build-flow-section .visual-block .dots .dot.swiper-slide-active:not(.done) {
	background: #0066cc;
}
.build-flow-section .visual-block .dots .dot.swiper-slide-active:not(.done)::before {
	transform: scale(1);
	opacity: 0.2;
}
.build-flow-section .visual-block .dots .dot.done {
	background: #00bd5e;
	font-size: 0;
	line-height: 0;
}
.build-flow-section .visual-block .dots .dot.done::after {
	position: absolute;
	content: "";
	width: 1.6rem;
	height: 1.6rem;
	left: 50%;
	top: 50%;
	background: url("../images/ico-done.svg") no-repeat;
	background-size: contain;
	transform: translate(-50%, -50%);
}
.build-flow-section .visual-block .dots .control-panel {
	position: absolute;
	bottom: 100%;
	right: 2rem;
	margin-bottom: 1rem;
}
@media (max-width: 1199.98px) {
	.build-flow-section .visual-block .dots .control-panel {
		right: 0;
	}
}
@media (max-width: 767.98px) {
	.build-flow-section .visual-block .dots .control-panel {
		display: none;
	}
}
@media (max-width: 991.98px) {
	.build-flow-section .tabs-container {
		position: relative;
	}
	.build-flow-section .tabs-container .tab-block {
		position: absolute;
		left: 0;
		top: 0;
		right: 0;
		pointer-events: none;
		opacity: 0;
		transition: opacity 0.3s ease-out;
	}
	.build-flow-section .tabs-container .tab-block.active {
		opacity: 1;
		position: relative;
		z-index: 5;
		pointer-events: auto;
	}
}
@media (min-width: 992px) {
	.build-flow-section .side-block {
		position: sticky;
		top: 0;
		height: calc(100svh - var(--header-visible-part));
		overflow-y: auto;
		overflow-x: hidden;
		margin-top: -3rem;
		padding-top: 3rem;
		padding-bottom: 3rem;
		transition: all 0.3s ease;
		--width-scrollbar: .5rem;
		--color-primary: #6b6b6b;
		--radius-scrollbar: 1rem;
		--bg-track: #dedede;
		padding-right: var(--width-scrollbar);
		overflow-y: scroll;
		overflow-x: hidden;
	}
	@-moz-document url-prefix() {
		.build-flow-section .side-block {
			scrollbar-color: var(--color-primary) var(--bg-track);
			scrollbar-width: thin;
		}
	}
	.build-flow-section .side-block::-webkit-scrollbar {
		width: var(--width-scrollbar);
		border-radius: var(--radius-scrollbar);
	}
	.build-flow-section .side-block::-webkit-scrollbar-track {
		background: var(--bg-track);
		border-radius: var(--radius-scrollbar);
	}
	.build-flow-section .side-block::-webkit-scrollbar-thumb {
		background: var(--color-primary);
		border-radius: var(--radius-scrollbar);
	}
	.build-flow-section .side-block .product-options-container {
		overflow: hidden;
	}
}
.build-flow-section .side-block h2, .build-flow-section .side-block .h2 {
	font-size: 3.2rem;
	line-height: 1.15;
	margin: 0 0 0.8rem;
}
@media (max-width: 991.98px) {
	.build-flow-section .side-block h2, .build-flow-section .side-block .h2 {
		display: none;
	}
}
.build-flow-section .side-block .sub-title-row {
	display: flex;
	align-items: center;
	padding: 0 0 1.5rem;
	color: #333;
	gap: 2rem;
}
@media (max-width: 991.98px) {
	.build-flow-section .side-block .sub-title-row {
		display: none;
	}
}
.build-flow-section .side-block .sub-title-row .total {
	font-size: 1.8rem;
}
@media (max-width: 1199.98px) {
	.build-flow-section .side-block .sub-title-row .total {
		font-size: 1.8rem;
	}
}
.build-flow-section .side-block .sub-title-row .btn {
	flex-shrink: 0;
	margin-left: auto;
}
@media (max-width: 1199.98px) {
	.build-flow-section .side-block .sub-title-row .btn {
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
}
@media (max-width: 991.98px) {
	.build-flow-section .side-block .finish-btn-row {
		padding-top: 1rem;
		margin: 0 -0.5rem;
	}
}
.build-flow-section .side-block .finish-btn-row .btn {
	width: 100%;
}

.preset-packages {
	padding: 2rem;
	margin: 0 0 1rem;
}
@media (max-width: 767.98px) {
	.preset-packages {
		margin: 0 -0.5rem;
		padding: 1rem 0 0;
	}
}
.preset-packages .title-banner {
	margin: 0 0 1rem;
	min-height: 15rem;
	position: relative;
	border-radius: 1rem;
	z-index: 1;
	box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.1);
	overflow: hidden;
	color: #fff;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	justify-content: center;
	font-weight: bold;
	letter-spacing: 0;
}
@media (max-width: 767.98px) {
	.preset-packages .title-banner {
		font-size: 1.4rem;
		padding: 1rem;
		min-height: 12rem;
	}
}
.preset-packages .title-banner .img {
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
}
.preset-packages .title-banner .img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}
@media (max-width: 767.98px) {
	.preset-packages .title-banner .img::after {
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		content: "";
		background: #000;
		z-index: 3;
		opacity: 0.2;
	}
}
.preset-packages .title-banner .img::before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
	z-index: 5;
}
.preset-packages .title-banner h2, .preset-packages .title-banner .h2 {
	margin: 0.6rem 0 0;
	font-size: 3.2rem;
}
@media (max-width: 767.98px) {
	.preset-packages .title-banner h2, .preset-packages .title-banner .h2 {
		font-size: 1.8rem;
		margin-top: 0;
	}
}
.preset-packages .title-banner p {
	margin-bottom: 0;
}
@media (min-width: 768px) {
	.preset-packages .title-banner p br {
		display: none;
	}
}
.preset-packages .package-box {
	flex-shrink: 0;
	width: 100%;
	border: 1px solid #bdbdbd;
	border-radius: 1rem;
	padding: 2rem;
	text-align: center;
	font-weight: bold;
	color: #333;
}
@media (max-width: 1199.98px) {
	.preset-packages .package-box {
		padding: 1.5rem;
	}
}
@media (max-width: 767.98px) {
	.preset-packages .package-box {
		margin: 0 0 1rem;
		padding: 1rem;
		display: flex;
		gap: 1rem;
		align-items: center;
		text-align: left;
	}
	.preset-packages .package-box header {
		flex-shrink: 0;
		width: calc(50% - 0.5rem);
	}
	.preset-packages .package-box footer {
		flex-grow: 1;
		width: 1%;
	}
}
.preset-packages .package-box h3, .preset-packages .package-box .h3 {
	margin: -0.2rem 0 0;
	font: inherit;
}
@media (max-width: 767.98px) {
	.preset-packages .package-box h3, .preset-packages .package-box .h3 {
		margin-top: 0;
		margin-bottom: 0.5rem;
	}
}
.preset-packages .package-box p {
	margin: 0 0 1rem;
}
@media (max-width: 767.98px) {
	.preset-packages .package-box p {
		margin-bottom: 0;
	}
}
.preset-packages .package-box .btn {
	width: 100%;
	padding-left: 1rem;
	padding-right: 1rem;
	text-align: center;
}
.preset-packages .package-box .btn + .btn {
	margin-top: 1rem;
}
@media (max-width: 767.98px) {
	.preset-packages .package-box .btn + .btn {
		margin-top: 0.5rem;
	}
}

.tabs-nav {
	margin: 0 0 1rem;
	border-bottom: 1px solid #dedede;
	text-transform: uppercase;
	font-weight: 500;
	letter-spacing: 0.07em;
	font-size: 1.2rem;
	color: #333;
}
@media (max-width: 767.98px) {
	.tabs-nav {
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		padding: 0 1rem;
	}
}
.tabs-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 2rem;
}
.tabs-nav ul li {
	flex-grow: 1;
}
.tabs-nav ul li a {
	display: block;
	text-align: center;
	padding: 1.3rem 1rem;
	position: relative;
	text-decoration: none;
}
.tabs-nav ul li a::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: 0;
	right: 0;
	height: 0.2rem;
	background: currentColor;
	opacity: 0;
}
.tabs-nav ul li a.active::before {
	opacity: 1;
}

/* modal-custom */
.modal-custom .modal-dialog {
	max-width: 73rem;
	margin: 0 auto;
}
@media (max-width: 767.98px) {
	.modal-custom .modal-dialog {
		max-width: calc(100vw - 3rem);
	}
}
.modal-custom .modal-content {
	padding: 3rem;
	border: 0;
	border-radius: 1rem;
}
@media (max-width: 767.98px) {
	.modal-custom .modal-content {
		padding: 1.5rem;
		border-radius: 0.5rem;
	}
}
.modal-custom .modal-header {
	display: flex;
	align-items: center;
	border-bottom: 0;
	padding: 0 0 1rem;
	gap: 1rem;
}
.modal-custom .modal-header h3, .modal-custom .modal-header .h3 {
	margin: 0;
	font-size: 2.4rem;
}
@media (max-width: 767.98px) {
	.modal-custom .modal-header h3, .modal-custom .modal-header .h3 {
		font-size: 1.6rem;
	}
}
.modal-custom .modal-body {
	padding: 0;
}
.modal-custom .btn-close {
	padding: 0;
	margin: 0;
	height: 3rem;
	width: 3rem;
	opacity: 1;
	z-index: 15;
	background: none;
	color: #000;
	flex-shrink: 0;
	margin-left: auto;
	position: relative;
}
@media (max-width: 767.98px) {
	.modal-custom .btn-close {
		width: 2rem;
		height: 2rem;
	}
}
.modal-custom .btn-close::after, .modal-custom .btn-close::before {
	content: "";
	height: 0.2rem;
	background: currentColor;
	position: absolute;
	transform: translate(0, -50%) rotate(45deg);
	top: 50%;
	left: 0.4rem;
	right: 0.4rem;
}
@media (max-width: 767.98px) {
	.modal-custom .btn-close::after, .modal-custom .btn-close::before {
		left: 0.2rem;
		right: 0.2rem;
	}
}
.modal-custom .btn-close::after {
	transform: translate(0, -50%) rotate(-45deg);
}
.modal-custom .btn-close:hover {
	color: #ff3000;
}

@media (min-width: 768px) {
	.modal-default .modal-dialog {
		max-width: 56rem !important;
	}
}
.modal-default .modal-header h4 {
	font-size: 2.4rem;
	margin-bottom: 0;
	line-height: 1.2;
	text-align: center;
}
@media (max-width: 767.98px) {
	.modal-default .modal-header h4 {
		font-size: 1.8rem;
		max-width: 90%;
		align-self: flex-start;
	}
}
@media (min-width: 768px) {
	.modal-default .modal-header h4.fz-lg {
		font-size: 3.2rem;
		padding-top: 1.4rem;
		color: #000;
	}
}
@media (max-width: 767.98px) {
	.modal-default .modal-header h4.fz-lg {
		padding-top: 0.5rem;
	}
}
.modal-default .modal-header .back-link {
	position: absolute;
	left: 3rem;
	top: 3rem;
}
@media (max-width: 767.98px) {
	.modal-default .modal-header .back-link {
		top: 1.5rem;
		left: 1.5rem;
	}
}
.modal-default .qty-block {
	background: #eef4f9;
	border-radius: 1rem;
	padding: 2rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 2rem;
}
.modal-default .qty-block .qty-item input[type=number] {
	height: 4.8rem;
	font-size: 1.8rem;
	border-radius: 0.5rem;
	width: 7rem;
}
@media (max-width: 767.98px) {
	.modal-default .qty-block .qty-item input[type=number] {
		margin: 0 1.2rem;
	}
}
@media (min-width: 768px) {
	.modal-default .qty-block .qty-item .qty-btn {
		width: 3.4rem;
		height: 3.4rem;
	}
	.modal-default .qty-block .qty-item .qty-btn::before, .modal-default .qty-block .qty-item .qty-btn::after {
		width: 1.6rem;
	}
}
@media (max-width: 767.98px) {
	.modal-default .qty-block .qty-item .qty-btn {
		width: 2.4rem;
		height: 2.4rem;
	}
}
@media (max-width: 767.98px) {
	.modal-default .qty-block .btn {
		min-width: 100%;
	}
}
.modal-default .selection-wrap {
	max-width: 25rem;
	margin: 0 auto;
	padding-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
	.modal-default .selection-wrap {
		padding-bottom: 0.5rem;
	}
}
.modal-default .selection-wrap .btn {
	min-width: 100%;
}
.modal-default .selection-list {
	margin: 0 0 1.5rem;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}
@media (max-width: 1199.98px) {
	.modal-default .selection-list {
		font-size: 1.4rem;
	}
}
@media (max-width: 991.98px) {
	.modal-default .selection-list {
		font-size: 1.6rem;
	}
}
.modal-default .selection-list > li > label {
	display: flex;
	margin: 0;
	font: inherit;
	border: 1px solid #656566;
	align-items: center;
	padding: 1rem 1.5rem;
	background: #fff;
	border-radius: 1rem;
	gap: 1rem;
	line-height: 2rem;
	color: #333;
}
.modal-default .selection-list > li > label .ttl {
	font-weight: bold;
	padding-left: 3rem;
	position: relative;
}
.modal-default .selection-list > li > label .ttl::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 2rem;
	height: 2rem;
	border: 1px solid;
	border-radius: 50%;
}
.modal-default .selection-list > li > label .ttl::after {
	position: absolute;
	content: "";
	left: 0.3rem;
	top: 0.3rem;
	width: 1.4rem;
	height: 1.4rem;
	border-radius: 50%;
	background: currentColor;
	transition: all 0.3s ease-out;
	transform: scale(0);
}
.modal-default .selection-list > li > label .side-txt {
	flex-shrink: 0;
	margin-left: auto;
}
.modal-default .selection-list > li > label input {
	position: absolute;
	left: -9999px;
	opacity: 0;
}
.modal-default .selection-list > li > label input:checked ~ .ttl {
	font-weight: bold;
}
.modal-default .selection-list > li > label input:checked ~ .ttl::after {
	transform: scale(1);
}
.modal-default .selection-list.grid {
	flex-direction: row;
	gap: 1rem 0;
	flex-wrap: wrap;
	margin: 0 -0.5rem;
}
.modal-default .selection-list.grid > li {
	flex-shrink: 0;
	width: 33.3333%;
	padding: 0 0.5rem;
}
@media (max-width: 1199.98px) {
	.modal-default .selection-list.grid > li {
		width: 50%;
	}
}

/* summary-box */
.summary-box {
	border: 1px solid #dedede;
	border-radius: 1rem;
	margin: 0 0 2rem;
	padding: 2rem;
	background: #fff;
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
	color: #333;
}
@media (max-width: 767.98px) {
	.summary-box {
		gap: 2rem;
	}
}
.summary-box .title-row {
	display: flex;
	align-items: center;
	gap: 0.1rem 1rem;
}
@media (max-width: 767.98px) {
	.summary-box .title-row {
		flex-wrap: wrap;
	}
}
.summary-box .title-row h3, .summary-box .title-row .h3 {
	font-size: 1.8rem;
	margin: 0;
	line-height: 1.2;
}
@media (max-width: 767.98px) {
	.summary-box .title-row h3, .summary-box .title-row .h3 {
		order: 1;
	}
}
.summary-box .title-row .link-item {
	font-size: 1.2rem;
	color: #ff3000;
	text-decoration: underline;
	display: flex;
	align-items: center;
	gap: 0.5rem;
}
@media (max-width: 767.98px) {
	.summary-box .title-row .link-item {
		order: 3;
	}
	.summary-box .title-row .link-item.has-ico {
		font-size: 0;
		line-height: 0;
		gap: 0;
	}
}
.summary-box .title-row .link-item:hover {
	text-decoration: none;
}
.summary-box .title-row .link-item .ico {
	flex-shrink: 0;
	margin: -0.4rem 0;
}
.summary-box .title-row .link-item .ico img {
	display: block;
	width: auto;
	max-height: 2.4rem;
}
@media (max-width: 767.98px) {
	.summary-box .title-row .link-item .ico img {
		max-height: 2rem;
	}
}
.summary-box .title-row .link-item-end {
	flex-shrink: 0;
	margin-left: auto;
}
@media (max-width: 767.98px) {
	.summary-box .title-row .link-item-end {
		order: 2;
	}
}
.summary-box .info-row {
	display: flex;
	align-items: center;
	gap: 1rem;
	margin: 0;
}
.summary-box .info-row .img {
	flex-shrink: 0;
	width: 7rem;
}
.summary-box .info-row .img img {
	display: block;
	width: 100%;
	height: auto;
	border: 1px solid #dedede;
	border-radius: 1rem;
	aspect-ratio: 1;
	-o-object-fit: cover;
	   object-fit: cover;
}
.summary-box .info-row figcaption {
	flex-grow: 1;
	display: flex;
	align-items: center;
	gap: 1rem;
	width: 1%;
}
@media (max-width: 767.98px) {
	.summary-box .info-row figcaption {
		display: block;
	}
}
.summary-box .info-row figcaption h4 {
	margin: 0;
	font-size: 1.7rem;
	line-height: 1.1;
}
@media (max-width: 767.98px) {
	.summary-box .info-row figcaption h4 {
		font-size: 1.6rem;
		line-height: 1.33;
	}
}
.summary-box .info-row figcaption p {
	margin: 0;
	color: #6b6b6b;
}
.summary-box .info-row figcaption .txt {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	font-size: 1.7rem;
	font-weight: 500;
}
@media (max-width: 767.98px) {
	.summary-box .info-row figcaption .txt {
		font-size: 1.2rem;
		font-weight: normal;
		gap: 0.7rem;
	}
}
.summary-box .info-row figcaption .price {
	flex-shrink: 0;
	margin-left: auto;
	font-size: 1.8rem;
	color: #0066cc;
}
@media (max-width: 767.98px) {
	.summary-box .info-row figcaption .price {
		font-size: 1.6rem;
		margin: 0.5rem 0 0;
		display: block;
	}
}
.summary-box .info-row figcaption .price-and-labor {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.5rem 0.75rem;
	margin-left: auto;
	flex-shrink: 0;
}
.summary-box .info-row figcaption .labor-estimate-tag {
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	color: #0066cc;
	background: #e7f1ff;
	border: 1px solid #b3d4ff;
	border-radius: 999px;
	padding: 0.25rem 0.6rem;
	white-space: nowrap;
}
@media (max-width: 767.98px) {
	.summary-box .info-row figcaption .price-and-labor {
		margin-left: 0;
		margin-top: 0.5rem;
	}
}
.summary-box .labor-disclaimer-row {
	width: 100%;
	margin-top: 1rem;
	padding: 0.75rem 1rem;
	background: #f5f8fa;
	border: 1px solid #e2e8f0;
	border-radius: 0.5rem;
	box-sizing: border-box;
}
.summary-box .labor-disclaimer-row .labor-disclaimer-text {
	margin: 0;
	font-size: 0.85rem;
	line-height: 1.45;
	color: #555;
}
.summary-box .products-list {
	margin: 0;
}
@media (max-width: 767.98px) {
	.summary-box .products-list {
		gap: 0;
		margin-top: -0.8rem;
		margin-bottom: -0.8rem;
	}
}
@media (max-width: 767.98px) {
	.summary-box .products-list > li {
		border-width: 0 0 1px;
		border-radius: 0;
	}
	.summary-box .products-list > li:last-child {
		border-bottom-width: 0;
	}
}
.summary-box .products-list > li .title-opener {
	padding-left: 1.5rem;
	padding-right: 0.3rem;
}
@media (max-width: 767.98px) {
	.summary-box .products-list > li .title-opener {
		padding: 1rem 0;
	}
	.summary-box .products-list > li .title-opener::after {
		right: 0;
	}
}
.summary-box .products-list > li .title-opener h3, .summary-box .products-list > li .title-opener .h3 {
	padding-left: 0;
}
@media (max-width: 767.98px) {
	.summary-box .products-list > li .title-opener h3, .summary-box .products-list > li .title-opener .h3 {
		padding-left: 0.3rem;
	}
}
@media (max-width: 767.98px) {
	.summary-box .products-list > li .title-opener .total {
		display: none;
	}
}
.summary-box .action-row {
	display: flex;
	align-items: center;
	font-size: 14px;
}
.summary-box .action-row .qty-item input[type=number] {
	font-size: 1.4rem;
	width: 20px;
	height: 22px;
	border: 0;
	border-radius: 0;
	margin-left: 0;
	order: 3;
	margin-right: 3px;
	padding: 0;
	text-align: left;
}
.summary-box .action-row .qty-item .prefix {
	margin-left: 16px;
	order: 2;
	margin-right: 3px;
}
.summary-box .action-row .qty-item .qty-btn-remove {
	order: 1;
}
.summary-box .action-row .qty-item .qty-btn-add {
	order: 4;
}
.summary-box .action-row .qty-item .qty-btn {
	width: 17px;
	height: 17px;
}
.summary-box .action-row .qty-item .qty-btn-remove::before {
	height: 1px;
	width: 9px;
	border-bottom-width: 1px;
}
.summary-box .action-row .qty-item .qty-btn-add::before, .summary-box .action-row .qty-item .qty-btn-add::after {
	height: 1px;
	width: 9px;
	border-bottom-width: 1px;
}
.summary-box .action-row .action-links {
	margin: 0 0 0 auto;
	padding: 0;
	list-style: none;
	flex-shrink: 0;
	display: flex;
	flex-wrap: wrap;
	text-transform: uppercase;
	letter-spacing: 1.2px;
	font-size: 12px;
	font-weight: 500;
	gap: 1.4rem;
}
.summary-box .action-row .action-links li {
	position: relative;
	flex-shrink: 0;
}
.summary-box .action-row .action-links li + li::before {
	position: absolute;
	content: "|";
	left: -0.9rem;
	top: 0;
}
.summary-box .action-row .action-links li a {
	text-decoration: underline;
	text-underline-offset: 1px;
}
.summary-box .action-row .action-links li a:hover {
	text-decoration: none;
}
.summary-box .action-row .action-links li.red-color a {
	color: #ff3000;
}
.summary-box .links-items {
	justify-content: center;
}
/*# sourceMappingURL=custom-build-flow.css.map */
