.row.narrow .col, .row.narrow .col-1, .row.narrow .col-10, .row.narrow .col-11, .row.narrow .col-12, .row.narrow .col-2, .row.narrow .col-3, .row.narrow .col-4, .row.narrow .col-5, .row.narrow .col-6, .row.narrow .col-7, .row.narrow .col-8, .row.narrow .col-9, .row.narrow .col-auto, .row.narrow .col-lg, .row.narrow .col-lg-1, .row.narrow .col-lg-10, .row.narrow .col-lg-11, .row.narrow .col-lg-12, .row.narrow .col-lg-2, .row.narrow .col-lg-3, .row.narrow .col-lg-4, .row.narrow .col-lg-5, .row.narrow .col-lg-6, .row.narrow .col-lg-7, .row.narrow .col-lg-8, .row.narrow .col-lg-9, .row.narrow .col-lg-auto, .row.narrow .col-md, .row.narrow .col-md-1, .row.narrow .col-md-10, .row.narrow .col-md-11, .row.narrow .col-md-12, .row.narrow .col-md-2, .row.narrow .col-md-3, .row.narrow .col-md-4, .row.narrow .col-md-5, .row.narrow .col-md-6, .row.narrow .col-md-7, .row.narrow .col-md-8, .row.narrow .col-md-9, .row.narrow .col-md-auto, .row.narrow .col-sm, .row.narrow .col-sm-1, .row.narrow .col-sm-10, .row.narrow .col-sm-11, .row.narrow .col-sm-12, .row.narrow .col-sm-2, .row.narrow .col-sm-3, .row.narrow .col-sm-4, .row.narrow .col-sm-5, .row.narrow .col-sm-6, .row.narrow .col-sm-7, .row.narrow .col-sm-8, .row.narrow .col-sm-9, .row.narrow .col-sm-auto, .row.narrow .col-xl, .row.narrow .col-xl-1, .row.narrow .col-xl-10, .row.narrow .col-xl-11, .row.narrow .col-xl-12, .row.narrow .col-xl-2, .row.narrow .col-xl-3, .row.narrow .col-xl-4, .row.narrow .col-xl-5, .row.narrow .col-xl-6, .row.narrow .col-xl-7, .row.narrow .col-xl-8, .row.narrow .col-xl-9, .row.narrow .col-xl-auto {
    padding-left:5px;
    padding-right:5px;
}
.row.narrow {
    margin-left:-5px;
    margin-right:-5px;
}


html, body  {
    font-family: "Roboto", "Arial", "Helvetica", sans-serif;
    color:#444; 
    font-weight:medium;
}
body {
    font-size: 16px;
    background: #fff;
    color: #413E3E;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 60px 0 0;
    font-weight:normal;
    transition: background 0.5s linear;
    width:100%;
    overflow-x:hidden;
}

.maincontainer {
    min-height: 500px;
}

.carter {
	font-family: "Roboto";
    font-weight: bold;
}
.container {
    max-width:1200px;
    margin:0 auto;
}

.text-white {
    color:#fafafa;
}
.text-red {
    color:#bc2324;
}
.text-green {
    color:#bc2324;
}
.bold {
    font-weight: bold;
}
.whitebox, .lightbox {
    background:#fff;
}

.lightbox .light-box {
    background:#FaFaFa;
}
#lightbox {
    background:transparent;
}

img.rounded {
    border-radius: 8px !important;
}

.br-1 { border-radius: 1px; }
.br-2 { border-radius: 2px; }
.br-3 { border-radius: 3px; }
.br-4 { border-radius: 4px; }
.br-5 { border-radius: 5px; }
.br-6 { border-radius: 6px; }
.br-7 { border-radius: 7px; }
.br-8 { border-radius: 8px; }
.br-9 { border-radius: 9px; }
.br-10 { border-radius: 10px; }

a.dark {
    color:#413E3E;
    font-weight: bold;
    text-decoration: underline;
}

.btn-light {
    background:#EEEDED;
    border-color: #EEEDED !important;
    border-width:2px !important;
}

.btn-light.active {
    background:#f4bec0 !important;
}

/* enable absolute positioning */
.inner-addon { 
    position: relative; 
}

/* style icon */
.inner-addon .material-icons {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .material-icons  { left:  0px;}
.right-addon .material-icons { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.red {
    color:#bc2324;
}

.dred {
    color:#b10b12;
}

#header-image {
    height:600px;
    margin-bottom:30px;
}

#content {
    margin-bottom:30px;
    min-height:60vh;
}

.dropdown a {
    color:#413E3E !important;
    font-weight: bold;
}

.f-40 {
    font-size: 40px !important;
    line-height: 56px !important;
}

.restaurant-image {
    min-height:150px;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.date-btn-details {
    position: absolute;
    bottom:15px;
    right:15px;
}

.date-image {
    width:180px;
    float:left;
    margin-right:15px;
}

label {
    font-size: 0.8em;
    font-weight: bold;
}

@media (max-width: 576px) { /* < 544 */
    .date-image {
        width:100%;
        float:none;
        margin-right:0;
    }

    .restaurant-image {
        min-height: calc(100vw * 0.5);
    }
}


.card-header h2,
.card-header h3,
.card-header h4,
.card-header h5 {
    margin-bottom: 0;
}

.card.raised, .noborder {border:none; }
.card-body.bg-light { background:#fff !important;}

.cart-plus-minus {
    border:1px solid #bbb;
    border-radius:4px;
    width: 90px !important;
}
.cart-plus-minus input {
    border:none;
    background:#fff;
    font-size: 14px !important;
    height:28px !important;
}

#home-title {
    padding-top:100px;
}

#b2b-home-slider #home-title {
    padding-top:0;
    padding-left:0;

}

#home-title h2 {
    text-align:center;
    color:#000;
    font-size:3em;
}

@media (max-width: 768px) { /* < 544 */
    #home-title h2 {
        font-size:2em;
    }
}
@media (max-width: 576px) { /* < 544 */
    #home-title {
        padding:50px 0;
    }
    #home-title h2 {
        text-align:center;
        font-size:1.6em;
    }
}

#profile {
    padding: 0;
    background:#fff;
    top: 0;
    text-align: right;
    position: fixed;
    width: 100%;
    z-index: 999;
}

#profile .logo {
    position: absolute;
    top: 0px;
    left:15px;
    height: 50px;
}

#profile .dropdown-wrapper {
    display: inline-block;
    position: relative;
}

#profile .dropdown-wrapper a {
    padding: 15px 0 20px 20px;
    display: inline-block;
    text-align:right;
}

.dropdown-menu {
    font-size: inherit;
    display: block;
    visibility: hidden;
    opacity:0;
    transform: translateY(-50px);
    transition:.5s ease all;
}
.dropdown-menu.show {
    display: block;
    visibility: visible;
    opacity:1;
    transform: translateY(5px);
    transition:.7s cubic-bezier(.58,1.89,.35,.47) all;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}
#sidebar .nav-shop a {
    color: #444;
    font-size: 1.1em;
    padding: 15px 10px;
    white-space: nowrap;
}

.checkbox-button {
    display: inline-block;
    padding: 4px 10px;
    margin: 5px;
    border:3px solid #eee;
    border-radius:4px;
}
.checkbox-button.active {
    border:3px solid #bc2324;
    background:#cedeff;
    box-shadow: inset 2px 2px 4px -2px rgb(0, 0, 0, 0.7);
}

.top-icon {
    margin-left:10px;
    cursor: pointer;
    text-decoration: none !important;
    color: inherit !important;
}

.top-icon .md-24 {
    margin-top:4px;
}

.navbar { 
    padding:0.25rem 0;
    background:#fff;
}

.pointer {
    cursor:pointer;
}

.bootstrap-select {
    background: transparent !important;
}

.bootstrap-select .btn-light {
    border: 1px solid rgba(11, 160, 218, 0.5);
    background:#fff;
}
.input-group .bootstrap-select.form-control {
    background:transparent !important;
}
.input-group .bootstrap-select.form-control .dropdown-toggle {
    border-radius: 50px !important;
}

.input-group>.custom-select:not(:last-child), .input-group>.form-control:not(:last-child) {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}
.bootstrap-select .dropdown-toggle:focus {
    outline:none !important;
}
.custom-control-input:checked~.custom-control-label::before {
    color: #000;
    background-color: #bc2324 !important;
    border-color: #bc2324 !important;
}
.custom-control-input.disabled:checked~.custom-control-label::before {
    color: #000;
    background-color: #888 !important;
    border-color: #bc2324 !important;
}
.custom-control-input.disabled:checked~.custom-control-label::after {
    background-color:#bbb;
}
.nav-pills .nav-link {
    border-radius: .25rem 0.25rem 0 0;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    font-weight: bold;
    background-color: #bc2324;
}
.list-group-item {
    color:#000;
}

.list-group-item.active {
    color: #000;
    background:#fafafa;
    border-color: rgba(0,0,0,.125);
    font-weight:bold;
}

.list-group-item.btn-outline-danger {
    color: #bc2324;
    border-width:1px !important;
}
.list-group-item.btn-outline-danger:hover {
    color: #fff;
}

.list-group.no-border-x .list-group-item {
    border-left: 0;
    border-right: 0;
    border-radius: 0 !important;
}

.border-dark {
    border-color: #222!important;
}

.bg-light {
    color: #343a40 !important;
}
.bg-dark {
    background:#161616 !important;
}

img.emojione {
    width:20px;
}
.sidebar-sticky{
    will-change: min-height;
}

.sidebar__inner{
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}

html {
    position: relative;
    min-height: 100%;
    font-size: 15px;
}

h1, .h1 {
    font-size:2em;
}

h2 { font-size:1.5em; }
h3 { font-size:1.3em; }
h4 { font-size:1.2em; }
h5 { font-size:1.1em; }


.footer {
    color:#EEEDED;
    background: #126282;
    font-size: 14px;
    line-height: 20px;
    padding: 30px 0;
    border-top: 3px solid #222;
}
.footer a { color:#EEEDED; }
.footer a:hover { color:#EEEDED; }

.footer h4 {
    color:#EEEDED;
    font-weight: bold;
    font-size: 16px;
    margin-bottom:20px;
}

.footer hr {
    border-color: #ccc;
}

.footer img {
    margin-bottom:4px;
}

.bs {
    display: none;
}

hr {
    border-top: 1px solid rgba(0,0,0,0.2);
    margin: 1rem 0;
}

body {
    font-size: 16px;
    background: #eee;
    color: #1e2b1a;
    font-family: 'Roboto', 'Helvetica', sans-serif;
    margin: 60px 0 0;
    font-weight:normal;
    transition: background 0.5s linear;
    width:100%;
    overflow-x:hidden;
}

.fullwidth {
    width: 100%;
    padding: 0 15px;
}

.no-arrow::after { display:none; }
.dropdown-toggle {
    cursor: pointer;
}

a {
    color: #413e3e;
    text-decoration: underline;
    font-weight: bold;
}

a.btn {
    text-decoration: none;
}

a:hover {
    color: #413e3e;
    text-decoration: none;
}
.navbar a,
a.dropdown-item {
    text-decoration: none;
}

#profile a,
#shopnav a {
    color:#444;
}

#profile a {
    font-size: 0.9rem;
}

#profile a:hover,
#shopnav a:hover,
#shopnav .active a {
    color:#bc2324;
}

.navbar-toggler {
    padding: .25rem 0rem;
}
.cartcount {
    margin-top: -5px;
    margin-left: -10px;
    position: absolute;
}

.cartcountwrapper { font-size:13px; }
a.cart-topmenu,
#cart-topmenu,
.green {
    color:#79ba1d !important;
}
.card {
    color:#444;
}
.card-footer {
    background:transparent;
}
.card.profile-order {
    background:#fff url('../images/icons/order.svg') top left no-repeat;
    background-size: 16px 16px;
    background-position: 12px 12px;
    padding-left:32px;
}
.card.profile-address {
    background:#fff url('../images/icons/address.svg') top left no-repeat;
    background-size: 16px 16px;
    background-position: 12px 12px;
    padding-left:32px;
}
.text-secondary {
    font-size: 0.9em;
}
.small {
    font-size: 0.6em;
}

.raised {
    box-shadow: 0px 6px 10px rgba(0, 0, 0, 0.04);
}

.raised2 {
    box-shadow: 0px 16px 20px rgba(0, 0, 0, 0.04);
}

.raised3 {
    box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05);
}
.raised-header {
    box-shadow: 0px 0px 8px -5px #000 !important;
}


.btn.raised:hover,
.btn.raised2:hover {
    box-shadow: none !important;
}

.btn-group-sm>.btn, .btn-sm {
    padding: .10rem .25rem;
    line-height: 1.3;
    border-radius:4px !important;
}

.form-submit {
    text-align: right;
}

.form-control {
    border-color: #aaa;
}

.form-control:focus {
    background: #fff;
    color:#000;
    border-color: #222;
    box-shadow: none !important;
}

.navbar-white {
    background:#FAFAFA;
}

.navbar-white a {
    color:#413E3E;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(40, 40, 40, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none;
    outline: none;
}

.btn {
    min-width: 1.2rem;
    white-space: nowrap;
}
.btn.focus, .btn:focus {
    box-shadow: none;
}

.btn-group-xs>.btn,
.btn-xs {
    padding: .5rem .5rem;
    font-size: .675rem;
    line-height: .5;
    border-radius: .2rem;
}

.btn-outline-success,
.btn-outline-info,
.btn-outline-primary,
.btn-outline-warning,
.btn-outline-danger,
.btn-outline-light,
.btn-outline-default,
.btn-outline-dark {
    border-width: 2px;
}
.text-white {
    color:#FAFAFA;
}

.btn { 
    font-weight:bold; 
    padding-left:15px;
    padding-right:15px;
}

.btn-outline-light {
    border:2px solid #fff;
    color:#fff;
}

.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light:hover {
    background:rgba(255,255,255,0.2) !important;
}

.btn-primary {
    background:#bc2324;
    color:#FAFAFA;
    border-radius:8px;
    border:2px solid #bc2324;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
    background:#ff3636 !important;
    border-radius:8px;
    border:2px solid #ff3636 !important;
}

.btn-primary.disabled, .btn-primary:disabled {
    background:#bc2324;
    color:rgba(255,255,255,0.66);
    border-radius:8px;
    border:2px solid #bc2324;
}

.btn-outline-primary {
    color:#bc2324;
    border-radius:8px;
    border:2px solid #bc2324;
}

.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary:hover {
    background:#bc232433 !important;
    color:#ff3636;
    border-radius:8px;
    border:2px solid #ff3636 !important;
}


.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark:hover {
    color:#413e3e;
    background:rgba(65, 62, 62, 0.2) !important;
}


.btn-outline-secondary:focus,
.btn-outline-secondary:active,
.btn-outline-secondary:hover {
    color:#6c757d;
    background:rgba(65, 62, 62, 0.2) !important;
}

.btn-danger {
    background:#bc2324;
    color:#FAFAFA;
    border-radius:8px;
    border:2px solid #bc2324;
}

.btn-warning {
    background:#ffc107;
    color:#FAFAFA;
    border-radius:8px;
    border:2px solid #ffc107;
}

.btn-info {
    background:#00809d;
    color:#FAFAFA;
    border-radius:8px;
    border:2px solid #00809d;
}

.btn-success {
    background:#126282;
    color:#FAFAFA;
    border-radius:8px;
    border:2px solid #126282;
}

.btn-success:hover {
    background:#138645;
    border-radius:8px;
    border:2px solid #138645;
}

.btn-outline-success {
    color:#126282;
    border-radius:8px;
    border:2px solid #126282;
}

.btn-outline-success:hover {
    background:#80d4a533;
    color:#138645;
    border-radius:8px;
    border:2px solid #138645;
}

.btn.noborder {
    border-color:transparent;
}

.btn img {
	width:20px;
	margin-top:-3px;
	margin-right:5px;
}

.btn-sm img {
	width:18px;
	margin-top:-2px;
	margin-right:2px;
}

.form-control {
    border-radius:6px;
    border-color: #CDCBCB !important;
}

.checkbox-button {
    display: block;
    padding: 4px 10px;
    margin: 5px 0;
    border:1px solid #CDCBCB;
    border-radius:6px;
}
.checkbox-button.active {
    border:1px solid #bc2324;
    background:#FAFAFA;
    box-shadow: inset 2px 2px 4px -2px rgb(0, 0, 0, 0.7);
}
.checkbox-button label {
    display:block;
}

/**
.checkbox-button .custom-control-label::before,
.checkbox-button .custom-control-label::after {
    right:0 !important;
    left:inherit !important;
}

.checkbox-button .custom-control {
    padding-left:0;
}
**/
.checkbox-button .custom-control span {
    padding-right:1.5rem;
    display: inline-block;
}

.checkbox-button .custom-checkbox .custom-control-input:checked~.custom-control-label::before {
    border:1px solid #bc2324 !important;
    background: #fff !important;
}
.checkbox-button .custom-control-input:focus~.custom-control-label::before {
    box-shadow: none;
}

.checkbox-button .custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-image: url("data:image/svg+xml;charset=utf8,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23bc2324' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.fixed-bottom .btn {
    border-radius: 0 !important;
    border-left: 1px solid #fff2 !important;
    border-right: 1px solid #000a !important;
    text-transform: none;
    background: #20303e;
    margin-left: 0 !important;
}

.fixed-bottom .btn:first-child {
    border-left: 0 !important;
}

.fixed-bottom .btn:last-child {
    border-right: 0 !important;
}

.fixed-bottom .btn i {
    margin-bottom: 5px;
}

.btn-bordered {
    border: 1px solid #ccc;
}

.alert {
    /* position: absolute; */
    width: 100%;
    padding: 1rem 1.25rem;
    z-index: 1;
}

.alert .container {
    position: relative;
}
.alert .close {
    position: absolute;
    top: 0;
    right: 30px;
}

.alert ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

ul.nav-pills.nav-fill {
    margin: 0 auto 30px;
    border-bottom:3px solid #bc2324;
}

.hidden {
    display: none;
}

.flashalert {
    position: fixed;
    width: 100vw;
    z-index: 2;
}

/** MODAL LEFT / RIGHT **/

.modal.left .modal-dialog {
    position: fixed;
    margin: auto;
    width: 320px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.left.fade .modal-dialog {
    left: -320px;
    -webkit-transition: opacity 0.3s linear, left 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, left 0.3s ease-out;
    -o-transition: opacity 0.3s linear, left 0.3s ease-out;
    transition: opacity 0.3s linear, left 0.3s ease-out;
}

.modal.left.fade.show .modal-dialog {
    left: 0;
}

.popover {
    box-shadow: 2px 2px 12px 1px rgba(0, 0, 0, 0.7)
}

.popover-header {
    color: #000b;
    background: #f4f4d0;
    text-align:right;
}

.popover-body {
    color: #000b;
    background: #f8f8ed;
}

.modal-header {
    padding: 1rem 1rem 0;
    background: transparent;
    color:#413e3e;
    text-align: left;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .close {
    opacity: 1;
}

.modal-dialog {
    margin: 3.75rem auto;
    font-size: 12px;
    line-height: 18px;
}
.modal-content {
    border-radius: 0.35rem;
    border:none;
    background: #fff;
    box-shadow: 0px 0px 24px -3px rgb(0, 0, 0, 0.6);
}
.modal-title {
    font-size: 24px;
}
.modal.right .modal-dialog {
    position: fixed;
    margin: auto;
    right: 0;
    width: 500px;
    height: 100%;
    -webkit-transform: translate3d(0%, 0, 0);
    -ms-transform: translate3d(0%, 0, 0);
    -o-transform: translate3d(0%, 0, 0);
    transform: translate3d(0%, 0, 0);
}

.modal.right.fade .modal-dialog {
    right: -320px;
    -webkit-transition: opacity 0.3s linear, right 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, right 0.3s ease-out;
    -o-transition: opacity 0.3s linear, right 0.3s ease-out;
    transition: opacity 0.3s linear, right 0.3s ease-out;
}

.modal.right.fade.show .modal-dialog {
    right: 0;
}

.modal.left .modal-content,
.modal.right .modal-content {
    height: 100%;
    overflow-y: auto;
    margin-top: 0;
    border-radius: 0;
    border: 0;
}

.modal.left .modal-header,
.modal.right .modal-header {
    background: #20303322;
    box-shadow: 0 0 1px 3px #0008;
    border-radius: 0;
}

.modal.left .modal-body,
.modal.right .modal-body {
    padding: 15px 15px 80px;
}

.tracker-card {
    border: 0;
}

.btn-group {
    margin: 0;
}

.btn-group .btn {
    margin: 0;
}


.fixed-top .navbar-brand,
.fixed-bottom .btn {
    color: #fff !important;
}

.subproject:last-child {
    margin-bottom: 0 !important;
}

input::placeholder,
div::placeholder,
textarea::placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
}

input::-webkit-input-placeholder,
div::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #aaa !important;
}

input::-moz-placeholder,
div::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: #aaa !important;
}

input::-ms-input-placeholder,
div::-ms-input-placeholder,
textarea::-ms-input-placeholder {
    /* IE 10+ */
    color: #aaa !important;
}

input::-moz-placeholder,
div::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 18- */
    color: #aaa !important;
}

.input-group-text {
    background:none;
    border-radius:0;
    border-width: 0;
    font-weight:bold;
}

.columns {
    column-width: 500px;
    column-gap: 2em;
}
/** ENDE MODAL LEFT / RIGHT **/

.flex {
    display:flex;
}

.with-shadow {
    box-shadow: 0px 3px 6px -2px rgba(0, 0, 0, 0.25);
}
.product {
    color: #1e2b1a;
    text-align: left;
    font-size: 14px;
    line-height: 16px;
    position: relative;
    border:1px solid #ddd;
    border-radius:10px;
    background:#fff;
}
.product-flex {
    display: flex;
    flex-flow: row wrap;
    align-content: space-between; 
    width: 100%;
}

.product .label {
    position: absolute;
    top: 0px;
    right:0px;
    text-align: right;
}

.product .label .btn {
    padding: 0 5px !important;
}

.product .label .btn img {
    margin-right:0 !important;
    height:18px !important;
    width: auto !important;
}


.product h4 {
    font-size:16px;
    line-height: 24px;
    font-weight: bold;
}

.product .price {
    font-weight: bold;
    font-size:16px;
}

.product .oldprice {
    font-size:16px;
    display:inline-block;
    margin-right:5px;
    text-decoration: line-through;
    color:#bc2324;
}


.plusminus {
    border:none;
    border-radius:3px;
    max-width:220px;
}
@media (max-width: 576px) { /* < 544 */
    .plusminus {
        max-width: none;
    }
}


.plusminus input, .plusminus .btn {
    line-height: 1;
}
.plusminus input {
    height: calc(1em + 0.75rem + 2px);
}

.plusminus .btn-primary {
    border-radius: 0;
    border: 1px solid #ccc !important;
    background: #eee !important;
    padding-left: 5px;
    padding-right: 0;
    text-align: center;
}
.plusminus .btn-light {
    border-radius: 0;
    border: none;
    text-align: left;
    padding-left:0;
    background: transparent !important;
}
.plusminus a {
    display:inline-block;
    padding: 7px 4px;
}
.plusminus .minus {
    border-radius: 5px 0 0 5px;
}
.plusminus .plus {
    border-radius: 0 5px 5px 0;
}
.plusminus input {
    border:none;
    text-align: center;
    border-top: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    border-radius: 0;
    color: #444;
    font-weight: bold;
}

.btn-cart {
    color: #126282 !important;
    border: 1px solid #126282;
    padding: 5px 10px;
    background: #fff;
    width: 100%;
    border-radius: 50px;
}

.btn-cart:hover {
    background:#cfd3c3;
    color:#000 !important;
}
.noimage .btn-cart {
    width: 100%;
}
.cartrow input {
    background:#fff !important;
    border-color:#ddd !important;
    border-width:1px !important;
    padding: 0 !important;
    text-align: center;
    font-weight:bold;
    border-radius:8px;
    height:28px;
}

.cartrow .btn-light {
    background:#EEEDED !important;
    border-color:#ddd !important;
    border-width:1px !important;
    padding: 0;
    text-align: center;
    border-radius:8px;
    height:28px;
}
.cartrow .btn-light img {
    margin-right: 0;
}

.layout-default {
    background: transparent top center repeat-y;
}

.product .secondary {
    color: #837C7C;
    font-size:10px;
}

.product p {
    margin: 0 0 15px;
}

.product .image {
    width: 100%;
    height: 177px;
    border-radius: 4px;
    background: #fafafa center center no-repeat;
    background-size: cover;
    margin-bottom:10px;
    box-shadow: inset 1px 1px 3px -2px rgba(0,0,0,0.33);
}

.product a {
    color:#413E3E;
}

.cart-image div {
    background: #000 center center no-repeat;
    background-size: cover;
    border-radius:4px;
}

body.modal-open #surpremecontainer{
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -o-filter: blur(3px);
    -ms-filter: blur(3px);
    filter: blur(3px);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
}

@media (max-width: 576px) { /* < 544 */
    html {
        font-size: 18px;
    }
    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .hidden-xs {
        display: none;
    }
    .modal.right .modal-dialog {
        width: 100% !important;
    }
    nav .container {
        padding: 0;
    }
    .nav { display:block; text-align:left; }
    #content { 
        padding:0px !important; 
    }
    #shopnav {
        top: 0px;
        padding-bottom:0;
    }
    body { margin-top:72px; }
    body.home { margin-top:0; }
    #sidebar .nav-shop a { padding: 10px 5px; }
    .navbar { padding:0.1rem 1rem; }
    .navbar-toggler-sm { padding: .35rem .35rem; }
    .footer .imprint-links {
        text-align:left !important;
    }

    #myModal {
        padding: 0px !important;
    }
    .modal-dialog {
        margin:0;
        border-radius: 0.35rem;
    }

    .modal-body {
        padding: 15px 15px 30px;
        overflow-y: auto;
        max-height: calc(100vh - 55px);
    }
    .modal-dialog,
    .modal-header,
    .modal-body {
        border-radius: 0;
    }
    .modal-content{
        border-radius:0rem;
        min-height: 100vh;
    }
    .modal-header {
        padding: 0.5rem 1rem;
    }
    .w-xs-100 {
        width: 100%;
    }
    .cart-image div {
        height:80px;
    }
    .footer {
        padding-bottom:100px !important;
    }

    .product-flex {
        width: 100%;
    }
    .benjerries-product {
        border-top:1px solid #fff;
    }
   
}

@media (min-width: 576px) { /* 544 */
    body { margin-top:102px; }
    body.home { margin-top:0; }

    .card-columns {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
    }
    .only-xs { display:none; }
    .nav { display:flex; text-align:center; }
    #sidebar .nav-shop a {
        font-size: 1em;
        padding: 15px 8px 0;
    }
    .visible-xs {
        display:none;
    }
    .modal-dialog {
        min-width:550px;
    }
    .cart-image div {
        height:100%;
    }
 }

@media (min-width: 576px) AND (max-width: 767px) { /* 544 - 768 */
    .visible-sm {
        display: inline-block;
    }
    .hidden-sm {
        display: none;
    }
}


@media (min-width: 768px) { /* 768 */
    .card-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .w-md-50 { width:50% !important; }
    .w-md-66 { width:66% !important; }
    .w-md-75 { width:75% !important; }
    .modal-dialog {
        min-width:740px;
    }
}

@media (min-width: 992px) { /* 992 */
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
    #sidebar .nav-shop a {
        font-size: 1em;
        padding: 15px 8px 0;
    }
    #profile .logo {
        left:0;
        height: 80px;
    }
    .nav-main {
        margin-left: 200px;
    }
}

@media (min-width: 1200px) { /* 1200 */
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }
}

@media (max-width: 1200px) {
    .container {
        width: 100%;
        max-width: 100%;
    }
}


#productbox h4,
#productbox h5,
#productbox h6
{
	font-size:1.05em;
	font-weight:bold;
}

#productbox .require {
    background: none repeat scroll 0 0 #fffafa;
    border: 1px solid #500;
    margin: 5px -5px -5px -5px;
    padding: 4px;
}

#productbox .require h5 {
	margin-top:2px;
}

#productbox .require_message {
	display:block;
	margin:-4px -4px 4px -4px;
	padding:4px;
	background:#500;
	color:#fff;
	font-weight:bold;
}

#productbox .overview {
	margin:-15px 0 5px;
	padding:5px 15px;
	border-bottom:1px solid #ddd;
	box-shadow: 0 2px 7px #666;
}


.carterror {
	background: none repeat scroll 0 0 #fffafa;
	border: 1px solid #500;
	margin-top:5px;
	padding: 4px;
}

.size_option {
	display:inline-block;
}
.size_option.activ {
	font-weight:bold;
}

.deladdon {
    padding: 2px 5px;
	margin-bottom:3px;
    text-align: left;
    font-weight: normal;
}
.deladdon img {
    width: auto;
    margin: 0 0 3px 5px;
}

.addzutat {
    text-align: left;;
    border: 1px solid #ccc !important;
    background: #fff;
    padding: 8px 8px;
    font-weight: normal;
    border-radius: 8px !important;
    box-shadow: none;
    margin-top: 5px;
    margin-bottom: 0;
    color: #413939;
    font-size:12px;
}
.addzutat.active {
    border: 1px solid #bc2324 !important;
    background: #FAFAFA !important;
    box-shadow: inset 2px 2px 4px -2px rgba(0, 0, 0, 70%);
}
.addon-price {
    border:1px solid #ccc;
    padding: 1px 5px;
    border-radius:5px;
}
.whitebox.pflicht {
    border: 1px solid rgba(255, 76, 76, 0.4);
    background: rgba(241, 140, 106, 0.1);
}
.modal-backdrop {
    background-color: rgba(0,0,0,1);
}

.shopmenu .submenu-wrapper {
	width:100%;
	display:block;
	background:#fafafa;
	border-radius:8px;
	color:#bc2324;
	border:0;
	text-align:left;
	font-size:14px;
    font-weight: normal;
    text-decoration: none;
}


.shopmenu button,
.shopmenu a {
	width:100%;
	display:block;
	border-radius:8px;
	color:#222;
	border:0;
	margin: 0 0 8px 0;
	padding: 10px 15px;
	text-align:left;
	font-size:15px;
    font-weight: normal;
    text-decoration: none;
}

.desktopmenu {
    margin: 10px 10px;
    columns: 4;
}
.desktopmenu a {
    background: none;
    text-align: center;
    margin: 0;
    padding: 3px 0;
    color:#000;
    font-size:20px;
}
.desktopmenu a:hover {
    color:#000;
    text-shadow: 1px 1px 3px #fff;
}

.shopmenu button.noimage,
.shopmenu a.noimage {
	padding: 15px;
}

.shopmenu a.active,
.shopmenu .active button {
	color: #000;
    background:#eee;
}

.shopmenu a.active:hover,
.shopmenu .active button:hover {
    text-shadow: none;
}


.shopmenu button.noimage,
.shopmenu a.noimage {
	padding: 5px 15px;
}

.img-gradient{
    position:relative;
    display:inline-block;
}
  
  
  /* 
  #002f4b,#dc4225 
  Convert HEX to RGBA - http://hex2rgba.devoth.com/
  */
  .img-gradient:after {
    content:'';
    position:absolute;
    left:0; top:0;
    width:100%; height:100%;
    display:inline-block;
    background: -moz-linear-gradient(right, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%); /* IE10+ */
    background: linear-gradient(to right, rgba(250,250,250,0) 0%,rgba(250,250,250,1) 80%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
  }
  .img-gradient img{
    display:block;
  }

@media (min-width: 768px) AND (max-width: 991px) { 
    .shopmenu button,
    .shopmenu a {
	    padding: 10px 15px;
    }
    .shopmenu .more-less {
        margin-top:8px;
        margin-right:0px;
    }
    .shopmenu .menu-image {
        display: none;
    }
}

#cart-mobile {
    position: fixed;
    bottom: 0;
    background: #FAFAFA;
    box-shadow: 0px -7px 10px rgba(0, 0, 0, 0.04);
    border-radius: 16px 16px 0px 0px;
    padding: 8px 16px 24px;
    z-index:999;
}


#mobilemenu {
    position:fixed;
    top:0;
    left:0;
    z-index:1100;
    width: 100%;
    height:100%;
    overflow-y:auto;
    background: #FAFAFA;
    border:15px solid #FAFAFA;
}
#mobilemenu .shopmenu {
    border:none;
}

#cart-mobile-button .badge {
    position: absolute;
    top:inherit;
}

#backdrop {
    z-index:900;
}

ul.check {
    padding-left:0;
}

ul.check,
ul.check li {
    list-style-type: none;
}
ul.check li {
    padding-left:20px;
    background: url('../images/icons/check-green.svg') left top no-repeat;
    background-size: 14px 14px;
    background-position-y: 3px;
    margin-bottom: 5px;
}


#plzform ul.dropdown-menu {
    visibility: initial !important;
    opacity: 1 !important;
    transform: translateY(0px) !important;
}

#plzform ul.dropdown-menu li.active a {
    background-color: #9cd3ff;
}
