
.toggle-button-menu {
    display: none;
}
@media ( max-width: 992px ) {
    .top-section-wrapper {
        border-bottom: none;
    }
    .nav-menu-wrapper {
        flex-direction: column;
        position: absolute;
        width: 100%;
        left: 0;
        top: 74px;
        background-color: #fff;
        height: 100vh;
        padding: 0 18px;
        display: none;
        transition: all .24s ease;
    }
    .nav-menu-wrapper.responsive-menu-open{
        display: flex;
        transition: all .24s ease;
    }
    .menu-section {
        height: 74px;
        flex-direction: row-reverse;
        justify-content: start !important;
        -webkit-box-pack: start !important;
        justify-content: start !important;
    }
    .top-section-wrapper {
        position: absolute;
        right: 0;
        top: 18px;
    }
    .dropdown-menu-wrapper.active-drop-down-item {
        position: relative;
        width: 100%;
        padding: 0;
        box-shadow: none;
    }
    #header-section {
        position: relative;
        background-color: #FFFFFF;
        height: 74px;
        z-index: 20;
    }
    .cart-icon p {
        display: none;
    }
    .container {
        max-width: 1244px;
        padding-left: 40px;
        padding-right: 40px;
    }
    .toggle-button-menu {
        cursor: pointer;
        margin-left: 10px;
        display: flex;
    }
    .single-menu-item {
        width: 100%;
    }
    .caret-main-icon {
        position: absolute;
        right: 0;
        top: 20px;
    }
    .main-menu-item {
        padding: 8px;
        height: 46px;
    }
    .main-menu-item .item-text {
        font-size: 16px;
        line-height: 20px;
    }
    .main-menu-dropdown-item a {
        padding: 6px 0;
    }
    .main-menu-dropdown-item:hover a {
        padding-left: 8px;
    }
    .main-menu-dropdown-item.empty-divider {
        display: none;
    }
    .main-menu-btn {
        /*max-width: 200px;*/
        text-align: center;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
    }
    /*-----------------------------footer css---------------*/
    .footer-company {
        max-width: 100%;
        width: 100%;
        margin-right: 0;
        display: flex;
        padding-bottom: 48px;
    }

    .footer-topsec .container .d-flex.justify-content-between {
        flex-wrap: wrap;
    }

    .footer-company-socials {
        margin-left: 0;
        width: 50%;
        justify-content: end;
    }

    .footer-company-intro {
        width: 50%;
    }

    .footer-company-desc {
        margin: 8px 0 8px;
    }

    .col-of-footer {
        flex: 0 0 100%;
        max-width: 100%;
        padding: 0 0px;
    }
}
@media ( max-width: 980px ) {
    .footer-navlist {
        display: none;
    }
}
@media ( max-width: 767px ) {
    .col-of-footer ul {
    }

    .container {
        max-width: 540px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .copyright-text {
        text-align: center;
        width: 100%;
    }

    .row-footer {
        margin-right: 0;
        margin-left: 0;
    }

    .footer-title {
        position: relative;
        height: 44px;
        margin-bottom: 16px;
        font-size: 18px;
        font-weight: 400;
        line-height: 28px;
        margin-top: 0;
    }

    .footer-title.open-menu-toggle::after {
        transform: rotate(180deg);
    }

    .footer-title::after {
        content: '';
        display: inline-block;
        width: 18px;
        height: 18px;
        background-image: url('../img/chevron.svg');
        background-repeat: no-repeat;
        position: absolute;
        right: 0;
        top: 10px;
    }

    .footer-title.open-menu-toggle {
        height: 28px;
    }
}
/*header mobile css---------------------*/
@media (max-width: 576px) {
    .container {
        padding-left: 24px;
        padding-right: 24px;
    }
    body, html {
        font-size: 16px;
        line-height: 24px;
    }
}
