.admin-bar {
    display: none;
}

@media (min-width: 768px) {
    .top-navigation-bar {
        display: none;
    }

    #header {
        position: relative;
    }

    .header-top {
        height: 80px;
        padding-top: 9px;
    }

    .navigation-in {
        background-color: #0b3c5d;
    }

    /*
    #header::after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #ddd;
      position: absolute;
      left: 0;
      top: 80px;
  }
    */
    #navigation {
        border-top: 1px solid #ddd;
        height: 48px;
    }

    #header {
        border-bottom: 1px solid #dadada;
    }

    #header .header-top {
        margin: 0 auto;
    }


    .navigation-in > ul > li {
        border: 0;
        padding: 0;
    }

    .navigation-in > ul > li > a {
        color: #fff;
        padding-top: 0;
        padding-bottom: 0;
        line-height: 49px;
        font-size: 16px;
        text-transform: uppercase;
        transition: none;
        position: relative;
    }

    .navigation-in > ul > li > a > b {
        font-weight: 600;
    }

    .navigation-buttons {
        display: flex;
        justify-content: flex-end;
    }

    #header .cart-count {
        display: flex;
        align-items: center;
    }

    a.login {
        display: flex;
        align-items: center;
        margin-left: 41px;
        margin-right: 40px;
    }

    .navigation-buttons a[data-target="login"] {
        color: #0b3c5d;
        background: none;
        font-size: 16px;
        font-weight: 400;
        font-family: "Exo 2", sans-serif;
    }

    #header .cart-count:not(.full) .cart-price {
        display: none !important;
    }

    .admin-logged .popup-widget.cart-widget {
        top: 60px;
    }

    .popup-widget.cart-widget:before {
        left: 200px;
        right: 0;
    }

    li.menu-item-725 {
        margin-right: 1rem !important;
        padding-right: 1rem !important;
        border-right: 1px solid #465b68 !important;
    }

    #header .search .query-input {
        border-color: #8d959a;
    }

    #header .search .btn {
        border-color: #8d959a;
        background-color: #fff;
        border-left: none;
    }

    #header .search .btn:before {
        content: '\e920';
        font-family: 'shoptet';
        font-size: 16px;
        color: #000;
    }

    .homepage-box.before-carousel {
        background-color: #feffff;
    }

    /*
    a.login::before {
      content: "\37";
      font-family: 'icomoon';
      font-size: 16px;
      padding-right: 10px;
      }
    */
}

.footer-banners {
    margin-top: 1rem;
    margin-bottom: 2.5rem;
}

.footer-banners .small-banner {
    display: flex;
    align-items: center;
}

.footer-banners .small-banner .icon-box {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    display: flex;
    /* border: 1px solid #ccc; */
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    border-radius: 70px;
    transition: 0.3s;
    min-width: 60px;
}

.footer-banners .small-banner .icon-box img {
    max-height: 40px;
}

.footer-banners img {
    max-width: 100%;
    height: auto;
}

.footer-banners .small-banner .icon-box::before {
    content: none;
}

.footer-banners .small-banner .desc-box h3 {
    text-transform: uppercase;
    font-size: 1.1em;
    letter-spacing: 0.5px;
    color: #222;
    margin: 0 0 5px 0;
    font-weight: 600;
    line-height: 1.2em;
}

.footer-banners .small-banner .desc-box p {
    color: #222;
    font-size: 0.9em;
    margin: 0;
}

.footer-banners-place {
    border-bottom: 1px solid #dadada;
}

#footer .footer-links-icons {
    display: none;
}