/*
Theme Name: Nouvel Oeil
Theme URI: https://www.nouvel-oeil.com
Author: Nouvel Oeil
Author URI: https://www.nouvel-oeil.com
Description: Site réalisé par Nouvel Oeil 
Requires at least: WordPress 5.0
Version: 3.1.1
Text Domain: nouvel-oeil
*/

div.page-type.container .user-registration.ur-frontend-form {
	background: #FFF;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	border: unset;
	padding: 0px;
	box-sizing: border-box;
	margin: 0;
}

html body.user-registration-page #user-registration:not(.user-registration-MyAccount) {
	max-width: unset;
}


html body.user-registration-page #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,
html body.user-registration-page .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,
html body.user-registration-membership_page_user-registration-login-forms #user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input,
html body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
	border: 1px solid #000;
}

@media screen and (max-width: 575px) {
	html body.user-registration-membership_page_user-registration-login-forms .user-registration:not(.user-registration-MyAccount) .ur-form-row .ur-form-grid .ur-field-item .input-wrapper input {
		border: 1px solid #000000;
	}
}

div.price-wrapper {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: center;
}

ul.products span.price-ht,
ul.products span.orig-price {
	font-size: 0.5rem!important;
}

ul.products span.orig-price span.woocommerce-Price-amount.amount {
	font-size: 0.9rem!important;
}

ul.products span.price-ttc {
	color: #ff4613!important;
}

ul.products span.price-ttc span.woocommerce-Price-amount.amount {
	color: #ff4613!important;
}

span.price-ttc,
span.price-ht {
	margin-right: 10px;
	font-family: "Poppins", sans-serif !important;
}

span.price-ttc span.woocommerce-Price-amount.amount,
span.price-ht span.woocommerce-Price-amount.amount {
	margin-right: 3px;
}

span.orig-price {
	font-size: 0.8rem;
	font-family: "Poppins", sans-serif !important;
}

span.orig-price span.woocommerce-Price-amount.amount {
	text-decoration: line-through;
	font-size: 1rem;
	font-family: "Poppins", sans-serif !important;
}

span.orig-price span.woocommerce-Price-amount.amount {
	margin-right: 3px;
}

span.price-ht {
	width: 100%!important;
}

span.aws_result_price div.price-wrapper {
	justify-content: flex-start;
	margin: 5px 0 8px;
}

span.aws_result_price div.price-wrapper span.price-ttc,
span.aws_result_price div.price-wrapper span.price-ht {
	margin: 3px 10px 3px 0;
}

span.aws_result_price div.price-wrapper span.orig-price {
	margin: 3px 0;
}