div.tooltip { /*poprawka potrzebna przy sliderze*/
	background: #fafafa;
    display:none;
    font-size:12px;
    width:324px;
    padding: 16px 24px 15px 24px;
    font-family: 'Open Sans', sans-serif;
    border: 1px solid #e5e5e5;
    /* -webkit-box-shadow: 0px 6px 3px 0px #969696;
    -moz-box-shadow: 0px 6px 3px 0px #969696;
    box-shadow: 0px 6px 3px 0px #969696; */
   /*  -webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0; */
    text-align: left !important;
    /*z-index: 301;*/ /*o 1 wyżej niż menu główne*/
	z-index: 2145;
}
	.tooltip .shadow {
		position: absolute;
		z-index: 301;
	}
		.tooltip .shadow.bottom {
			width: 374px;
			height: 6px;
			bottom: -7px;
			left: -1px;
			background: url("img/corner_bottom.png") repeat-x left top transparent;
			/* background-color: red; */
			z-index: 301;
		}
			.tooltip .shadow.bottom.left {
				width: 3px;
				height: 6px;
				bottom: -7px;
				left: -4px;
				background: url("img/corner_left_bottom.png") no-repeat left top transparent;
				/* background-color: yellow; */
			}
			.tooltip .shadow.bottom.right {
				width: 3px;
				height: 6px;
				bottom: -7px;
				left: 373px;
				background: url("img/corner_right_bottom.png") no-repeat left top transparent;
				/* background-color: yellow; */
			}
		.tooltip .shadow.left {
			width: 3px;
			height: 100%;
			bottom: -1px;
			left: -4px;
			background: url("img/corner_left_middle.png") repeat-y left top transparent;
			/* background-color: green; */
		}
			.tooltip .shadow.left.top {
				height: 3px;
				bottom: 100%;
				margin-bottom: -1px;
				background: url("img/corner_left_top.png") no-repeat left top transparent;
				/* background-color: pink; */
			}
		.tooltip .shadow.right {
			width: 3px;
			height: 100%;
			bottom: -1px;
			right: -4px;
			background: url("img/corner_right_middle.png") repeat-y left top transparent;
			/* background-color: green; */
		}
			.tooltip .shadow.right.top {
				height: 3px;
				bottom: 100%;
				margin-bottom: -1px;
				background: url("img/corner_right_top.png") no-repeat left top transparent;
				/* background-color: pink; */
			}
			
	.tooltip .tootltipHeader {
		background: url('/_gfx/global/icons/tooltip.png') no-repeat;
		height: 14px;
		width: 302px;
		margin: 0px 0 7px 0;
		font-size: 13px;
		font-weight: bold;
		padding: 0 0 8px 22px;
		border-bottom: 1px solid #e5e5e5;
		color: #2c2c2c;
	}
		.tootltipHeader:first-letter {
			text-transform: uppercase;
		}
		.tooltip .headerBottom {
			margin: -5px 0 10px 0;
		}
		.tooltip .headerRight {
			margin: -20px 0 10px 0;
		}
	.tooltip .content {
		width: 324px;
		font-size: 11px;
		color: #656565;
		position: relative;
		float: left;
	}
		.tooltip .content p {
			margin: 8px 0 8px 0;
			line-height: 16px;
			text-indent: 0;
			text-align: left;
			padding: 0;
		}
		.tooltip .content .dark {
			color: #2c2c2c;
			font-weight: bold;
		}
		.arrowTop {
			background: url('img/dymekTop.png') no-repeat right;
			width: 343px;
			height: 6px;
			position: relative;
			top: -22px;
		}
			.arrowTop.bottomLeft {
				background: url('img/dymekTop.png') no-repeat right;
			}
			.arrowTop.bottomRight {
				background: url('img/dymekTop.png') no-repeat left;
				margin-left: -22px;
			}
			.arrowTop.bottomCenter {
				background: url('img/dymekTop.png') no-repeat center;
			}
		.arrowBottom {
			background: url('img/dymekBottom.png') no-repeat right;
			width: 344px;
			height: 6px;
			position: relative;
			bottom: -21px;
			float: left;
			z-index: 302;
		}
			.arrowBottom.topLeft {
				background: url('img/dymekBottom.png') no-repeat right;
			}
			.arrowBottom.topRight {
				background: url('img/dymekBottom.png') no-repeat left;
				margin-left: -22px;
			}
			.arrowBottom.topCenter {
				background: url('img/dymekBottom.png') no-repeat center;
			}
		.arrowLeft {
			background: url('img/dymekLeft.png') no-repeat;
			width: 11px;
			height: 18px;
			position: relative;
			top: 18px;
			left: -34px;
			z-index: 302;
		}
		.arrowRight {
			background: url('img/dymekRight.png') no-repeat;
			width: 11px;
			height: 18px;
			position: relative;
			top: 0px;
			right: -347px;
			z-index: 302;
		}
.tooltip.warning .tootltipHeader {
	background: url('img/icon_warning.png') no-repeat;
}

/*tooltip - porownanie*/
div.tooltip.compare {
	width: 252px;
}
.tooltip.compare .arrowTop,
.tooltip.compare .arrowBottom {
	width: 271px;
}
.tooltip.compare .arrowRight {
	right: -275px;
}
.tooltip.compare .content {
	width: 252px;
}
div.tooltip.compare .tootltipHeader {
	width: 230px;
}
.tooltip.compare .shadow.bottom {
	width: 302px;
}
.tooltip.compare .shadow.bottom.left {
	width: 3px;
	left: -4px;
}
.tooltip.compare .shadow.bottom.right {
	width: 3px;
	left: 301px;
}
.tooltip.compare span.selected_category span.category {
	font-weight: bold;
}
.tooltip.compare a.clear_compare {
	cursor: pointer;
}
	.tooltip.compare a.clear_compare > span {
		margin-left: 5px;
	}
	.tooltip.compare a.clear_compare:hover > span {
		text-decoration: underline;
	}
/*END tooltip - porownanie*/

/* tooltip - delivery tile */
.tooltip.delivery {
	/* width: 271px;
	padding: 15px 14px;
	z-index: 250; */
}

/* tooltip - raty */
.tooltip.installment {
	width: 271px;
	padding: 15px 14px;
	z-index: 250;
}
.tooltip.installment .arrowTop,
.tooltip.installment .arrowBottom {
	width: 271px;
}
.tooltip.installment .arrowRight {
	right: -284px;
}
.tooltip.installment .content {
	width: 100%;
	text-align: center;
}
.tooltip.installment .content a.calcLnk {
	display: inline-block;
	width: 126px;
	height: 44px;
	margin-left: 15px;
	line-height: 44px;
	border: 1px solid #E8E8E8;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	cursor: pointer;
}
.tooltip.installment .content a.calcLnk:first-child {
	margin-left: 0;
}
.tooltip.installment .content a.calcLnk:hover {
	border: 1px solid #2487C4;
}
.tooltip.installment .content a.calcLnk._fade {
	cursor: not-allowed;
}
.tooltip.installment .content a.calcLnk._fade:hover {
	border: 1px solid #E8E8E8;
}
.tooltip.installment .content a.calcLnk.credit_agricole {
	background: transparent url('/_gfx/global/buttons/credit_agricole_lnk.png') no-repeat center center;
}
.tooltip.installment .content a.calcLnk.credit_agricole._fade {
	background: transparent url('/_gfx/global/buttons/credit_agricole_lnk_fade.png') no-repeat center center;
}
.tooltip.installment .content a.calcLnk.santander {
	background: transparent url('/_gfx/global/buttons/santander_lnk.png') no-repeat center center;
}
.tooltip.installment .content a.calcLnk.santander._fade {
	background: transparent url('/_gfx/global/buttons/santander_lnk_fade.png') no-repeat center center;
}
.tooltip.installment .tootltipHeader {
	float: left;
	height: 14px;
	width: 100%;
	margin: -20px 0 20px 0;
	padding: 0;
	border-bottom: none;
	background: none;
	font-size: 13px;
	font-weight: 600;
	color: #555555;
	text-align: center;
}
.tooltip.installment .tootltipHeader.headerRight {
	margin: -20px 0 20px 0;
}
.tooltip.installment .shadow.bottom {
	width: 301px;
}
.tooltip.installment .shadow.bottom.left {
	width: 3px;
	left: -4px;
}
.tooltip.installment .shadow.bottom.right {
	width: 3px;
	left: 300px;
}
/* cart version */
.tooltip.installment._cart {
	padding: 33px 14px 9px;
}
.tooltip.installment._cart .tootltipHeader.headerTop {
	margin: -20px 0 20px 0;
}
.tooltip.installment._cart .arrowBottom {
	bottom: -15px;
}
/* END tooltip - raty */

/* tooltip - order delivery tile */
.tiles-column .tiles-content .order-tile.delivery-tile .tooltipInfo.delivery-tooltip,
.tiles-column .tiles-content .order-tile.delivery-tile .delivery-tooltip {
	width: 13px;
	height: 13px;
	background: url('/_gfx/global/icons/order/delivery/icon_tooltip.svg') center no-repeat;
}
.tiles-column .tiles-content .order-tile.delivery-tile.selected .tooltipInfo.delivery-tooltip {
	background: url('/_gfx/global/icons/order/delivery/icon_tooltip_h.svg') center no-repeat;
}
.tiles-column .tiles-content .order-tile.delivery-tile.disabled .tooltipInfo.delivery-tooltip,
.tiles-column.disabled .tiles-content .order-tile.delivery-tile .tooltipInfo.delivery-tooltip {
	/* background: url('/_gfx/global/icons/order/delivery/icon_tooltip_d.svg') center no-repeat;
	cursor: default; */
}
.tooltip .scroll-link-tooltip {
	font-weight: bold;
}
.tooltip .scroll-link-tooltip:hover {
	/* text-decoration: none; */
}
.tooltip .scroll-link-tooltip::before {
	/* padding-right: 5px; */
	font-family: 'FontAwesome';
}
/* END tooltip - order delivery tile */

.tooltipInfo {
	background: url('/_gfx/global/icons/tooltip.png') no-repeat;
	width: 14px;
	height: 14px;
	cursor: pointer;
	vertical-align: text-top;
}
	.tooltipInfo.warning {
		background: url('/_gfx/global/icons/icon_warning.png') no-repeat;
	}
	.tooltipInfo.tooltipBtn,
	.tooltipInfo.btn.warning {
		width: auto;
		height: auto;
		background: none;
	}
	.tooltipInfo.recommendation_q {
		background: none;
	}
.tooltipInfoRight {
	float: right !important;
}
.zIndexOnTop {
	z-index: 350 !important;
}
.tootltipHeaderAdditional {
	height: 27px !important;
}