/*
Theme Name: Tourimo Child
Template: tourimo
*/

:root {
    --yith-wcan-labels_style_background: #af951b;
    --yith-wcan-labels_style_background_hover: #8f7a16;
    --yith-wcan-labels_style_background_active: #8f7a16;
    --yith-wcan-labels_style_text: #ffffff;
    --yith-wcan-labels_style_text_hover: #ffffff;
    --yith-wcan-labels_style_text_active: #ffffff;
}

.yith-wcan-filters .term-label {
    font-family: 'Raleway', sans-serif !important;
    font-size: 30px !important;
}

.load-more-wrap {
    text-align: center;
    margin: 30px 0;
}

#load-more-btn {
    background-color: #af951b;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    padding: 12px 30px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#load-more-btn:hover {
    background-color: #8f7a16;
}

/* Single Product */
.single-product h1.product_title {
    font-size: 20px !important;
    color: #F2B01E !important;
}

.single-product .woocommerce-product-details__short-description,
.single-product .woocommerce-Tabs-panel p {
    font-size: 18px !important;
}

.single-product .single_add_to_cart_button {
    background-color: #F2B01E !important;
    color: #ffffff !important;
    font-size: 18px !important;
    border: none !important;
}

.single-product .single_add_to_cart_button:hover {
    background-color: #643A1D !important;
}