﻿
.coolerBody {
    padding: 0;
    margin: 0;
}

.forbidden {
    opacity: 0;
    filter: blur(5px);
    /*transform: translateY(100%);*/
    transition: all 0.5s;
}

.showskie {
    opacity: 1;
    filter: blur(0);
    /*transform: translateY(0);*/
}



.workerShow {
    display: block !important;
}

.workerHidden {
    display: none !important;
}

.workerDiv {
    align-items:center;
    display:flex;
    margin: .8rem auto .8rem auto;
}

.workerLoading {
    border: 8px solid silver;
    border-top: 8px solid #66b32f;
    border-radius: 50%;
    width: 60px;
    height:60px;
    animation:spin 1000ms infinite;
}


.a_anchor_m {
    display:contents;
}

.a_anchor_d {
    display:inline-block;
}

.logo_mobile {
    width: 25%;
}

@media (min-width: 768px) {
    .logo_mobile {
        width: 10%;
    }
}


.logo_desktop {
    width: 15%;
}

.mycp_shadow {
    box-shadow: 0 0.5rem 1rem #dfdfdf;
}

.mycp_separator {
    padding: 0.5rem 1rem;
    background-color: #f5f5f5;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.mycp_primary {
    background-color: #63b330;
}

.mycp_secondary {
    background-color: rgba(99,179,48,255);
}

.mycp_warning {
    background-color: rgba(99,179,48,255);
}

.mycp_danger {
    background-color: #5055a0;
}
.mycp_cart {
    position:sticky;
    top:0;
    z-index:2;
    background:white;
}

.mycp_offcan_cart {
    width: 97% !important;
    top: 0;
    border-radius: 7px;
    border: 2px solid;
    margin: 0.5rem !important;
}

.mycp_offcan_footer {
    bottom: 0 !important;
    position: absolute !important;
    width: 100% !important;
    border-top: 1px solid rgba(0,0,0,.125);
}

.category_element {
    position: fixed !important;
    top: 0 !important;
    z-index: 1;
    overflow-y: hidden;
    overflow-x: auto;
    white-space:nowrap;
    width: -moz-available; /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available; /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    margin-right: 0.5rem;
    max-width: calc(1800px - 1rem);
    border-radius: 0px 0px 3px 3px;
    border: solid 1px rgba(0,0,0,.125);
    border-top: 0px;
}

#categoryBar {
    height: 37px;
}

    #categoryBar a {
        white-space: pre;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
    }

        #categoryBar a:hover {
            background-color: #ddd;
            color: black;
        }

        #categoryBar a.active {
            background-color: #f2f2f2;
            color: black;
            border-color: transparent;
        }

/* mycp buttons */

.mycp_btn_sm {
    border: none;
    border-radius: 5px;
    cursor: pointer;
    letter-spacing: 1px;
    font-weight: 500;
    outline: none;
    position: relative;
    transition: all 0.3s;
}

.mycp_btn_sm_a {
    text-align: center;
    width: 100%;
    display: block;
    color: white !important;
    text-decoration: none;
}
.mycp_btn_sm_a2 {
    text-align: center;
    color: white !important;
    text-decoration: none;
}

.mycp_btn_sm:before {
    font-family: 'Material Icons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    position: relative;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}


.mycp_btn_lg {
    border: none;
    border-radius: 10px;
    font-size: inherit;
    color: inherit;
    background: none;
    cursor: pointer;
    padding: 25px 80px;
    display: inline-block;
    letter-spacing: 3px;
    font-weight: 700;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .mycp_btn_lg:before {
        font-family: 'Material Icons';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        line-height: 1;
        position: relative;
        display: inline-flex;
        justify-content: center;
        align-items: center;
    }

    .mycp_btn_lg:after {
        content: '';
        position: absolute;
        z-index: -1;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

/* Icon separator */

.mycp_btn_sm_sep {
    padding: 5px 20px 5px 50px;
}

    .mycp_btn_sm_sep:before {
        background: rgba(0,0,0,0.15);
    }


.mycp_btn_m_sep {
    padding: 10px 50px 10px 100px;
}

    .mycp_btn_m_sep:before {
        background: rgba(0,0,0,0.15);
    }

.mycp_btn_lg_sep {
    padding: 25px 60px 25px 120px;
}

    .mycp_btn_lg_sep:before {
        background: rgba(0,0,0,0.15);
    }

/* Buttons */

.mycp_centered {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.mycp_btn_round {
    border-style: none;
    border-radius: 25px;
    height: 50px;
    width: 50px;
}

.mycp_btn_warning {
    background-image: linear-gradient(#de963d, #d47500 50%, #c36c00);
    color: #fff;
}

    .mycp_btn_warning:active {
        background-image: linear-gradient(#de963d, #d47500 50%, #c36c00);
        top: 2px;
    }

    .mycp_btn_warning:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }

.mycp_btn_warning_pr {
    background-image: linear-gradient(#de963d, #d47500 50%, #c36c00);
    color: #fff;
}

    .mycp_btn_warning_pr:active {
        background-image: linear-gradient(#de963d, #d47500 50%, #c36c00);
        top: 2px;
    }

    .mycp_btn_warning_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }

.mycp_btn_danger {
    background-image: linear-gradient(#7191b3,#446e9b 50%,#4e56a2);
    color: #fff;
}

    .mycp_btn_danger:active {
        background-image: linear-gradient(#7191b3,#446e9b 50%,#4e56a2);
        top: 2px;
    }

    .mycp_btn_danger:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }

.mycp_btn_danger_pr {
    background-image: linear-gradient(#7191b3,#446e9b 50%,#4e56a2);
    color: #fff;
}

    .mycp_btn_danger_pr:active {
        background-image: linear-gradient(#7191b3,#446e9b 50%,#4e56a2);
        top: 2px;
    }

    .mycp_btn_danger_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }


.mycp_btn_primary {
    background-image: linear-gradient(#92c787, #63b330 50%,#528545);
    color: #fff;
}

    .mycp_btn_primary:active {
        background-image: linear-gradient(#92c787, #63b330 50%,#528545);
        top: 2px;
    }

    .mycp_btn_primary:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }

.mycp_btn_primary_pr {
    background-image: linear-gradient(#92c787, #63b330 50%,#528545);
    color: #fff;
}

    .mycp_btn_primary_pr:active {
        background-image: linear-gradient(#92c787, #63b330 50%,#528545);
        top: 2px;
    }

    .mycp_btn_primary_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }

    .mycp_btn_primary_pr:disabled {
        pointer-events: none;
        opacity: .65;
    }

.mycp_btn_success {
    background-image: linear-gradient(#92c787,#45b32d 50%,#528545);
    color: #fff;
}

    .mycp_btn_success:active {
        background-image: linear-gradient(#92c787,#45b32d 50%,#528545);
        top: 2px;
    }

    .mycp_btn_success:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }
    .mycp_btn_success:disabled {
        pointer-events:none;
        opacity:.65;
    }

.mycp_btn_success_pr {
    background-image: linear-gradient(#92c787,#45b32d 50%,#528545);
    color: #fff;
}

    .mycp_btn_success_pr:active {
        background-image: linear-gradient(#92c787,#45b32d 50%,#528545);
        top: 2px;
    }

    .mycp_btn_success_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }

    .mycp_btn_success_pr:disabled {
        pointer-events: none;
        opacity: .65;
    }


.mycp_btn_secondary {
    background-image: linear-gradient(#cdcccc,#999 50%,#6a6363);
    color: #fff;
}

    .mycp_btn_secondary:active {
        background-image: linear-gradient(#cdcccc,#999 50%,#6a6363);
        top: 2px;
    }

    .mycp_btn_secondary:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }

    .mycp_btn_secondary:disabled {
        pointer-events: none;
        opacity: .65;
    }

.mycp_btn_secondary_pr {
    background-image: linear-gradient(#cdcccc,#999 50%,#6a6363);
    color: #fff;
}

    .mycp_btn_secondary_pr:active {
        background-image: linear-gradient(#cdcccc,#999 50%,#6a6363);
        top: 2px;
    }

    .mycp_btn_secondary_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }

    .mycp_btn_secondary_pr:disabled {
        pointer-events: none;
        opacity: .65;
    }

.mycp_btn_delete {
    background-image: linear-gradient(#fb5f5c, #d52222 50%, #bf2727);
    color: #fff;
}

    .mycp_btn_delete:active {
        background-image: linear-gradient(#fb5f5c, #d52222 50%, #bf2727);
        top: 2px;
    }

    .mycp_btn_delete:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }

    .mycp_btn_delete:disabled {
        pointer-events: none;
        opacity: .65;
    }

.mycp_btn_delete_pr {
    background-image: linear-gradient(#fb5f5c, #d52222 50%, #bf2727);
    color: #fff;
}

    .mycp_btn_delete_pr:active {
        background-image: linear-gradient(#fb5f5c, #d52222 50%, #bf2727);
        top: 2px;
    }

    .mycp_btn_delete_pr:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 20%;
    }

    .mycp_btn_delete_pr:disabled {
        pointer-events: none;
        opacity: .65;
    }


.mycp_btn_value {
    background-image: linear-gradient(#91c7f7,#3399f3 50%,#2467a3);
    color: #fff;
}

    .mycp_btn_value:active {
        background-image: linear-gradient(#91c7f7,#3399f3 50%,#2467a3);
        top: 2px;
    }

    .mycp_btn_value:before {
        border-radius: 5px 0px 0px 5px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 150%;
        width: 33%;
    }



    /* Bigger Buttons */
.mycp_btn_lg_primary {
    background-image: linear-gradient(#92c787, #63b330 50%,#528545);
    color: #fff;
}

    .mycp_btn_lg_primary:active {
        background-image: linear-gradient(#92c787, #63b330 50%,#528545);
        top: 2px;
    }

    .mycp_btn_lg_primary:before {
        border-radius: 10px 0px 0px 10px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 200%;
        width: 60px;
    }



.mycp_btn_lg_danger {
    background-image: linear-gradient(#7191b3,#446e9b 50%,#355272);
    color: #fff;
}

    .mycp_btn_lg_danger:active {
        background-image: linear-gradient(#7191b3,#446e9b 50%,#355272);
        top: 2px;
    }

    .mycp_btn_lg_danger:before {
        border-radius: 10px 0px 0px 10px;
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        line-height: 3;
        font-size: 200%;
        width: 60px;
    }





    
/* Placeholder */
.image-placeholder {
    height: 220px;
    position: relative;
}

.placeholder-content {
    display: flex;
}

.placeholder-content, .placeholder-text {
    height: 30.75px;
    position: relative;
}

.placeholder-content, .placeholder-text {
    width: 100%;
}

.cardimage-wraper {
    position: relative;
    height: 100%;
    width: 100%;
    background-color: #f1f7f9;
    z-index: 1;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 9px 9px 6px -5px #9b9b9b;
}

.cardbtn-wraper {
    position: relative;
    height: 100%;
    width: 100%;
    background-image: linear-gradient(#92c787, #63b330 50%,#528545);
    z-index: 1;
    overflow: hidden;
    border-radius: 5px;
}

.activity {
    position: absolute;
    left: -45%;
    height: 100%;
    width: 45%;
    background-image: linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -moz-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    background-image: -webkit-linear-gradient(to left, rgba(251,251,251, .05), rgba(251,251,251, .3), rgba(251,251,251, .6), rgba(251,251,251, .3), rgba(251,251,251, .05));
    animation: placeholer_loading 1.2s infinite;
    z-index: 2;
}

@keyframes placeholer_loading {
    0% {
        left: -45%;
    }

    100% {
        left: 100%;
    }
}
/* Icon Modifier */

.only_icon {
    font-family: 'Material Icons';
    font-size: 160%;
    padding-top: 0px;
}

.icon-primary {
    background-image: linear-gradient(#92c787, #63b330 50%,#528545);
    color: #fff !important;
}

.icon-secondary {
    background-image: linear-gradient(#cdcccc,#999 50%,#6a6363);
    color: #fff !important
}
.icon-warning {
    background-image: linear-gradient(#ffac45,#d47500 50%,#c17414);
    color: #fff !important
}
.icon-danger {
    background-image: linear-gradient(#7191b3,#446e9b 50%,#355272);
    color: #fff !important
}

.icon-delete {
    background-image: linear-gradient(#fb5f5c, #d52222 50%, #bf2727);
    color: #fff !important
}

/* Icons */
.icon-cart:before {
    content: "\e8cc";
}

.icon-done:before {
    content: "\e876";
}

.icon-info:before {
    content: "\e88e";
}

.icon-info-outlined:before {
    content: "\e88f";
}

.icon-back:before {
    content: "\f1e6";
}

.icon-euro:before {
    content: "\e926";
}

.icon-cancel:before {
    content: "\e5c9";
}

.icon-login:before {
    content: "\ea77";
}

.icon-logout:before {
    content: "\e9ba";
}

.icon-register:before {
    content: "\ef40";
}

.icon-menu-book:before {
    content: "\ea19";
}

.icon-news:before {
    content: "\eb81";
}

.icon-receipt:before {
    content: "\ef6e";
}

.icon-download:before {
    content: "\e2c4";
}

.icon-card:before {
    content: "\e870";
}

.icon-add-card:before {
    content: "\eb86";
}

.icon-home:before {
    content: "\e88a";
}

.icon-personal:before {
    content: "\f02e";
}

.icon-account:before {
    content: "\e871";
}

.icon-lug:before {
    content: "\e873";
}

.icon-online:before {
    content: "\e8e5";
}

.icon-checkout:before {
    content: "\eff1";
}

.icon-arrow-up:before {
    content: "\f182";
}

.icon-bin:before {
    content: "\e92b"
}

.icon-edit:before {
    content: "\e745"
}

.icon-subacc:before {
    content: "\e7fe"
}

.icon-food-bank:before {
    content: "\f1f2"
}
.icon-qr-code:before {
    content: "\ef6b"
}

.icon-qr-code-scanner:before {
    content: "\f206"
}

.icon-refresh:before {
    content: "\e5d5"
}
