html.yith_welrp_opened,
body.yith_welrp_opened {
	overflow : hidden;
}

#yith-welrp {
	display : none;
}

#yith-welrp .yith-welrp-overlay {
	background : rgba(0, 79, 97, 0.5);
	display    : none;
	height     : 100%;
	left       : 0;
	position   : fixed;
	top        : 0;
	width      : 100%;
	z-index    : 80;
}

#yith-welrp .yith-welrp-popup-wrapper {
	height         : 100%;
	left           : 0;
	overflow-x     : hidden;
	overflow-y     : auto;
	pointer-events : none;
	position       : fixed;
	top            : 0;
	width          : 100%;
	z-index        : 80;
}

#yith-welrp .yith-welrp-popup-wrapper-region {
	padding : 20px;
	width   : 100%;
	z-index : 80;
}

#yith-welrp .yith-welrp-popup {
	border-radius: 25px;
	display        : none;
	margin-left    : auto;
	margin-right   : auto;
	/* overflow: hidden; */
	pointer-events : all;
	position       : relative;
}

#yith-welrp .yith-welrp-popup-inner {
	background : #fff;
	border-radius: 25px;
	/* overflow: hidden; */
	position   : relative;
}

#yith-welrp .yith-welrp-popup-header {
	background    : #F6F6F6;
	margin-bottom: -20px;
	padding       : 15px 30px;
	border-radius: 25px 25px 0 0;
}

#yith-welrp .yith-welrp-popup.additional .yith-welrp-popup-header,
#yith-welrp .yith-welrp-popup.additional .yith-welrp-continue-as-guest {
	display : none;
}

#yith-welrp .yith-welrp-popup-header h4 {
	color: #A2A2A2;
	font-size : 14px;
	font-weight: 600;
	line-height: 24px;
	margin    : 0;
	text-transform: uppercase;
}

#yith-welrp .yith-welrp-popup-content {
	padding : 35px 35px 50px;
}

#yith-welrp .yith-welrp-popup-content h3 {
	font-size: 24px;
	font-weight: var(--yith-font-weight--bold);
	margin-block-end: 30px;
	margin-block-start: 10px;
}

#yith-welrp .yith-welrp-overlay,
#yith-welrp .yith-welrp-popup-wrapper {
	z-index : 50000;
}

/** Content Style **/

#yith-welrp .yith-welrp-continue-as-guest {
	border-top : 1px solid #e7e7e7;
	padding    : 20px 0;
}

#yith-welrp .yith-welrp-continue-as-guest p {
	font-size     : 15px;
	margin-bottom : 10px;
}

#yith-welrp .yith-welrp-submit-button,
#yith-welrp .yith-welrp-continue-as-guest .button,
#yith-welrp .yith-welrp-send-email {
	font-size: 16px;
	padding: 15px;
	text-transform: none;
	width: 100%;
}

#yith-welrp .yith-welrp-popup-text {
	margin-bottom : 30px;
}

#yith-welrp .yith-welrp-user-info {
	font-size     : 13px;
	line-height   : 20px;
	margin-bottom : 30px;
}

#yith-welrp .yith-welrp-user-avatar,
#yith-welrp .yith-welrp-user-data {
	display        : inline-block;
	vertical-align : middle;
}

#yith-welrp .yith-welrp-user-avatar {
	margin-right : 10px;
}

#yith-welrp .yith-welrp-user-data span:first-child {
	font-size   : 14px;
	font-weight : bold;
}

#yith-welrp .yith-welrp-footer-link-container {
	text-align : center;
}

#yith-welrp .yith-welrp-footer-link-container a.yith-welrp-go-back,
#yith-welrp .yith-welrp-footer-link-container a.yith-welrp-send-auth {
	display: inline-block;
	font-size: 14px;
	margin-block-start: 15px;
}

/** popup notice **/
#yith-welrp .yith-welrp-message {
	clear     : both;
	color     : #8fae1b;
	font-size : 13px;
	margin    : 0 0 15px;
	margin-block-start: -10px;
	position  : relative;
}

#yith-welrp .yith-welrp-message.error {
	color : #d9534f;
}

#yith-welrp .yith-welrp-form:has(.yith-welrp-message.error) input {
	border-color: #d9534f !important;
}

/** Form style **/

#yith-welrp .yith-welrp-form-field {
	margin : 0 0 20px;
}

#yith-welrp .yith-welrp-form-field label {
	font-size : 14px;
	font-weight: var(--yith-font-weight--regular);
}

#yith-welrp .yith-welrp-form-field label.checkbox-label {
    font-weight: normal;
    font-size: 13px;
}

#yith-welrp .yith-welrp-form-field label.checkbox-label strong {
	font-weight: normal;
}

#yith-welrp .yith-welrp-form-field.left {
	float : left;
	width : 48%;
}

#yith-welrp .yith-welrp-form-field.right {
	float: right;
	font-size: 14px;
	text-align: right;
	width: 48%;
}

#yith-welrp .yith-welrp-form-field.wide span.yith-welrp-password-container {
	display  : block;
	position : relative;
}

#yith-welrp span.yith-welrp-password-eye {
	background-image    : url('../images/arrow_eye_closed.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
	display: block;
	height: 50px;
	position: absolute;
	right: 13px;
	top: 6px;
	width: 22px;
}

#yith-welrp span.yith-welrp-password-eye.opened {
	background-image : url('../images/arrow_eye.svg');
}

#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"] {
	border: 1px solid #d1d1d1;
	border-radius: var(--yith-border-radius--small);
	font-size: 14px;
	font-weight: normal;
	margin-block-start: 5px;
	padding: 13px;
	width: 100%;
	height: 50px;
}

#yith-welrp .yith-welrp-form-field input[type="text"]:focus,
#yith-welrp .yith-welrp-form-field input[type="email"]:focus,
#yith-welrp .yith-welrp-form-field input[type="password"]:focus {
	border-color: #1AA0D4;
}

/** social login **/

#yith-welrp .yith-welrp-social-sep {
	margin-block : 20px;
	text-align    : center;
}

#yith-welrp .yith-welrp-social-sep span {
	color          :  #1a1a1a;
	font-size: 14px;
	text-transform: uppercase;
}

#yith-welrp .yith-welrp-social {
	position : relative;
	z-index: 1;
}

#yith-welrp .yith-welrp-social > div {
	cursor          : pointer;
	display         : block;
	font-size       : 14px;
	line-height     : 14px;
	margin-block    : 10px;
	outline         : none;
	padding         : 8px;
	position        : relative;
	text-align      : center;
	text-decoration : none;
	text-transform: none;
}

#yith-welrp .yith-welrp-social > div > span {
	display        : inline-block;
	pointer-events : none;
	vertical-align : middle;
}

#yith-welrp .yith-welrp-social > div > span.icon {
	margin-right : 5px;
	width        : 20px;
}

#yith-welrp #g-recaptcha {
	margin-bottom : 20px;
}

/** special google login button **/
#yith-welrp #yith-welrp-google-button-hidden {
	bottom: 0px;
	left: 0;
	margin: 0;
	opacity: 0;
	overflow: hidden !important;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
}
#yith-welrp #yith-welrp-google-button-hidden iframe {
	transform: scaleX(3);
	transform-origin: left;
}

#yith-welrp #yith-welrp-google-button-hidden + div {
	z-index: -1;
}

#yith-welrp #yith-welrp-google-button-hidden:hover + div {
	background: #247390;
	color: #ffffff;
}

/** email suggestion **/

#yith-welrp .yith-welrp-email-suggestion {
	position : relative;
}

#yith-welrp .yith-welrp-email-suggestion-list {
	background: #ffffff;
	border: 1px solid #e7e7e7;
	border-radius: 10px;
	box-shadow: #67b3eb59 0px 1px 4px 0px;
	left: 0;
	list-style: none;
	margin: 10px 0 0;
	padding: 5px 13px 2px;
	position: absolute;
	right: 0;
	top: 100%;
	z-index: 10;
}

#yith-welrp .yith-welrp-email-suggestion-item {
	cursor        : pointer;
	font-size     : 0.9em;
	margin-bottom : 2px;
}

.yith-welrp-popup-close {
	position: relative;
}
.yith-welrp-popup-close:before {
	background-color: inherit;
	border: none;
	color: #808a97;
	content: '\e813';
	cursor: pointer;
	display: block;
	font-family: "fontello";
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	position: absolute;
	right: 20px;
	text-align: center;
	text-indent: 0;
	top: 10px;
	transition: all ease 0.3s;
}
.yith-welrp-popup-close:hover::before {
	color: #B12704;
}

#yith-welrp .yith-welrp-popup .terms-and-cookies-banner {
	font-size: 12px;
	margin-block-start: 30px;
	text-align: center;
}

#yith-welrp .yith-welrp-popup .woocommerce-password-strength {
	margin-block-start: 10px;
}

#yith-welrp .yith-welrp-popup .woocommerce-password-strength.bad,
#yith-welrp .yith-welrp-popup .woocommerce-password-strength.short {
	color: #d9534f;
}

.yith-welrp-password-container:has(.woocommerce-password-strength.bad) input,
.yith-welrp-password-container:has(.woocommerce-password-strength.short) input {
	border-color: #d9534f !important;
}

#yith-welrp .yith-welrp-popup .woocommerce-password-strength.good {
	color: #f0ad4e;
}

.yith-welrp-password-container:has(.woocommerce-password-strength.good) input {
	border-color: #f0ad4e !important;
}

#yith-welrp .yith-welrp-popup .woocommerce-password-strength.strong {
	color: #5cb85c;
}

.yith-welrp-password-container:has(.woocommerce-password-strength.strong) input {
	border-color: #5cb85c !important;
}

#yith-welrp .yith-welrp-popup input[type="checkbox"] {
	display: none;
}

#yith-welrp .yith-welrp-popup input[type="checkbox"] + span {
	border: 1px solid #d1d1d1;
	top: 2px;
}

#yith-welrp .yith-welrp-popup .go-to-my-account {
    border-width: 1px;
    display: block;
    margin: 0 auto 15px;
    padding: 20px;
    text-transform: none;
}

#yith-welrp .yith-welrp-popup .yith-welrp-register-feedback {
	color: #000;
	text-align: center;
}
#yith-welrp .yith-welrp-popup .yith-welrp-register-feedback h2 {
	font-size: var(--yith-font-size--19);
}

#yith-welrp .yith-welrp-popup .yith-welrp-register-feedback p {
    margin-inline: auto;
	max-width: 300px;
	text-wrap: pretty;
}

#yith-welrp .yith-welrp-popup .yith-welrp-register-feedback .close-window {
	font-size: 13px;
}

#yith-welrp .yith-welrp-popup .yith-welrp-register-feedback .green-check {
    align-items: center;
	background: #f3f5e1;
    border-radius: 100%;
    display: flex;
    height: 80px;
    justify-content: center;
	margin-block-start: 20px;
    margin-inline: auto;
    width: 80px;
}

@media ( min-width : 480px) {
	#yith-welrp .yith-welrp-popup {
		min-width : 320px;
	}
}