/*
Theme Name: Fana Child
Theme URI: https://el4.thembaydev.com/fana
Author: Thembay
Description: This is a child theme for Fana
Version: 1.0
Author URI: https://thembay.com/
Template: fana
Text Domain: fana-child
*/

/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */

.list-categories-product .cat-content {
    background: #ff835d !important;
	font-size: 20px !important;
    font-weight: 500 !important;
border-radius: 12px !important;
}

.list-categories-product .cat-content a { 
color: #fff !important;
}

.list-categories-product .item-cat {
    background: #ffffff00 !important;
}

.woocommerce div.product .product_title {
    font-size: 30px !important;
font-weight: 700 !important;
color: #005254 !important;
}

.single-product.woocommerce .information .price .woocommerce-Price-amount {
    font-size: 25px !important;
}

.woocommerce .woocommerce-product-details__short-description {
    font-size: 16px !important;
    color: #015355 !important;
}

.woocommerce .woocommerce-product-details__short-description ul li {
font-size: 16px !important;
}

.woocommerce .woocommerce-product-details__short-description ul li::marker {
    color: #ff7a7b !important;
}

.woocommerce #shop-now .single_add_to_cart_button, .elementor-widget-wc-add-to-cart #shop-now .single_add_to_cart_button {
background: #ff835d !important;
}

.single-product div.product .related .heading-tbay-title, .single-product div.product .upsells .heading-tbay-title {
 font-weight: 500 !important;
 color: var(--tb-button-color, #005254) !important;
 font-size: 40px !important;
}

.sku_wrapper {
display: none !important;
}

.tagged_as {
display: none !important;
}

.tbay-breadcrumb.breadcrumbs-image .breadscrumb-inner h1 {
  color: #005355 !important;
}