@font-face {
	font-family: "Baskerville";
	src: url("../fonts/BaskervilleMTStd-Italic.otf");
}

@font-face {
	font-family: 'museo-sans';
	font-style: normal;
	font-weight: 400;
	src: url("../fonts/Raleway-Regular.ttf") format('truetype');
}

@font-face {
	font-family: 'museo-sans';
	font-style: italic;
	font-weight: 400;
	src: url("../fonts/Raleway-Italic.ttf") format('truetype');
}

@font-face {
	font-family: 'museo-sans';
	font-style: normal;
	font-weight: 600;
	src: url("../fonts/Raleway-Bold.ttf") format('truetype');
}


@font-face {
	font-family: 'museo-sans';
	font-style: italic;
	font-weight: 600;
	src: url("../fonts/Raleway-BoldItalic.ttf") format('truetype');
}

:root, :host {
	--fa-style-family-sharp: 'Font Awesome 6 Sharp';
	--fa-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
}

@font-face {
	font-family: 'Font Awesome 6 Sharp';
	font-style: normal;
	font-weight: 400;
	font-display: block;
	src: url("../fonts/fa-sharp-regular-400.woff2") format("woff2"), url("../webfonts/fa-sharp-regular-400.ttf") format("truetype");
}

.fasr,
.fa-regular,
.far{
	font-weight: 400;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: var(--fa-display, inline-block);
	font-style: normal;
	font-variant: normal;
	line-height: 1;
	text-rendering: auto;

	&::before{
		font-family: 'Font Awesome 6 Sharp';
	}
}


.fa-search::before {
	content: "\f002";
}
.fa-times::before {
	content: "\f00d";
}
.fa-bag-shopping::before {
	content: "\f290";
}
.fa-chevron-right::before {
	content: "\f054";
}
.fa-chevron-left::before {
	content: "\f053";
}
.fa-arrow-right::before{
	content: "\f061";
}
.fa-trash::before{
	content: "\f1f8";
}
.fa-pen::before{
	content: "\f044";
}

body{
	color: rgb(68, 77, 83);
	font-family: museo-sans, Arial;
	font-weight: 400;
}

img{
    width:100%;
}

b{
	font-weight: 600;
}

button{
    background:none;
    border:none;
    box-shadow: none;
    outline:none;
	cursor:pointer;
}

button.selected{
	background:#fff;
	color:rgb(68, 77, 83);
}

button i,
.button i{
	line-height: 1.2;
}

.moodNaviItemContainer h1,
.sideBar h1,
.flexItem.title h1{
    color:#fff;
    font-family: Baskerville;
    margin:0;
    text-decoration: none;
    font-weight: normal;
    font-size:5.2rem;
	text-transform: none;
}


h1{
    margin:0;
    font-size: 1.6rem;
    margin-bottom: 1rem;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 1.8rem;
}

h1 b{
	font-weight: normal;
}

h2{
    margin:0;
	font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 2rem;
	text-transform: uppercase;
}

h3{
	margin:0;
	margin-bottom: .2rem;
    font-size: 1.2rem;
	text-transform: uppercase;
	line-height: 1.2rem;
	font-weight: normal;
}

h1 a,
h2 a,
h3 a{
	text-decoration: none;
}

h3 + h3{
	margin:.3rem 0;
}

td {
	vertical-align: top;
}


h2:last-child,
p:last-child{
	margin-bottom: 0;
}

p,
blockquote{
	margin:0 0 1em 0;
	font-size: 1.1rem;
	font-weight: normal;
}


li{
	font-size: 1.1rem;
	font-weight: normal;
}

table:not(:empty){
	width: 100%;
	margin-bottom: 1rem;
	border: none;
	border-collapse: collapse;
}

div.flexItem table p{
	margin:0;
}

table th{
	border-bottom:0.1rem solid rgba(255,255,255,.6);
	font-weight: bold;
}

table td {
    padding: .4rem;
	border-bottom:0.1rem solid rgba(255,255,255,.6);
}

table td:first-child{
	padding-left: 0;
}


ul{
	margin:0 0 1em 0;
}

a.button,
button,
.flexItem i a,
div.content i a{
	font-weight: bold;
	padding:.5rem 1rem;
	border:1px solid #fff;
	text-transform: uppercase;
	text-decoration: none;
	font-size: initial;
	font-style: normal;
	white-space: nowrap;
}

butto,
button i{
	transition: opacity .2s ease-in-out;
}

div.content i a,
.flexItem i a{
	display: inline-block;
}


/************************ FORM ELEMENTE ***********************/
input,
select,
textarea{
	margin:0;
	background-color:rgba(255,255,255,.3);
	color:#fff;
	display:block;
	border:none;
	outline:0;
	border-radius: 0;
	box-shadow: none;
	width:100%;
	appearance: none;
	-webkit-appearance: none;
	font-family:  museo-sans, Arial;
	font-weight: 400;
	font-size: initial;
	display:block;
	padding:.4rem .5rem;
}

input[type='checkbox']{
	appearance: checkbox;
	-webkit-appearance: checkbox;
}

input.loading{
	background-image:url('../img/preloader.svg');
	background-repeat: no-repeat;
	background-position: center right;
	background-size: auto  100%;
	border-right: .5rem solid transparent;
	padding-right: 4rem !important;
}

form.loading button{
	background-image:url('../img/preloader.svg');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: auto  100%;
	color:transparent;
	pointer-events: none;
	-webkit-pointer-events: none;
}

form.loading button i{
	opacity:0;
}

form label{
	margin-bottom: 0px;
	background-color: rgba(255, 255, 255, .3);
	width: auto;
	display: inline-block;
	padding: .1em .5rem;
	font-weight: 600;
	font-size: initial;
	margin-top:1rem;
}

form label span{
	padding: .1em .5rem;
	display:inline-block;
	background:rgba(255,255,255,.3);
}


form [readonly]{
	color:rgba(255,255,255,0.6) !important;
	cursor:not-allowed;
}

option{
	color:rgb(68,77,83) !important;
}

/* clears the 'X' from Internet Explorer */
input[type=search]::-ms-clear {
	display: none;
	width : 0;
	height: 0;
}
input[type=search]::-ms-reveal {
	display: none;
	width : 0;
	height: 0;
}

/* clears the 'X' from Chrome */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

div.checkbox {
	display: flex;
	margin-top: 1rem;
	position: relative;
}

div.checkbox input[type="checkbox"] {
	opacity: 0;
	width: 0;
	height: 0;
	position: absolute;
}

div.checkbox label {
	width: 1.5rem;
	height: 1.5rem;
	display: inline-flex;
	margin-right: 1rem;
	cursor: pointer;
	position: relative;
	margin-top:0;
	justify-content: center;
	align-content: center;
	padding:0;
	background-color: rgba(255, 255, 255, .3);
	aspect-ratio:1;
}

div.checkbox span {
	font-size: initial;
	align-self: center;
}

div.checkbox span b{
	font-weight: 600;
}

div.checkbox label::before {
	content: 'L';
	display: block;
	font-size: 1.1rem;
	transform: scaleX(-1) rotate(-35deg) translateX(-0%) translateY(45%);
	line-height: 0;
	opacity: 0;
	font-weight: 600;
	transition: ease-in-out opacity .2s;
}

div.checkbox label:hover::before {
    opacity: .5;
}

div.checkbox input:checked + label::before {
    opacity: 1;
}

/************************ DIFFRENT STUFF ***********************/
iframe{
	width:100%;
	height:100%;
	border:none;
}
