:root {
	--main-primary-color: #FFCE00;
	--main-secondary-color: #00448A;
	--main-bg-color: #F6F3F0;
	--color-red: #FF0000;
	--secondary-red: #CE1431;
	--color-white: #fff;
	--color-black: #000;
	--li-background-color: #00448A1A;
	--main-secondary-color-with-opacity: rgba(0, 68, 138, 0.1);
}

@font-face{
	font-family: 'Ubuntu';
	src: url('/fonts/Ubuntu.ttf');
	font-display: swap;
}

html, body {
	margin: 0;
	font-family: Ubuntu, sans-serif;
	background-color: var(--main-bg-color);
	user-select: none;
	-webkit-user-select: none;
}

h1 {
	margin: 0;
	font-weight: 900;
}

h2 {
	font-size: 1rem;
	font-weight: 500;
}

h3 {
	text-align: left;
}

ul {
	list-style-type: none;
	padding: 0;
}

li {
	color: var(--main-secondary-color);
	text-align: left;
	padding: 1rem;
}

li > img {
	height: 0.75rem;
	width: 1.1875rem;
}

ul > li:hover {
	cursor: pointer;
}

ul > li:last-child {
	border-radius: 0.3125rem;
}

li:last-child {
	margin-left: auto;
}

li:nth-child(odd) {
	background-color: var(--main-secondary-color-with-opacity);
}

li:nth-child(even) {
	background-color: var(--color-white);
}

table {
	margin-top: 0.625rem;
	border-collapse: separate;
	width: 100%;
}

tbody tr td:first-child {
	width: 9.375rem;
}

td {
	text-align: left;
	padding: 0.625rem;
}

td:last-child {
	text-align: right;
}

p {
	font-size: small;
}

a {
	color: black;
	text-decoration: none;
}

a:hover {
	color: var(--main-secondary-color)
}

button {
	cursor: pointer;
}

button:disabled{
	opacity: 0.5;
}

main {
	height: auto;
	text-align: center;
	flex-direction: column;
}

section {
	margin: 1rem;
}

.header {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.titles {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 1rem;
}

.icon-image,
img {
	width: 1.875rem;
	height: 1.875rem;
}

.type-section,
.surrounding-section {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-around;
}

.inner-wrapper {
	width: 3.813rem;
	height: 5.4rem;
	hyphens: auto;
	white-space: normal;
}

.active-type,
.type-wrapper {
	margin-bottom: 2rem;
}

.type-wrapper,
.surrounding-wrapper {
	width: 4.5rem;
	height: 4.5rem;
}

.type-wrapper:hover,
.surrounding-wrapper:hover {
	box-shadow: 0 0.5rem 0.5rem -0.4rem;
	transform: translateY(-0.5rem);
}

.active-type,
.active-heating {
	width: 4.5rem;
	height: 4.5rem;
}

.not-active {
	opacity: 0.2;
}

.active-type > img,
.active-heating > img {
	border-radius: 0.3125rem;
	object-fit: cover;
	width: 4.5rem;
	height: 4.5rem;
	box-shadow: 0 0.104rem 0.208rem rgba(0, 0, 0, 0.2);
}

.active-heating,
.surrounding-wrapper {
	margin-top: 0.625rem;
}

.surrounding-wrapper > img,
.type-wrapper > img {
	border-radius: 0.3125rem;
	object-fit: contain;
	width: 4.5rem;
	height: 4.5rem;
	box-shadow: 0 0.104rem 0.208rem rgba(0, 0, 0, 0.2);
}

.type-span-wrapper,
.placement-span-wrapper
{
	display: flex;
	justify-content: center;
	text-align: center;
}


.type-span-wrapper > span,
.placement-span-wrapper > span {
	font-size: 0.6875rem;
	font-weight: 400;
	line-height: 0.6875rem;
	letter-spacing: 0;
}

.menu-section {
	margin: 3.4375rem 0 0 0;
}

.menu-item {
	margin-top: 1rem;
	background-color: var(--color-white);
	border-radius: 0.3125rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);
}

.active-item{
	pointer-events: auto;
}

.disabled-item{
	pointer-events: none;
	opacity: 0.5;
}

.option-text {
	font-weight: 500;
}

.menu-icon {
	background-color: var(--main-secondary-color);
	height: 1.5rem;
	width: 1.5rem;
	border-radius: 0.3125rem;
}

.menu-item-content {
	height: 4.5rem;
	display: flex;
	width: 22.5rem;
	flex-direction: row;
	align-items: center;
	text-align: center;
	font-size: 1rem;
	line-height: 1.125rem;
}

.menu-item-content > *{
	padding: 0.3125rem;
}

.menu-item-content > img {
	margin-left: 0.75rem;
	margin-right: 0.2rem;
}

.option-header-span {
	font-weight: bold;
	font-size: 1rem;
	line-height: 1.149rem;
}

.menu-item-content > .selected-menu-item-span {
	margin-left: auto;
	margin-right: 4.375rem;
}

.menu-item-content > .arrow-down-button {
	position: absolute;
	right: 0;
	margin-right: 1.25rem;
}

.selected-input {
	color: var(--main-secondary-color);
	font-weight: bold;
	font-size: smaller;
}

.selected-menu-item {
	transform: rotate(180deg);
}

.menu-sub-items-wrapper {
	margin: 0;
	padding: 0;
}

.menu-items > li {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.menu-items > li > img {
	margin-left: auto;
}

.clear-input-section {
	margin: 3.5rem 0.2rem -1.375rem 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.clear-input-section > span {
	line-height: 1.3;
	float: left;
	color: var(--main-secondary-color);
	font-weight: bold;
}

.data-wrapper {
	display: flex;
	align-items: center;
}

.data-wrapper > img {
	margin-right: 0.625rem;
	height: 1.5rem;
	width: 1.5rem
}

.back-button {
	position: absolute;
	padding: 0;
	top: 0.6875rem;
	left: 0.3125rem;
	width: 2.5rem;
	height: 2.5rem;
	border: none;
	background: none;
}

.back-button:hover {
	cursor: pointer;
}

.result-input-section {
	margin: 0;
}

.calculation-header {
	margin-left: 1rem;
}

.calculation-header,
.result-product-section > h3{
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.125rem;
	letter-spacing: 0;
	text-align: left;
}

.result-product-section > h3{
	text-align: left;
}

.inactive-input-wrapper {
	background-color: var(--color-white);
	padding: 0.1875rem 0;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 0.125rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);;
}

.result-input-wrapper {
	background-color: var(--color-white);
	padding: 0.1875rem 0;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1.125rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);
}

.calculation-content {
	display: flex;
	flex-direction: row;
}

.calculation-content > span {
	padding: 1rem;
}

.show-input-button {
	border: none;
	background: none;
	color: var(--main-secondary-color);
	font-weight: bolder;
	margin-left: auto;
	text-align: right;
}

.result-product-wrapper {
	display: flex;
	flex-direction: row;
	align-items: center;
	background-color: var(--color-white);
	margin: 1.25rem 0;
	border-radius: 0.3125rem;
	font-size: 1rem;
	line-height: 1.125rem;
	height: 4.5rem;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);
}

.show-result-button {
	margin: 2.5rem 0 2.5rem 0;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);
	font-weight: 500;
	cursor: pointer;
	background-color: var(--main-primary-color);
	color: var(--color-black);
	border-radius: 0.3125rem;
	font-size: 1rem;
	border: none;
	height: 3.3125rem;
	width: 100%;
}

.result-product-wrapper > img {
	width: 2.6875rem;
	height: 1rem;
	margin-right: 0.625rem;
	margin-left: 0.625rem;
}

.result-product-thickness {
	margin-left: auto;
	margin-right: 1.313rem;
}

.result-product-section {
	margin-top: 2.625rem;
	text-align: left;
}

.product-info-section {
	text-align: left;
	margin-bottom: 3.5rem;
}

.product {
	margin-right: 1.25rem;
}

.result-product-value {
	margin-left: auto;
}

.no-products-section{
	margin-top: 2rem;
	text-align: center;
	font-weight: 700;
	font-size: 1rem;
	line-height: 1.125rem;
	letter-spacing: 0;
}

.red-span {
	color: var(--secondary-red);
}

.information-icon {
	width: 1.64rem;
	height: 1.64rem;
	position: absolute;
	top: 1rem;
	right: 1.3125rem;
}

.information-icon:hover {
	cursor: pointer;
}

.update-container{
	position: fixed;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}

.update-modal{
	position: absolute;
	background-color: #F6F3F0;
	border-radius: 0.3125rem;
	width: 18.75rem;
	height: 9.375rem;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.modal-content{
	margin: auto;
	padding: 1.25rem;
	text-align: center;
	/*box-shadow: 0 0.5rem 0.5rem -0.4rem;*/
	width: auto;
}

.update-button{
	width: 80%;
	height: 3.3125rem;
	background-color: #FFCE00;
	box-shadow: 0 0.125rem 0.25rem rgba(0,0,0, 0.3);
	cursor: pointer;
	color: #000;
	border-radius: 0.3125rem;
	font-size: 1rem;
	margin-bottom: 1.25rem;
	border-color: #FFCE00 ;
}

@media (min-width: 576px) {
}

@media (min-width: 760px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}
