.wl * {
	outline-color: transparent !important;
}
#wpadminbar #wp-admin-bar-woolementor > .ab-item::before {
	content: url('../img/icon.png');
}
.wl-notice {
	border: 0px solid transparent;
	text-align: center;
	color: #fff;
	background-color: transparent;
	background-image: linear-gradient(135deg,#E9345F 0%,#3023AE 100%);
	padding: 5px;
	margin-bottom: 10px;
}
.wl-notice > * {
	margin: 5px;
}
.wl-notice > h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
}
.wl-notice > p {
	color: #fff;
	font-size: 16px;
}
.wl-notice a, .wl-notice a:hover {
	color: #fff;
	font-style: italic;
}
.wl .elementor-element.elementor-widget-empty {
	background-color: transparent;
}
.wl .woocommerce-NoticeGroup-checkout {
	max-width: 1140px;
	margin: 0 auto;
}

.wl .wl-wish-button.button {
	margin-left: 10px;
}
.wl .wl-wish-button.fav-item{	
	background: #c36;
	color: #fff;
}
/* All Mobile Sizes (devices and browser) */
 @media only screen and (max-width: 767px) {
    .visible-xs {
		display: table-cell !important;
	}
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
 @media only screen and (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
		display: table-cell !important;
	}
}
/* Smaller than standard 960 (devices and browsers) */
 @media only screen and (min-width: 992px) {
    .visible-md {
		display: table-cell !important;
	}
}