/* Custom AmaGo CSS */
/* cabin-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.enchilada.de/theme/fonts/cabin-v27-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 500;
    src: url('https://www.enchilada.de/theme/fonts/cabin-v27-latin-500.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-600 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 600;
    src: url('https://www.enchilada.de/theme/fonts/cabin-v27-latin-600.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* cabin-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Cabin';
    font-style: normal;
    font-weight: 700;
    src: url('https://www.enchilada.de/theme/fonts/cabin-v27-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* ms-madi-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Ms Madi';
    font-style: normal;
    font-weight: 400;
    src: url('https://www.enchilada.de/theme/fonts/ms-madi-v2-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    font-family: 'Cabin', sans-serif;
    color: #fff;
    background: #fff;
    font-size: 16px;
    background: url("https://www.enchilada.de/theme/images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 2150px;
}

.main_popover_box {
    background: url("https://www.enchilada.de/theme/images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 2150px;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff;
    border: 3px solid #fff;
    border-radius: 25px;
}

.row.content a,
.row.content a:visited {
    color: #fff !important;
}

/*.articleitem_price,*/
/*.basket_total, .basket_discount, .basket_mwst {*/
/*    font-size: 16px;*/
/*}*/

.articleitem_price {
    padding-left: 5px;
}

.mainscreen_articlebar {
    background-color: transparent;
    border: none;
    display: none;
}

.mainnav_scroll ul li.active a {
    border-bottom-color: transparent;
    font-weight: 400 !important;
}

.mainnav_scroll ul li.active a:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background: #fff;
    top: 77%;
    left: 50%;
    transform: translateX(-50%);
}

.header,
.scrolling-arrow-right,
.scrolling-arrow-left {
    background: none;
}

.mainnav_scroll ul li a,
.mainnav_scroll ul li a:hover {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 0 1px #ffd8ef, 0 0 10px #f7053e, 0 0 7px #f5099f, 0 0 7px #e00bf3;
}

h1, h2, h3, h4, h5, h6 {
    color: #fff !important;
    text-transform: uppercase;
    font-weight: bold;
    text-align: left !important;
    font-family: 'Cabin', sans-serif;
}

body .article-list h3 {
    color: #fff !important;
}

.articleitem_name {
    color: #fff !important;
    text-transform: uppercase;
    font-size: 1rem;
    padding-left: 5px;
    font-weight: bold;
    font-family: 'Cabin', sans-serif;
}

.meccode-item .meccode-name.articleitem_name {
    text-align: center;
}

.articleitem .lines-2 {
    color: #fff;
    font-weight: normal;
}

span.pointer:not(.article-description) {
    color: #fff;
}

.articleitem_name i,
.modal_articleitem_name i {
    color: #ef8053 !important;
}

.meccode-item .meccode-group-name.articleitem_name,
.meccode-group-item .meccode-group-name.articleitem_name,
.meccode-item .meccode-name.articleitem_name,
.meccode-group-item .meccode-name.articleitem_name {
    color: #fff;
    display: flex;
    order: 1;
    justify-content: center;
    font-size: 22px;
    margin-top: 45px;
}

.articleitem_name .small, .articleitem_name small {
    text-transform: none;
    font-size: 90%;
}

.articleitem_allergen {
    color: #ef8053;
}

.articleitem_image {
    padding: 10px !important;
    display: flex;
    align-items: center;
}

.maincolor_foreground,
body .maincolor_foreground:hover,
.maincolor_foreground.call_2_action_btn {
    color: #fff !important;
    text-shadow: 0 0 1px #ffd8ef, 0 0 10px #f7053e, 0 0 7px #f5099f, 0 0 7px #e00bf3;
}

.maincolor_button.disabled, .maincolor_button:disabled {
    background-color: #464645 !important;
}

.maincolor_button {
    background-color: #ef8053 !important;
}

.textbox_postal_btn {
    width: auto !important;
    height: auto !important;
    font-size: inherit !important;
}

.maincolor_button:not(:disabled):hover,
.maincolor_button:not(:disabled), .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active, .show > .btn-success.dropdown-toggle,
.btn-success, .btn-success:hover, .btn-secondary, .btn-secondary:hover {
    border-radius: 20px !important;
    text-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff;
    color: #fff;
    padding: 4px 50px !important;
    border: 2px solid #fff !important;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff;
    background: transparent !important;
    text-transform: uppercase;
}

.btn-success:not(.addToBasketButton), .btn-success:not(.addToBasketButton):hover, .btn-secondary.focus, .btn-secondary.focus:hover {
    background-color: #fff !important;
    font-weight: 400;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 57px #6619ff, inset 0 0 127px #6619ff !important;
}

.modal-content button.btn.btn-cancel[data-value="N"] {
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff !important;
    background: transparent !important;
}

.btn-secondary, .btn-secondary:hover {
    background-color: transparent !important;
}

.meccode-group-item a, a.open-meccode {
    border: 1px solid #fff !important;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff;
    border-radius: 25px;
}

.dropdown-toggle::after {
    color: #000000;
}

#main_deliveryoptions .btn-group-toggle .btn:first-of-type {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    border-right: none !important;
}

#main_deliveryoptions .btn-group-toggle .btn:last-of-type {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    z-index: 1;
}

.articleitem {
    position: relative;
    border: none !important;
    margin: 20px 0;
}

.articleitem:after {
    content: '';
    position: absolute;
    bottom: -10px;
    border: 1px solid #fff !important;
    left: 50%;
    width: calc(100% - 45px);
    transform: translateX(-50%);
}

.maincolor_button {
    font-weight: bold;
}

a:hover,
.maincolor_foreground:hover {
    color: #ef8053 !important;
}

a:visited {
    color: #464645;
}

.modal-content {
    background: url("https://www.enchilada.de/theme/images/background.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 2150px;
    color: #fff;
    line-height: 1.25;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff;
    border: 3px solid #fff;
    border-radius: 25px;
}

.modal-content .article-description {
    font-size: 1rem !important;
}

.modal-content #addmenu_form {
    border-bottom: none !important;
}

.d-flex.row dd {
    font-size: 1rem !important;
}

.modal .modal-close {
    top: 15px !important;
    right: 15px !important;
    background: url("https://www.enchilada.de/theme/images/close.svg");
    filter: drop-shadow(0 0 1px #6619FF) drop-shadow(0 0 10px #6619FF) drop-shadow(0 0 7px #6619FF) drop-shadow(0 0 7px #6619FF);
    background-color: transparent !important;
}

.modal .modal-close i {
    display: none !important;
}

.meccode-item .meccode-group-image,
.meccode-group-item .meccode-group-image,
.meccode-item .meccode-image,
.meccode-group-item .meccode-image {
    order: 2;
    padding-top: 0;
    align-items: flex-start;
}

a.open-mecgroup:hover,
a.open-meccode:hover {
    text-decoration: none;
}

.meccode-image img, .meccode-group-image img {
    max-height: 95%;
}

.meccode-image,
.meccode-group-image,
.image-container {
    align-items: flex-start;
}

.meccode-item a,
.meccode-group-item a {
    max-height: 260px;
    height: 100%;
}

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: transparent;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #fff;
    border-radius: 25px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #fff;
}

#mainscreen_articles_placeholder {
    height: 0 !important;
}

.map-legend {
    margin-top: 10px;
}

.article-list .meccode-description {
    text-align: center;
    font-weight: 900;
    color: #fff;
}

.dropdown-toggle, .dropdown-toggle:hover, .dropdown-menu.show {
    background-color: #fff !important;
    border-color: transparent !important;
}

.dropdown-item.active,
.dropdown-item:hover {
    background-color: #d9d9d9 !important;
}

.map-legend-icons i,
.map-legend i {
    color: #ef8053;
}

.map-legend span {
    color: #fff;
}

.articleitem_name .small, .articleitem_name small, .articleitem_price, .basket_total, .basket_discount, .basket_mwst {
    color: #fff;
}

.articleitem_name small {
    font-size: 1rem !important;
}

#showmore_fullbox {
    height: auto !important;
}

#showmore_fullbox .col-12 {
    border-bottom-color: #fff !important;
}

.modal-footer {
    border-top: none !important;
}

.modal-body {
    color: #fff;
}

.modal-body i {
    color: #ef8053;
}

form#addmenu_form {
    border-bottom: 1px solid #fff !important;
}

input[type="checkbox"],
input[type="radio"] {
    position: relative;
}

input[type="radio"] {
    margin-top: 3px !important;
}

input[type="checkbox"] + label {
    padding-left: 3px;
}

input[type="checkbox"]:after {
    content: '';
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #fff;
    position: absolute;
    left: -1px;
    top: -1px;
    border-radius: 3px;
}

input[type="radio"]:after {
    content: '';
    width: 17px;
    height: 17px;
    background: white;
    border: 1px solid #fff;
    position: absolute;
    left: 0;
    top: -1px;
    border-radius: 3px;
}

input[type="checkbox"]:checked:after,
input[type="radio"]:checked:after {
    background: #ef8053;
}

input[type="checkbox"]:checked:before {
    content: '';
    display: inline-block;
    transform: rotate(45deg);
    height: 9px;
    width: 4px;
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    left: 6px;
    top: 2px;
    z-index: 10;
}

.modal-footer button.btn.btn-cancel, .maincolor_button:not(#submitCustomerdataButton):not(#sendorder_btn):not(#submitCustomerdataButton),.maincolor_button2 {
    border-radius: 20px !important;
    text-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff;
    color: #fff;
    padding: 4px 50px !important;
    border: 2px solid #fff !important;
    text-transform: uppercase;
    background-color: #fff !important;
    font-weight: 400;
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 57px #6619ff, inset 0 0 127px #6619ff !important;
}

.maincolor_button:disabled {
    box-shadow: 0 0 1px #6619ff, 0 0 10px #6619ff, 0 0 7px #6619ff, 0 0 7px #6619ff, inset 0 0 1px #6619ff, inset 0 0 10px #6619ff, inset 0 0 7px #6619ff, inset 0 0 7px #6619ff !important;
    opacity: 1;
    background: transparent !important;
}

#basket_content > div:nth-child(2),
#basket_content > div {
    border-top: 1px solid #fff !important;
}

@media (max-width: 825px) {
    .articleitem .col-12.d-flex.flex-column {
        padding-left: 25px;
    }
}

.hide-on-mobile {
    color: #fff !important;
}

.hide-on-mobile .container:last-of-type,
.hide-on-mobile a,
.hide-on-mobile .fas,
#yourOrderGetPrepaired{
    color: #ef8053 !important;
}

.change-amount {
    font-weight: normal !important;
}

.change-amount,
.change-amount ~ span {
    color: #ef8053;
    font-size: 1rem !important;
}

.change-amount:before {
    font-size: 12px !important;
    top: -2px;
    position: relative;
}

.fa-chevron-square-right:before {
    content: '\f138' !important;
}

#basket_content td.articleitem_name {
    color: #fff !important;
    font-weight: normal;
}

td.basket_total {
    font-weight: 900;
}

@media (max-width: 767px) {
    .articleitem:after {
        width: 100%;
    }

    button#goPickupButton {
        font-size: 16px;
    }

    #addmenu_form input[type="checkbox"]:after,
    #addmenu_form input[type="radio"]:after {
        width: 17px;
        height: 17px;
    }
}

.checkout_bar {
    font-weight: bold;
}

.checkout_bar i {
    color: #fff !important;
    text-shadow: 0 0 1px #ffd8ef, 0 0 10px #f7053e, 0 0 7px #f5099f, 0 0 7px #e00bf3;
}

.checkout_bar_done,
.checkout_bar_inactive {
    color: #fff;
}

.checkout_bar_active {
    color: #fff;
    position: relative;
}

#personaldataContainer,
.form-text {
    color: #fff !important;
}

#personaldata input[type=checkbox], #personaldata input[type=radio] {
    margin-right: 5px;
}

#basket_login a,
form#personaldata a {
    color: #ef8053 !important;
}

/*erster Selector = Warenkorb headline*/
#content > div > div.row.content > div.d-none.d-sm-block.col-lg-4 > h3,
#personaldataContainer h2,
#personaldataContainer h3,
#personaldataContainer h4 {
    color: #ef8053 !important;
}

.form-control {
    color: #444542 !important;
    border: none !important;
    border-radius: 0;
}

#addtobasketform #subBtn i,
#addtobasketform #addBtn i,
#addtobasketform #amount-label {
    font-size: 20px !important;
    color: #ef8053 !important;
    font-weight: bold !important;
}

div#mainnav li a,
#deliverytime_selected i.fas.fa-check-circle {
    color: #fff !important;
}

#deliverytime_selected i.fas.fa-check-circle {
    text-shadow: 0 0 1px #ffd8ef, 0 0 10px #f7053e, 0 0 7px #f5099f, 0 0 7px #e00bf3;
}

div#mainnav li.active a {
    border-bottom-color: transparent;
}

#orderdata h3 {
    color: #ef8053 !important;
}

.modal_articleitem_name,
#mainscreen_basket i.fa:not(.fa-trash-alt),
#basket_content i.fa-pencil-alt
{
    color: #ef8053 !important;
}

.meccode-item.multistore-name-link > div {
    display: flex;
    flex-direction: column;
}

.meccode-item.multistore-name-link > div .meccode-image {
    order: 2;
    margin: 0 auto;
}

.meccode-item.multistore-name-link > div .meccode-name {
    order: 1;
    margin-top: 0 !important;
    color: #fff !important;
    padding: 10px !important;
    font-weight: bold;
}

.modal_articleitem_price {
    font-weight: normal;
    color: #fff !important;
    font-size: 1rem;
}

.form-check {
    padding-left: 34px;
    margin-bottom: 0.5rem;
}

i.fas.fa-pen {
    color: #fff !important;
}

#basket_content tbody tr:not(:first-child) .articleitem_name {
    font-size: 14px !important;
}

.form-check-label {
    padding-left: 8px;
}

.form-check-label input[type="radio"] {
    position: relative;
    left: -8px;
}

#orderdata .maincolor_foreground {
    color: #fff !important;
    text-shadow: none !important;
}

#orderdata small {
    color: #fff;
}

button#dropdownMenu2 {
    position: relative;
    top: 3px;
}

.footer {
    background: none;
}

.contentbox i {
    color: #ef8053;
}

@media (max-width: 600px) {
    #content > .container:before {
        content: '';
        height: 35px;
        width: 96px;
        position: absolute;
        top: 5px;
        background: url("https://www.enchilada.de/theme/images/logo.svg");
        background-size: cover;
        image-rendering: -webkit-optimize-contrast;
    }
}

@media (min-width: 600px) {
    button#dropdownMenu2 {
        top: 6px;
    }
}