.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: 16px;
    font-weight: 400;
    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;
    margin-left: 16px;
    display: inline-block;
    color: #3D3C3C;
    line-height: 16px;


    transition: background-size 350ms ease;
    padding-bottom: 8px;
    background-image: linear-gradient(0deg, rgb(61, 60, 60), rgb(61, 60, 60));
    background-position-x: right;
    background-position-y: 100%;
    background-size: 0px 2px;
    background-repeat: no-repeat;
    background-attachment: initial;
    background-origin: initial;
    background-clip: initial;
    background-color: initial;
}

.ba-filter-categories li a:hover {
    text-decoration: none;
    background-position-x: left;
    background-size: 100% 2px;
    transition: background-size 350ms ease;
}

.ba-filter-categories li.active a {
    background-image: linear-gradient(0deg, #ff462d, #ff462d);
    background-size: 100% 2px;
    background-position-x: left;
}

/** Categories **/

.logo-div > a {
    margin-top:3px !important;
    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;
}