/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 07 2026 | 12:34:55 */
.yith-welrp-popup-wrapper-region {
	height: 100%;
}

.yith-welrp-popup.additional {
	position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	margin: 0px!important
}

#yith-welrp .yith-welrp-popup-content {
    padding: 20px 30px;
}

#yith-welrp .yith-welrp-popup-close {
    right: 15px;
    top: 15px;
}

#yith-welrp .yith-welrp-popup-content h3 {
	font-size: 24px!important;
	font-weight: 700!important
}

#yith-welrp .yith-welrp-form-field label {
    font-size: 16px;
    font-weight: 500;
}

.yith-welrp-user-avatar {
	line-height: 0;
}

#yith-welrp span.yith-welrp-password-eye {
	height: 50px;
}

#yith-welrp .yith-welrp-form-field input[type="text"], #yith-welrp .yith-welrp-form-field input[type="email"], #yith-welrp .yith-welrp-form-field input[type="password"] {
	outline: none!important;
	box-shadow: none!important;
	border: 1px solid #cfd4dc!important;
	border-radius: 12px;
	margin-top: 12px!important;
	height: 50px;
	font-size: 14px;
}

.yith-welrp-submit-button {
	background: #05529E!important;
    border: 1px solid #05529E!important;
    border-radius: 12px!important;
    text-transform: none!important;
    font-size: 17px!important;
    height: 50px!important;
    font-weight: 600!important;
}

.yith-welrp-user-info {
	display: flex;
	align-items: center;
}

#yith-welrp .yith-welrp-popup-text {
    margin-bottom: 20px;
    font-size: 14px;
}

.yith-welrp-form-field input[type="checkbox"] {
	margin-top: 0px!important
}

label[for="remeberme"] {
	font-size: 14px!important;
	font-weight: 400!important;
	padding-top: 0px!important
}

a.yith-welrp-lost-password {
	font-size: 14px;
	color: #1a1a1a!important
}

#yith-welrp .yith-welrp-popup-inner a {
	color: #05529E!important
}

.yith-welrp-form.register {
	margin-bottom: 0px!important
}

form.yith-welrp-form {
	margin-bottom: 10px!important
}

@media only screen and (max-width: 768px) {
	#yith-welrp .yith-welrp-popup-content {
    padding: 15px 15px;
}
	#yith-welrp .yith-welrp-popup-content h3 {
	font-size: 20px!important;
	font-weight: 600!important
}
	.toast {
		font-size: 12px!important
	}
	.toast-message {
		text-align: center;
	}
	.toast::after {
		font-size: 18px!important
	}
}