/*Styles for Mobile Only*/
@media (max-width: 991px) {
    .to-container,
    .to-container-inner,
    .to-topnav-menu,
    .to-topnav-item,
    .to-topnav-item.m--cart {
        height: 100px;
    }

    .to-container {
        box-shadow: 0 1px 0 #0000001A;
    }

    .to-container-inner {
        z-index: 1040;
    }

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

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

    .to-container {
        padding: 0;
    }

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

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

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

    .to-logo {
        width: auto !important;
        min-width: 140px;
        margin-left: 5px;
        margin-right: 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 {
        border: none;
        top: -10px;
        right: -11px;
    }

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

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

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

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

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

}