:root{
    --windows_color: #08223f;
    --text_color: white;
    --font_family: "Momo Trust Display"; 
    --text_transform: uppercase;
    --text_space: 1px;
}

/*
//
//
//
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

h1, h2, h3, p{
    font-family: var(--font_family);
    text-decoration: var(--text_transform);
    color: var(--text_color)
}

.background-image-page{
    position: absolute;
    width: 100%;
    height: 850px;
    overflow: hidden;
    margin: 0;
}

.background-image-page img{
    width: 100%;
    height: 850px;
    display: block;
}

input, select{
    width: 35rem;
    height: 3rem;
    font-size: 1.5rem;
    padding: 10px 20px;
    color: var(--windows_color);
    font-weight: bold;
}
/*
//Login bar
//
*/

.login-bar{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    max-width: 100%;
    height: 50px;
    z-index: 9;
    background-color: var(--windows_color);
    border-bottom: 1px solid gray;
    display: flex;
    justify-content: end;
    align-items: center;
}

.login-bar a{
    margin-right: 20px;
    color: var(--text_color);
    text-decoration: none;
    font-size: 1.5em;
    font-family: var(--font_family);
    text-transform: var(--text_transform);
    letter-spacing: var(--text_space);
}

/*#########################################################
// Menu bar
//#########################################################
*/

.menu-bar{
    background-color: var(--windows_color);
    width: 100%;
    height: 130px;
    margin-top: 50px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.logo-bar{
    display: flex;
    justify-content: start;
    align-items: center;
    width: 20%;
    height: 100px;
    padding-left: 50px;
}

.menu-bar .logo-bar a img{
    width: 110px;
}

.page-bar{
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
    width: 80%;
    height: 80px;
    top: 20px;
    padding-right: 50px;
    background-color: var(--windows_color);
}

.page-bar a{
    color: var(--text_color);
    font-family: var(--font_family);
    font-size: 2rem;
    text-decoration: none;
    margin-left: 25px;
    letter-spacing: var(--text_space);
}

.shop-order{
    z-index: 10;
    border-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 450px;
    top: 15px;
    width: auto;
    height: auto;
}

.shop-order .shop-order-icon img{
    width: 25px;
    height: 25px;
}

/*
//
//
*/

.menu_page{
    position: relative;
    width: 100%;
    height: 700px;
    margin-top: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 80px;
    background: rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    --webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(3px);
}

.main-page{
    position: relative;
    width: 60%;
    padding-left: 100px;
    padding-right: 100px;
}
/*
//
//
*/
h1{
    position: relative;
    width: 100%;
    font-size: 4.5em;
}

.main-page p{
    font-size: 1.5em;
    max-width: 840px;
}

/*
//
//
*/

.first-strip{
    position: relative;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    justify-items: center;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    width: 100%;
    height: 150px;
    padding: 20px;
    background-color: var(--windows_color);
}

.first-strip .first-strip-container{
    max-width: 90%;
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
}

.first-strip .first-strip-container .first-strip-element{
    max-width: 300px;
    height: 30px;
    background-color: rgba(255, 0, 0, 0);
}

.first-strip .first-strip-container .first-strip-element span{
    position: absolute;
    width: 4px;
    height: 90px;
    border: 3px solid rgb(0, 174, 255);
    border-radius: 10px;
}

.first-strip .first-strip-container .first-strip-element p{
    margin-left: 20px;
    padding-top: 10px;
    color: white;
    font-size: 1.5rem;
}

/*
//
//
*/
.media-strip{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: start;
    top: 15px;
    width: 100%;
    height: 350px;
    background-color: var(--windows_color);
}

.media-strip .media-strip-element{
    margin-top: 100px;
    position: relative;
    width: 90%;
}

.media-strip .media-strip-element .media-stip-contact-info{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: start;
    width: 300px;
}

.media-strip .media-stip-contact-info .media-column{
    display: flex;
    justify-content: space-between;
    height: 100%;
    width: 52%;
}

.media-strip .media-stip-contact-info .media-column a{
    margin-top: 5px;
}

.media-strip .media-strip-element .media-stip-contact-info img{
    width: 30px;
    height: 30px;
}

.media-strip .media-strip-element .media-stip-contact-info h3, .media-strip .media-strip-element .media-stip-contact-info a{
    color: var(--text_color);
    height: 50px;
}

/*#########################################################
//  Product page
//#########################################################
*/

.product-menu{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 80px auto;
    background-color: transparent;
    width: 90%;
    padding: 20px 10px;
}

.product-menu .product-grid{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.product-menu h1{
    color: var(--windows_color);
}


/*#########################################################
//  Login Page
//#########################################################
*/

.login-page{
    position: relative;
    flex-direction: column;
    display: flex;
    width: 100vw;
    height: 100vh;
    background-color: var(--windows_color);
}

.login-page .login-page-top-menu{
    width: 100vw;
    height: 50px;
    left: 0;
    margin: 0;
    padding: 15px 20vw;
    position: absolute;
    border-bottom: 1px solid white;
}

.login-page .login-page-top-menu a{
    font-size: 2rem;
    color: white;
}

.login-page .login-page-content-menu{
    margin: 200px auto;
    display: flex;
    justify-content: start;
    align-items: center;
    flex-direction: column;
    background-color: white;
    width: 480px;
    height: 640px;
    border-radius: 20px;
    padding: 10px 0;
}

.login-page .login-page-content-menu .login-page-content-card-title p{
    color: var(--windows_color);
    width: 60px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    font-size: 2rem;
}

.login-page .login-page-content-card-title{
    width: 100%;
    border-bottom: 1px solid var(--windows_color);
}

.login-page .login-page-content-input{
    width: 100%;
    height: 100%;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login-page .login-page-content-input input, .login-page .login-page-content-input label{
    color: var(--windows_color);
}

.login-page input{
    width: 25rem;
}
.login-page .login-page-content-input p{
    color: var(--windows_color);
    display: flex;
    justify-content: center;
    width: 100px;
    margin-top: 90px;
}

.login-page .login-page-content-input a{
    color: var(--windows_color);
    display: flex;
    margin-top: 20px;
    justify-content: center;
    width: 200px;
    font-size: 2rem;
}

.login-page .login-page-content-input button{
    position: relative;
    margin-top: 20px;
    right: 0;
    top: 0;
    background-color: var(--windows_color);
    color: white;
}

/*
//  Error message
//
*/

.login-error{
    position: absolute;
    top: 10vh;
    width: 500px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(248, 179, 51);
    font-size: 1.5rem;
    color: rgb(255, 255, 255);
}


/*
//  Cart
//
*/
.cart-page {
    position: relative;
    height: auto;
    min-height: 392px;
}

.cart-page h2{
    font-size: 3rem;
    color: var(--windows_color);
    margin-left: 20px;
    margin-top: 20px;
    position: relative;
}

#inco_cart {
    color: var(--windows_color);
    margin-left: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 50px;
}

#product-page-price{
    font-size: 2rem;
}

table, tr, td, th {
    border: 1px solid var(--windows_color);
    border-collapse: collapse;
}

.cart-page table {
    position: relative;
    margin: auto;
}