.to-container,
.to-wrapper,
.to-topnav-menu,
.to-topnav-item,
.to-topnav-item.m--cart {
    height: 60px;
}

.to-logo {
    margin-right: 30px;
}

.to-search-input-container {
    height: 42px;
    background-color: #e9e9e9;
}

.to-search-input {
    width: 100%;
    height: 100%;
}

.to-topnav-menu,
.to-topnav-item > a,
.to-topnav-item.m--has-submenu > a {
    padding: 0;
}

.to-topnav-item,
.to-topnav-item.m--cart {
    display: flex;
    align-items: center;
    justify-content: center;
}

.to-topnav-item:focus-within,
.to-topnav-item:focus,
.to-topnav-item:hover {
    box-shadow: none;
}

.to-topnav-item-img {
    width: 30px;
    height: 30px;
}

.to-topnav-item-img img {
    width: 25px;
    height: 25px;
}

.ga-customer-devices > .to-topnav-item-img img {
    width: 35px !important;
    height: 25px !important;
}

.to-topnav-item-label {
    display: block !important;
    width: 90px;
    height: 14px;
    font-size: 10px;
}

.to-badge {
    top: -7px;
    right: -5px;
}

.to-topnav-submenu {
    top: 60px;
}

.help-nav-wrapper > .to-topnav-submenu {
    left: 0;
}

/* Styles for Mobile Only */
@media (max-width: 991px) {
    .to-topnav[role="navigation"] > .to-topnav-menu {
        width: auto;
    }

    .to-container,
    .to-container-inner,
    .to-topnav-menu,
    .to-topnav-item,
    .to-topnav-item.m--cart {
        height: 100px;
    }

    .logo-top-navbar {
        max-width: 140px;
    }

    .to-container-inner {
        z-index: 1040;
        box-shadow: 0 1px 3px #0000001a;
    }

    .to-wrapper {
        justify-content: space-between;
        height: 50%;
    }

    .to-topnav-item.m--mobile .to-topnav-item-img img {
        width: 19px;
        height: 19px;
    }

    .to-container {
        padding: 0;
    }

    .to-topnav.m--menu,
    .to-mainnav-mobile-btn,
    .to-topnav-item.m--mobile,
    .to-topnav-menu {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 30px;
        height: 27px;
        margin-left: 0 !important;
    }

    .to-topnav-item.m--mobile.m--cart-mobile {
        margin-right: 10px;
        margin-left: 10px;
    }

    .to-topnav-item > a {
        background: transparent;
    }

    .to-logo {
        width: auto !important;
        margin-right: 5px;
        margin-left: 5px;
    }

    .to-topnav {
        margin: 0;
    }

    .to-topnav-item-img {
        width: 19px;
        height: 19px;
    }

    .to-topnav-item-label {
        display: none !important;
    }

    .to-topnav-item {
        display: none;
    }

    .to-badge {
        top: -10px;
        right: -11px;
        border: none;
    }

    .topnav-mobile-slide-in {
        top: 0;
        transition: top 0.2s;
    }

    .topnav-mobile-slide-out {
        top: -50px;
        transition: top 0.2s;
    }

    .topnav-mobile-slide-out-device-wizard-page {
        top: -100px;
        transition: top 0.2s;
    }
}

/* Style to Ukraine Flag In TopNav - BEGIN */

.to-topnav-item.link-to-ukrainian-store div,
.to-topnav-item.link-to-ukrainian-store img {
    width: 40px;
    height: 30px;
}

@media (max-width: 991px) {
    .to-topnav-item.link-to-ukrainian-store div,
    .to-topnav-item.link-to-ukrainian-store.m--mobile .to-topnav-item-img img {
        width: 20px;
        height: 16px;
    }
}

/* Style to Ukraine Flag In TopNav - END */
