@charset "UTF-8";
img {
	max-width: 100%;
}
.wreath-custom-modal {
	font-family: "Prompt", sans-serif;
}
.wreath-custom-modal.ui.modal:not(.fullscreen) {
	width: 950px;
}
.wreath-custom-modal .wreath-custom-wrapper {
	padding: 20px;
	font-size: 14px;
	margin-bottom: 10px;
}
.wreath-custom-modal .wreath-custom-wrapper .head-title {
	margin-bottom: 20px;
	border: 1px solid #AFB6BC;
}
.wreath-custom-modal .wreath-custom-wrapper .head-title .label {
	padding: 15px;
	color: #0867B2;
	font-size: 16px;
	min-width: 150px;
	border-radius: 0;
	font-weight: 400;
	text-align: center;
	background-color: transparent;
	border-bottom: 5px solid #0867B2;
}
.ui.selection {
	width: 100%;
}
.wreath-custom-wrapper .row {
	margin-bottom: 14px;
}
.wreath-custom-modal .submit-btn {
	/* margin-top: 30px; */
	margin-right:0;
	color: #fff;
	text-align: center;
	font-weight: 400;
	background-color: #0867B2;
}
.wreath-custom-modal .cal-btn{
	/* margin-top: 30px; */
	color: #fff;
	text-align: center;
	font-weight: 400;
	background-color: #0867B2;
}
.wreath-custom-modal .ui.input {
	margin-bottom: 14px;
}
div#form-calculator {
	max-height: calc(100vh - 100px) !important;
	overflow: auto !important;
}
.wreath-custom-modal .cal-btn:hover, .wreath-custom-modal .cal-btn:active, .wreath-custom-modal .cal-btn:focus{
	color: #fff;
	background-color: #3280ac;
}
.wreath-custom-modal .submit-btn:hover, .wreath-custom-modal .submit-btn:active, .wreath-custom-modal .submit-btn:focus{
	color: #fff;
	background-color: #3280ac;
}
.wreath-custom-modal .reset-btn {
	background-color: #fff !important;
	color: #456e82 !important;
	border: 2px solid #bccad5;
	width: fit-content;
	box-sizing: border-box;
}
.wreath-custom-modal .input-err {
	border: 1px solid red !important;
}
.wreath-custom-modal .input-err-alert {
	color: red;
	padding: 10px 0;
	display: none;
}

@media screen and (max-width: 600px) {
	.wreath-custom-modal.ui.modal:not(.fullscreen) {
		width: 100%;
	}
	.wreath-custom-modal .header label {
		font-family: "Prompt", sans-serif !important;
	}
}

.wreath-custom-modal .prd-quantity {
	display: flex;
	color: #99999C;
	font-size: 16px;
	line-height: 40px;
	margin-bottom: 16px;
}
.wreath-custom-modal .prd-quantity b {
	color: var(--neutral-colors-gray-800, #525255);
}
.wreath-custom-modal .prd-quantity span {
	color:#525255;
	margin: 0 5px;
	display: inline-block;
}
.wreath-custom-modal .quantity-tools {
	display: flex;
	margin: 0 16px;
}
.wreath-custom-modal .quantity-tools button {
	width: 40px;
	height: 40px;
	padding: 10px;
	font-size: 16px;
	border-radius: 10px;
	background-color: #fff;
	border: 1px solid var(--neutral-colors-gray-700, #99999C);
}
.wreath-custom-modal .quantity-tools input {
	border: 0;
	width: 58px;
	font-size: 18px;
	padding: 0px 8px;
	font-weight: 700;
	text-align: center;
	color: var(--neutral-colors-gray-800, #525255);
}
.wreath-data-content .item-data .ui.input {
	width: 100%;
}