.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;
    }
}

.ba-filter-categories {
    margin-top:-10px;
    margin-bottom: 16px;
}

.ba-filter-categories h3 {
    font-size: 22px;
    font-weight: 700;
    margin-left: 0;
    margin-bottom: 36px;
    margin-top: 10px;
}
.ba-filter-categories ul {
    margin:0px;
    padding:0px;
    list-style-type: none;
    padding-left: 0;
}
.ba-filter-categories li {
    font-size: 16px;
    position: relative;
    padding: 13px 0 8px 0;
    margin: 0 0 8px 0;
    line-height: 16px;
}
.ba-filter-categories li a {
    padding: 0 0 8px 0;
    display: inline-block;
    color: #000000;
    line-height: 30px;
    margin-left: 0;
    border-bottom: 3px solid transparent;
}

.ba-filter-categories li a:hover {
    text-decoration: none;
    transition: all 0.1s ease-in-out;
    border-bottom: 3px solid #000000;
}

.ba-filter-categories li.active a {
    background-size: 100% 2px;
    background-position-x: left;
    font-size: 16px;
    font-weight: 700;
    border-bottom: 3px solid transparent;
    border-color: #000000;
}

/** Categories **/

.logo-div > a {
    text-align: left;
}

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

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

.page-wrapper>.breadcrumbs, .page-wrapper>.top-container, .page-wrapper>.widget {
    box-sizing: border-box;
    background-color: #f2f2f2;
    width: 100%;
    margin-top: 66px;
}

#top-cart-btn-checkout {
    display: none;
}

@media screen and (min-width: 769px) {
    body:not(.cms-home) #maincontent {
        margin-top:66px;
    }
}

.globe-div>a:after{
    content: 'EMEA';
    position: absolute;
    bottom: 2px;
    left: 4px;
    font-size: 12px;
    color: gray;
}