.psfcart_tooltip{
    position: relative;
    display: inline-block;
    cursor: help;
}
.psfcart_tooltip_templates{
    display: none;
}
.psfcart_tooltip .tooltiptext{
    background-color: #555555;
    color: #ffffff;
    text-align: center;
}
.psfcart_tooltip .tooltiptext p{
    font-size: .8125rem;
    margin-bottom: 0;
}
.psfcart_tooltip i{
    border: 1px solid #ababab;
    color: #ababab;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 18px;
    text-align: center;
}


/*
 ######   ##        #######  ########     ###    ##
##    ##  ##       ##     ## ##     ##   ## ##   ##
##        ##       ##     ## ##     ##  ##   ##  ##
##   #### ##       ##     ## ########  ##     ## ##
##    ##  ##       ##     ## ##     ## ######### ##
##    ##  ##       ##     ## ##     ## ##     ## ##
 ######   ########  #######  ########  ##     ## ########
*/
.tooltipster-sidetip .tooltipster-box{
	border-radius: 3px;
}
.tooltipster-sidetip .tooltipster-box{
    border: 1px solid #666666;
}
.tooltipster-sidetip .tooltipster-content p{
    font-size: 12px;
}
.tooltipster-sidetip .tooltipster-arrow{
	height: 9px;
	margin-left: -9px;
	width: 18px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{
	height: 18px;
	margin-left: 0;
	margin-top: -9px;
	width: 9px;
}
.tooltipster-sidetip .tooltipster-arrow-background{
	border: 9px solid transparent;
}
.tooltipster-sidetip .tooltipster-arrow-border{
	border: 9px solid transparent;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{
	top: 1px;
}
.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{
	left: -1px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{
	left: 1px;
}
.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{
	top: -1px;
}
.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{
	top: -9px;
}
.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{
	left: -9px;
}


/*
######## ##     ## ######## ##     ## ########
   ##    ##     ## ##       ###   ### ##
   ##    ##     ## ##       #### #### ##
   ##    ######### ######   ## ### ## ######
   ##    ##     ## ##       ##     ## ##
   ##    ##     ## ##       ##     ## ##
   ##    ##     ## ######## ##     ## ########
*/

/* SIMPLE */
.psfcart_tooltip i.tooltip-icon-simple{
    border-color: #666666;
    color: #666666;
}
.tooltipster-sidetip.tooltipster-psf-simple .tooltipster-box{
	border-color: #cccccc;
	background: #ffffff;
}
.tooltipster-sidetip.tooltipster-psf-simple .tooltipster-content p{
	color: #666666;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-left .tooltipster-arrow-background{
	border-left-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-right .tooltipster-arrow-background{
	border-right-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-top .tooltipster-arrow-background{
	border-top-color: #ffffff;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-left .tooltipster-arrow-border{
	border-left-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-right .tooltipster-arrow-border{
	border-right-color: #cccccc;
}
.tooltipster-sidetip.tooltipster-psf-simple.tooltipster-top .tooltipster-arrow-border{
	border-top-color: #cccccc;
}

/* DANGER */
.psfcart_tooltip i.tooltip-icon-danger{
    border-color: #a94442;
    color: #a94442;
}
.tooltipster-sidetip.tooltipster-psf-danger .tooltipster-box{
	border-color: #ebcccc;
	background: #f2dede;
}
.tooltipster-sidetip.tooltipster-psf-danger .tooltipster-content p{
	color: #a94442;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #f2dede;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-left .tooltipster-arrow-background{
	border-left-color: #f2dede;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-right .tooltipster-arrow-background{
	border-right-color: #f2dede;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-top .tooltipster-arrow-background{
	border-top-color: #f2dede;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #ebcccc;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-left .tooltipster-arrow-border{
	border-left-color: #ebcccc;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-right .tooltipster-arrow-border{
	border-right-color: #ebcccc;
}
.tooltipster-sidetip.tooltipster-psf-danger.tooltipster-top .tooltipster-arrow-border{
	border-top-color: #ebcccc;
}


/* INFO */
.psfcart_tooltip i.tooltip-icon-info{
    border-color: #31708f;
    color: #31708f;
}
.tooltipster-sidetip.tooltipster-psf-info .tooltipster-box{
	border-color: #bcdff1;
	background: #d9edf7;
}
.tooltipster-sidetip.tooltipster-psf-info .tooltipster-content p{
	color: #31708f;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #d9edf7;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-left .tooltipster-arrow-background{
	border-left-color: #d9edf7;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-right .tooltipster-arrow-background{
	border-right-color: #d9edf7;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-top .tooltipster-arrow-background{
	border-top-color: #d9edf7;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #bcdff1;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-left .tooltipster-arrow-border{
	border-left-color: #bcdff1;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-right .tooltipster-arrow-border{
	border-right-color: #bcdff1;
}
.tooltipster-sidetip.tooltipster-psf-info.tooltipster-top .tooltipster-arrow-border{
	border-top-color: #bcdff1;
}


/* SUCCESS */
.psfcart_tooltip i.tooltip-icon-success{
    border-color: #3c763d;
    color: #3c763d;
}
.tooltipster-sidetip.tooltipster-psf-success .tooltipster-box{
	border-color: #d0e9c6;
	background: #dff0d8;
}
.tooltipster-sidetip.tooltipster-psf-success .tooltipster-content p{
	color: #3c763d;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #dff0d8;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-left .tooltipster-arrow-background{
	border-left-color: #dff0d8;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-right .tooltipster-arrow-background{
	border-right-color: #dff0d8;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-top .tooltipster-arrow-background{
	border-top-color: #dff0d8;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #d0e9c6;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-left .tooltipster-arrow-border{
	border-left-color: #d0e9c6;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-right .tooltipster-arrow-border{
	border-right-color: #d0e9c6;
}
.tooltipster-sidetip.tooltipster-psf-success.tooltipster-top .tooltipster-arrow-border{
	border-top-color: #d0e9c6;
}


/* WARNING */
.psfcart_tooltip i.tooltip-icon-warning{
    border-color: #666666;
    color: #666666;
}
.tooltipster-sidetip.tooltipster-psf-warning .tooltipster-box{
	border-color: #ff9a52;
	background: #f5d7c1;
}
.tooltipster-sidetip.tooltipster-psf-warning .tooltipster-content p{
	color: #232323;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-bottom .tooltipster-arrow-background{
	border-bottom-color: #f5d7c1;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-left .tooltipster-arrow-background{
	border-left-color: #f5d7c1;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-right .tooltipster-arrow-background{
	border-right-color: #f5d7c1;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-top .tooltipster-arrow-background{
	border-top-color: #f5d7c1;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-bottom .tooltipster-arrow-border{
	border-bottom-color: #ff9a52;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-left .tooltipster-arrow-border{
	border-left-color: #ff9a52;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-right .tooltipster-arrow-border{
	border-right-color: #ff9a52;
}
.tooltipster-sidetip.tooltipster-psf-warning.tooltipster-top .tooltipster-arrow-border{
	border-top-color: #ff9a52;
}



.psf-alert{
    padding: .75rem 1.25rem;
    margin-bottom: 15px;
    border: 1px solid transparent;
    border-radius: 0;
}
.psf-alert-simple{
    background-color: #ffffff;
    border-color: #eaeaea;
    color: #333333;
}
.psfcart_tooltip .tooltiptext-simple{
    background-color: #ffffff;
    border-color: #ababab;
    color: #333333;
}
.psfcart_tooltip .text-simple{
    color: #333333;
}
.psfcart_tooltip.help-tooltip-SummaryPriceTotal{
    float: left;
    margin-right: 3px;
}
