/* Extra small devices (767px and down) */
@media (max-width: 767px) {
    .row.vertical-align {
        display: block; /* Turn off the flexible box layout */
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .row.vertical-align {
        display: flex;
        align-items: center;
    }
}

.block-search-form-block .form-group{
    margin: 0;
}

.layout__region.layout__region--featured-products,
.layout__region.layout__region--featured-products-bottom{
    padding: 40px 0;
    background-color: #f6f7f7;
    margin: 30px 0 0;
}

.layout__region.layout__region--featured-products .block-title,
.layout__region.layout__region--featured-products-bottom .block-title {
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    margin: 0 0 24px;
}


.commerce-product-teaser-zoom {
    position: absolute;
    top: 25%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    color: #fff;
    transition: all .3s ease-in-out;
    border: 1px solid #fff;
    display: inline-block;
    height: 40px;
    width: 40px;
    margin: 0 0 0 10px;
    line-height: 36px;
    font-size: 16px;
    text-align: center;
}
.commerce-product-teaser-zoom:hover, .commerce-product-teaser-zoom:focus{
    background-color: #00a9e0;
    border-color: #00a9e0;
    color: #fff;
}
.commerce-product.teaser:hover .commerce-product-teaser-zoom{
    opacity: 1;
}
.commerce-product.teaser form[class*=add-to-cart-form] button[id*=edit-submit]{
    transform: translateX(-20px);
}



.user-logged-in #drawer{
    padding-top: 80px;
}

.user-logged-in .mwc-lvl2{
    padding-top: 68px;
}

.field.field--name-field-manufact.field--type-string.field--label-hidden.field--item{
    border-top: 1px solid #e2e2e2;
    margin: 10px 0;
    padding-top: 10px;
    color: #7f7d7d;
    display: flex;
}