.cp-widget[data-sales-boost-soldout] {
	color: var(--soldoutTextColor, #000000); 
}
.cp-widget[data-sales-boost-soldout] span {
	color: var(--soldoutVariableColor, #000000); 
}
.cp-widget[data-sales-boost-incart] {
	color: var(--incartTextColor, #000000);
}
.cp-widget[data-sales-boost-incart] span{
	color: var(--incartVariableColor, #000000);
}
.cp-widget[data-sales-boost-incart],
.cp-widget[data-sales-boost-soldout] {
	display: flex;
    align-items: center;
}
.cp-widget[data-sales-boost-incart] .svg-Icon,
.cp-widget[data-sales-boost-soldout] .svg-Icon {
	width: 30px;
    margin-right: 8px;
	display: flex;
}
@media only screen and (max-width: 798px) {
	.cp-widget[data-sales-boost-incart] .svg-Icon {
		width: 40px;
	}
}
.cp-widget[data-sales-boost-incart] .svg-Icon svg,
.cp-widget[data-sales-boost-soldout] .svg-Icon svg {
	width: 100%;
	height: 100%;
}
.cp-widget[data-sales-boost-incart] .text,
.cp-widget[data-sales-boost-soldout] .text {
	font-size: 15px;
    line-height: 18px;
	vertical-align: middle;
}


.sale_notification_default * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.sale_notification_default .wrapper-noti {
	position: fixed;
	width: 410px;
	max-width: 100%;
	z-index: 99999999999;
	height: auto;
	display: flex;
	display: -webkit-flex;
	align-items: center;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 4px 8px 0 rgba(30, 32, 40, .08);
	-moz-box-shadow: 0 4px 8px 0 rgba(30, 32, 40, .08);
	box-shadow: 0 4px 8px 0 rgba(30, 32, 40, .08);
}
.sale_notification_default .wrapper-noti{ 
	background-color: var(--popBackgroundColor, #ffffff);
}
.sale_notification_default .wrapper-noti {
	border-width: var(--popBorderWidth);
	border-style: solid;
	border-color: var(--popBorderColor);
}
.sale_notification_default .wrapper-noti.rounded-corner {
	border-radius: 8px;
}
.sale_notification_default .wrapper-noti.rounded,
.sale_notification_default .wrapper-noti.left-rounded,
.sale_notification_default .wrapper-noti.right-rounded {
	border-radius: 128px;
}
.sale_notification_default .wrapper-noti.left-rounded {
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.sale_notification_default .wrapper-noti.right-rounded {
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.sale_notification_default .wrapper-noti .product-image {
	position: relative;
	float: left;
	width: 128px;
	height: auto;
	flex: 0 0 128px;
	align-self: center;
	border: 0;
	line-height: 0;
	margin: 0;
	min-height: unset;
	align-items: center;
	justify-content: center;
	display: flex;
	display: -webkit-flex;
}
.sale_notification_default .wrapper-noti.rounded .product-image,
.sale_notification_default .wrapper-noti.left-rounded .product-image,
.sale_notification_default .wrapper-noti.right-rounded .product-image {
	width: 128px;
	flex: 0 0 128px;
	box-shadow: none;
}
.sale_notification_default .wrapper-noti .product-image img {
	width: 100%;
	height: 100%;
	max-width: 100%;
	max-height: 100%;
	object-fit: cover;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.sale_notification_default .wrapper-noti.basic .product-image img {
	width: 128px;
    height: 128px;
}
.sale_notification_default .wrapper-noti.rounded-corner .product-image img {
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}
.sale_notification_default .wrapper-noti.rounded .product-image img,
.sale_notification_default .wrapper-noti.left-rounded .product-image img,
.sale_notification_default .wrapper-noti.right-rounded .product-image img {
	border-radius: 100% !important;
	-webkit-border-radius: 100% !important;
	-moz-border-radius: 100% !important;
	width: 128px;
	height: 128px;
	object-fit: cover;
}
.sale_notification_default .wrapper-noti:not(.full-size) .product-image img {
	padding: 10px;
}
.sale_notification_default .wrapper-noti .wrapper-theme {
	align-self: stretch;
	flex-grow: 1;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}
.sale_notification_default .wrapper-noti .wrapper-theme {
	padding: 15px;
	min-height: 100px;
	text-overflow: ellipsis;
    overflow: hidden;
}
.sale_notification_default .wrapper-noti .wrapper-theme .noti-message {
	display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.sale_notification_default .wrapper-noti .wrapper-theme .noti-message .noti-title {
	font-size: 13px;
	line-height: 1.4;
	margin-bottom: 8px;
}
.sale_notification_default .wrapper-noti.rounded .wrapper-theme,
.sale_notification_default .wrapper-noti.left-rounded .wrapper-theme,
.sale_notification_default .wrapper-noti.right-rounded .wrapper-theme {
	padding-left: 5px;
}
.sale_notification_default .wrapper-noti .close-noti {
	position: absolute;
	width: 17px;
	height: 17px;
	top: 3px;
	right: 2px;
	cursor: pointer;
	padding: 2px;
	display: block;
}
.sale_notification_default .wrapper-noti.rounded-corner .close-noti {
	right: 5px;
}
.sale_notification_default .wrapper-noti .close-noti:after,
.sale_notification_default .wrapper-noti .close-noti:before {
	content: "";
	width: 14px;
	height: 2px;
	position: absolute;
	top: 7px;
	left: 2px;
	border-top: 2px solid #666;
	-webkit-transition: all 350ms ease;
	-moz-transition: all 350ms ease;
	transition: all 350ms ease;
}
.sale_notification_default .wrapper-noti .close-noti:before {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.sale_notification_default .wrapper-noti .close-noti:after {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.sale_notification_default .wrapper-noti .close-noti:hover:after,
.sale_notification_default .wrapper-noti .close-noti:hover:before {
	border-color: #000;
}
.sale_notification_default .wrapper-noti .noti-body,
.sale_notification_default .wrapper-noti .noti-time,
.sale_notification_default .wrapper-noti .noti-title {
	line-height: 1;
}
.sale_notification_default .wrapper-noti .noti-title,
.sale_notification_default .wrapper-noti .noti-body {
	flex-grow: 1;
}
.sale_notification_default .wrapper-noti .space-bot,
.sale_notification_default .wrapper-noti .space-top {
	min-height: 0;
	flex-grow: 0;
}
.sale_notification_default .wrapper-noti .noti-body span,
.sale_notification_default .wrapper-noti .noti-time span,
.sale_notification_default .wrapper-noti .noti-title span {
	font-size: 12px;
	line-height: 14px;
	word-break: break-word;
	margin: 0;
}
.sale_notification_default .wrapper-noti .noti-title span {
	overflow: hidden; 
	text-overflow: ellipsis; 
	-webkit-box-orient: vertical; 
	display: -webkit-box; 
	-webkit-line-clamp: 2;
	font-size: inherit;
}
.sale_notification_default .wrapper-noti .noti-body a,
.sale_notification_default .wrapper-noti .noti-time a,
.sale_notification_default .wrapper-noti .noti-title a {
	font-size: 18px;
	overflow: hidden;
	display: block;
	font-weight: 700;
	text-decoration: none;
}
.sale_notification_default .wrapper-noti .noti-body a:empty,
.sale_notification_default .wrapper-noti .noti-time a:empty,
.sale_notification_default .wrapper-noti .noti-title a:empty {
	display: none;
}
.sale_notification_default .wrapper-noti .noti-body a:hover,
.sale_notification_default .wrapper-noti .noti-time a:hover,
.sale_notification_default .wrapper-noti .noti-title a:hover {
	-webkit-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
	text-decoration: none;
}
.sale_notification_default .wrapper-noti .noti-time {
	position: absolute;
	bottom: 8px;
	left: 8px;
	font-size: 12px
}
.sale_notification_default .wrapper-noti .noti-time {
	position: static;
	display: flex;
	align-items: center;
}
.sale_notification_default .wrapper-noti .noti-title span {
	color: var(--messageColor, #55586c);
}
.sale_notification_default .wrapper-noti .noti-body a {
	display: inline-block;
	color: var(--productTitleColor, #1e2028);
	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 95%;
}
.sale_notification_default .wrapper-noti.basic .noti-time {
	color: var(--timeColor, #55586c);
}
.sale_notification_default .wrapper-noti.basic .noti-time .noti-verified {
	display: flex;
	font-size: 14px;
    color: #000;
	margin-left: 6px;
}
.sale_notification_default .wrapper-noti.basic .noti-time .noti-verified svg {
	width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 4px;
	color: #50C878;
}
.sale_notification_default .wrapper-noti.slide-bottom-left-transition,
.sale_notification_default .wrapper-noti.slide-bottom-right-transition {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(50px);
	-moz-transform: translateY(50px);
	-o-transform: translateY(50px);
	-ms-transform: translateY(50px);
	transform: translateY(50px);
}
.sale_notification_default .wrapper-noti.slide-top-left-transition,
.sale_notification_default .wrapper-noti.slide-top-right-transition {
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateY(-50px);
	-moz-transform: translateY(-50px);
	-o-transform: translateY(-50px);
	-ms-transform: translateY(-50px);
	transform: translateY(-50px);
}
.sale_notification_default .wrapper-noti.slide-bottom-left-transition,
.sale_notification_default .wrapper-noti.slide-bottom-right-transition,
.sale_notification_default .wrapper-noti.slide-top-left-transition,
.sale_notification_default .wrapper-noti.slide-top-right-transition {
	-webkit-transition: all .7s ease;
	-moz-transition: all .7s ease;
	-ms-transition: all .7s ease;
	-o-transition: all .7s ease;
	transition: all .7s ease;
}
.sale_notification_default .wrapper-noti.slide-bottom-left-transition.pop-active,
.sale_notification_default .wrapper-noti.slide-bottom-right-transition.pop-active,
.sale_notification_default .wrapper-noti.slide-top-left-transition.pop-active,
.sale_notification_default .wrapper-noti.slide-top-right-transition.pop-active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.sale_notification_default .wrapper-noti.bottom-left {
	left: var(--popLeftRight, 10px);
	bottom: var(--popTopBottom, 10px);
}
.sale_notification_default .wrapper-noti.bottom-right {
	left: auto;
	right: var(--popLeftRight, 10px);
	bottom: var(--popTopBottom, 10px);
}
.sale_notification_default .wrapper-noti.top-left {
	left: var(--popLeftRight, 10px);
	top: var(--popTopBottom, 10px);
}
.sale_notification_default .wrapper-noti.top-right {
	right: var(--popLeftRight, 10px);
	top: var(--popTopBottom, 10px);
}
@media only screen and (max-width: 798px) {
	.sale_notification_default .wrapper-noti.bottom-left,
	.sale_notification_default .wrapper-noti.bottom-right,
	.sale_notification_default .wrapper-noti.top-left,
	.sale_notification_default .wrapper-noti.top-right {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
}