/*
 * Platz für eigene Änderungen direkt als CSS
 * Die hier gemachten Änderungen überschreiben ggfs. andere Styles, da diese Datei als letzte geladen wird.
 */
body {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
h1, h2, h3, h4, h5 {
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
}
.container {
    width: 100%;
    max-width: 1300px !important;
}
a {
    color: #71777a !important;
}
#logo a img {
    max-height: 90px;
}
#evo-main-nav-wrapper {
    border-bottom: 3px solid #ee7334;
}
#footer {
    border-top: 3px solid #ee7334;
    background-color: #1a1a1a;
}
#footer .productlist-filter-headline {
    line-height: 27px;
    border-bottom: none;
    padding: 10px 0 0 0;
    margin-bottom: 0;
    text-transform: uppercase;
    background-color: transparent;
    background-image: none;
    color: #e6e6e6;
}
#footer .productlist-filter-headline {
    font-size: 14px;
}
.footnote-vat {
    text-align: center;
}
.btn-primary {
    background-color: #ee7334;
    border-color: #ee7334 !important;
    color: #fff;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #71777a;
    border-color: #71777a !important;
    color: #fff;
}
.navbar-default .nav > li > a, .navbar-default .btn {
    text-transform: uppercase;
}
.btn {
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
}
/*.btn.btn-link, .btn.btn-link:hover {
    display: inline-block;
    border: 1px solid #71777a;
    text-decoration: none;
}*/
a.btn-primary {
    color: #fff !important;
}
.bg-info, .table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    background-color: #71777a;
}
.table > thead > tr > td.info, .table > tbody > tr > td.info, .table > tfoot > tr > td.info, .table > thead > tr > th.info, .table > tbody > tr > th.info, .table > tfoot > tr > th.info, .table > thead > tr.info > td, .table > tbody > tr.info > td, .table > tfoot > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr.info > th, .table > tfoot > tr.info > th {
    color: #fff;
}
.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    height: 45px;
}
.btn-default:active:active, .btn-default.active:active, .btn-default:active.active, .btn-default.active.active {
    background-color: #ee7334;
    border-color: #ee7334 !important;
    color: #fff;
}
.btn-default:active:active .fa, .btn-default.active:active .fa, .btn-default:active.active .fa, .btn-default.active.active .fa {
    color: #fff;
}
h4.title {
    text-transform: uppercase;
    font-weight: 700;
}
.search-wrapper .input-group .btn-secondary {
    color: #ee7334;
    background-color: #f3f3f3;
    border: 1px solid #cccccc;
}
input.form-control {
    height: 45px;
    border-radius: 0 !important;
    /*border: 1px solid #cccccc !important;*/
}
.input-group-addon {
    border-radius: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff !important;
}
.nav-wizard > li.active > a, .nav-wizard > li.active > a, .nav-wizard > li.active .nav-badge, .nav-wizard > li.active .nav-badge {
    background-color: #ee7334;
    color: #fff !important;
}
.nav-wizard > li.active::after, .nav-wizard > li.active::after {
    border-left-color: #ee7334;
}
#salutation, #country, #register-shipping_address-salutation, #register-shipping_address-country {
    float: unset;
}
.form-group.required input, .form-group.required select, .form-group.required input, .form-group.required textarea, .form-group.required .bootstrap-select .btn {
    background-position: top right !important;
}
.basket-final .panel {
    border-color: #ee7334 !important;
}
/*---------------------------------------Dropdown Style---------------------------*/
.form-group select::-ms-expand {
    display: none;
}
.form-group.dropdown--res:after {
    content: '<>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 11px;
    top: 12px;
    padding: 0 0 2px;
    border-bottom: 1px solid #999;
    position: absolute;
    pointer-events: none;
}
.form-group select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    width: 100%;
    max-width: 320px;
    height: 45px;
    float: right;
    margin: 5px 0px;
    padding: 0px 24px;
    font-size: 14px;
    line-height: 1.75;
    color: #333;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    -ms-word-break: normal;
    word-break: normal;
    border-radius: unset;
    margin-right: 0px;
}
.input-group input[type="number"].form-control {
    height: 45px;
    /*border-radius: 0 !important;*/
}
.form-control:focus {
    border-color: #642b61;
    box-shadow: inset 0 1px 1px rgba(100,43,97,.075), 0 0 8px rgba(100,43,97, 0.5);
}
.form-control option:hover {
    background-color: red;
}
/*----------------------------END Dropdown Style-------------------------*/
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    background-color: #ee7334;
    border-color: #ee7334 !important;
    color: #fff !important;
}
#account-general .btn-danger {
    background-color: #ee7334;
    border-color: #ee7334 !important;
    color: #fff !important;
}
.shopping-cart-label {
    display: none !important;
}
#check-billing-shipping-address #billing-address {
    display: none;
}
.file-input.file-input-new .file-caption {
    height: 45px;
}
.kachel-box-inn p {
    display: inline-flex;
    background: #e99aa0;
    color: #fff;
    padding: 5px 10px;
    font-weight: 700;
    font-size: 15px;
}
#select_shipping_address legend {
    font-weight: 900;
}
#top-bar {
    display: flex;
    justify-content: flex-start;
    flex-direction: row-reverse;
    align-items: center;
}
#top-bar .user-settings {
    margin-left: 1em !important;
}
#top-bar .fa-language {
    margin-right: 3px;
}
/*----New Style------*/
#shop-nav {
    justify-content: flex-end;
}
.toggler-logo-wrapper {
    position: unset;
}
.toggler-logo-wrapper .logo-wrapper {
    float: unset;
}
#jtl-nav-wrapper > .container-fluid {
    display: flex;
    flex-wrap: wrap;
}
header .navbar-brand img {
    height: 10.063rem;
}
header .navbar-nav > .nav-item > .nav-link {
    text-transform: uppercase;
}
.container.subcategory-wrapper .col .submenu-headline-toplevel {
    justify-content: center;
    text-align: center;
    display: flex !important;
    flex-direction: column;
    align-items: center;
    border-bottom: 0;
}
header .submenu-headline-toplevel {
    font-size: 14px;
}
.megamenu-custom {
    border-bottom: 3px solid #ee7334;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active {
    background-color: #ee7334;
    color: #fff !important;
}
.ppp-produktbox {
    display: flex;
    flex-wrap: nowrap;
}
.ppp-produktbox .basket-details-add-to-cart {
    margin-top: unset;
    font-size: 12px;
    height: 47px;
}
.productbox-title {
    padding: 9px;
    color: #313131;
    min-height: 85px;
}
.productbox-title a {
    font-size: 1em;
    margin-bottom: 0;
    display: block;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
}
.productbox-column .price_wrapper {
    display: none;
}
.productbox-column .delivery-status {
    text-align: center;
    margin-bottom: 0;
}
#shop-nav-wish {
    display: none;
}
#search-header, #search-header-mobile-top {
    border-color: #cccccc !important;
}
#product-offer .price_wrapper {
    display: none;
}
.h3.checkout-ppp {
    font-weight: 900;
    font-size: 21px !important;
    border-bottom: 1px solid #e5e5e5;
}
.row.login-form {
    justify-content: center;
}
.card-products .btn {
    display: initial;
}
.productbox-ribbon.ribbon-custom {
    top: 3.5rem;
    background-color: rgb(238, 115, 52);
    color: #fff;
}
.productbox.productbox-hover:hover .productbox-ribbon.ribbon-custom {
    top: 1.5rem;
}
.productbox-ribbon.ribbon-custom:before {
    border-right-color: rgb(206, 82, 18);
}
/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

}
@media only screen and (max-width : 1150px) {

}
/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .navbar.col {
        flex-direction: row-reverse;
        align-items: end;
    }
    .search-wrapper .main-search .input-group{
        flex-wrap: nowrap;
    }
}
@media only screen and (max-width : 895px) {
    .navbar.col {
        align-items: center;
        flex-direction: column;
    }
}
/* Small Devices, Tablets */
@media only screen and (max-width : 720px) {
    header .navbar-brand img {
        height: 4.063rem;
    }
}

@media only screen and (max-width : 580px) {

}
@media only screen and (max-width : 560px) {


}
/* Extra Small Devices, Phones */
@media only screen and (max-width : 520px) {
    header .navbar-brand img {
        height: 3.25rem;
    }
}
@media only screen and (max-width : 400px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

/* eloquium 06-11-2023 | ST UPDATE 5.1.5 -> 5.2.4 */
/*.hide-navbar,*/
/*#header-top-bar {*/
/*    display: flex !important*/
/*}*/

/*#jtl-nav-wrapper > .container-fluid {*/
/*    justify-content: space-between;*/
/*    align-items: flex-end;*/
/*}*/

/*header .navbar-nav > .nav-item > .nav-link::before {*/
/*border-color: #ee7334;*/
/*}*/

/* header - menu, search, icons */
.navbar.row.justify-content-center.align-items-center-util.navbar-expand-lg.navbar-expand-1 {
    align-items: flex-end;
    /*width: 100%;*/
    /*justify-content: space-between !important;*/
    /*margin-left: 0;*/
    /*margin-right: 0;*/
    /*margin-bottom: 0.5rem;*/
}

.hide-navbar.container-fluid.container-fluid-xl.menu-search-position-right,
.col.col-lg-auto.nav-logo-wrapper.order-lg-1,
.col.col-auto.nav-icons-wrapper.order-lg-3 {
    padding-right: 0px;
}

.container-fluid.container-fluid-xl.menu-center-center.menu-multiple-rows-scroll {
    border-bottom: 3px solid #ee7334;
}

.col.main-search-wrapper.nav-right.order-lg-2 {
    /*display: none;*/
    padding-right: 0;
    padding-left: 0;
    margin-bottom: 0.75rem;
}

.search-wrapper .input-group {
    justify-content: flex-end;
}

header .navbar {
    width: 100%;
}

/* item_box */
.square.square-image.second-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.second.img-fluid.lazyautosizes.ls-is-cached.lazyloaded {
    width: 100%;
    height: 100%;
}

.productbox-title a {
    height: 4rem;
}

/* Bilder Dropdown menu */
header .navbar-nav > .nav-item.dropdown-full .dropdown-menu {
   /*display: block;*/
}

.submenu-headline-image.img-fluid img{
    /*width: 200px;*/
    /*height: 200px;*/
}

/* Productlist Navigation */
.row.productlist-page-nav-header-m.productlist-page-nav.no-gutters {
    /*justify-content: space-between;*/
    align-items: center;
}
.filter-type-FilterItemSort,
.filter-type-FilterItemLimits {
    margin-right: 0.5rem;
}

/* push modal */
.modal-content .fa-arrow-circle-left::before,
.pushed-success-buttons .fa-arrow-circle-left::before,
.modal-content .fa-shopping-cart::before,
.pushed-success-buttons .fa-shopping-cart::before {
    margin-right: 0.5rem;
}

/* warencorb */

.shipping-calculator-main-country #country{
    margin: 0 !important;
}

@media only screen and (max-width : 992px) {
    #search {
        /*display: block;*/
    }
    .container-fluid.container-fluid-xl.menu-center-center.menu-multiple-rows-scroll {
        border-bottom: none;
    }
    .d-lg-none.search-form-wrapper-fixed.container-fluid.container-fluid-xl.order-1 {
        /*display: none !important;*/
        border-bottom: 3px solid #ee7334;
    }
    .toggler-logo-wrapper .logo-wrapper {
        padding-left: 0;
        width: 50vw;
    }
    header .navbar-brand img {
        max-width: 50vw;
    }

    .col.col-auto.nav-icons-wrapper.order-lg-3 {
        padding-right: 5px;
        padding-left: 5px;
    }

}
/*@media (min-width: 768px) {*/
/*    .pagination .dropdown-menu {*/
/*        position: static !important;*/
/*        transform: none !important;*/
/*        display: flex;*/
/*        margin: 0;*/
/*        padding: 0;*/
/*        border: 0;*/
/*        min-width: auto;*/
/*    }*/
/*    .pagination .dropdown > .btn {*/
/*        display: none;*/
/*    }*/
/*    .pagination .pagination-site {*/
/*        display: none;*/
/*    }*/
/*    .page-item.active .page-link::after, .page-item.active .page-text::after {*/
/*        content: "";*/
/*        position: absolute;*/
/*        left: 0.5625rem;*/
/*        bottom: 0;*/
/*        right: 0.5625rem;*/
/*        border-bottom: 4px solid #ee7334;*/
/*    }*/
/*}*/


@media only screen and (max-width : 500px) {
    header .navbar-brand {
        margin-right: 0;
    }
    header .navbar-brand img {
        max-width: 40vw;
    }
    .toggler-logo-wrapper .logo-wrapper {
        width: 40vw;
    }
    header .navbar-brand img {
        max-width: 40vw;
    }
    .ppp-produktbox {
        flex-direction: column;
        gap: 5px;
    }
}

/* eloquium 13.11.2024 | ST Update 5.2.4 -> 5.4.0 */

#product-list .product-wrapper .estimated_delivery {
    min-height: 21px;
}

