:root {
    --theme-color2: #c3dfff;
    --theme-color3: #fff5b0f0;
    --theme-color: #ffba6af0;

    --theme-colorold: rgb(226, 255, 197);

    --theme-color-hover: #ffd5a4f0;
    --theme-color-hover3: #dbecfff0;
    --theme-color-hover2: #ffef8ff0;
    --theme-color-light: #fff5b040;
    --theme-color-light2: rgba(226, 255, 197, 0.2);
    --theme-color-menu: #c3dffff0;
}

a {
    color: black;
}

a.return {
    color: black;
    display: inline-block;
    display: flex;
    left: 0;
    margin: 0 0 0 10px;
    padding-top: 10px;
    position: absolute;
    text-decoration: none;
    top: 0;
    z-index: 10;
}

a.return:hover {
    margin-left: 5px;
    transform: scale(1, 1.1);
}

body {
    font-size: 100%;
    position: relative;
    overflow: auto;
}

body,
html {
    font-family: Arial, Helvetica, sans-serif;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    margin: 0;
    min-height: 100%;
    padding: 0;
    width: 100%;
}

html {
    height: 100%;
}


button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
    background-color: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 10px;
    box-shadow: 0 0 5px grey;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
    background-color: rgba(255, 255, 255, 0.8);
    box-shadow: 0 0 15px grey;
}

figure img {
    height: 100%;
    width: 100%;
}

footer {
    background-color: #ffe5464d;
    box-shadow: 0 0 15px grey;
    box-sizing: content-box;
    overflow: auto;
    padding: 20px 10px;
    padding-top: 50px;
}

footer nav {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

footer ul li {
    margin: 10px;
}

a h3 {
    text-decoration: underline;
}

header a,
a h3,
p a,
li a {
    transition: transform 0.5s;
    display: inline-block;
}

header a:hover,
a h3:hover,
p a:hover,
li a:hover {
    transform: scale(1.05);
    text-decoration: none;
}

footer p {
    width: 100%;
    margin: 0;
}

footer .socials {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;

    text-align: center;
}

footer .socials ul {
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 10px;
    justify-content: center;
}

footer .socials ul li {
    margin: 0 10px;
    width: 40px;
    height: 40px;
    border-radius: 5px;
}

footer .socials ul li {
    transition: transform 0.5s;
}

footer .socials ul li:hover {
    transform: scale(1.2);
}

footer .socials ul li a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.socials li {
    background: no-repeat center center;
    background-size: contain;
}

.fb {
    background-image: url('/media/logos/fb.svg') !important;
}

.ig {
    background-image: url('/media/logos/ig.svg') !important;
}

.tw {
    background-image: url('/media/logos/tw.svg') !important;
}

footer nav {
    max-width: 1200px;
    margin: 0 auto;
}

footer .links {
    padding: 0 20px;
    margin: 20px auto;
    flex-grow: 1;
}

.copy {
    text-align: right;
}

footer .links ul {
    margin: 0 auto;
    max-width: 300px;
}

input,
label {
    font-size: 1rem;
    cursor: pointer;
}

summary,
select {
    cursor: pointer;
}

input.cta,
.cta {
    background-color: var(--theme-color);
    transition: background-color 0.5s, transform 0.5s;
    border: thin solid black;
}

input.cta:hover,
.cta:hover {
    background-color: var(--theme-color-hover);
    transform: scale(1.05);
}

main {
    background: linear-gradient(#84beff4d, #ffe5464d);
    min-height: calc(100vh - 60px);
    position: relative;
    margin-top: 0px;
    padding-top: 1px;
    padding-bottom: 60px;
}

main h1 {
    padding-top: 15px;
    text-align: center;
}

main::after {
    background: url('/media/bgs/bgSmall.jpg') no-repeat top center;
    background-size: cover;
    content: '';
    filter: blur(20px);
    height: 100%;
    left: 0;
    opacity: 0.2;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
}

.arrowBack {
    background: url('/media/icons/arrow-back.png') no-repeat center;
    background-size: contain;
    color: transparent;
    display: block;
    height: 100%;
    width: 20px;
}

.error {
    color: red;
    width: 100%;
    text-align: center;
}

.orderId,
.orderStatus {
    font-weight: 600;
}

.reset {
    padding-top: 10px;
}
