span.widget-title.shop-sidebar,
.widget-title.wpc-filter-title {
    font-size: 15px;
    margin-bottom: 10px;
    border-left: 4px solid;
    padding-left: 20px;
    color: var(--primary-color);
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: bold;
}

.widget .is-divider {
    display: none;
}

#shop-sidebar .menu>li {
    position: relative;
}

#shop-sidebar .menu ul.sub-menu {
    position: absolute;
    left: 100%;
    opacity: 0;
    visibility: hidden;
    top: 0;
    z-index: 99;
    display: block;
    transition: .5s;
    background: #fff;
    width: 100%;
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    margin: 0;
    padding: 0;
    transform: translateY(20px);
}

#shop-sidebar .menu>li button.toggle {
    display: none;
}

#shop-sidebar .menu li>a {
    font-size: 14px;
    display: flex;
}

#shop-sidebar .menu li.has-child:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
}

#shop-sidebar .menu li>a {
    font-size: 14px;
    display: flex;
}

#shop-sidebar .menu li.has-child:after {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    color: var(--primary-color);
}

#shop-sidebar .menu ul.sub-menu li>a {
    padding: 0 10px;
    line-height: 36px;
}

#shop-sidebar .menu ul.sub-menu li {
    position: relative;
}

#shop-sidebar .menu li:hover>a,
#shop-sidebar .menu li.current-menu-item>a {
    color: var(--primary-color);
    transition: .5s;
}

#shop-sidebar .menu li.has-child:hover>ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: initial;
}

.term-description {
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 25px;
}

.devvn_readmore_taxonomy_flatsome {
    text-align: center;
    cursor: pointer;
    position: absolute;
    z-index: 10;
    bottom: 0;
    width: 100%;
    background: #fff;
}

.devvn_readmore_taxonomy_flatsome a {
    margin: 0;
}

.devvn_readmore_taxonomy_flatsome:before {
    height: 55px;
    margin-top: -45px;
    content: "";
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff00', endColorstr='#ffffff', GradientType=0);
    display: block;
}

.devvn_readmore_taxonomy_flatsome_less:before {
    display: none;
}

.devvn_woocommerce_price_list_filter li a {
    padding: 0 0 0 30px !important;
    position: relative;
    font-size: 14px;
    line-height: 36px;
}

.devvn_woocommerce_price_list_filter li.chosen a:before {
    content: "\f00c" !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 10px;
    position: absolute !important;
    left: 2px;
    top: 17px !important;
    transform: translateY(-50%);
    color: var(--primary-color) !important;
    margin: 0 !important;
    border: none;
    background: none;
    opacity: 1 !important;
    width: inherit;
    height: inherit;
}

.devvn_woocommerce_price_list_filter li a:after {
    content: "";
    position: absolute;
    left: 0;
    width: 14px;
    height: 14px;
    border-radius: 2px;
    border: 1px solid #606060;
    top: 11px;
}

.devvn_woocommerce_price_list_filter li.chosen a,
.devvn_woocommerce_price_list_filter li a:hover {
    color: var(--primary-color) !important;
}

ul.wpc-filters-ul-list {
    padding-left: 0 !important;
}

.wpc-posts-found {
    display: none;
}

.product_archive {
    margin-top: 10px;
}

.product_archive .product_item a {
    display: flex;
    gap: 10px;
}

.product_archive .product_item a .image {
    min-width: 60px;
    width: 60px;
    aspect-ratio: 1/1;
    border-radius: 4px;
    overflow: hidden;
    position: relative;
    height: 60px;
}

.product_archive .product_item a p {
    font-size: 13px;
    margin: 0;
    font-weight: bold;
}

.product_archive .product_item a img {
    height: 100%;
    object-fit: cover;
}

.product_archive .product_item a span.woocommerce-Price-amount.amount {
    font-size: 13px;
    color: var(--primary-color);
}

.product_archive .product_item:not(:last-child) {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px dashed;
}

.archive_order {
    margin-bottom: 20px;
    text-align: right;
}

.archive_order select.orderby {
    border: 1px solid var(--primary-color);
    border-radius: 5px;
    font-size: 14px;
}

p.woocommerce-result-count {
    font-size: 14px;
}


/* Pc      --------------------------------------------- */

@media(min-width: 766px) {}

@media (width: 1024px) {}

@media (max-width: 1024px) {}

@media (min-width: 990px) and (max-width: 1100px) {}


/*************** ------------------------PC và Tablet  --------------------------  ***************/

@media (min-width: 740px) {}


/*************** ------------------------Tablet  --------------------------  ***************/

@media (min-width: 740px) and (max-width: 1023px) {}

@media (max-width:990px) {}


/*************** ------------------------Mobile và Tablet --------------------------  ***************/

@media (max-width: 1023px) {
    .archive_order {
        display: flex;
        justify-content: space-between;
    }
    a.filter-button.uppercase.plain {
        text-transform: inherit;
    }
}


/*************** ------------------------ Mobile   --------------------------  ***************/

@media screen and (max-width: 549px) {}