.woocommerce div.product .woocommerce-tabs ul.tabs li a {
   color: #2e2e36 !important
}
.woocommerce-tab.tabs li:hover {
      color: $07c1b6 !importment
}
.woocommerce-tab.tabs li:hover a {
      color: $07c1b6 !importment
}
.woocommerce-tabs .tabs li{
  background: none !importment;
}
.woocommerce-tabs .tabs li.active{
  background: #f0f0f0 !importment;
}

.tm-extra-product-options-totals .amount.options {
color:#07c1b6 !important;
}
.tm-extra-product-options-totals .amount.subscription-fee {
color:#07c1b6 !important;
}

.tm-extra-product-options-totals .amount.final {
color:#07c1b6 !important;
}

.tm-extra-product-options .tmcp-field-wrap .price.amount{
color:#2e2e36;
font-size:20px;
}

.tc-tooltip{
color:#07c1b6;
}

.standard-browser ul.products li.product figure figcaption {
display: none;
}

.woocommerce ul.products li.product figure figcaption {
display: none!important;
}