/*
Theme Name:        Flatsome
Theme URI:         http://flatsome.uxthemes.com/
Author:            UX-Themes
Author URI:        http://www.uxthemes.com/
Description:       Multi-Purpose Responsive WooCommerce Theme
Version:           3.13.1
Requires at least: 4.7.0
Requires PHP:      5.6.20
Text Domain:       flatsome
License:           http://themeforest.net/licenses
License URI:       http://themeforest.net/licenses
*/


/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/

.badge-container:not(:empty) + .wlfmc-top-of-image.image_top_right{
    top: 1.5em;
}
.guaven_woos_suggestion ul.guaven_woos_final_results{
    height: 60%;
}
.guaven_woos_suggestion_list, .guaven_woos_suggestion_unlisted li{
    overflow: unset !important;
    min-height: calc(10.2rem * var(--guaven-plugin-size)) !important;
}
.tawk-message-preview-close{
    margin-bottom: 0px !important;
}
.tawk-message-preview-content .tawk-message{
    padding: 10px !important;
    max-height: 450px !important;
    overflow-y: auto !important;
}
details[open] summary svg {
    transform: rotate(180deg);
}
/* 默认状态 - 关闭时的颜色 */
details:not([open]) summary svg {
    color: red;
}
/* 打开时的颜色 */
details[open] summary svg {
    color: black;
}
/* 为了更平滑的体验，可以加一个过渡效果 */
details summary svg {
    transition: fill 0.3s ease;
}

.category-page-row{
    padding-top: 20px !important;
}
@media screen and (max-width: 768px) {
    .shop-page-title{
        margin-bottom: 0px !important;
    }
    .category-page-row .category-filtering{
        width: fit-content !important;
        display: inline-block !important;
        margin-left: 9.8px;
    }
    .category-page-row .woocommerce-ordering{
        width: 45% !important;
        float: right;
        margin-right: 9.8px !important;
        margin-bottom: 0px !important;
    }
    .category-page-row .orderby{
        margin-bottom: 0px !important;
        height: 2em !important;
    }
}