mt-5, .my-5 {
    margin-top: 3rem!important;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-danger a {
    color: #721c24;
    text-decoration: underline;
}
.alert-danger a:hover {
    text-decoration: none;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 80px 50px 30px;
	width: auto;
	max-width: 500px;
	margin: 20px auto;
	border-radius: 16px
}
.white-popup .mfp-close {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	border: 1px solid rgba(0,0,0,.2);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 20px;
	margin-top: 20px;
	cursor: pointer;
	padding: 0;
}
.white-popup .mfp-close:before {
	display: block;
	content: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M18 18L6 6" stroke="black" stroke-opacity="0.2" stroke-linecap="round" stroke-linejoin="round"/><path d="M18 6L6 18" stroke="black" stroke-opacity="0.2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
	width: 24px;
	height: 24px;
	margin-top: -14px;
}


.bx-system-auth-form .popup-title {
	text-align: center;
	font-size: 20px;
	margin-bottom: 36px;
}
.bx-system-auth-form input.form-control {
	border: 1px solid #D3D9DE;
	font-size: 20px;
	margin-bottom: 12px;
	border-radius: 8px;
	height: 52px;
	padding: 5px 26px;
}
.bx-system-auth-form a {
	text-align: right;
	text-decoration: underline;
	transition: all .3s;
	display: block;
	width: 100%;
}
.bx-system-auth-form a:hover {
	text-decoration: none;
}
.bx-system-auth-form [type=submit] {
	height: 52px;
	padding: 5px 26px;
	font-size: 20px;
	background: #EC6807;
	color: #fff;
	margin-top: 24px;
	border-radius: 8px;
	cursor: pointer;
}

.messages_cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
	background-color: white;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	z-index: 99999;
	color: #666;
	padding: 15px 0;
	font-size: 12px;
}
.messages_cookies-wrp {
	position: relative;
	width: 100%;
	padding: 0 30px;
	display: flex;
	align-items: center;
	gap:30px
}
	.messages_cookies h3 {
		font-size: 16px;
		margin-bottom: 15px;
	}
.messages_cookies p{
	font-size: 15px;
}
.messages_cookies .buttons {
	display: flex;
	flex-direction: column;
	gap: 10px
}
.messages_cookies .messages_cookies-close{
	padding: 8px 40px;
}
#cookie-agreement-button-disable {
	background: transparent;
	border: 2px solid #474a51;
	color: #474a51!important;
}
@media (max-width:768px){
	.messages_cookies-wrp{
		flex-wrap:wrap;
		gap: 10px;
	}
	.messages_cookies p{
		font-size: 13px;
	}	
	.messages_cookies h3{
		font-size: 15px;
	}	
	.messages_cookies .buttons{
		flex-direction: row;
	}
	.map-columns tr{
		display: flex;
    max-width: 100%;
    flex-wrap: wrap;
	}	
}

#changepasswd_form .form-input-box:nth-of-type(2) {
	display: none
}
.cart-icons svg {
	width: 22px
}

.filter form {
	position: relative;
}
#modef_btn {
	position: absolute;
	display: none;
    top: 50%;
    margin-top: -37px;
	margin-left: 273px;
	padding: 10px;
	background: #fff;
	-webkit-filter: drop-shadow(0 2px 8px rgba(0,0,0,.16));
	filter: drop-shadow(0 2px 8px rgb(0,0,0,.16));
	-webkit-filter: drop-shadow(0 2px 8px rgb(0,0,0,.1));
	filter: drop-shadow(0 2px 8px rgb(0,0,0,.1));
	border-radius: 15px;
}
#modef_btn.fixed {
	position: absolute;
	top: 85px
}
.filter #modef_btn .btn {
	padding: 14px 24px;
	margin: 0;
	line-height: normal;
	background-color: #EC6807;
}
.filter #modef_btn .btn:hover {
    background-color: #D65C03;
}
@media(max-width: 1023px) {
	#modef_btn {
		display: none!important
	}
}
#modef_btn:before {
	display: block;
	position: absolute;
	z-index: -1;
	width: 20px;
	height: 20px;
	background: #fff;
	left: -7px;
	top: 50%;
	margin-top: -10px;
	transform: rotate(45deg);
	content: '';
}