@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Rubik:wght@300;400;500;600;700;800;900&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.7.2/font/bootstrap-icons.css");

ul {
    list-style-type: none !important;
}

body, html {
    background: #e2e2e2 !important;
    max-width: 100% !important;
    height: 100% !important;
    margin: 0px !important;
    border: none;
}

a {
    text-decoration: none!important;
}

/* NAVBAR VÁLTOZÓI */


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .main-navbar {
        display: none!important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .main-navbar {
        display: none!important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .main-navbar {
        display: none !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .main-navbar {
        max-width: 100%;
        height: 60px; 
        background: #0E5384;
        padding: 0px 20px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .main-navbar {
        max-width: 100%;
        height: 60px; 
        background: #0E5384;
        padding: 0px 20px;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .main-navbar {
        max-width: 100%;
        height: 60px; 
        background: #0E5384;
        padding: 0px 20px;
    }
}

.nav-up {
    top: -50px !important;
}



.main-navbar .searchbar {
    float: right;
    padding-top: 15px;
}

@media (min-width: 768px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
    .navbar-fixed-top {
        top: 75px; /* változó */
        border-width: 0 0 0px;
    }
}

@media (max-width: 768px) {
    .navbar-fixed-top {
        top: 0px; /* változó */
        border-width: 0 0 0px;
    }
}

@media (max-width: 991.98px) {
    /*
.navbar-default {
background-color: transparent !important; 
    color: #333 !important;
    padding-top: 5px;
    height: 60px;
    border-radius: 0px !important;
    font-family: 'Karla', sans-serif !important;
    font-weight: 500 !important;
    text-transform: none;
    font-size: 11pt !important;
}
    */
    .navbar-nav-m {
        position: fixed;
        background: #2a72af;
        color: #fff !important;
        width: 100%;
        height: 60px;
        top: 0;
        right: 0;
        z-index: 10000000 !important;
        max-width: 100% !important;
        font-size: 25pt; 
        padding-top: 15px; 
        padding-left: 15px;
        cursor: pointer;
    }

    .bi-basket2-fill {
        pading-bottom: 15px;
        padding-right: 15px;
        font-size: 20pt;
        text-align: right !important;
        float: right; 
    }
    .bi-search {
        pading-top: 20px !important;
        padding-right: 15px;
        font-size: 18pt;
        text-align: right !important;
        float: right; 
    }

    .bi-basket2-fill:hover, .bi-search:hover {
        color: #fff !important;
    }
}

/* SIDEBAR */

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) { 

}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 991.98px) { 
    .overlay {
        display: none;
    }
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000;
        top: 0;
        left: 0;
        background: #0E5384;
        overflow-x: hidden;
        transition: 0.5s;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700;
    }

    .overlay-content {
        position: relative;
        top: 5%;
        width: 100%;
        margin-top: 30px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .overlay a {
        padding: 20px;
        border-bottom: 1px solid #009FE3;
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-size: 20pt !important;
        font-family: 'Rubik', sans-serif;
    }

    .overlay a:hover, .overlay a:focus {
        color: #2a72af !important;
    }

    .overlay .closebtn {
        position: absolute;
        border-bottom: 0px !important;
        top: 20px;
        right: 45px;
        font-size: 60px;
        font-size: 40pt !important;
    }
    .logo-m {
        padding-top: 15%; 
        padding-left: 10%; 
        width: 70%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .overlay {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 1000000;
        top: 0;
        left: 0;
        background: #0E5384;
        overflow-x: hidden;
        transition: 0.5s;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700;
    }

    .overlay-content {
        position: relative;
        width: 100%;
        margin-top: 20px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .overlay a {
        padding: 15px;
        border-bottom: 1px solid #009FE3;
        text-decoration: none;
        color: #fff;
        display: block;
        transition: 0.3s;
        font-size: 2vw !important;
    }

    .overlay a:hover, .overlay a:focus {
        color: #2a72af !important;
    }

    .overlay .closebtn {
        position: absolute;
        border-bottom: 0px !important;
        top: 20px;
        right: 45px;
        font-size: 60px;
        font-size: 40pt !important;
    }
    .logo-m {
        padding-top: 5%; 
        padding-left: 10%; 
        width: 50%;
    }
}



@media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}


/* navbar!  */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    display: none !important;
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .navbar-default{
        display: none !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .navbar-default {
        display: none !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .navbar-default {
        background-color: #fff; /* változó */
        color: #000 !important;
        padding-top: 0px;
        height: 50px;
        border-radius: 0px !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700 !important;
        text-transform: none;
        font-size: 9pt !important;
        transition: 0.1s;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .navbar-default {
        background-color: #fff; /* változó */
        color: #000 !important;
        padding-top: 0px;
        padding-bottom: 10px;
        height: 50px;
        border-radius: 0px !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700 !important;
        text-transform: none;
        font-size: 10.5pt !important;
        transition: 0.1s;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .navbar-default {
        background-color: #fff; /* változó */
        color: #000 !important;
        padding-top: 0px;
        padding-bottom: 10px;
        height: 50px;
        border-radius: 0px !important;
        font-family: 'Rubik', sans-serif !important;
        font-weight: 700 !important;
        text-transform: none;
        font-size: 11pt !important;
        transition: 0.1s;
    }
}

@media (min-width: 768px) {

}

.navbar-default .navbar-nav > a:hover,
.navbar-default .navbar-nav > a:focus {
    text-transform: none;
    transition: 0.1s;
    position: relative;
    display: block;
    padding: 0px 20px 0px 20px;
    color: #000 !important;
}

.nav {
    padding: 4px 0px;
    width: 100% !important;
    margin-bottom: 0;
    list-style: none;
    text-align: center !important;
}
.nav > a {
    float: left;
    position: relative;
    display: block;
    padding: 0px 20px 0px 20px;
    color: #333 !important;
}
.nav >  a:hover,
.nav > a:focus {
    text-decoration: none;
}

.logo {
    height: 70px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-right: 30px;
}

header {
    height: 100px;
    position: fixed;
    top: 0;
    transition: top 0.2s ease-in-out;
    width: 100%;
    z-index: 10000;
    font-size: 12pt !important;
}

header a {
    color: #fff !important; /* változó */
}







/* Classek */

b {
    font-weight: 700 !important;
}

.white {
    color: #fff !important;
}
.black {
    color: #000 !important;
}
.red {
    color: #e8462e !important;
}
.blue {
    color: #2a72af !important;
}
.navy {
    color: #0e5384 !important;
}
.yellow {
    color: #fad124 !important;
}
.green {
    color: #42ab34 !important;
}
.grey {
    color: #555;
}
.white-bg {
    background-color: #fff !important;
}
.black-bg {
    background-color: #000 !important;
}
.red-bg {
    background-color: #e8462e !important;
}
.blue-bg {
    background-color: #2a72af !important;
}
.navy-bg {
    background-color: #0e5384 !important;
}
.yellow-bg {
    background-color: #fad124 !important;
}
.green-bg {
    background-color: #42ab34 !important;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 24pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 16pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 13pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }



    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 12pt;
        font-weight: 300;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 27pt;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5%;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 13pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 10pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }

    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 12pt;
        font-weight: 300;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 27pt;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5%;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 14pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 10pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }

    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 300;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 28pt;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5%;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 15pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 13pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }

    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 300;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 32pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 17pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 13pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }
    .subtext {
        font-family: 'Rubik', sans-serif;
        font-size: 8pt;
        font-weight: 500;
        color: #707070;
    }
    .product-details .subtext {
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }

    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 12pt;
        font-weight: 300;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .title-big {
        font-family: 'Rubik', sans-serif;
        font-size: 36pt;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 5%;
        word-wrap:break-word;
    }
    .title {
        font-family: 'Rubik', sans-serif;
        font-size: 19pt;
        font-weight: 500;
    }
    .title2 {
        font-family: 'Rubik', sans-serif;
        font-size: 17pt;
        font-weight: 900;
        text-transform: uppercase;
        color: #000;
        line-height: 1.1;
                word-break: break-all;
    }

    .content {
        font-family: 'Roboto', sans-serif;
        font-size: 15pt;
        font-weight: 300;
    }
}

.sidenote {
    font-family: 'Roboto', sans-serif;
    color: #777;
    font-size: 9pt;
}

.relative {
    position: relative;
}

.hero-logo {
    position: absolute; bottom: 30%; width: 100%; text-align: center;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-bottom-bar {
        display: none;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .hero-bottom-bar {
        background: #fad124; padding: 0.7% 0% 0.7% 0%; text-align: center;
        font-family: 'Rubik', sans-serif; font-size: 10pt; color: #000;
        max-width: 100% !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {

    .hero-bottom-bar {
        background: #fad124; padding: 0.5% 0% 0.5% 0%; text-align: center;
        font-family: 'Rubik', sans-serif; font-size: 11pt; color: #000;
        max-width: 100% !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 

    .hero-bottom-bar {
        background: #fad124; padding: 0.5% 0% 0.5% 0%; text-align: center;
        font-family: 'Rubik', sans-serif; font-size: 11pt; color: #000;
        max-width: 100% !important;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 

    .hero-bottom-bar {
        background: #fad124; padding: 0.7% 0% 0.7% 0%; text-align: center;
        font-family: 'Rubik', sans-serif; font-size: 11pt; color: #000;
        max-width: 100% !important;
        z-index: 1000 !important;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 

    .hero-bottom-bar {
        background: #fad124; padding: 0.7% 0% 0.7% 0%; text-align: center;
        font-family: 'Rubik', sans-serif; font-size: 13pt; color: #000;
        max-width: 100% !important;
    }
}


/* HERO */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .hero-statikus {
        background: url('/view/default/images/hero-mobile.jpg');
        height: 700px;
        width: 100%;
        position: relative;
        background-size: cover;
        background-position: top center;
        text-align: center;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .hero-statikus {
        display: none!important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .hero-statikus {
        display: none!important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .hero-statikus {
        display: none!important;
    }
    .statikus-title {
        font-size: 24pt;
        font-weight: 700;
        font-family: 'Karla', sans-serif;
        text-shadow: 0px 2px #000;
        color: #fff;
        position: absolute;
        top: 120%;
        width: 100%;
        text-align: center;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .hero-statikus {
        display: none!important;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .hero-statikus {
        display: none!important;
    }
}

.page {
    max-width: 100%;
    height: auto;
    padding: 7% 3% 3% 3%;
    position: relative;
    display: block;
    margin-bottom: 5%;
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .page-content {
        float: left;
        width: 100%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .page-sidebar {
        display: none!important;
    }
    .page-sidebar-m {
        float: left!important;
        width: 100%;
        background: #0e5384;
        padding: 3%;
        margin-bottom: 5%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }
    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .page-sidebar-button {
        background: #0e5384;
        padding: 2% 3%;
        font-size: 14pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        margin-bottom: 5%;
        border: none !important;
    }
    .product-hide-button {
        background: #fff;
        padding: 2% 3%;
        font-size: 14pt;
        color: #000;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        margin-bottom: 5%;
        border: none !important;
        float: right;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .page-sidebar {
        float: left!important;
        width: 25%;
        background: #0e5384;
        padding: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .page-content {
        float: left;
        width: 72%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .right-side {
        float: left;
        width: 72%;
        padding: 2%;
        margin-bottom: 2%;
        margin-left: 26%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }

    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 10pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .page-sidebar-button {
        display: none!important;
    }
    .product-hide-button {
        background: #fff;
        padding: 2% 3%;
        font-size: 14pt;
        color: #000;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        margin-bottom: 5%;
        border: none !important;
        float: right;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .page-sidebar {
        float: left!important;
        width: 25%;
        background: #0e5384;
        padding: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .page-content {
        float: left;
        width: 72%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .right-side {
        float: left;
        width: 72%;
        padding: 2%;
        margin-bottom: 2%;
        margin-left: 26%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }

    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 9pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .page-sidebar-button {
        display: none!important;
    }
    .product-hide-button {
        display: none !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .page-sidebar {
        float: left!important;
        width: 25%;
        background: #0e5384;
        padding: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .page-content {
        float: left;
        width: 72%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .right-side {
        float: left;
        width: 72%;
        padding: 2%;
        margin-bottom: 2%;
        margin-left: 26%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }

    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 12pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .page-sidebar-button {
        display: none!important;
    }
    .product-hide-button {
        display: none !important;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .page-sidebar {
        float: left!important;
        width: 25%;
        background: #0e5384;
        padding: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .page-content {
        float: left;
        width: 72%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .right-side {
        float: left;
        width: 72%;
        padding: 2%;
        margin-bottom: 2%;
        margin-left: 26%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }

    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 14pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .product-hide-button {
        display: none !important;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .page-sidebar {
        float: left!important;
        width: 25%;
        background: #0e5384;
        padding: 3%;
        margin-right: 3%;
        margin-bottom: 5%;
    }
    .page-content {
        float: left;
        width: 72%;
        background: #f9f9f9;
        padding: 5%;
        margin-bottom: 2%;
    }
    .right-side {
        float: left;
        width: 72%;
        padding: 2%;
        margin-bottom: 2%;
        margin-left: 26%;
    }
    .page-sidebar-li {
        margin:0px;
        padding: 0px;
    }

    .page-sidebar-li a {
        display: block;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size: 17pt;
        color: #fff;
        font-family: 'Rubik', sans-serif;
        font-weight: 700;
        border-bottom: 1px #009fe3 solid;
    }
    .page-sidebar-li a:hover {
        color: #6cd1f4 !important;
        text-decoration: none;
    }
    .page-sidebar-button {
        display: none!important;
    }
    .product-hide-button {
        display: none !important;
    }
}

/* PRODUCTS */

.pagination {
    list-style: none;
    display: block;
    margin:0px;
    padding:0px;
}
.pagination li {
    display:inline-block;
    margin:0px;
    padding:0px;
    padding:0.5% 1%;
}
.pagination li a {
    display: inline-block;
    background: transparent;
    margin:0px !important;
    padding:10px !important;
    color: #000;
    font-size: 12pt;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    transition: .1s;
    border:0;
    text-align: center;
}
.pagination li.active a {
    background: #fad124;
    color: #000;
    font-size: 12pt;
    font-weight: 700;
    font-family: 'Rubik', sans-serif;
    text-align: center;
    border-radius: 0;
    border:0;
}
.pagination li a:hover {
    background: #c1c1c1 !important;
    transition: .1s;
    border-radius: 0;
    border:0;
}


/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .product {
        width: 98%;
        float: left;
        margin-left: 2%;
        margin-bottom: 5%;
        padding: 5%;
        background: #fff;
    }

    .product-picture {
        width: 40%;
        float: left;
        margin-right: 3%;
    }
    .product-details {
        width: 57%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 40%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 60%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 80%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .quantity {
        width: 20%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .product {
        width: 90%;
        float: left;
        margin-bottom: 5%;
        padding: 5%;
        background: #fff;
    }

    .product-picture {
        width: 40%;
        float: left;
        margin-right: 3%;
    }
    .product-details {
        width: 57%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 40%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 50%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 70%;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .quantity {
        width: 15%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .product {
        width: 32%;
        float: left;
        margin-right: 1%;
        margin-bottom: 2%;
        background: #fff;
        transition: 0.2s;
    }

    .product-picture {
        width: 100%;
        float: left;
        height: 300px !important;
        background: #fff;
    }
    .bordered-box .product-picture {
        background: transparent !important;
    }
    .product-details {
        width: 100%;
        padding: 5%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 75px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 150px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 250px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .quantity {
        width: 15%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .product {
        width: 32%;
        float: left;
        margin-right: 1%;
        margin-bottom: 2%;
        background: #fff;
        transition: 0.2s;
    }
    .product:hover {
        transform: scale(1.03);
        transition: 0.2s;
        box-shadow: 0px 0px 7px #333;
    }


    .product-picture {
        width: 100%;
        float: left;
        background: #fff;
    }
    .bordered-box .product-picture {
        background: transparent !important;
    }
    .product-details {
        width: 100%;
        padding: 5%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 75px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 150px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 250px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .quantity {
        width: 20%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }

}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .product {
        width: 32%;
        float: left;
        margin-right: 1%;
        margin-bottom: 2%;
        background: #fff;
        transition: 0.2s;
    }
    .product:hover {
        transform: scale(1.03);
        transition: 0.2s;
        box-shadow: 0px 0px 7px #aaa;
    }


    .product-picture {
        width: 100%;
        float: left;
        background: #fff;
    }
    .bordered-box .product-picture {
        background: transparent !important;
    }
    .product-details {
        width: 100%;
        padding: 5%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 75px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 150px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 250px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }

    .quantity {
        width: 12%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }

}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .product {
        display: inline-block;
        position: relative;
        width: 32%;
        float: left;
        margin-right: 1.3%;
        margin-bottom: 2%;
        background: #fff;
        transition: 0.2s;
    }
    .product:hover {
        transform: scale(1.03);
        transition: 0.2s;
        box-shadow: 0px 0px 7px #aaa;
    }


    .product-picture {
        width: 100%;
        float: left;
                background: #fff;
    }
    .bordered-box .product-picture {
        background: transparent !important;
    }
    .product-details {
        width: 100%;
        padding: 5%;
        float: left;
    }
    .detail {
        border-bottom: 1px solid #b2b2b2;
    }
    .detail-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-transform: uppercase;
    }
    .detail-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
    }
    .form-category {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        font-weight: 700;
        text-align: right !important;
    }
    .form-value {
        font-family: 'Roboto', sans-serif;
        font-size: 10pt;
        text-align: left !important;
        margin-left: 10px;
        margin-bottom: 20px;
    }
    .form-input-short {
        width: 75px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-medium {
        width: 150px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .form-input-long {
        width: 250px;
        height: 20px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 2px;
        margin-left: 10px;
    }
    .quantity {
        width: 12%;
        padding: 1% 0%;
        margin-left: -6% !important;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }

    .not-available {
        filter: grayscale(1) !important;
    }

}

/* ORDERING PROCESS & DATA OF BOOK */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .bordered-box {
        width: 90%;
        border: 1px solid #444444;
        padding: 3% 5%;
        text-align: left !important;
        margin-left: 5%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 80% !important;
    }
    .bordered-box .product-picture {
        width: 50% !important;
        float: left;
        height: auto !important;
    }
    .adatlap img {
        width: 50% !important;
        margin-right: 5% !important;
        margin-bottom: 5% !important;
        float: left !important;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .bordered-box {
        width: 80%;
        border: 1px solid #444444;
        padding: 3% 10%;
        text-align: left !important;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 60%;
    }
    .adatlap img {
        width: 50% !important;
        margin-right: 5% !important;
        float: left !important;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .bordered-box {
        width: 80%;
        border: 1px solid #444444;
        padding: 3% 5%;
        text-align: left !important;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 50% !important;
    }
    .bordered-box .product-picture {
        width: 40% !important;
        float: left;
        height: auto !important;
    }
    .adatlap img {
        width: 30% !important;
        margin-right: 5% !important;
        margin-bottom: 3% !important;
        float: left !important;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .bordered-box {
        width: 80%;
        border: 1px solid #444444;
        padding: 3% 5%;
        text-align: left !important;
        margin-left: 10%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 50% !important;
    }
    .bordered-box .product-picture {
        width: 50% !important;
        float: left;
        height: auto !important;
    }
    .adatlap img {
        width: 30% !important;
        margin-right: 5% !important;
        float: left !important;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .bordered-box {
        width: 60%;
        border: 1px solid #444444;
        padding: 3% 5%;
        text-align: left !important;
        margin-left: 20%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 50% !important;
    }
    .bordered-box .product-picture {
        width: 40% !important;
        float: left;
        height: auto !important;
    }
    .adatlap img {
        width: 40% !important;
        margin-right: 5% !important;
        float: left !important;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .bordered-box {
        width: 60%;
        border: 1px solid #444444;
        padding: 3% 5%;
        text-align: left !important;
        margin-left: 20%;
        margin-bottom: 5%;
    }
    .bordered-box img {
        width: 50% !important;
    }
    .bordered-box .product-picture {
        width: 40% !important;
        float: left;
        height: auto !important;
    }
    .adatlap img {
        width: 40% !important;
        margin-right: 5% !important;
        float: left !important;
    }
}


.order-item {
    border-bottom: 1px solid #aaa;
    padding: 5%;
}


/* MAP & FOOTER */

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    .map {
        background-image: url('/view/default/images/map-m.png');
        width: 100%;
        height: 500px;
        background-size: cover;
        display: block;
        margin-top: 10%;
    }

}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {

    .map {
        background-image: url('/view/default/images/map.png');
        width: 100%;
        height: 400px;
        background-size: cover;
        background-position: right;
        display: block;
        margin-top: 5%;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {

    .map {
        background-image: url('/view/default/images/map.png');
        width: 100%;
        height: 400px;
        background-size: cover;
        display: block;
        margin-top: 5%;
    }

}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 

    .map {
        background-image: url('/view/default/images/map.png');
        width: 100%;
        height: 500px;
        background-size: cover;
        display: block;
        margin-top: 5%;
    }

}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 

    .map {
        background-image: url('/view/default/images/map.png');
        width: 100%;
        height: 550px;
        background-size: cover;
        display: block;
        margin-top: 5%;
    }

}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 

    .map {
        background-image: url('/view/default/images/map.png');
        width: 100%;
        height: 650px;
        background-size: cover;
        display: block;
        margin-top: 5%;
    }

}


.footer{
    background: #2a72af;
    padding: 5%;
}

.footer-bottom-bar {
    background: #0e5384;
    padding: 2% 0% 1% 0%;
    text-align: center;
}


.footer-content a {
    color: #fff !important;
    text-decoration: underline;
    transition: .2s;
}
.footer-content a:hover {
    color: #6cd1f4 !important;
    text-decoration: none !important;
    transition: .2s;
}
.footer-login-content a {
    color: #000 !important;
    text-decoration: underline;
    transition: .2s;
    font-size: 9pt;
    padding-left: 5%;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .footer-1, .footer-2 {
        width: 100%;
        float: left;
    }
    .footer-login {
        width: 100%;
        float: left;
        margin-top: 50px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        margin-left: 15%;
        margin-top: 5%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        margin-left: 15%;
        margin-top: 15%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: center !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 7% 0% 7%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 500 !important;
    }
    .login {
        width: 90%;
        padding: 1% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        padding-left: 7%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
    }
    .login-forgot-password {
        cursor: pointer;
        text-decoration: underline;
        padding-left: 5%;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .footer-1, .footer-2 {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .footer-login {
        width: 100%;
        float: left;
        margin-top: -30px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        margin-left: 15%;
        margin-top: 5%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        margin-left: 15%;
        margin-top: 15%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: center !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 7% 0% 7%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 500 !important;
    }
    .login {
        width: 90%;
        padding: 1% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        padding-left: 7%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
        margin-top: 20px !important;
    }
    .login-forgot-password {
        cursor: pointer;
        text-decoration: underline;
        padding-left: 5%;
    }

}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .footer-1, .footer-2 {
        width: 30%;
        float: left;
        margin-right: 1%;
    }
    .footer-login {
        width: 20%;
        float: left;
        position: relative;
        top: 5px !important;
        left: 350px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 15pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 15pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-login-subtitle {
        padding: 5% 1%;
        width: 100%;
        background: #fad124;
        color: #000;
        font-size: 17pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 9pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 3% 0% 3%;
        color: #000 !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 9pt !important;
        font-weight: 500 !important;
    }
    .footer-login-bottom {
        /*background: url('/view/default/images/footer-login-bottom.png');*/
        background: #fad124;
        width: 100%;
        height: 50px;
        transform: skew(0deg, -5deg);
        transform-origin: top left;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: top left;
    }
    .login {
        width: 85%;
        padding: 1% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 9pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 7pt;
        padding-left: 7%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .footer-1, .footer-2 {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .footer-login {
        width: 30%;
        float: left;
        position: relative;
        top: 5px !important;
        left: 320px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 17pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 17pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-login-subtitle {
        padding: 5% 1%;
        width: 100%;
        background: #fad124;
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 11pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 3% 0% 3%;
        color: #000 !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 11pt !important;
        font-weight: 500 !important;
    }
    .footer-login-bottom {
        /*background: url('/view/default/images/footer-login-bottom.png');*/
        background: #fad124;
        width: 100%;
        height: 50px;
        transform: skew(0deg, -5deg);
        transform-origin: top left;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: top left;
    }
    .login {
        width: 85%;
        padding: 1% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 7pt;
        padding-left: 7%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .footer-1, .footer-2 {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .footer-login {
        width: 20%;
        float: left;
        position: relative;
        top: 5px !important;
        left: 350px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 19pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }
    .footer-login-subtitle {
        padding: 5% 1%;
        width: 100%;
        background: #fad124;
        color: #000;
        font-size: 21pt;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
        text-align: center;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 3% 0% 3%;
        color: #000 !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 12pt !important;
        font-weight: 500 !important;
    }
    .footer-login-bottom {
        /*background: url('/view/default/images/footer-login-bottom.png');*/
        background: #fad124;
        width: 100%;
        height: 50px;
        transform: skew(0deg, -5deg);
        transform-origin: top left;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: top left;
    }
    .login {
        width: 85%;
        padding: 1% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        padding-left: 7%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 8pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .footer-1, .footer-2 {
        width: 32%;
        float: left;
        margin-right: 1%;
    }
    .footer-login {
        width: 20%;
        float: left;
        position: relative;
        top: 5px !important;
        left: 350px !important;
    }

    .footer-1-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skewX(20deg);
        transform: skewY(3deg);
        color: #000;
        font-size: 25pt;
        text-align: center;
        font-weight: 700;
        font-family: 'Rubik', sans-serif;
    }
    .footer-2-subtitle {
        padding: 5% 1%;
        width: 70%;
        background: #fad124;
        transform: skew(0deg, -7deg);
        color: #000;
        font-size: 25pt;
        font-weight: 700;
        text-align: center;
        font-family: 'Rubik', sans-serif;
    }
    .footer-login-subtitle {
        padding: 5% 1%;
        width: 100%;
        background: #fad124;
        color: #000;
        font-size: 27pt;
        font-weight: 700;
        text-align: center;
        font-family: 'Rubik', sans-serif;
    }

    .footer-content {
        padding: 10% 3% 0% 3%;
        color: #fff !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 14pt !important;
        font-weight: 400 !important;
    }
    .footer-login-content {
        padding: 10% 3% 0% 3%;
        color: #000 !important;
        text-align: left !important;
        font-family: 'Roboto', sans-serif;
        font-size: 14pt !important;
        font-weight: 500 !important;
    }
    .footer-login-bottom {
        /*background: url('/view/default/images/footer-login-bottom.png');*/
        background: #fad124;
        width: 100%;
        height: 50px;
        transform: skew(0deg, -5deg);
        transform-origin: top left;
        background-size: contain;
        background-repeat: no-repeat !important;
        background-position: top left;
    }
    .login {
        width: 85%;
        padding: 2% 0%;
        background: #eee;
        border: 1px solid #000;
        font-size: 12pt !important;
    }
    .login-subtext {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10pt;
        padding-left: 5%;
    }
    .login-button {
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10pt;
        color: #fff;
        background: #000;
        padding: 3% 5%;
    }
}

.padding-5-10-5-10 {
    padding: 5% 10% 5% 10%;
}

.padding-15 {
    padding: 15%;
}

.bold {
    font-weight: 700;
}

.w100{
    width: 100%;
}

.w30 {width: 30%;}
.w40 {width: 40%;}
.w45 {width: 45%;}
.w50 {width: 50%;}
.w55 {width: 55%;}
.w60 {width: 60%;}
.w65 {width: 65%;}

.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}

.border-bottom {
    border-bottom: solid 1px #ccc;
    padding-bottom: 10px;
    width: 50%;
    margin-left: 25%;
}

.button {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 4% 5%;
    transition: .2s;
}
.button-ordering {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 2% 5%;
    margin-left: 2%;
    transition: .2s;
    border:0;
}
.button-back {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 8pt;
    padding: 1% 2%;
    transition: .2s;
}
.button:hover, .button-ordering:hover, .button-back:hover {
    text-decoration: underline;
    transition: .2s;
    cursor: pointer;
}
.button-switch-active {
    border: 0 !important;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 9pt;
    padding: 0.5% 2%;
}

/* SEARCHBAR INPUT */

.searchbar-m-close {
    float: right;
    font-size: 18pt;
    padding-right: 10px;
    padding-bottom: 25px;
}
.searchbar-m-close:hover {
    cursor: pointer;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .searchbar-m {
        width: 100%;
        position: fixed;
        top: 59px;
        height: 60px;
        padding: 10px;
        background: #2a72af;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .searchbar-m {
        width: 100%;
        position: fixed;
        top: 59px;
        height: 60px;
        padding: 10px;
        background: #2a72af;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .searchbar-m {
        width: 100%;
        position: fixed;
        top: 59px;
        height: 60px;
        padding: 10px;
        background: #2a72af;
    }
}

/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .searching {
        width: 80%;
        height: 30px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        float: left;
        margin-top: 2px;
        margin-left: 10px;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .searching {
        width: 80%;
        height: 30px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        float: left;
        margin-top: 2px;
        margin-left: 10px;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .searching {
        width: 80%;
        height: 30px;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        float: left;
        margin-top: 2px;
        margin-left: 10px;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .searching {
        width: 300px;
        height: 30px !important;
        background: #eee;
        border: none;
        font-size: 12pt !important;
        margin-top: 5px;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .searching {
        width: 350px;
        height: 30px !important;
        background: #eee;
        border: none;
        font-size: 12pt !important;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .searching {
        width: 400px;
        height: 30px !important;
        background: #eee;
        border: none;
        font-size: 12pt !important;
    }
}


.searchbar {
    padding: 0px 10px 0px 20px;
}

input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(1.5); /* IE */
    -moz-transform: scale(1.5); /* FF */
    -webkit-transform: scale(1.5); /* Safari and Chrome */
    -o-transform: scale(1.5); /* Opera */
    padding: 10px;
    border-radius: 0px !important;
}

.btn-text b{display:inline}
.btn-text:not(.collapsed)  span{display:none}
.btn-text.collapsed  b{display:none}


.show {
    display: grid !important;
}



/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {

    #myCarousel{
        display: none!important;
    }
}


/* Small devices (landscape phones, less than 768px) */
@media (min-width: 575.98px) and (max-width: 767.98px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    #myCarousel{
        margin-top: 50px !important;
        width:100%;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 767.98px) and (max-width: 991.98px) {
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 270px;
        overflow: hidden;
    }

    #myCarousel{
        margin-top: -40px !important;
        width:100%;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 991.98px) and (max-width: 1199.98px) { 
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 340px;
        overflow: hidden;
    }
    #myCarousel{
        margin-top: 70px !important;
        width:100%;
    }
}

/* X-Large devices (large desktops, less than 1400px) */
@media (min-width: 1199.98px) and (max-width: 1599.98px) { 
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 480px;
        overflow: hidden;
    }
    #myCarousel{
        margin-top: 70px;
        margin-bottom: 0px;
        width:100%;
    }
}

/* XX-Large devices (more than 1400px) */
@media (min-width: 1599.99px) { 
    .carousel-inner {
        position: relative;
        width: 100%;
        height: 590px;
        overflow: hidden;
    }
    #myCarousel{
        margin-top: 70px;
        margin-bottom: 0px;
        width:100%;
    }
}

.footer ul {
    width:100%;
    list-style: none;
    margin: 30px 0px 0px 0px;
    padding:0px;
}
.footer li {
    display: inline-block;
    margin:0px;
    padding:0px;
    border-right: 2px solid #d2d2d2;
}
.footer ul li a {
    color: #FFF;
    font-size: 18px;
    padding: 10px 5px;
}

.footer li:last-child {
    border: 0!important;
}

.product-details-text {
    color: #000;
}
.product-details-text strong {
    font-weight: 600!important;
}
.alert-custom.fixed {
    position: relative;
}
.alert-custom {
    position: fixed;
    top:0px;
    left:0px;
    right:0px;
    padding: 18px 40px 18px 75px;
    z-index: 10000;
    color: #FFF;
    border-radius: 0;
    min-height: 60px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    font-size:18px;
    font-weight: 600;
    -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
    -webkit-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -ms-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -o-animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    animation: alert-anim 1s cubic-bezier(1, -0.01, 0, 0.99);
    -moz-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -o-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    -webkit-transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);
    transition: 1s all cubic-bezier(1, -0.01, 0, 0.99);    
}

.alert-custom i {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 60px;
    font-size: 40px;
    -webkit-animation: alert-icon-anim 1s;
    -moz-animation: alert-icon-anim 1s;
    -ms-animation: alert-icon-anim 1s;
    -o-animation: alert-icon-anim 1s;
    animation: alert-icon-anim 1s;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.15);
}

.alert-custom i:before {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    line-height: 0;
}

.alert-custom.fadeOut {
    top:-100%;
    -moz-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    -o-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
}

.alert-custom.alert-danger {
    background: #F44336;
}

.alert-custom.alert-danger i {
    background: #D32F2F;
}
.alert-success {
    background: #4caf50;
}
.alert-success i {
    background: #388E3C;
}
.alert-info {
    background: #03A9F4;
}
.alert-info i {
    background: #0288D1;
}

@-ms-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-o-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-webkit-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-moz-keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@keyframes alert-anim {
    0% {
        top: -100%;
    }
    60% {
        top: 0;
    }
    100% {
        top: 0;
    }
}
@-ms-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-o-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-webkit-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-moz-keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@keyframes alert-anim2 {
    0% {
        top: -100%;
    }
    60% {
        top: 100%;
    }
    100% {
        top: 100%;
    }
}
@-ms-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-o-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-webkit-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@-moz-keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}
@keyframes alert-icon-anim {
    0% {
        font-size: 0;
    }
    60% {
        font-size: 0;
    }
}

.span-error {
    display: inline-block;
    width: 100%;
    color: red;
    font-size: 12px;
}
.input-error {
    border:1px solid red!important;
}
.map {
    display:inline-block;
}

.product-picture {
    min-height: 60%!important;
    max-height: 60%!important;
}
.product-picture img {
    max-height: 100%;
    overflow: hidden;
}
p.title2 {
    height: 3.5em;
}