/* inputs */
/* ???? */
/* categories navigation */
/* compare products */
/* page structure */
/* mechanics and animations */
/* --- components ---- */
/* no image icon */
/* basic dropdowns (dropdowns from init.js) */
/* miniboxes */
/* waiting circle */
/* newsletter */
/* small cart */
/* stepper */
/* tables */
/* tooltips */
/* tooltips and modals */
/* ---- pages ---- */
/* product list */
/* product details */
/* message bars and texts */
/* cart */
/* editing order stuff */
/* Other */
.offline-container-ui {
height: calc(100vh - 17px);
width: calc(100vw - 17px);
position: relative;
display: flex;
justify-content: center;
align-items: center;
}
.offline-container-ui .logo-ui {
position: absolute;
top: 50px;
left: 50px;
}
.offline-container-ui .logo-ui img {
max-width: 200px;
max-height: 80px;
}
.offline-container-ui .content-ui {
line-height: normal;
text-align: center;
}
.offline-container-ui .content-ui img {
max-height: 50vh;
}
.offline-container-ui .bold-text-ui {
margin-top: 50px;
font-size: 48px;
font-weight: 700;
}
.offline-container-ui .light-text-ui {
margin-top: 15px;
font-size: 24px;
}
@media only screen and (max-width: 1279px) {
.offline-container-ui {
height: 100vh;
width: 100vw;
}
.offline-container-ui .logo-ui {
top: 10px;
left: 10px;
}
.offline-container-ui .logo-ui img {
max-width: 100px;
max-height: 40px;
}
.offline-container-ui .content-ui {
padding: 0 30px;
}
.offline-container-ui .bold-text-ui {
font-size: 25px;
}
.offline-container-ui .light-text-ui {
margin-top: 10px;
font-size: 15px;
}
}