/*
Theme Name: Steelthemes Nest Child
Author: Steelthemes
Description: Nest is a Ecommerce wordpress Theme.
Version: 1.0
Template: steelthemes-nest

This is the child theme for Steelthemes Nest theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/


.cart_notice .woocommerce-error, .cart_notice .woocommerce-info, .cart_notice .woocommerce-message{
	
	color:#fff!important;
}


.cart_notice .woocommerce-error a, .cart_notice .woocommerce-info, .cart_notice .woocommerce-message a{
	
	color:#fff!important;
}

.woocommerce-error, .woocommerce-info, .woocommerce-message
{
    line-height: 48px !important;
    padding: 16px 32px 16px 56px !important;
}

.dokan-tooltips-help.tips {
  position: relative;
  cursor: pointer;
}

.dokan-tooltips-help.tips::after {
  content: attr(data-original-title);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.2s ease;
  z-index: 9999;
}

.dokan-tooltips-help.tips:hover::after {
  opacity: 1;
  visibility: visible;
}
