@media all and (min-width: 1440px) {
    #main-menu ul.navbar-nav > li.nav-item {
        margin-right: 30px;
    }
}


@media all and (min-width: 1200px) {
/*
    .site-header {
        position: fixed;
        width: 100%;
        height: 110px;
        padding: 10px 0 0 0;
        top: 0;
        z-index: 3;
        background: rgba(246, 246, 246, 1);
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
        font-size: 15px;
    }

    .site-header.fixed {
        position: fixed;
        width: 100%;
        height: 90px;
        padding: 0 20px 0 0;
        top: 0;
        z-index: 3;
        box-shadow: rgb(50 50 93 / 15%) 0px 30px 60px -12px, rgb(0 0 0 / 20%) 0px 18px 36px -18px;
    }
*/
    
     .site-header {
        position: fixed;
        width: 100%;
        height: 90px;
        padding: 0 20px 0 0;
        top: 0;
        z-index: 3;
        background: rgba(246, 246, 246, 1);
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
        transition: all 0.3s ease-in-out;
        font-size: 15px;
    }
    
     .site-header.fixed {
        position: fixed;
        box-shadow: rgb(50 50 93 / 15%) 0px 30px 60px -12px, rgb(0 0 0 / 20%) 0px 18px 36px -18px;
    }
    


    .site-header a:not(.nostyle),
    .site-header a:not(.nostyle):visited {
        text-decoration: none;
        display: inline-block;
        outline: none !important;
        color: #000;
        transition: all 275ms ease;

    }

    .site-header a:not(.nostyle):hover,
    .site-header a.nav-link.active,
    .site-header a.active,
    .site-header li.current-menu-item > a {
        color: #3CC5FB !important;
    }

    /**/
    /*
    .site-header .logo {
        margin: auto 0;
        width: 15%;
        float: left;
    }

        .site-header.fixed .logo {
        padding-top: 0px;
        margin-top: -5px;
    }
    */
    
    .site-header .logo {
        padding-top: 0px;
        width: 15%;
        float: left;
    }
/*
    .site-header .logo img {
        transition: all 0.3s ease-in-out;
    }

    .site-header.fixed .logo img {
        max-height: 70px;
        transition: all 0.3s ease-in-out;
    }
*/
    
    .site-header .logo img {
        transition: all 0.3s ease-in-out;
            height: 70px;
    }
    
    .navbar {
     /*  height: 110px;*/
        height: 90px;
    }

    .navbar-collapse {
        width: 85%;
    }

    .site-header.fixed .navbar-collapse {
     /*   margin-top: -10px;*/
    }

    .navbar-expand-xl .navbar-collapse {
        /*   display: inline-block !important;*/
    }


    /**/

    li.nav-item {
        display: inline-block;
        padding-right: inherit;
    }


    ul.dropdown-menu {
        border-radius: 19px;
    }

    li.wpml-ls-item ul.dropdown-menu {
        --bs-dropdown-min-width: 80px;
        width: 80px;
        width: 80px;
    }


    a.dropdown-item {
        padding: 10px 20px;
        font-size: 15px;
    }

    a.dropdown-toggle::after {
       margin-left: 0.4em;
    }

    .nav-item .dropdown-menu {
        display: none;
    }

    .nav-item:hover .nav-link {}

    .nav-item:hover .dropdown-menu {
        display: block;
    }

    .nav-item .dropdown-menu {
        margin-top: 0;
    }


    .dropdown-item.active,
    .dropdown-item:active,
    .dropdown-item:focus,
    .dropdown-item:hover {
        background-color: transparent;
    }


    .dropdown-menu li.nav-item {
        display: block;
        margin-right: 0;

    }

    .dropdown-menu li.nav-item:hover {}

    /**/

    #topright-menu {
        text-align: right;
      /* padding-top: 13px;*/
        margin-top: 13px;
    }

    #topright-menu ul.navbar-nav > li.nav-item {
        margin-right: 10px;
    }


    #topright-menu .topright-wrapper {
        position: relative;
        display: inline-block;
        margin: 0;
        padding: 5px 20px;
        background: #CEDADF;
        border-radius: 40px;
        height: 50px;
    }
/*
    .site-header.fixed #topright-menu .topright-wrapper {
        margin: 4px 0 0 0;
    }
*/
    .cart-contents {
        position: relative;
    }

    .cart-contents .count {
        position: absolute;
        top: -65px;
        right: 122px;
    }

       .home .cart-contents .count {
        right: 125px;
    }

    
}

@media only screen and (max-width: 991px) {
    .navbar-toggler {
        position: absolute;
        top: 0;
        right: 20px;
        border: none;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .navbar-toggler {
        position: absolute;
        top: -15px;
        right: 20px;
        border: none;
    }
}


@media only screen and (max-width: 1199px) {
    .site-header {
        position: fixed;
        width: 100%;
        height: 70px;
        padding: 0 15px 0 0;
        top: 0;
        z-index: 3;
        background: rgba(246, 246, 246, 1);
        font-family: 'Roboto', sans-serif;
        font-weight: 700;
    }

    .site-header.fixed {
        position: fixed;
        width: 100%;
        height: 90px;
        padding: 0 20px 0 0;
        top: 0;
        z-index: 3;
        box-shadow: rgb(50 50 93 / 15%) 0px 30px 60px -12px, rgb(0 0 0 / 20%) 0px 18px 36px -18px;
    }

    .navbar {
        background: #f6f6f6;
    }

    .logo {
        display: inline-block;
    }

    .logo img {
        height: 60px;
        width: 60px;
        padding: 0 5px;
    }

    .navbar-collapse {
        width: 20%;
        display: inline-block;
        float: right;
    }

    .navbar-collapse a {
        font-weight: 400;
        font-size: 18px;
        line-height: 1.1;
    }


    ul.navbar-nav {
        padding: 5px 15px;
        margin-left: 0px;
      /*  flex-direction: row; */ /*individial li's to do*/
    }

    ul.dropdown-menu {
        background: transparent;
        border-color: transparent;
    }



    .navbar-toggler:focus {
        box-shadow: none;
    }

    .navbar-toggler-icon {
        background-image: none;
    }

    .navbar-toggler .fa-bars {
        color: #000;
        font-size: 28px;
    }


    #topright-menu .topright-wrapper {
        position: relative;
    }

    #topright-menu li {
        display: inline-block;
        width: 50px;
    }


    .cart-contents .count {
        display: none;
        /*
        position: absolute;
        top: 55px;
        left: 35px;
            */
    }


    #footer-menu li {
        display: inline-block;
    }

}
