@charset "UTF-8";

.wishlist-create .wishlist-create-form
{
	display: none;
}
.wishlist-create.opened .wishlist-create-form
{
	display: block;
}

/* ITEM VIEW */
.wishlist-item-table .wishlist-item-options-toggler
{
	cursor: pointer;
}
.wishlist-item-table .wishlist-item-options-toggler .row-toggler-picto span:after
{
	content: '-';
}
.wishlist-item-table .wishlist-item-options-toggler.closed .row-toggler-picto span:after
{
	content: '+';
}


.wishlist-download img {
	-webkit-filter: invert(100%) sepia(0) saturate(7466%) hue-rotate(250deg) brightness(108%) contrast(101%);
	filter: invert(100%) sepia(0) saturate(7466%) hue-rotate(250deg) brightness(108%) contrast(101%);
}
/* MODAL */
#infraguestwishlist-modal-overlay
{
	background: rgba(0,0,0,0.7);
	display: none;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 20000;
}
#infraguestwishlist-modal-overlay.visible
{
	display: block;
}
#infraguestwishlist-modal-container
{
	background: white;
	height: 600px;
	position: relative;
	margin: 100px auto 0 auto;
	padding: 30px;
	width: 70%;
}
#infraguestwishlist-modal-container.small
{
	height: 300px;
	width: 50%;
}
#infraguestwishlist-modal-close
{
	background: black;
	color: white;
	cursor: pointer;
	padding: 5px;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
#infraguestwishlist-sharing-copy-success
{
	display: none;
}
body.infraguestwishlist-modal-on
{
	overflow: hidden;
}
/* MODAL STEP 2 */
.step#step-2 .dot
{
	background-color: grey;
	border-radius: 10px;
	display:block;
	height: 20px;
	width: 20px;
}
.step#step-2 .dot.green-dot
{
	background-color: green;
}
.step#step-2 .dot.red-dot
{
	background-color: red;
}
