/**
* Theme Name: Labout Child
* Description: This is a child theme of Labout, generated by Merlin WP.
* Author: <a href="http://themeforest.net/user/template_path">Template Path</a>
* Template: labout
* Version: 1.0
*/

/* 匹配 Labot 按钮风格 */
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
    background-color: var(--labot-accent-color, #0073aa);
    color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}

.woocommerce a.button:hover {
    background-color: #005f8d;
}

/* 字体与主题一致 */
.woocommerce div.product .product_title,
.woocommerce div.product p.price {
    font-family: inherit;
    color: #333;
}



/* CSS 部分 */
/* .gt_float_switcher .gt_options {
    max-height: 280px !important;
    overflow-y: auto !important;
    overscroll-behavior: contain !important;
}

.gt_float_switcher .gt_options::-webkit-scrollbar {
    width: 6px;
}

.gt_float_switcher .gt_options::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.gt_float_switcher .gt_options::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 4px;
} */

.gtranslate_wrapper,
.gt_float_switcher .gt_options {
    max-height: 300px;
    overflow-y: auto;
}



