.e-input-number input {
    -moz-appearance: textfield;
}

/*cookies styles*/
.clearfix {
    clear: both;
}

.eupopup-container {
    background-color: #cdc2b0;
    color: #efefef;
    padding: 1rem 5rem 1rem 7rem;
    font-size: 1rem;
    line-height: 1.2em;
    text-align: center;
    display: none;
    z-index: 9999999;
}

@media (max-width: 575px) {
    .eupopup-container {
        padding: 1rem 1rem 1rem 1rem;
    }
}


.eupopup-container-top,
.eupopup-container-fixedtop {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.eupopup-container-fixedtop {
    position: fixed;
}

.eupopup-container-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
}

@media (max-width: 768px) {
    .eupopup-container-bottom {
        display: block;
    }
}

.eupopup-body {
    text-align: left;
    display: inline-block;
    width: 75%;
}

@media (max-width: 768px) {
    .eupopup-body {
        width: inherit;
    }
}

.eupopup-body p {
    color: #3d4548;
    font-size: 15px;
    line-height: 24px;
}

.eupopup-body a {
    text-decoration: underline;
}

.eupopup-buttons {
    text-transform: uppercase;
}

#cookie-button {
    margin-top: 10px;
}

.eupopup-button {
    display: inline-block;
    width: 25%;
}

@media (max-width: 768px) {
    .eupopup-button {
        width: inherit;
    }
}

.eupopup-button:hover,
.eupopup-button:focus {
    text-decoration: underline;
}

body .eupopup-color-inverse {
    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

    body .eupopup-color-inverse .eupopup-head {
        color: #000;
        padding: 10px 0 20px 0;
    }

body .eupopup-style-compact {
    text-align: left;
    padding: 8px 30px 7px 20px;
    line-height: 15px;
}

    body .eupopup-style-compact .eupopup-head,
    body .eupopup-style-compact .eupopup-body,
    body .eupopup-style-compact .eupopup-buttons {
        display: inline;
        padding: 0;
        margin: 0;
    }

    body .eupopup-style-compact .eupopup-button {
        margin: 0 5px;
    }

/*custom field form stripe card*/
.custom-button-card {
    padding: 10px 10px 10px 35px !important;
}

@media (max-width: 575px) {
    .custom-button-card {
        padding: 6px 10px 0px 40px !important;
    }
}

#loaderGif {
    width: 130px;
    height: 130px;
    background-size: 130px;
    background-image: url("../loader.gif");
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    display: block;
}

@media (max-width: 991px) {
    #loaderGif {
        top: 35%;
        left: 50%;
        transform: translate(-50%, 0);
        width: 90px;
        height: 90px;
        background-size: 90px;
    }
}

.m-shop-detail__desc strong {
    font-weight: bold;
}

ul.rich-text--checkmarks {
    list-style-type: none;
}

    ul.rich-text--checkmarks li:before {
        content: "\2022";
        display: inline-block;
        width: 2em;
        margin-left: 0em;
        position: absolute;
        padding-top: 5px;
    }
