﻿
@media(min-width:1025px) {

    .header { _margin-bottom: 30px; }
        .header .header-logo { text-align: left; width: 15%; width: 300px; }
        .header .header-middle { padding: 9px 0; }
        .header a.logo img { max-height: 45px; }
        .header .cart-trigger { height: 38px; line-height: 38px; }
            .header .cart-trigger::before { height: 38px; }
        .header .header-upper { height: 30px; _overflow: hidden; }
        .header .header-upper-content { line-height: 30px; font-size: 11px; }
        .header .header-links-wrapper,
        .header .header-links-wrapper label { height: 30px; line-height: 30px; font-size: 11px; background-position-y: -6px !important; }
}


@media(min-width:769px) {
    /* dangurus. will not work < 769px */
    /* same height columns using flex */
    .row { display: flex; flex-wrap: wrap; }
        .row > [class*='col-'] { display: flex; flex-direction: column; }
}


