#menu-header{
    background-color: var(--secondary-back-color) !important;
}

.header-nav ul li a{
    color: var(--primary-txt-color);
}

.header-icons .wrapper-img{
    border-color: #cecece;
}

.header-icons .wrapper-img img{
    filter: invert(0);
}

.content-product-section{
    padding: 3.5em 0 15em 0;
}

.content-product-section .wrapper-text{
    margin-top: 0;
    margin-bottom: 0.5em;
    padding-bottom: 1em;
    border-bottom: 1px solid #dfe3e6;
    cursor: pointer;
}

.content-product-section #toggle-category{
    display: inline-flex;
    width: 2.2em;
    height: 100%;
    font-size: 1.2em;
    justify-content: center;
    transition: all 0.3s ease;
}

.content-product-section .wrapper-text p{
    font-family: "poppins-bold", sans-serif;
    font-size: 1.3em;
    margin-bottom: 0;
}

.content-product-section .category-list .category-item .category-link{
    width: 100%;
}

.content-product-section .category-list .category-item .category-link a,
.content-product-section .category-list .category-item .dropdown-list a{
    z-index: 10;
    width: 100%;
    padding: 0.4em 0;
    font-size: 1.17em;
}

.content-product-section .category-list .category-item .category-link a + span{
    z-index: 11;
}

.content-product-section .category-list .category-item .category-link span{
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 1.5em;
    font-size: 1.7em;
    font-family: "poppins-light", sans-serif;
    color: var(--third-back-color);
    cursor: pointer;
}

.content-product-section .category-list .category-item .wrapper-dropdown{
    width: 100%;
    height: 0;
    overflow-y: hidden;
}

.content-product-section .category-list .category-item .dropdown-list{
    padding: 0.2em 0;
    margin: 0.5em 0;
    padding-left: 1em;
    border-left: 2px solid #dfd9d6;
}

.content-product-section .category-list .category-item .dropdown-list a{
    display: block;
}

#ajax-wrapper{
    width: 100%;
}

.content-product-section .column-product{
    margin-bottom: 2em;
}

.content-product-section .wrapper-product .wrapper-img{
    overflow: hidden;
}

.content-product-section .wrapper-product .wrapper-img img{
    transition: all 0.3s ease-out;
}

.content-product-section .wrapper-product .wrapper-img:hover img{
    transform: scale(1.2);
}

.content-product-section .wrapper-product .wrapper-title{
    margin-top: 0.5em;
}

.content-product-section .wrapper-product .wrapper-title h2{
    font-size: 1.35em;
}

.content-product-section .wrapper-product h2 a{
    padding: 0.4em 0;
    text-decoration-color: var(--third-back-color);
    font-family: "poppins-medium", sans-serif;
    transition: all 0.3s ease;
}

.content-product-section .wrapper-product h2 a:hover{
    text-decoration-line: underline;
}

.content-product-section .product-item .wrapper-title h2{
    font-size: 1.3em;
}

.content-product-section .product-item .wrapper-title h2 a{
    font-family: "poppins-medium", sans-serif;
}

@media screen and (max-width: 767px){
    .content-product-section .column-product{
        margin-top: 2em;
    }
    /* .content-product-section #toggle-category{
        display: inline-flex;
    } */
    .content-product-section #category-wrapper-text{
        cursor: pointer;
    }
}