/* Overrides */
/* ------------- */
/*.navbar-nav .nav-link.active,*/
/*.navbar-nav .nav-link.show {*/
/*    color: #fff;*/
/*}*/

/*@media (max-width:767px) {*/
/*    .navbar-expand-md .navbar-collapse {*/
/*        display: none;*/
/*    }*/
/*}*/


a.custom, .footer-block a {
    position: relative;
    text-decoration: none;
}

a.custom:before,
.footer-block a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #000;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

a.custom:hover,
.footer-block a:hover {
    text-decoration: none;
}

a.custom:hover:before,
.footer-block a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

a.custom.white-link, .footer-block a.white-link {
    color: white; /* @apply text-white */
}

a.custom.white-link:hover, .footer-block a.white-link:hover {
    color: white; /* @apply text-white */
}

a.custom.white-link:before,
.footer-block a.white-link:before {
    background-color: white; /* @apply bg-white */
}

a.custom.blue-link, .footer-block a.blue-link {
    color: #2d55aa !important; /* @apply text-blue-600 !important */
}

a.custom.blue-link:hover, .footer-block a.blue-link:hover {
    color: #2d55aa !important; /* @apply text-blue-600 !important */
}

a.custom.blue-link:before,
.footer-block a.blue-link:before {
    background-color: #2d55aa !important; /* @apply bg-blue-600 !important */
}

.footer-block a:before {
    background-color: white;
}

.nav-item {
    display: flex;
    margin-right: 10px;
    margin-left: 10px;
    font-size: 1.2rem;
}
.navbar {
    background-color: #282828;
}
.navbar-brand {
    width: 200px;
}
.navbar.scroll .navbar-brand {
    width: 90px;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: white;
}
.dropdown-menu {
    background-color: #282828 !important;
}
.nav-bar .offcanvas-body {
    justify-content: end;
}
.navbar-toggler {
    background-color: white;
}

.section.aimeos.basket-mini {
    margin-right: 14px;
}

.catalog-list-type {
    display: none;
}

.catalog-list .product-item,
.catalog-list .media-list,
.catalog-list .media-list .media-item {
    width: auto;
}

@media screen and (max-width: 800px) {
    .catalog-list .product {
        width: 100%;
    }
}
@media screen and (max-width: 1000px) {
    .form-wrapper {
        width: 75%;
    }
}
@media (min-width: 1200px) {
    .aimeos:not(.cms-page) .product-list .product {
        /*width: 31% !important;*/
    }
}

.catalog-list .product {
    width: 31%;
}
.catalog-list .media-list .media-item {
    position: relative;
    height: 320px;
}
.aimeos .list .product div.list-column:first-of-type .media-item, .aimeos .product-list div.list-column:first-of-type .media-item {
    height: 320px;
    width: auto;
}

.catalog-list .media-list .media-item {
    align-items: baseline;
    display: flex;
    justify-content: center;
}
.catalog-list .media-list, .catalog-list .media-list .media-item, .catalog-list .product-item {
    width: auto;
}

.product .offer {
    display: none;
}
/*.aimeos .product-list div.list-column:first-of-type .media-item,*/
.catalog-list .media-list .media-item img {
    position: relative;
    max-height: 100%;
    max-width: 100%;
    height: auto;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
}

.catalog-list .media-list {
    height: 320px;
}
.aimeos .product-list div.list-column:first-of-type .media-list {
     padding-top: 10px;
}
.aimeos .product-list div.list-column:first-of-type .media-item {
    display: flex;
    align-items: baseline;
    justify-content: center;
}

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

.aimeos .product-list div.list-column:first-of-type .media-item > img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.aimeos .list .product div.list-column:first-of-type .media-item, .aimeos .product-list div.list-column:first-of-type .media-item {
    position: relative;
    top: 0;
    left: 0;
    object-fit: contain;
}

.aimeos .list .product .media-list.multiple:hover .media-item:first-of-type,
.aimeos .product-list .media-list.multiple:hover .media-item:first-of-type {
    transition: none;
    opacity: 1;
}

.aimeos .list .product .media-list.multiple .media-item:not(:nth-of-type(1)),
.aimeos .product-list .media-list.multiple .media-item:not(:nth-of-type(1)) {
    opacity: 0;
}
.text-list .name {
    text-align: center;
}
.aimeos:not(.cms-page) .product-list .product {
    width: 31%;
}
@media screen and (max-width: 1500px) {
    .aimeos:not(.cms-page) .product-list .product,
    .catalog-list .product {
        width: 48%;
    }
}
@media screen and (max-width: 800px) {
    .aimeos:not(.cms-page) .product-list .product,
    .catalog-list .product {
        width: 100%;
    }
}
.section.aimeos.catalog-list {
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 1800px;
}
.navbar.navbar-expand-lg .mobile-wrapper {
    display: flex;
    position: absolute;
    right: 0;
    top: 55px;
    with: 92px;
    height: 50px;
}
.navbar.navbar-expand-lg.scroll .mobile-wrapper {
    top: 16px;
}
@media (max-width: 767px) {
    .navbar.navbar-expand-lg {
        min-height: 100px;
    }
    .navbar.navbar-expand-lg .mobile-wrapper {
        top: 26px;
    }
}
.navbar.navbar-expand-lg .navbar-toggler {
    height: 40px;
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    justify-content: end;
    align-items: end;
}
.navbar.navbar-expand-lg .navbar-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-width='2' d='M2 4h12M2 8h12M2 12h12'/%3e%3c/svg%3e");
}
.navbar.navbar-expand-lg .navbar-toggler:focus {
    box-shadow: none;
}
@media (min-width: 992px) {
    .navbar.navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
.collapse.navbar-collapse {
    margin-right: 50px;
}
.back-to-top {
    z-index: 999999;
    background-color: #2d55aa;
}
.back-to-top:hover {
    background-color: #3461c1;
    color: white;
}
.slider-item-ratio .slider-container>*>* {
    left: auto !important;
    width: auto !important;
    align-items: center;
    display: flex;
}
.media-item {
    height: 500px;
}
.media-item .item {
   max-height: 100%;
}
.slider-container .thumbnail {
    height: 100px;
    width: 100px;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.slider-container .thumbnail img {
    height: 100%;
    width: auto;
}
.slider-nav-outside .slider-container {
    margin: 0 !important;
    grid-auto-flow: column;
    grid-auto-columns: 100px;
    grid-gap: 10px;
}
.catalog-detail-basket-selection .selection .select-name {
    overflow: initial !important;
    padding-inline-start: 0 !important;
}
.stock-actual {
    display: none;
}
.catalog-detail-navigator {
    /*text-align: center !important;*/
    margin-bottom: 4rem !important;
}
.catalog-detail-navigator nav {
    display: flex;
    justify-content: center;
}
.catalog-detail-navigator nav a {
    display: flex !important;
    align-items: center;
}
.aimeos .product .addbasket input {
    border: solid 1px #555;
    /*border-color: var(--ai-secondary, #555);*/
    text-align: center;
    width: 4rem;
    margin: 0;
    flex: none;
}
.input-group>.form-control {
    flex: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
    pointer-events: auto;
    color: #fff;
    background-color: grey;
    border-color: grey;
    cursor: not-allowed;
}
.btn-primary.disabled:hover,
.btn-primary:disabled:hover {
    pointer-events: auto;
    color: #fff;
    background-color: grey;
    border-color: grey;
    cursor: not-allowed;
}
.catalog-detail .catalog-detail-actions {
    justify-content: end !important;
}
.aimeos .product .price-item:first-of-type .taxrate {
    display: inline-block;
}
.catalog-detail-basket .price-item:first-of-type,
.price-list {
    cursor: default;
}
.select-value {
    cursor: pointer;
}
.select-value select {
    cursor: pointer;
}
.basket-save {
    display: none;
}
.basket .headline .minibutton.delete {
    background-color: transparent;
}
.basket .supplier {
    display: none;
}
.minibutton.btn-close:before {
    content: "X";
}
.minibutton.btn-close {
    width: fit-content;
}
.basket .headline .quantity,
.basket .headline .unitprice,
.basket .headline .price {
    align-items: center;
    display: flex;
    justify-content: center;
}
.section.aimeos.basket-bulk {
    display: none;
}
.attr-list.attr-type-variant {
    display: flex;
    flex-flow: column;
}
.attr-list.attr-type-variant .attr-item {
    margin: 0;
}
.aimeos select.disabled.form-control {
    background-color: #e9ecef;
    cursor: not-allowed;
    opacity: .7;
}
.aimeos .address .form-list .optional.company,
.aimeos .address .form-list .optional.vatid {
    display: none;
}
.item.customerref {
    display: none;
}
