/* Add custom css for all pages */

ul.menux {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
    font-family: 'Mulish', sans-serif;
}

li.menux {
    float: left;
}

li.menux a {
    display: block;
    color: white;
    text-align: left;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: 300;
}

li.menux a:hover {
    background-color: #ebebeb;
}

li.menumobtit {
    text-transform: capitalize;
    font-weight: bold;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
    font-family: 'Mulish', sans-serif;
}

li.menumob {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: none;
    font-family: 'Mulish', sans-serif;
}

li.menumob a {
    display: block;
    color: rgba(255, 255, 255, 0);
    text-align: left;
    padding: 10px 10px 10px 10px;
    text-decoration: none;
    font-weight: 300;
}

li.menumob a:hover {
    background-color: #ebebeb4a;
}

.subcategories .pagebuilder-column-line {
    gap: 25px;
}

.subcategories a {
    color: #000000;
    line-height: 1.25;
    font-size: 1.6rem;
    font-weight: 200;
}
/*Fast Order invalid search info Test*/
span.amqorder-reason{
    word-break: keep-all!important;
}
/*Fast order Button issue*/
span.amqorder-price,
.amqorder-search-block .amqorder-button.-empty{
    max-width: 20%!important;
}

.checkout-index-index tr.totals.shipping .price{
   display: block!important;
}

/* UID Field hide */
#form-validate > fieldset.fieldset.address > div.field.taxvat{
    display: none!important;
}

#karriere-iframe{
    width: 1320px!important;
    height: 690px!important;
    transform: scale(1.0);

}
@media only screen and (max-width: 768px){
    #karriere-iframe {
        width: 100%!important;
        height: auto!important;
        transform: scale(1.0);
    }
}

@media only screen and  (min-width: 1024px) {
    .checkout-index-index .header.content > .logo {
        margin: 0 auto 0 4vw !important;
    }
}

/* fix hamburger menu */

.ammenu-button.-hamburger {
    color:unset;
}
/*remove estimated shipping costs */

#block-shipping {
    display: none;
}
/*fix logo overlap with searchbar */

@media only screen and (min-width: 768px) {
    #ammenu-header-container.-opened .amsearch-input-wrapper {
        margin-left: 250px;
    }
}

.ammenu-menu-wrapper .ammenu-link:focus {
    box-shadow: none;
}

@media only screen and (max-width: 767px) {
    .ammenu-menu-title .price-switch-div {
        padding: 10px !important;
    }

    .owh-reverse,
    .owh-reverse .pagebuilder-column-line {
        display: flex !important;
        flex-direction: column-reverse !important;
    }

    .owh-row-reverse,
    .owh-row-reverse .pagebuilder-column-line {
        display: flex !important;
        flex-direction: row-reverse !important;
    }

    .owh-reverse .pagebuilder-column-line,
    .owh-reverse .pagebuilder-column,
    .owh-row-reverse .pagebuilder-column-line,
    .owh-row-reverse .pagebuilder-column {
        width: 100% !important;
    }
}
