.products-content-section {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    padding-top: 30px;
    padding-bottom: 60px;
    background-color: rgba(255, 255, 255, 1);
    max-width: 1200px;
    margin-top: 0px;

}

.products-content-section-wrapper {
    display: flex;
    gap: 10px;
}

.products-menu {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.products-menu-label {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;

    background-color: rgba(68, 158, 88, 1);
    padding: 15px 25px 15px 40px;
    color: rgba(255, 255, 255, 1);
    box-sizing: border-box;
}

.products-menu-item {
    line-height: 50px;
    background-color: rgb(235, 235, 235);
    box-sizing: border-box;
    padding-left: 15px
}

.products-menu-item:hover,.active {

    background-color: white;

}

.products-list {
    flex: 3;
}

.products-list-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    border-bottom: 1px solid #dedede;
}

.products-title {
    flex: 1;
    line-height: 2.8;

    font-size: 18px;
    text-align: left;
    font-weight: bold;
    padding-left: 25px;
    padding-right: 25px;
    background-color: rgba(86, 184, 71, 1);
    color: rgba(255, 255, 255, 1);
}

.products-nav-bread {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    flex: 1;
}

.products-grid {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    max-width: 100%;
}

.product-item-wrapper {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(100% / 3);
}

.product-item-wrapper-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: auto;
    margin: 10px;
    padding: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: rgba(229, 229, 229, 1);

    background-color: rgba(255, 255, 255, 1);
}

.product-item-card {
    flex: 1;
    max-width: 100%;
    max-height: 100%;
}

.product-item-image-wrapper {
    overflow: hidden;

    height: 200px;
    max-height: none;
    margin-top: 0;
}

.product-item-image {
    width: 100%;
    height: 100%;
    object-fit: fill;
    transform: scale(1);
    transition: all .5s ease;
}

.product-item-name {
    line-height: 2;

    font-size: 16px;
    color: rgba(51, 51, 51, 1);
    text-align: center;
    margin-top: 10px;
    margin-bottom: 0;
    font-weight: bold;

    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.products-page {
    text-align: center;
    margin-top: 30px;
}
.page_con{
    display: inline;
}
.page_a.disabled {
    background: #f4f4f4;
    color: #ccc;
    cursor: not-allowed;
}
.page_a {
    display: inline-block;
    line-height: 30px;
    height: 30px;
    width: 30px;
    margin: 0 3px;
    text-align: center;
    background: #f4f4f4;
    color: #666;
}
.page_con * {
    vertical-align: middle;
}
.page_a, .page_a:hover, a:hover {
    text-decoration: none;
}
.page_a.current {
    background: #56b847 !important;
    color: #fff;
}
.culture-info-wrapper{
    padding:20px 36px;
    box-sizing: border-box;
}
.products-menu-item a{
    text-decoration: none;
    color:black;
}
.product-item-wrapper-container a{
    text-decoration: none;
}