.logo-1 a img {
    max-width: 100%;
    height: auto;
    width: auto;
    transition: all 0.2s;
    vertical-align: middle;
}

.logo-1,
.logo-1 h1, .logo-1 span {
    font-size: 16px;
    margin: 0;
}

.logo-1 .c-logo, .c-brand.c-logo-right {
    vertical-align: middle;
    line-height: 96px;
    display: inline-block;
    font-size: 28px;
}

.force-smartphone-menu.c-layout-header .c-brand .logo-1 a img {
   min-height: 61px;
}


.force-smartphone-menu.c-layout-header .c-brand .logo-1 .c-logo,
.force-smartphone-menu.c-layout-header .c-brand #language-picker {
    min-height: 61px;
}

.c-layout-header .c-navbar {
    line-height: normal;
}

.header-2-reduced .logo-1 a img {
    max-height: 65px;
    max-width: 200px;
}

@media (max-width: 991px) {
    .logo-1.istext{
        max-width: calc(100% - 40px)!important;
    }

    .logo-1 h1, .logo-1 span {
        font-size: 12px;
    }

    .logo-1 a img {
        max-height: 65px;
        max-width: 200px;
    }

    .logo-1 .c-logo {
        line-height: 61px;
    }

    .logo-1 .c-logo,
    .force-smartphone-menu.c-layout-header .c-brand .logo-1 .c-logo,
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header .c-brand .logo-1 .c-logo,
    #language-picker,
    .force-smartphone-menu.c-layout-header .c-brand #language-picker,
    .c-page-on-scroll.c-layout-header-fixed .c-layout-header #language-picker  {
        line-height: 61px;
    }

    .c-layout-header.force-smartphone-menu .c-navbar {
        height:auto;
    }
    .c-layout-header.force-smartphone-menu .c-brand > .c-cart-toggler i {
      font-size: 20px !important;
      top: 0;
    }
}