* {
    font-family: "Kanit", Sans-serif;
    box-sizing: border-box;
}

#fb-root {
    display: none;
}

body {
    min-height: 100vh;
    display: grid;
    background-color: #ECEFF1;
}

header {
    /*  */
}

header nav {
    position: relative;
    z-index: 10;
    background-color: rgba(61,216,208,0.9);
    background-image: url('/images/nieregularny-brzeg.png');
    background-position: center bottom;
    background-size: initial;
    background-repeat: repeat-x;
    text-align: center;
}

.custom-color-menu {
    background-color: rgba(11,185,176,1);
}

.custom-color-menu a:hover {
    background-color: rgba(61,216,208,1);
}

nav {
    /*  */
}

main {
    position: relative;
    z-index: 0;
}

.dropdown-menu {
    left: auto;
    z-index: 100;
    text-align: center;
}

footer {
    position: relative;
    z-index: 10;
    background-color: rgba(61,216,208,0.9);
    background-image: url('/images/nieregularny-brzeg-y.png');
    background-position: center top;
    background-size: initial;
    background-repeat: repeat-x;
    color: #fff;
    margin-top: auto !important;
    font-weight: 500;
    font-size: 18px;
}

footer {
    text-align: center;
}

footer h4 {
    color: #162c5a;
}

.box {
    margin: 20px auto 50px auto;
    padding: 30px;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.box:last-of-type {
    margin-bottom: 20px;
}

.box2 {
    margin: 5px auto 5px auto;
    padding: 30px;
    flex-wrap: wrap;
    background-color: #fff;
    position: relative;
    z-index: 20;
}

.box *, .box2 * {
    position: relative;
    z-index: 21;
}


@media (max-width: 992px) {
    .box, .box2 {
        padding: 20px;
    }
}

@media (max-width: 768px) {
    .box, .box2 {
        padding: 15px;
    }
}

.box:before, .box2:before {
    box-shadow: 0px 0px 15px #eee;
    content: "";
    position: absolute;
    z-index: 19;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
}

.bonusBox {
    border-radius: 25px;
    padding: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 15px #eee;
    text-align: center;
}

.circleBG {
    height: 100px;
    width: 100px;
    border-radius: 100%;
    background-color: rgba(7, 41, 77, 0.13);
}

/* Menus */

.red-line {
    position: relative;
    color: #fff !important;
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    text-decoration: none;
}

.red-line:before {
    content: "";
    position: absolute;
    width: 100%;
    transform: scale(0);
    height: 5px;
    background-color: #eb3537;
    bottom: 0;
    left: 0;
    -webkit-transition: transform 0.35s;
    transition: transform 0.35s;
    -moz-transition: transform 0.35s;
    -ms-transition: transform 0.35s;
}

.red-line:hover:before, .red-line.activePage:before {
    transform: scale(1) !important;
}

#menu li {
    padding: 0 5px;
    margin: 0 10px;
}

#shopping_card_count {
    background-color: #ff5a00;
    border-radius: 8px;
    box-sizing: content-box;
    color: #fff;
    font-family: Roboto,sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    min-width: 8px;
    padding: 0 4px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
}

/* Pop-up */
#black_background {
    display: none;
    background-color: rgba(0, 0, 0, 0.0);
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    transition: 0.3s
}

#pop_up {
    transform: scale(0);
    transition: 0.4s
}
