@media (min-width:320px) and (max-width:374px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 160px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 0.9rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-right: 0px;
        
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
        margin-top: 10px !important;
        margin-bottom: 35px !important;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 1.5rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 179px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: 70px !important;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 22px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 1.5rem;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 15px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 14px;
        padding: 0px 0px 3px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 11px !important;
        padding-bottom: 0px !important;
        font-size: 17px;
    }
}

@media (min-width:420px) and (max-width:640px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 160px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: -33px !important;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 18px;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 179px !important;
        height: 40px !important;
    }

    .font20 {
        font-size: 15px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }
    /* NEW */
    .logo-set {
        height: 70px !important;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 16px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .font24 {
        font-size: 2rem;
        margin: 0px;
        padding: 0px;
        font-weight: 600;
        line-height: 30px;
    }

    .navbar-nav > li > a {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        font-size: 17px;
    }
}

@media (min-width:375px) and (max-width:419px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 160px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 2rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 300px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: auto;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 20px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 14px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 18px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 16px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
        font-size: 17px;
    }
}

@media (min-width:641px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 160px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 2rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 300px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: auto;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 20px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 16px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
        font-size: 17px;
    }
}

@media (min-width:961px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 190px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 2rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 300px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: auto;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 20px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 14px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
        font-size: 17px;
    }
}

@media (min-width:1025px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 190px;
        margin: 10px;
        text-align: center;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 43px !important;
    }
    
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 2rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 30px;
    }

    .set-s {
        width: 300px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: auto;
    }

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 20px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 16px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .navbar-nav > li > a {
        padding-top: 27px !important;
        padding-bottom: 27px !important;
        font-size: 17px;
    }
}

@media (min-width:1281px) {
    .productlabel_flex-container a {
        background-color: #f1f1f1;
        width: 190px;
        margin: 10px;
        text-align: center;
    }
    .btn {
       
        font-size: 1.5rem !important;
    }
    .font14 {
        font-size: 1.5rem;
        white-space: nowrap; /* Prevent text from wrapping */
        overflow: hidden; /* Hide overflowing content */
        text-overflow: ellipsis; /* Display ellipsis for overflow */
    }
    .form-control {
        height: 47px !important;
    }
    /* NEW */
    .navbar-toggle {
        position: relative;
        float: right;
        padding: 9px 10px;
        margin-top: 8px;
        margin-right: 15px;
        margin-bottom: 8px;
        background-color: transparent;
        background-image: none;
        border: 1px solid transparent;
        border-radius: 4px;
    }

    .n-mt30 {
        margin-top: 30px;
    }

    .n-font30 {
        font-size: 30px;
    }

    .n-font24 {
        font-size: 2rem;
        color: #456900;
        font-weight: 500;
    }

    .category-set {
        font-size: 16px;
        line-height: 32px;
    }

    .set-s {
        width: 300px !important;
        height: 40px !important;
    }

    /* NEW */
    .logo-set {
        height: auto;
    }

    ---------

    .font36 {
        font-family: 'Sora', sans-serif !important;
        font-size: 36px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 36px;
        font-weight: 500;
    }

    .font20 {
        font-size: 20px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 24px;
        font-weight: 700;
    }

    .p-text {
        font-size: 16px;
        padding: 0px 0px;
        margin: 0px;
        line-height: 22px;
        font-weight: 400;
    }

    .ptpb50 {
        margin: 50px 0px !important;
    }

    .ptpb10 {
        margin: 10px 0px !important;
    }

    .mt15 {
        margin-top: 15px;
    }

    .mb15 {
        margin-bottom: 15px;
    }

    .mt50 {
        margin-top: 50px !important;
    }

    .mt30 {
        margin-top: 30px !important;
    }

    .mb30 {
        margin-bottom: 30px !important;
    }

    footer ul {
        list-style-type: none;
        padding: 0px;
        line-height: 30px;
        font-size: 14px;
        text-transform: uppercase;
    }

        footer ul li a {
            color: #000000;
            text-decoration: none !important;
        }

    footer p {
        color: #000;
        font-size: 16px;
        padding: 0px 0px 10px;
        margin: 0px;
        line-height: 22px;
    }

    .footer-head {
        font-size: 2rem;
        font-weight: 600;
        line-height: 27px;
        margin: 0px;
        padding: 40px 0px 0px;
    }

    .navbar-nav > li > a {
        /* padding-top: 36px !important;
        padding-bottom: 33px !important;
        font-size: 17px;*/
        padding-top: 0px !important;
        padding-bottom: 20px !important;
        font-size: 17px;
    }
}
