
li {
    list-style: none
}


#main-header-top-greens {
    position: relative;
    width: 100%;
    display: block;
    border-bottom: 1px solid #ebebeb;
    padding: 10px 0;
    background-color: #fff
}

#main-header-top-greens .container-fluid {
    max-width: 1140px
}

.main-header-wrapper {
    display: table;
    width: 100%
}

.main-header-wrapper>div {
    display: table-cell;
    vertical-align: middle
}

.header-logo-greens {
    padding-right: 30px;
    min-width: 160px;
    width: 160px
}

.header-logo-greens .logo_link-greens {
    display: inline-block
}

.logo_link-greens .textwidget p {
    margin-bottom: 0
}

.logo_link-greens .textwidget p img {
    max-width: 124px;
    height: 43px;
    width: 100%;
    max-height: 44px
}

.browse-wrapper-greens {
    padding-right: 0;
    position: relative;
    width: 165px
}

.header-browse-greens {
    padding: 7px 10px;
    display: inline-block;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #f2f2f2;
    font-weight: 600;
}

.header-browse-greens-icon {
    width: 11px;
    height: 8px;
    top: 6px;
    background-image: url(../images/toggle-img.svg);
    background-position: 0 0;
    display: inline-block
}

.web-browse-wrapper-greens {
    display: none;
    position: absolute;
    left: 0;
    min-width: 265px;
    background-color: #fff;
    border: 1px solid #ddd;
    z-index: 10;
    top: 42px
}

.web-browse-wrapper-greens ul {
    margin: 0;
    padding: 0
}

.web-browse-wrapper-greens ul li {
    margin: 0;
    padding: 0;
    list-style: none
}

.web-browse-wrapper-greens ul li.open {
    background: #f0eeee
}

.web-browse-wrapper-greens ul li .tonclickopen {
    padding: 4px 15px;
    font-size: 14px;
    cursor: pointer
}

.web-browse-wrapper-greens.open {
    display: block
}

.browse-wrapper-greens:hover .web-browse-wrapper-greens {
    display: block
}

.nav-indicator {
    position: relative;
    width: 9px;
    height: 12px;
    overflow: hidden;
    float: right;
    top: 5px
}

.nav-indicator:before {
    position: absolute;
    left: 0;
    top: 0;
    width: 9px;
    height: 12px;
    background: url(../images/toggle-img.svg);
    content: "";
    background-position: -8px -16px
}

.menu_innerpage.open .nav-indicator:before {
    background-position: -1px -16px
}@media screen and (max-width:767px) {
    .menu-wrapper-greens {
        display: none!important
    }}

.menu-wrapper-greens {
    text-align: right
}

.menu-wrapper-greens ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu-wrapper-greens ul li {
    display: inline-block;
    position: relative
}

.menu-wrapper-greens ul li a {
    padding: 10px;
    font-size: 14px;
    color: #4f4f4f
}

.menu-wrapper-greens ul li a:hover {
    text-decoration: none
}

.menu-wrapper-greens ul li.login-topmenu a {
    border-radius: 4px;
    padding: 7px 10px;
    display: inline-block;
    border: 1px solid #f2f2f2
}

h1 {
    font-size: 1.75rem
}

h2 {
    font-size: 1.375rem
}

h3 {
    font-size: 1rem
}

h4 {
    font-size: .75rem
}

h1,
h2,
h3,
h4,
h5,
strong {
    font-weight: 600
}



.menu-wrapper-greens ul li a.loggedinuser-btn,
.menu-wrapper-greens ul li a.wcmenucart-contents {
    padding: 10px 5px
}

.menu-wrapper-greens ul li a.loggedinuser-btn img {
    width: 35px;
    height: 35px;
    max-height: 35px
}

.login-icon {
    background-image: url(../images/toggle-img.svg);
    background-position: -11px 0;
    background-color: transparent;
    height: 14px;
    padding: 0;
    width: 14px;
    display: inline-block
}

.header-shopping-cart {
    background-image: url(../images/toggle-img.svg);
    background-position: -42px 0;
    width: 25px;
    height: 23px;
    display: inline-block;
    position: relative;
    top: 6px
}

.menu-wrapper-greens ul li a span.cart_count {
    border-radius: 7px;
    display: block;
    padding: 2px 4px;
    background-color: grey;
    margin-left: 12px;
    font-size: 12px;
    line-height: 10px;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0
}

.loggedinuser {
    position: relative
}

.loggedinuser .dropdown-toggle:after {
    content: none
}

.loggedinuser a img {
    max-width: 35px;
    border-radius: 50%;
    cursor: pointer
}

.LogedinUserWrapper {
    display: none;
    position: absolute;
    min-width: 200px;
    right: 0;
    top: 44px;
    background-color: #fff;
    z-index: 9
}

.LogedinUserWrapper.open {
    display: block
}

.LogedinUserWrapper ul {
    padding: 5px 0;
    background: #f7f7f7;
    border: 1px solid #ddd;
    margin-top: -1px
}


.dropdown-menusub_inner {
    display: none;
    opacity: 1;
    visibility: visible;
    width: 310px;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    left: 100%;
    top: -1px;
    height: calc(100% + 2px);
    margin-top: 0
}

.menu_innerpage.open .dropdown-menusub_inner {
    display: block
}

.dropdown-menusub_inner h4 {
    margin: 0;
    color: #fff;
    border: 0;
    padding: 10px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600
}

.web-browse-wrapper-greens ul.browse-sub-menu-custom {
    margin-bottom: 30px
}

.browse-sub-menu-custom li a {
    padding: 2px 15px;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 100%
}

.browse-sub-menu-custom li a:hover {
    text-decoration: none;
    background-color: #fff;
    color: #333;
}

.web-viewall-btn a {
    display: inline-block;
    border: 1px solid #ddd;
    padding: 2px 15px;
}

.web-viewall-btn a:hover {
    text-decoration: none
}


.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: none
}


@media screen and (max-width:1200px) {
    .header-logo-greens {
        width: 180px
    }
}


@media screen and (max-width:767px) {
   
    .main-mob-nav-icon-greens-show {
        width: 20px;
        height: 20px;
        padding: 10px 12px;
        position: absolute;
        font-size: 16px;
        display: inline-block;
        float: left;
        top: 13px;
        left: 2px;
        background-image: url(../images/toggle-img.svg);
        background-position: -154px 0
    }
    .main-mob-nav-icon-greens-show:before {
        position: absolute;
        top: 0;
        right: 3px;
        width: 20px;
        height: 20px;
        background-image: url(../images/toggle-img.svg);
        background-position: -160px -121px;
        cursor: pointer
    }
    .header-logo-greens {
        padding-right: 0;
        text-align: center;
        width: 100%;
        position: relative
    }
    .browse-wrapper-greens {
        display: none!important
    }
    .mobile-search.open:before {
        background-image: url(../images/toggle-img.svg);
        background-position: 0 -26px;
        cursor: pointer;
        opacity: 1
    }
   
    .mobile-category-nav-wrapper {
        width: 100%;
        position: fixed;
        top: 105px;
        height: calc(100vh - 36px);
        background: 0 0;
        z-index: 99;
        left: -100%;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear
    }
    .mobile-category-nav-wrapper.open {
        left: 0;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear
    }
    .bg-dull {
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        height: 100vh;
        background: rgba(0, 0, 0, .62);
        z-index: -1;
        display: none
    }
    .mobile-category-nav-wrapper.open .bg-dull {
        display: block
    }
    .mobile-sidenav-content {
        width: 100%;
        max-width: 280px;
        background-color: #fff
    }
    .mobile-category-nav-content .dropdown-menu {
        position: relative;
        display: block;
        min-width: 100%;
        width: 100%;
        border: none;
        left: 0!important;
        margin-top: 0!important
    }
    .mobile-category-nav-content {
        width: 100%;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto
    }
    .mobile-sidebar-menu {
        position: relative;
        width: 280px;
        height: 100vh;
        overflow-x: hidden;
        max-width: 280px;
        overflow-y: hidden;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        margin: 0;
        padding: 0
    }
    .mobile-sidebar-menu>li {
        position: relative
    }
    .mobile-sidebar-menu>li>a,
    .mobile-sidebar-menu li>div {
        padding: 10px 15px;
        display: block;
        font-size: 14px;
        color: #4f4f4f
    }
    .mobile-sidebar-menu>li>a:hover {
        text-decoration: none
    }
    .mobile-sidebar-menu li>div.row {
        display: flex
    }
    .mobile-sidebar-nav-menu:before {
        position: absolute;
        top: 16px;
        right: 10px;
        width: 9px;
        height: 9px;
        background-image: url(../images/toggle-img.svg);
        background-position: -8px -18px;
        content: ""
    }
    .main-mob-nav-icon-greens {
        width: 100%;
        padding: 10px 15px;
        position: relative;
        background-color: #f6f6f6;
        font-size: 16px
    }
    .main-mob-nav-icon-greens:before {
        position: absolute;
        top: 10px;
        right: 10px;
        width: 15px;
        height: 16px;
        background-image: url(../images/toggle-img.svg);
        background-position: 0 -26px;
        content: "";
        cursor: pointer
    }
    .mobile-category-menus {
        position: absolute;
        width: 280px;
        height: calc(100vh - 44px);
        overflow-x: hidden;
        max-width: 280px;
        overflow-y: auto;
        top: 0;
        background: #fff;
        z-index: 1;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        left: 100%;
        margin: 0;
        padding: 0
    }
    .mobile-category-menus.open {
        left: 0
    }
    .mobile-category-menus li {
        padding: 0;
        list-style: none
    }
    .mobile-category-menus li a,
    .mobile-category-menus li>div {
        padding: 10px 15px;
        display: block;
        font-size: 14px;
        color: #4f4f4f
    }
    .mobile-category-menus li a:hover {
        text-decoration: none
    }
    .main-category-heading {
        padding: 10px 15px;
        font-size: 15px;
        background: #f6f6f6
    }
    .main-category-menus-heading {
        padding: 10px 15px;
        font-size: 15px;
        background: #f6f6f6
    }
    .mobile-category-submenu {
        position: absolute;
        top: 0;
        left: 100%;
        width: 280px;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        background: #fff;
        margin: 0;
        padding: 0
    }
    .mobile-category-submenu.open {
        display: block;
        left: 0;
        -webkit-transition: all .5s linear;
        -moz-transition: all .5s linear;
        -o-transition: all .5s linear;
        transition: all .5s linear;
        background: #fff;
        height: calc(150vh - 42px);
        z-index: 1
    }
    .main-category {
        position: relative
    }
    .main-category:before {
        position: absolute;
        top: 17px;
        right: 14px;
        width: 9px;
        height: 9px;
        background-image: url(../images/toggle-img.svg);
        background-position: -8px -18px;
        content: ""
    }
    .back-to-previous {
        position: relative;
        top: 1px;
        right: 4px;
        width: 9px;
        height: 9px;
        background-image: url(../images/toggle-img.svg);
        background-position: 0 -18px;
        display: inline-block
    }
    .overflow {
        overflow-y: hidden
    }
    .mobile-login-btn,
    .mobile-signup-btn {
        display: inline-block;
        padding: 5px 10px;
        color: #4f4f4f;
        min-width: 85px;
        font-size: 12px;
        border: 1px solid #6f64e8
    }
    .mobile-login-btn:active,
    .mobile-login-btn:focus,
    .mobile-login-btn:hover,
    .mobile-signup-btn:active,
    .mobile-signup-btn:focus,
    .mobile-signup-btn:hover {
        color: #4f4f4f
    }
    .btn-view-all-course-mobile {
        border: 1px solid #ddd;
        display: inline-block;
        margin-top: 20px
    }
    .mobile-category-menus li .btn-view-all-course-mobile a {
        padding: 7px 15px
    }