/* --------------------------------------------------------------------------------- */

/* MAIN BACKGROUND */

/* --------------------------------------------------------------------------------- */
/* @font-face {
	font-family: Candara;
	src: url(fonts/Candara.ttf);
} */

.mdl-color--grey-100 {
    background-color: #f5f5f5 !important;
    /*background-color: #fff !important;*/
}

a {
    color: var(--secondary-color);
}

body {
    overflow-x: unset;
    font-family: "Open Sans", sans-serif !important;
}

/* --------------------------------------------------------------------------------- */

/* MAIN HEADER */

/* --------------------------------------------------------------------------------- */

.demo-header {
    box-shadow: none;
    border-bottom: var(--primary-color) 2px solid;
    /*box-shadow: inset 0px -1px 1px -1px rgba(0, 0, 0, .5);*/
}

.top-banner {
    box-shadow: none;
    border: var(--primary-color-faded) solid 1px;
}

.navbar-brand .row {
    justify-content: space-between;
}

.col-user-info {
    color: var(--primary-color);
    font-size: 1.55rem;
    text-align: left;
    padding: 0;
}

.col-user-info h4 {
    padding-left: 1rem;
}

.col-search-bar {
    max-width: 280px;
}

.searchbox-container {
    border-radius: 25px;
    border: 1px solid #bdbdbd;
    background-color: #fff;
    padding-right: 1rem;
    width: 100%;
}

.searchbox-input {
    border: none;
    background: transparent;
    padding-left: 2.0rem;
    padding-right: 2.5rem;
    height: 3.5rem;
    width: 100%;
    font-size: 1.5rem;
}

.search-icon {
    position: relative;
    right: 2.5rem;
}

/* auto hide top bar (do not show burger menu) */

.remove-on-small-screens {
    display: block;
}

.mdl-layout__drawer-button {
    display: none;
}

/* main content area */
.demo-header {
    /* background-color: #f5f5f5 !important; */
    /* box-shadow: none; */
    padding-top: 10px;
}

.demo-content {
    padding: 0;
    padding-top: 65px;
}

@media screen and (max-width: 1024px) {
    .mdl-layout__header-row {
        height: 56px;
        padding: 0px 16px 0 60px;
    }
/*}*/

/*@media screen and (max-width: 576px) {*/
    .remove-on-small-screens {
        display: none;
    }
    .mdl-layout__header-row {
        height: 120px;
    }
    .demo-layout .mdl-layout__header .mdl-layout__drawer-button {
        padding-top: .5rem;
    }
    .demo-header {
        /* background-color: #f5f5f5 !important; */
        /* box-shadow: none; */
        padding-top: 10px;
    }
    .col-user-info {
        padding-bottom: 1rem;
    }
    .col-search-bar {
        max-width: 100vw;
        width: 100vw;
        padding-top: 1rem;
        box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .5);
        margin-left: calc(-60px + 15px);
    }
    /* show burger menu */
    .mdl-layout__drawer-button {
        display: block;
    }
    /* main content area */
    .demo-content {
        padding-top: 125px;
    }
}

/* make header go away upon scrolling */

.demo-header {
    display: block;
    transition: transform 0.4s;
    background: white;
    /* position: absolute; */
    /* top: 0; */
    /* box-shadow: 20px 0px 35px 10px rgba(0,0,0,0.25); */
    /*box-shadow: rgba(235, 215, 198, 0.5) 0px 5px 10px;*/
}

main {
    /* padding-top: 15rem; */
}

.scroll-down .demo-header {
    transform: translate3d(0, -100%, 0);
}

.scroll-up .demo-header {
    transform: none;
}

/* --------------------------------------------------------------------------------- */

/* UNDER HEADER */

/* --------------------------------------------------------------------------------- */

.demo-content {
    max-width: none;
}

.top-banner {
    box-shadow: none;
    border: var(--primary-color-faded) solid 1px;
}

.features {
    box-shadow: inset 0 1px 1px -1px rgba(0, 0, 0, .5);
    background: white;
    text-align: center;
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
}

.features h3 {
    /* color: var(--secondary-color-faded); */
    margin: auto;
    padding: 1rem 0;
}

.features .material-icons {
    /* color: var(--primary-color-faded); */
}

/* --------------------------------------------------------------------------------- */

/* Counter Down */

/* --------------------------------------------------------------------------------- */

.countdown .figure>span {
    color: var(--secondary-color);
}

.countdown h1 {
    color: var(--primary-color-faded);
}

.countdown h1 strong {
    color: var(--secondary-color);
}

/* --------------------------------------------------------------------------------- */

/* SIDE BAR (NAV-BAR) */

/* --------------------------------------------------------------------------------- */

/*whole left panel*/

.demo-drawer {
    /*border-right: var(--primary-color-faded) 5px solid;*/
    /*background: #f3f6fd;*/
    background: var(--bg-color);
}

.demo-drawer a {
    font-weight: 500;
}

.col-logo-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.logo-in-nav {
    max-width: 150px;
    margin: auto;
    margin-top: 1rem;
}

.logo-in-nav:hover {
    transform: scale(1.1) !important;
}

/*saldo*/

#customerBalance {
    /* color: var(--secondary-color); */
}

.mdl-layout__drawer {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    background-image: linear-gradient( rgba(255, 255, 255, 0.65), rgba(255, 255, 255, 0.85)), url(../images/sidenavBG.jpg);
}
.mdl-layout__drawer-button {
    margin: unset !important;
    left: 10px;
    top: 8px;
    box-shadow: var(--main-shadow);
    border-radius: 1.0rem;
    height: 40px;
    width: 40px;
}

.sidepanel-title {
    color: #000;
    opacity: .35;
    letter-spacing: 1px;
    padding: 1rem 2rem;
}

.sidepanel-body {
    background-color: rgba(95, 93, 93, 0.10);
    padding-left: 0;
}

.panel-title {
    position: relative;
}

.panel-title::after {
    content: "\f107";
    color: #000;
    margin-left: auto;
    font-family: "FontAwesome"
}

.panel-title[aria-expanded="true"]::after {
    content: "\f106";
}

/* Navigation links/elements  */

.mdl-navigation__link {
    padding: 1rem 1.5rem !important;
    text-decoration: none !important;
    opacity: 1;
}

.demo-navigation .mdl-navigation__link .material-icons {
    margin-right: 1.5rem;
}

.mdl-navigation__link:hover {
    background-color: #8195b6;
    color: #37474F;
    transition: all .3s linear;
}

.demo-navigation .active {
    box-shadow: inset 3px 0 0 var(--primary-color);
    background: var(--primary-color-faded);
    font-weight: 600 !important;
}

/* Check list categories */

.checklist ul li:hover {
    background-color: rgba(0, 0, 0, 0.05);
    transition: all .3s linear;
}

.checklist li span {
    float: none;
    width: 0;
    height: 0;
    margin-top: 0;
    border: none;
    position: relative;
    margin-left: 3.25rem;
    cursor: pointer;
}

.checklist .checked a {
    color: var(--primary-color);
}

.checklist a .x {
    height: 100%;
    left: -5.65rem;
    background: var(--primary-color);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

.checklist a .y {
    display: none;
}
.checklist li a{
    color: black;
}

.mdl-layout__drawer-button .material-icons {
    margin-bottom: 18px;
}

.mdl-textfield--expandable .mdl-button--icon {
    top: 0px;
}

.mdl-textfield {
    box-shadow: var(--main-shadow);
    border-radius: 1.0rem;
    padding: 8px 5px;
    margin-left: -4.2rem;
}

.mdl-textfield label {
    /* background: #f5f5f5; */
}

.mdl-button .material-icons {
    /* margin-top: 5px; */
}
/*menues that are not categories (history, fav., support etc.)*/

/* --------------------------------------------------------------------------------- */

/* CARDS */

/* --------------------------------------------------------------------------------- */

@media (min-width: 1200px) {
    #MainProductsView .col-xl-2 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}

@media (min-width: 1400px) {
    #MainProductsView .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
}


#pricingAndActions .smaller-card-buttons{
    padding: 1px;
}
#pricingAndActions p{
    font-size: 1.85rem;
}

/*next category card*/
.next-category{
    padding: 0;
    padding-bottom: 1rem;
    overflow: hidden;
    display: flex;
    height: 100%;
    align-items: center;
    width: 100%;
    justify-content: center;
}
.next-category .row {
    width: 100%;
    padding: 0;
}
.next-category .col-12 {
    padding: 0;
    text-align: center;
    width: 100%;
    margin-top: 2rem;
    margin-bottom: 1rem;
}
.next-category-style {
    width: 100%;
    padding: 1rem;
    background: var(--primary-color);
    opacity: .8;
    margin-top: 1rem;
}
.next-category-style p {
    color: white;
    font-weight: 600;
    line-height: normal;
    font-size: 2.5rem;
}
.next-category span {
    color:grey;
    font-size: 1.5rem;
}


#MainProductsView .btn-block-big:first-child {
    padding: 0.5rem;
    text-align: right;
    margin-top: .5rem;
    width: unset;
    margin-left: auto;
    margin-bottom: 1rem;
}

#MainProductsView .logo-img{
    max-width:100px;
    margin-top: 0px;
    pointer-events:none;
    position: absolute;
    top: -2rem;
}

#TopFloatingBar {
    margin-top: 1.5rem;
    margin-bottom: 1.0rem;
}

#TopFloatingBar .col-md-12:first-child {
    padding-bottom: 0rem !important;
}

#TopFloatingBar .card-body {
    padding-top: 0;
    padding-bottom: 0;
}

#TopFloatingBar .btn-block-big {
    padding: .75rem;
}

#MainProductsView .card {
    -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 1.45rem;
}

#MainProductsView .card-body p {
    line-height: 1.25 !important;
    /* letter-spacing: 1px; */
}

#MainProductsView .card-body span {
    line-height: 2 !important;
}

#MainProductsView .card-selection {
    background: white;
    border-radius: 1.5rem;
}

.cart-total-price {
    border-radius: .75rem;
}

#MainProductsView .card .btn-outline-primary {
    border-radius: .75rem !important;
}

#MainProductsView .card-selection .image-container {
    border-top-left-radius: 1.5rem !important;
    border-top-right-radius: 1.5rem !important;
}

#MainProductsView .card-footer {
    padding: 1rem;
    border-top: 0;
    border-bottom-left-radius: 1.5rem !important;
    border-bottom-right-radius: 1.5rem !important;
}

#MainProductsView .btn-block-big {
    padding: 0rem;
}

.productCardAnimate {
    padding: .75rem !important;
}

@media screen and (max-width: 576px) {
    .productCardAnimate {
        padding: .45rem !important;
    }
}

/*.card {
    box-shadow: var(--main-shadow);
    border-radius: 1.0rem;
    border: white solid 3px;
    background-color: #f5f5f5;
}*/

#MainProductsView .card:hover .card-selection {
    /* box-shadow: rgba(235, 215, 198, 0.5) 0px 10px 10px; */
     /*box-shadow: 0 15px 30px rgba(37, 37, 37, 0.35);*/
    /* box-shadow: none; */
    /*border: var(--primary-color) 1px solid;*/
}

#MainProductsView .card:hover {
    /*box-shadow: rgba(198, 208, 235, 0.5) 0px 10px 10px;*/
    /* box-shadow: 0 15px 30px rgba(37, 37, 37, 0.35); */
    background: white;
}

.card h3 {
    text-align: center !important;
    font-size: 1.75rem;
    padding-right: 2.5px;
    /*margin-top: -2rem;*/
}

.btn-primary, .btn-danger {
    /*color: var(--secondary-color);*/
    /*border-color: #fff;*/
    /*background-color: #f5f5f5;*/
    color: white;
}

.btn-primary:hover, .btn-danger:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    background-color: #f5f5f5;
}

.form-control:disabled, .form-control[readonly] {
    background-color: transparent;
    opacity: 1;
    color: var(--black-color);
    border: none;
}

#favoriteButton {
    box-shadow: none;
    background-color: transparent;
    position: absolute;
    left: .5rem;
    top: 1rem;
    z-index: 1;
}

.ribbon span {
    background: var(--secondary-color) !important;
}

/* --------------------------------------------------------------------------------- */

/* BASKET ICONS / CART */

/* --------------------------------------------------------------------------------- */

#showCartModalButton {
    right: -10px;
}

#showCartModalButton i {
    font-size: 45px;
    color: var(--secondary-color);
    -webkit-transform: translate(0px,0px);
    transform: translate(0px,0px);
    top: 2rem;
    left: 2rem;
    /* text-shadow: 0 0px 15px var(--secondary-color); */
}

#showCartModalButton .counter-up {
    border-style: none;
    /*color: var(--primary-color);*/
    color: var(--secondary-color);
    left: 35px;
    top: -10px;
}

.cart-element-row {
    justify-content: space-evenly;
    text-align: center;
    border-bottom: 1px solid #E1E8EE;
    padding: 10px 0;
}

.cart-remove-icon {
    color: red;
    opacity: .65;
}

.cart-remove-icon .material-icons {
    padding-bottom: .75rem;
}

.cart-item-image {
    width: 100%;
    max-width: 100px;
}

.cart-desc {
    text-align: left;
    font-size: 1.45rem;
}

.cart-desc .card-text {
    font-weight: 500;
}

.cart-price-quant {
    max-width: 150px;
}

.cart-price-quant .row {
    margin: 0;
}

.cart-price-quant .col-12 {
    padding: 0;
    text-align: right;
}

/* --------------------------------------------------------------------------------- */

/* INPUTS & MODALS */

/* --------------------------------------------------------------------------------- */

.form-control-lg {
    box-shadow: var(--main-shadow);
}

#cartListItemsView .align-items-center {
    /*  border-bottom: 1px solid var(--primary-color-faded) !important;
    opacity: .5;*/
}

/*delivery options*/

/*#ShowCart .btn-primary:not(:disabled):not(.disabled).active,
    .btn-primary:not(:disabled):not(.disabled):active,
    .show>.btn-primary.dropdown-toggle {
    color: white !important;
}*/

/* FLOATING MODALS */

/*.modal-content {
    border-style: solid !important;
    border-width: 3px !important;
    border-color: white !important;
    background: #f5f5f5 !important;
}
.modal-title {
    text-align: center;
}*/

/* WHOLE SCREEN MODALS (BOTTOM MODALS) */

/*#ShowCart .container-fluid, #SignupModal .container-fluid {
    border-style: solid;
    border-width: 3px;
    border-color: white;
    background: #f5f5f5 !important;
    box-shadow: var(--main-shadow);
    margin-bottom: 20px;
}
*/

/* .cd-card-content{
    left: unset;
    right: 0;
    width: 50%;
}
.cd-card-content-overlay{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    content: '';
} */

.cd-card-content {
    transition-timing-function: unset;
    -webkit-transition-timing-function: unset;
    transition: all 0.5s ease-in-out;
    opacity: 0;
}

.cd-card-content.is-visible {
    visibility: visible;
    transition: all 0.5s ease-in-out;
    transition-timing-function: unset;
    -webkit-transition-timing-function: unset;
    opacity: 1;
}


/* --------------------------------------------------------------------------------- */

/* FOOTER */

/* --------------------------------------------------------------------------------- */

.footer {
    /* border-top: var(--secondary-color-faded) 5px solid !important; */
    /*border-top: 0 !important;*/
    /*padding-top: 0;*/
    /*background: #f3f6fd;*/
    border-top: var(--primary-color) 2px solid;
    /* background: #252525; */
    background: var(--third-background-color);
}

.footer h3{
    padding-top: 3.25rem;
    color: white;
}
.footer h3 .under-title{
    color: lightgrey !important;
}

.footer a{
    color: var(--third-color);
}

.footer hr{
    border-color: rgba(255,255,255,.25)
}
.footer h2{
    color: lightgrey !important;
    margin: auto;
}
.footer .bottom-row{
    text-align: center;
}