.minicart-items-wrapper {
    min-height: 110px !important;
    max-height: 50vh!important;
}

.checkout-index-index .control.has-error input,
.checkout-index-index .control.has-error select,
.checkout-index-index .control.has-error textarea {
    border-color:#b33233 !important;
}

.checkout-index-index .error {
    color:#b33233;
    display: block;
    padding-top:4px;
}
/*
.payment-method.adflex-wrapper #payment_form_adflex,
.payment-method.adflex-wrapper .checkout-agreements-block ~ strong,
.payment-method.adflex-wrapper .checkout-agreements-block ~ p {
    display: none;
}

body.pass .payment-method.adflex-wrapper #payment_form_adflex
body.pass .payment-method.adflex-wrapper .checkout-agreements-block ~ strong,
body.pass .payment-method.adflex-wrapper .checkout-agreements-block ~ p, 
.payment-method.adflex-wrapper.valid #payment_form_adflex,
.payment-method.adflex-wrapper.valid .checkout-agreements-block ~ strong,
.payment-method.adflex-wrapper.valid .checkout-agreements-block ~ p  {
    display: block;
}
*/

.email-basket-note {
    font-weight: bold;
}

.email-basket-note a {
    text-decoration: underline;
}

.email-basket-note a:hover {
    text-decoration: none;
}

.payment-method.enquiry .actions-toolbar {
    text-align: left;
}
.payment-method.enquiry .actions-toolbar .primary {
    float: none;
}

.payment-method.enquiry .payment-method-content .field {
    display: none;
}

[data-role="checkout-messages"] {
    margin: 16px 0px;
    margin-right:32px;
}

[data-role="checkout-messages"] > .message-error {
    padding: 14px;
    padding-left:42px;
}

/* .payment-method.enquiry .field {
    display: none;
} */
/* 
.page-product-grouped .price-final_price {
    margin: 4px 0px;
}

.page-product-grouped .price-final_price span {
    font-weight: bold;
    font-size:28px;
}

.page-product-grouped .product-info-stock-sku {
    margin-bottom:0px;
} */


/** Categories **/
@media screen and (max-width:764px) {
    .ba-filter-categories  {
        display: none;
    }
}


/** Categories **/

.logo-div > a {
    margin-top:3px !important;
    text-align: left;
}

.scania-mobile-menu-actions #m-home img {
    margin-bottom:-4px;
}

.catalog-product-view .category-image-on-product {
    margin-top:0px;
}

@media screen and (max-width: 375px) {
    .catalog-product-view #maincontent {
        margin-top:50px;
    }
    .catalog-product-view #CATEGORY_IMG {
        display:none;
    }
}
/*
.catalog-category-view .page-title-wrapper {
    padding-left:0px;
    margin-left:0px;
}
*/
.catalog-category-view .ba-filter-categories {
    border-top:0px;
    padding-top:0px;
    margin-top:4px;
}

.catalog-category-view .ba-filter-categories > h3 {
    padding-top:0px;
    margin-top:0px;
}


@media screen and (min-width: 700px) {
    .breadcrumbs {
        padding-left:0px;
    }
    .breadcrumbs > .items {
        padding-left:10px;
    }
}

.new-category-image {
    height:300px;
    background-size: cover;
    background-position: 50%;
    display: flex;
    margin-bottom:16px;
    flex-direction: column;
    justify-content: center;
    
}


.new-category-image .texts {
    max-width:1280px;
    margin: auto;
}

.new-category-image h3 {
    color: #FFFFFF;
    text-align: left;
    font-size: 50px;
    line-height: 1;
    margin-bottom: 2rem;
    line-height: 1.25;
    font-family: "Nokia Headline" !important;
    font-weight: 300;
    padding:0px;
    margin:0px;
    padding:0px 20px;
}

.category-image img {
    height:300px !important;
}

@media (max-width: 1200px) {
    .new-category-image {
        background-position: 60%;
    }
}

@media (max-width: 1000px) {
    .new-category-image {
        background-position: 70%;
    }
}


#block-summary #co-shipping-method-form .message.warning {
    display: none;
}

#block-summary #co-shipping-method-form .item-options input:checked ~ .message.warning {
    display: block;
}

.product-info-stock-sku .stock {
    color: #005aff;
}

.product-stock-location-text {
    color: #005aff;
}

.page-product-grouped .product-add-form .table-wrapper.grouped td.col.stk span {
    color: #005aff;
}

.product-info-main .stock.available,
.product-info-main .stock.unavailable {
    text-transform: none !important;
}

.product-stock-location-text {
    font-size: 20px !important;
}

.product-info-main .product-info-stock-sku .stock {
    font-size: 20px !important;
    font-weight: 500 !important;
}