/* Inherit Woodmart / theme font — never force Google Sans */
:root {
	--ajr-primary: #1a73e8;
	--ajr-primary-hover: #1557b0;
	--ajr-primary-text: #1967d2;
	--ajr-primary-text-hover: #174ea6;
	--ajr-primary-soft: #e8f0fe;
	--ajr-primary-soft-hover: #d2e3fc;
}

.ajr-google-card,
.ajr-google-card__title,
.ajr-google-card__price,
.ajr-themed,
.ajr-themed .ich-settings-main-wrap,
body.ajr-google-theme .ich-settings-main-wrap.ajr-themed,
body.ajr-google-theme .ajr-themed.ich-settings-main-wrap,
.ajr-themed h1,
.ajr-themed h2,
.ajr-themed h3,
.ajr-themed h4,
.ajr-themed p,
.ajr-themed a,
.ajr-themed label,
.ajr-themed button,
.ajr-themed input,
.ajr-themed select,
.ajr-themed textarea,
.ajr-themed td,
.ajr-themed th,
.ajr-themed .title,
.ajr-google-card a,
.ajr-google-card p,
.ajr-google-card span:not(.fas):not(.fa) {
	font-family: inherit !important;
}

/* Google Material listing card */
.ajr-google-card-wrap {
	height: 100%;
}

.ajr-google-card {
	display: grid !important;
	grid-template-columns: minmax(120px, 32%) minmax(0, 1fr) !important;
	grid-template-rows: minmax(0, 1fr) !important;
	grid-auto-flow: column !important;
	direction: ltr !important;
	align-items: stretch !important;
	flex-direction: unset !important;
	min-height: 240px;
	height: 100%;
	overflow: hidden;
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
	color: inherit;
	transition: box-shadow 0.18s ease;
}

.ajr-google-card:hover {
	box-shadow: 0 1px 3px 0 rgba(60, 64, 67, 0.3), 0 4px 8px 3px rgba(60, 64, 67, 0.15);
}

.ajr-google-card__media {
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	background: #e8eaed;
	min-height: 240px;
	min-width: 0;
	grid-column: 1 !important;
	grid-row: 1 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
}

.ajr-google-card__gallery {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-height: 0;
	height: 100%;
}

.ajr-google-card__slide {
	position: relative;
	display: block;
	flex: 1 1 auto;
	min-height: 180px;
	overflow: hidden;
}

.ajr-google-card__slide img,
.ajr-google-card__image,
.ajr-google-card__media .rem-f-image,
.ajr-google-card__media .wp-post-image {
	width: 100%;
	height: 100%;
	max-width: none;
	object-fit: cover;
	display: block;
}

.ajr-google-card__thumbs {
	display: flex;
	gap: 4px;
	padding: 6px;
	overflow-x: auto;
	background: #202124;
}

.ajr-google-card__thumb {
	flex: 0 0 44px;
	width: 44px;
	height: 36px;
	padding: 0;
	border: 2px solid transparent;
	border-radius: 4px;
	overflow: hidden;
	background: transparent;
	cursor: pointer;
}

.ajr-google-card__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.ajr-google-card__thumb.is-active {
	border-color: #fff;
}

.ajr-google-card__badges {
	position: absolute;
	right: 10px;
	top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	z-index: 2;
}

.ajr-google-card__badge {
	padding: 3px 8px;
	border-radius: 4px;
	background: rgba(32, 33, 36, 0.72);
	color: #fff;
	font-size: 11px;
	line-height: 1.4;
}

.ajr-google-card__content {
	display: flex;
	flex-direction: column;
	flex: 1 1 auto;
	min-width: 0;
	grid-column: 2 !important;
	grid-row: 1 !important;
	width: auto !important;
	max-width: none !important;
	float: none !important;
}

html[dir="rtl"] .ajr-google-card__content,
body.rtl .ajr-google-card__content {
	direction: rtl;
	text-align: right;
}

.ajr-google-card__body {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 16px 16px 8px;
	flex: 1 1 auto;
}

.ajr-google-card__title-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
}

.ajr-google-card__title {
	margin: 0;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	flex: 0 1 auto;
	min-width: 0;
	max-width: 100%;
}

.ajr-google-card__title a {
	color: inherit;
	text-decoration: none;
}

.ajr-google-card__title a:hover {
	color: var(--ajr-primary);
}

.ajr-google-card__code {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 3px 10px;
	border-radius: 6px;
	background: #e8eaed;
	color: #3c4043;
	font-size: 12px;
	font-weight: 500;
	line-height: 1.4;
	white-space: nowrap;
}

.ajr-google-card__prices {
	display: flex;
	flex-direction: column;
	gap: 4px;
	margin: 0;
}

.ajr-google-card__price-row {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 10px 14px;
}

.ajr-google-card__price,
.ajr-google-card__price .rem-price-amount,
.ajr-google-card__price .rem-currency-symbol {
	color: #188038;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
}

.ajr-google-card__areas {
	display: inline-flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 8px;
}

.ajr-google-card__area {
	color: #5f6368;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.3;
}

.ajr-google-card__price del {
	color: #80868b;
	font-size: 14px;
	font-weight: 400;
}

.ajr-google-card__amount {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	gap: 6px;
	font-size: 13px;
}

.ajr-google-card__amount-label {
	color: #5f6368;
}

.ajr-google-card__amount-value,
.ajr-google-card__amount-value .rem-price-amount,
.ajr-google-card__amount-value .rem-currency-symbol {
	color: #3c4043;
	font-weight: 600;
}

.ajr-google-card__address,
.ajr-google-card__excerpt {
	margin: 0;
	color: #5f6368;
	font-size: 13px;
	line-height: 1.5;
}

.ajr-google-card__address i {
	margin-left: 4px;
	color: #80868b;
}

.ajr-google-card__facts {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 4px 0 0;
	padding: 0;
	list-style: none;
}

.ajr-google-card__fact {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 4px 10px;
	border-radius: 16px;
	background: #f1f3f4;
	color: #3c4043;
	font-size: 13px;
}

.ajr-google-card__footer {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	padding: 8px 12px 14px;
}

.ajr-google-card__footer ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ajr-google-card__footer .btn,
.ajr-google-card__footer a.btn,
.ajr-google-card__footer button,
.ajr-google-card__footer a {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	border: 0;
	border-radius: 20px;
	background: var(--ajr-primary-soft);
	color: var(--ajr-primary-text);
	box-shadow: none;
	padding: 6px 14px;
	font-size: 13px;
	font-weight: 500;
	text-decoration: none;
}

.ajr-google-card__footer .btn:hover,
.ajr-google-card__footer a:hover {
	background: var(--ajr-primary-soft-hover);
	color: var(--ajr-primary-text-hover);
}

@media (max-width: 767px) {
	.ajr-google-card {
		display: grid !important;
		grid-template-columns: minmax(96px, 38%) minmax(0, 1fr) !important;
		grid-auto-flow: column !important;
		flex-direction: unset !important;
		min-height: 148px;
		border-radius: 8px;
	}

	.ajr-google-card__media,
	.ajr-google-card__gallery,
	.ajr-google-card__slide {
		min-height: 148px;
		height: 100%;
	}

	.ajr-google-card__thumbs {
		padding: 4px;
		gap: 3px;
	}

	.ajr-google-card__thumb {
		flex: 0 0 28px;
		width: 28px;
		height: 22px;
	}

	.ajr-google-card__body {
		gap: 4px;
		padding: 8px 10px 4px;
	}

	.ajr-google-card__title {
		font-size: 13px;
		line-height: 1.35;
	}

	.ajr-google-card__code {
		font-size: 10px;
		padding: 2px 7px;
	}

	.ajr-google-card__price,
	.ajr-google-card__price .rem-price-amount,
	.ajr-google-card__price .rem-currency-symbol {
		font-size: 15px;
	}

	.ajr-google-card__area {
		font-size: 11px;
	}

	.ajr-google-card__price-row {
		gap: 6px 10px;
	}

	.ajr-google-card__address,
	.ajr-google-card__excerpt,
	.ajr-google-card__amount,
	.ajr-google-card__fact {
		font-size: 11px;
	}

	.ajr-google-card__fact {
		padding: 2px 7px;
		gap: 4px;
	}

	.ajr-google-card__footer {
		padding: 4px 8px 8px;
		gap: 4px;
	}

	.ajr-google-card__footer .btn,
	.ajr-google-card__footer a.btn,
	.ajr-google-card__footer button,
	.ajr-google-card__footer a {
		padding: 4px 10px;
		font-size: 11px;
		border-radius: 16px;
	}

	.ajr-google-card__badge {
		font-size: 10px;
		padding: 2px 6px;
	}

	.ich-settings-main-wrap .row > [class*="col-"]:has(.ajr-google-card) {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		float: none !important;
	}
}

@media (min-width: 768px) {
	.ajr-google-card {
		min-height: 240px;
	}

	.ajr-google-card__media,
	.ajr-google-card__gallery,
	.ajr-google-card__slide {
		height: 100%;
		min-height: 240px;
	}

	.ich-settings-main-wrap .row > [class*="col-"]:has(.ajr-google-card) {
		width: 100% !important;
		max-width: 100% !important;
		flex: 0 0 100% !important;
		float: none !important;
	}
}

/* Shared Material look for themed REM surfaces */
.ajr-themed.ich-settings-main-wrap,
.ajr-themed .ich-settings-main-wrap,
.ich-settings-main-wrap.ajr-themed {
	background: #f8f9fa;
	padding: 16px;
	border-radius: 12px;
}

.ajr-themed .section-title,
.ajr-themed .info-block,
.ajr-themed .agent-contact-wrapper,
.ajr-themed .agent-block,
.ajr-themed #login-page .box,
.ajr-themed .search-container,
.ajr-themed .details-wrapper,
.ajr-themed .property-content-wrap {
	background: #fff !important;
	border: 1px solid #dadce0;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
}

.ajr-themed .section-title {
	padding: 14px 16px;
	margin-bottom: 12px;
}

.ajr-themed .info-block {
	padding: 16px;
	margin-bottom: 16px;
}

.ajr-themed h1,
.ajr-themed h2,
.ajr-themed h3,
.ajr-themed .title {
	font-weight: 600;
}

.ajr-themed .form-control,
.ajr-themed input[type="text"],
.ajr-themed input[type="email"],
.ajr-themed input[type="password"],
.ajr-themed input[type="number"],
.ajr-themed input[type="tel"],
.ajr-themed input[type="search"],
.ajr-themed input[type="url"],
.ajr-themed select,
.ajr-themed textarea,
body.ajr-google-theme .ich-settings-main-wrap .form-control,
body.ajr-google-theme .ich-settings-main-wrap input[type="text"],
body.ajr-google-theme .ich-settings-main-wrap input[type="email"],
body.ajr-google-theme .ich-settings-main-wrap input[type="password"],
body.ajr-google-theme .ich-settings-main-wrap input[type="number"],
body.ajr-google-theme .ich-settings-main-wrap input[type="search"],
body.ajr-google-theme .ich-settings-main-wrap select,
body.ajr-google-theme .ich-settings-main-wrap textarea {
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	min-height: 40px;
	background: #fff !important;
	padding: 8px 12px !important;
	color: #3c4043;
}

html[dir="rtl"] .ajr-themed .form-control,
html[dir="rtl"] .ajr-themed input[type="text"],
html[dir="rtl"] .ajr-themed input[type="email"],
html[dir="rtl"] .ajr-themed input[type="password"],
html[dir="rtl"] .ajr-themed input[type="number"],
html[dir="rtl"] .ajr-themed input[type="search"],
html[dir="rtl"] .ajr-themed select,
html[dir="rtl"] .ajr-themed textarea,
html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .form-control,
html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap input[type="text"],
html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap select,
body.rtl.ajr-google-theme .ich-settings-main-wrap .form-control,
body.rtl.ajr-google-theme .ich-settings-main-wrap input[type="text"],
body.rtl.ajr-google-theme .ich-settings-main-wrap select {
	text-align: right;
	direction: rtl;
}

.ajr-themed .form-control:focus,
.ajr-themed input:focus,
.ajr-themed select:focus,
.ajr-themed textarea:focus,
body.ajr-google-theme .ich-settings-main-wrap .form-control:focus,
body.ajr-google-theme .ich-settings-main-wrap input:focus {
	border-color: var(--ajr-primary) !important;
	box-shadow: 0 0 0 1px var(--ajr-primary) !important;
	outline: none;
}

.ajr-themed .btn,
.ajr-themed .btn-default,
.ajr-themed .btn-primary,
.ajr-themed button[type="submit"],
.ajr-themed input[type="submit"],
.ajr-themed #form-submit,
.ajr-themed .button-form,
.ajr-themed .search-button,
body.ajr-google-theme .ich-settings-main-wrap .btn,
body.ajr-google-theme .ich-settings-main-wrap .btn-default,
body.ajr-google-theme .ich-settings-main-wrap .btn-primary,
body.ajr-google-theme .ich-settings-main-wrap button[type="submit"],
body.ajr-google-theme .ich-settings-main-wrap input[type="submit"],
body.ajr-google-theme .ich-settings-main-wrap #form-submit,
body.ajr-google-theme .ich-settings-main-wrap .button-form,
body.ajr-google-theme .ich-settings-main-wrap .search-button {
	border: 0 !important;
	border-radius: 20px !important;
	background: var(--ajr-primary) !important;
	color: #fff !important;
	box-shadow: none !important;
	padding: 8px 18px !important;
	font-weight: 500;
	line-height: 1.4;
}

.ajr-themed .btn:hover,
.ajr-themed .btn-default:hover,
.ajr-themed .btn-primary:hover,
.ajr-themed button[type="submit"]:hover,
.ajr-themed #form-submit:hover,
.ajr-themed .button-form:hover,
.ajr-themed .search-button:hover,
body.ajr-google-theme .ich-settings-main-wrap .btn:hover,
body.ajr-google-theme .ich-settings-main-wrap .btn-default:hover,
body.ajr-google-theme .ich-settings-main-wrap button[type="submit"]:hover,
body.ajr-google-theme .ich-settings-main-wrap #form-submit:hover,
body.ajr-google-theme .ich-settings-main-wrap .search-button:hover {
	background: var(--ajr-primary-hover) !important;
	color: #fff !important;
}

.ajr-themed .more-button,
.ajr-themed button[type="reset"],
body.ajr-google-theme .ich-settings-main-wrap .more-button,
body.ajr-google-theme .ich-settings-main-wrap button[type="reset"] {
	background: var(--ajr-primary-soft) !important;
	color: var(--ajr-primary-text) !important;
}

.ajr-themed .more-button:hover,
.ajr-themed button[type="reset"]:hover,
body.ajr-google-theme .ich-settings-main-wrap .more-button:hover,
body.ajr-google-theme .ich-settings-main-wrap button[type="reset"]:hover {
	background: var(--ajr-primary-soft-hover) !important;
	color: var(--ajr-primary-text-hover) !important;
}

.ajr-themed table {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	overflow: hidden;
}

/* Listings / search results */
.ajr-surface-listings-pages .filter-title h2,
.ajr-themed.ajr-surface-listings-pages .filter-title h2 {
	font-size: 20px;
	font-weight: 600;
}

/* Single property */
.ajr-surface-single-property#property-content,
#property-content.ajr-themed,
body.ajr-surface-single-property #property-content {
	background: #f8f9fa;
	padding: 16px;
	border-radius: 12px;
}

body.ajr-surface-single-property #property-content .section-title,
body.ajr-surface-single-property #property-content .info-block,
body.ajr-surface-single-property #property-content .agent-contact-wrapper,
#property-content.ajr-themed .section-title,
#property-content.ajr-themed .info-block,
#property-content.ajr-themed .agent-contact-wrapper {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
}

/* Create / edit */
#new-property.ajr-themed,
.ajr-surface-create-property #new-property,
.ajr-surface-edit-property #new-property,
body.ajr-surface-create-property #new-property,
body.ajr-surface-edit-property #new-property {
	background: #f8f9fa;
	padding: 8px;
	border-radius: 12px;
}

/* Search */
#rem-search-box.ajr-themed,
.ajr-surface-search-forms #rem-search-box,
body.ajr-surface-search-forms #rem-search-box {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	padding: 16px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
}

/* Login / register */
#login-page.ajr-themed .box,
.ajr-surface-login-register #login-page .box,
body.ajr-surface-login-register #login-page .box,
.ajr-surface-login-register #rem-agent-page,
body.ajr-surface-login-register #rem-agent-page {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
	padding: 24px;
}

/* Agent */
#rem-agent-page.ajr-themed,
.ajr-surface-agent-profile#rem-agent-page,
body.ajr-surface-agent-profile #rem-agent-page,
.ajr-surface-agent-list.rem-list-agents,
body.ajr-surface-agent-list .rem-list-agents {
	background: #f8f9fa;
	padding: 16px;
	border-radius: 12px;
}

.ajr-surface-agent-profile .agent-contact-wrapper,
.ajr-surface-agent-list .agent-contact-wrapper,
body.ajr-surface-agent-profile .agent-contact-wrapper,
body.ajr-surface-agent-list .agent-block {
	background: #fff;
	border: 1px solid #dadce0;
	border-radius: 12px;
	box-shadow: 0 1px 2px rgba(60, 64, 67, 0.12);
}

/* My properties */
.ajr-surface-my-properties #user-profile,
body.ajr-surface-my-properties .ich-settings-main-wrap table,
.ajr-themed.ajr-surface-my-properties table {
	background: #fff;
	border-radius: 12px;
}

/* EasyDropdown / Nice Select / native select — Material + RTL */
body.ajr-google-theme .ich-settings-main-wrap .dropdown,
.ajr-themed .dropdown {
	height: 40px !important;
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
	box-shadow: none !important;
	background: #fff !important;
	overflow: visible;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown:hover,
.ajr-themed .dropdown:hover {
	box-shadow: none !important;
	border-color: #bdc1c6 !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown.open,
.ajr-themed .dropdown.open {
	border-color: var(--ajr-primary) !important;
	box-shadow: 0 0 0 1px var(--ajr-primary) !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown .selected,
.ajr-themed .dropdown .selected {
	height: 40px;
	line-height: 24px;
	padding: 8px 12px !important;
	color: #3c4043;
	text-align: inherit;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown .selected:after,
.ajr-themed .dropdown .selected:after {
	display: none;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown .carat,
.ajr-themed .dropdown .carat {
	width: 36px;
	height: 40px;
	top: 0;
	right: 0;
	border: 0 !important;
	background: transparent !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown .carat:after,
.ajr-themed .dropdown .carat:after {
	right: 12px;
	margin-top: -2px;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #5f6368;
	border-bottom: 0;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown.open .carat,
.ajr-themed .dropdown.open .carat {
	background: transparent !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown.open .carat:after,
.ajr-themed .dropdown.open .carat:after {
	border-top-color: var(--ajr-primary) !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown li.focus,
body.ajr-google-theme .ich-settings-main-wrap .dropdown li.active,
.ajr-themed .dropdown li.focus,
.ajr-themed .dropdown li.active {
	background: var(--ajr-primary) !important;
	color: #fff !important;
}

body.ajr-google-theme .ich-settings-main-wrap .dropdown div,
.ajr-themed .dropdown div {
	border-radius: 8px;
	border: 1px solid #dadce0;
	box-shadow: 0 2px 6px rgba(60, 64, 67, 0.15);
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .dropdown .carat,
html[dir="rtl"] .ajr-themed .dropdown .carat,
body.rtl.ajr-google-theme .ich-settings-main-wrap .dropdown .carat,
body.rtl .ajr-themed .dropdown .carat {
	right: auto !important;
	left: 0 !important;
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .dropdown .carat:after,
html[dir="rtl"] .ajr-themed .dropdown .carat:after,
body.rtl.ajr-google-theme .ich-settings-main-wrap .dropdown .carat:after,
body.rtl .ajr-themed .dropdown .carat:after {
	right: auto !important;
	left: 12px !important;
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .dropdown .selected,
html[dir="rtl"] .ajr-themed .dropdown .selected,
body.rtl.ajr-google-theme .ich-settings-main-wrap .dropdown .selected,
body.rtl .ajr-themed .dropdown .selected,
html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .dropdown li,
html[dir="rtl"] .ajr-themed .dropdown li,
body.rtl.ajr-google-theme .ich-settings-main-wrap .dropdown li,
body.rtl .ajr-themed .dropdown li {
	text-align: right !important;
	direction: rtl;
	padding-left: 40px !important;
	padding-right: 12px !important;
}

body.ajr-google-theme .ich-settings-main-wrap .nice-select,
.ajr-themed .nice-select {
	float: none;
	height: 40px !important;
	line-height: 38px !important;
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
	padding-left: 12px;
	padding-right: 36px;
	background: #fff;
}

body.ajr-google-theme .ich-settings-main-wrap .nice-select:after,
.ajr-themed .nice-select:after {
	border-color: #5f6368;
	right: 14px;
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .nice-select,
html[dir="rtl"] .ajr-themed .nice-select,
body.rtl.ajr-google-theme .ich-settings-main-wrap .nice-select,
body.rtl .ajr-themed .nice-select {
	text-align: right !important;
	float: none;
	padding-right: 12px !important;
	padding-left: 36px !important;
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap .nice-select:after,
html[dir="rtl"] .ajr-themed .nice-select:after,
body.rtl.ajr-google-theme .ich-settings-main-wrap .nice-select:after,
body.rtl .ajr-themed .nice-select:after {
	right: auto !important;
	left: 14px !important;
}

body.ajr-google-theme .ich-settings-main-wrap .nice-select .option.selected,
body.ajr-google-theme .ich-settings-main-wrap .nice-select .option.focus,
body.ajr-google-theme .ich-settings-main-wrap .nice-select .option:hover,
.ajr-themed .nice-select .option.selected,
.ajr-themed .nice-select .option.focus,
.ajr-themed .nice-select .option:hover {
	background: var(--ajr-primary-soft);
	color: var(--ajr-primary-text);
}

body.ajr-google-theme .ich-settings-main-wrap select.form-control,
body.ajr-google-theme .ich-settings-main-wrap select.rem-easydropdown,
.ajr-themed select {
	-webkit-appearance: none;
	appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'><path fill='%235f6368' d='M1.4.6L6 5.2 10.6.6 12 2 6 8 0 2z'/></svg>");
	background-repeat: no-repeat;
	background-position: right 12px center;
	padding-right: 36px !important;
}

html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap select.form-control,
html[dir="rtl"] body.ajr-google-theme .ich-settings-main-wrap select.rem-easydropdown,
html[dir="rtl"] .ajr-themed select,
body.rtl.ajr-google-theme .ich-settings-main-wrap select,
body.rtl .ajr-themed select {
	background-position: left 12px center;
	padding-right: 12px !important;
	padding-left: 36px !important;
}

body.ajr-google-theme .select2-container .select2-selection--single,
body.ajr-google-theme .select2-container .select2-selection--multiple,
.ajr-themed .select2-container .select2-selection--single,
.ajr-themed .select2-container .select2-selection--multiple {
	border: 1px solid #dadce0 !important;
	border-radius: 8px !important;
	min-height: 40px;
	background: #fff;
}

body.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 38px;
}

body.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 38px;
}

html[dir="rtl"] body.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__arrow,
body.rtl.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__arrow {
	right: auto;
	left: 8px;
}

html[dir="rtl"] body.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__rendered,
body.rtl.ajr-google-theme .select2-container--default .select2-selection--single .select2-selection__rendered {
	text-align: right;
	padding-right: 12px;
	padding-left: 28px;
}

body.ajr-google-theme .select2-container--default .select2-results__option--highlighted[aria-selected],
body.ajr-google-theme .select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: var(--ajr-primary) !important;
}

body.ajr-google-theme .select2-dropdown {
	border-color: #dadce0;
	border-radius: 8px;
}

/* Price slider */
body.ajr-google-theme .ich-settings-main-wrap .noUi-target,
.ajr-themed .noUi-target {
	border: 0;
	box-shadow: none;
	background: #e8eaed;
	border-radius: 8px;
	height: 6px;
}

body.ajr-google-theme .ich-settings-main-wrap .noUi-connect,
.ajr-themed .noUi-connect {
	background: var(--ajr-primary);
}

body.ajr-google-theme .ich-settings-main-wrap .noUi-handle,
.ajr-themed .noUi-handle {
	border: 2px solid var(--ajr-primary);
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 1px 3px rgba(60, 64, 67, 0.3);
	width: 18px !important;
	height: 18px !important;
	top: -7px !important;
	cursor: pointer;
}

body.ajr-google-theme .ich-settings-main-wrap .noUi-handle:before,
body.ajr-google-theme .ich-settings-main-wrap .noUi-handle:after,
.ajr-themed .noUi-handle:before,
.ajr-themed .noUi-handle:after {
	display: none;
}

body.ajr-google-theme .ich-settings-main-wrap .p-slide-wrap,
.ajr-themed .p-slide-wrap {
	padding: 8px 4px 16px;
}

input.labelauty + label,
body.ajr-google-theme .ich-settings-main-wrap input.labelauty + label {
	border-radius: 16px !important;
}

body.ajr-google-theme .ich-settings-main-wrap input.labelauty:checked + label,
.ajr-themed input.labelauty:checked + label {
	background: var(--ajr-primary) !important;
	border-color: var(--ajr-primary) !important;
}
