/*
Plugin Name: NS WooCommerce Catalog
Author: NsThemes
Author URI: http://nsthemes.com
*/

.ns_logo_optio_page {
	margin-bottom: -7px;
}
#ns_square_container {
  width: 90px;
}
.ns_square {
  float: left;
  width: 24px;
  height: 24px;
  margin: 2px;
  background-color: #cecece;
}
.wt_preview_admin {
	max-width: 450px;
	max-height: 200px;
}

/***     TOOLTIP     ***/
.ns-tooltip {
	position: relative;
	display: inline-block;
	cursor: help;
	float: right;
	background: #6BAA01;
    border-radius: 40px;
	color: #fff;
	padding: 0 4px;
	font-size: 9px;
}

.ns-tooltip .ns-tooltiptext {
	visibility: hidden;
	width: 180px;
	background-color: #6BAA01;
	font-size: 10px;
	color: #fff;
	border-radius: 6px;
	padding: 5px;
	text-decoration: none;
	/* Position the tooltip */
	position: absolute;
	z-index: 1;
	top: -40px;
	left: -90px;
}

.ns-tooltip:hover .ns-tooltiptext {
	visibility: visible;
}
.ns-div-container-settings{
	background-color: white;
	border-left: 8px solid #6BAA01;
	width: calc(100% - 358px);
	float: left;
	padding: 20px;
	margin-bottom: 20px;
	border-radius: 7px;
}