#amount{
    font-family: fantasy !important;
    }
    .sidebar__list li a{
    font-weight: 700;
    }
    .product__price li{
        font-family: fantasy !important;
    }

    .accordionCategory {
    background-color: #FBC955;
    color: #3a3838;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    }

    .activeCategory, .accordionCategory:hover {
    background-color: yellow; 
    }
    .activeCategory{
        font-weight:700;
    }
    .panelCategory {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
    }
    
    .panelCategory p a{
        font-weight:500;
    }

    .accordionCategory:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    }

    .activeCategory:after {
    content: "\2796"; /* Unicode character for "minus" sign (-) */
    }