@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('/fonts/PlusJakartaSans-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('/fonts/PlusJakartaSans-Bold.woff') format('woff');
	font-weight: bold;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('/fonts/PlusJakartaSans-Medium.woff') format('woff');
	font-weight: 500;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('/fonts/PlusJakartaSans-Light.woff') format('woff');
	font-weight: 300;
}

@font-face {
	font-family: 'Plus Jakarta Sans';
	src: url('/fonts/PlusJakartaSans-ExtraBold.woff') format('woff');
	font-weight: 800;
}

* {
	box-sizing: border-box;
}

a {
	color: #0070c0;
}

h1,
h2,
h3,
h4 {
	margin: 0;
}

html {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-size: 16px;
	color: #131723;
}

body {
	overflow-x: hidden;
}

button[type='button'].custom {
	background: transparent;
	border: none;
	cursor: pointer;
}

body.pushy-open-left {
	height: 100vh;
	overflow: hidden;
}

.ql-align-center {
	text-align: center;
}

.ql-align-right {
	text-align: right;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#articleContent ul {
	padding: 0 25px;
	list-style-type: disc;
}

label,
legend {
	font-size: 1.25rem;
}

b,
.extra p a {
	font-weight: 700;
}

.extra p a {
	color: #313f62;
}

p:last-child {
	margin-bottom: 0;
}

hr {
	border: none;
	background: rgba(194, 199, 203, 0.5);
	height: 1px;
	margin: 2rem 0;
}

.lightBlueBlock {
	background: #f8fcfd;
	border-radius: 2px;
	max-width: 880px;
	margin: 0px auto 42px;
	position: relative;
	padding: 72px 10px;
	box-sizing: border-box;
	font-size: 13px;
	text-align: center;
}

.lightBlueBlock h3 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 16px;
}

.lightBlueBlock .buttons {
	margin-top: 24px;
	align-items: center;
	justify-content: center;
	gap: 16px;
	display: flex;
	flex-wrap: wrap;
}

.p-0 {
	padding: 0 !important;
}

.pt-2 {
	padding-top: 0.75rem;
}

.px-5 {
	padding-right: 2rem;
	padding-left: 2rem;
}

.pl-5 {
	padding-left: 2rem;
}

.mb-4 {
	margin-bottom: 1.5rem;
}

.mb-5 {
	margin-bottom: 2rem;
}

.mt-2 {
	margin-top: 0.75rem;
}

.mt-4 {
	margin-top: 24px;
}

.mt-5 {
	margin-top: 2rem;
}

.ml-3 {
	margin-left: 1rem;
}

.ml-4 {
	margin-left: 1.5rem;
}

.ml-5 {
	margin-left: 2rem;
}

.w-50 {
	width: 50%;
}

.w-100 {
	width: 100%;
}

.underlined {
	text-decoration: underline;
}

.marginTop8 {
	margin-top: 8px;
}

.row {
	display: flex;
}

#backToTop {
	position: fixed;
	bottom: 60px;
	right: 96px;
	width: 52px;
	height: 52px;
	display: none;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	background-color: #0070c0;
	border: none;
	border-radius: 4px;
	z-index: 10;
}

/*
--- REFONTE addWorkMain
*/

#addWorkMain #main {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	width: 100%;
	/* min-height: 100vh; */
}

#addWorkMain .addWorkHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 58px;
	padding: 0 168px;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.04);
	padding-bottom: 2px;
}

#addWorkMain .addWorkHeader .helpMessageContainer {
	display: flex;
	align-items: center;
	height: 100%;
}

#addWorkMain .addWorkHeader .helpMessageContainer .logoWrap {
	margin-right: 24px;
}

#addWorkMain .addWorkHeader .helpMessageContainer .logoWrap img {
	height: 32px;
	width: 32px;
}

#addWorkMain .addWorkHeader .helpMessageContainer .helpMessage {
	display: flex;
	align-items: center;
	height: 20px;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	line-height: 20px;
	color: #131723;
}

#addWorkMain .addWorkHeader .helpMessageContainer .helpMessage .teamImgs {
	display: flex;
	margin-right: 7px;
}

#addWorkMain
	.addWorkHeader
	.helpMessageContainer
	.helpMessage
	.profilePicContainer {
	width: 13px;
}

#addWorkMain
	.addWorkHeader
	.helpMessageContainer
	.helpMessage
	.teamImgs
	.profilePic {
	position: relative;
	width: 20px;
	height: 20px;
	background-size: cover;
	border-radius: 50%;
	border: 1px solid #ffffff;
}

#addWorkMain .addWorkHeader .helpMessageContainer .helpMessage .message {
	margin-left: 8px;
	height: 20px;
	font-size: 13px;
	line-height: 20px;
	color: #131723;
}

#addWorkMain .addWorkHeader a.helpButton {
	text-decoration: none;
	cursor: pointer;
	background: #fff;
	border: none;
	border: 1px solid #e0eaef;
	border-radius: 2px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #131723;
}

#addWorkMain .addWorkContent {
	display: flex;
	flex: 1;
}

#addWorkMain #addWorkFormSide {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	width: 50%;
	padding: 78px 65px 38px 168px;
	position: relative;
}

#addWorkMain .addWorkContent.full #addWorkFormSide {
	padding: 78px 168px 38px 168px;
	width: 100%;
}

#addWorkMain #addWorkFormSide p.stepInformation {
	margin: 0 0 8px;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #b3c0c5;
}

#addWorkMain #addWorkFormSide p.formTitle {
	margin: 0 0 24px;
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.01em;
}

.flex-1 {
	flex: 1;
}

.w-full {
	width: 100%;
}

#addWorkMain #addWorkForm {
	width: 100%;
}

#addWorkMain #addWorkForm .addWorkFormSection {
	margin-bottom: 24px;
}

#addWorkMain #addWorkForm .addWorkFormRow {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	top: 0;
	transition-property: opacity, top;
	transition-duration: 0.6s;
	opacity: 1;
}

#addWorkMain #addWorkForm .addWorkFormRow:not(:last-child) {
	margin-bottom: 8px;
}

#addWorkMain #addWorkForm .addWorkFormRow.bigMarginBottom {
	margin-bottom: 24px;
}

#addWorkMain #addWorkForm .addWorkFormRow .formField {
	width: 100%;
}

#addWorkMain #addWorkForm .addWorkFormRow .hidden {
	display: none;
}

#addWorkMain #addWorkForm .addWorkFormRow .fieldTitle {
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
}

#addWorkMain .fieldTitle {
	display: flex;
	align-items: center;
}

#addWorkMain .fieldTitle i.helpMark {
	margin-left: 0.5rem;
}

#addWorkMain #addWorkForm .addWorkFormRow .inputField {
	width: calc(100% - 16px);
	font-size: 13px;
	line-height: 13px;
	height: 32px;
	padding: 8px;
	border: 0.2px solid #b3c0c5;
	border-radius: 2px;
}

#addWorkMain .inputGroup input {
	width: 100%;
}

#addWorkMain .formRow:not(.compound, .uploadArea) {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

#addWorkMain .formRow.estimatedPrice {
	padding-bottom: 12px;
}

#addWorkMain .formRow .inputGroup {
	flex: 1;
}

#addWorkMain .compound .inputGroup {
	flex-direction: row;
	flex-wrap: wrap;
	gap: 8px;
	width: 100%;
}

#addWorkMain .proofTypes .compound .inputGroup {
	margin: 8px 0;
}

#addWorkMain .proofTypesOutput .value {
	display: flex;
	flex-direction: column;
	margin: -2px 0;
}

#addWorkMain .proofTypesOutput .value > span {
	display: inline-flex;
	margin: 2px 0;
}

#addWorkMain #addWorkForm .addWorkFormRow .radioFormField {
	display: flex;
	align-items: center;
	margin-right: 16px;
}

#addWorkMain #addWorkForm .addWorkFormRow .radioField {
	margin-right: 8px;
	height: 16px;
	width: 16px;
}

#addWorkMain #addWorkForm .addWorkFormRow .radioField + .radioLabel {
	cursor: pointer;
}

#addWorkMain #addWorkForm .addWorkFormRow .radioLabel {
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
	height: 24px;
	color: #131723;
}

#addWorkMain #addWorkForm .addWorkFormRow.hidden {
	/* position: relative; */
	top: -10px;
	opacity: 0;
	visibility: hidden;
	max-height: 0px;
	margin: 0;
	/* position: absolute; */
}

#addWorkMain #addWorkForm .addWorkFormRow.lighter .radioLabel {
	color: #b3c0c5;
}

#addWorkMain #addWorkFormSide .addWorkFormRow .inputField::placeholder {
	font-size: 13px;
	line-height: 13px;
	color: #9fa3b5;
}

#addWorkMain #addWorkForm .addWorkFormRow .formField .radioCategory {
	display: none;
}

#addWorkMain #addWorkForm .addWorkFormRow .formField .categoryLabel {
	display: inline-block;
	color: #9fa3b5;
	cursor: pointer;
}

#addWorkMain #addWorkForm .addWorkFormRow .formField .categoryLabel.selected {
	background: rgb(151, 255, 151);
	color: #131723;
}

#addWorkMain .checkInput label {
	font-size: inherit;
}

#addWorkMain #addWorkFormSide .actions {
	display: flex;
	flex-direction: row;
	width: 100%;
	align-items: center;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin-top: 38px;
	gap: 1.5rem;
}

#addWorkMain #addWorkFormSide .formLayout {
	display: flex;
	flex-direction: column;
}

#addWorkMain #addWorkFormSide .nextStep {
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	align-self: flex-end;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	color: #ffffff;
	background: #d8b263;
	border: 1px solid #dcbb74;
	border-radius: 2px;
}

#formFooter .previousStep {
	text-decoration: none;
	border: 1px solid #e0eaef;
	border-radius: 2px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	padding: 8px 16px;
	color: #131723;
}

#addWorkMain #addWorkReviewSide {
	display: flex;
	width: 50%;
	max-height: 100vh;
	position: sticky;
	top: 0;
}

#addWorkMain .addWorkContent.full #addWorkReviewSide {
	display: none;
}

#addWorkMain .accordion {
	width: 100%;
}

#addWorkMain .gallery {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	gap: 1rem;
}

#addWorkMain .gallery li {
	width: 151px;
	height: 197px;
}

#addWorkMain .gallery li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#addWorkMain .infos {
	columns: 2;
}

#addWorkMain .infos .formRow {
	display: inline-flex;
}

#addWorkMain .optional {
	display: inline-flex;
	width: 100%;
	justify-content: space-between;
}

#addWorkMain .optional::after {
	content: 'Facultatif';
	color: #9fa3b5;
}

#addWorkMain .optional.en::after {
	content: 'Optional';
}

.showAddArtworkConfirmModal.modal {
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: visible;
}

.showAddArtworkConfirmModal.modal .modalContent {
	max-height: 100%;
	margin: 0;
	overflow: auto;
}

.showAddArtworkConfirmModal.modal .modalContent .contentBlock {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0;
}

.showAddArtworkConfirmModal.modal .modalContent .contentBlock h3 {
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	text-align: center;
	color: #131723;
	margin: 2rem 0 0 0;
	text-transform: unset;
	letter-spacing: unset;
}

.showAddArtworkConfirmModal.modal .modalContent .contentBlock p {
	font-size: 17px;
	font-weight: 400;
	line-height: 28px;
	text-align: center;
	color: #000000;
	max-width: 450px;
}

.addArtworkConfirmPicture {
	width: 209px;
	height: 274px;
}

.addArtworkConfirmPicture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#confirmArtworkShipped .modalContentWrapper,
#validateArtworkState .modalContentWrapper {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0;
	transform: translate(-50%, -50%);
}

#confirmArtworkShipped .modalContent,
#validateArtworkState .modalContent {
	margin-bottom: 0;
}

#review {
	height: calc(100% - 58px);
	min-height: calc(100vh - 58px);
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 0 127px;
	height: 100%;
	width: 100%;
}

.reviewContainer .reviewText {
	font-size: 26px;
	line-height: 33px;
	width: 100%;
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
}

.reviewContainer .authorDetails {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.reviewContainer .authorDetails .authorPicWrap {
	width: 42px;
	height: 42px;
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	margin-bottom: 12px;
}

.reviewContainer .authorDetails .reviewAuthor {
	color: #fff;
}

/*
--- addWorkMain
*/

#main {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	min-height: 100vh;
}

#left {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.4),
			rgba(49, 63, 98, 0.4)
		),
		url('/img/addWorkMainBg.jpg');
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding: 4rem;
	width: 50%;
}

#leftTop {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.heading {
	color: white;
	font-size: 3rem;
	font-weight: 400;
	text-align: center;
	max-width: 420px;
	letter-spacing: 0.02px;
	line-height: 62px;
	margin-top: 0;
	margin-bottom: 4rem;
}

.heading strong {
	font-weight: 700;
}

#right {
	background-color: #f8f9fa;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 50%;
}

#rightTop {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	padding: 3rem 5rem;
	height: 100%;
}

#rightTop h2 {
	color: #979ea4;
}

#rightTop h2 i {
	font-size: 1rem;
	margin-right: 0.5rem;
	vertical-align: middle;
}

#rightTop h2 span {
	vertical-align: middle;
}

#rightBottom {
	width: 100%;
	text-align: right;
	padding: 2rem 5rem;
	display: block;
	background: white;
}

.btn {
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
	padding: 8px 16px;
	display: inline-block;
	text-align: center;
	border: none;
	background: none;
	cursor: pointer;
	outline: none !important;
}

.btn.cta {
	box-shadow: none;
	border: 1px solid #0087e8;
	background: #0070c0;
	color: white;
	border-radius: 2px;
	cursor: pointer;
	transition: all ease-out 0.1s;
}

.btn.cta.startMsg {
	border-color: red;
	background: red;
}

.btn.cta:hover {
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
	transform: scale(1.015);
}

.btn.cta:active {
	transform: scale(1);
	box-shadow: none;
}

.btn.cta.ctaSecondary {
	border: 1px solid #e0eaef;
	background-color: white;
	color: #131723;
}

.btn.cta.ctaTertiary {
	border: 1px solid #9dff60;
	background-color: #50d200;
	color: #fff;
}

#rightBottom .btn.cta,
#formFooter .btn.cta {
	/* float: right;
	margin-left: 2rem;
	text-align: right; */
}

#rightBottom .btn.back {
	padding-right: 0;
}

#forgotPasswordModal {
	padding: 22px 0px;
}

.backToLogin {
	display: none;
}

.btn.back {
	transition: all ease-out 0.1s;
	font-size: 1rem;
	position: absolute;
}

.btn.back i {
	vertical-align: top;
	margin-right: 0.5rem;
	font-size: 0.6rem;
	margin-left: 1rem;
	position: relative;
	top: 4px;
}

.btn.back:hover {
	transform: scale(1.03);
}

.textWrap {
	font-size: 13px;
	line-height: 20px;
}

.textWrap a {
	color: inherit;
}

article.extra {
	margin-bottom: 0;
}

article.extra p {
	font-size: 1rem;
}

.waitForIt {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.4),
			rgba(49, 63, 98, 0.4)
		),
		url(/img/addWorkMainBg.jpg);
	color: white;
	height: 100%;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
}

.waitForItTitle {
	font-size: 28px;
	margin-top: 80px;
}

/*
--- addWork2
*/

#addWork2 #left {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.4),
			rgba(49, 63, 98, 0.4)
		),
		url(/img/addWork2Bg.jpg);
}

#addWork2 .heading {
	max-width: 435px;
}

#addWorkMain .header,
#addWork2 .header {
	display: none;
}

@media only screen and (min-width: 876px) and (max-width: 1430px) {
	/*html {
		font-size: 14px;
	}*/
	/* #addWorkMain p, #addWork2 p {
		font-size: 1.1rem;
	} */
	#rightTop {
		padding: 3rem;
	}

	#rightBottom {
		padding: 2rem 3rem;
	}
}

@media only screen and (max-width: 875px) {
	/*html {
		font-size: 16px;
	}*/
	#main {
		flex-direction: column;
	}

	body #main.form {
		justify-content: flex-start;
	}

	#left,
	#right {
		width: 100%;
	}

	#leftTop {
		flex-direction: column;
	}

	#addWorkMain #left,
	#addWork2 #left {
		background: #f8f9fa;
		padding-top: 2rem;
		padding-bottom: 0;
	}

	#leftLogo {
		display: none;
	}

	#left h1 {
		color: #313f62;
	}

	#rightTop {
		padding-top: 0;
	}

	/* #addWorkMain .header, #addWork2 .header {
		display: block;
	} */
	#addWorkMain .heading,
	#addWork2 .heading {
		max-width: none;
		font-size: 1.9rem;
		margin-bottom: 2rem;
		line-height: initial;
	}

	#addWorkMain .heading br,
	#addWork2 .heading br {
		display: none;
	}

	#left {
		padding: 3rem 2rem 0;
	}

	#rightTop {
		padding: 0 3rem 2rem;
	}

	#rightBottom {
		padding: 2rem 2rem;
	}
}

/* @media only screen and (max-width: 525px) {} */

/*
--- Form Base and foormStep1
*/

input[type='text'],
input[type='number'],
input[type='email'],
input[type='password'] {
	/* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 13px;
	font-size: 13px;
	line-height: 16px;
	color: #979ea4;
	border: 1px solid rgba(194, 199, 203, 0.5);
	border-radius: 2px;
	width: 100%;
	box-shadow: none; */
	width: calc(100% - 16px);
	font-size: 13px;
	line-height: 13px;
	height: 32px;
	padding: 8px;
	border: 0.2px solid #b3c0c5;
	border-radius: 2px;
}

input:invalid,
select:invalid {
	box-shadow: none;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type='number'] {
	-moz-appearance: textfield;
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	/* padding: 8px; */
	padding-left: 8px;
	font-weight: 300;
	font-size: 13px;
	/* padding: 0.8rem; */
	/* font-size: 1.125rem; */
	color: #c2c7cb;
	border: 1px solid rgba(194, 199, 203, 0.5);
	border-radius: 2px;
	display: inline-block;
	/* padding-right: 3rem; */
	width: 100%;
	cursor: pointer;
	background: white;
}

select option {
	background: white !important;
	color: initial !important;
}

input[type='text']:focus,
select:focus,
textarea:focus,
input[type='number']:focus,
input[type='email']:focus,
input[type='password']:focus {
	background-color: #f5fbff;
	border: 1px solid rgba(49, 63, 98, 0.3);
	box-shadow: 0 0 4px 0 #e4f0f9;
	color: #506487;
	outline: none;
}

.invalid input,
.invalid input:focus,
.invalid select,
.invalid select:focus {
	color: #ca3e3b;
	border: 1px solid #f5cdcc;
	background-color: #ffefef;
}

.invalid select,
.invalid select:focus {
	color: #f2918f;
}

.valid select,
.valid input[type='text'],
.valid input[type='number'],
.valid input[type='email'],
.valid input[type='password'],
.valid textarea {
	background-color: #f6ffed;
	border-color: rgba(128, 194, 63, 0.5);
	color: #131723;
	/* color: #bfe895; */
}

.inputGroup.units.valid:after {
	color: #bfe895;
}

.inputGroup.units.invalid:after {
	color: #f2918f;
}

.inputWrap {
	position: relative;
	width: 100%;
}

.inputWrap.valid:after {
	content: '\f058';
	position: absolute;
	right: 1rem;
	top: calc(50% - 9px);
	font-family: 'Font Awesome 5 Pro';
	color: #bfe895;
	font-weight: 600;
	font-size: 0.9rem;
}

.inputWrap.invalid:after {
	content: '\f06a';
	position: absolute;
	right: 1rem;
	top: calc(50% - 9px);
	font-family: 'Font Awesome 5 Pro';
	color: #ca3e3b;
	font-weight: 600;
	font-size: 0.9rem;
}

#artwork .inputWrap.valid:after,
#artwork .inputWrap.invalid:after {
	top: calc(50% - 0.45rem);
	right: 1.5rem;
}

.disabled input {
	border-color: rgba(194, 199, 203, 0.5);
	background-color: rgba(236, 236, 236, 0.5);
}

/* .selectControl.valid:after {
	content: "\f058";
	color: #bfe895;
} */

/* 
.selectControl.invalid:after {
	content: "\f06a";
	color: #ca3e3b;
} */

input::-webkit-input-placeholder textarea::-webkit-input-placeholder {
	color: #c2c7cb;
	opacity: 1;
}

input::-ms-input-placeholder,
textarea::-ms-input-placehold {
	color: #c2c7cb;
	opacity: 1;
}

input::placeholder,
textarea::placeholder {
	color: #c2c7cb;
	opacity: 1;
}

.invalid
	input::-webkit-input-placeholder
	.invalid
	textarea::-webkit-input-placeholder {
	color: #f2918f;
	opacity: 1;
}

.invalid input::-ms-input-placeholder,
.invalid textarea::-ms-input-placehold {
	color: #f2918f;
	opacity: 1;
}

.invalid input::placeholder,
.invalid textarea::placeholder {
	color: #f2918f;
	opacity: 1;
}

.valid
	input::-webkit-input-placeholder
	.valid
	textarea::-webkit-input-placeholder {
	color: #bfe895;
	opacity: 1;
}

.valid input::-ms-input-placeholder,
.valid textarea::-ms-input-placehold {
	color: #bfe895;
	opacity: 1;
}

.valid input::placeholder,
.valid textarea::placeholder {
	color: #bfe895;
	opacity: 1;
}

img {
	max-width: 100%;
}

fieldset {
	border: none;
	padding: 0;
}

textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	width: 100%;
	height: 150px;
	padding: 0.8rem;
	color: #979ea4;
	border: 1px solid rgba(194, 199, 203, 0.5);
	border-radius: 2px;
}

.header {
	padding-bottom: 1.5rem;
	text-align: center;
}

.header .logo {
	max-width: 280px;
}

.topHeader img {
	margin-left: 6px;
	position: relative;
	top: 1px;
}

.topHeader .phoneNum {
	white-space: nowrap;
}

.topHeader {
	border-bottom: none;
	padding: 9px 10px;
	font-weight: 500;
	font-size: 12px;
	display: inline-block;
	width: 100%;
	text-align: right;
	vertical-align: middle;
}

#submissionForm .topHeader {
	background-color: white;
	border-bottom: 1px solid rgba(194, 199, 203, 0.5);
	padding: 0;
}

#submissionForm .topHeader .container {
	margin: 0 auto;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
}

#submissionForm .topHeader span {
	padding-bottom: 0;
	border-bottom: none;
}

.form hr {
	margin: 2.5rem 0.4rem;
}

#main.form {
	/* min-height: calc(100vh - 160px); */
	/* Modification needed when view is done */
	/* justify-content: center; */
	/* background-color: #f8f9fa; */
}

/* .form label, .form legend {
	color: #979ea4;
} */

.form .fieldTitle {
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
}

.form .radioField {
	margin-right: 8px;
	height: 16px;
	width: 16px;
}

#main.form legend {
	margin-bottom: 1rem;
	display: block;
	margin-left: 0.4rem;
}

#main.form label i,
#main.form legend i {
	font-size: 0.9rem;
	vertical-align: middle;
	margin-right: 0.5rem;
	margin-bottom: 4px;
}

#hero .container {
	padding: 0px 109px;
}

@media (max-width: 1150px) {
	#hero .container {
		padding: 0px 79px;
	}
}

.formRow {
	display: flex;
	align-items: center;
	width: 100%;
	position: relative;
	top: 0;
	transition-property: opacity, top;
	transition-duration: 0.6s;
	opacity: 1;
	gap: 0px 24px;
	margin-bottom: 12px;
}

.formRow.compound:not(:last-child) {
	margin-bottom: 8px;
}

.proofTypes .formRow.compound:not(:last-child) {
	margin-bottom: 0;
}

.mb-8 {
	margin-bottom: 8px;
}

.formRow.bigMarginBottom {
	margin-bottom: 24px;
}

.formRow > h2 {
	color: #313f62;
	font-size: 1.5rem;
	text-align: center;
	width: 100%;
	margin-bottom: 2rem;
}

.inputGroup {
	/* width: 100%;
	position: relative; */
	width: 100%;
}

.inputGroup label {
	/* display: block;
	margin-bottom: 0.6rem; */
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
}

.inputGroup .value {
	color: #131723;
	font-size: 0.75rem;
}

.inputGroup.inline label {
	display: inline-block;
	margin-bottom: 0;
}

.formSpan {
	color: #20231c;
	font-size: 0.8rem;
	margin: 0 1rem;
	white-space: nowrap;
}

.formSpan.ou {
	margin-top: 2.1rem;
}

.dateGroup {
	display: flex;
	align-items: center;
}

.dateGroup input {
	min-width: 0;
}

.selectGroup .selectControl {
	width: 100%;
}

.selectControl {
	position: relative;
}

.selectControl::after {
	/* content: "\f078";
	position: absolute;
	right: 1rem;
	top: 1.2rem;
	font-family: "Font Awesome 5 Pro";
	color: #c2c7cb;
	font-weight: 600;
	font-size: 0.9rem; */
}

.categorySelect {
	margin-top: 8px;
	padding: 0px 16px;
}

.categorySelect label {
	cursor: pointer;
	display: inline-block;
	color: #9fa3b5;
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	height: 32px;
	padding: 8px;
	border: 1px solid #e7eaec;
	border-radius: 2px;
	/*
	background: white;
	border: 1px solid rgba(194, 199, 203, 0.5);
	margin-bottom: 0;
	display: block; */
}

.categorySelect label {
	background-size: auto 2.2rem;
	background-repeat: no-repeat;
	background-position: 0.8rem center;
}

#filters .categorySelect label {
	background-size: auto 2rem;
	background-repeat: no-repeat;
	background-position: 0.8rem center;
	background-color: white;
}

#filters .categorySelect input:checked ~ label::after {
	content: '';
	display: block;
}

/* 
.categorySelect input#peinture~label {
	background-image: url("/img/selectCategory/peinture.png");
}

.categorySelect input#dessin~label {
	background-image: url("/img/selectCategory/dessin.png");
}

.categorySelect input#sculpture~label {
	background-image: url("/img/selectCategory/sculpture.png");
}

.categorySelect input#estampe~label {
	background-image: url("/img/selectCategory/estampe.png");
} */

/* 
#filters .categorySelect input#peinture~label, #filters .categorySelect input#painting~label {
	background-image: url("/img/summaryIcons/peinture.png");
}

#filters .categorySelect input#dessin~label, #filters .categorySelect input#drawing~label {
	background-image: url("/img/summaryIcons/dessin.png");
}

#filters .categorySelect input#sculpture~label {
	background-image: url("/img/summaryIcons/sculpture.png");
}

#filters .categorySelect input#estampe~label, #filters .categorySelect input#print~label {
	background-image: url("/img/summaryIcons/estampe.png");
}

.categorySelect input#peinture:checked~label {
	background-image: url("/img/selectCategory/peinture_valid.png");
}

.categorySelect input#dessin:checked~label {
	background-image: url("/img/selectCategory/dessin_valid.png");
}

.categorySelect input#sculpture:checked~label {
	background-image: url("/img/selectCategory/sculpture_valid.png");
}

.categorySelect input#estampe:checked~label {
	background-image: url("/img/selectCategory/estampe_valid.png");
}

.categorySelect.invalid input#peinture~label {
	background-image: url("/img/selectCategory/peinture_invalid.png");
}

.categorySelect.invalid input#dessin~label {
	background-image: url("/img/selectCategory/dessin_invalid.png");
}

.categorySelect.invalid input#sculpture~label {
	background-image: url("/img/selectCategory/sculpture_invalid.png");
}

.categorySelect.invalid input#estampe~label {
	background-image: url("/img/selectCategory/estampe_invalid.png");
} */

.categorySelect input:checked ~ label {
	background-color: #f6ffed;
	border-color: rgba(128, 194, 63, 0.5);
	color: #bfe895;
}

/* .categorySelect input:checked~label:after {
	content: "\f058";
	position: absolute;
	right: 2rem;
	top: calc(50% - 9px);
	font-family: "Font Awesome 5 Pro";
	color: #bfe895;
	font-weight: 900;
	font-size: 0.9rem;
} */

.categorySelect.invalid input ~ label {
	color: #f2918f;
	border: 1px solid #f5cdcc;
	background-color: #ffefef;
}

.categorySelect.invalid input ~ label:after {
	content: '\f06a';
	position: absolute;
	right: 2rem;
	top: calc(50% - 9px);
	font-family: 'Font Awesome 5 Pro';
	color: #ca3e3b;
	font-weight: 900;
	font-size: 0.9rem;
}

.categorySelect input {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	outline: 0;
	z-index: -1;
}

fieldset#categories .categorySelect {
	width: 50%;
	display: inline-block;
}

fieldset#categories .framed,
fieldset#categories .material {
	display: none;
}

#addWorkMain fieldset#dimensions .formRow.framed {
	display: none;
}

#addWorkMain fieldset#dimensions .formRow.framed:nth-child(2) {
	margin-bottom: 1.5rem;
}

fieldset#date .fieldTitle {
	margin-bottom: 12px;
}

fieldset#date .formSpan {
	margin: 0 1rem;
}

fieldset#date .inputWrap {
	max-width: 300px;
}

fieldset#date .selectControl:not(:last-child) {
	/* margin-right: 16px; */
}

.helpMark {
	align-self: center;
	margin-left: 9px;
	cursor: pointer;
}

label.blue {
	margin-left: 0.4rem;
	margin-right: 2rem;
	color: #313f62;
	font-size: 1.125rem;
}

/* .inputGroup.units:after {
	position: absolute;
	right: 1rem;
	top: 3.4rem;
	color: #c2c7cb;
	font-size: 1.125rem;
} */

/* .inputGroup.units:after {
	content: attr(data-unit);
} */

.inputGroup.units input {
	padding-right: 4rem;
}

.inputGroup.units.depth {
	display: none;
}

.customRadio,
.customCheckbox {
	/* position: relative; */
	display: flex;
	align-items: center;
	/* padding: 0.4rem; */
}

.customRadio,
.customCheckbox:not(:last-of-type) {
	margin-right: 16px;
}

/* .customRadio label:before, .customCheckbox label:before {
	content: "";
	display: inline-block;
	color: white;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	border-radius: 0.25rem;
	border: 1px solid rgba(194, 199, 203, 0.5);
	background-color: white;
	margin-right: 0.5rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 0.9rem;
	text-align: center;
	line-height: 21px;
	flex-shrink: 0;
} */

/* .customRadio input:checked~label:before, .customCheckbox input:checked~label:before {
	content: "\f00c";
	background-color: #bfe895;
	border-color: #bfe895;
} */

i.fas.fa-question-circle.helpMark#aboutDimensions {
	display: none;
}

.customRadio.invalid label,
.customCheckbox.invalid label {
	color: #ca3e3b;
}

.customRadio.invalid label:before,
.customCheckbox.invalid label:before {
	border: 1px solid #f5cdcc;
	background-color: #ffefef;
}

.customRadio label:before,
.customCheckbox label:before,
.categorySelect label,
.compoundRadio label:before,
.compoundCheckbox label:before,
input,
select {
	transition: background-color 0.15s ease-in-out,
		border-color 0.15s ease-in-out, color 0.15s ease-in-out;
}

#selectRegion {
	margin-top: 1rem;
	display: none;
}

#addWorkFormSide form {
	width: 100%;
}

#formFooter {
	text-align: right;
	width: 100%;
}

#formFooter .logo {
	max-width: 280px;
}

.addNew {
	font-weight: 300;
	font-size: 13px;
	line-height: 24px;
	color: #131723;
}

.progressTracker {
	display: flex;
	justify-content: space-between;
	padding: 0;
	margin-bottom: 3rem;
}

.smallForm {
	max-width: 488px;
	margin: auto;
}

.progressTracker .progressMarker {
	display: block;
}

.progressTracker .progressMarker i {
	color: #979ea4;
	font-size: 1.2rem;
	position: relative;
	z-index: 2;
}

.progressTracker .progressStep {
	list-style-type: none;
	text-align: center;
	width: 100%;
	position: relative;
}

.progressTracker .progressText {
	font-weight: 700;
	font-size: 1.2rem;
	color: #979ea4;
	display: block;
	max-width: 190px;
	margin: 0.5rem auto 0;
}

.progressTracker .progressStep::before,
.progressTracker .progressStep::after {
	content: '';
	width: calc(50% - 5px);
	height: 3px;
	background: #979ea4;
	position: absolute;
	display: block;
	top: 0.5rem;
}

.progressTracker .progressStep::before {
	left: 0;
}

.progressTracker .progressStep::after {
	right: 0;
}

.progressTracker .progressStep.inProgress::before,
.progressTracker .progressStep.done::after {
	background: #506487;
}

.progressTracker .progressStep.done::before {
	background: #313f62;
}

.progressTracker .progressStep.inProgress .progressMarker i,
.progressTracker .progressStep.inProgress .progressText {
	color: #506487;
}

.progressTracker .progressStep.done .progressMarker i,
.progressTracker .progressStep.done .progressText {
	color: #313f62;
}

.datepicker {
}

.datepicker--day-name {
	color: #506487;
	font-weight: bold;
}

form .textWrap {
	margin: 0.75rem 0.5rem;
}

form p.extra {
	padding: 0.75rem 0.5rem;
	color: #979ea4;
	font-size: 1.25rem;
}

form p.extra i {
	font-size: 1rem;
	margin-right: 0.5rem;
}

.compoundRadio,
.compoundCheckbox {
	display: flex;
	align-items: center;
	/* position: relative;
	display: block;
	padding: 0.4rem; */
}

.compoundRadio input,
.compoundCheckbox input {
	margin-right: 8px;
	/* position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0 !important;
	outline: 0;
	z-index: -1; */
}

.compoundRadio label,
.compoundCheckbox label,
.form .selectControl select {
	font-family: 'Plus Jakarta Sans', sans-serif;
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	height: 32px;
	line-height: 32px;
	/* border: 5px solid blue; */
	/* height: 24px; */
	color: #131723;
	/* color: #506487;
	cursor: pointer;
	font-size: 1.125rem; */
}

.form .selectControl select {
	width: calc(50% - 16px);
}

/* .compoundRadio label:before, .compoundCheckbox label:before {
	content: "\f058";
	display: inline-block;
	color: #c2c7cb;
	vertical-align: middle;
	margin-right: 0.5rem;
	font-family: "Font Awesome 5 Pro";
	font-weight: 900;
	font-size: 1.125rem;
	margin-bottom: 2px;
} */

.compoundRadio input:checked ~ label:before,
.compoundCheckbox input:checked ~ label:before {
	color: #bfe895;
}

.formRow .compoundRadio.invalid input ~ label,
.formRow .compoundCheckbox.invalid input ~ label {
	color: #ca3e3b;
}

.compoundRadio.invalid label:before,
.compoundCheckbox.invalid label:before {
	color: #ca3e3b;
}

.formRow.compound .compoundRadio ~ .inputGroup,
.formRow.compound .compoundCheckbox ~ .inputGroup {
	display: none;
}

.formRow .compoundRadio.checked ~ .inputGroup,
.formRow .compoundCheckbox.checked ~ .inputGroup {
	display: flex;
}

.formRow .compoundRadio.unchecked label,
.formRow .compoundCheckbox.unchecked label {
	color: #c2c7cb;
}

.formRow.compound {
	flex-direction: column;
	align-items: flex-start;
}

.formRow.compound .inputGroup {
	display: flex;
	align-items: center;
	margin-top: 8px;
	/* padding-left: 2rem; */
}

.w-half {
	width: 50%;
}

.formRow.compound .inputGroup .formSpan {
	color: black;
	margin: 0;
	margin-right: 1rem;
}

.formRow .selectControl {
	width: 100%;
}

.inputGroup.material {
	display: none;
}

/*

--- Modal

*/

.modal {
	display: none;
	position: fixed;
	z-index: 999999999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 2rem;
	overflow: auto;
	background-color: rgba(194, 199, 203, 0.5);
	background-color: rgba(19, 23, 35, 0.4);
	animation-duration: 0.4s !important;
	-webkit-animation-duration: 0.4s !important;
}

.modalBtn {
	cursor: pointer;
}

.modal .close {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	float: right;
	background: none;
	border: none;
	position: absolute;
	right: 0.5rem;
	top: 0.5rem;
	font-size: 1.2rem;
	cursor: pointer;
	padding: 0.5rem;
}

.showAddArtworkConfirmModal.modal .close {
	color: #131723;
}

.modalContent {
	background-color: white;
	margin: 0rem auto 3rem;
	border-radius: 2px;
	padding: 42px;
	max-width: 700px;
	position: relative;
	animation-duration: 0.4s !important;
	-webkit-animation-duration: 0.4s !important;
}

#conservationModal {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 0;
}

#conservationModal .modalContent {
	margin: 0;
	padding: 2.5rem 2rem 3rem;
}

#conservationModal h2 span {
	font-size: 1.3rem;
}

.modal.active {
}

.modal .modalContent h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: center;
}

.modal .modalContent h3 {
	font-weight: 500;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	margin-bottom: 16px;
	margin-top: 0;
}

.modal .modalContent .modalBody {
	display: flex;
	align-items: flex-start;
}

.modal .modalContent .modalBody .right,
.modal .modalContent .modalBody .left {
	width: 50%;
}

.modal .modalContent .modalBody .right form,
.modal .modalContent .modalBody .left form {
	display: flex;
	height: 100%;
	width: 100%;
	flex-direction: column;
	justify-content: space-between;
}

.modal .modalContent .modalBody .left p {
	font-size: 1.1rem;
}

.modal .modalContent .modalBody .left {
	padding: 2rem 2rem 0 0;
	border-right: 1px solid rgba(194, 199, 203, 0.5);
}

#artwork .artistTitleRow .artistName {
	font-weight: bold;
	font-size: 17px;
	line-height: 28px;
}

#loginModal .left {
	margin-right: 12px;
}

#loginModal .right {
	margin-left: 12px;
}

#loginModal .left,
#loginModal .right {
	border: 1px solid #f4f4f4;
	border-radius: 4px;
	padding: 24px;
}

.modal .modalContent .modalBody .right {
	padding: 2rem 0 0 2rem;
}

.modal#conservationModal .modalContent h2 {
	color: #20231c;
	font-size: 1.3rem;
	text-align: center;
}

.modal .modalContent h2 img {
	vertical-align: middle;
	margin-right: 16px;
}

.modal .modalContent h2 span {
	vertical-align: middle;
}

.modal .modalContent .contentBlock {
	padding-left: 4rem;
	padding-right: 4rem;
}

.modal .modalContent .contentBlock h2 {
	color: #20231c;
	border-bottom: none;
	font-size: 1.4rem;
}

.modal .modalContent .contentBlock p:not(:last-child) {
	margin-bottom: 1.2rem;
}

.modal .modalContent .contentBlock p {
	font-size: 1rem;
	line-height: 1.5rem;
}

.modal input {
	font-size: 13px;
	line-height: 16px;
	color: #9fa3b5;
	padding: 8px;
	width: 100%;
	border: 0.2px solid #b3c0c5;
	box-sizing: border-box;
	box-shadow: inset 0px 1px 0px rgba(225, 228, 232, 0.2);
}

.modal .inputWrap {
	margin-bottom: 12px;
}

.modal .inputGroup .inputWrap {
	margin: 0;
}

.modal .forgotPass {
	color: #131723;
	cursor: pointer;
	font-weight: 500;
	font-size: 10px;
	text-decoration: underline;
}

.modal label {
	font-weight: 300;
	text-align: left;
	font-size: 10px;
	line-height: 24px;
	display: block;
}

.modal .visitorModalContent {
	max-width: 894px;
	margin-top: 15vh;
}

.modal .visitorModalContent .visitorAdvantages {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 52px 0;
}

.modal .visitorModalContent .visitorActions {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.modal .visitorModalContent .iconContent {
	color: #6a6e7e;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
}

.modal .iconContent {
	display: flex;
	flex-direction: column;
	max-width: 242px;
	text-align: center;
}

.modal .iconContent .icon {
	display: flex;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	align-items: center;
	justify-content: center;
	margin-bottom: 16px;
}

/*
--- Upload Media
*/

ul.accordion {
	list-style: none;
	padding-left: 0;
	color: #131723;
}

ul.accordion li {
	cursor: pointer;
	border: 1px solid rgb(179 192 197 / 50%);
	transition: height ease 0.4s;
	margin-bottom: 8px;
	padding: 12px;
	background-color: #fcfcfc;
}

ul.accordion li.collapsed {
	background-color: #fff;
}

ul.accordion li .accordionTitle {
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	border-radius: 2px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	color: #131723;
}

ul.accordion li .accordionTitle span,
ul.accordion li .accordionTitle li {
	vertical-align: baseline;
}

ul.accordion li .accordionTitle .accordionArrow {
	margin-left: 2rem;
	vertical-align: middle;
	transform: rotate(0deg);
	transition: transform ease-in 0.4s;
	float: right;
	position: absolute;
	bottom: calc(50% - 8px);
	right: 17px;
	margin-left: 0;
}

ul.accordion li .accordionTitle.collapsed .accordionArrow {
	transform: rotate(180deg);
}

ul.accordion li .accordionTitle .accordionArrow:before {
	content: '\f077';
	font-size: 13px;
}

ul.accordion li .accordionContent {
	margin-bottom: 12px;
	display: none;
}

ul.accordion .accordionContent ul {
	margin-left: 2rem;
	list-style-type: disc;
}

ul.accordion .accordionContent ul li {
	margin-bottom: 1rem;
}

.formRow.uploadArea {
	flex-direction: column;
}

#uploadImages.dropzone {
	background-color: #f9f9fa;
	border: 1px dashed #b3c0c5;
	border-radius: 2px;
	transition: all ease-out 0.2s;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2.5rem 1rem;
}

#uploadImages.dropzone:hover,
#uploadImages.dropzone.dz-drag-hover {
	box-shadow: 0 2px 20px 0 rgba(233, 233, 233, 0.6);
	background: white;
	transform: scale(1.02);
}

#uploadImages.dropzone.dz-drag-hover .dz-message {
	opacity: 1;
}

#uploadImages.dropzone .dz-message {
	margin: 0;
	max-width: 300px;
}

#uploadImages.dropzone .dz-message p {
	font-size: 0.8rem;
	line-height: 1.5rem;
	color: #6a6e7e;
	margin: 0;
	font-weight: 300;
}

#uploadImages.dropzone .dz-message p:first-child {
	font-style: italic;
	line-height: 1.3;
	margin-bottom: 14px;
}

#uploadImages.dropzone .dz-message .uploadIcon {
	display: block;
	margin: 0 auto 14px;
	font-size: 1.2rem;
}

#previewThumbs.dropzone {
	background: transparent;
	border: none;
	min-height: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	gap: 1rem;
}

#previewThumbs.dropzone .dz-preview {
	margin: 0;
}

#previewThumbs.dropzone .dz-preview .dz-image {
	border-radius: 0;
	width: 151px;
	height: 197px;
}

#previewThumbs.dropzone .dz-preview .dz-progress .dz-upload {
	background: #bfe895;
}

#previewThumbs.dropzone .dz-preview .remove {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	position: absolute;
	font-size: 1rem;
	color: #313f62;
	cursor: pointer;
	padding: 0;
	z-index: 20;
	top: 0.5rem;
	right: 0.5rem;
	background-color: white;
	border-radius: 100%;
	width: 23px;
	height: 23px;
	transition: all ease 0.1s;
}

#previewThumbs.dropzone .dz-preview .remove i {
	display: block;
	margin: 0 auto;
	width: 10px;
}

#previewThumbs.dropzone .dz-preview .remove:hover {
	box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	transform: scale(1.2);
}

#previewThumbs.dropzone .dz-preview .dz-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}

#previewThumbs.dropzone .dz-preview:hover .dz-image img {
	filter: none;
}

.formRow.uploadArea {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1rem;
}

#previewThumbs:empty {
	display: none;
}

.summary .authorName,
.summary .artworkName,
.summary .artworkYear {
	text-transform: uppercase;
}

.summary .authorName,
.summary .artworkName,
.summary .artworkYear,
.summary .artworkPrice {
	display: block;
	text-align: center;
}

.summary.attributes {
	align-items: flex-start;
}

.authorName {
	font-weight: bold;
	font-size: 16px;
	line-height: 20px;
}

.authorName:hover {
	text-decoration: underline;
}

.summary .artworkAttr {
	display: flex;
	margin-bottom: 8px;
}

.summary .artworkAttr p,
.summary .artworkAttr span,
.summary .artworkAttr h4 {
	font-weight: 300;
}

.summary .artworkAttr p,
.summary .artworkAttr span {
	font-weight: 300;
}

.summary .artworkAttr span.type {
	text-transform: capitalize;
}

.summary .artworkAttr h4 {
	margin: 0;
}

.summary .artworkAttr .icon {
	min-width: 30px;
	line-height: 1.7;
	color: #313f62;
}

.summary .artworkAttr .icon img {
	max-width: 18px;
	position: relative;
	display: block;
	top: 5px;
}

.summary .imgWrap {
	padding: 1.5rem;
	background-color: white;
	border: 8px solid #1f231b;
	display: inline-block;
	margin: 0 auto;
}

.summary .imgWrap .artworkPhoto {
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.27);
	max-height: 320px;
}

.formRow.summary:not(.header) {
	flex-direction: row;
}

.imagineAtHomeRow {
	display: flex;
	gap: 16px;
	margin-top: 24px;
	flex-wrap: wrap;
}

.imagineAtHomeRow > img {
	height: 290px;
}

/*

--- Home Page

*/

header.mainHeader {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 2rem;
	position: -webkit-sticky;
	position: sticky;
	width: 100%;
	height: 60px;
	background: white;
	top: 0;
	z-index: 100;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

header.mainHeader .logo {
	width: 40px;
	height: 40px;
}

header.mainHeader .btn.r-menu {
	display: none;
}

.mainHeaderSearch .hideWhenSearch {
	display: none !important;
}

.inputDecoration {
	position: absolute;
	right: 29px;
	top: 9px;
	color: #9fa3b5;
	font-size: 12px;
}

.closeSearch {
	display: none;
	font-size: 20px;
}

.mainHeaderSearch .closeSearch {
	display: block;
}

.mainHeaderSearch .closeSearch i {
	font-size: 24px;
	color: #131723;
}

header.mainHeader nav.mainMenu {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

header.mainHeader nav.mainMenu1 {
	margin-left: 180px;
}

header.mainHeader .menu-btn-mobile {
	display: none;
}

header.mainHeader .menu-btn-mobile i {
	font-size: 20px;
	color: #131723;
}

header.mainHeader .userMenuMobile {
	display: none;
}

.mainHeaderSearch nav.mainMenu {
	flex: 1;
	margin-left: 0px !important;
}

header.mainHeader nav.mainMenu > ul {
	list-style: none;
	display: flex;
	margin: 0;
	padding: 0;
}

header.mainHeader nav.mainMenu > ul > li {
	max-width: 120px;
	text-align: center;
	vertical-align: middle;
}

header.mainHeader nav.mainMenu > ul > li > a,
.menuTab > a {
	font-size: 12px;
	color: inherit;
	font-weight: 500;
	height: 100%;
	display: flex;
	align-items: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;
}

.menuTab > a {
	padding: 26px 21px;
	border-bottom: 1px solid transparent;
}

.menuTab > a:hover {
	border-bottom: 1px solid #131723;
}

.btn.cta.yellow {
	color: white;
	background-color: #d8b263;
	border: 1px solid #dcbb74;
}

.headerHorizontalContainer {
	display: flex;
	flex-direction: row;
	justify-content: center;
	margin: 20px 0px;
	gap: 0px 150px;
	text-align: left;
	line-height: 2;
}

.headerHorizontalContainer .title {
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
	color: #6a6e7e;
	text-transform: uppercase;
}

.headerHorizontalContainer li a {
	color: #131723;
	text-decoration: none;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
}

.headerHorizontalContainer li a:hover {
	color: #0070c0;
}

.headerAllLink {
	color: #898d9e;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 24px;
	display: block;
}

#home #catalogue,
#home #artists,
#home #styles,
#home #news,
#home #featured,
#artwork #otherWorks,
#artwork #related,
#imagineAtHome,
#artwork #authorInfos {
	max-width: 1104px;
	margin: auto;
	position: relative;
	margin-top: 80px;
	padding: 0px 15px;
}

#home #featured .cardWrapper {
	margin-bottom: 24px;
}

#artwork #related {
	margin-bottom: 80px;
}

.priceAlertArtworkTitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #9fa3b5;
	text-align: center;
	margin-bottom: 32px;
}

.artistNameContainer {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.artistNameContainer .artistFollow {
	margin-top: 0px;
}

.artistNameContainer img {
	display: inline;
	margin: 0 8px 0 0;
}

.homeh2Container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 24px;
}

header.mainHeader nav.mainMenu .btn.cta.submitWork {
	margin-left: 16px;
}

header.mainHeader nav.mainMenu .btn.account {
	padding: 0;
	position: relative;
}

header.mainHeader nav.mainMenu .btn.account img {
	width: 20px;
	height: 20px;
}

.unreadAlert {
	background: red !important;
	color: white !important;
	width: 12px;
	height: 12px;
	line-height: 12px;
	font-size: 9px !important;
	border-radius: 17px;
	text-align: center;
	font-weight: 700 !important;
	font-style: normal !important;
	display: inline-block;
}

header .btn .unreadAlert {
	position: absolute;
	right: -6px;
	bottom: -4px;
}

header.mainHeader nav.mainMenu .btn.search {
	padding: 21px;
}

header.mainHeader nav.mainMenu .btn.search i {
	font-size: 20px;
	color: #131723;
}

header.mainHeader .searchBox {
	background: rgba(255, 255, 255, 1);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1;
	padding: 0 16px;
	position: relative;
}

.pushy .searchBox {
	background: #f8f9fa;
	position: absolute;
	top: 0;
	left: 0;
	right: 110px;
	width: calc(100% + 1rem - 158px);
	padding-left: 1rem;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

header.mainHeader .searchBox.hidden,
.pushy .searchBox.hidden {
	display: none;
}

header.mainHeader .searchBox input,
.pushy .searchBox input {
	border: none;
	background: transparent;
	font-size: 12px;
	line-height: 15px;
	width: 100%;
	box-shadow: none;
	outline: none;
	font-weight: 500;
	padding: 8px 16px;

	color: #9fa3b5;
	border: 1px solid #b3c0c5;
	box-sizing: border-box;
	border-radius: 2px;
}

header.mainHeader .searchBox input {
	padding-right: 32px;
}

header.mainHeader .searchBox input.shortPlaceholder {
	display: none;
}

@media screen and (max-width: 580px) {
	header.mainHeader .searchBox input.fullPlaceholder {
		display: none;
	}

	header.mainHeader .searchBox input.shortPlaceholder {
		display: flex;
	}
}

.pushy .searchBox input {
	font-size: 1rem;
}

.searchResults {
	position: absolute;
	background: white;
	width: calc(100% - 32px);
	max-height: calc(100vh - 60px);
	left: 16px;
	top: 34px;
	padding: 0px 10px;
	border-radius: 0 0 2px 2px;
	overflow-y: auto;
}

.searchResults > div {
	padding-top: 0.75rem;
	padding-bottom: 0.75rem;
}

.searchResults .noResults {
	font-size: 13px;
	line-height: 16px;
	color: #9fa3b5;
}

.searchResults .row {
	display: flex;
	justify-content: space-between;
	margin-bottom: 12px;
}

.searchResults ul {
	max-height: 187px;
	overflow-y: auto;
	padding-bottom: 1px;
}

.searchResults .row span.title {
	font-weight: 600;
	text-transform: capitalize;
	font-size: 14px;
	line-height: 18px;
}

.tooltip .searchResults ul li:not(:last-child) {
	margin-bottom: 0.75rem;
}

.searchResults ul li a {
	display: flex;
	flex-direction: row;
	text-decoration: none;
	padding: 6px;
	white-space: nowrap;
	overflow: hidden;
	color: inherit;
	border-radius: 4px;
	border: 1px solid transparent;
}

.searchResults ul li a:hover {
	background: #f9fcff;
	border: 1px solid #e0eaef;
}

.searchResults ul li .pic {
	flex: 0 0 auto;
	width: 48px;
	height: 48px;
	background-position: center;
	background-size: cover;
	display: inline-block;
	vertical-align: middle;
	border-radius: 100%;
	margin-right: 12px;
}

.searchResults ul li a span {
	font-size: 14px;
	line-height: 18px;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	font-weight: bold;
	max-width: calc(100% - 22px);
}

.searchResults ul li a span img {
	position: relative;
	top: 2px;
	margin-right: 4px;
}

.searchResults ul li a span .detail {
	color: #9fa3b5;
	font-size: 12px;
	line-height: 15px;
	font-style: normal;
	font-weight: normal;
	margin-top: 4px;
	display: block;
}

.searchResults .articles ul li a span .icon {
	margin: 0 0.25rem 0 0.35rem;
}

.searchResults .articles ul li a span i {
	color: #a1a1a1;
	font-style: normal;
}

header.mainHeader .searchBox input::placeholder,
.pushy .searchBox input::placeholder {
	color: #c2c7cb;
}

.owl-carousel .owl-item img {
	display: initial;
}

header.mainHeader nav.mainMenu .btn.language {
	padding: 0;
	margin-left: 16px;
}

header .btn.language img {
	width: 23px;
	margin-top: 6px;
}

footer .btn.language img {
	width: 23px;
	margin-top: 3px;
}

.flagImage {
	margin-right: 6px;
}

.headerLangSelectorDropdownWrapper,
.headerMobileLangSelectorDropdownWrapper,
.footerLangSelectorDropdownWrapper {
	position: relative;
}

.headerMobileLangSelectorDropdownWrapper {
	margin-right: 8px;
}

.headerMobileLangSelectorDropdownWrapper .dropdown.locales {
	position: absolute;
	top: calc(100% - 1px);
	left: 0;
	display: none;
	flex-direction: column;
	width: 120px;
	background-color: #f8f9fa;
	border: 1px solid rgba(194, 199, 203, 0.5);
	border-radius: 3px;
	box-shadow: 0 4px 8px 0 rgb(0 0 0 / 5%);
	z-index: 100;
}

.headerMobileLangSelectorDropdownWrapper .dropdown.locales ul li {
	display: flex;
	flex-direction: row;
}

.btn.headerMobileLangSelector,
.btn.footerLangSelector {
	padding: 12px;
	display: flex;
	align-items: center;
	border: 0.2px solid #e0eaef;
	box-sizing: border-box;
	border-radius: 4px;
	color: #9fa3b5;
	font-size: 13px;
	line-height: 16px;
}

/*
-- Dropdown menu
*/

.dropdown:not(.searchResults) {
	display: none;
}

.tooltip.dropmenu {
	background: white;
	border: 1px solid rgba(194, 199, 203, 0.5);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
	padding: 10px 1.5rem;
	max-width: none;
	position: relative;
	margin: 0;
}

.tooltip.tooltip-wrapper {
	max-width: none;
	background-color: transparent;
	margin: 0;
	z-index: 99999999;
}

.tooltip.dropmenu a {
	color: #131723;
}

.tooltip.dropmenu .tooltip-arrow:before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	position: absolute;
	margin: 5px;
	border-width: 0 6px 5px 6px;
	border-left-color: transparent;
	border-right-color: transparent;
	border-top-color: transparent;
	border-bottom-color: transparent;
	top: -1px;
	left: -11px;
	margin-top: 0;
	margin-bottom: 0;
	z-index: -1;
}

.tooltip[x-placement^='bottom'] .tooltip.dropmenu .tooltip-arrow {
	border-bottom-color: white;
}

.tooltip[x-placement^='top'] .tooltip.dropmenu .tooltip-arrow {
	border-top-color: white;
}

.tooltip[x-placement^='bottom'] .tooltip.dropmenu .tooltip-arrow:before {
	border-bottom-color: #dde0e2;
}

.tooltip[x-placement^='top'] .tooltip.dropmenu .tooltip-arrow:before {
	border-top-color: #dde0e2;
	top: -4px;
	left: -10px;
	border-width: 5px 5px 0 5px;
}

.tooltip .dropdown {
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

.tooltip .dropdown a:hover,
.tooltip .dropdown a:active {
	text-decoration: underline;
}

.tooltip .dropdown ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.tooltip .dropdown ul li {
	text-align: left;
}

.tooltip .dropdown ul li:last-child {
	margin: 0px;
}

.tooltip .dropdown.howItWorks a {
	font-weight: bold;
	text-decoration: underline;
}

.tooltip .dropdown.howItWorks a:hover {
	text-decoration: none;
}

.tooltip .dropdown.howItWorks ul li:nth-child(2) a {
	color: #ff9d59;
}

.tooltip .dropdown.catalogue {
	display: flex;
}

.tooltip .dropdown.catalogue > div {
	padding: 0.5rem;
}

.tooltip .dropdown.catalogue b.title {
	font-weight: 700;
	text-transform: uppercase;
	color: #313f62;
	font-size: 0.9rem;
	text-align: left;
	padding-bottom: 0.5rem;
	border-bottom: 1px solid rgba(49, 63, 98, 0.1);
	margin-bottom: 0.5rem;
	display: block;
}

.tooltip .dropdown.catalogue li {
	font-size: 0.8rem;
}

.tooltip .dropdown.catalogue ul li:not(:last-child) {
	margin-bottom: 0.5rem;
}

.tooltip .dropdown.catalogue li a {
	text-decoration: none;
	white-space: nowrap;
}

.tooltip .dropdown.catalogue li a:hover {
	text-decoration: underline;
}

.tooltip .dropdown.account {
	margin-left: -1.5rem;
	margin-right: -1.5rem;
}

.tooltip .dropdown.account img {
	width: 13px;
	height: 13px;
	margin-right: 16px;
}

.tooltip .dropdown.account > ul {
	max-width: 230px;
}

.tooltip .dropdown.account .hasSubMenu .subMenu {
	overflow: hidden;
	max-height: 150px;
	transition: max-height ease-in-out 0.2s;
}

.tooltip .dropdown.account .hasSubMenu.collapsed .subMenu {
	max-height: 0;
}

.tooltip .dropdown.account ul li a,
.tooltip .dropdown.account ul li button {
	padding: 6px 16px;
	font-size: 13px;
	line-height: 16px;
	position: relative;
	display: block;
	width: 100%;
	text-align: left;
}

.tooltip .dropdown.account ul li.hasSubMenu {
	margin-bottom: 0;
}

.tooltip .dropdown.account ul li.hasSubMenu > a,
.tooltip .dropdown.account ul li.hasSubMenu > button {
	padding: 0.5rem 1.5rem;
	font-weight: 400;
	margin-bottom: 0.5rem;
}

.tooltip .dropdown.account ul li a {
	display: flex;
	flex-direction: row;
	align-items: center;
	white-space: nowrap;
	text-decoration: none;
}

.tooltip .dropdown.account ul li a:hover {
	color: #0070c0;
}

.tooltip .dropdown.account ul li a span {
	white-space: normal;
	display: inline-block;
}

.tooltip .dropdown.account ul li a i,
.tooltip .dropdown.account ul li button i {
	display: inline-block;
	vertical-align: top;
	position: relative;
	margin-right: 17px;
	color: #979ea4;
}

.tooltip .dropdown.account ul li.personalInfo a i {
	top: 1px;
}

.tooltip .dropdown.account ul .hasSubMenu button:after {
	content: '\f078';
	font-family: 'Font Awesome 5 Pro';
	font-weight: 900;
	margin-left: 0.5rem;
	font-size: 0.8rem;
	display: inline-block;
	position: absolute;
	right: 1rem;
	color: #979ea4;
	transform: rotate(180deg);
	transition: transform ease 0.4s;
}

.tooltip .dropdown.account ul .hasSubMenu.collapsed button:after {
	transform: rotate(0deg);
}

.tooltip .dropdown.account ul li:not(:first-child):hover a:after {
	color: #ff9d59;
}

.tooltip .dropdown.account ul li.buyerProfile > button:after {
	color: #313f62;
}

.tooltip .dropdown.account ul li.sellerProfile > button:after {
	color: #ff9f5c;
}

.headerLangSelectorDropdownWrapper .dropdown.locales ul li:not(:last-child),
.footerLangSelectorDropdownWrapper .dropdown.locales ul li:not(:last-child) {
	margin-bottom: 8px;
}

.dropdown.locales ul li img {
	width: 20px;
	vertical-align: middle;
	margin-right: 0.5rem;
}

.dropdown.locales ul li a {
	text-decoration: none;
	cursor: pointer;
	font-size: 13px;
}

.dropdown.locales ul li:hover a {
	text-decoration: underline;
}

.headerMobileLangSelectorDropdownWrapper .dropdown.locales ul li,
.footerLangSelectorDropdownWrapper .tooltip .dropdown.locales ul li {
	margin-right: 0;
}

.headerLangSelectorDropdownWrapper
	.tooltip
	.dropdown.locales
	ul
	li:not(:last-child),
.footerLangSelectorDropdownWrapper
	.tooltip
	.dropdown.locales
	ul
	li:not(:last-child) {
	margin-bottom: 16px;
}

.headerLangSelectorDropdownWrapper .tooltip .dropdown.locales ul li a {
	padding: 0;
}

.headerMobileLangSelectorDropdownWrapper .dropdown.locales ul li a,
.footerLangSelectorDropdownWrapper .tooltip .dropdown.locales ul li a {
	margin-right: 0;
}

section#hero {
	display: flex;
	justify-content: center;
	align-items: center;
}

section#hero img,
section#hero .container {
	width: 50%;
	height: auto;
}

section#hero h1 {
	font-size: 42px;
	line-height: 1.26;
	color: #131723;
	font-weight: bold;
	margin-bottom: 4px;
}

section#hero .buttons .btn:first-child {
	margin-right: 17px;
	margin-bottom: 17px;
}

section#hero h2 {
	color: #6a6e7e;
	font-size: 17px;
	line-height: 1.42;
	font-weight: initial;
	max-width: 400px;
	margin-bottom: 24px;
}

.authModalError {
	display: none;
}

@media (max-width: 1050px) {
	section#hero h1 {
		font-size: 32px;
	}

	section#hero h2 {
		font-size: 14px;
	}
}

@media (max-width: 955px) {
	section#hero {
		flex-direction: column;
	}

	#hero .container {
		padding: 80px 40px;
	}

	section#hero img,
	section#hero .container {
		width: 100%;
	}

	section#hero img {
		display: none;
	}
}

@media (max-width: 555px) {
	#hero .container {
		padding: 80px 20px;
	}
}

section#whyChooseUs {
	margin: 140px 0px;
}

section#whyChooseUs .container {
	padding-top: 3rem;
	padding-bottom: 4rem;
}

section#whyChooseUs h2 {
	font-size: 36px;
	line-height: 45px;
	text-align: center;
	margin-bottom: 26px;
}

#whyChooseUs .buttons {
	text-align: center;
}

.features {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.features:last-child {
	margin-bottom: 48px;
}

.features .feature {
	margin: 36px;
	max-width: 177px;
}

.features .feature .icon {
	display: flex;
	margin: 0 auto;
	width: 64px;
	height: 64px;
	background: #e0eaef;
	border-radius: 100%;
	align-items: center;
	justify-content: center;
	margin-bottom: 38px;
}

.features .feature .icon i {
	color: #434653;
	font-size: 1.5rem;
	position: relative;
	left: 1px;
}

.features .feature p {
	font-weight: 500;
	font-size: 17px;
	color: #6a6e7e;
	line-height: 24px;
	text-align: center;
}

section#whyChooseUs .btn {
}

.homeh2Container h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}

.seeMoreLink {
	color: #9fa3b5;
	text-decoration-line: underline;
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	cursor: pointer;
	text-align: right;
}

section#catalogue hr,
section#artists hr,
section#styles hr,
section#news hr,
section#featured hr {
	margin-top: 1rem;
	margin-bottom: 3rem;
}

section#catalogue .btn.cta,
section#news .btn.cta,
section#featured .btn.cta {
	font-size: 1.2rem;
	padding: 1.1rem 3.6rem;
	text-align: center;
}

section#catalogue .categories {
	display: grid;
	grid-template-columns: repeat(2, 2fr);
	gap: 16px;
}

@media (max-width: 500px) {
	section#catalogue .categories {
		grid-template-columns: repeat(1, 4fr);
	}
}

section#catalogue .categories .category {
	position: relative;
	border-radius: 4px;
	overflow: hidden;
}

section#catalogue .categories .category a {
	color: inherit;
	text-decoration: none;
}

section#catalogue .categories .category .categoryFront {
	color: white;
	position: absolute;
	bottom: 0px;
	padding: 24px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 8.04%,
		rgba(0, 0, 0, 0.8) 100%
	);
	height: 112px;
	box-sizing: border-box;
	width: 100%;
	align-items: flex-end;
	display: flex;
	font-size: 24px;
}

@media (max-width: 800px) {
	section#catalogue .categories .category .categoryFront {
		font-size: 20px;
	}
}

section#catalogue .categories .category .categoryFront .catNumber {
	font-weight: 300;
	line-height: 30px;
	margin-right: 12px;
}

section#catalogue .categories h3 {
	font-weight: 500;
	line-height: 30px;
	display: inline-block;
	margin-right: 16px;
}

section#catalogue .categories .category .categoryInfo h3 {
	font-weight: 700;
}

section#catalogue .categories .category .categoryInfo h3,
section#catalogue .categories .category .categoryInfo span {
	color: #313f62;
}

.tooltip .dropdown .customCheckbox label {
	font-size: 0.9rem;
	color: #131723;
}

.tooltip .dropdown .customCheckbox label:before {
	width: 11px;
	height: 11px;
	border-radius: 2px;
	font-size: 0.5rem;
	line-height: 12px;
}

.tooltip .dropdown#period > div {
	min-width: 105px;
	display: flex;
	flex-direction: column;
	gap: 0.5rem;
}

section#news .articles {
	margin-bottom: 3rem;
}

section#news article {
	min-height: 211px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-end;
	position: relative;
	padding: 2rem;
	line-height: 1.4;
	overflow: hidden;
	border-radius: 4px;
}

section#news article .background {
	position: absolute;
	width: 100%;
	height: 100%;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: 0;
}

section#news article:hover .background {
	transform: scale(1.2);
	transition: all ease-out 5s;
}

section#news article .postCategory {
	color: white;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	border: 1px solid rgba(255, 255, 255, 0.5);
	box-sizing: border-box;
	border-radius: 2px;
	padding: 2px 8px;
	z-index: 5;
	margin-bottom: 8px;
}

section#news article h3 {
	overflow: hidden;
	color: white;
	margin: 0;
	position: relative;
	z-index: 5;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

section#news article > a {
	width: 100%;
	height: 100%;
	z-index: 6;
	position: absolute;
	top: 0;
	left: 0;
}

section#news article > span {
	color: white;
	position: absolute;
	right: 1rem;
	bottom: 1rem;
	font-size: 1.1rem;
	font-weight: 600;
	z-index: 4;
}

section#news article .noImageOverlay {
	background: rgba(49, 63, 98, 0.4);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

section.carouselSection .owl-nav {
	width: 85px;
	position: absolute;
	right: 0px;
	bottom: -20px;
	white-space: nowrap;
	display: flex;
	justify-content: flex-end;
}

.owl-theme .owl-dots .owl-dot {
	display: flex;
	flex: 1;
}

.owl-theme .owl-dots .owl-dot span {
	margin: 0;
	border-radius: 0px;
	height: 1px;
	width: 100%;
	background: #e0eaef;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background: #131723;
}

.thumbs .owl-nav button.owl-prev,
.thumbs .owl-nav button.owl-next {
	background: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	border: 0.2px solid #e0eaef;
	color: #b3c0c5;
	cursor: pointer;
	position: absolute;
	top: 34px;
}

.thumbs .owl-nav button.owl-prev {
	left: -8px;
}

.thumbs .owl-nav button.owl-next {
	right: -8px;
}

.thumbs .owl-prev.disabled,
.thumbs .owl-next.disabled {
	display: none;
}

section.carouselSection .owl-nav .owl-prev,
section.carouselSection .owl-nav .owl-next {
	background: #ffffff;
	width: 32px;
	height: 32px;
	border-radius: 32px;
	border: 0.2px solid #e0eaef;
	color: #b3c0c5;
	margin: 5px 0px;
}

section.carouselSection .owl-nav .owl-prev {
	margin-right: 8px;
}

section.carouselSection .owl-nav .owl-next:hover,
section.carouselSection .owl-nav .owl-prev:hover,
.thumbs .owl-nav .owl-next:hover,
.thumbs .owl-nav .owl-prev:hover {
	box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
	background: #ffffff;
	color: #b3c0c5;
}

.card.artwork {
	display: flex;
	flex-direction: column;
	border: 1px solid #e0eaef;
	border-radius: 4px;
}

section#styles .homeStylesGrid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 16px;
	row-gap: 16px;
}

section#styles .homeGridItem {
	height: 217px;
	border-radius: 4px;
	position: relative;
	overflow: hidden;
}

.soldLabel {
	margin: 6px 0px;
	font-weight: bold;
	font-size: 14px;
}

section#styles .homeGridItem .bottomRibbon {
	position: absolute;
	bottom: 0px;
	height: 112px;
	display: flex;
	align-items: flex-end;
	width: 100%;
	padding: 24px;
	background: linear-gradient(
		180deg,
		rgba(0, 0, 0, 0) 8.04%,
		rgba(0, 0, 0, 0.8) 100%
	);
}

section#styles .homeGridItem .categoryName {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: white;
}

section#styles .homeGridItem .categoryName i {
	margin-left: 8px;
	font-size: 20px;
}

.artworkColumn .artwork:not(:last-child) {
	margin-bottom: 24px;
}

.card.artwork .imgWrap {
	width: 100%;
	display: block;
	overflow: hidden;
	position: relative;
	transform: scale(1);
}

.card.artwork .cardImg {
	width: 100%;
	height: 235px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.21);
	position: relative;
	z-index: 1;
	display: block;
	object-fit: cover;
}

.card.artwork .imgWrap .cardImgPlaceholder {
	width: 100%;
	min-height: 235px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #e8e8e8;
	color: #b0b0b0;
	font-size: 2.5rem;
}

.redDot {
	margin-right: 6px;
	margin-bottom: 2px;
}

.cardArtworkPrice {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
}

.card.artwork .cardBody a {
	color: inherit;
	text-decoration: none;
}

.card.artwork .cardBody a:hover {
	text-decoration: underline;
}

.artwork.block .blockBody a {
	color: inherit;
	text-decoration: none;
}

.artwork.block .blockBody a:hover {
	text-decoration: underline;
}

.card.artwork .cardBody span.artworkTitle,
.card.artwork .cardBody span.artworkYear,
.artwork.block .blockBody span.artworkTitle,
.artwork.block .blockBody span.artworkYear {
	color: #9fa3b5;
	font-size: 12px;
	line-height: 12px;
	font-weight: 500;
}

.card.artwork .cardBody span.artworkYear,
.artwork.block .blockBody span.artworkYear {
	font-weight: 300;
}

.card.artwork .cardBody {
	padding: 12px;
	background-color: #ffffff;
	display: flex;
	justify-content: space-between;
}

.card.artwork .cardBody span.artworkTitle:after,
.artwork.block .blockBody span.artworkTitle:after {
	content: ', ';
}

.card.artwork .cardFooter {
	padding: 0 12px 12px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background-color: #ffffff;
}

.card.artwork .cardFooter .category,
.artwork.block .blockBody .category {
	font-size: 14px;
	line-height: 18px;
	color: #131723;
}

.card.artwork .category {
	text-decoration: none;
}

.card.artwork .category:hover {
	text-decoration: underline;
}

.card.artwork .cardFooter .category .icon,
.artwork.block .blockBody .category .icon {
	width: 18px;
	height: auto;
	display: inline-block;
	margin-right: 3px;
	vertical-align: middle;
}

#product .sidebar .addFavorite {
	width: 100%;
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 14px;
	line-height: 18px;
	padding: 12px;
	margin-top: 16px;
}

#product .sidebar .addFavorite i {
	font-size: 10px;
	position: relative;
	top: -1px;
}

.addFavorite {
	white-space: nowrap;
	border: 1px solid #e0eaef;
	border-radius: 2px;
	font-size: 10px;
	line-height: 1.3;
	padding: 4px 8px;
}

.addFavorite:not(.active) {
	color: #000000 !important;
}

.addFavorite i {
	margin-right: 6px;
	color: #9fa3b5;
}

.btn.addFavorite.active,
#artwork .btn.addFavorite.active {
	color: white;
	border: 1px solid #d13e3e;
	background: #d13e3e;
}

.artistFollow i {
	margin-right: 4px;
}

.addFavorite.active i {
	color: white;
}

#artwork .sidebar .addFavorite.active i {
	color: white;
}

.card.artwork .cardFooter .btn {
	padding: 0;
}

.card.artwork .cardFooter .btn i {
	font-size: 0.8rem;
	color: #cf5b5b;
}

.card.artwork .buttons {
	margin-bottom: 3rem;
}

section#partners {
	text-align: center;
	padding-bottom: 100px;
}

section#partners h2 {
	font-size: 36px;
	line-height: 45px;
	font-weight: bold;
	margin: 0;
	text-align: center;
	margin-bottom: 29px;
}

section#partners .logos img {
	max-width: 140px;
	display: inline-block;
	margin: 29px 83px;
}

footer {
	background: white;
	border-top: 1px solid #e0eaef;
	padding: 32px 10px 0;
}

footer .container {
	padding: 31px 15px 66px;
	max-width: 1330px;
	margin: auto;
}

footer .footerTop {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	padding-bottom: 2rem;
	width: 100%;
}

footer .footerTop h3 {
	color: #131723;
	font-size: 12px;
	font-weight: 500;
	margin-bottom: 12px;
	margin-top: 0;
}

footer .footerTop ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

footer .footerTop ul li,
footer .footerTop ul li a {
	font-size: 12px;
	font-weight: 300;
	color: #6a6e7e;
	line-height: 24px;
	text-decoration: none;
	margin-right: 20px;
	margin-bottom: 20px;
}

footer .footerTop ul li a:hover {
	text-decoration: underline;
}

footer .footerTop ul li:not(:last-child) {
	margin-bottom: 8px;
}

footer .newsletter {
	width: 33%;
}

footer .newsletter .inputGroup {
	display: flex;
	padding: 0;
	margin-bottom: 23px;
}

.newsletterSuccess {
	position: relative;
	top: -19px;
	font-size: 12px;
	display: none;
	color: #6a6e7e;
}

footer .newsletter input {
	padding: 8px;
	font-size: 13px;
	border-width: 1px;
	border-radius: 2px;
	width: 100%;
}

footer .newsletter button#subscribeToNewsletter {
	border-radius: 2px;
	padding: 8px 16px;
	vertical-align: middle;
	position: relative;
	margin-left: 4px;
	z-index: 2;
}

#preSignup button.inactive,
footer .newsletter button.inactive {
	background: #b7bbbd;
	border: 1px solid rgba(0, 0, 0, 0.1);
	pointer-events: none;
}

footer .footerBottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footerRow {
	display: flex;
}

.footerRow > div:first-child {
	margin-right: 36px;
}

footer .footerBottom .social,
footer .footerBottom .logoWrap {
	width: 30%;
}

.cardBodyLeft {
	height: 54px;
}

footer .footerBottom .logo {
	max-width: 174px;
}

footer .footerBottom .social {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}

footer .footerBottom .social a {
	display: inline-block;
	font-size: 1.2rem;
}

footer .footerBottom .social a {
	margin-right: 1rem;
}

footer .footerBottom .social a i {
	color: #e8b03e;
}

/*

--- Responsive Menu

*/

.pushy-left {
	-webkit-transform: translate3d(-325px, 0, 0);
	-ms-transform: translate3d(-325px, 0, 0);
	transform: translate3d(-325px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
	-webkit-transform: translate3d(325px, 0, 0);
	-ms-transform: translate3d(325px, 0, 0);
	transform: translate3d(325px, 0, 0);
}

nav.pushy {
	background: #f8f9fa;
	width: 325px;
	overflow-x: hidden;
}

nav.pushy .pushy-content ul {
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}

nav.pushy .pushy-content ul li,
nav.pushy .pushy-content ul li a,
nav.pushy .pushy-content ul li button {
	width: 100%;
}

nav.pushy .pushy-content ul li a,
nav.pushy .pushy-content ul li button {
	cursor: pointer;
}

nav.pushy .pushy-content .menuTop {
	padding: 1rem 1rem 1rem 0;
	border-bottom: 1px solid rgba(194, 199, 203, 0.5);
	display: flex;
	justify-content: flex-end;
	align-items: center;
	position: relative;
	height: 60px;
}

nav.pushy .pushy-content .menuTop a,
nav.pushy .pushy-content .menuTop button {
	color: #131723;
	padding: 0.5rem;
}

nav.pushy .pushy-content .menuTop button.language {
	display: flex;
}

nav.pushy .pushy-content .menuTop a.account {
	display: flex;
	align-items: center;
	flex-wrap: nowrap;
	padding-left: 1.5rem;
	font-weight: 400;
	/*white-space: nowrap;*/
	margin-right: auto;
	gap: 12px;
}

nav.pushy .pushy-content .menuTop a.account i {
	font-size: 2rem;
	margin-right: 0.5rem;
}

nav.pushy .pushy-content .menuTop .search {
	margin-right: 0.5rem;
}

nav.pushy .pushy-content .menuTop .language img {
	max-width: 20px;
}

nav.pushy .pushy-content .menuTop .close {
	background-color: transparent;
	border: none;
}

nav.pushy .pushy-content .menuTop .close i {
	font-size: 20px;
	color: #131723;
}

nav.pushy .pushy-content .sideMenu {
	padding: 1rem 0;
}

nav.pushy .pushy-content .sideMenu .profileMenu li a {
	display: flex;
	flex-direction: row;
	align-items: center;
}

#loginModal {
	opacity: 1;
	transition: opacity ease-out 0.3s;
	text-align: center;
}

#loginModal h2 {
	margin: 32px 0px;
}

#authenticationModal .modalContent {
	margin-top: 15vh;
}

.buyOrSellModal .modalContent {
	margin-top: 15vh;
}

#signupModal {
	padding: 22px;
	opacity: 0;
	transition: opacity ease-out 0.3s;
}

#signupModal * {
	-webkit-font-smoothing: antialiased;
}

#signupModal .modalBody {
	flex-direction: column;
}

#signupModal .modalBody form {
	width: 100%;
	margin-top: 12px;
}

#signupModal .customRadio label,
#signupModal .customCheckbox label {
	font-weight: 300;
}

.buyOrSellModal {
	text-align: center;
}

.buyOrSellModal img {
	margin-bottom: 36px;
}

.buyOrSellModal .actions {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 32px;
}

.orSeparator {
	margin: 0px 16px;
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #6a6e7e;
}

.howItWorksLink {
	color: #131723;
	font-weight: 500;
	font-size: 10px;
	line-height: 24px;
	text-decoration: underline;
	margin-top: 32px;
	display: block;
}

.buyOrSellModal .modalContent {
	max-width: 480px;
}

#signupModal .modalBody p,
#forgotPasswordModal .modalBody p {
	color: #6a6e7e;
	font-size: 17px;
	line-height: 24px;
	text-align: center;
	max-width: 430px;
	margin: 8px auto 12px;
	position: relative;
	font-weight: normal;
}

#signupModal .customRadio {
	align-items: center;
	display: flex;
	margin-bottom: 5px;
}

#signupModal .buttons {
	text-align: center;
	margin-top: 24px;
}

#forgotPasswordModal .wrapper {
	width: 100%;
}

#forgotPasswordModal .buttons {
	text-align: center;
	margin-top: 2rem;
	display: block;
	width: 100%;
}

#forgotPasswordModal .buttons .btn.back {
	font-size: 1.125rem;
	padding: 0.8rem 1rem;
}

#visitorModal .modalBody {
	flex-direction: column;
	align-items: center;
}

/*

--- Catalogue

*/

.filtersOverlay {
	display: none;
}

#container h1 {
	font-size: 24px;
	line-height: 30px;
	margin: 32px 0px;
}

body.artists #container h1 {
	text-align: center;
}

body#catalogue #topBanner {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.4),
			rgba(49, 63, 98, 0.4)
		),
		url('/img/catalogueBG.jpg');
}

#catalogue .noResults > * {
	display: block;
	text-align: center;
}

#catalogue .noResults {
	margin: 4rem 0;
}

#catalogue .noResults i {
	color: #313f62;
	font-size: 3rem;
	margin-bottom: 1rem;
}

#catalogue .noResults p {
	font-size: 1.3rem;
}

#filters {
	position: -webkit-sticky;
	position: sticky;
	top: 59px;
	z-index: 2;
	background-color: #f8f9fa;
}

#filters .showFilters {
	display: none;
	position: absolute;
	background-color: #0070c0;
	color: white;
	top: -46px;
	left: 0;
	width: 100%;
	text-align: center;
	padding: 16px;
}

#filters .showFilters i {
	margin-right: 1rem;
}

#filters .container {
	padding: 30px 10px 20px 10px;
}

#filters #category {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

#catalogue #filters #category {
	gap: 1.5rem;
}

#filters #category .categorySelect label {
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
	text-align: center;
	display: flex;
	align-items: center;
	color: #131723;
}

#filters #category .categorySelect input:checked ~ label {
	background-color: #0070c0;
	border: 1px solid #0087e8;
	color: white;
}

#filters #category .categorySelect input:checked ~ label:after {
	color: white;
}

#filters #filterOptions {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 1.5rem;
}

#filters #filterOptions .btn.filter {
	background-color: white;
	color: #131723;
	border: 1px solid #e7eaec;
	border-radius: 2px;
	font-size: 12px;
	padding: 8px;
}

#filters #filterOptions .btn.filter.hasActive:before {
	content: '';
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #92de74;
	display: inline-block;
	vertical-align: baseline;
	margin-right: 0.5rem;
	transform: translateY(1px);
}

#filters #filterOptions .btn.filter i {
	margin-left: 0.5rem;
	font-size: 0.8rem;
	transform: translateY(1px);
}

.categoryImage {
	display: block;
}

.card.artwork .imgWrap:hover .cardImg,
section#styles .homeGridItem:hover img,
#blogPost .articleFooter .related-article:hover img,
.categories .category:hover .categoryImage {
	transform: scale(1.2);
	transition: all ease-out 5s;
}

.masonry {
	text-align: center;
	column-count: 3;
	column-gap: 0;
	margin: -0.75rem;
}

.masonry .cardWrapper {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	page-break-before: avoid;
}

.card.artwork.masonryCard {
	text-align: left;
	display: flex;
	flex-direction: column;
	min-width: 0;
	width: 100%;
	padding: 0;
	-webkit-column-break-inside: avoid;
	break-inside: avoid;
	page-break-inside: avoid;
	page-break-before: avoid;
}

.cardShadowed,
.card.artwork.myArtworkCard,
#messagingModal .card.artwork {
	box-shadow: 0px 47.3778px 58.9259px rgb(131 131 131 / 4%),
		0px 47.3778px 58.9259px rgb(131 131 131 / 4%),
		0px 10.0222px 15.0741px rgb(131 131 131 / 2%);
}

/* Réserve l’espace et shimmer tant que l’image n’est pas chargée */
@keyframes catalogueImgShimmer {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

.card.artwork.masonryCard .imgWrap {
	display: block;
	width: 100%;
	min-height: 160px;
	background-color: #f0f0f0;
	position: relative;
	flex-shrink: 0;
}

.card.artwork.masonryCard .imgWrap:not(:has(.cardImg--loaded))::before {
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(
		90deg,
		#f0f0f0 0%,
		#e8e8e8 20%,
		#f5f5f5 40%,
		#e8e8e8 60%,
		#f5f5f5 80%,
		#f0f0f0 100%
	);
	background-size: 200% 100%;
	animation: catalogueImgShimmer 2s ease-in-out infinite;
	pointer-events: none;
}

.card.artwork.masonryCard .cardImg {
	min-height: 1px;
	height: auto;
	opacity: 0;
	transition: opacity 0.35s ease-out;
}

.card.artwork.masonryCard .cardImg.cardImg--loaded {
	opacity: 1;
}

.card.artwork.masonryCard > .wrap {
	display: flex;
	flex-direction: column;
	padding: 0.5rem;
}

#benefits h2,
#commission h2,
#saleSteps h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 42px;
}

#commission h2 {
	margin-bottom: 16px;
}

#howItWorks_seller h1,
#howItWorks_buyer h1,
#ourTeam h1 {
	font-weight: bold;
	font-size: 42px;
	line-height: 1.26;
	text-align: center;
	margin-bottom: 8px;
	padding: 0px 10px;
}

@media (max-width: 700px) {
	#howItWorks_seller h1,
	#howItWorks_buyer h1,
	#ourTeam h1 {
		font-size: 28px;
	}
}

#benefits .features .feature {
	max-width: 257px;
	margin: 7px;
	border: 1px solid #e0eaef;
	box-sizing: border-box;
	border-radius: 4px;
	padding: 40px;
}

#benefits .features .feature .icon {
	background-color: #ffe1a4;
	width: 60px;
	height: 60px;
}

#benefits .features .feature .icon i {
	color: #ff9d59;
	font-size: 1.8rem;
	left: 0;
}

#benefits .features .feature p {
	color: black;
	font-weight: 500;
	font-size: 15px;
	line-height: 24px;
	text-align: left;
	margin-top: 16px;
}

#benefits .features .feature p b {
	font-weight: 500;
}

#howItWorks_buyer #benefits .features .feature .icon {
	background-color: #d8ecfc;
}

#howItWorks_buyer #benefits .features .feature .icon i {
	color: #313f62;
}

#benefits p.extra {
	text-align: center;
	font-size: 1.6rem;
	margin-bottom: 3rem;
}

#benefits .buttons {
	margin-bottom: 2rem;
}

#commission {
	padding: 48px 100px;
	text-align: center;
	background-color: #fdfdfd;
	border: 1px solid #f9f9fa;
	box-sizing: border-box;
	border-radius: 2px;
	max-width: 876px;
	margin: auto;
}

#commission p {
	margin-top: 16px;
	font-weight: 500;
	font-size: 13px;
	line-height: 20px;
}

#saleSteps .container {
	max-width: 876px;
	margin: 48px auto;
	padding: 72px 110px;
	background: #fdfdfd;
	border: 1px solid #f9f9fa;
	box-sizing: border-box;
	border-radius: 2px;
}

@media (max-width: 840px) {
	#saleSteps .container {
		padding: 72px 40px;
	}

	#commission {
		padding: 48px 40px;
	}
}

#saleSteps .container > .contentWrap > ol {
	list-style: none;
	padding: 0;
}

#saleSteps .container > .contentWrap > ol > li > h3 {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 16px;
	margin-top: 24px;
	display: flex;
	align-items: center;
}

#saleSteps .container > .contentWrap > ol > li > h3 > i {
	flex: 0 0 auto;
	color: white;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-shadow: 0px 0.5px 0px rgba(0, 0, 0, 0.23);
	font-style: normal;
	background-color: #d8b263;
	width: 13px;
	height: 15px;
	border-radius: 2px;
	display: inline-block;
	text-align: center;
	margin-right: 12px;
}

#howItWorks_seller .buttons,
#howItWorks_buyer .buttons {
	text-align: center;
	gap: 16px;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

ul.accordion .accordionTitle > * {
	display: inline-block;
	vertical-align: middle;
}

ul.accordion .accordionTitle > span {
	max-width: calc(100% - 85px);
}

ul.accordion .accordionTitle .accordionArrow {
	float: right;
	position: absolute;
	bottom: calc(50% - 8px);
	right: 17px;
	margin-left: 0;
}

#saleSteps p.extra {
	text-align: center;
	margin: 3rem auto;
	max-width: 820px;
	font-size: 1.5rem;
}

#saleSteps .textWrap ul {
	margin-left: 1rem;
	list-style-type: disc;
}

/* #saleSteps .textWrap ul li:not(:last-child) {
	margin-bottom: 1rem;
} */

#saleSteps .textWrap a {
	text-decoration: underline;
}

#saleSteps .customTitle {
	font-style: italic;
	font-size: 13px;
	line-height: 16px;
	margin-bottom: 12px;
}

#saleSteps div.extra,
#addWorkFormSide div.extra {
	margin-top: 24px;
	position: relative;
	background: #f9fcff;
	border: 1px solid #d7eeff;
	box-sizing: border-box;
	border-radius: 4px;
	color: #38acff;
	font-size: 13px;
	line-height: 20px;
	padding: 23px;
	display: flex;
	align-items: flex-start;
}

#saleSteps div.extra img,
#addWorkFormSide div.extra img {
	margin-right: 8px;
}

#saleSteps div.extra p,
#addWorkFormSide div.extra p {
	margin-top: 0px;
}

#addWorkFormSide div.extra a {
	color: #38acff;
}

#howItWorks_buyer #saleSteps .container > .contentWrap > ol > li > h3 > i {
	background-color: #0070c0;
	color: white;
}

.howItWorksSubtitle {
	text-align: center;
	font-size: 17px;
	line-height: 24px;
	color: #6a6e7e;
	margin-bottom: 35px;
	padding: 0px 10px;
}

#artwork .backToCatalogue .container {
	padding: 1rem 1rem 0;
}

#artwork .backToCatalogue .btn {
	margin-top: 1rem;
	text-transform: uppercase;
	padding: 0;
	font-size: 1.125rem;
}

#artwork .backToCatalogue .btn i {
	margin-left: 0;
}

#artwork #product .container {
	width: 1104px;
	padding: 56px 15px 0px;
	margin: 0 auto;
}

#product .container {
	display: block;
}

#product .container:after {
	content: '';
	display: block;
	clear: both;
}

#product .container {
	/*display: grid;*/
	/*grid-template-columns: 6.5fr 3.5fr;*/
	/*grid-gap: 0 5rem;*/
	position: relative;
}

.customRadio input,
.customCheckbox input {
	margin-right: 8px;
	width: initial;
}

.customRadio label,
.customCheckbox label {
	cursor: pointer;
	color: #131723;
	display: inline;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
}

.modal .customRadio label {
	font-size: 10px;
}

#product .container .imgGallery,
#product .container .generalInfo {
	width: calc(65% - 100px);
}

#product .container .sidebar {
	/*grid-column-start: 2;*/
	/*grid-row-start: 1;*/
	/*grid-row-end: 3;*/
	position: absolute;
	width: 35%;
	height: 100%;
	top: 0;
	right: 0;
	padding: 56px 2rem 2rem 0;
}

#product .container .sidebar a {
	text-decoration: none;
	color: inherit;
}

#product .container .sidebar a.sm:hover {
	text-decoration: underline;
}

#product .imgGallery .preview {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 570px;
}

@media (max-width: 600px) {
	#product .imgGallery .preview {
		height: 370px;
	}
}

.owl-carousel .owl-stage-outer {
	padding-bottom: 32px;
}

.owl-dots {
	display: flex;
	width: calc(100% - 85px);
}

#product .imgGallery .preview img,
.imagineAtHomeRow > img {
	max-height: 100%;
	cursor: zoom-in;
}

#product .imgGallery .thumbs {
	margin-top: 68px;
	display: block;
}

@media (max-width: 600px) {
	#product .imgGallery .thumbs {
		margin-top: 28px;
	}
}

#product .imgGallery .thumbs .thumbnail {
	height: 100px;
	min-width: 100px;
	margin: 0.3rem;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	cursor: zoom-in;
}

#product .imgGallery .thumbs .owl-carousel .owl-stage-outer {
	margin-left: 2rem;
	margin-right: 2.5rem;
}

section#product .imgGallery .owl-nav {
	top: calc(50% - 12px);
}

#product .artworkAttr h4 {
	font-size: 10px;
	line-height: 24px;
	font-weight: 300;
}

#product .artworkAttr span,
#product .artworkAttr p {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
	display: block;
}

#product .sidebar .artworkName {
	display: block;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	color: #9fa3b5;
	margin: 5px 0 16px;
}

#product .sidebar .btn.sm {
	display: flex;
	font-size: 12px;
	line-height: 24px;
	font-weight: 500;
	text-align: left;
	align-items: center;
	justify-content: flex-start;
	padding: 0;
	margin-bottom: 8px;
}

#product .sidebar .btn.sm span b {
	font-weight: 700;
}

#product .sidebar .btn.sm img {
	width: 12px;
	margin-right: 8px;
}

#product .sidebar .separator {
	position: relative;
	margin: 1rem 0;
}

#product .sidebar .or {
	font-weight: 500;
	font-size: 17px;
	line-height: 24px;
	color: #6a6e7e;
	text-align: center;
	margin: 8px 0px;
}

#product .sidebar .placeOffer h3 {
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
}

#product .sidebar .placeOffer .inputGroup {
	display: flex;
	align-items: center;
	position: relative;
}

#product .generalInfo.summary h2 {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 24px;
}

@media (max-width: 600px) {
	#product .generalInfo.summary h2,
	.homeh2Container h2,
	#imagineAtHome h2 {
		font-size: 17px;
		line-height: 28px;
	}
}

#product .sidebar .placeOffer .inputGroup .inputWrap {
	width: calc(100% - 30px);
	position: relative;
}

#product .sidebar .placeOffer .inputGroup .euroSign {
	font-size: 13px;
	line-height: 16px;
	color: #9fa3b5;
	position: absolute;
	right: 8px;
	top: 13px;
}

#product .sidebar .placeOffer .btn {
	width: 100%;
	font-size: 16px;
	padding: 14px;
	margin-top: 8px;
}

#product .sidebar .btn.cta.btn-buy {
	width: 100%;
	font-size: 16px;
	padding: 14px;
	margin-top: 16px;
}

#product .sidebar .stickyForm {
	margin-top: 1rem;
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
	background: white;
	z-index: 10;
	animation-duration: 0.4s;
}

.stickyForm {
	opacity: 0;
}

#product .sidebar .stickyForm .artworkName {
	margin-bottom: 0;
}

#product .sidebar .stickyForm .img {
	background-position: center;
	height: 280px;
	background-size: cover;
	margin-bottom: 1rem;
}

#product .sidebar .placeOfferForm > .inputGroup > .inputWrap {
	width: 100%;
}

#product .sidebar .placeOfferForm > .inputGroup > .inputWrap > input {
	width: 100%;
	height: 42px;
}

.offerModal .modalContent > div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	transition: opacity ease-out 0.3s;
}

.offerModal .offerSubmitted {
	opacity: 0;
	display: none;
}

.offerModal .modalContent > div h2 {
	width: 100%;
}

.offerModal .modalContent > div p {
	text-align: center;
}

.offerModal .artworkInfo > * {
	text-align: center;
}

.offerModal .artworkDate {
	color: #979ea4;
	font-size: 1.2rem;
	font-weight: 300;
}

#acceptOfferModal .artworkDate {
	font-size: 1rem;
}

.offerModal .congrats {
	font-weight: bold;
	font-size: 17px;
	line-height: 24px;
	margin-bottom: 8px;
}

.offerModal .offerSubmittedText {
	font-size: 17px;
	line-height: 28px;
	text-align: center;
}

.offerModal .ofrLabel {
	font-size: 1.2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.offerModal .icon i {
	font-size: 2rem;
	color: #bfe895;
}

.offerModal .artworkImg {
	max-width: 300px;
	margin: 36px 0;
}

.offerModal .artworkImg img {
	height: 270px;
	width: 270px;
	object-fit: contain;
	display: block;
}

.offerModal .artworkInfo img {
	margin-right: 8px;
}

.offerModal .artworkName {
	color: #9fa3b5;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	margin-top: 8px;
}

.offerModal .confirmOffer .price {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-top: 8px;
}

#acceptOfferModal .icon,
#askPriceModal .icon {
	margin-top: 16px;
}

.offerModal .buttons {
	margin-top: 24px;
}

#related .container > hr:first-of-type {
	margin-top: 0;
}

#artworkRelatedCategories h2 {
	font-size: 24px;
	line-height: 30px;
	letter-spacing: 0.01em;
	margin: 1.5rem 0;
}

#related .buttons .btn {
	min-width: 300px;
}

#priceAlertModal img,
#deliveryModal img {
	display: inline;
}

#priceAlertModal .icon i,
#priceAlertModal .deliveryModal i {
	font-size: 1.5rem;
	color: #20231c;
}

#priceAlertModal h2,
#deliveryModal h2 {
	font-size: 24px;
	line-height: 30px;
	border-bottom: none;
	margin-bottom: 32px;
}

#priceAlertModal p,
#deliveryModal p {
	font-size: 17px;
	line-height: 28px;
}

#deliveryModal .buttons {
	text-align: center;
	margin-top: 2rem;
}

.priceAlertModal .modalContent {
	max-width: 570px;
}

.priceAlertModal .modalContent p {
	text-align: center;
	margin-bottom: 8px;
	font-size: 17px;
	line-height: 28px;
}

.priceAlertModal .modalContent .buttons {
	text-align: center;
	gap: 16px;
	display: flex;
	justify-content: center;
}

/*

-- FAQS

*/

#faq .container {
	margin: 0 auto;
	width: 880px;
}

#faq h1 {
	text-align: center;
	font-family: Plus Jakarta Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 42px;
	line-height: 53px;
	color: #131723;
	margin: 40px 0 48px;
}

#faq .infoFAQSelection {
	width: 100%;
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	color: #6a6e7e;
}

#faq .FAQChoice {
	display: flex;
	justify-content: center;
	margin: 24px 0 42px;
}

#faq .FAQChoice a {
	text-decoration: none;
}

#faq .FAQChoice .buyerFAQ,
#faq .FAQChoice .sellerFAQ {
	background: #ffffff;
	box-sizing: border-box;
	box-shadow: inset 0px 1px 0px rgba(225, 228, 232, 0.2);
	height: 32px;
	padding: 8px 16px;
	font-weight: 500;
	font-size: 12px;
	border: 0.2px solid #e0eaef;
	color: #131723;
}

#faq .FAQChoice .buyerFAQ {
	border-radius: 2px 0px 0px 2px;
}

#faq .FAQChoice .sellerFAQ {
	border-radius: 0px 2px 2px 0px;
}

/* #faq .FAQChoice .notActive{ */

/* width: 93px; */

/* } */

#faq .FAQChoice .buyerFAQ.currentFAQ {
	background: #0070c0;
	color: #ffffff;
	font-size: 13px;
	border: 1px solid #0087e8;
}

#faq .FAQChoice .sellerFAQ.currentFAQ {
	background: #d8b263;
	border: 1px solid #dcbb74;
	color: #ffffff;
	font-size: 13px;
}

#faq .searchField {
	display: flex;
	align-items: center;
	border: 1px solid rgb(179 192 197 / 50%);
	box-sizing: border-box;
	border-radius: 2px;
	height: 32px;
	padding: 8px 16px;
	margin-bottom: 12px;
}

#faq .searchField i {
	font-size: 1.2rem;
	color: #313f62;
}

#faq .searchField input {
	border: none;
	font-size: 1.1rem;
	background: none;
	box-shadow: none;
	color: #20231c;
	font-style: normal;
	font-weight: normal;
	font-size: 13px;
	height: 32px;
	padding: 0;
}

#faq .searchField input::-webkit-input-placeholder,
#faq .searchField input::-ms-input-placeholder,
#faq .searchField input::placeholder {
	color: #9fa3b5;
	line-height: 16px;
}

#faq .searchField .inputWrap:after {
	content: '';
}

#faq ul.accordion {
	margin-bottom: 80px;
}

/* 
#faq .accordion .accordionTitle {
	color: #313f62;
	position: relative;
	padding: 12px;
	height: 40px;
	display: flex;
	justify-content: space-between;

} */

/* 
#faq .accordion .accordionTitle>* {
	display: inline-block;
	vertical-align: middle;
}

#faq .accordion .accordionTitle>span {
	max-width: calc(100% - 85px);
}

#faq .accordion .accordionTitle .accordionArrow {
	margin-top: auto;
	margin-bottom: auto;
}

#faq .accordion .accordionTitle .accordionArrow {
	width: 8px;
	height: 5px;
}
 */

#faq .accordion li.hidden {
	display: none;
}

#faq p.extra {
	color: #313f62;
	font-size: 1.5rem;
	margin: 3rem auto;
	max-width: 670px;
	text-align: center;
}

#faq p.extra a {
	color: #ff9d59;
	text-decoration: none;
}

#faq p.extra a:hover {
	text-decoration: underline;
}

/*

--- User Profile

*/

#userProfile main {
}

.sideMenu .buttons {
	padding: 1rem 2rem;
}

.sideMenu .btn.cta {
	width: 100%;
}

.sideMenu .btn.cta:not(:last-child) {
	margin-bottom: 1rem;
}

#userProfile #profileContent {
	width: 80%;
}

.alert {
	display: block;
	padding: 1rem 1.5rem;
	margin-bottom: 1.5rem;
	border-radius: 5px;
	width: 100%;
	background-color: #e4f0f9;
	font-size: 1rem;
}

.alert > * {
	vertical-align: middle;
}

.alert i {
	margin-right: 1rem;
	font-size: 20px;
}

.alert.success {
	background-color: #bfe895;
	color: #398c1a;
}

.alert.error {
	background-color: #f4bebd;
	color: #b62323;
}

.sideMenu ul {
	display: flex;
	list-style: none;
	padding: 0;
	align-items: flex-start;
	flex-direction: column;
}

div.sideMenu ul {
	width: 100vw;
}

.userProfileMenu ul {
	flex-direction: row;
}

.sideMenu ul li {
	flex-grow: 1;
}

.sideMenu .menuLink {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	padding: 12px 10px;
	width: 100%;
	height: 40px;
	text-align: left;
	position: relative;
	display: block;
	text-decoration: none;
	color: #131723;
	display: flex;
	justify-content: center;
}

.negotiations-switch {
	display: flex;
	flex-direction: row;
}

@media (max-width: 480px) {
	.modalContentCentered {
		position: absolute;
		left: 0px;
		width: 100%;
		top: 50%;
		transform: translateY(-50%);
		padding: 0px 10px;
	}

	#confirmArtworkShipped .modalContentWrapper,
	#validateArtworkState .modalContentWrapper {
		top: 0;
		left: 0;
		width: 100%;
		transform: none;
	}

	#confirmArtworkShipped .modalContentWrapper .modalContent,
	#validateArtworkState .modalContentWrapper .modalContent {
		max-width: none;
	}
}

.userProfileMenu .menuLink {
	border-bottom: 1px solid #9fa3b5;
}

.userProfileMenu .menuLink.active,
.userProfileMenu .menuLink:hover {
	border-color: #131723;
	color: #131723;
}

#myAlerts #togglePriceAlertModal {
	width: 24px;
	height: 24px;
	padding: 0;
}

#myAlerts #togglePriceAlertModal img {
	width: 100%;
	height: 100%;
}

.sideMenu .menuLink img {
	margin-right: 6px;
}

.sideMenu.userProfileMenu .menuLink:not(.active) i,
.sideMenu.userProfileMenu .menuLink:not(.active) img {
	display: none;
}

.sideMenu .menuLink i {
	color: #9fa3b5;
	margin-right: 6px;
}

.sideMenu ul.seller .menuLink.active,
.sideMenu ul.seller .menuLink:hover {
	background: #ffe1a4;
	border-left: 4px solid #ff9f5c;
	color: #ff9f5c;
}

.sideMenu .menuLink.buyer,
.sideMenu .menuLink.seller {
	text-transform: uppercase;
	font-weight: 700;
	padding: 0.5rem 2rem;
	margin: 0.5rem 0;
	border-left: none;
}

.sideMenu .menuLink.buyer {
	color: #313f62;
	background-color: #c9e3f7;
}

.sideMenu .menuLink.seller {
	color: #ff9f5c;
	background-color: #ffe1a4;
}

.sideMenu .menuLink .menuArrow {
	position: absolute;
	font-size: 0.9rem;
	right: 2rem;
	top: calc(50% - 7px);
	transform: rotate(180deg);
	transition: all ease 0.4s;
}

.sideMenu .hasSubMenu.collapsed .menuLink .menuArrow {
	transform: rotate(0deg);
}

.sideMenu .menuLink.seller .menuArrow {
	color: #ff9f5c;
}

.sideMenu .menuLink.buyer .menuArrow {
	color: #313f62;
}

.sideMenu .subMenu .menuLink {
	padding: 1rem 1.5rem 1rem 2.5rem;
}

.sideMenu .hasSubMenu .subMenu {
	max-height: 400px;
	transition: all ease-in-out 0.2s;
	overflow: hidden;
}

.sideMenu .hasSubMenu.collapsed .subMenu {
	max-height: 0px;
}

#userProfile #personalInfo {
	width: 80%;
}

#userProfile #personalInfo .btn.cta {
	margin-top: 2rem;
	align-self: center;
}

#userProfile .formRow {
	margin-bottom: 0;
	align-items: flex-start;
	display: flex;
	flex-direction: row;
	gap: 1.5rem;
}

#userProfile .formRow input {
	width: 100%;
}

#userProfile .formRow .inputWrap.valid:after {
	top: calc(50% - 7px);
	right: 0.5rem;
}

#userProfile .formRow.newsletter {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-start;
	gap: 0.5rem;
}

#userProfile .formRow.newsletter input {
	width: unset;
	cursor: pointer;
}

#userProfile .formRow.newsletter label {
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
	cursor: pointer;
}

#userProfile #personalInfo form {
	width: 100%;
	max-width: 522px;
	margin: 1rem auto;
	display: flex;
	flex-direction: column;
	gap: 0.75rem;
}

#userProfile .changePass {
	font-size: 0.8rem;
	text-decoration: underline;
	color: #20231c;
	margin-top: 0.5rem;
	display: block;
}

#userProfile #myArtworks {
	width: 100%;
	margin: 20px auto;
}

#userProfile #myArtworks .artworks {
	display: flex;
	flex-wrap: wrap;
}

#userProfile #myArtworks .artworks .card {
	margin: 1rem;
	width: calc(33.333333336% - 2rem);
	min-width: 0;
}

#userProfile #myArtworks .artworks .card .extraButtons {
	display: flex;
	flex-direction: column;
}

#userProfile #myArtworks .artworks .card .extraButtons .btn {
	width: 214px;
}

#userProfile #myArtworks .artworks .card .extraButtons .soldLabel {
	align-self: center;
}

.cardSquareImg {
	width: 193px;
	height: 193px;
	background-size: cover;
	background-position: center;
}

.myDocuments .extraButtons {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
}

#userProfile .artworks .card .extraButtons .btn {
	display: block;
	width: 100%;
	white-space: nowrap;
}

#userProfile .artworks .card .extraButtons .btn:not(:last-child) {
	margin-bottom: 8px;
}

#requestArtworkChangesModal .customCheckbox {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
	margin: 4px 0px;
}

.modal#requestArtworkChangesModal .modalContent h2 {
	margin-bottom: 24px;
}

#requestArtworkChangesModal .block {
	margin-bottom: 24px;
}

.optionalLabel {
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
	color: #9fa3b5;
	margin-left: 4px;
}

#authenticationModal .optionalLabel {
	margin-left: 8px;
}

#authenticationModal .customRadio .invalid-label {
	display: none;
}

#authenticationModal .customRadio.invalid .default-label {
	display: none;
}

#authenticationModal .customRadio.invalid .invalid-label {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
}

.flexRow {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#requestArtworkChangesModal .sectionTitle {
	font-weight: 300;
	font-size: 10px;
	line-height: 24px;
	margin-bottom: 4px;
}

#requestArtworkChangesModal .btn.cta {
	margin: 40px auto 0;
	display: block;
}

#requestArtworkChangesModal textarea {
	margin-top: 4px;
	font-weight: 400;
	font-size: 11px;
	line-height: 14px;
}

#saleSteps .textWrap li {
	margin-bottom: 15px;
}

#userProfile .negotiations {
	width: 100%;
}

#userProfile .container {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	padding: 1.5rem 0;
	gap: 1.5rem;
}

#myAlerts .container {
	padding: 0 0 1.5rem;
}

#userProfile .container > .btn-group {
	align-self: center;
}

#userProfile .negotiations .amount {
	white-space: nowrap;
}

#userProfile .artwork.block {
	display: flex;
	width: 100%;
	min-height: 150px;
	margin-bottom: 16px;

	border: 1px solid #e0eaef;
	box-sizing: border-box;
	box-shadow: 0px 47.3778px 58.9259px rgba(131, 131, 131, 0.0364444),
		0px 47.3778px 58.9259px rgba(131, 131, 131, 0.0364444),
		0px 10.0222px 15.0741px rgba(131, 131, 131, 0.0235556);
}

#userProfile .artwork.block .state {
	width: 109px;
	padding: 1rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

#userProfile .artwork.block.in_progress .state {
	background-color: #979ea4;
}

#userProfile .artwork.block.interrupted .state {
	background-color: #d97272;
}

#userProfile .artwork.block.offer_accepted .state {
	background-color: #bfe895;
}

#userProfile .artwork.block.awaiting_payment .state {
	background-color: #ff9d59;
}

#userProfile .artwork.block.payment_required .state {
	background-color: #e8b03e;
}

#userProfile .artwork.block.awaiting_shipment .state,
#userProfile .artwork.block.in_shipment .state,
#userProfile .artwork.block.hand_delivery .state {
	background-color: #506487;
}

#userProfile .artwork.block.purchased .state {
	background-color: #313f62;
}

#userProfile .artwork.block.received .state {
	background-color: #c9e3f7;
}

#userProfile .artwork.block.received .state span,
#userProfile .artwork.block.received .state i {
	color: #313f62;
}

#userProfile .artwork.block .state span {
	display: block;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.625rem;
	text-align: center;
	color: white;
}

#userProfile .artwork.block .state i {
	margin-bottom: 1rem;
	color: white;
}

#userProfile .artwork.block .blockContent {
	width: 100%;
	display: flex;
	box-shadow: 2px 3px 3px rgba(0, 0, 0, 0.03);
	background-color: white;
}

#userProfile .artwork.block .blockBody {
	padding: 24px 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 12px;
}

#userProfile .artwork.block .buttons .addAlert img {
	width: 12px;
	margin-right: 8px;
}

#userProfile .artwork.block .imgWrap {
	display: block;
	overflow: hidden;
	margin: 24px;
}

#userProfile .artwork.block .artworkImg {
	width: 193px;
	height: 193px;
	background-size: cover;
	background-position: center;
	flex-shrink: 0;
	box-shadow: 2px 3px 5px rgba(0, 0, 0, 0.2);
}

#userProfile .artwork.block .artworkImg:hover {
	transform: scale(1.2);
	transition: all ease-out 5s;
}

#userProfile .artwork.block .blockBody .summary {
	width: 100%;
}

#userProfile .artwork.block .blockBody .alertInfos {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

#userProfile .artwork.block .blockBody .category {
	display: block;
}

.artwork.block .blockBody span.artworkYear {
	display: inline;
}

#userProfile .artwork.block.in_progress .yourOffer {
	color: #e8b03e;
	display: block;
}

#userProfile .artwork.block.in_progress .desiredOffer {
	color: #313f62;
	display: block;
}

#userProfile .artwork.block.offer_accepted .info {
	color: #bfe895;
}

#userProfile .artwork.block.awaiting_payment .info {
	color: #e8b03e;
}

#userProfile .artwork.block.payment_required .info {
	color: #e8b03e;
}

#userProfile .artwork.block .confirmReceived {
	color: #bfe895;
	padding: 0;
	margin-top: 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	display: block;
	text-align: left;
}

#userProfile .artwork.block .confirmReceived i {
	margin-right: 0.5rem;
}

.artistsPageMixinBottom {
	text-align: center;
	margin-bottom: 40px;
}

#userProfile .artwork.block .buttons {
	padding: 24px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-left: auto;
	gap: 8px;
}

#userProfile #myAlerts,
#userProfile #myFavorites {
	width: 100%;
	margin: 40px auto;
}

#myFavorites {
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}

.myArtworkCard {
	padding: 36px 60px;
	align-items: center;
}

.card.artwork.myArtworkCard .cardBodyWrapper {
	flex: 1;
	display: flex;
	flex-direction: column;
}

.card.artwork.myArtworkCard[data-has-img='false'] .cardBodyWrapper {
	justify-content: flex-end;
}

.card.artwork.myArtworkCard .cardBody {
	flex: 1;
	flex-direction: column;
	padding: 24px 12px;
	text-align: center;
}

@media (max-width: 1150px) {
	#myFavorites {
		padding: 0px 15px;
	}
}

.artwork.card .artistName,
.blockBody .artistName,
.artist .artistName {
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 4px;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: flex;
	align-items: center;
	text-align: left;
}

.artwork.card .artistName:hover,
.blockBody .artistName:hover,
.artist .artistName:hover {
	text-decoration: underline;
}

.inactiveLink .artistName:hover {
	text-decoration: none !important;
}

.artworkCardSmallDescription {
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	margin-bottom: 25px;
}

.artwork.card.myArtworkCard .artistName {
	text-align: center;
}

.artwork.card .artistName img,
.blockBody .artistName img,
.artist .artistName img {
	width: 16px;
	height: 16px;
	margin: 0 8px 0 0;
}

#myFavorites .artwork {
	flex-basis: calc(33.33% - 16px);
}

@media (max-width: 900px) {
	section#news article {
		padding: 1.5rem;
	}

	#myFavorites .artwork {
		flex-basis: calc(50% - 12px);
	}
}

@media (max-width: 600px) {
	#myFavorites .artwork {
		flex-basis: 100%;
	}
}

#userProfile section {
	max-width: 1104px;
	margin: auto;
	position: relative;
	width: 100%;
}

#userProfile #myAlerts h2 i {
	font-size: 0.8rem;
	vertical-align: middle;
	margin-right: 1rem;
}

#userProfile .artwork.block .priceChange {
	font-size: 14px;
	font-weight: normal;
}

#userProfile .artwork.block .priceChange[data-price-change='price_down'] {
	color: #d65151;
}

#userProfile .artwork.block .priceChange[data-price-change='price_stable'] {
	color: #9fa3b5;
}

#userProfile .artwork.block .priceChange[data-price-change='price_up'] {
	color: #50d200;
}

#userProfile .artwork.block .priceChange img {
	margin-right: 12px;
	position: relative;
	top: 3px;
}

#userProfile .artwork.block.price_up .priceChange {
	color: #ffaeae;
}

#userProfile .artwork.block.price_stable .priceChange {
	color: #a1a1a1;
}

#userProfile .artwork.block.price_down .priceChange {
	color: #bfe895;
}

#userProfile .artwork.block .addAlert {
	font-size: 10px;
	color: #131723;
	text-decoration: none;
	padding: 0.5rem;
	display: flex;
}

#userProfile .artwork.block .addAlert:hover {
	text-decoration: underline;
	cursor: pointer;
}

/*
---- Messaging Modal
*/

#messagingModal .modalContent {
	display: flex;
	flex-wrap: nowrap;
	max-width: 1224px;
	max-height: 75vh;
	padding: 2.5rem;
}

@media (max-width: 770px) {
	#messagingModal .modalContent .artwork.card {
		display: none;
	}
}

#messagingModal .modalContent > .left {
	flex: 0 0 350px;
}

#messagingModal .modalContent > .right {
	padding-left: 24px;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}

#messagingModal .btn#sendMessage {
	width: 100%;
	margin-top: 11px;
}

#messagingModal .msgContainer {
	padding: 10px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	overflow-y: auto;
}

#messagingModal .msgContainer .noMsg {
	align-self: center;
	height: 100%;
	display: flex;
	align-items: center;
	font-weight: 300;
	font-size: 12px;
	line-height: 24px;
}

#messagingModal .msg {
	display: flex;
	flex-direction: column;
	max-width: 95%;
	white-space: pre-wrap;
}

#messagingModal .msg:first-child {
	margin-top: auto;
}

#messagingModal .msg.admin {
	align-self: flex-start;
}

#messagingModal .msg.user {
	align-self: flex-end;
}

#messagingModal .msg:not(:last-child) {
	margin-bottom: 1.5rem;
}

#messagingModal .msg .content {
	padding: 8px;
	font-size: 13px;
	line-height: 16px;
	display: inline-block;
}

#messagingModal .msg.admin .content {
	border-radius: 0 15px 15px 15px;
	text-align: left;
	background-color: #e0eaef;
	color: #131723;
	align-self: flex-start;
}

#messagingModal .msg.user .content {
	border-radius: 15px 0 15px 15px;
	text-align: right;
	background-color: #0070c0;
	color: white;
	align-self: flex-end;
}

.menuTabOverlay {
	z-index: 80;
	background-color: rgba(19, 23, 35, 0.7);
	width: 100%;
	height: 100%;
	position: fixed;
	display: none;
}

.menuTabRow {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	padding: 24px;
	gap: 0px 24px;
}

.menuTabRowButton {
	padding: 8px;
	border: 1px solid #e0eaef;
	border-radius: 2px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	color: inherit;
}

.menuTabContent {
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0px;
	background-color: white;
	border-top: 1px solid #e0eaef;
}

.menuTab:hover .menuTabContent {
	display: block;
}

#messagingModal .wrap {
	display: flex;
	flex-wrap: nowrap;
}

#messagingModal .msg.admin .time {
	text-align: right;
}

#messagingModal .time {
	margin-top: 0.5rem;
	color: #9c9c9c;
	font-size: 0.7rem;
}

#messagingModal .inputGroup {
	padding: 1rem 0 0;
}

#messagingModal .inputGroup textarea {
	background-color: white !important;
	border: 1px solid rgba(194, 199, 203, 0.5) !important;
	box-shadow: none !important;
	max-height: 80px;
	font-size: 13px;
	line-height: 16px;
	resize: none;
	display: block;
}

#messagingModal .inputGroup textarea::placeholder {
	color: #c2c7cb !important;
}

/*

--- Landing Pages

*/

.landingPage main {
	display: flex;
	min-height: calc(100vh - 75px - 43px);
}

.landingPage main > * {
	width: 50%;
}

.landingPage main .BG {
	background-size: cover;
}

#seller.landingPage main .BG {
	background-image: url('/img/landingBG_seller-min.png');
	background-color: #ffe1a4;
	background-position: center left;
}

#buyer.landingPage main .BG {
	background-image: url('/img/landingBG_buyer-min.png');
	background-color: #e0ecf5;
	background-position: center right;
}

.landingPage .content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 2rem;
}

.landingPage .content h1 {
	font-size: 5rem;
	color: #313f62;
	text-transform: uppercase;
	margin: 0;
	margin-bottom: 0.5rem;
	text-align: center;
}

.landingPage .content .subtitle {
	display: block;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.5rem;
	letter-spacing: 3px;
	margin-bottom: 2.5rem;
	text-align: center;
}

.landingPage .content .buttons {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.landingPage .content .buttons :not(:last-child) {
	margin-bottom: 1rem;
}

.landingPage .content .buttons .btn {
	min-width: 300px;
	padding: 1.3rem 2rem;
}

.landingPage .content .buttons {
	font-size: 0.8rem;
}

/*

--- Blog

*/

#blogArticles #topBanner {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.3),
			rgba(49, 63, 98, 0.3)
		),
		url('/img/articleList_BG.jpg');
}

#blogArticles #container > .container {
	width: 880px;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}

#blogPost #container .container {
	width: 880px;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 auto;
}

#blogArticles #sidebar {
	flex: 0 0 30%;
	min-width: 280px;
	padding-right: 2rem;
}

#blogArticles #articleList {
	flex: 1 1 auto;
}

#blogArticles #blogCategories {
	width: 80%;
	display: flex;
	justify-content: space-around;
	margin: 24px auto 20px;
	flex-wrap: wrap;
}

#blogArticles #blogCategories span.category.selectedCategory {
	background-color: #0070c0;
	color: #ffffff;
}

#blogArticles #blogCategories .category {
	display: inline-block;
	/* font-family: "Plus Jakarta Sans", sans-serif; */
	color: #131723;
	font-weight: 500;
	font-size: 12px;
	border-radius: 2px;
	padding: 8px;
	border: 0.2px solid #e0eaef;
	height: 31px;
	/* vertical-align:middle; */
	text-decoration: none !important;
}

#blogArticles #blogCategories .category:hover {
	background-color: #0070c0;
	color: #ffffff;
}

.menuTabRowButton:hover {
	background-color: #0070c0;
	color: #ffffff;
}

/* #blogArticles .category, #blogPost a span.category {
	display: inline-block;
	border-radius: 20px;
	background-color: #c9e3f7;
	color: #506487;
	font-weight: 500;
	font-size: 0.9rem;
	padding: 0.25rem 1Drem;
	text-decoration: none !important;
} */

/* #blogPost article .details .categoryContainer {
	display: flex;
	justify-content: center;
	align-items: center;
} */

/* #blogPost a.categoryPillLink, #blogPost a.categoryPillLink:hover, #blogPost a.categoryPillLink:visited, #blogPost a.categoryPillLink:link, #blogPost a.categoryPillLink:active {
	text-decoration: none !important;
} */

/* 
#blogPost a span.category {
	display: flex;
	justify-content: center;
	align-items: center;
} */

/* #blogArticles .category.category-yellow {
	background-color: #ffe1a4;
	color: rgba(255, 157, 89, 0.87);
} */

/* #blogArticles #sidebar .articles {
	margin-left: 0.5rem;
	font-weight: 300;
	font-size: 0.9rem;
	color: #313f62;
} */

/* 
#blogArticles #sidebar .articlesNumber {
	font-weight: 300;
	font-size: 0.9rem;
} */

/* 
#blogArticles #sidebar a:hover .articles {
	text-decoration: underline;
} */

/* #blogArticles #sidebar strong {
	font-weight: 600;
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
	display: block;
} */

/* 
#blogArticles #sidebar a {
	text-decoration: none;
} */

/* #blogArticles #sidebar nav ul li {
	margin-bottom: 1rem;
} */

#blogArticles article {
	display: flex;
	align-items: center;
	min-height: 150px;
}

#blogArticles article:last-of-type {
	margin-bottom: 32px;
}

#blogArticles .currentCategoryName {
	text-align: center;
	font-weight: bold;
	font-size: 24px;
	margin-bottom: 24px;
}

#blogArticles article#firstArticle {
	width: 100%;
	flex-direction: column;
	margin-bottom: 58px;
}

/* #container>.container */

#blogArticles article .imgWrap {
	width: 50%;
	overflow: hidden;
	display: block;
	position: relative;
	flex-shrink: 0;
	margin-right: 16px;
	height: 240px;
	max-height: 240px;
}

#blogArticles article#firstArticle .imgWrap {
	width: 100%;
	margin: 0;
	height: 100%;
	max-height: 100%;
}

#blogArticles article .imgWrap .img {
	position: relative;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	/* z-index: 1; */
	display: block;
}

#blogArticles article img {
	border-radius: 4px;
}

#blogArticles article#firstArticle .imgWrap .firstArticleImg img {
	display: block;
}

#blogArticles article .wrap,
#blogPost article .wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

#blogArticles article .title,
#blogPost article .title {
	font-size: 24px;
	color: #20231c;
	font-weight: 600;
	margin: 1rem 0;
	text-decoration: none;
}

#blogArticles article .title:hover,
#blogPost article #articleContent .title:hover {
	text-decoration: underline;
}

#blogArticles article#firstArticle .title,
#blogPost article #articleContent .title {
	text-align: center;
	/* width: 100%; */
	font-size: 36px;
	margin-top: 14.5px;
	margin-bottom: 0;
}

#blogPost article #articleContent em {
	letter-spacing: 0.2px;
	margin-right: 2px;
}

#blogArticles article .row {
	display: flex;
	align-items: center;
}

#blogArticles article#firstArticle .row#articleDetails {
	width: 100%;
	justify-content: center;
	margin-top: 1.5rem;
}

#blogArticles article .row#articleDetails .category {
	margin-right: 9px;
	font-size: 12px;
	line-height: 12px;
	height: 19px;
	padding: 2px 8px;
	color: #9fa3b5;
	border: 1px solid #b3c0c5;
	border-radius: 2px;
	font-weight: 300;
}

#blogArticles article .date {
	font-size: 0.9rem;
}

#blogArticles article .author span {
	font-weight: 500;
	text-decoration: none;
	color: #20231c;
}

#blogArticles article .author {
	padding: 0.5rem 1rem 0.5rem 0;
	margin-right: 1rem;
	border-right: 2px solid #c2c7cb;
	display: inline-block;
}

#blogArticles article .time img {
	width: 12.5px;
	height: 12px;
	margin-right: 5px;
}

#blogArticles article .time .duration {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
}

#blogArticles article .time {
	display: flex;
	align-items: center;
	color: #898d9e;
}

#blogArticles article .time i {
	margin-right: 0.5rem;
}

#blogArticles .separator {
	margin: 24px 0;
	border-bottom: 1px solid #cfdadf;
}

/* 
#blogArticles .separator:not(:last-of-type) {
	border-bottom: 1px solid #CFDADF;
} */

#blogArticles .pagination,
#catalogue .pagination {
	text-align: center;
}

#blogArticles .pagination {
	margin-bottom: 72px;
	height: 29px;
	padding: 6px 16px;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

#catalogue .pagination {
	margin: 0 0 2rem 0;
}

#catalogue .pagination ul {
	margin: 2rem 0;
	display: inline-flex;
	border: 1px solid #f4f4f4;
	padding: 5px 15px;
	border-radius: 4px;
}

#blogArticles .pagination ul {
	/* align-items: center; */
	display: flex;
	height: 15px !important;
}

#blogArticles .pagination li,
#catalogue .pagination li {
	display: inline-block;
	position: relative;
	/* bottom: 5px; */
}

#blogArticles .pagination li:not(:last-child) a,
#catalogue .pagination li:not(:last-child) a {
	margin-right: 16px;
}

#blogArticles .pagination li:not(:last-child) a.active,
#catalogue .pagination li:not(:last-child) a.active {
	margin-right: 16px;
}

#blogArticles .pagination li a,
#catalogue .pagination li a {
	text-decoration: none;
	background: #ffffff;
	padding: 0px 4px;
	font-size: 12px;
	height: 15px;
	line-height: 15px;
	color: #313f62;
	display: block;
}

#blogArticles .pagination li a:hover,
#catalogue .pagination li a:hover {
	border-radius: 2px;
	background: #b3c0c5;
}

#blogArticles .pagination li a.active,
#catalogue .pagination li a.active {
	background: #0070c0;
	/* width: 13px; */
	height: 15px;
	border-radius: 2px;
	color: white;
	padding: 0px 4px;
	/* padding: 2px 0px 2px; */
	font-weight: 500;
}

#blogArticles .back .container {
	padding-bottom: 1rem;
}

/*

--- Blog post

*/

#blogPost #topBanner {
	background-image: linear-gradient(
			rgba(49, 63, 98, 0.3),
			rgba(49, 63, 98, 0.3)
		),
		url('/img/article_BG.jpg');
	padding: 1rem 0;
}

#blogPost .details .return,
#blogArticles .back .return,
#artist .details .return,
#artwork .details .return {
	text-decoration: none;
	color: #131723;
	font-weight: 500;
	align-self: flex-start;
	margin: 2rem 2rem;
	font-size: 0.8rem;
	background-image: url(/img/icons/arrow-left.svg);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: calc(24px + 20px);
}

#blogPost .details {
	display: flex;
	justify-content: space-between;
	padding-bottom: 1rem;
	border-bottom: 2px solid rgba(194, 199, 203, 0.5);
	margin-bottom: 2rem;
}

#blogPost .details .row {
	display: flex;
	align-items: center;
}

#blogPost .details .return i,
#blogArticles .back .return i,
#artist .details .return i,
#artwork .details .return i {
	margin-right: 0.5rem;
	font-size: 0.6rem;
	position: relative;
	bottom: 1px;
}

#blogPost article {
	margin: 24px auto 0;
	width: 100%;
	max-width: 880px;
	flex-direction: column;
}

#blogPost article #articleHeader {
	width: 100%;
}

#blogPost article .row#articleDetails {
	display: flex;
	align-items: center;
}

#blogPost article .row#articleDetails {
	width: 100%;
	justify-content: center;
	margin-top: 42.5px;
}

#blogPost article .row#articleDetails .category {
	margin-right: 9px;
	font-size: 12px;
	line-height: 12px;
	height: 19px;
	padding: 2px 8px;
	color: #9fa3b5;
	border: 0.2px solid #b3c0c5;
	border-radius: 2px;
}

#blogPost article .description {
	text-align: center;
	font-weight: normal;
	font-size: 17px;
	line-height: 24px;
	margin-top: 18px;
}

#blogPost article #publicationDetails {
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #9fa3b5;
	margin-top: 28.5px;
	margin-bottom: 28.5px;
}

#blogPost article #publicationDetails .imgContainer {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50px;
	border: 0.2px solid #f3f8fc;
	margin-right: 8px;
	height: 24px;
	width: 24px;
}

#blogPost article #publicationDetails .imgContainer img {
	height: 16px;
	width: 16px;
}

/* 
#blogPost article .author {
	padding: 0.5rem 1rem 0.5rem 0;
	margin-right: 1rem;
	border-right: 2px solid #c2c7cb;
	display: inline-block;
}

#blogPost article .author span {
	font-weight: 500;
	text-decoration: none;
	color: #20231c;
} */

#blogPost article .time {
	display: flex;
	align-items: center;
	color: #898d9e;
}

#blogPost article .time img {
	width: 12.5px;
	height: 12px;
	margin-right: 5px;
}

#blogPost article .time .duration {
	font-weight: 400;
	font-size: 12px;
	line-height: 24px;
}

#blogPost article .time i {
	margin-right: 0.5rem;
}

#blogPost .details .date {
	margin-top: 1rem;
	font-size: 0.9rem;
	text-align: center;
}

#blogPost article .content {
	width: 100%;
	/* max-width: 822px; */
	font-weight: 300;
	font-size: 1.125rem;
	line-height: 1.4;
	margin-bottom: 60px;
}

#blogPost article #articleText {
	text-align: justify;
}

/* #blogPost article .content em {
	font-style: italic;
} */

/* #blogPost article .content figure {
	margin: 1.5rem 0;
} */

/* #blogPost article .content figcaption {
	font-style: italic;
	color: #979ea4;
	font-weight: 300;
	margin-top: 1rem;
} */

#blogPost .articleFooter {
	/* margin-top: 2.5em; */
	margin-top: 64px;
	margin-bottom: 64px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

#blogPost .articleFooter .social {
	width: 100%;
	padding: 40px 0 43px;
	border: 1px solid #f4f4f4;
	border-radius: 4px;
}

#blogPost .articleFooter .social h3 {
	color: #d8b263;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	flex-direction: row;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 19px;
}

#blogPost .articleFooter .social .iconsGridContainer {
	display: flex;
}

#blogPost .articleFooter .social .icons {
	display: grid;
	gap: 0 33px;
	grid-template-columns: repeat(5, 46px);
	grid-template-rows: 46px;
	justify-items: center;
	align-items: center;
	margin-right: auto;
	margin-left: auto;
}

#blogPost .articleFooter .related-articles {
	width: 1104px;
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-top: 56px;
}

#blogPost .articleFooter .related-articles .title {
	width: 100%;
	text-align: left;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin: 0;
}

#blogPost .articleFooter .related-articles .related-article {
	border-radius: 4px;
	flex: 1;
	height: 211px;
	overflow: hidden;
	position: relative;
}

#blogPost .articleFooter .related-articles .articles {
	margin-top: 24px;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

#blogPost .articleFooter .related-article .overlay,
section#news article .overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),
		linear-gradient(
			180deg,
			rgba(196, 196, 196, 0) -3%,
			rgba(0, 0, 0, 0.5) 100%
		);
	transition: opacity ease-out 0.2s;
}

#blogPost .articleFooter .related-article .overlay.hover,
section#news article .overlay.hover {
	opacity: 0.75;
	transition: opacity ease-out 0.2s;
}

#blogPost .articleFooter .related-article:not(:last-child) {
	margin-right: 24px;
}

#blogPost .articleFooter .related-article img,
section#styles .homeGridItem img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

#blogPost .articleFooter .related-article span {
	display: flex;
	flex-direction: column;
	position: absolute;
	bottom: 24px;
	left: 24px;
	width: calc(100% - 48px);
	color: white;
}

#blogPost .articleFooter .related-article span .category {
	margin-right: auto;
	margin-bottom: 8px;
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	border: 0.2px solid #ffffff;
	border-radius: 2px;
	padding: 2px 8px;
}

#blogPost .articleFooter .related-article span .relatedTitle {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
}

#blogPost .articleFooter .social a {
	color: #e8b03e;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* 
#blogPost .articleFooter .social a img {
	height: 60px;
	width: 60px;
} */

#ourTeam main h2 {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 42px;
	text-align: center;
}

#termsAndConditions h1,
#userProfile h1 {
	text-align: center;
}

#termsAndConditions #container {
	text-align: left;
	max-width: 895px;
	padding: 0px 20px 80px;
	margin: auto;
	box-sizing: border-box;
	word-break: break-word;
}

#termsAndConditions main h2 {
	font-weight: bold;
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 42px;
	margin-top: 42px;
	text-align: left;
	text-transform: uppercase;
}

#ourTeam #content .container > i,
#termsAndConditions #content .container > i {
	font-weight: 300;
	font-size: 1.125rem;
	margin-top: 0;
	color: #313f62;
	font-style: italic;
	margin-top: 3rem;
	margin-bottom: 1rem;
	display: block;
}

#ourTeam #content .teamMember {
	display: flex;
	align-items: flex-start;
	gap: 50px;
	margin: 0px auto 88px;
	max-width: 880px;
	position: relative;
	padding: 0px 10px;
}

.ourTeamIntro {
	text-align: center;
	padding: 0px 10px;
	color: #6a6e7e;
	font-size: 17px;
	line-height: 24px;
	max-width: 897px;
	position: relative;
	margin: 50px auto 80px;
}

.ourTeamIntro img {
	margin-bottom: 16px;
}

.ourTeamIntro .buttons {
	gap: 16px;
	display: flex;
	line-height: 1.15;
	margin-top: 32px;
	justify-content: center;
}

#ourTeam #content .pic {
	width: 200px;
	height: 200px;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 16px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

#ourTeam #content .bio {
	font-size: 13px;
	line-height: 22px;
}

#ourTeam #content .bio .quote {
	font-weight: 500;
}

#ourTeam #content .bio .quote i {
	margin-right: 4px;
}

#ourTeam #content .name,
#ourTeam #content .position {
	text-align: center;
}

#ourTeam #content .name {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 16px;
}

#ourTeam #content .teamMember > div:first-child {
	display: flex;
	flex-direction: column;
	align-items: center;
}

#ourTeam #content .position {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	padding: 8px;
	background: #ffffff;
	border: 1px solid #b3c0c53d;
	box-sizing: border-box;
	border-radius: 2px;
	display: inline-block;
}

#ourTeam #content .info,
#termsAndConditions #content .info {
	text-align: center;
	margin-top: 4rem;
	margin-bottom: 4rem;
}

#ourTeam #content .info p,
#termsAndConditions #content .info p {
	font-size: 1.5rem;
}

@media screen and (max-width: 650px) {
	.ourTeamIntro {
		font-size: 15px;
	}

	#ourTeam #content .teamMember {
		flex-direction: column;
		align-items: center;
	}
}

/*

--- Terms and Conditions

*/

#termsAndConditions main ol {
	counter-reset: item;
	list-style: none;
}

#termsAndConditions #content .container > ol,
#termsAndConditions #content .container > ol > li > ol {
	padding: 0;
}

#termsAndConditions #content .container > ol > li:before {
	visibility: hidden;
}

#termsAndConditions main ol li {
	display: block;
	font-size: 17px;
	line-height: 1.4;
	margin-bottom: 2rem;
	font-weight: normal;
}

#termsAndConditions main ol,
#termsAndConditions main ul {
	padding-left: 0px;
}

#termsAndConditions main ol ul {
	margin-top: 2rem;
	list-style-type: circle;
}

#termsAndConditions main ol ul > li:before {
	content: '- ';
	margin-right: 1rem;
}

#termsAndConditions main ol > li.subtitle:before {
	content: counters(item, '.') ' ';
	counter-increment: item;
}

#termsAndConditions main ol > li:before {
	counter-increment: item;
	content: '';
}

#termsAndConditions main ol li.subtitle {
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	text-transform: uppercase;
	width: 100%;
	display: block;
}

#termsAndConditions main ol li.subtitle > ol {
	margin-top: 2rem;
	text-transform: none;
}

#termsAndConditions main ol li div {
	margin-top: 2rem;
}

/*

--- Artwork Category

*/

.artworkCategory #categoryName {
	color: #2d436d;
	margin-top: 2.5rem;
	margin-bottom: 2.1rem;
}

.artworkCategory #container .categoryNameContainer {
	display: flex;
	justify-content: center;
}

.artworkCategory #container .banner #subCategoriesContainer {
	display: flex;
	padding: 0;
	overflow: hidden;
	flex: 1;
}

.artworkCategory #container .banner #subCategoriesContainer .content {
	display: flex;
	gap: 2rem;
	padding: 0 1rem;
}

.artworkCategory #container .banner #subCategoriesContainer.center {
	flex: 1;
	justify-content: center;
	transform: translate(0, 0) !important;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.content.resetTransform {
	transform: translate(0, 0) !important;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItemContainer {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.artworkCategory #container .banner #subCategoriesContainer .subCategoryItem {
	display: inline-flex;
	flex: 0 0 auto;
	height: 84px;
	width: 84px;
	min-width: 84px;
	border-radius: 100px;
	position: relative;
	border: 2px solid white;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItemLink:hover
	.subCategoryItem {
	border: 2px solid #0070c0;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItem
	.overlay.hover {
	opacity: 0.15;
	transition: opacity ease-out 0.2s;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItemContainer
	div {
	font-size: 0.75rem;
	padding: 7px;
	box-sizing: border-box;
	text-decoration: none;
	text-align: center;
	letter-spacing: 0.01px;
	border: 1px solid #e7eaec;
	margin-top: 15px;
	color: #131723;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItemLink {
	text-decoration: none;
	color: #313f62;
}

.artworkCategory
	#container
	.banner
	#subCategoriesContainer
	.subCategoryItemLink:hover
	.subCategoryItemContainer
	div {
	background-color: #0070c0;
	border-color: #0070c0;
	color: white;
}

#filters {
	padding: 1rem;
}

.artworkCategory #filters .container {
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 2rem;
}

.artworkCategory #filters .container > :not(:last-child) {
	padding-right: 2rem;
	border-right: 1px solid #cfdadf;
}

.artworkCategory .categorySelect {
	margin-top: 0;
	background-color: #fcfcfc;
	color: #131723;
	padding: 0;
}

@media only screen and (max-width: 860px) {
	.artworkCategory #filters .container {
		flex-direction: column;
		gap: 1rem;
	}

	.artworkCategory #filters .container > :not(:last-child) {
		padding-right: unset;
		border-right: unset;
	}
}

#categoryDescription {
	max-width: 1104px;
	margin: auto;
}

.categoryDescription {
	padding-top: 15px;
}

.artworkCategoryDescription.container {
	position: relative;
	padding: 0 2rem;
	margin-bottom: calc(10px + 3rem);
}

.artworkCategoryDescription .categoryDescription p {
	height: 100%;
	color: #000000;
	font-size: 13px;
	font-weight: normal;
	line-height: 22px;
}

.artworkCategoryDescription.hidden {
	max-height: calc(96px + 15px);
	margin-bottom: calc(10px + 4rem);
}

.artworkCategoryDescription.container.hidden .categoryDescription {
	height: 100%;
	max-height: calc(96px + 15px);
	overflow: hidden;
}

.artworkCategoryDescription.hidden::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: inset 0 -80px 40px -40px #ffffff;
}

#artworkRelatedCategories.container {
	/* padding: 0 2rem 2rem 2rem; */
	max-width: calc(1104px + 2 * 1rem);
	padding: 0 1rem 4rem 1rem;
	margin: auto;
}

#artworkRelatedCategories .relatedCategoriesContainer {
	display: flex;
	gap: 0.5rem 1rem;
	align-items: center;
	flex-wrap: wrap;
}

#artworkRelatedCategories .relatedCategoriesContainer .relatedCategoryItem {
	/* Layout */
	display: flex;
	place-self: center stretch;
	border: solid 0.1px #e7eaec;
	padding: 7px 8px;

	/* Content */
	align-items: center;
	justify-content: center;
	letter-spacing: 0.01em;
	text-align: center;
	color: #131723;
	font-size: 12px;
	line-height: 15px;
	text-decoration: none;
	transition: all ease-out 0.2s;
}

#artworkRelatedCategories
	.relatedCategoriesContainer
	.relatedCategoryItem:hover {
	background-color: #0070c0;
	border-color: #0070c0;
	color: #fff;
	transition: all ease-out 0.2s;
}

.checkInput .checkInputState {
	flex: 0 0 auto;
	display: inline-flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	width: 16px;
	height: 16px;
	margin-right: 8px;
	border: 0.2px solid #b3c0c5;
	border-radius: 4px;
}

.checkInput label {
	display: flex;
	flex-direction: row;
	align-items: center;
	height: auto;
	min-height: 24px;
	cursor: pointer;
}

.checkInput input {
	position: fixed;
	top: 0;
	left: -10000px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.checkInput input:checked ~ label .checkInputState::after {
	content: '';
	width: 9px;
	height: 9px;
	background-color: #0070c0;
	border-radius: 2px;
	transform: translateY(0.5px);
}

/*

--- Media Queries

*/

@media only screen and (max-width: 1560px) {
	#blogArticles .category {
		font-size: 0.7rem;
	}
}

@media only screen and (max-width: 1415px) {
	header.mainHeader:not(.mainHeaderSearch) > .logoWrapper,
	header.mainHeader > nav.mainMenu1 {
		flex: 1;
	}

	header.mainHeader > .logoWrapper {
		display: flex;
		flex-direction: row;
		justify-content: flex-end;
		padding-top: 3px;
		padding-left: 36px;
	}

	header.mainHeader > nav.mainMenu1 {
		margin-left: 0;
	}

	header.mainHeader .menu-btn-desktop,
	header.mainHeader nav.mainMenu > ul,
	header.mainHeader nav.mainMenu > .btn.cta.submitWork,
	header.mainHeader nav.mainMenu > .headerLangSelectorDropdownWrapper,
	header.mainHeader .userMenuDesktop {
		display: none;
	}

	header.mainHeader .btn.r-menu:not(.menu-btn-desktop) {
		display: block;
		padding: 0.5rem 0.5rem 0.5rem 0;
		position: relative;
	}

	header.mainHeader .userMenuMobile {
		display: flex;
	}

	#filters {
		top: 59px;
	}

	#addWorkMain #addWorkFormSide {
		padding: 78px 65px 38px 65px;
	}
}

#userProfile aside.sideMenu {
	display: flex;
	max-width: 1104px;
	margin: auto;
}

#userProfile aside.sideMenu > nav {
	width: 100%;
}

@media only screen and (max-width: 1320px) {
	#userProfile aside.sideMenu {
		display: none;
	}

	#userProfile main#container > section {
		width: 100%;
	}

	#userProfile main#container section .container {
		width: 100%;
		padding: 0 2rem 2rem;
	}

	#blogArticles #blogCategories {
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		text-align: center;
	}

	#blogArticles #container a {
		margin-bottom: 10px;
	}

	#blogArticles #blogCategories .category {
		width: 80%;
		text-align: center;
		font-size: 0.9rem;
	}

	.menuTabOverlay {
		z-index: 101;
	}

	body.pushy-open-left .menuTabOverlay {
		display: block;
	}

	body:not(.pushy-open-left) .menuTabOverlay {
		display: none !important;
	}
}

@media only screen and (max-width: 1140px) {
	.container {
		width: 100%;
	}

	#artwork #product .container {
		width: 100%;
	}

	#userProfile main#container section .container {
		width: 100%;
	}

	section#partners .container .content {
		flex-direction: column;
	}

	section#partners .logos {
		text-align: center;
	}

	#subCategoriesContainer.container {
		width: 100%;
	}

	#blogArticles #container > .container {
		width: 80%;
	}

	#blogArticles #blogCategories .category {
		font-size: 0.7rem;
	}

	#blogPost #container .container {
		width: calc(100% - 60px);
		margin-left: 30px;
		margin-right: 30px;
	}

	#blogPost article {
		width: 100%;
	}

	#blogPost .articleFooter .related-articles {
		width: 100%;
		flex-direction: column;
		margin-top: 56px;
	}

	#blogPost .articleFooter .related-articles .related-article {
		width: 100%;
	}

	#faq .container {
		margin: 0 auto;
		width: 728px;
	}

	#addWorkMain .addWorkHeader {
		padding: 0 20px;
	}

	#addWorkMain #addWorkFormSide {
		width: 100%;
		padding: 24px 20px 20px 20px;
	}

	#addWorkMain .addWorkContent.full #addWorkFormSide {
		padding: 24px 20px 20px 20px;
	}

	#addWorkMain #addWorkReviewSide {
		display: none;
	}

	#addWorkMain #addWorkFormSide .nextStep {
		left: 0;
	}

	#addWorkMain .infos {
		margin-top: 0;
		columns: unset;
	}

	#addWorkMain #addWorkFormSide .actions {
		gap: 1rem;
	}

	#addWorkMain .formRow.compound.damagesMedium {
		margin-bottom: 0;
	}
}

@media only screen and (max-width: 992px) {
	#artwork #product .container {
		flex-wrap: wrap;
	}

	#product .container .sidebar {
		position: relative;
		height: auto;
		padding: 0;
		width: 100%;
	}

	#product .container .imgGallery,
	#product .container .generalInfo {
		width: 100%;
	}

	#product .imgGallery {
		padding-bottom: 0;
	}

	#product .imgGallery .thumbs .owl-stage {
		margin: 0 auto;
	}

	#product .container {
		display: flex;
		flex-wrap: wrap;
	}

	#product .container > * {
		width: 100%;
	}

	#product .container .generalInfo {
		order: 2;
		padding-top: 32px;
	}

	#product .container .sidebar .stickyForm {
		display: none;
	}

	#product .sidebar .btn.sm {
		margin-left: 0;
	}

	#userProfile .negotiations .artworks {
		display: flex;
		flex-wrap: wrap;
	}

	#userProfile .negotiations .artwork.block {
		flex-direction: column;
		width: 50%;
		padding: 1rem;
	}

	#userProfile .negotiations .artwork.block .state {
		width: 100%;
		flex-direction: row;
		padding: 1rem;
	}

	#userProfile .negotiations .artwork.block .state i {
		margin-bottom: 0;
		margin-right: 1rem;
	}

	#userProfile .negotiations .artwork.block .blockContent {
		flex-direction: column;
	}

	#userProfile .negotiations .artwork.block .blockContent .imgWrap {
		margin: 0;
	}

	#userProfile .negotiations .artwork.block .blockContent .artworkImg {
		width: 100%;
		height: 200px;
	}

	#userProfile .negotiations .artwork.block .blockContent .buttons {
		min-width: 0;
		padding-top: 0;
		width: 100%;
	}

	#userProfile #myArtworks .artworks {
		max-width: 780px;
		margin: 0 auto;
	}

	#userProfile #myArtworks .artworks .card {
		width: calc(50% - 2rem);
	}

	.landingPage main {
		flex-direction: column;
	}

	.landingPage main > * {
		width: 100%;
	}

	#seller.landingPage main .BG,
	#buyer.landingPage main .BG {
		background-position: center;
		height: 260px;
	}

	#buyer.landingPage main .BG {
		order: -1;
	}

	#blogArticles #container > .container {
		flex-wrap: wrap;
	}

	#blogArticles #sidebar,
	#blogArticles #articleList {
		flex: 0 0 100%;
	}

	#blogArticles #sidebar {
		margin-bottom: 2rem;
	}

	footer .footerTop {
		flex-wrap: wrap;
	}

	footer .newsletter {
		width: 100%;
	}

	footer .footerBottom .social,
	footer .footerBottom .logoWrap {
		width: 50%;
	}

	footer .footerBottom .social {
		text-align: left;
	}

	footer .footerBottom .logoWrap {
		text-align: right;
	}

	#ourTeam h1 {
		padding: 0 20px;
	}

	.ourTeamIntro {
		padding: 0 20px;
	}

	#ourTeam h2 {
		padding: 0 20px;
	}

	#ourTeam #content .teamMember {
		padding: 0 20px;
	}
}

@media only screen and (max-width: 865px) {
	/* #formFooter .buttons {
		display: flex;
		flex-direction: column-reverse;
		align-items: flex-end;
	}
	#formFooter .buttons .btn.btn.back {
		padding-right: 0;
	} */
	body #main.form {
		min-height: calc(100vh - 176px);
	}

	#userProfile #myAlerts .artworks {
		display: flex;
		flex-wrap: wrap;
	}

	#userProfile #myAlerts .artwork.block {
		flex-direction: column;
		width: 50%;
		padding: 1rem;
		border-left: none;
	}

	#userProfile #myAlerts .artwork.block.price_down .blockContent {
		border-bottom: 4px solid #bfe895;
	}

	#userProfile #myAlerts .artwork.block.price_up .blockContent {
		border-bottom: 4px solid #ffaeae;
	}

	#userProfile #myAlerts .artwork.block.price_stable .blockContent {
		border-bottom: 4px solid #a1a1a1;
	}

	#userProfile #myAlerts .artwork.block .blockContent {
		flex-direction: column;
	}

	#userProfile #myAlerts .artwork.block .blockContent .imgWrap {
		margin: 0;
	}

	#userProfile #myAlerts .artwork.block .blockContent .artworkImg {
		width: 100%;
		height: 200px;
	}

	#userProfile #myAlerts .artwork.block .blockContent .priceChange {
		display: block;
		margin: 0;
		padding: 0.5rem 0;
	}

	#userProfile #myAlerts .artwork.block .blockContent .buttons {
		min-width: 0;
		padding-top: 0;
		width: 100%;
	}

	#catalogue #artworks .masonry,
	#userProfile #myFavorites .masonry {
		column-count: 2;
	}

	#blogArticles #blogCategories {
		grid-template-columns: 1fr 1fr;
	}

	#blogArticles #blogCategories .category {
		font-size: 0.9rem;
		padding-left: 0;
		padding-right: 0;
	}
}

@media only screen and (max-width: 768px) {
	.formSpan.ou {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

	.progressTracker .progressText {
		font-size: 1rem;
	}

	#formFooter .logo {
		display: none;
	}

	#formFooter .container {
		justify-content: flex-end;
	}

	.modalContent .contentBlock {
		padding-left: 2rem;
		padding-right: 2rem;
	}

	.modalContent {
		padding: 20px;
		margin: 0rem auto 3rem;
	}

	#conservationModal .modalContent {
		height: 100%;
		padding-top: 84px;
		overflow: auto;
	}

	#conservationModal .modalContent .close {
		top: 2.5rem;
	}

	.formRow.summary.header > div {
		width: 100%;
	}

	section#partners .logos img {
		max-width: calc(22.2% - 0.8rem);
	}

	body#catalogue footer {
		padding-bottom: 52px;
	}

	#filters {
		position: fixed;
		width: 100%;
		top: initial;
		bottom: 0;
		z-index: 999999;
		transform: translate3d(0, 100%, 0);
		transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
	}

	#filters .container {
		padding: 1rem;
	}

	.respFiltersActive #filters {
		transform: translate3d(0, 0, 0);
	}

	#filters .showFilters {
		display: block;
	}

	.respFiltersActive .filtersOverlay {
		display: block;
		background: rgba(0, 0, 0, 0.5);
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 998;
		animation: fade 500ms;
	}

	#blogPost .details {
		flex-wrap: wrap;
	}

	#blogPost .details .wrap,
	#blogPost .details .categoryContainer {
		width: 100%;
		order: 2;
		margin-top: 1rem;
	}

	#blogPost .details .wrap .row {
		justify-content: center;
	}

	#messagingModal .modalContent {
		flex-direction: column;
		margin-bottom: 0;
		max-height: 100%;
		padding: 2rem;
		height: 100%;
	}

	#messagingModal .modalContent > .left {
		flex: 0 0 auto;
		padding: 0;
		border-right: none;
		display: flex;
		align-items: flex-start;
		margin-bottom: 1rem;
	}

	#messagingModal .modalContent > .right {
		flex: 1 1 auto;
		padding: 0;
		overflow: hidden;
	}

	#blogPost .articleFooter .related-articles .articles {
		margin-top: 1.75rem;
		display: flex;
		flex-direction: column;
	}

	#blogPost .articleFooter .related-article {
		margin-right: 0 !important;
		margin-bottom: 1rem;
	}

	.categorySelect {
		padding: 4px;
	}

	#faq .container {
		padding: 0 20px;
		width: 100%;
	}

	#addWorkMain .addWorkHeader .helpMessage .message {
		display: none;
	}

	#addWorkMain
		.addWorkHeader
		.helpMessageContainer
		.helpMessage
		.teamImgs
		.profilePicContainer {
		width: 23px;
		height: 40px;
	}

	#addWorkMain
		.addWorkHeader
		.helpMessageContainer
		.helpMessage
		.teamImgs
		.profilePic {
		width: 40px;
		height: 40px;
	}

	.searchResults {
		position: fixed;
		top: 60px;
		left: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 625px) {
	section#whyChooseUs h2,
	section#partners h2 {
		font-size: 24px;
	}

	section#styles .homeStylesGrid {
		grid-template-columns: 1fr !important;
	}

	section#styles .homeGridItem {
		grid-row: unset !important;
		grid-column: unset !important;
	}

	#topBanner h1 {
		font-size: 2rem;
	}

	#userProfile #myArtworks .artworks {
		max-width: 420px;
		margin: 0 auto;
	}

	#userProfile #myArtworks .artworks .card {
		width: calc(100%);
		margin: 1rem 0;
	}

	#blogArticles #container > .container {
		width: 80%;
	}

	#blogArticles article {
		flex-direction: column;
		align-items: flex-start;
	}

	#blogArticles article .imgWrap {
		margin-right: 0;
		margin-bottom: 1rem;
		width: 100%;
		height: 180px;
	}

	#blogArticles article .imgWrap .img {
		height: 100%;
	}

	#blogArticles article img {
		object-fit: cover;
	}

	#blogArticles article#firstArticle .title {
		font-size: 24px;
		text-align: left;
	}

	#blogArticles article#firstArticle .row#articleDetails {
		justify-content: left;
		text-align: left;
		margin-top: 1rem;
	}

	#blogArticles #blogCategories .category {
		font-size: 0.7rem;
		padding-left: 0px;
		padding-right: 0px;
	}
}

@media only screen and (max-width: 603px) {
	#blogPost .articleFooter .social .icons {
		grid-template-columns: repeat(5, 50px) !important;
		gap: 13px 20px;
	}

	#userProfile .negotiations .artwork.block {
		width: 100%;
	}

	#userProfile #myAlerts .artwork.block {
		width: 100%;
	}

	.compoundRadio label,
	.compoundCheckbox label,
	.form .selectControl select {
		font-size: 13px;
		line-height: 16px;
	}

	.formRow {
		min-height: 32px;
	}

	#addWorkMain #addWorkFormSide .actions {
		flex: 0 0 auto;
		flex-direction: column-reverse;
		gap: 0;
	}

	#addWorkMain #addWorkFormSide .actions > :not(:last-child) {
		margin-top: 1rem;
	}

	#formFooter {
		text-align: center;
	}

	#formFooter a.previousStep,
	#formFooter .nextStep {
		text-align: center;
		margin: 0;
		width: 100%;
	}
}

@media only screen and (max-width: 525px) {
	section#partners .logos img {
		max-width: 120px;
	}

	section#partners .container {
		padding-bottom: 220px;
	}

	#loginModal .modalBody {
		flex-direction: column;
	}

	#loginModal .right {
		margin-left: 0;
	}

	#signupModal .btn.back {
		top: 8px;
		left: 2px;
	}

	#signupModal .formRow {
		margin-bottom: 0;
	}

	#signupModal .inputGroup {
		margin-bottom: 12px;
	}

	#signupModal .customRadio {
		margin: 8px 0;
	}

	#visitorModal .modalBody .visitorAdvantages {
		align-items: center;
		flex-direction: column;
		margin: 0;
	}

	#visitorModal .modalBody .visitorAdvantages .iconContent {
		margin-bottom: 24px;
	}

	.modal .modalContent .modalBody .left {
		border-right: none;
		border-bottom: 1px solid rgba(194, 199, 203, 0.5);
		margin-bottom: 1rem;
	}

	.modal .modalContent .modalBody .left,
	.modal .modalContent .modalBody .right {
		width: 100%;
		padding: 1rem;
	}

	.modal .modalContent .modalBody .left {
		padding-bottom: 2rem;
	}

	#catalogue #artworks .masonry,
	#userProfile #myFavorites .masonry {
		column-count: 1;
	}
}

@media only screen and (max-width: 559px) {
	#backToTop {
		bottom: 56px;
		right: 76px;
		width: 48px;
		height: 48px;
	}
}

@media only screen and (max-width: 480px) {
	fieldset#categories .categorySelect {
		width: 100%;
	}

	.form hr {
		margin: 1.5rem 0.4rem;
	}

	#formFooter .buttons .btn {
		font-size: 1.2rem;
	}

	.formRow .compoundRadio.checked ~ .inputGroup,
	.formRow {
		display: flex;
		flex-direction: column;
		align-items: flex-start;
	}

	.formRow .compoundRadio ~ .inputGroup label.formSpan:not(.damages) {
		margin-bottom: 1rem;
	}

	.progressTracker {
		margin-bottom: 1.5rem;
	}

	.progressTracker .progressText {
		font-size: 0.8rem;
	}

	.formRow.compound .inputGroup {
		padding: 0.4rem !important;
	}

	.checkInput label {
		padding: 8px 0;
	}

	#authenticity .ml-5,
	#conservation .ml-5 {
		margin-left: 0;
	}

	.modal {
		padding: 0;
	}

	.modal .modalContent {
		box-shadow: none;
		min-height: 100vh;
		margin-bottom: 0;
		margin-top: 0 !important;
		padding-top: 40px;
	}

	.showAddArtworkConfirmModal.modal .modalContent {
		padding-top: 84px;
	}

	.showAddArtworkConfirmModal.modal:not(.has-picture) .modalContent {
		min-height: auto;
		padding: 30px 20px;
	}

	.modal .close {
		color: #131723;
	}

	.showAddArtworkConfirmModal.modal .close {
		top: 2.5rem;
		right: 0.5rem;
	}

	.showAddArtworkConfirmModal.modal:not(.has-picture) .close {
		top: 0.5rem;
	}

	.modalContent .contentBlock {
		padding-left: 1rem;
		padding-right: 1rem;
	}

	.buyOrSellModal .logo {
		position: absolute;
		top: 25%;
		transform: translate(-50%, -50%);
	}

	#previewThumbs.dropzone .dz-preview .dz-image {
		width: 140px;
		height: 140px;
	}

	section#catalogue .btn.cta,
	section#news .btn.cta,
	section#featured .btn.cta {
		padding: 1.1rem;
		width: 100%;
	}

	section#partners .container {
		padding-bottom: 200px;
	}

	section#featured .card,
	section#related .card {
		min-width: 220px;
	}

	.topHeader {
		padding: 0.5rem 1rem;
	}

	body#home .mainHeader {
		padding: 1rem 1rem;
	}

	#faq .accordion .accordionTitle {
		font-size: 16px;
		line-height: 18px;
	}

	#artwork .backToCatalogue {
		text-align: center;
	}

	#artwork .backToCatalogue .btn {
		font-size: 1rem;
	}

	#userProfile main#container section .container {
		padding: 0 1rem 1.6rem;
	}

	.landingPage .content {
		padding: 1.5rem 1rem;
	}

	.landingPage .content h1 {
		font-size: 3.5rem;
	}

	.landingPage .content .subtitle {
		font-size: 1.2rem;
	}

	.landingPage .content .buttons {
		width: 100%;
	}

	.landingPage .content .buttons .btn {
		padding: 1rem 1rem;
		min-width: 0;
		width: 100%;
	}

	#seller.landingPage main .BG,
	#buyer.landingPage main .BG {
		height: 200px;
	}

	#messagingModal .modalContent {
		padding: 1rem;
	}

	fieldset#date .inputWrap {
		max-width: none;
	}

	fieldset#date .formSpan {
		margin: 0.5rem 0;
	}

	fieldset#date .selectControl:not(:last-child) {
		margin-right: 0;
		margin-bottom: 0.5rem;
	}

	#blogArticles #container > .container {
		width: 100%;
		padding: 0 10px;
	}

	#blogArticles #blogCategories {
		grid-template-columns: 1fr;
	}

	#blogArticles #blogCategories .category {
		font-size: 0.9rem;
		padding-left: 0;
		padding-right: 0;
	}

	#addWorkMain #addWorkFormSide .nextStep {
		align-self: center;
	}

	#userProfile #personalInfo form {
		gap: 1rem;
		margin: 0 auto;
	}

	#userProfile .formRow {
		flex-direction: column;
		gap: 0;
	}

	#userProfile #personalInfo .btn.cta {
		margin-top: 1rem;
	}

	#userProfile #myArtworks .artworks {
		max-width: 100%;
	}

	#userProfile #myArtworks .artworks .card {
		padding-left: 0;
		padding-right: 0;
	}

	#addWorkMain .fieldTitle {
		align-items: flex-start;
	}

	#addWorkMain .addNew > .formRow {
		align-items: flex-end;
	}

	#addWorkMain .addNew fieldset .formRow {
		min-height: auto;
	}

	#addWorkMain .optional {
		flex-direction: column;
	}

	#addWorkMain .optional::after {
		margin-bottom: 6px;
		line-height: normal;
	}

	.artistsPageMixinBottom {
		padding: 0 15px;
	}
}

@media only screen and (max-width: 380px) {
	/* #blogPost .articleFooter .social .icons {
		grid-template-columns: repeat(6, 38.25px) !important;
		gap: 13px 10px;
	} */
	#blogPost .articleFooter .social .icons {
		grid-template-columns: repeat(5, 40px) !important;
		gap: 13px 20px;
	}

	/* #blogPost .articleFooter .social .icons a:nth-last-child(n+3) {
		grid-column-end: span 2;
	}
	#blogPost .articleFooter .social .icons a:nth-last-child(-n+2) {
		grid-column-end: span 3;
		justify-self: end;
		margin-right: 13px;
	}
	#blogPost .articleFooter .social .icons a:nth-last-child(1) {
		justify-self: start;
		margin-left: 13px;
	} */

	#requestArtworkChangesModal .customCheckbox {
		width: 100%;
	}

	#blogArticles article .author,
	#blogPost article .author {
		padding: 0;
		margin: 0 0 0.5rem;
		border: 0;
		width: 100%;
	}

	#blogPost article .author {
		text-align: center;
	}

	#blogPost .details .wrap .row,
	#blogArticles article .row {
		flex-wrap: wrap;
	}

	#blogPost .details .date {
		margin-top: 0.5rem;
	}

	footer .footerBottom .logo {
		max-width: 150px;
	}

	#blogArticles #blogCategories {
		width: 100%;
	}

	#blogArticles #blogCategories .category {
		font-size: 0.9rem;
		padding-left: 0;
		padding-right: 0;
	}

	#filters #category,
	#filters #filterOptions {
		gap: 1rem;
	}
}

@media only screen and (max-width: 360px) {
	#addWorkMain .addWorkHeader a.helpButton {
		padding: 8px;
	}

	.negotiations-switch {
		align-self: stretch;
	}

	.negotiations-switch > .btn.cta {
		flex: 1;
		display: flex;
		flex-direction: row;
		align-items: center;
		padding: 8px;
	}
}

/*
--- Animations

*/

.animated {
	-webkit-animation-duration: 0.6s;
	animation-duration: 0.6s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDown {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownAccordion {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.5rem, 0);
		transform: translate3d(0, -1.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInDownAccordion {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.5rem, 0);
		transform: translate3d(0, -1.5rem, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInDownAccordion {
	-webkit-animation-name: fadeInDownAccordion;
	animation-name: fadeInDownAccordion;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

@keyframes fadeIn {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@keyframes fadeOut {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}
}

@keyframes fadeOutUp {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -30%, 0);
		transform: translate3d(0, -30%, 0);
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpAccordion {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.5rem, 0);
		transform: translate3d(0, -1.5rem, 0);
	}
}

@keyframes fadeOutUpAccordion {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
		-webkit-transform: translate3d(0, -1.5rem, 0);
		transform: translate3d(0, -1.5rem, 0);
	}
}

.fadeOutUpAccordion {
	-webkit-animation-name: fadeOutUpAccordion;
	animation-name: fadeOutUpAccordion;
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0);
	}

	to {
		opacity: 1;
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
}

.error {
	color: #d13e3e;
	font-size: 10px;
	line-height: 13px;
	margin-bottom: 24px;
	text-align: left;
}

.error i {
	margin-right: 4px;
}

.bold {
	font-weight: bold;
}

.modal.updateOffer .confirmation {
	opacity: 1;
	transition: opacity ease-out 0.3s;
}

.modal.updateOffer .confirmation .alert {
	display: none;
}

.modal.updateOffer .response {
	display: none;
	opacity: 0;
	transition: opacity ease-out 0.3s;
}

.modal.updateOffer .modalContent {
	max-width: 380px;
}

.modal.updateOffer .modalContent p {
	text-align: center;
}

.modal.updateOffer .modalContent .buttons {
	text-align: center;
}

.modal.updateOffer .response .icon {
	font-size: 2rem;
	color: #bfe895;
	margin-bottom: 1.5rem;
	text-align: center;
}

.btn.disabled {
	pointer-events: none;
	opacity: 0.4;
}

.menuIcon {
	width: 12px;
	height: 12px;
	margin-right: 4px;
}

select,
option {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.pageNumber a {
	cursor: pointer;
}

/* Reading Progress Bar */

#progress-container {
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	z-index: 1000;
	background: transparent;
	transition: all ease-out 0.2s;
}

#progress-container.ready {
	transform: translateY(-3px);
}

#progress-bar {
	display: block;
	width: 0;
	height: 3px;
	background: #e8b03e;
}

#catalogue #container {
	display: flex;
	flex-direction: column;
}

#catalogue #container h1 {
	text-align: center;
}

#catalogue #artworks {
	max-width: calc(1104px + 2 * 0.5rem);
	margin: auto;
	padding: 1.5rem 0.5rem 1.5rem 0.5rem;
}

#catalogue #filters {
	background-color: #fff;
}

#catalogue #filters.shadow {
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
}

.btn-group > .btn:not(:last-child) {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.btn-group > .btn:not(:first-child) {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.negotiatonState {
	font-weight: bold;
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
}

.grey {
	color: #6a6e7e;
}

.red {
	color: #d13e3e;
}

.green {
	color: #50d200;
}

#userProfile .negotiations .info {
	margin-top: 4px;
}

.negotiatonInfo {
	font-size: 13px;
	line-height: 16px;
	color: #434653;
	border: 1px solid rgb(246, 248, 250);
	border-radius: 2px;
	padding: 8px 12px;
	line-height: 1.5rem;
}

.negotiatonInfo.green {
	color: #50d200;
	background-color: #f9fff4;
	border: 1px solid #e0eaef;
}

input[type='radio'] {
	-webkit-appearance: none;
	appearance: none;
	background-color: #fff;
	font: inherit;
	color: currentColor;
	width: 17px;
	height: 17px;
	min-width: 17px;
	min-height: 17px;
	border: 0.2px solid #e3e6e9;
	border-radius: 50%;
	display: grid;
	place-content: center;
}

input[type='radio']::before {
	content: '';
	width: 9px;
	height: 9px;
	border-radius: 50%;
	transform: scale(0);
	transition: 120ms transform ease-in-out;
	box-shadow: inset 1em 1em #0070c0;
}

input[type='radio']:checked::before {
	transform: scale(1);
}
