* {
    font-family: "Noto Sans SC", sans-serif;
    box-sizing: border-box;
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.h1 {
    font-family: "ZCOOL XiaoWei", sans-serif !important;
}

@media screen and (max-width: 575px) {
    *{
        outline: 0px violet dotted;
    }
    .container {
        width: 100%;
    }

    .xl {
        display: none;
    }

    .l {
        display: none;
    }

    .m {
        display: none;
    }

    .s {
        display: block;
    }

    .search-input {
        border: 1px #555 solid;
        border-radius: 3px;
        font-family:  "Noto Sans SC", sans-serif;
        font-size: 11pt;
        height: 27px;
        box-shadow: none;
        color: #555;
        box-sizing: border-box;
        width:70%;
      }

      .categories {
        text-align: left;
        width:95%;
    }

    .footer-details{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
    }

    .footer-item-start{
        flex-grow: 1;
        align-content: start;
        text-align: center;
    }

    .footer-item-end{
        display: flex;
        flex-grow: 1;
        justify-content:center;
        align-items: center;
        margin-top: 4px;
    }

    .footer-padding-middle {
        padding-bottom: 3px;
    }

    .commercial-block{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media screen and (min-width: 576px) {
    *{
        outline: 0px blue dotted;
    }
    .container {
        width: 100%;
    }

    .xl {
        display: none;
    }

    .l {
        display: none;
    }

    .m {
        display: none;
    }

    .s {
        display: block;
    }

    .search-input {
        border: 1px #555 solid;
        border-radius: 3px;
        font-family:  "Noto Sans SC", sans-serif;
        font-size: 11pt;
        height: 27px;
        box-shadow: none;
        color: #555;
        box-sizing: border-box;
        width:75%;
      }

      .categories {
        text-align: left;
        width:75%;
    }

    .footer-details{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
    }

    .footer-item-start{
        flex-grow: 1;
        align-content: start;
        text-align: center;
    }

    .footer-item-end{
        display: flex;
        flex-grow: 1;
        justify-content:center;
        align-items: center;
        margin-top: 4px;
    }

    .footer-padding-middle {
        padding-bottom: 3px;
    }

    .commercial-block{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media screen and (min-width: 768px) {
    *{
        outline: 0px green dotted;
    }
    .container {
        width: 100%;
    }

    .xl {
        display: none;
    }

    .l {
        display: none;
    }

    .m {
        display: block;
    }

    .s {
        display: none;
    }

    .search-input {
        border: 1px #555 solid;
        border-radius: 3px;
        font-family:  "Noto Sans SC", sans-serif;
        font-size: 11pt;
        height: 27px;
        box-shadow: none;
        color: #555;
        box-sizing: border-box;
        width:85%;
        margin-right:30px;
      }

    .categories {
        text-align: left;
        width:89%;
    }

    .footer-details{
        display: flex;
        flex-direction: column;
        justify-content:center;
        align-items: center;
    }

    .footer-item-start{
        flex-grow: 1;
        align-content: start;
        text-align: center;
    }

    .footer-item-end{
        display: flex;
        flex-grow: 1;
        justify-content:center;
        align-items: center;
        margin-top: 4px;
    }

    .footer-padding-middle {
        padding-bottom: 3px;
    }

    .commercial-block{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

@media screen and (min-width: 992px) {
    *{
        outline: 0px orange dotted;
    }
    .container {
        width: 100%;
    }

    .xl {
        display: none;
    }

    .l {
        display: block;
    }

    .m {
        display: none;
    }

    .s {
        display: none;
    }

    .search-input {
        border: 1px #555 solid;
        border-radius: 3px;
        font-family:  "Noto Sans SC", sans-serif;
        font-size: 11pt;
        height: 27px;
        box-shadow: none;
        color: #555;
        box-sizing: border-box;
        width:90%;
        margin-right:28px;
      }

      .categories {
        text-align: left;
        width:92%;
      }
      
    .footer-details{
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
    }

    .footer-item-start{
        flex-grow: 1;
        align-content: start;
        text-align: start;
    }

    .footer-item-end{
        display: flex;
        flex-grow: 1;
        justify-content:end;
        align-items: center;
    }

    .footer-padding-middle {
        padding-bottom: 4px;
    }
}

@media screen and (min-width: 1200px) {
    *{
        outline: 0px red dotted;
    }
    .container {
        max-width: 1440px;
        width: 100%;
    }

    .xl {
        display: block;
    }

    .l {
        display: none;
    }

    .m {
        display: none;
    }

    .s {
        display: none;
    }

    .search-input {
        border: 1px #555 solid;
        border-radius: 3px;
        font-family:  "Noto Sans SC", sans-serif;
        font-size: 11pt;
        height: 27px;
        box-shadow: none;
        color: #555;
        box-sizing: border-box;
        width:95%;
        margin-right:28px;
      }

      .categories {
        text-align: left;
        width:97%;

    }
    
    .footer-details{
        display: flex;
        flex-direction: row;
        justify-content:center;
        align-items: center;
    }

    .footer-item-start{
        flex-grow: 1;
        align-content: start;
        text-align: start;
    }

    .footer-item-end{
        display: flex;
        flex-grow: 1;
        justify-content:end;
        align-items: center;
    }

    .footer-padding-middle {
        padding-bottom: 4px;
    }
}
body {
    padding: 0px;
    margin: 0px;
}

.header {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    background-color: #C2CCD0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.header-height{
    height: fit-content;
    min-height: 35px;
    z-index: 1;
}

.menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap:10px;
}

.menu-button {
    height: 24px;
    width: 24px;
    fill: black;
    margin-top:5px;
    cursor: pointer;
}

.menu-button-search {
    height: 24px;
    width: 24px;
    fill: black;
    margin-top:5px;
    margin-right:20px;
    margin-left:5px;
    cursor: pointer;
}

.menu-link {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 11pt;
    text-decoration: none;
    color: darkslategray;
    text-wrap: nowrap;
}

.menu-link-small {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: darkslategray;
    text-wrap: nowrap;
}


.menu-logo {
    font-family: "ZCOOL XiaoWei", sans-serif !important;
    font-weight: bolder;
    text-transform: uppercase;
    color:black;
    font-size: 14pt;
    margin-right:10px;
}

.menu-last {
    flex-grow: 1;
    align-content: end;
    text-align: end;
}

.menu-right {
    margin-right:15px;
}

.menu-left {
    margin-left:15px;
}

.menu-bold {
    font-weight: 500;
}

.menu-light {
    font-weight: 400;
}

.menu-bolder {
    font-weight: 600;
}

.menu-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.menu-dropdown-content {
    display: none;
    position: absolute;
    z-index: 2;
    min-width: fit-content;
    background-color: #C2CCD0;
}

.menu-dropdown-item {
    list-style-type: none;
    margin: 0px;
    padding: 15px;
}

.menu-header {
    font-size: 11pt; 
    font-weight: 500;
    text-align: left;
    padding-bottom: 5px;
    padding-top: 8px;
}

.submenu{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap:15px;
    
}

.submenu-item {
    font-family: "Noto Sans SC", sans-serif;
}

.show{
    display: block;
}

.hide {
    display: none;
}
.upper-line {
    border-top:1px #A0A0A0 solid;
}
.search{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap:10px;
}

.search-form{
    display: flex;
    margin-bottom: 18px;
    margin-top: 15px;
    width:100%;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}


.search-button {
    display: none;
}

.content {
    min-height: calc(100vh-70px);
}

.footer {
    background-color: #C2CCD0;
    height: 100%;
    z-index: 2;
    margin-top: 10px;
    width: 100%;
    height: fit-content;
}

.footer-logo {
    font-family: "ZCOOL XiaoWei", sans-serif !important;
    font-weight: bolder;
    text-transform: uppercase;
    color:black;
    font-size: 14pt;
    margin-right:10px;
}

.footer-text {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 10pt;
    text-decoration: none;
    color: darkslategray;
}

.footer-text-big {
    font-family: "Noto Sans SC", sans-serif;
    font-size: 11pt;
    text-decoration: none;
    font-weight: 400;
    color: darkslategray;
    margin-right: 10px;
}

.footer-padding-top {
    padding-top: 10px;
}

.footer-padding-bottom {
    padding-bottom: 10px;
}

@media screen and (max-width: 639px) {
    .category {
        background-color: darkslategrey !important;
        color: white;
        font-weight:bold;
        font-size: 7pt;
        padding: 3px 5px 3px 5px;
        text-transform: uppercase;
        border-radius: 3px;
        text-decoration: none;
        white-space:nowrap;
    }

    .category-inverted {
        background-color: white !important;
        color: darkslategrey !important;
        font-weight:bold;
        font-size: 7pt;
        padding: 3px 5px 3px 5px;
        text-transform: uppercase;
        border-radius: 3px;
        border: 1px solid darkslategrey;
        text-decoration: none;
        white-space:nowrap;
    }
}

@media screen and (min-width: 640px) {
    .category {
        background-color: darkslategrey !important;
        color: white;
        font-weight:bold;
        font-size: 8pt;
        padding: 3px 5px 3px 5px;
        text-transform: uppercase;
        border-radius: 3px;
        text-decoration: none;
        white-space:nowrap;
    }

    .category-inverted {
        background-color: white !important;
        color: darkslategrey !important;
        font-weight:bold;
        font-size: 8pt;
        padding: 3px 5px 3px 5px;
        text-transform: uppercase;
        border-radius: 3px;
        border: 1px solid darkslategrey;
        text-decoration: none;
        white-space:nowrap;
    }
}

.pagination-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top:15px;
}

.pagination-item {
    border: 1px solid darkslategrey;
    border-radius: 3px;
    padding: 1px 7px 3px 7px;
    text-decoration: none;
    color: darkslategrey;
    margin-right: 3px;
    margin-left: 3px;
    font-weight: 600;
}

.pagination-item-active {
    border: 1px solid darkslategrey;
    border-radius: 3px;
    padding: 1px 7px 3px 7px;
    text-decoration: none;
    color: white;
    background-color: darkslategrey;
    margin-right: 3px;
    margin-left: 3px;
    font-weight: 600;
}

.anchor {
    background-color: #cd071e !important;
    color: white;
    font-weight:bold;
    font-size: 9pt;
    padding: 3px 7px 3px 7px;
    border-radius: 3px;
    text-decoration: none;
    white-space:nowrap;
}