.copied_alert {
    background-color: rgb(0, 0, 0);
    position: absolute;
    right: 0;
    width: 115px;
    font-size: 13px;
    padding: 5px 10px;
    color: white;
    border-radius: 4px;
}

.share_product {
    position: relative;
}

#notifications {
	z-index: 100;
	position: fixed;
	top: 28px;
	right: 16px;
}

#notifications .alert {
	-webkit-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.3);
	border-radius: 4px;
	padding: 16px;
	font-weight: 500;
	font-size: 16px;
	color: black;
}

#notifications .alert .alert-close {
	cursor: pointer;
	position: absolute;
	right: 31px;
	display: flex;
	align-items: center;
	height: 24px;
}

#notifications .alert ul {
	margin-right: 36px;
}

#notifications .alert.alert-success {
	border-color: #BDE4C7;
	background-color: #BDE4C7;
}

#notifications .alert.alert-info {
	border-color: #FEEFB0;
	background-color: #FEEFB0;
}

#notifications .alert.alert-danger {
	border-color: #F2BCC2;
	background-color: #F2BCC2;
}




#search .product-list-top-wrap__filters {
	display: none!important;
}