﻿.boldFont {
    font-family: 'Frutiger-Bold', cursive;
}

b, strong {
    font-family: 'Frutiger-Bold', cursive;
}


.newSpan {
    background-color: #FF0043;
    display: inline-block;
    padding: 2px 5px;
    font-size: 11px;
    margin-right: 10px;
    color: white;
    transform: translateY(-4px);
}

.shopDivWrap h3 {
    font-size: 21px;
}

.shopDivWrap h5 {
    font-size: 11px;
    margin-top: 20px;
}

span.modelTypeBtn {
    display: inline-block;
    /* width: 80px; */
    margin-right: 5px;
    text-align: center;
    padding: 0px 22px;
    cursor: pointer;
    display: inline-block;
    border-radius: 19px;
    font-size: 16px;
    background-color: white;
    color: #4E545C;
    border: 0.5px solid #4E545C;
    font-family: 'Frutiger-Bold', cursive;
    margin-bottom: 10px;
}

.productWrap span.priceValue {
    font-size: 20px;
    color: #000;
    padding-left: 0;
}

span.modelTypeBtn.active, span.variantWrap.active {
    background-color: #0064AA;
    border-color: #0064AA;
    color: white;
    cursor: auto;
}


.shopBigFont {
    font-size: 28px;
    color: #0064AA;
}

.shopSmallFont {
    font-size: 11px;
}

.onlineShopPriceHeading {
    margin-bottom: -5px;
}

.productWrap .modelTypeSelector {
    margin-top: 15px;
    margin-bottom: 8px;
}

.cartBtnWrap {
    display: inline-block;
    margin-top: 15px;
    margin-right: 15px;
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.cartBtnWrap img {
    width: 20px;
    /*  margin-left: 8px;
    margin-right: 8px;*/
}

.cartBtnWrap img, .cartBtnWrap span {
    cursor: pointer;
}

.cartBtn {
    background-color: #0064AA;
    padding: 4px 20px;
    color: white;
    border-radius: 25px;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-top: -4px;
    margin-left: 15px;
}

.notAvailableBtn {
    background-color: #4E545C;
    padding: 4px 20px;
    color: white;
    border-radius: 25px;
    font-family: 'Frutiger-Bold', sans-serif;
    margin-top: -4px;
    margin-left: 15px;
}


    .cartBtn img, .notAvailableBtn img {
        margin-right: 4px;
    }

.productPage .mediumTitle {
    font-size: 28px;
    font-family: 'Frutiger-Bold', sans-serif;
}


.cartBtnWrap input {
    width: 26px;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    -moz-appearance: textfield;
    border: none;
    outline: none;
    font-family: 'Frutiger-Bold', sans-serif;
    color: #4e545c;
}

.shopVariantParent .variantWrap {
    display: inline-block;
    background-color: #CCE1F0;
    padding: 4px;
    padding-right: 10px;
    font-family: 'Anton';
    font-weight: 300;
    font-size: 13px;
    margin-right: 2px;
    cursor: pointer;
}


.cartInner img {
    width: 50px;
}

.cartWrap {
    position: absolute;
    right: 85px;
    bottom: 6px;
}


.cartAmount {
    position: absolute;
    right: -5px;
    top: -5px;
    width: 20px;
    height: 20px;
    text-align: center;
    background-color: #ffed00;
    line-height: 1.2;
    border-radius: 50%;
}

.fancyTable .typeWrap > span {
    display: inline-block;
}

img.postLogo {
    max-width: 40px;
}

.greenTag, .redTag {
    font-size: 12px;
    padding: 2px 10px;
    display: inline-block;
    border-radius: 4px;
}

.greenTag {
    background-color: #CFFF00;
}

.redTag {
    background-color: #FF0043;
    color: white;
}

.fancyTableContainer a {
    border-bottom: 1px solid;
}

.smallLink {
    font-size: 12px;
}

.swal2-cancel.swal2-styled.swal2-default-outline {
    background-color: #ffed00 !important;
}


.fullLine {
    border-bottom: 1px solid #e6eef2;
}

.titlerow {
    padding-top: 10px;
    padding-bottom: 10px;
}

.productrow .padding {
    padding-top: 25px;
}

.margintop {
    margin-top: 25px;
}

.paddingbox {
    padding: 30px;
}

.amountwrap i, i.mediumsize {
    font-size: 20px;
    cursor: pointer;
}

.mediumsize {
    font-size: 20px;
}

.paddingbox {
    padding-top: 30px;
    padding-bottom: 30px;
}

.sidebar {
    padding: 5px 15px;
    background-color: #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .02), 0 1px 4px #cfdee5;
}

.amountplus, .amountminus {
    background-color: #ffe600;
    displaY: inline-block;
    width: 23px;
    font-size: 25px;
    height: 23px;
    line-height: 19px;
    border-radius: 50%;
    cursor: pointer;
}

.productrow:last-child .fullLine {
    display: none;
}

.shopsection h2 {
    margin-top: 30px;
    color: #0064AA;
    font-family: "Frutiger-Bold";
    font-size: 20px;
}

.deleteProduct {
    cursor: pointer;
}

.hintWrap {
    background-color: #CFFF00;
    background-color: #faffe5;
    color: #6acd3a;
    color: #3e4c00;
    padding: 20px;
    max-width: 520px;
    border-radius: 23px;
}

    .hintWrap p {
        color: #6acd3a;
        color: #3e4c00;
    }

@keyframes pulse {
    0% {
        transform: scale(1);
        background-color: #ffed00;
    }

    50% {
        transform: scale(1.4);
        background-color: yellow;
    }

    100% {
        transform: scale(1);
        background-color: #ffed00;
    }
}

.pulse {
    animation: pulse 0.5s ease-in-out;
}



.editorField {
    padding: 5px;
    margin-bottom: 5px;
    max-height: 35px;
    overflow: hidden;
    cursor: pointer;
    transition: all ease .35s;
}

    .editorField.open {
        max-height: 800px;
    }

.category li {
    cursor: pointer;
}

.hidden {
    display: none;
}

.small {
    font-size: 13px;
}



.editorField img {
    width: 40px;
    margin-bottom: -15px;
    max-height: 35px;
    margin-right: 11px;
    margin-top: -19px;
}

    .editorField img.twint {
        margin-top: -9px;
        width: 69px;
        margin-bottom: -6px;
        background-color: black;
        padding: 4px;
    }

.editorField {
    /*  max-height: 50px;*/
    max-height: 47px;
    line-height: 36px;
}


    .editorField > div {
        margin-top: 8px;
    }

    .editorField input {
        margin-right: 10px;
    }

.modal-bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0,0,0,0.5);
    display: none;
    justify-content: center;
    align-items: center;
}

.open {
    display: flex;
}

.editorField.open {
    display: block;
}

.mobileNav.open {
    display: block;
}
/*.cartParent .postShippingHint {
    display: none;
}*/
.editorField.disabled {
    max-height: 85px;
    color: #898989;
}

.disabled .postLogo {
    filter: gray;
    /* IE6-9 */
    filter: grayscale(100%);
    /* Microsoft Edge and Firefox 35+ */
    -webkit-filter: grayscale(1)
}

/*.store-list {
    padding: 15px;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 5px;
}*/

.store-info {
    font-size: 16px;
    line-height: 24px;
    border-bottom: 2px solid #0069b4;
    padding-bottom: 10px;
}

    .store-info strong {
        font-size: 1.2em;
    }

/*  .store-info span {
        font-size: 0.9em;
        color: #666;
    }*/

/*.select-store {
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #0069b4;
    border: none;
    border-radius: 3px;
    cursor: pointer;
}*/

.select-store:hover {
    background-color: #F0F8FF;
}

.store-info span.select-store {
    color: white;
}

.store-list {
    max-height: 66vh;
    overflow: scroll;
}

.editorField p {
    font-size: 17px;
    line-height: 23px;
}

.isShipping p {
    font-size: 15px;
    line-height: 18px;
    padding-left: 20px;
}


/*input#zipCode {
    border: none;
    padding: 5px 13px;
    height: 38px;
}*/

.formWrap .control input:focus ~ label#zipLabel, .formWrap .control input:not(:placeholder-shown) ~ label#zipLabel {
    top: -21px;
}

span.findStores {
    margin-top: 30px;
    cursor: pointer;
}

.row.zipRow {
    margin-top: -20px;
}


.storeWrap {
    background-color: white;
    padding: 7px;
    font-size: 16px;
    line-height: 21px;
    max-width: 500px;
    position: relative;
}

.innerStoreWrap {
    padding: 28px;
    padding-top: 24px;
    position: relative;
    background-color: #F5F5F5;
    border-radius: 15px;
}

    .innerStoreWrap span.distanceSpan {
        margin-top: 6px;
        margin-left: 34px;
    }

span.choosenCaption {
    background-color: white;
    position: absolute;
    top: 2px;
    left: 11px;
    font-size: 10px;
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
}


span.removeStore {
    font-family: Arial;
    position: absolute;
    right: 13px;
    top: 9px;
    font-size: 20px;
    font-weight: 400;
}

.shopsection h2 {
    margin-top: 0;
}

.sidebar {
    padding-bottom: 15px;
}

li.pointOut {
    color: white;
    margin-right: 15px;
}

    li.pointOut a {
        display: inline-block;
        background-color: #0069b4;
        color: white;
        margin-right: 0;
        padding-left: 10px;
        padding-right: 10px;
    }

.rightDiv {
    padding-top: 2px;
    margin-right: -15px;
}

#payBtn, #applyDiscountBtn {
    cursor: pointer;
}

.text-emschaBlue {
    color: #0069b4
}

.swiper-product-container {
    overflow: hidden;
    position: relative;
}

.swiper-outer-container {
    position: relative;
    padding-bottom: 70px;
}

    .swiper-outer-container .swiper-pagination {
        width: 100%;
        bottom: 20px;
    }

.swiper-pagination-bullet {
    margin-left: 4px;
    margin-right: 4px;
    opacity: 1;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 2px solid #0064AA;
}

.swiper-pagination-bullet-active {
    background-color: #0064AA;
}

.productSpanWrap {
    margin-bottom: 15px;
}

    .productSpanWrap.absolutePos {
        position: absolute;
    }

    .productSpanWrap span {
        border-radius: 25px;
        color: white;
        font-size: 12px;
        font-family: 'Frutiger-Bold', cursive;
        display: inline-block;
        padding: 1px 20px;
        float: left;
        margin-right: 5px;
        border: 1px solid;
        margin-bottom: 7px;
    }

    .productSpanWrap .green {
        background: #32825A;
    }

    .productSpanWrap .orange {
        background: #F9BF3B;
        color: #000;
        border-color: #F9BF3B;
    }

    .productSpanWrap .white {
        border-color: #0064AA;
        color: #0064AA;
    }


.productPage .bigTitle {
    margin-bottom: 8px;
    font-size: 40px;
}

h2.supplier {
    font-size: 28px;
}

.productParent .priceWrap {
    margin-bottom: 20px;
}

.descriptionWrap {
    margin-top: 40px;
    max-width: 600px;
}

.productPage .subTitle {
    color: #4E545C;
    margin-bottom: 15px;
    margin-top: 5px;
}

textarea#feedback {
    min-width: 100%;
    padding: 5px 10px;
}

.productParent hr {
    margin-top: 24px;
    margin-bottom: 24px;
}

.inline-block {
    display: inline-block;
}

img.addCart {
    width: 44px;
    padding: 8px;
    margin-top: -9px;
}

img.notAvailable {
    margin-top: -8px;
    margin-left: 6px;
    max-width:25px;
}

.productNotAvailable .swiper-outer-container img {
    filter: grayscale(1);
}

#filters {
    margin-bottom: -7px;
}

.orderOverview {
    border-radius: 15px;
    background: #F5F5F5;
}

#orderForm {
    color: #4E545C;
}

.smallLink {
    color: #0064AA;
    font-family: "Frutiger";
    font-size: 14px;
}

.formWrap .field {
    position: relative;
    margin-top: 20px;
}

.formWrap .control input:focus ~ label, .formWrap .control input:not(:placeholder-shown) ~ label {
    top: -13px;
    left: 0px;
    font-size: 12px;
    background-color: white;
    font-family: "Frutiger" !important;
    color: #4E545C;
}

.formWrap .control label {
    position: absolute;
    pointer-events: none;
    left: 12px;
    top: 12px;
    transition: 0.2s ease all;
    font-size: 15px;
    font-family: "Frutiger-bold" !important;
    color: #4E545C;
    font-weight: bold;
}


.formWrap input[type='text'], .formWrap input[type='password'] {
    border: none;
    border-bottom: 2px solid gray;
    color: #4E545C;
    height: 54px;
    width: 100%;
}

input.input-text:focus-visible {
    outline: none;
}

.formWrap label {
    font-size: 15px;
    font-family: "Frutiger-bold" !important;
    color: #4E545C;
}

label.bold {
    font-weight: 700;
}



/* Specialcheckout */

.checkout-summary {
    border-radius: 8px;
    font-family: "Frutiger" !important;
}

.product-row {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.product-image img {
    width: 100%;
    max-width: 200px;
    height: auto;
    margin-right: 15px;
}

.product-details {
    flex-grow: 1;
}

.product-name {
    font-weight: bold;
    font-size: 1.4em;
}

.product-amount {
    font-size: 1em;
    color: #898989;
    font-weight: bold;
}

    .product-amount span {
        color: #000;
    }

.product-price {
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
    display: inline-block;
    margin-top: 10px;
}

.divider {
    border-top: 1px solid #ddd;
    margin: 15px 0;
}

.summary {
    margin-top: 20px;
    color: #898989;
}

    .summary .medTitle {
        font-size: 1.2em;
    }

    .summary p {
        color: #898989;
    }

    .summary .blackBold {
        font-size: 1.2em;
    }


.innerPopUp .storeZipCode {
    margin-top: 20px;
    padding-left: 9px;
    height: 34px;
    border: none;
    border: 1px solid #ebebeb;
}

.innerPopUp .zipRow {
    margin-bottom: 14px;
}

.innerPopUp h2 {
    margin-bottom: 15px;
}

.placeInfo {
    margin-bottom: 20px;
    font-family: "Frutiger-bold" !important;
    font-weight: bold;
    color: #4E545C;
}

img.closePopUp {
    position: absolute;
    width: 20px;
    right: 20px;
    top: 20px;
}

.popup span.findStores {
    margin-top: 20px;
    padding: 4px 22px;
    padding-top: 4px;
    font-size: 15px;
}

.free-shipping-note span {
    color: #000;
    font-family: "Frutiger-bold";
    font-size: 16px;
    font-weight: bold;
}

.discount-section {
    display: flex;
    align-items: center;
    margin-top: 15px;
}

#discountCode {
    flex-grow: 1;
    padding-left: 15px;
}

.total {
    margin-top: 30px;
    font-weight: bold;
}

.blackBold {
    font-family: "Frutiger-Bold" !important;
    color: #000;
    font-weight: bold;
}

.greyBold {
    color: #4E545C;
    font-family: "Frutiger-Bold";
    font-size: 16px;
}

.greenBold {
    font-family: "Frutiger-Bold" !important;
    color: #32825A !important;
    font-weight: bold;
}

.blackLink {
    color: #000;
    font-size: 14px;
    font-family: "Frutiger-Bold" !important;
    font-weight: 700;
    border-bottom: 1px solid #000;
    cursor: pointer;
}

#infoPopup {
    position: absolute;
}

.content {
    background-color: #EEE8C5;
    padding: 20px;
    border-radius: 15px;
    max-width: 400px;
}

    .content p {
        font-size: 14px;
        line-height: 19px;
    }

        .content p:last-child {
            margin-bottom: 0;
        }

    .content strong {
        font-family: "Frutiger-Bold";
        font-weight: 700;
    }

.editorFieldWrap {
    line-height: 1.5;
}

.greyTitle, .shopsection h2.greyTitle {
    color: #4E545C;
    font-family: "Frutiger-Bold";
    font-style: normal;
    font-weight: 700;
}


button#removeDiscountBtn {
    float: right;
}

button#applyDiscountBtn {
    background-color: white;
    outline: 0;
    border: 0;
    height: 54px;
    border-bottom: 2px solid gray;
    color: #0064AA;
    font-family: "Frutiger-Bold";
    font-weight: bold;
}

span.distanceSpan {
    border-radius: 25px;
    background: #B9E2FE;
    padding: 5px 20px;
    font-size: 16px;
    margin-top: 20px;
    display: inline-block;
    font-family: "Frutiger-Bold";
    font-weight: bold;
    color: #0064AA;
}

body.popup {
    overflow: hidden;
}

    body.popup .storePopUp {
        display: block;
    }

.storePopUp {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 13;
    background-color: rgba(0, 0, 0, 0.5);
}

.innerPopUp {
    /*   width: 100%;*/
    width: 92%;
    background-color: white;
    position: absolute;
    margin-top: 15vh;
    min-height: 70vh;
    /*    padding: 65px;*/
    border-radius: 15px;
}

.store-info {
    padding-left: 65px;
    padding-right: 65px;
    margin-left: -15px;
    margin-right: -15px;
    padding-bottom: 30px;
    padding-top: 30px;
    border-bottom: 1px solid #4E545C;
}

    .store-info.top {
        padding-top: 20px;
        border: none;
        padding-bottom: 0;
    }

.select-store {
    font-size: 20px;
    line-height: 28px;
    cursor: pointer;
}

.smallInfo {
    color: #4E545C;
    font-size: 16px;
    margin-top: 17px;
    display: inline-block;
}


img.removeStore {
    position: absolute;
    width: 20px;
    right: 0;
    top: 30px;
}

.storeWrap span.smallInfo {
    font-size: 14px;
}

.cartBlackLink {
    display: inline-block;
    margin-top: 15px;
}

.content a {
    color: #000;
    border-bottom: 1px solid black;
}

.profileIcon {
    margin-top: 4px;
    width: 25px;
    margin-left: 5px;
    margin-right: 17px;
}

.mobileNav .pointOut {
    display: none;
}

.mobileOnlineShopBtn {
    margin-left: 23px;
    margin-top: 20px;
    margin-bottom: -5px;
    padding: 5px 20px !important;
}

.chooseBtn {
    display: inline-block;
    margin-top: 15px;
    border-bottom: 1px solid #000;
}

.productrow img {
    width: 200px;
    max-width: 100%;
}

.mobileFilterBtn {
    width: auto;
    font-family: 'Frutiger-Bold', sans-serif;
    font-weight: bold;
    padding: 3px 21px;
    border-radius: 45px;
    font-size: 13px;
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 5px;
    display: inline-block;
    border-bottom: none;
}

.swiper-product-container .swiper-slide {
    text-align: center;
}


.innerMenuButton {
    position: relative;
}


img.postIcon {
    position: absolute;
    top: 15px;
    right: 30px;
    width: 24px;
    border-radius: 5px;
}

    img.postIcon.inactive {
        filter: grayscale(1);
        opacity: 0.5;
    }


.checkboxWrap {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin-bottom: 1rem;
}

    .checkboxWrap input[type="checkbox"] {
        margin-top: 0.5rem;
    }

.repeatOrderBtn {
    cursor: pointer;
    background-color: #0069b4;
    color: white;
    border: none;
    border-radius: 30px;
    padding: 5px 20px;
    font-size: 12px;
}


.progress-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
    /*max-width: 800px;*/
    max-width: 1300px;
    padding: 0 10px;
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    flex: 1;
    text-align: center;
    font-family: 'Frutiger', serif;
}

    .progress-step:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 18px;
        right: -50%;
        width: 100%;
        height: 4px;
        background-color: #ccc;
        z-index: 0;
    }

    .progress-step.active::after {
        background-color: #ccc !important;
    }

    .progress-step.completed:not(:last-child)::after,
    .progress-step.active:not(:last-child)::after {
        background-color: #0072bc;
    }

.step-circle {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background-color: #ccc;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    position: relative;
    z-index: 1;
}

.completed .step-circle {
    background-color: #0072bc;
}

    .completed .step-circle::before {
        content: "✓";
        font-size: 18px;
    }

.active .step-circle {
    background-color: white;
    border: 3px solid #0072bc;
    color: #0072bc;
}

.step-label {
    margin-top: 8px;
    font-size: 14px;
    height: 20px;
}

.active .step-label {
    font-weight: bold;
    color: #0072bc;
}



@media (max-width: 500px) {
    .step-label {
        font-size: 10px;
    }
}


@media screen and (min-width:992px) {
    .profileIcon {
        margin-left: 15px;
    }

    .chooseBtn {
        border-bottom: none;
    }
}

@media screen and (min-width:1200px) {
    .cartWrap {
        right: 0;
        bottom: 10px;
    }
}

@media screen and (max-width:992px) {
    .amountplus, .amountminus {
        width: 35px;
        font-size: 35px;
        height: 35px;
        line-height: 30px;
    }

    .amountwrap {
        font-size: 28px;
    }
}
