/**
* Theme Name: Nika Child
* Description: This is a child theme for Nika
* Author: Thembay
* Author URI: https://thembay.com/
* Version: 1.2.12
* Template: nika
*/


/*  [ Add your custom css below ]
- - - - - - - - - - - - - - - - - - - - */
/* Hide only the Description heading/tab */
li.description_tab {
    display: none !important;
}

/* Table font size 16px  */
.woocommerce-product-details__short-description table,
.woocommerce-product-details__short-description table td,
.woocommerce-product-details__short-description table th {
    font-size: 16px !important;
}

/* Description tab ke andar sabka font size 16px */
.woocommerce-Tabs-panel--description p,
.woocommerce-Tabs-panel--description li {
    font-size: 16px !important;
    line-height: 1.6; /* readable spacing */
}




/*  whatsapp in single product page*/

/* a.button.nika-whatsapp-btn {
    background-color: #03a74e;
    color: #ffffff;
    margin-left: 10px;
    padding: 15px 20px 15px 20px;
	 gap: 8px;
}
a.button.nika-whatsapp-btn:hover {
    background-color: #03a74e;
    color: #ffffff;
    margin-left: 10px;
    padding: 15px 20px 15px 20px;
	 gap: 8px;
}


.nika-whatsapp-btn i {
    font-size: 18px;
}

.nika-whatsapp-btn .wa-text {
    line-height: 1;
} */

