form#form_myaccount .widget fieldset {
	border: none;
}

.product-warning-message-container {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 1000;
	max-width: 500px;
	height: 300px;
	overflow: auto;
	background: rgba(255, 255, 255, 0.97);
	color: #222;
	transform: translate(-50%, -50%);
	padding: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	-webkit-box-shadow: 4px 10px 5px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 4px 10px 5px 0px rgba(0,0,0,0.75);
	box-shadow: 4px 10px 5px 0px rgba(0,0,0,0.75);
	border: 1px solid #dac9c9;
}

.product-warning-message-container .close-btn {
	position: absolute;
	top: 30px;
	right: 10px;
	height: 30px;
	width: 30px;
	cursor: pointer;
}

.product-warning-message-container i.fa {
	text-align: center;
	font-size: 35px;
	color: #fbeb17;
	margin-bottom: 25px;
}

.nbbuttons.nbbuttons-fixed {
	position: fixed;
	width: 900px;
	bottom: 0;
	z-index: 1;
	background-color: rgba(175, 166, 166, 0.8);
	padding: 20px;
	margin-left: -30px;
}

.sidebar-right .nbbuttons.nbbuttons-fixed {
	width: 580px;
}