@charset "UTF-8";

/*!
Theme Name: Severnaya
Author: Neptunin
Author URI: https://Neptunin.ru
Tested up to: 6.0
Version: 1.0.0
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

*/
/*!--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 - Variables
3.0 - Bootstrap 5

5.0 - Mixins
    5.1 - animate
    5.2 - extend
6.0 - Reset
7.0 - Header
	7.1 - Main menu
	7.2 - Mega menu
	7.3 - Topbar
8.0 - Breadcrumb
9.0 - Blog
	9.1 - Sidebar
	9.2 - Archive
	9.3 - Single
10.0 - Footer
11.0 - Typography
12.0 - Features
13.0 - Shortcodes
14.0 - Search Box
15.0 - Home page styles
16.0 - Related post popup
17.0 - Video player
18.0 - Sticky Video
19.0 - Review Feature
--------------------------------------------------------------*/
/*!--------------------------------------------------------------
1.0 - Variables
----------------------------------------------------------------*/
:root {
	--thim-border-radius-large: 50%;
	--thim-border-radius-small: 8px
}

/*!--------------------------------------------------------------
2.0 - Boostrap
----------------------------------------------------------------*/
/*!
 * Bootstrap Grid v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.woocommerce .woocommerce-products-header,
.realpress-container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
	width: 100%;
	padding-right: var(--bs-gutter-x, 0.75rem);
	padding-left: var(--bs-gutter-x, 0.75rem);
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width:576px) {

	.container-sm,
	.container,
	.woocommerce .woocommerce-products-header,
	.realpress-container {
		max-width: 540px
	}
}

@media (min-width:768px) {

	.container-md,
	.container-sm,
	.container,
	.woocommerce .woocommerce-products-header,
	.realpress-container {
		max-width: 720px
	}
}

@media (min-width:992px) {

	.container-lg,
	.container-md,
	.container-sm,
	.container,
	.woocommerce .woocommerce-products-header,
	.realpress-container {
		max-width: 960px
	}
}

@media (min-width:1200px) {

	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container,
	.woocommerce .woocommerce-products-header,
	.realpress-container {
		max-width: 1140px
	}
}

@media (min-width:1400px) {

	.container-xxl,
	.container-xl,
	.container-lg,
	.container-md,
	.container-sm,
	.container,
	.woocommerce .woocommerce-products-header,
	.realpress-container {
		max-width: 1320px
	}
}

.row {
	--bs-gutter-x: 1.5rem;
	--bs-gutter-y: 0;
	display: flex;
	flex-wrap: wrap;
	margin-top: calc(var(--bs-gutter-y) * -1);
	margin-right: calc(var(--bs-gutter-x) * -0.5);
	margin-left: calc(var(--bs-gutter-x) * -0.5);
	margin-right: -15px;
	margin-left: -15px
}

.row>* {
	box-sizing: border-box;
	flex-shrink: 0;
	width: 100%;
	max-width: 100%;
	padding-right: calc(var(--bs-gutter-x) * 0.5);
	padding-left: calc(var(--bs-gutter-x) * 0.5);
	margin-top: var(--bs-gutter-y);
	padding-left: 15px;
	padding-right: 15px
}

.col {
	flex: 1 0 0%
}

.row-cols-auto>* {
	flex: 0 0 auto;
	width: auto
}

.row-cols-1>* {
	flex: 0 0 auto;
	width: 100%
}

.row-cols-2>* {
	flex: 0 0 auto;
	width: 50%
}

.row-cols-3>* {
	flex: 0 0 auto;
	width: 33.3333333333%
}

.row-cols-4>* {
	flex: 0 0 auto;
	width: 25%
}

.row-cols-5>* {
	flex: 0 0 auto;
	width: 20%
}

.row-cols-6>* {
	flex: 0 0 auto;
	width: 16.6666666667%
}

@media (min-width:576px) {
	.col-sm {
		flex: 1 0 0%
	}

	.row-cols-sm-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-sm-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-sm-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-sm-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-sm-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-sm-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-sm-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:768px) {
	.col-md {
		flex: 1 0 0%
	}

	.row-cols-md-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-md-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-md-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-md-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-md-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-md-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-md-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:992px) {
	.col-lg {
		flex: 1 0 0%
	}

	.row-cols-lg-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-lg-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-lg-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-lg-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-lg-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-lg-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-lg-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:1200px) {
	.col-xl {
		flex: 1 0 0%
	}

	.row-cols-xl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

@media (min-width:1400px) {
	.col-xxl {
		flex: 1 0 0%
	}

	.row-cols-xxl-auto>* {
		flex: 0 0 auto;
		width: auto
	}

	.row-cols-xxl-1>* {
		flex: 0 0 auto;
		width: 100%
	}

	.row-cols-xxl-2>* {
		flex: 0 0 auto;
		width: 50%
	}

	.row-cols-xxl-3>* {
		flex: 0 0 auto;
		width: 33.3333333333%
	}

	.row-cols-xxl-4>* {
		flex: 0 0 auto;
		width: 25%
	}

	.row-cols-xxl-5>* {
		flex: 0 0 auto;
		width: 20%
	}

	.row-cols-xxl-6>* {
		flex: 0 0 auto;
		width: 16.6666666667%
	}
}

.col-auto {
	flex: 0 0 auto;
	width: auto
}

.col-1 {
	flex: 0 0 auto;
	width: 8.33333333%
}

.col-2 {
	flex: 0 0 auto;
	width: 16.66666667%
}

.col-3 {
	flex: 0 0 auto;
	width: 25%
}

.col-4 {
	flex: 0 0 auto;
	width: 33.33333333%
}

.col-5 {
	flex: 0 0 auto;
	width: 41.66666667%
}

.col-6 {
	flex: 0 0 auto;
	width: 50%
}

.col-7 {
	flex: 0 0 auto;
	width: 58.33333333%
}

.col-8 {
	flex: 0 0 auto;
	width: 66.66666667%
}

.col-9 {
	flex: 0 0 auto;
	width: 75%
}

.col-10 {
	flex: 0 0 auto;
	width: 83.33333333%
}

.col-11 {
	flex: 0 0 auto;
	width: 91.66666667%
}

.col-12 {
	flex: 0 0 auto;
	width: 100%
}

.offset-1 {
	margin-left: 8.33333333%
}

.offset-2 {
	margin-left: 16.66666667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333333%
}

.offset-5 {
	margin-left: 41.66666667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333333%
}

.offset-8 {
	margin-left: 66.66666667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333333%
}

.offset-11 {
	margin-left: 91.66666667%
}

.g-0,
.gx-0 {
	--bs-gutter-x: 0
}

.g-0,
.gy-0 {
	--bs-gutter-y: 0
}

.g-1,
.gx-1 {
	--bs-gutter-x: 0.25rem
}

.g-1,
.gy-1 {
	--bs-gutter-y: 0.25rem
}

.g-2,
.gx-2 {
	--bs-gutter-x: 0.5rem
}

.g-2,
.gy-2 {
	--bs-gutter-y: 0.5rem
}

.g-3,
.gx-3 {
	--bs-gutter-x: 1rem
}

.g-3,
.gy-3 {
	--bs-gutter-y: 1rem
}

.g-4,
.gx-4 {
	--bs-gutter-x: 1.5rem
}

.g-4,
.gy-4 {
	--bs-gutter-y: 1.5rem
}

.g-5,
.gx-5 {
	--bs-gutter-x: 3rem
}

.g-5,
.gy-5 {
	--bs-gutter-y: 3rem
}

@media (min-width:576px) {
	.col-sm-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-sm-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-sm-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-sm-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-sm-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-sm-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-sm-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-sm-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-sm-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-sm-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-sm-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-sm-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-sm-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333333%
	}

	.offset-sm-2 {
		margin-left: 16.66666667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333333%
	}

	.offset-sm-5 {
		margin-left: 41.66666667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333333%
	}

	.offset-sm-8 {
		margin-left: 66.66666667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333333%
	}

	.offset-sm-11 {
		margin-left: 91.66666667%
	}

	.g-sm-0,
	.gx-sm-0 {
		--bs-gutter-x: 0
	}

	.g-sm-0,
	.gy-sm-0 {
		--bs-gutter-y: 0
	}

	.g-sm-1,
	.gx-sm-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-sm-1,
	.gy-sm-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-sm-2,
	.gx-sm-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-sm-2,
	.gy-sm-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-sm-3,
	.gx-sm-3 {
		--bs-gutter-x: 1rem
	}

	.g-sm-3,
	.gy-sm-3 {
		--bs-gutter-y: 1rem
	}

	.g-sm-4,
	.gx-sm-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-sm-4,
	.gy-sm-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-sm-5,
	.gx-sm-5 {
		--bs-gutter-x: 3rem
	}

	.g-sm-5,
	.gy-sm-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:768px) {
	.col-md-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-md-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-md-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-md-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-md-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-md-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-md-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-md-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-md-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-md-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-md-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-md-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-md-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333333%
	}

	.offset-md-2 {
		margin-left: 16.66666667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333333%
	}

	.offset-md-5 {
		margin-left: 41.66666667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333333%
	}

	.offset-md-8 {
		margin-left: 66.66666667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333333%
	}

	.offset-md-11 {
		margin-left: 91.66666667%
	}

	.g-md-0,
	.gx-md-0 {
		--bs-gutter-x: 0
	}

	.g-md-0,
	.gy-md-0 {
		--bs-gutter-y: 0
	}

	.g-md-1,
	.gx-md-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-md-1,
	.gy-md-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-md-2,
	.gx-md-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-md-2,
	.gy-md-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-md-3,
	.gx-md-3 {
		--bs-gutter-x: 1rem
	}

	.g-md-3,
	.gy-md-3 {
		--bs-gutter-y: 1rem
	}

	.g-md-4,
	.gx-md-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-md-4,
	.gy-md-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-md-5,
	.gx-md-5 {
		--bs-gutter-x: 3rem
	}

	.g-md-5,
	.gy-md-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:992px) {
	.col-lg-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-lg-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-lg-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-lg-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-lg-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-lg-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-lg-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-lg-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-lg-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-lg-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-lg-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-lg-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-lg-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333333%
	}

	.offset-lg-2 {
		margin-left: 16.66666667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333333%
	}

	.offset-lg-5 {
		margin-left: 41.66666667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333333%
	}

	.offset-lg-8 {
		margin-left: 66.66666667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333333%
	}

	.offset-lg-11 {
		margin-left: 91.66666667%
	}

	.g-lg-0,
	.gx-lg-0 {
		--bs-gutter-x: 0
	}

	.g-lg-0,
	.gy-lg-0 {
		--bs-gutter-y: 0
	}

	.g-lg-1,
	.gx-lg-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-lg-1,
	.gy-lg-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-lg-2,
	.gx-lg-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-lg-2,
	.gy-lg-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-lg-3,
	.gx-lg-3 {
		--bs-gutter-x: 1rem
	}

	.g-lg-3,
	.gy-lg-3 {
		--bs-gutter-y: 1rem
	}

	.g-lg-4,
	.gx-lg-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-lg-4,
	.gy-lg-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-lg-5,
	.gx-lg-5 {
		--bs-gutter-x: 3rem
	}

	.g-lg-5,
	.gy-lg-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1200px) {
	.col-xl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333333%
	}

	.offset-xl-2 {
		margin-left: 16.66666667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333333%
	}

	.offset-xl-5 {
		margin-left: 41.66666667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333333%
	}

	.offset-xl-8 {
		margin-left: 66.66666667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333333%
	}

	.offset-xl-11 {
		margin-left: 91.66666667%
	}

	.g-xl-0,
	.gx-xl-0 {
		--bs-gutter-x: 0
	}

	.g-xl-0,
	.gy-xl-0 {
		--bs-gutter-y: 0
	}

	.g-xl-1,
	.gx-xl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xl-1,
	.gy-xl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xl-2,
	.gx-xl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xl-2,
	.gy-xl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xl-3,
	.gx-xl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xl-3,
	.gy-xl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xl-4,
	.gx-xl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xl-4,
	.gy-xl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xl-5,
	.gx-xl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xl-5,
	.gy-xl-5 {
		--bs-gutter-y: 3rem
	}
}

@media (min-width:1400px) {
	.col-xxl-auto {
		flex: 0 0 auto;
		width: auto
	}

	.col-xxl-1 {
		flex: 0 0 auto;
		width: 8.33333333%
	}

	.col-xxl-2 {
		flex: 0 0 auto;
		width: 16.66666667%
	}

	.col-xxl-3 {
		flex: 0 0 auto;
		width: 25%
	}

	.col-xxl-4 {
		flex: 0 0 auto;
		width: 33.33333333%
	}

	.col-xxl-5 {
		flex: 0 0 auto;
		width: 41.66666667%
	}

	.col-xxl-6 {
		flex: 0 0 auto;
		width: 50%
	}

	.col-xxl-7 {
		flex: 0 0 auto;
		width: 58.33333333%
	}

	.col-xxl-8 {
		flex: 0 0 auto;
		width: 66.66666667%
	}

	.col-xxl-9 {
		flex: 0 0 auto;
		width: 75%
	}

	.col-xxl-10 {
		flex: 0 0 auto;
		width: 83.33333333%
	}

	.col-xxl-11 {
		flex: 0 0 auto;
		width: 91.66666667%
	}

	.col-xxl-12 {
		flex: 0 0 auto;
		width: 100%
	}

	.offset-xxl-0 {
		margin-left: 0
	}

	.offset-xxl-1 {
		margin-left: 8.33333333%
	}

	.offset-xxl-2 {
		margin-left: 16.66666667%
	}

	.offset-xxl-3 {
		margin-left: 25%
	}

	.offset-xxl-4 {
		margin-left: 33.33333333%
	}

	.offset-xxl-5 {
		margin-left: 41.66666667%
	}

	.offset-xxl-6 {
		margin-left: 50%
	}

	.offset-xxl-7 {
		margin-left: 58.33333333%
	}

	.offset-xxl-8 {
		margin-left: 66.66666667%
	}

	.offset-xxl-9 {
		margin-left: 75%
	}

	.offset-xxl-10 {
		margin-left: 83.33333333%
	}

	.offset-xxl-11 {
		margin-left: 91.66666667%
	}

	.g-xxl-0,
	.gx-xxl-0 {
		--bs-gutter-x: 0
	}

	.g-xxl-0,
	.gy-xxl-0 {
		--bs-gutter-y: 0
	}

	.g-xxl-1,
	.gx-xxl-1 {
		--bs-gutter-x: 0.25rem
	}

	.g-xxl-1,
	.gy-xxl-1 {
		--bs-gutter-y: 0.25rem
	}

	.g-xxl-2,
	.gx-xxl-2 {
		--bs-gutter-x: 0.5rem
	}

	.g-xxl-2,
	.gy-xxl-2 {
		--bs-gutter-y: 0.5rem
	}

	.g-xxl-3,
	.gx-xxl-3 {
		--bs-gutter-x: 1rem
	}

	.g-xxl-3,
	.gy-xxl-3 {
		--bs-gutter-y: 1rem
	}

	.g-xxl-4,
	.gx-xxl-4 {
		--bs-gutter-x: 1.5rem
	}

	.g-xxl-4,
	.gy-xxl-4 {
		--bs-gutter-y: 1.5rem
	}

	.g-xxl-5,
	.gx-xxl-5 {
		--bs-gutter-x: 3rem
	}

	.g-xxl-5,
	.gy-xxl-5 {
		--bs-gutter-y: 3rem
	}
}

.btn {
	display: inline-block;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	cursor: pointer;
	user-select: none;
	background-color: transparent;
	border: 1px solid transparent;
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	border-radius: 0.25rem;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.btn {
		transition: none
	}
}

.btn:hover {
	color: #212529
}

.btn-check:focus+.btn,
.btn:focus {
	outline: 0;
	box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25)
}

.btn:disabled,
.btn.disabled,
fieldset:disabled .btn {
	pointer-events: none;
	opacity: 0.65
}

.btn-link {
	font-weight: 400;
	color: #0d6efd;
	text-decoration: underline
}

.btn-link:hover {
	color: #0a58ca
}

.btn-link:disabled,
.btn-link.disabled {
	color: #6c757d
}

.btn-lg {
	padding: 0.5rem 1rem;
	font-size: 1.25rem;
	border-radius: 0.3rem
}

.btn-sm {
	padding: 0.25rem 0.5rem;
	font-size: 0.875rem;
	border-radius: 0.2rem
}

.nav {
	display: flex;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.nav-link {
	display: block;
	padding: 0.5rem 1rem;
	color: #0d6efd;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.nav-link {
		transition: none
	}
}

.nav-link:hover,
.nav-link:focus {
	color: #0a58ca
}

.nav-link.disabled {
	color: #6c757d;
	pointer-events: none;
	cursor: default
}

.nav-tabs {
	border-bottom: 1px solid #dee2e6
}

.nav-tabs .nav-link {
	margin-bottom: -1px;
	background: none;
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem
}

.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
	border-color: #e9ecef #e9ecef #dee2e6;
	isolation: isolate
}

.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent
}

.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
	color: #495057;
	background-color: #fff;
	border-color: #dee2e6 #dee2e6 #fff
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.nav-pills .nav-link {
	background: none;
	border: 0;
	border-radius: 0.25rem
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	color: #fff;
	background-color: #0d6efd
}

.nav-fill>.nav-link,
.nav-fill .nav-item {
	flex: 1 1 auto;
	text-align: center
}

.nav-justified>.nav-link,
.nav-justified .nav-item {
	flex-basis: 0;
	flex-grow: 1;
	text-align: center
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
	width: 100%
}

.tab-content>.tab-pane {
	display: none
}

.tab-content>.active {
	display: block
}

.navbar {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.navbar>.container,
.woocommerce .navbar>.woocommerce-products-header,
.navbar>.realpress-container,
.navbar>.container-fluid,
.navbar>.container-sm,
.navbar>.container-md,
.navbar>.container-lg,
.navbar>.container-xl,
.navbar>.container-xxl {
	display: flex;
	flex-wrap: inherit;
	align-items: center;
	justify-content: space-between
}

.navbar-brand {
	padding-top: 0.3125rem;
	padding-bottom: 0.3125rem;
	margin-right: 1rem;
	font-size: 1.25rem;
	text-decoration: none;
	white-space: nowrap
}

.navbar-nav {
	display: flex;
	flex-direction: column;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none
}

.navbar-nav .nav-link {
	padding-right: 0;
	padding-left: 0
}

.navbar-nav .dropdown-menu {
	position: static
}

.navbar-text {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem
}

.navbar-collapse {
	flex-basis: 100%;
	flex-grow: 1;
	align-items: center
}

.navbar-toggler {
	padding: 0.25rem 0.75rem;
	font-size: 1.25rem;
	line-height: 1;
	background-color: transparent;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	transition: box-shadow 0.15s ease-in-out
}

@media (prefers-reduced-motion:reduce) {
	.navbar-toggler {
		transition: none
	}
}

.navbar-toggler:hover {
	text-decoration: none
}

.navbar-toggler:focus {
	text-decoration: none;
	outline: 0;
	box-shadow: 0 0 0 0.25rem
}

.navbar-toggler-icon {
	display: inline-block;
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%
}

.navbar-nav-scroll {
	max-height: var(--bs-scroll-height, 75vh);
	overflow-y: auto
}

@media (min-width:576px) {
	.navbar-expand-sm {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-sm .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-sm .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-sm .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-sm .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-sm .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-sm .navbar-toggler {
		display: none
	}
}

@media (min-width:768px) {
	.navbar-expand-md {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-md .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-md .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-md .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-md .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-md .navbar-toggler {
		display: none
	}
}

@media (min-width:992px) {
	.navbar-expand-lg {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-lg .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-lg .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-lg .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-lg .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-lg .navbar-toggler {
		display: none
	}
}

@media (min-width:1200px) {
	.navbar-expand-xl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-xl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xl .navbar-toggler {
		display: none
	}
}

@media (min-width:1400px) {
	.navbar-expand-xxl {
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.navbar-expand-xxl .navbar-nav {
		flex-direction: row
	}

	.navbar-expand-xxl .navbar-nav .dropdown-menu {
		position: absolute
	}

	.navbar-expand-xxl .navbar-nav .nav-link {
		padding-right: 0.5rem;
		padding-left: 0.5rem
	}

	.navbar-expand-xxl .navbar-nav-scroll {
		overflow: visible
	}

	.navbar-expand-xxl .navbar-collapse {
		display: flex !important;
		flex-basis: auto
	}

	.navbar-expand-xxl .navbar-toggler {
		display: none
	}
}

.navbar-expand {
	flex-wrap: nowrap;
	justify-content: flex-start
}

.navbar-expand .navbar-nav {
	flex-direction: row
}

.navbar-expand .navbar-nav .dropdown-menu {
	position: absolute
}

.navbar-expand .navbar-nav .nav-link {
	padding-right: 0.5rem;
	padding-left: 0.5rem
}

.navbar-expand .navbar-nav-scroll {
	overflow: visible
}

.navbar-expand .navbar-collapse {
	display: flex !important;
	flex-basis: auto
}

.navbar-expand .navbar-toggler {
	display: none
}

.navbar-light .navbar-brand {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-nav .nav-link {
	color: rgba(0, 0, 0, 0.55)
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
	color: rgba(0, 0, 0, 0.7)
}

.navbar-light .navbar-nav .nav-link.disabled {
	color: rgba(0, 0, 0, 0.3)
}

.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-light .navbar-toggler {
	color: rgba(0, 0, 0, 0.55);
	border-color: rgba(0, 0, 0, 0.1)
}

.navbar-light .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-light .navbar-text {
	color: rgba(0, 0, 0, 0.55)
}

.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
	color: rgba(0, 0, 0, 0.9)
}

.navbar-dark .navbar-brand {
	color: #fff
}

.navbar-dark .navbar-brand:hover,
.navbar-dark .navbar-brand:focus {
	color: #fff
}

.navbar-dark .navbar-nav .nav-link {
	color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link:focus {
	color: rgba(255, 255, 255, 0.75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
	color: rgba(255, 255, 255, 0.25)
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active {
	color: #fff
}

.navbar-dark .navbar-toggler {
	color: rgba(255, 255, 255, 0.55);
	border-color: rgba(255, 255, 255, 0.1)
}

.navbar-dark .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")
}

.navbar-dark .navbar-text {
	color: rgba(255, 255, 255, 0.55)
}

.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
	color: #fff
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

.d-block {
	display: block !important
}

.d-grid {
	display: grid !important
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: flex !important
}

.d-inline-flex {
	display: inline-flex !important
}

.d-none {
	display: none !important
}

.flex-fill {
	flex: 1 1 auto !important
}

.flex-row {
	flex-direction: row !important
}

.flex-column {
	flex-direction: column !important
}

.flex-row-reverse {
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	flex-direction: column-reverse !important
}

.flex-grow-0 {
	flex-grow: 0 !important
}

.flex-grow-1 {
	flex-grow: 1 !important
}

.flex-shrink-0 {
	flex-shrink: 0 !important
}

.flex-shrink-1 {
	flex-shrink: 1 !important
}

.flex-wrap {
	flex-wrap: wrap !important
}

.flex-nowrap {
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	justify-content: flex-start !important
}

.justify-content-end {
	justify-content: flex-end !important
}

.justify-content-center {
	justify-content: center !important
}

.justify-content-between {
	justify-content: space-between !important
}

.justify-content-around {
	justify-content: space-around !important
}

.justify-content-evenly {
	justify-content: space-evenly !important
}

.align-items-start {
	align-items: flex-start !important
}

.align-items-end {
	align-items: flex-end !important
}

.align-items-center {
	align-items: center !important
}

.align-items-baseline {
	align-items: baseline !important
}

.align-items-stretch {
	align-items: stretch !important
}

.align-content-start {
	align-content: flex-start !important
}

.align-content-end {
	align-content: flex-end !important
}

.align-content-center {
	align-content: center !important
}

.align-content-between {
	align-content: space-between !important
}

.align-content-around {
	align-content: space-around !important
}

.align-content-stretch {
	align-content: stretch !important
}

.align-self-auto {
	align-self: auto !important
}

.align-self-start {
	align-self: flex-start !important
}

.align-self-end {
	align-self: flex-end !important
}

.align-self-center {
	align-self: center !important
}

.align-self-baseline {
	align-self: baseline !important
}

.align-self-stretch {
	align-self: stretch !important
}

.order-first {
	order: -1 !important
}

.order-0 {
	order: 0 !important
}

.order-1 {
	order: 1 !important
}

.order-2 {
	order: 2 !important
}

.order-3 {
	order: 3 !important
}

.order-4 {
	order: 4 !important
}

.order-5 {
	order: 5 !important
}

.order-last {
	order: 6 !important
}

.m-0 {
	margin: 0 !important
}

.m-1 {
	margin: 0.25rem !important
}

.m-2 {
	margin: 0.5rem !important
}

.m-3 {
	margin: 1rem !important
}

.m-4 {
	margin: 1.5rem !important
}

.m-5 {
	margin: 3rem !important
}

.m-auto {
	margin: auto !important
}

.mx-0 {
	margin-right: 0 !important;
	margin-left: 0 !important
}

.mx-1 {
	margin-right: 0.25rem !important;
	margin-left: 0.25rem !important
}

.mx-2 {
	margin-right: 0.5rem !important;
	margin-left: 0.5rem !important
}

.mx-3 {
	margin-right: 1rem !important;
	margin-left: 1rem !important
}

.mx-4 {
	margin-right: 1.5rem !important;
	margin-left: 1.5rem !important
}

.mx-5 {
	margin-right: 3rem !important;
	margin-left: 3rem !important
}

.mx-auto {
	margin-right: auto !important;
	margin-left: auto !important
}

.my-0 {
	margin-top: 0 !important;
	margin-bottom: 0 !important
}

.my-1 {
	margin-top: 0.25rem !important;
	margin-bottom: 0.25rem !important
}

.my-2 {
	margin-top: 0.5rem !important;
	margin-bottom: 0.5rem !important
}

.my-3 {
	margin-top: 1rem !important;
	margin-bottom: 1rem !important
}

.my-4 {
	margin-top: 1.5rem !important;
	margin-bottom: 1.5rem !important
}

.my-5 {
	margin-top: 3rem !important;
	margin-bottom: 3rem !important
}

.my-auto {
	margin-top: auto !important;
	margin-bottom: auto !important
}

.mt-0 {
	margin-top: 0 !important
}

.mt-1 {
	margin-top: 0.25rem !important
}

.mt-2 {
	margin-top: 0.5rem !important
}

.mt-3 {
	margin-top: 1rem !important
}

.mt-4 {
	margin-top: 1.5rem !important
}

.mt-5 {
	margin-top: 3rem !important
}

.mt-auto {
	margin-top: auto !important
}

.me-0 {
	margin-right: 0 !important
}

.me-1 {
	margin-right: 0.25rem !important
}

.me-2 {
	margin-right: 0.5rem !important
}

.me-3 {
	margin-right: 1rem !important
}

.me-4 {
	margin-right: 1.5rem !important
}

.me-5 {
	margin-right: 3rem !important
}

.me-auto {
	margin-right: auto !important
}

.mb-0 {
	margin-bottom: 0 !important
}

.mb-1 {
	margin-bottom: 0.25rem !important
}

.mb-2 {
	margin-bottom: 0.5rem !important
}

.mb-3 {
	margin-bottom: 1rem !important
}

.mb-4 {
	margin-bottom: 1.5rem !important
}

.mb-5 {
	margin-bottom: 3rem !important
}

.mb-auto {
	margin-bottom: auto !important
}

.ms-0 {
	margin-left: 0 !important
}

.ms-1 {
	margin-left: 0.25rem !important
}

.ms-2 {
	margin-left: 0.5rem !important
}

.ms-3 {
	margin-left: 1rem !important
}

.ms-4 {
	margin-left: 1.5rem !important
}

.ms-5 {
	margin-left: 3rem !important
}

.ms-auto {
	margin-left: auto !important
}

.p-0 {
	padding: 0 !important
}

.p-1 {
	padding: 0.25rem !important
}

.p-2 {
	padding: 0.5rem !important
}

.p-3 {
	padding: 1rem !important
}

.p-4 {
	padding: 1.5rem !important
}

.p-5 {
	padding: 3rem !important
}

.px-0 {
	padding-right: 0 !important;
	padding-left: 0 !important
}

.px-1 {
	padding-right: 0.25rem !important;
	padding-left: 0.25rem !important
}

.px-2 {
	padding-right: 0.5rem !important;
	padding-left: 0.5rem !important
}

.px-3 {
	padding-right: 1rem !important;
	padding-left: 1rem !important
}

.px-4 {
	padding-right: 1.5rem !important;
	padding-left: 1.5rem !important
}

.px-5 {
	padding-right: 3rem !important;
	padding-left: 3rem !important
}

.py-0 {
	padding-top: 0 !important;
	padding-bottom: 0 !important
}

.py-1 {
	padding-top: 0.25rem !important;
	padding-bottom: 0.25rem !important
}

.py-2 {
	padding-top: 0.5rem !important;
	padding-bottom: 0.5rem !important
}

.py-3 {
	padding-top: 1rem !important;
	padding-bottom: 1rem !important
}

.py-4 {
	padding-top: 1.5rem !important;
	padding-bottom: 1.5rem !important
}

.py-5 {
	padding-top: 3rem !important;
	padding-bottom: 3rem !important
}

.pt-0 {
	padding-top: 0 !important
}

.pt-1 {
	padding-top: 0.25rem !important
}

.pt-2 {
	padding-top: 0.5rem !important
}

.pt-3 {
	padding-top: 1rem !important
}

.pt-4 {
	padding-top: 1.5rem !important
}

.pt-5 {
	padding-top: 3rem !important
}

.pe-0 {
	padding-right: 0 !important
}

.pe-1 {
	padding-right: 0.25rem !important
}

.pe-2 {
	padding-right: 0.5rem !important
}

.pe-3 {
	padding-right: 1rem !important
}

.pe-4 {
	padding-right: 1.5rem !important
}

.pe-5 {
	padding-right: 3rem !important
}

.pb-0 {
	padding-bottom: 0 !important
}

.pb-1 {
	padding-bottom: 0.25rem !important
}

.pb-2 {
	padding-bottom: 0.5rem !important
}

.pb-3 {
	padding-bottom: 1rem !important
}

.pb-4 {
	padding-bottom: 1.5rem !important
}

.pb-5 {
	padding-bottom: 3rem !important
}

.ps-0 {
	padding-left: 0 !important
}

.ps-1 {
	padding-left: 0.25rem !important
}

.ps-2 {
	padding-left: 0.5rem !important
}

.ps-3 {
	padding-left: 1rem !important
}

.ps-4 {
	padding-left: 1.5rem !important
}

.ps-5 {
	padding-left: 3rem !important
}

@media (min-width:576px) {
	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-grid {
		display: grid !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: flex !important
	}

	.d-sm-inline-flex {
		display: inline-flex !important
	}

	.d-sm-none {
		display: none !important
	}

	.flex-sm-fill {
		flex: 1 1 auto !important
	}

	.flex-sm-row {
		flex-direction: row !important
	}

	.flex-sm-column {
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-sm-grow-0 {
		flex-grow: 0 !important
	}

	.flex-sm-grow-1 {
		flex-grow: 1 !important
	}

	.flex-sm-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-sm-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-sm-wrap {
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		justify-content: center !important
	}

	.justify-content-sm-between {
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		justify-content: space-around !important
	}

	.justify-content-sm-evenly {
		justify-content: space-evenly !important
	}

	.align-items-sm-start {
		align-items: flex-start !important
	}

	.align-items-sm-end {
		align-items: flex-end !important
	}

	.align-items-sm-center {
		align-items: center !important
	}

	.align-items-sm-baseline {
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		align-items: stretch !important
	}

	.align-content-sm-start {
		align-content: flex-start !important
	}

	.align-content-sm-end {
		align-content: flex-end !important
	}

	.align-content-sm-center {
		align-content: center !important
	}

	.align-content-sm-between {
		align-content: space-between !important
	}

	.align-content-sm-around {
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		align-content: stretch !important
	}

	.align-self-sm-auto {
		align-self: auto !important
	}

	.align-self-sm-start {
		align-self: flex-start !important
	}

	.align-self-sm-end {
		align-self: flex-end !important
	}

	.align-self-sm-center {
		align-self: center !important
	}

	.align-self-sm-baseline {
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		align-self: stretch !important
	}

	.order-sm-first {
		order: -1 !important
	}

	.order-sm-0 {
		order: 0 !important
	}

	.order-sm-1 {
		order: 1 !important
	}

	.order-sm-2 {
		order: 2 !important
	}

	.order-sm-3 {
		order: 3 !important
	}

	.order-sm-4 {
		order: 4 !important
	}

	.order-sm-5 {
		order: 5 !important
	}

	.order-sm-last {
		order: 6 !important
	}

	.m-sm-0 {
		margin: 0 !important
	}

	.m-sm-1 {
		margin: 0.25rem !important
	}

	.m-sm-2 {
		margin: 0.5rem !important
	}

	.m-sm-3 {
		margin: 1rem !important
	}

	.m-sm-4 {
		margin: 1.5rem !important
	}

	.m-sm-5 {
		margin: 3rem !important
	}

	.m-sm-auto {
		margin: auto !important
	}

	.mx-sm-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-sm-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}

	.mx-sm-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}

	.mx-sm-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-sm-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-sm-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-sm-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-sm-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-sm-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.my-sm-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.my-sm-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-sm-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-sm-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-sm-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-sm-0 {
		margin-top: 0 !important
	}

	.mt-sm-1 {
		margin-top: 0.25rem !important
	}

	.mt-sm-2 {
		margin-top: 0.5rem !important
	}

	.mt-sm-3 {
		margin-top: 1rem !important
	}

	.mt-sm-4 {
		margin-top: 1.5rem !important
	}

	.mt-sm-5 {
		margin-top: 3rem !important
	}

	.mt-sm-auto {
		margin-top: auto !important
	}

	.me-sm-0 {
		margin-right: 0 !important
	}

	.me-sm-1 {
		margin-right: 0.25rem !important
	}

	.me-sm-2 {
		margin-right: 0.5rem !important
	}

	.me-sm-3 {
		margin-right: 1rem !important
	}

	.me-sm-4 {
		margin-right: 1.5rem !important
	}

	.me-sm-5 {
		margin-right: 3rem !important
	}

	.me-sm-auto {
		margin-right: auto !important
	}

	.mb-sm-0 {
		margin-bottom: 0 !important
	}

	.mb-sm-1 {
		margin-bottom: 0.25rem !important
	}

	.mb-sm-2 {
		margin-bottom: 0.5rem !important
	}

	.mb-sm-3 {
		margin-bottom: 1rem !important
	}

	.mb-sm-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-sm-5 {
		margin-bottom: 3rem !important
	}

	.mb-sm-auto {
		margin-bottom: auto !important
	}

	.ms-sm-0 {
		margin-left: 0 !important
	}

	.ms-sm-1 {
		margin-left: 0.25rem !important
	}

	.ms-sm-2 {
		margin-left: 0.5rem !important
	}

	.ms-sm-3 {
		margin-left: 1rem !important
	}

	.ms-sm-4 {
		margin-left: 1.5rem !important
	}

	.ms-sm-5 {
		margin-left: 3rem !important
	}

	.ms-sm-auto {
		margin-left: auto !important
	}

	.p-sm-0 {
		padding: 0 !important
	}

	.p-sm-1 {
		padding: 0.25rem !important
	}

	.p-sm-2 {
		padding: 0.5rem !important
	}

	.p-sm-3 {
		padding: 1rem !important
	}

	.p-sm-4 {
		padding: 1.5rem !important
	}

	.p-sm-5 {
		padding: 3rem !important
	}

	.px-sm-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-sm-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}

	.px-sm-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}

	.px-sm-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-sm-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-sm-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-sm-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-sm-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.py-sm-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.py-sm-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-sm-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-sm-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-sm-0 {
		padding-top: 0 !important
	}

	.pt-sm-1 {
		padding-top: 0.25rem !important
	}

	.pt-sm-2 {
		padding-top: 0.5rem !important
	}

	.pt-sm-3 {
		padding-top: 1rem !important
	}

	.pt-sm-4 {
		padding-top: 1.5rem !important
	}

	.pt-sm-5 {
		padding-top: 3rem !important
	}

	.pe-sm-0 {
		padding-right: 0 !important
	}

	.pe-sm-1 {
		padding-right: 0.25rem !important
	}

	.pe-sm-2 {
		padding-right: 0.5rem !important
	}

	.pe-sm-3 {
		padding-right: 1rem !important
	}

	.pe-sm-4 {
		padding-right: 1.5rem !important
	}

	.pe-sm-5 {
		padding-right: 3rem !important
	}

	.pb-sm-0 {
		padding-bottom: 0 !important
	}

	.pb-sm-1 {
		padding-bottom: 0.25rem !important
	}

	.pb-sm-2 {
		padding-bottom: 0.5rem !important
	}

	.pb-sm-3 {
		padding-bottom: 1rem !important
	}

	.pb-sm-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-sm-5 {
		padding-bottom: 3rem !important
	}

	.ps-sm-0 {
		padding-left: 0 !important
	}

	.ps-sm-1 {
		padding-left: 0.25rem !important
	}

	.ps-sm-2 {
		padding-left: 0.5rem !important
	}

	.ps-sm-3 {
		padding-left: 1rem !important
	}

	.ps-sm-4 {
		padding-left: 1.5rem !important
	}

	.ps-sm-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:768px) {
	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-grid {
		display: grid !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: flex !important
	}

	.d-md-inline-flex {
		display: inline-flex !important
	}

	.d-md-none {
		display: none !important
	}

	.flex-md-fill {
		flex: 1 1 auto !important
	}

	.flex-md-row {
		flex-direction: row !important
	}

	.flex-md-column {
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-md-grow-0 {
		flex-grow: 0 !important
	}

	.flex-md-grow-1 {
		flex-grow: 1 !important
	}

	.flex-md-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-md-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-md-wrap {
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		justify-content: center !important
	}

	.justify-content-md-between {
		justify-content: space-between !important
	}

	.justify-content-md-around {
		justify-content: space-around !important
	}

	.justify-content-md-evenly {
		justify-content: space-evenly !important
	}

	.align-items-md-start {
		align-items: flex-start !important
	}

	.align-items-md-end {
		align-items: flex-end !important
	}

	.align-items-md-center {
		align-items: center !important
	}

	.align-items-md-baseline {
		align-items: baseline !important
	}

	.align-items-md-stretch {
		align-items: stretch !important
	}

	.align-content-md-start {
		align-content: flex-start !important
	}

	.align-content-md-end {
		align-content: flex-end !important
	}

	.align-content-md-center {
		align-content: center !important
	}

	.align-content-md-between {
		align-content: space-between !important
	}

	.align-content-md-around {
		align-content: space-around !important
	}

	.align-content-md-stretch {
		align-content: stretch !important
	}

	.align-self-md-auto {
		align-self: auto !important
	}

	.align-self-md-start {
		align-self: flex-start !important
	}

	.align-self-md-end {
		align-self: flex-end !important
	}

	.align-self-md-center {
		align-self: center !important
	}

	.align-self-md-baseline {
		align-self: baseline !important
	}

	.align-self-md-stretch {
		align-self: stretch !important
	}

	.order-md-first {
		order: -1 !important
	}

	.order-md-0 {
		order: 0 !important
	}

	.order-md-1 {
		order: 1 !important
	}

	.order-md-2 {
		order: 2 !important
	}

	.order-md-3 {
		order: 3 !important
	}

	.order-md-4 {
		order: 4 !important
	}

	.order-md-5 {
		order: 5 !important
	}

	.order-md-last {
		order: 6 !important
	}

	.m-md-0 {
		margin: 0 !important
	}

	.m-md-1 {
		margin: 0.25rem !important
	}

	.m-md-2 {
		margin: 0.5rem !important
	}

	.m-md-3 {
		margin: 1rem !important
	}

	.m-md-4 {
		margin: 1.5rem !important
	}

	.m-md-5 {
		margin: 3rem !important
	}

	.m-md-auto {
		margin: auto !important
	}

	.mx-md-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-md-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}

	.mx-md-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}

	.mx-md-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-md-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-md-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-md-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-md-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-md-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.my-md-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.my-md-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-md-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-md-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-md-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-md-0 {
		margin-top: 0 !important
	}

	.mt-md-1 {
		margin-top: 0.25rem !important
	}

	.mt-md-2 {
		margin-top: 0.5rem !important
	}

	.mt-md-3 {
		margin-top: 1rem !important
	}

	.mt-md-4 {
		margin-top: 1.5rem !important
	}

	.mt-md-5 {
		margin-top: 3rem !important
	}

	.mt-md-auto {
		margin-top: auto !important
	}

	.me-md-0 {
		margin-right: 0 !important
	}

	.me-md-1 {
		margin-right: 0.25rem !important
	}

	.me-md-2 {
		margin-right: 0.5rem !important
	}

	.me-md-3 {
		margin-right: 1rem !important
	}

	.me-md-4 {
		margin-right: 1.5rem !important
	}

	.me-md-5 {
		margin-right: 3rem !important
	}

	.me-md-auto {
		margin-right: auto !important
	}

	.mb-md-0 {
		margin-bottom: 0 !important
	}

	.mb-md-1 {
		margin-bottom: 0.25rem !important
	}

	.mb-md-2 {
		margin-bottom: 0.5rem !important
	}

	.mb-md-3 {
		margin-bottom: 1rem !important
	}

	.mb-md-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-md-5 {
		margin-bottom: 3rem !important
	}

	.mb-md-auto {
		margin-bottom: auto !important
	}

	.ms-md-0 {
		margin-left: 0 !important
	}

	.ms-md-1 {
		margin-left: 0.25rem !important
	}

	.ms-md-2 {
		margin-left: 0.5rem !important
	}

	.ms-md-3 {
		margin-left: 1rem !important
	}

	.ms-md-4 {
		margin-left: 1.5rem !important
	}

	.ms-md-5 {
		margin-left: 3rem !important
	}

	.ms-md-auto {
		margin-left: auto !important
	}

	.p-md-0 {
		padding: 0 !important
	}

	.p-md-1 {
		padding: 0.25rem !important
	}

	.p-md-2 {
		padding: 0.5rem !important
	}

	.p-md-3 {
		padding: 1rem !important
	}

	.p-md-4 {
		padding: 1.5rem !important
	}

	.p-md-5 {
		padding: 3rem !important
	}

	.px-md-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-md-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}

	.px-md-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}

	.px-md-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-md-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-md-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-md-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-md-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.py-md-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.py-md-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-md-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-md-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-md-0 {
		padding-top: 0 !important
	}

	.pt-md-1 {
		padding-top: 0.25rem !important
	}

	.pt-md-2 {
		padding-top: 0.5rem !important
	}

	.pt-md-3 {
		padding-top: 1rem !important
	}

	.pt-md-4 {
		padding-top: 1.5rem !important
	}

	.pt-md-5 {
		padding-top: 3rem !important
	}

	.pe-md-0 {
		padding-right: 0 !important
	}

	.pe-md-1 {
		padding-right: 0.25rem !important
	}

	.pe-md-2 {
		padding-right: 0.5rem !important
	}

	.pe-md-3 {
		padding-right: 1rem !important
	}

	.pe-md-4 {
		padding-right: 1.5rem !important
	}

	.pe-md-5 {
		padding-right: 3rem !important
	}

	.pb-md-0 {
		padding-bottom: 0 !important
	}

	.pb-md-1 {
		padding-bottom: 0.25rem !important
	}

	.pb-md-2 {
		padding-bottom: 0.5rem !important
	}

	.pb-md-3 {
		padding-bottom: 1rem !important
	}

	.pb-md-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-md-5 {
		padding-bottom: 3rem !important
	}

	.ps-md-0 {
		padding-left: 0 !important
	}

	.ps-md-1 {
		padding-left: 0.25rem !important
	}

	.ps-md-2 {
		padding-left: 0.5rem !important
	}

	.ps-md-3 {
		padding-left: 1rem !important
	}

	.ps-md-4 {
		padding-left: 1.5rem !important
	}

	.ps-md-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:992px) {
	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-grid {
		display: grid !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: flex !important
	}

	.d-lg-inline-flex {
		display: inline-flex !important
	}

	.d-lg-none {
		display: none !important
	}

	.flex-lg-fill {
		flex: 1 1 auto !important
	}

	.flex-lg-row {
		flex-direction: row !important
	}

	.flex-lg-column {
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-lg-grow-0 {
		flex-grow: 0 !important
	}

	.flex-lg-grow-1 {
		flex-grow: 1 !important
	}

	.flex-lg-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-lg-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-lg-wrap {
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		justify-content: center !important
	}

	.justify-content-lg-between {
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		justify-content: space-around !important
	}

	.justify-content-lg-evenly {
		justify-content: space-evenly !important
	}

	.align-items-lg-start {
		align-items: flex-start !important
	}

	.align-items-lg-end {
		align-items: flex-end !important
	}

	.align-items-lg-center {
		align-items: center !important
	}

	.align-items-lg-baseline {
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		align-items: stretch !important
	}

	.align-content-lg-start {
		align-content: flex-start !important
	}

	.align-content-lg-end {
		align-content: flex-end !important
	}

	.align-content-lg-center {
		align-content: center !important
	}

	.align-content-lg-between {
		align-content: space-between !important
	}

	.align-content-lg-around {
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		align-content: stretch !important
	}

	.align-self-lg-auto {
		align-self: auto !important
	}

	.align-self-lg-start {
		align-self: flex-start !important
	}

	.align-self-lg-end {
		align-self: flex-end !important
	}

	.align-self-lg-center {
		align-self: center !important
	}

	.align-self-lg-baseline {
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		align-self: stretch !important
	}

	.order-lg-first {
		order: -1 !important
	}

	.order-lg-0 {
		order: 0 !important
	}

	.order-lg-1 {
		order: 1 !important
	}

	.order-lg-2 {
		order: 2 !important
	}

	.order-lg-3 {
		order: 3 !important
	}

	.order-lg-4 {
		order: 4 !important
	}

	.order-lg-5 {
		order: 5 !important
	}

	.order-lg-last {
		order: 6 !important
	}

	.m-lg-0 {
		margin: 0 !important
	}

	.m-lg-1 {
		margin: 0.25rem !important
	}

	.m-lg-2 {
		margin: 0.5rem !important
	}

	.m-lg-3 {
		margin: 1rem !important
	}

	.m-lg-4 {
		margin: 1.5rem !important
	}

	.m-lg-5 {
		margin: 3rem !important
	}

	.m-lg-auto {
		margin: auto !important
	}

	.mx-lg-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-lg-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}

	.mx-lg-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}

	.mx-lg-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-lg-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-lg-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-lg-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-lg-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-lg-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.my-lg-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.my-lg-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-lg-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-lg-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-lg-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-lg-0 {
		margin-top: 0 !important
	}

	.mt-lg-1 {
		margin-top: 0.25rem !important
	}

	.mt-lg-2 {
		margin-top: 0.5rem !important
	}

	.mt-lg-3 {
		margin-top: 1rem !important
	}

	.mt-lg-4 {
		margin-top: 1.5rem !important
	}

	.mt-lg-5 {
		margin-top: 3rem !important
	}

	.mt-lg-auto {
		margin-top: auto !important
	}

	.me-lg-0 {
		margin-right: 0 !important
	}

	.me-lg-1 {
		margin-right: 0.25rem !important
	}

	.me-lg-2 {
		margin-right: 0.5rem !important
	}

	.me-lg-3 {
		margin-right: 1rem !important
	}

	.me-lg-4 {
		margin-right: 1.5rem !important
	}

	.me-lg-5 {
		margin-right: 3rem !important
	}

	.me-lg-auto {
		margin-right: auto !important
	}

	.mb-lg-0 {
		margin-bottom: 0 !important
	}

	.mb-lg-1 {
		margin-bottom: 0.25rem !important
	}

	.mb-lg-2 {
		margin-bottom: 0.5rem !important
	}

	.mb-lg-3 {
		margin-bottom: 1rem !important
	}

	.mb-lg-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-lg-5 {
		margin-bottom: 3rem !important
	}

	.mb-lg-auto {
		margin-bottom: auto !important
	}

	.ms-lg-0 {
		margin-left: 0 !important
	}

	.ms-lg-1 {
		margin-left: 0.25rem !important
	}

	.ms-lg-2 {
		margin-left: 0.5rem !important
	}

	.ms-lg-3 {
		margin-left: 1rem !important
	}

	.ms-lg-4 {
		margin-left: 1.5rem !important
	}

	.ms-lg-5 {
		margin-left: 3rem !important
	}

	.ms-lg-auto {
		margin-left: auto !important
	}

	.p-lg-0 {
		padding: 0 !important
	}

	.p-lg-1 {
		padding: 0.25rem !important
	}

	.p-lg-2 {
		padding: 0.5rem !important
	}

	.p-lg-3 {
		padding: 1rem !important
	}

	.p-lg-4 {
		padding: 1.5rem !important
	}

	.p-lg-5 {
		padding: 3rem !important
	}

	.px-lg-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-lg-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}

	.px-lg-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}

	.px-lg-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-lg-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-lg-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-lg-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-lg-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.py-lg-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.py-lg-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-lg-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-lg-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-lg-0 {
		padding-top: 0 !important
	}

	.pt-lg-1 {
		padding-top: 0.25rem !important
	}

	.pt-lg-2 {
		padding-top: 0.5rem !important
	}

	.pt-lg-3 {
		padding-top: 1rem !important
	}

	.pt-lg-4 {
		padding-top: 1.5rem !important
	}

	.pt-lg-5 {
		padding-top: 3rem !important
	}

	.pe-lg-0 {
		padding-right: 0 !important
	}

	.pe-lg-1 {
		padding-right: 0.25rem !important
	}

	.pe-lg-2 {
		padding-right: 0.5rem !important
	}

	.pe-lg-3 {
		padding-right: 1rem !important
	}

	.pe-lg-4 {
		padding-right: 1.5rem !important
	}

	.pe-lg-5 {
		padding-right: 3rem !important
	}

	.pb-lg-0 {
		padding-bottom: 0 !important
	}

	.pb-lg-1 {
		padding-bottom: 0.25rem !important
	}

	.pb-lg-2 {
		padding-bottom: 0.5rem !important
	}

	.pb-lg-3 {
		padding-bottom: 1rem !important
	}

	.pb-lg-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-lg-5 {
		padding-bottom: 3rem !important
	}

	.ps-lg-0 {
		padding-left: 0 !important
	}

	.ps-lg-1 {
		padding-left: 0.25rem !important
	}

	.ps-lg-2 {
		padding-left: 0.5rem !important
	}

	.ps-lg-3 {
		padding-left: 1rem !important
	}

	.ps-lg-4 {
		padding-left: 1.5rem !important
	}

	.ps-lg-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:1200px) {
	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-grid {
		display: grid !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: flex !important
	}

	.d-xl-inline-flex {
		display: inline-flex !important
	}

	.d-xl-none {
		display: none !important
	}

	.flex-xl-fill {
		flex: 1 1 auto !important
	}

	.flex-xl-row {
		flex-direction: row !important
	}

	.flex-xl-column {
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		justify-content: center !important
	}

	.justify-content-xl-between {
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		justify-content: space-around !important
	}

	.justify-content-xl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xl-start {
		align-items: flex-start !important
	}

	.align-items-xl-end {
		align-items: flex-end !important
	}

	.align-items-xl-center {
		align-items: center !important
	}

	.align-items-xl-baseline {
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		align-items: stretch !important
	}

	.align-content-xl-start {
		align-content: flex-start !important
	}

	.align-content-xl-end {
		align-content: flex-end !important
	}

	.align-content-xl-center {
		align-content: center !important
	}

	.align-content-xl-between {
		align-content: space-between !important
	}

	.align-content-xl-around {
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		align-content: stretch !important
	}

	.align-self-xl-auto {
		align-self: auto !important
	}

	.align-self-xl-start {
		align-self: flex-start !important
	}

	.align-self-xl-end {
		align-self: flex-end !important
	}

	.align-self-xl-center {
		align-self: center !important
	}

	.align-self-xl-baseline {
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		align-self: stretch !important
	}

	.order-xl-first {
		order: -1 !important
	}

	.order-xl-0 {
		order: 0 !important
	}

	.order-xl-1 {
		order: 1 !important
	}

	.order-xl-2 {
		order: 2 !important
	}

	.order-xl-3 {
		order: 3 !important
	}

	.order-xl-4 {
		order: 4 !important
	}

	.order-xl-5 {
		order: 5 !important
	}

	.order-xl-last {
		order: 6 !important
	}

	.m-xl-0 {
		margin: 0 !important
	}

	.m-xl-1 {
		margin: 0.25rem !important
	}

	.m-xl-2 {
		margin: 0.5rem !important
	}

	.m-xl-3 {
		margin: 1rem !important
	}

	.m-xl-4 {
		margin: 1.5rem !important
	}

	.m-xl-5 {
		margin: 3rem !important
	}

	.m-xl-auto {
		margin: auto !important
	}

	.mx-xl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}

	.mx-xl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}

	.mx-xl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.my-xl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.my-xl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xl-0 {
		margin-top: 0 !important
	}

	.mt-xl-1 {
		margin-top: 0.25rem !important
	}

	.mt-xl-2 {
		margin-top: 0.5rem !important
	}

	.mt-xl-3 {
		margin-top: 1rem !important
	}

	.mt-xl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xl-5 {
		margin-top: 3rem !important
	}

	.mt-xl-auto {
		margin-top: auto !important
	}

	.me-xl-0 {
		margin-right: 0 !important
	}

	.me-xl-1 {
		margin-right: 0.25rem !important
	}

	.me-xl-2 {
		margin-right: 0.5rem !important
	}

	.me-xl-3 {
		margin-right: 1rem !important
	}

	.me-xl-4 {
		margin-right: 1.5rem !important
	}

	.me-xl-5 {
		margin-right: 3rem !important
	}

	.me-xl-auto {
		margin-right: auto !important
	}

	.mb-xl-0 {
		margin-bottom: 0 !important
	}

	.mb-xl-1 {
		margin-bottom: 0.25rem !important
	}

	.mb-xl-2 {
		margin-bottom: 0.5rem !important
	}

	.mb-xl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xl-auto {
		margin-bottom: auto !important
	}

	.ms-xl-0 {
		margin-left: 0 !important
	}

	.ms-xl-1 {
		margin-left: 0.25rem !important
	}

	.ms-xl-2 {
		margin-left: 0.5rem !important
	}

	.ms-xl-3 {
		margin-left: 1rem !important
	}

	.ms-xl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xl-5 {
		margin-left: 3rem !important
	}

	.ms-xl-auto {
		margin-left: auto !important
	}

	.p-xl-0 {
		padding: 0 !important
	}

	.p-xl-1 {
		padding: 0.25rem !important
	}

	.p-xl-2 {
		padding: 0.5rem !important
	}

	.p-xl-3 {
		padding: 1rem !important
	}

	.p-xl-4 {
		padding: 1.5rem !important
	}

	.p-xl-5 {
		padding: 3rem !important
	}

	.px-xl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}

	.px-xl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}

	.px-xl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.py-xl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.py-xl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xl-0 {
		padding-top: 0 !important
	}

	.pt-xl-1 {
		padding-top: 0.25rem !important
	}

	.pt-xl-2 {
		padding-top: 0.5rem !important
	}

	.pt-xl-3 {
		padding-top: 1rem !important
	}

	.pt-xl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xl-5 {
		padding-top: 3rem !important
	}

	.pe-xl-0 {
		padding-right: 0 !important
	}

	.pe-xl-1 {
		padding-right: 0.25rem !important
	}

	.pe-xl-2 {
		padding-right: 0.5rem !important
	}

	.pe-xl-3 {
		padding-right: 1rem !important
	}

	.pe-xl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xl-5 {
		padding-right: 3rem !important
	}

	.pb-xl-0 {
		padding-bottom: 0 !important
	}

	.pb-xl-1 {
		padding-bottom: 0.25rem !important
	}

	.pb-xl-2 {
		padding-bottom: 0.5rem !important
	}

	.pb-xl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xl-0 {
		padding-left: 0 !important
	}

	.ps-xl-1 {
		padding-left: 0.25rem !important
	}

	.ps-xl-2 {
		padding-left: 0.5rem !important
	}

	.ps-xl-3 {
		padding-left: 1rem !important
	}

	.ps-xl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xl-5 {
		padding-left: 3rem !important
	}
}

@media (min-width:1400px) {
	.d-xxl-inline {
		display: inline !important
	}

	.d-xxl-inline-block {
		display: inline-block !important
	}

	.d-xxl-block {
		display: block !important
	}

	.d-xxl-grid {
		display: grid !important
	}

	.d-xxl-table {
		display: table !important
	}

	.d-xxl-table-row {
		display: table-row !important
	}

	.d-xxl-table-cell {
		display: table-cell !important
	}

	.d-xxl-flex {
		display: flex !important
	}

	.d-xxl-inline-flex {
		display: inline-flex !important
	}

	.d-xxl-none {
		display: none !important
	}

	.flex-xxl-fill {
		flex: 1 1 auto !important
	}

	.flex-xxl-row {
		flex-direction: row !important
	}

	.flex-xxl-column {
		flex-direction: column !important
	}

	.flex-xxl-row-reverse {
		flex-direction: row-reverse !important
	}

	.flex-xxl-column-reverse {
		flex-direction: column-reverse !important
	}

	.flex-xxl-grow-0 {
		flex-grow: 0 !important
	}

	.flex-xxl-grow-1 {
		flex-grow: 1 !important
	}

	.flex-xxl-shrink-0 {
		flex-shrink: 0 !important
	}

	.flex-xxl-shrink-1 {
		flex-shrink: 1 !important
	}

	.flex-xxl-wrap {
		flex-wrap: wrap !important
	}

	.flex-xxl-nowrap {
		flex-wrap: nowrap !important
	}

	.flex-xxl-wrap-reverse {
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xxl-start {
		justify-content: flex-start !important
	}

	.justify-content-xxl-end {
		justify-content: flex-end !important
	}

	.justify-content-xxl-center {
		justify-content: center !important
	}

	.justify-content-xxl-between {
		justify-content: space-between !important
	}

	.justify-content-xxl-around {
		justify-content: space-around !important
	}

	.justify-content-xxl-evenly {
		justify-content: space-evenly !important
	}

	.align-items-xxl-start {
		align-items: flex-start !important
	}

	.align-items-xxl-end {
		align-items: flex-end !important
	}

	.align-items-xxl-center {
		align-items: center !important
	}

	.align-items-xxl-baseline {
		align-items: baseline !important
	}

	.align-items-xxl-stretch {
		align-items: stretch !important
	}

	.align-content-xxl-start {
		align-content: flex-start !important
	}

	.align-content-xxl-end {
		align-content: flex-end !important
	}

	.align-content-xxl-center {
		align-content: center !important
	}

	.align-content-xxl-between {
		align-content: space-between !important
	}

	.align-content-xxl-around {
		align-content: space-around !important
	}

	.align-content-xxl-stretch {
		align-content: stretch !important
	}

	.align-self-xxl-auto {
		align-self: auto !important
	}

	.align-self-xxl-start {
		align-self: flex-start !important
	}

	.align-self-xxl-end {
		align-self: flex-end !important
	}

	.align-self-xxl-center {
		align-self: center !important
	}

	.align-self-xxl-baseline {
		align-self: baseline !important
	}

	.align-self-xxl-stretch {
		align-self: stretch !important
	}

	.order-xxl-first {
		order: -1 !important
	}

	.order-xxl-0 {
		order: 0 !important
	}

	.order-xxl-1 {
		order: 1 !important
	}

	.order-xxl-2 {
		order: 2 !important
	}

	.order-xxl-3 {
		order: 3 !important
	}

	.order-xxl-4 {
		order: 4 !important
	}

	.order-xxl-5 {
		order: 5 !important
	}

	.order-xxl-last {
		order: 6 !important
	}

	.m-xxl-0 {
		margin: 0 !important
	}

	.m-xxl-1 {
		margin: 0.25rem !important
	}

	.m-xxl-2 {
		margin: 0.5rem !important
	}

	.m-xxl-3 {
		margin: 1rem !important
	}

	.m-xxl-4 {
		margin: 1.5rem !important
	}

	.m-xxl-5 {
		margin: 3rem !important
	}

	.m-xxl-auto {
		margin: auto !important
	}

	.mx-xxl-0 {
		margin-right: 0 !important;
		margin-left: 0 !important
	}

	.mx-xxl-1 {
		margin-right: 0.25rem !important;
		margin-left: 0.25rem !important
	}

	.mx-xxl-2 {
		margin-right: 0.5rem !important;
		margin-left: 0.5rem !important
	}

	.mx-xxl-3 {
		margin-right: 1rem !important;
		margin-left: 1rem !important
	}

	.mx-xxl-4 {
		margin-right: 1.5rem !important;
		margin-left: 1.5rem !important
	}

	.mx-xxl-5 {
		margin-right: 3rem !important;
		margin-left: 3rem !important
	}

	.mx-xxl-auto {
		margin-right: auto !important;
		margin-left: auto !important
	}

	.my-xxl-0 {
		margin-top: 0 !important;
		margin-bottom: 0 !important
	}

	.my-xxl-1 {
		margin-top: 0.25rem !important;
		margin-bottom: 0.25rem !important
	}

	.my-xxl-2 {
		margin-top: 0.5rem !important;
		margin-bottom: 0.5rem !important
	}

	.my-xxl-3 {
		margin-top: 1rem !important;
		margin-bottom: 1rem !important
	}

	.my-xxl-4 {
		margin-top: 1.5rem !important;
		margin-bottom: 1.5rem !important
	}

	.my-xxl-5 {
		margin-top: 3rem !important;
		margin-bottom: 3rem !important
	}

	.my-xxl-auto {
		margin-top: auto !important;
		margin-bottom: auto !important
	}

	.mt-xxl-0 {
		margin-top: 0 !important
	}

	.mt-xxl-1 {
		margin-top: 0.25rem !important
	}

	.mt-xxl-2 {
		margin-top: 0.5rem !important
	}

	.mt-xxl-3 {
		margin-top: 1rem !important
	}

	.mt-xxl-4 {
		margin-top: 1.5rem !important
	}

	.mt-xxl-5 {
		margin-top: 3rem !important
	}

	.mt-xxl-auto {
		margin-top: auto !important
	}

	.me-xxl-0 {
		margin-right: 0 !important
	}

	.me-xxl-1 {
		margin-right: 0.25rem !important
	}

	.me-xxl-2 {
		margin-right: 0.5rem !important
	}

	.me-xxl-3 {
		margin-right: 1rem !important
	}

	.me-xxl-4 {
		margin-right: 1.5rem !important
	}

	.me-xxl-5 {
		margin-right: 3rem !important
	}

	.me-xxl-auto {
		margin-right: auto !important
	}

	.mb-xxl-0 {
		margin-bottom: 0 !important
	}

	.mb-xxl-1 {
		margin-bottom: 0.25rem !important
	}

	.mb-xxl-2 {
		margin-bottom: 0.5rem !important
	}

	.mb-xxl-3 {
		margin-bottom: 1rem !important
	}

	.mb-xxl-4 {
		margin-bottom: 1.5rem !important
	}

	.mb-xxl-5 {
		margin-bottom: 3rem !important
	}

	.mb-xxl-auto {
		margin-bottom: auto !important
	}

	.ms-xxl-0 {
		margin-left: 0 !important
	}

	.ms-xxl-1 {
		margin-left: 0.25rem !important
	}

	.ms-xxl-2 {
		margin-left: 0.5rem !important
	}

	.ms-xxl-3 {
		margin-left: 1rem !important
	}

	.ms-xxl-4 {
		margin-left: 1.5rem !important
	}

	.ms-xxl-5 {
		margin-left: 3rem !important
	}

	.ms-xxl-auto {
		margin-left: auto !important
	}

	.p-xxl-0 {
		padding: 0 !important
	}

	.p-xxl-1 {
		padding: 0.25rem !important
	}

	.p-xxl-2 {
		padding: 0.5rem !important
	}

	.p-xxl-3 {
		padding: 1rem !important
	}

	.p-xxl-4 {
		padding: 1.5rem !important
	}

	.p-xxl-5 {
		padding: 3rem !important
	}

	.px-xxl-0 {
		padding-right: 0 !important;
		padding-left: 0 !important
	}

	.px-xxl-1 {
		padding-right: 0.25rem !important;
		padding-left: 0.25rem !important
	}

	.px-xxl-2 {
		padding-right: 0.5rem !important;
		padding-left: 0.5rem !important
	}

	.px-xxl-3 {
		padding-right: 1rem !important;
		padding-left: 1rem !important
	}

	.px-xxl-4 {
		padding-right: 1.5rem !important;
		padding-left: 1.5rem !important
	}

	.px-xxl-5 {
		padding-right: 3rem !important;
		padding-left: 3rem !important
	}

	.py-xxl-0 {
		padding-top: 0 !important;
		padding-bottom: 0 !important
	}

	.py-xxl-1 {
		padding-top: 0.25rem !important;
		padding-bottom: 0.25rem !important
	}

	.py-xxl-2 {
		padding-top: 0.5rem !important;
		padding-bottom: 0.5rem !important
	}

	.py-xxl-3 {
		padding-top: 1rem !important;
		padding-bottom: 1rem !important
	}

	.py-xxl-4 {
		padding-top: 1.5rem !important;
		padding-bottom: 1.5rem !important
	}

	.py-xxl-5 {
		padding-top: 3rem !important;
		padding-bottom: 3rem !important
	}

	.pt-xxl-0 {
		padding-top: 0 !important
	}

	.pt-xxl-1 {
		padding-top: 0.25rem !important
	}

	.pt-xxl-2 {
		padding-top: 0.5rem !important
	}

	.pt-xxl-3 {
		padding-top: 1rem !important
	}

	.pt-xxl-4 {
		padding-top: 1.5rem !important
	}

	.pt-xxl-5 {
		padding-top: 3rem !important
	}

	.pe-xxl-0 {
		padding-right: 0 !important
	}

	.pe-xxl-1 {
		padding-right: 0.25rem !important
	}

	.pe-xxl-2 {
		padding-right: 0.5rem !important
	}

	.pe-xxl-3 {
		padding-right: 1rem !important
	}

	.pe-xxl-4 {
		padding-right: 1.5rem !important
	}

	.pe-xxl-5 {
		padding-right: 3rem !important
	}

	.pb-xxl-0 {
		padding-bottom: 0 !important
	}

	.pb-xxl-1 {
		padding-bottom: 0.25rem !important
	}

	.pb-xxl-2 {
		padding-bottom: 0.5rem !important
	}

	.pb-xxl-3 {
		padding-bottom: 1rem !important
	}

	.pb-xxl-4 {
		padding-bottom: 1.5rem !important
	}

	.pb-xxl-5 {
		padding-bottom: 3rem !important
	}

	.ps-xxl-0 {
		padding-left: 0 !important
	}

	.ps-xxl-1 {
		padding-left: 0.25rem !important
	}

	.ps-xxl-2 {
		padding-left: 0.5rem !important
	}

	.ps-xxl-3 {
		padding-left: 1rem !important
	}

	.ps-xxl-4 {
		padding-left: 1.5rem !important
	}

	.ps-xxl-5 {
		padding-left: 3rem !important
	}
}

@media print {
	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-grid {
		display: grid !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: flex !important
	}

	.d-print-inline-flex {
		display: inline-flex !important
	}

	.d-print-none {
		display: none !important
	}
}

/*!--------------------------------------------------------------
4.0 - mixins
----------------------------------------------------------------*/
/*!--------------------------------------------------------------
5.0 - reset
----------------------------------------------------------------*/
.screen-reader-text {
	display: none
}

a:focus,
a:active {
	text-decoration: none
}

* {
	margin: 0;
	padding: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	line-height: inherit;
	margin-bottom: 20px
}

p {
	margin-bottom: 20px
}

p:last-child {
	margin-bottom: 0
}

ul,
ol,
li {
	margin-bottom: 7px;
	margin-top: 7px
}

body ul>li {
	list-style: disc
}

body ul ul li {
	list-style: circle
}

body ul {
	margin-left: 20px
}

body ul ul {
	margin-left: 30px
}

body ol ul li {
	list-style: circle
}

body ol>li {
	list-style: decimal !important
}

hr {
	border: none;
	background: rgba(0, 0, 0, 0.1);
	height: 1px;
	margin: 20px 0
}

code {
	white-space: normal
}

.clear {
	clear: both
}

mark {
	background-color: yellow;
	color: black
}

.alert {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px
}

input:focus,
textarea:focus,
a:focus {
	outline: none;
	box-shadow: none;
	text-decoration: none
}

.post.sticky .entry-content {
	border: 2px solid var(--thim-body_primary_color)
}

.site-content .entry-content:after {
	content: "";
	clear: both;
	display: block
}

.alignleft {
	float: left
}

.alignright {
	float: right
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

@media (max-width:767px) {

	.alignleft,
	.alignright {
		float: none
	}
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	object-fit: cover
}

blockquote.alignleft,
img.alignleft {
	margin: 7px 24px 7px 0
}

.wp-caption.alignleft {
	margin: 7px 14px 7px 0
}

blockquote.alignright,
img.alignright {
	margin: 7px 0 7px 24px
}

.wp-caption.alignright {
	margin: 7px 0 7px 14px
}

.wp-caption-text {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 12px;
	font-style: italic;
	line-height: 1.5;
	margin: 9px 0
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.gallery {
	margin-bottom: 20px
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative
}

.gallery-columns-1 .gallery-item {
	max-width: 100%
}

.gallery-columns-2 .gallery-item {
	max-width: 48%;
	max-width: -webkit-calc(50% - 4px);
	max-width: calc(50% - 4px)
}

.gallery-columns-3 .gallery-item {
	max-width: 32%;
	max-width: -webkit-calc(33.3% - 4px);
	max-width: calc(33.3% - 4px)
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width: calc(25% - 4px)
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width: calc(20% - 4px)
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width: calc(16.7% - 4px)
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width: calc(14.28% - 4px)
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width: calc(12.5% - 4px)
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width: calc(11.1% - 4px)
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
	clear: left
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #fff;
	font-size: 12px;
	line-height: 1.5;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 6px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 100%
}

.gallery-caption:before {
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%
}

.gallery-item:hover .gallery-caption {
	opacity: 1
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none
}

.gallery:after {
	content: "";
	display: block;
	clear: both
}

.bypostauthor>article .fn:before {
	content: "\f408";
	margin: 0 2px 0 -2px;
	position: relative;
	top: -1px
}

ul,
ol {
	margin-left: 0;
	list-style: none;
	display: block
}

ol {
	list-style: decimal;
	margin-left: 20px
}

ul.square {
	list-style: square outside
}

ul.circle {
	list-style: circle outside
}

ul ul,
ul ol,
ol ol,
ol ul {
	margin: 10px 0 0px 30px
}

ul ul li,
ul ol li,
ol ol li,
ol ul li {
	margin-bottom: 6px
}

th,
td {
	padding: 4px 6px
}

table,
td,
tr {
	border: 1px #ccc solid
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 24px;
	width: 100%
}

caption,
th,
td {
	font-weight: normal;
	text-align: left
}

th {
	border-width: 0 1px 1px 0;
	font-weight: bold
}

td {
	border-width: 0 1px 1px 0
}

dd {
	margin-bottom: 15px
}

a:hover,
a:focus {
	text-decoration: none
}

.breadcrumb {
	background: transparent
}

figure {
	max-width: 100%
}

.hidden {
	display: none !important;
	visibility: hidden !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.main-col3 {
	width: 100%
}

.font-family-second {
	font-family: var(--thim-font_title-font-family)
}

.fw-normal {
	font-weight: normal
}

.fw-medium {
	font-weight: 500
}

.fw-semibold {
	font-weight: 600
}

.fw-bold {
	font-weight: bold
}

.black {
	color: black
}

.red {
	color: red
}

.message {
	color: #31708f;
	margin: 0 0 40px;
	border: 0;
	border-radius: 0;
	line-height: 20px;
	padding: 10px 15px;
	font-size: 1em;
	background: #d9edf7;
	text-align: center
}

@media (min-width:768px) {
	.message {
		max-width: 50%;
		margin-left: auto;
		margin-right: auto
	}
}

.message.message-success {
	color: #3c763d;
	background: #dff0d8
}

.message.message-error {
	color: #a94442;
	background: #f2dede
}

.message.message-info {
	color: #31708f;
	background: #d9edf7
}

.message.message-warning {
	color: #8a6d3b;
	background: #fcf8e3
}

.message a:hover {
	text-decoration: underline
}

.slick-slider .slick-list {
	padding-top: 1px;
	padding-bottom: 1px
}

/*!--------------------------------------------------------------
6.0 - header
----------------------------------------------------------------*/
.header-topbar {
	margin-left: 0;
	padding-left: 0
}

.header-topbar>li {
	list-style: none
}

header#masthead .header_full {
	margin: auto
}

.single-realpress-property #masthead a{
    color: #555;
}
/* Цвет ссылок в хедере на страницах категорий недвижимости */
.tax-realpress-type #masthead a {
    color: #555;
}

.single-realpress-property #masthead.affix {
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    position: fixed;
    width: 100%;
    top: 0;
}

@media (min-width:1025px) {
	header#masthead .navigation .menu-mobile-effect {
		display: none
	}
}

header#masthead .navigation .width-logo,
header#masthead .navigation .width-navigation,
header#masthead .navigation .width-property {
	margin: auto 0
}

.menu-mobile-effect {
	margin-top: 10px
}

.menu-mobile-effect.navbar-toggle span {
	width: 20px;
	border-radius: 0;
	position: absolute;
	left: 0;
	margin: auto;
	top: calc(50% - 8px);
	background: black;
	transition: all 0.3s ease-in-out;
	display: block;
	height: 2px
}

.menu-mobile-effect.navbar-toggle span:nth-child(2) {
	width: 23px;
	top: 50%
}

.menu-mobile-effect.navbar-toggle span:nth-child(3) {
	top: calc(50% + 8px)
}

.admin-bar.header-overlay header#masthead {
	top: 32px
}

@media (max-width:782px) {
	.admin-bar.header-overlay header#masthead {
		top: 46px
	}
}

@media (max-width:600px) {
	.admin-bar.header-overlay header#masthead.affix {
		top: 0
	}
}

@media (max-width:782px) {
	.admin-bar.header-overlay.mobile-menu-open header#masthead {
		top: 0
	}

	.admin-bar.header-overlay.mobile-menu-open header#masthead.affix-top {
		top: 0
	}
}

.sticky-menu .sticky-header,
.header-overlay.sticky-menu .sticky-menu,
.header-overlay-only-home.sticky-menu .sticky-menu {
	position: fixed;
	left: 0;
	right: 0;
	z-index: 3
}

#masthead .header-right li {
	list-style: none;
	vertical-align: middle
}

#masthead .header-right li.widget_media_image img {
	vertical-align: middle
}

.header-right {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px
}

.header-right .elementor-button>span {
	align-items: center
}

.header-right .elementor-button .elementor-button-icon {
	font-size: var(--thim-font_body-font-size);
	line-height: 1
}

.header-right .elementor-icon-box-wrapper .elementor-icon-box-title span span {
	font-size: var(--thim-font_body-font-size);
	margin-right: 11px;
	margin-left: 0
}

/* Принудительно красим иконку в золотой */
.custom-box .elementor-icon-box-icon svg path {
    fill: #bc9c6a !important;
}

@media (min-width:1320px) {

	.container-fluid,
	.container-sm,
	.container-md,
	.container-lg,
	.container-xl,
	.container-xxl {
		padding-left: 50px;
		padding-right: 50px
	}
}

.width-logo img {
	display: block
}

.table-cell {
	display: table-cell;
	vertical-align: middle
}

@media (max-width:1024px) {
	.table-cell {
		display: inline-flex
	}
}

.width-header-right {
	margin-left: auto
}

.width-header-right+.menu-mobile-effect {
	margin: 0;
	margin-left: 15px
}

.widget-menu-item {
	list-style: none
}

.navigation {
	width: 100%;
	display: table
}

.navigation .width-logo {
	width: var(--thim-width_logo)
}

.navigation .width-logo a {
	font-size: 1.6em;
	font-weight: 600
}

.navigation .width-logo a img {
	-webkit-transition: all ease-out 0.3s;
	-khtml-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	vertical-align: middle
}

.navigation .width-navigation ul.navbar-main-menu>li {
	position: relative;
	padding: 0
}

.navigation .width-navigation ul.navbar-main-menu>li a {
	text-decoration: none;
	position: relative;
	font-family: var(--thim-font_title-font-family)
}

.navigation .width-navigation ul.navbar-main-menu>li>a {
	font-family: "Poppins", Sans-serif;
	text-transform: uppercase;
	padding: 12px 20px;
	display: flex;
	align-items: center;
	font-size: var(--thim-font_body-font-size);
	font-weight: 500;
	line-height: 24px
}

.navigation .width-navigation ul.navbar-main-menu>li .tc-menu-item-description {
	display: none
}

.navigation .width-navigation ul.navbar-main-menu>li.current-menu-item>a {
	color: var(--thim-body_primary_color)
}

@media (min-width:1025px) {
	.navigation .width-navigation ul.navbar-main-menu>li .icon-toggle {
		display: none
	}
}

.navigation .width-navigation .inner-navigation a:hover {
	text-decoration: none
}

#wrapper-container {
	background-color: transparent;
}

#masthead {
	position: relative;
	z-index: 1000;
	-webkit-transition: all ease-out 0.3s;
	-khtml-transition: all ease-out 0.3s;
	-moz-transition: all ease-out 0.3s;
	-ms-transition: all ease-out 0.3s;
	-o-transition: all ease-out 0.3s;
	transition: all ease-out 0.3s;
	*border-bottom: 1px solid #F2F2F2;
	padding: 16px 0
}

#masthead span.icon-bar {
	background: black
}

#masthead a{
	color: #fff
}

.header-overlay #masthead {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	z-index: 999
}

#masthead.affix {
	background-color: rgba(255, 255, 255, 0.7);
	z-index: 9999;
	position: fixed;
	width: 100%;
	top: 0
}

#masthead.affix a {
color: #000;
}

.admin-bar #masthead.affix {
	top: 32px
}

.phone-header-top {
	color: #CFAC61 !important;
	font-size: 18px;
}

.phone-header-top:hover {
    color: #fff !important; 
}

.email-header-top {
	color:;
	font-size: 14px;
}

.email-header-top:hover {
	color: #CFAC61 !important;
}

/* Добавляем отступ сверху всему контенту внутри липкого блока */
.theiaStickySidebar {
    padding-top: 65px !important;
}

@media (min-width:601px) and (max-width:782px) {
	.admin-bar #masthead.affix {
		top: 46px
	}
}

@media (max-width:600px) {
	.admin-bar #masthead.affix {
		top: 0
	}
}

.custom-sticky #masthead.affix {
	background-color: white;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.2)
}

.custom-sticky #masthead.affix .navbar-main-menu>li>a:hover,
.custom-sticky #masthead.affix .navbar-main-menu>li>span:hover {
	color: var(--thim-body_primary_color)
}

.navbar-main-menu>ul {
	margin: 0;
	list-style: none
}

.navbar-main-menu>li .thim-ekits-menu__icon {
	display: none
}

.site-header .widget_block>p {
	margin-bottom: 0
}

ul li.thim-ekits-menu__mobile__backlink {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	padding: 15px;
	border-radius: 0;
	border-bottom: 1px solid #eaeaea
}

ul li.thim-ekits-menu__mobile__backlink i {
	font-size: 10px;
	margin-right: 7px;
	margin-left: 0
}

@media (min-width:1025px) {
	.navigation .width-navigation .thim-ekits-menu__mobile__close {
		display: none
	}

	.navigation .navbar-main-menu>li .sub-menu li>.sub-menu {
		top: 0;
		left: 100%
	}

	.navbar-main-menu {
		*margin: 0;
		margin-bottom: 0;
		border: none;
		padding: 0;
		min-height: inherit
	}

	.navbar-main-menu>.menu-item-has-children:hover {
		position: relative
	}

	.navbar-main-menu>.menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}

	.navbar-main-menu>li {
		margin: 0;
		list-style: none;
		float: none
	}

	.navbar-main-menu>li>a,
	.navbar-main-menu>li>span {
		display: inline-block
	}

	.navbar-main-menu>li .thim-ekits-menu__icon {
		display: none
	}

	.navbar-main-menu>li>ul.sub-menu {
		left: 0
	}

	.navbar-main-menu>li .sub-menu {
		min-width: 240px;
		position: absolute;
		top: 100%;
		right: 0;
		z-index: 9999;
		padding: 15px 0;
		border: 1px solid #eaeaea;
		margin: 0;
		box-shadow: 0 0px 2px rgba(0, 0, 0, 0.2);
		background-color: white;
		opacity: 0;
		visibility: hidden;
		-webkit-transition: 0.3s;
		-khtml-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		-webkit-transform: translateY(15px);
		-moz-transform: translateY(15px);
		-ms-transform: translateY(15px);
		-o-transform: translateY(15px)
	}

	.navbar-main-menu>li .sub-menu>li {
		width: 100%;
		text-align: left;
		position: relative;
		margin: 0
	}

	.navbar-main-menu>li .sub-menu>li a,
	.navbar-main-menu>li .sub-menu>li span {
		padding: 10px 15px;
		color: black
	}

	.navbar-main-menu>li .sub-menu>li a:hover,
	.navbar-main-menu>li .sub-menu>li span:hover {
		color: var(--thim-body_primary_color)
	}

	.navbar-main-menu>li .sub-menu>li.current-menu-item>a,
	.navbar-main-menu>li .sub-menu>li.current_page_item>a {
		color: var(--thim-body_primary_color)
	}

	.navbar-main-menu>li .sub-menu>li:last-child {
		margin-bottom: 0
	}

	.navbar-main-menu>li .sub-menu>li.menu-item-has-children>a:before {
		content: "\f105";
		font-family: "thim-ekits" !important;
		float: right;
		line-height: 21px;
		font-size: 10px;
		margin-left: 5px;
		margin-right: 0
	}

	.navbar-main-menu>li.menu-item-has-children>a:after {
		content: "\e917";
		font-family: "rp-fonticon" !important;
		line-height: inherit !important;
		font-size: 10px;
		margin-left: 5px;
		margin-right: 0
	}

	.navbar-main-menu li {
		display: inline-block;
		vertical-align: middle
	}

	.navbar-main-menu li a {
		display: block
	}

	.item-text-center .navbar-main-menu {
		text-align: center
	}

	.menu-item-has-children>ul.sub-menu>.menu-item-has-children:hover>.sub-menu {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0)
	}
}

@media (max-width:1024px) {
	.width-navigation {
		position: fixed;
		visibility: hidden;
		padding: 60px 0 10px 0;
		top: 0;
		bottom: 0;
		z-index: 999999;
		width: 320px;
		overflow: auto;
		box-shadow: 1px 0px 10px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.5s;
		-khtml-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
		background: white;
		left: 0;
		-webkit-transform: translate(-320px);
		-moz-transform: translate(-320px);
		-ms-transform: translate(-320px);
		-o-transform: translate(-320px)
	}

	.width-navigation span.icon-toggle {
		cursor: pointer
	}

	.width-navigation>.inner-navigation {
		height: 100%;
		overflow-y: auto;
		padding: 0 15px;
		width: 100%
	}

	.width-navigation ul {
		float: none
	}

	.width-navigation ul.navbar-main-menu {
		margin: 0
	}

	.width-navigation ul.sub-menu {
		background-image: none !important;
		display: none;
		position: fixed;
		visibility: hidden;
		margin: 0;
		padding: 60px 15px 10px !important;
		top: 0;
		bottom: 0;
		z-index: 99999;
		width: 320px;
		height: 100% !important;
		overflow: auto;
		transition: all 0.5s;
		background: var(--thim-mobile_menu-background_color, #fff);
		left: 0;
		-webkit-transform: translate(-320px);
		-moz-transform: translate(-320px);
		-ms-transform: translate(-320px);
		-o-transform: translate(-320px)
	}

	.width-navigation ul.sub-menu.show {
		visibility: visible;
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0)
	}

	.width-navigation ul.sub-menu li ul {
		display: block
	}

	.width-navigation ul li {
		float: none;
		display: block;
		margin: 0;
		position: relative
	}

	.width-navigation ul li.current-menu-parent ul.sub-menu {
		display: block
	}

	.width-navigation ul li.disable_link {
		margin-left: 20px
	}

	.width-navigation ul li .icon-toggle {
		position: absolute;
		font-size: 10px;
		right: -15px;
		width: 37px;
		height: 44px;
		top: 0;
		display: inline-flex;
		align-items: center;
		justify-content: center
	}

	.width-navigation ul li .icon-toggle:before,
	.width-navigation ul li .icon-toggle:after {
		display: none
	}

	.width-navigation ul li .icon-toggle .fa {
		vertical-align: middle
	}

	.width-navigation ul li a {
		display: block;
		outline: none;
		-webkit-transition: background 0.3s, box-shadow 0.3s;
		transition: background 0.3s, box-shadow 0.3s;
		line-height: 24px
	}

	.width-navigation ul li a:hover,
	.width-navigation ul li a :focus {
		background: transparent
	}

	.width-navigation .thim-ekits-menu__mobile__close {
		width: 24px;
		height: 24px;
		z-index: 1001;
		display: inline-flex;
		align-items: center;
		justify-content: center
	}

	.width-navigation .thim-ekits-menu__mobile__close i {
		transform: rotate(45deg);
		font-size: 22px
	}

	.width-navigation .thim-ekits-menu__mobile__backlink {
		display: flex;
		align-items: center;
		width: 100%;
		position: absolute
	}

	.navigation .width-navigation ul.navbar-main-menu>li a {
		padding: 10px 0
	}

	.navigation .width-navigation ul.navbar-main-menu>li a:hover {
		color: var(--thim-body_primary_color)
	}

	.navigation .width-navigation ul.navbar-main-menu>li ul li.current-menu-item>a {
		color: var(--thim-body_primary_color)
	}

	.admin-bar .affix {
		top: 0
	}

	.menu-mobile-effect {
		cursor: pointer;
		float: right;
		display: table-cell;
		z-index: 1;
		vertical-align: middle;
		width: 28px;
		height: 28px;
		padding: 0;
		position: relative;
		margin: 0;
		margin-left: auto
	}

	.menu-mobile-effect span {
		width: 100%;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		top: 6px;
		background: #fff;
		height: 2px;
		-webkit-transition: all 0.3s ease-in-out;
		-khtml-transition: all 0.3s ease-in-out;
		-moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out
	}

	.menu-mobile-effect span:nth-child(2) {
		top: 13px
	}

	.menu-mobile-effect span:nth-child(3) {
		top: 20px
	}

	body.mobile-menu-open .width-navigation {
		-webkit-transform: translate(0);
		-moz-transform: translate(0);
		-ms-transform: translate(0);
		-o-transform: translate(0);
		visibility: visible
	}

	body.mobile-menu-open #wrapper-container {
		position: relative;
		z-index: 99999
	}

	body.mobile-menu-open #wrapper-container::before {
		content: "";
		background-color: rgba(0, 0, 0, 0.2);
		width: 100%;
		height: 100%;
		pointer-events: none;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 999
	}

	.thim-ekits-menu .thim-ekits-menu__mobile__backlink {
		display: flex;
		align-items: center;
		width: 100%
	}
}

@media (max-width:330px) {
	.width-navigation {
		width: 90%
	}

	.width-navigation ul.sub-menu {
		width: 100%
	}
}

.navigation {
	position: relative
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-item a[class^=dashicons]:before {
	font-family: dashicons
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.align-bottom-right {
	text-align: right
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper #mega-menu-primary li.menu-flyout.item-align-right>.sub-menu {
	left: auto;
	right: 0
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu {
	float: left;
	position: static
}

@media (min-width:769px) {
	.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-item.hide-on-desktop {
		display: none
	}
}

@media (min-width:769px) {
	.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu {
		position: static
	}
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li {
	vertical-align: top
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li a {
	padding: 14px 0px
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul {
	margin: 0
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li ul li {
	padding: 0
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu li:after {
	left: 0;
	right: 0;
	bottom: 0
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .mega-menu .menu-megamenu .sub-menu>li:after {
	display: none
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right {
	float: left
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget .btn-book:before {
	top: -15px;
	bottom: -10px
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget .btn-book .inner-bottom {
	bottom: -20px
}

.navigation .width-navigation .inner-navigation .mega-menu-wrapper .menu-right>.widget.widget_shopping_cart .widget_shopping_cart_content {
	top: 57px
}

@media (max-width:1024px) {
	.navigation {
		display: flex;
		align-items: center
	}
}

.dropdown-toggle {
	white-space: nowrap
}

.dropdown-menu {
	position: absolute;
	z-index: 1000;
	display: none;
	min-width: 10rem;
	padding: 0.5rem 0;
	margin: 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0.25rem
}

.dropdown-item {
	display: block;
	width: 100%;
	padding: 0.25rem 1rem;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	text-decoration: none;
	white-space: nowrap;
	background-color: transparent;
	border: 0
}

.dropdown-toggle::after {
	display: inline-block;
	margin-left: 0.255em;
	vertical-align: 0.255em;
	content: "";
	border-top: 0.3em solid;
	border-right: 0.3em solid transparent;
	border-bottom: 0;
	border-left: 0.3em solid transparent
}

.form-search .form-group {
	display: flex
}

/*!--------------------------------------------------------------
7.0 - breadcrumb
----------------------------------------------------------------*/
.main-top {
	clear: both;
	position: relative;
	background-size: cover;
	overflow: hidden;
	z-index: 8
}

.main-top .overlay-top-header {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	z-index: 1
}

.main-top .content {
	position: absolute;
	z-index: 3;
	right: 0;
	left: 0;
	border: 0;
	margin: auto;
	top: 50%;
	-webkit-transform: translate(0%, -50%);
	-moz-transform: translate(0%, -50%);
	-ms-transform: translate(0%, -50%);
	-o-transform: translate(0%, -50%)
}

.main-top .content h1,
.main-top .content h2 {
	margin-top: 0;
	text-align: inherit
}

.main-top .content .banner-description {
	font-weight: 300;
	text-align: inherit
}

#breadcrumbs {
	margin: 0;
	color: #AEAEB2
}

#breadcrumbs li {
	display: inline-block;
	line-height: 25px;
	list-style: none;
	margin: 0
}

#breadcrumbs li a {
	line-height: 1.6;
	font-weight: 400;
	display: inline-block;
	color: #000;
	text-decoration: none
}

#breadcrumbs li a:hover,
#breadcrumbs li a:focus {
	color: var(--thim-body_primary_color)
}

#breadcrumbs li>span {
	color: #AEAEB2
}

#breadcrumbs li+li {
	margin-left: 5px;
	margin-right: 0
}

#breadcrumbs li+li::before {
	content: "\e919";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 10px;
	margin-right: 5px;
	margin-left: 0;
	color: #AEAEB2
}

#breadcrumbs li span.breadcrum-icon {
	margin: 0 10px;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5
}

#breadcrumbs li:last-child:after {
	display: none
}

.realpress-breadcrumb-list li {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height)
}

.top_heading,
.top_heading_realpress {
	padding: 16px 0;
	margin-bottom: 30px;
	background-color: #F2F2F2
}

.realpress-breadcrumb {
	margin: 0
}

.realpress-breadcrumb ul li {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	font-weight: var(--thim-font_body-variant);
	margin-right: 10px
}

.realpress-breadcrumb ul li+li::before {
	margin-right: 10px
}

.top_heading_realpress {
	margin-bottom: 60px
}

.realpress-control-group h1 {
	font-size: var(--thim-font_h1-font-size);
	color: var(--thim-font_title-color);
	font-weight: var(--thim-font_title-variant);
	margin-bottom: 0
}

/*!--------------------------------------------------------------
12.0 - general
----------------------------------------------------------------*/
body {
	background-color: var(--thim-background_main_color)
}

body .container,
body .woocommerce .woocommerce-products-header,
.woocommerce body .woocommerce-products-header,
body .realpress-container {
	max-width: var(--thim-body_container)
}

body #main-content {
	padding-bottom: 50px
}

@media (max-width:1199px) {
	body #main-content {
		padding-bottom: 30px
	}
}

.row {
	flex-basis: 100%
}

#main-content {
	min-height: 260px
}

* {
	box-sizing: border-box;
	letter-spacing: 0
}

iframe {
	display: block
}

button {
	cursor: pointer
}

body .container.full-content-wide,
body .woocommerce .full-content-wide.woocommerce-products-header,
.woocommerce body .full-content-wide.woocommerce-products-header,
body .full-content-wide.realpress-container {
	width: 100%;
	max-width: 100%;
	padding-left: 0;
	padding-right: 0
}

body .container.full-content-wide .row,
body .woocommerce .full-content-wide.woocommerce-products-header .row,
.woocommerce body .full-content-wide.woocommerce-products-header .row,
body .full-content-wide.realpress-container .row {
	margin: 0
}

body .container.full-content-wide .row>*,
body .woocommerce .full-content-wide.woocommerce-products-header .row>*,
.woocommerce body .full-content-wide.woocommerce-products-header .row>*,
body .full-content-wide.realpress-container .row>* {
	padding: 0
}

.full-content-wide #secondary {
	display: none
}

.sidebar-left>.row,
.sidebar-left>.realpress-container>.row {
	flex-direction: row-reverse
}

.site-content {
	padding-top: 30px;
	padding-bottom: 30px
}

.site-content.no-padding {
	padding-top: 0;
	padding-bottom: 0
}

.realpress-rating-stars .fas.fa-star-half {
	position: relative
}

.realpress-rating-stars .fas.fa-star-half::after {
	content: "\f005";
	font-weight: 400;
	position: absolute;
	top: 0;
	left: 0
}

.flexslider {
	position: relative;
	overflow: hidden
}

.flexslider ul {
	list-style: none
}

.flexslider:hover .flex-direction-nav {
	opacity: 1
}

.flexslider .flex-direction-nav {
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	display: flex;
	justify-content: space-between;
	width: 100%;
	z-index: 10;
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

.flexslider .flex-direction-nav a {
	position: absolute;
	z-index: 9;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	cursor: pointer;
	font-size: 0;
	line-height: 0;
	width: 40px;
	margin: 0;
	background: #fff;
	height: 40px;
	text-align: center;
	overflow: hidden;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.flexslider .flex-direction-nav a:before {
	color: black;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px;
	line-height: 32px;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.flexslider .flex-direction-nav a:hover {
	background: var(--thim-body_primary_color);
	outline: none
}

.flexslider .flex-direction-nav a:hover::before {
	color: #fff
}

.flexslider .flex-direction-nav .flex-prev {
	left: 5px
}

.flexslider .flex-direction-nav .flex-prev::before {
	content: "\e919"
}

.flexslider .flex-direction-nav .flex-next {
	right: 5px
}

.flexslider .flex-direction-nav .flex-next::before {
	content: "\e91c"
}

.error-404 {
	background-image: url("images/image-404.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	z-index: -1
}

@media (max-width:575px) {
	.error-404 {
		padding-bottom: 50%
	}
}

.error-404 .page-header {
	margin-bottom: 25px
}

.error-404 .page-header h1 {
	font-size: 120px;
	line-height: 1.5
}

@media (max-width:767px) {
	.error-404 .page-header h1 {
		font-size: 24px
	}
}

.error-404 .page-header h2 {
	font-size: 36px;
	line-height: 1.5;
	text-transform: uppercase
}

@media (max-width:767px) {
	.error-404 .page-header h2 {
		font-size: 20px
	}
}

@media (min-width:768px) {
	.error-404 .page-content {
		max-width: 36%
	}
}

.error-404 p {
	color: #676767;
	margin-bottom: 26px;
	font-size: 1.286em
}

.error-404 a {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.error-404 a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.error-404 a:hover {
	color: white
}

.error-404 a:hover::before {
	width: 100%
}

body.error404 #main-content {
	padding-bottom: 0
}

h1.entry-title {
	margin-bottom: 30px
}

@media (max-width:767px) {
	h1.entry-title {
		margin-bottom: 15px
	}
}

.wrapper-comment {
	display: flex;
	flex-direction: row;
	justify-content: space-between
}

.wrapper-comment img {
	flex: 1;
	width: 80px;
	height: 80px;
	max-width: 80px
}

.wrapper-comment .comment-right {
	flex: 10.5;
	margin-top: 15px;
	width: calc(100% - 100px)
}

.wrapper-comment .comment-right .comment-extra-info {
	display: flex;
	align-items: center
}

.wrapper-comment .comment-right .comment-extra-info div {
	color: #1C1C1B;
	margin-right: 12px
}

.wrapper-comment .comment-right .comment-extra-info div:last-child {
	margin-right: 0
}

.wrapper-comment .comment-right .comment-extra-info .date {
	display: flex;
	align-items: center;
	color: var(--thim-font_body-color);
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

.wrapper-comment .comment-right .comment-extra-info .date::before {
	content: "";
	width: 4px;
	height: 4px;
	margin: 0 12px 0 0;
	border-radius: var(--thim-border-radius-large);
	background-color: var(--thim-font_body-color)
}

.wrapper-comment .comment-right .content-comment {
	margin-top: 8px
}

.wrapper-comment .comment-right a.comment-reply-link {
	font-size: 14px;
	font-weight: 700;
	color: var(--thim-body_primary_color)
}

.wrapper-comment .comment-right .reply-cmt {
	margin-top: 12px
}

input,
button,
textarea,
select {
	outline: none;
	appearance: none;
	font-family: inherit
}

button,
select {
	border: 0;
	outline: none !important
}

form input,
form textarea {
	border: 1px solid #eaeaea;
	font-size: var(--thim-font_body-font-size);
	border-radius: var(--thim-border-radius-small)
}

form input {
	height: 48px;
	padding: 0 20px;
	max-width: 100%
}

form input[type=checkbox],
form input[type=radio] {
	height: auto;
	padding: 0;
	appearance: auto
}

form textarea {
	padding: 20px;
	min-height: 100px;
	resize: none
}

iframe {
	border: 0
}

.wpcf7-form textarea,
.wpcf7-form .wpcf7-submit,
.wpcf7-form input.wpcf7-form-control {
	width: 100%
}

.wpcf7-form textarea {
	height: 156px
}

.realpress-property-container>p {
	padding-left: 15px;
	padding-right: 15px
}

.realpress-compare-property-wrap>p {
	padding-left: 5px;
	padding-right: 5px
}

@media (max-width:991px) {
	.realpress-property-container>p {
		padding-left: 8px;
		padding-right: 8px
	}
}

/*!--------------------------------------------------------------
8.0 - Blog
----------------------------------------------------------------*/
.search-form {
	position: relative;
	line-height: 42px;
	border: none;
	display: flex
}

.search-form:after {
	position: absolute;
	right: 0;
	top: 0;
	width: 40px;
	height: 42px;
	text-align: center;
	line-height: 42px
}

.search-form label {
	width: 100%;
	display: inline-block;
	font-weight: 400;
	margin: 0
}

.search-form .search-field {
	line-height: normal;
	background: transparent;
	height: 48px;
	padding: 0 20px;
	font-size: var(--thim-font_body-font-size);
	width: 100%;
	border-radius: 10px 0 0 10px;
	background-color: white;
	color: black;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-right: 0;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	font-family: var(--thim-font_title-font-family);
	margin-bottom: 0;
	font-weight: var(--thim-font_body-variant)
}

.search-form .search-field:-moz-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

.search-form .search-field::-moz-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

.search-form .search-field:-ms-input-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

.search-form .search-field::-webkit-input-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

.search-form .search-submit {
	z-index: 2;
	line-height: 48px;
	height: 48px;
	padding: 12px 20px;
	color: white;
	font-size: var(--thim-font_body-font-size);
	font-weight: 700;
	line-height: 1.5;
	background-color: var(--thim-body_primary_color);
	border: 1px solid var(--thim-body_primary_color);
	border-radius: 0 10px 10px 0;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.search-form .search-submit:hover,
.search-form .search-submit:focus {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.widget {
	margin-bottom: 30px;
	position: relative
}

.widget.widget_archive ul li .children,
.widget.widget_archive ul li .sub-menu,
.widget.widget_categories ul li .children,
.widget.widget_categories ul li .sub-menu,
.widget.widget_pages ul li .children,
.widget.widget_pages ul li .sub-menu,
.widget.widget_meta ul li .children,
.widget.widget_meta ul li .sub-menu,
.widget.widget_recent_comments ul li .children,
.widget.widget_recent_comments ul li .sub-menu,
.widget.widget_recent_entries ul li .children,
.widget.widget_recent_entries ul li .sub-menu,
.widget.widget_nav_menu ul li .children,
.widget.widget_nav_menu ul li .sub-menu {
	padding-left: 15px;
	padding-right: 0;
	padding-top: 10px
}

.widget.widget_archive ul li .children li,
.widget.widget_archive ul li .sub-menu li,
.widget.widget_categories ul li .children li,
.widget.widget_categories ul li .sub-menu li,
.widget.widget_pages ul li .children li,
.widget.widget_pages ul li .sub-menu li,
.widget.widget_meta ul li .children li,
.widget.widget_meta ul li .sub-menu li,
.widget.widget_recent_comments ul li .children li,
.widget.widget_recent_comments ul li .sub-menu li,
.widget.widget_recent_entries ul li .children li,
.widget.widget_recent_entries ul li .sub-menu li,
.widget.widget_nav_menu ul li .children li,
.widget.widget_nav_menu ul li .sub-menu li {
	border: none
}

.widget.widget_archive ul li a:before,
.widget.widget_categories ul li a:before,
.widget.widget_pages ul li a:before,
.widget.widget_meta ul li a:before,
.widget.widget_recent_comments ul li a:before,
.widget.widget_recent_entries ul li a:before,
.widget.widget_nav_menu ul li a:before {
	margin-right: 10px;
	filter: alpha(opacity=50);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	-webkit-opacity: 0.5;
	-khtml-opacity: 0.5;
	-moz-opacity: 0.5;
	-ms-opacity: 0.5;
	-o-opacity: 0.5;
	opacity: 0.5
}

.widget.widget_recent_entries li {
	padding-bottom: 20px;
	margin-bottom: 20px;
	border-bottom: 1px solid #D9D9D9
}

.widget.widget_recent_entries li a {
	display: block;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.5;
	color: black;
	text-decoration: none;
	margin-bottom: 10px
}

.widget.widget_recent_entries li time {
	color: #808080;
	font-size: 12px;
	font-style: italic
}

.widget.widget_recent_entries li .post-date {
	color: black;
	display: inline-flex;
	align-items: center
}

.widget.widget_recent_entries li .post-date::before {
	content: "\e907";
	color: #949494;
	font-size: 15px;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	margin-right: 7px;
	margin-left: 0
}

.widget ul {
	margin: 0;
	clear: both
}

.widget ul li {
	color: #6c6c6c
}

.widget ul li a {
	font-weight: var(--thim-font_body-variant);
	font-size: var(--thim-font_body-font-size);
	text-transform: capitalize;
	text-decoration: none
}

.widget ul li a:hover,
.widget ul li a[aria-current=page] {
	color: var(--thim-body_primary_color)
}

.widget ul li::before,
.widget ul li::after {
	content: "";
	display: block;
	clear: both
}

.widget ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: 0
}

.widget ul li.current-cat a {
	color: var(--thim-body_primary_color)
}

.widget ul li,
.widget ol li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0 0 10px;
	line-height: 24px
}

.widget>ul ul.children {
	margin: 0;
	margin-left: 0.5em;
	margin-top: 8px
}

.widget.widget_archive .widget-title {
	margin-bottom: 20px
}

@media (max-width:767px) {
	.widget.widget_archive .widget-title {
		margin-bottom: 15px
	}
}

.widget.widget_archive li {
	line-height: 24px;
	padding-bottom: 10px
}

.widget select {
	max-width: 100%;
	outline: none;
	appearance: none;
	font-size: 14px;
	line-height: 24px
}

.widget.widget_recent_comments ul li a {
	font-weight: 500
}

.widget .wp-block-latest-comments li {
	color: var(--thim-font_body-color)
}

.widget .wp-block-latest-comments li a {
	font-weight: 500
}

.widget_media_image a {
	display: block
}

.widget_rss ul li {
	padding-bottom: 15px;
	color: black
}

.widget_rss ul li span {
	display: block;
	margin-bottom: 5px;
	font-size: 12px
}

.widget_rss ul li a {
	line-height: 24px;
	font-weight: 600;
	margin-bottom: 5px;
	display: block
}

.widget_text p strong {
	display: block;
	margin-bottom: 15px
}

.widget_text img {
	margin-bottom: 15px
}

.widget_text img.wp-smiley,
.widget_text img.emoji {
	margin-bottom: 15px !important
}

.widget_text br {
	content: "";
	display: block
}

.widget_text br+br {
	margin-bottom: 10px
}

.widget_text .wp-caption-text {
	margin-bottom: 15px
}

.widget.widget_realpress-term .widget-title {
	margin-bottom: 24px
}

.widget:last-child {
	margin-bottom: 0
}

.widget_realpress-term .realpress-term-list-widget,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget {
	line-height: 1.643;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.widget_realpress-term .realpress-term-list-widget:hover,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget:hover {
	cursor: pointer
}

.widget_realpress-term .realpress-term-list-widget:hover div,
.widget_realpress-term .realpress-term-list-widget:hover a,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget:hover div,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget:hover a {
	color: var(--thim-body_primary_color)
}

.widget_realpress-term .realpress-term-list-widget a,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget a {
	font-weight: var(--thim-font_body-variant)
}

.widget_realpress-term .realpress-term-list-widget a:hover,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget a:hover {
	color: var(--thim-body_primary_color)
}

.widget_realpress-term .realpress-term-list-widget div,
.elementor-widget-wp-widget-realpress-term .realpress-term-list-widget div {
	color: var(--thim-font_body-color);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.widget input {
	height: auto;
	padding: 11px 20px;
	line-height: 24px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.widget input[type=radio],
.widget input[type=checkbox] {
	height: auto;
	padding: 0
}

.widget button {
	outline: none;
	cursor: pointer
}

.wp-calendar-table th {
	border: 1px solid #ccc
}

.wp-calendar-table th,
.wp-calendar-table td {
	text-align: center
}

.wp-calendar-table td a {
	font-weight: bold
}

.sidebar div[class*=elementor-widget-wp-] {
	margin: 0;
	margin-bottom: 30px;
	padding: 0;
	border-radius: 0
}

.sidebar div[class*=elementor-widget-wp-] .elementor-widget-container>* {
	padding: 0
}

@media (max-width:1199px) {
	.sidebar div[class*=elementor-widget-wp-] .elementor-widget-container>* {
		padding: 15px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.wp-block-latest-posts__featured-image.alignleft {
		float: unset;
		margin-bottom: 0.5em
	}
}

.wp-block-latest-posts.wp-block-latest-posts__list {
	display: flex;
	flex-direction: column
}

.wp-block-latest-posts.wp-block-latest-posts__list a+time {
	margin-top: 5px
}

@media (max-width:767px) {
	#main+#secondary {
		margin-top: 40px
	}
}

.sidebar .widget {
	margin: 0;
	margin-bottom: 30px;
	padding: 30px;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

@media (max-width:1199px) {
	.sidebar .widget {
		padding: 15px
	}
}

.sidebar .widget:last-child {
	margin-bottom: 0
}

.sidebar .widget img {
	display: block;
	width: 100%
}

.sidebar .widget.widget_media_image {
	padding: 0;
	background: unset
}

.elementor-widget h5 {
	position: relative
}

.elementor-widget .thim-ekits-post__inner .post {
	margin-bottom: 0
}

.elementor-widget-wp-widget-categories ul li {
	line-height: 1.429
}

.elementor-widget-wp-widget-categories ul li a {
	color: #6c6c6c
}

.elementor-widget-wp-widget-categories ul li a:hover,
.elementor-widget-wp-widget-categories ul li a:focus {
	color: var(--thim-body_primary_color)
}

.elementor-widget-wp-widget-archives h5 {
	margin-bottom: 19px
}

.elementor-widget-wp-widget-archives li {
	padding: 6px 0;
	line-height: 1.714
}

.elementor-widget-wp-widget-archives li a {
	color: rgba(0, 0, 0, 0.5)
}

.elementor-widget-wp-widget-archives li a:hover,
.elementor-widget-wp-widget-archives li a:focus {
	color: var(--thim-body_primary_color)
}

.tagcloud a,
.wp-block-tag-cloud a {
	font-size: var(--thim-font_body-font-size) !important;
	line-height: var(--thim-font_body-line-height);
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
	padding: 7px 12px;
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	text-align: center;
	border-radius: var(--thim-border-radius-small, 8px);
	color: var(--thim-font_body-color)
}

.tagcloud a:hover,
.tagcloud a:focus,
.wp-block-tag-cloud a:hover,
.wp-block-tag-cloud a:focus {
	border-color: var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.widget_realpress_property_list .realpress-property-item {
	padding: 15px;
	margin-bottom: 16px
}

@media (max-width:767px) {
	.widget_realpress_property_list .realpress-property-item {
		flex-wrap: nowrap
	}

	.widget_realpress_property_list .realpress-property-item .realpress-property-item-post-thumbnail {
		flex-basis: 35%
	}

	.widget_realpress_property_list .realpress-property-item .realpress-property-content {
		flex-basis: 65%;
		padding-left: 15px;
		padding-right: 0
	}
}

.widget_realpress_property_list .realpress-property-item::before {
	left: 0;
	right: 0
}

.widget_realpress_property_list .realpress-property-item::after {
	display: none
}

.widget_realpress_property_list .realpress-property-item .realpress-property-item-title {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	margin-bottom: 5px
}

.widget_realpress_property_list .realpress-property-item .realpress-property-item-title a {
	font-weight: 600;
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5
}

.widget_realpress_property_list .realpress-property-item .realpress-property-item-price {
	margin: 0
}

.widget_realpress_property_list .realpress-property-item-type {
	display: none
}

.widget_realpress_property_list .realpress-property-item-type a::after {
	content: ","
}

.widget_realpress_property_list .realpress-property-item-type a:last-child:after {
	display: none
}

.widget_realpress_property_list .realpress-property-item-type a:hover,
.widget_realpress_property_list .realpress-property-item-type a:focus {
	color: var(--thim-body_primary_color)
}

.widget_realpress_property_list .realpress-property-item-post-thumbnail {
	position: relative
}

.widget_realpress_property_list .realpress-property-item-post-thumbnail a {
	width: 100%
}

.widget_realpress_property_list .realpress-property-item-post-thumbnail .realpress-property-item-status {
	position: absolute;
	top: 30px;
	left: 30px;
	right: auto
}

.widget_realpress_property_list .realpress-property-content {
	padding: 15px 0 0
}

.widget_realpress_property_list .realpress-property-item-price span {
	color: var(--thim-body_primary_color);
	font-size: 1.333em;
	line-height: 1.5
}

@media (max-width:767px) {
	.widget_realpress_property_list .realpress-property-item-price span {
		font-size: 1em
	}
}

.widget_realpress_property_list .realpress-property-item-price span+span {
	font-size: 1em;
	font-weight: 400;
	color: #B0B0B0
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item {
	margin-top: 16px
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-post-thumbnail {
	max-width: 70px
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-post-thumbnail img {
	height: 70px
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-status,
.widget_realpress_property_list .realpress-property-item+.realpress-property-item::after,
.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-type {
	display: none
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-content {
	padding: 0 0 0 20px;
	border-bottom: 0;
	max-width: calc(100% - 70px)
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-title {
	margin-bottom: 5px
}

.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-price span {
	font-size: 1em
}

.widget_realpress-schedule-tour input[type=radio] {
	height: auto;
	display: none
}

.widget_realpress-schedule-tour .realpress_st_slide {
	margin: 0 -7px
}

.widget_realpress-schedule-tour .realpress-st-date {
	display: flex;
	margin: 0;
	overflow: hidden;
	margin-bottom: 1px
}

.widget_realpress-schedule-tour .realpress-st-date>li {
	padding: 0 7px
}

.widget_realpress-schedule-tour .realpress-st-date>li label {
	width: 100%;
	cursor: pointer
}

.widget_realpress-schedule-tour .realpress-st-date>li label:hover>span {
	background-color: white;
	border-color: var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.widget_realpress-schedule-tour .realpress-st-date>li label:hover>span .month {
	color: var(--thim-body_primary_color)
}

.widget_realpress-schedule-tour .realpress-st-date label>span {
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	padding: 10px;
	border: 1px solid #e7e7e7;
	text-align: center;
	color: black
}

.widget_realpress-schedule-tour .realpress-st-date label>span .control__indicator_day {
	font-size: 24px;
	line-height: 30px
}

.widget_realpress-schedule-tour .realpress-st-date label>span .month {
	line-height: 1.286;
	font-weight: 400;
	color: #717171;
	transition: 0.3s
}

.widget_realpress-schedule-tour .realpress-st-date label input:checked+span {
	background-color: white;
	border: 1px solid var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.widget_realpress-schedule-tour .realpress-st-date label input:checked+span .month {
	color: var(--thim-body_primary_color)
}

.widget_realpress-schedule-tour .realpress-schedule-tour span {
	font-weight: 500;
	margin: 0;
	width: 100%;
	display: block
}

.widget_realpress-schedule-tour .realpress-schedule-tour>label {
	line-height: 21px;
	font-size: 12px;
	cursor: pointer;
	display: block
}

.widget_realpress-schedule-tour .realpress-schedule-tour>label input {
	margin-right: 5px;
	margin-left: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	vertical-align: sub
}

.widget_realpress-schedule-tour .realpress-schedule-tour .schedule-field {
	margin-bottom: 16px
}

.widget_realpress-schedule-tour .realpress-schedule-tour .schedule-field.flexslider {
	margin-bottom: 20px;
	overflow: visible
}

.widget_realpress-schedule-tour .realpress-schedule-tour .schedule-field input {
	width: 100%
}

.widget_realpress-schedule-tour .realpress-schedule-tour .schedule-field select {
	background-position-x: 95%;
	padding-left: 20px;
	padding-right: 20px
}

.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type {
	display: flex;
	justify-content: flex-start
}

.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type label {
	display: flex;
	align-items: center;
	margin-right: 12px;
	margin-left: 0
}

.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type input[type=radio] {
	margin: 0;
	margin-right: 5px;
	width: 20px;
	height: 20px
}

.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type span {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5;
	font-weight: 500;
	color: black
}

.widget_realpress-schedule-tour .realpress-schedule-tour-message {
	margin-bottom: 12px
}

.widget_realpress-schedule-tour .realpress-message-result span {
	margin-top: 10px
}

.widget_realpress-schedule-tour button.realpress-send-message {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	margin-top: 4px;
	border: 0;
	width: 100%;
	overflow: hidden
}

.widget_realpress-schedule-tour button.realpress-send-message::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.widget_realpress-schedule-tour button.realpress-send-message:hover::before {
	width: 100%
}

.widget_realpress-schedule-tour button.realpress-send-message i {
	display: none
}

.widget_realpress-schedule-tour textarea {
	padding: 10px 15px;
	max-height: 103px;
	width: 100%
}

.widget_realpress-schedule-tour h2.tour-type-title {
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	margin-bottom: 12px
}

.widget_realpress-schedule-tour h2.tour-type-title::after {
	display: none
}

.widget_realpress-schedule-tour span.btn-schedule-tg::after {
	font-size: 10px;
	content: "\e917";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	transform: rotateX(180deg);
	margin-left: 5px;
	margin-right: 0
}

.widget_realpress-schedule-tour span.btn-schedule-tg.open:after {
	transform: rotateX(0deg)
}

.widget_realpress-schedule-tour.widget .tour-type input[type=radio] {
	display: inline-block
}

.widget_realpress-schedule-tour.widget .tour-type>div {
	display: inline-block
}

.widget_realpress_mortgage_calculator>div>label {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.571;
	font-weight: 500;
	color: black;
	display: block;
	margin-bottom: 8px
}

.widget_realpress_mortgage_calculator>div>label input {
	color: #6C6C6C;
	border: 1px solid #eaeaea;
	padding: 9px 15px;
	margin: 12px 0
}

.widget_realpress_mortgage_calculator>div>label:last-of-type {
	margin-bottom: 0
}

.widget_realpress_mortgage_calculator button[type=button] {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	height: auto;
	outline: none;
	padding: 10px;
	width: auto
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset {
	background-color: transparent;
	color: black;
	margin-left: 7px;
	margin-right: 0;
	justify-content: flex-end;
	padding: 10px 0
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset::before {
	content: "\e91e";
	margin-right: 5px;
	margin-left: 0;
	font-size: var(--thim-font_body-font-size);
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg);
	-webkit-transition: 0.35s;
	-khtml-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset:hover {
	color: var(--thim-body_primary_color)
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset:hover::before {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-calculate {
	overflow: hidden;
	border-radius: var(--thim-border-radius-small)
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-calculate::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-calculate:hover::before {
	width: 100%
}

.widget_realpress_mortgage_calculator>div>div {
	margin-top: 8px;
	display: flex;
	column-gap: 0
}

.widget_realpress_mortgage_calculator ul>li {
	color: #8c8c8c;
	font-weight: 400
}

.widget_realpress_mortgage_calculator ul>li::before,
.widget_realpress_mortgage_calculator ul>li:after {
	display: none
}

.widget_realpress_mortgage_calculator ul>li strong {
	font-weight: 500;
	color: black
}

.widget_realpress_mortgage_calculator ul>li+li {
	margin-top: 10px
}

#realpress_st_slide .flex-direction-nav a {
	box-shadow: 2px 4px 25px rgba(0, 0, 0, 0.07);
	width: 30px;
	height: 30px;
	-webkit-transition: all 0.3s ease-in-out;
	-khtml-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}

@media (max-width:767px) {
	#realpress_st_slide .flex-direction-nav a {
		background-color: var(--thim-body_primary_color)
	}

	#realpress_st_slide .flex-direction-nav a::before {
		color: white
	}
}

#realpress_st_slide .flex-direction-nav .flex-prev {
	left: -30px;
	right: auto
}

#realpress_st_slide .flex-direction-nav .flex-next {
	right: -30px;
	left: auto
}

@media (max-width:767px) {
	#realpress_st_slide .flex-direction-nav {
		opacity: 1
	}

	#realpress_st_slide .flex-direction-nav .flex-prev {
		left: 0
	}

	#realpress_st_slide .flex-direction-nav .flex-next {
		right: 0
	}
}

.elementor-widget-property-schedule #realpress_st_slide>.realpress-st-date {
	display: flex
}

@media (max-width:1199px) {

	.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-content,
	.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-post-thumbnail {
		max-width: 100%
	}

	.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-content {
		padding: 15px 0 0
	}

	.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-item-post-thumbnail img {
		height: auto
	}
}

@media (max-width:1199px) {
	.widget_realpress_mortgage_calculator>div {
		flex-wrap: wrap
	}

	.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset {
		margin: 0;
		margin-top: 10px
	}
}

@media (max-width:767px) {
	.widget_realpress_property_list .realpress-property-item+.realpress-property-item .realpress-property-content {
		padding: 0;
		padding-left: 15px
	}
}

.widget_realpress_agent_search input {
	text-overflow: ellipsis;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px 20px;
	border-radius: 10px;
	margin-bottom: 16px
}

.widget_realpress_agent_search button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	height: auto;
	padding: 10px 18px;
	text-transform: capitalize;
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

.widget_realpress_agent_search button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.widget_realpress_agent_search button:hover::before {
	width: 100%
}

.widget_realpress_agent_search {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.widget_realpress_agent_search .widget-title {
	margin-bottom: 24px
}

@media (max-width:991px) {
	.widget_realpress_agent_search {
		padding: 15px
	}
}

.home .site-content {
	padding-top: 40px
}

.blog .site-main.alignright {
	order: 2
}

.post * {
	word-break: break-word
}

.post .content-inner .post-image {
	position: relative;
	overflow: hidden
}

.post .content-inner .post-image img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.5s;
	-khtml-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	display: block
}

.post:hover .thumbnail img,
.post:hover .post-image img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1)
}

.post .entry-title {
	margin-bottom: 16px;
	word-break: break-word
}

.post .entry-title a {
	-webkit-transition: unset;
	-khtml-transition: unset;
	-moz-transition: unset;
	-ms-transition: unset;
	-o-transition: unset;
	transition: unset
}

.post .entry-meta {
	color: var(--thim-font_body-color);
	font-size: var(--thim-font_body-font-size);
	overflow: hidden;
	display: flex;
	flex-wrap: wrap
}

@media (min-width:768px) {
	.post .entry-meta {
		margin-bottom: 6px
	}
}

.post .entry-meta>* {
	margin-right: 16px;
	margin-left: 0
}

.post .entry-meta>*:last-child {
	margin-right: 0
}

.post .entry-meta a {
	color: black;
	display: inline-flex;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.post .entry-meta a:hover {
	color: var(--thim-body_primary_color)
}

.post .entry-meta>* {
	display: inline-flex;
	align-items: center;
	margin-bottom: 10px
}

.post .entry-meta>* a {
	font-weight: var(--thim-font_body-variant);
	text-transform: capitalize;
	text-decoration: none;
	color: var(--thim-font_body-color)
}

.post .entry-meta>* a:hover {
	color: var(--thim-body_primary_color)
}

.post blockquote {
	border-left: 3px;
	border-left-style: solid;
	border-left-color: var(--thim-body_primary_color);
	margin: 30px 50px;
	padding: 20px 30px 10px 30px
}

@media (max-width:767px) {
	.post blockquote {
		margin: 15px 20px;
		padding: 20px 20px 10px 20px
	}
}

.post blockquote a {
	color: var(--thim-body_primary_color)
}

.post blockquote a:hover {
	text-decoration: underline
}

.post blockquote p {
	font-weight: 300;
	margin-bottom: 10px
}

.comment-total {
	display: flex;
	align-items: center;
	line-height: 1
}

.entry-meta i {
	font-size: 18px;
	margin-left: 0;
	margin-right: 8px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	vertical-align: text-bottom
}

.entry-meta .vcard a {
	margin-left: 3px;
	margin-right: 0
}

.loop-pagination {
	margin: 0;
	text-align: center
}

.loop-pagination>ul {
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.loop-pagination li {
	display: inline-block;
	list-style: none;
	vertical-align: middle;
	margin: 0;
	margin-bottom: 5px
}

.loop-pagination li .page-numbers {
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	line-height: 48px;
	margin: 0 2px;
	color: var(--thim-font_body-color);
	position: relative;
	background-color: white;
	border-radius: 50%;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.loop-pagination li .page-numbers.next,
.loop-pagination li .page-numbers.prev {
	font-size: 0
}

.loop-pagination li .page-numbers.next:before,
.loop-pagination li .page-numbers.prev:before {
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 0.688rem
}

.loop-pagination li .page-numbers.prev::before {
	content: "\e91c"
}

.loop-pagination li .page-numbers.next::before {
	content: "\e919"
}

.loop-pagination li .page-numbers.current,
.loop-pagination li .page-numbers:hover,
.loop-pagination li .page-numbers:focus {
	background-color: var(--thim-body_primary_color);
	color: white
}

.loop-pagination li:last-child .page-numbers {
	margin-right: 0
}

.post-list .content-inner {
	transition: 0.3s;
	box-shadow: 0px 1px 10px 0px transparent;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	overflow: hidden
}

.post-list .content-inner .entry-content {
	padding: 30px
}

.post-list .content-inner .post-formats-wrapper {
	overflow: hidden
}

.post-list .content-inner .entry-meta {
	justify-content: flex-start
}

.post-list .content-inner .entry-meta>* {
	display: inline-block;
	align-items: center;
	line-height: 26px
}

.post-list .content-inner .meta-category a {
	color: var(--thim-font_body-color)
}

.post-list .content-inner .meta-category a:hover {
	color: var(--thim-body_primary_color)
}

.post-list .content-inner .meta-category a:after {
	content: ",";
	margin-right: 3px;
	margin-left: 0
}

.post-list .content-inner .meta-category a:last-child:after {
	display: none
}

.post-list .content-inner .entry-summary {
	overflow: hidden
}

.post-list .content-inner .entry-summary>p {
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

.post-list .content-inner:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
}

#blog-archive>* {
	margin-bottom: 30px
}

.post-list .content-inner,
.post-grid .content-inner {
	background-color: white
}

.post-list .entry-content,
.post-grid .entry-content {
	display: flex;
	flex-wrap: wrap
}

.post-list .entry-content>*,
.post-grid .entry-content>* {
	width: 100%
}

.post-list p,
.post-grid p {
	line-height: 1.6
}

.post-list .entry-content {
	flex-direction: column
}

.post-grid .post-formats-wrapper {
	width: 100%;
	overflow: hidden;
	flex-basis: 100%
}

.post-grid .post-formats-wrapper img {
	width: 100%;
	-webkit-transition: 0.35s;
	-khtml-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1)
}

.post-grid .post-formats-wrapper:hover img {
	-webkit-transform: scale(1.02);
	-moz-transform: scale(1.02);
	-ms-transform: scale(1.02);
	-o-transform: scale(1.02)
}

.wp-block-search label {
	margin-bottom: 10px;
	display: block
}

.wp-block-search__button {
	padding: 10px 15px;
	background-color: var(--thim-body_primary_color);
	color: white;
	font-weight: 600;
	text-transform: uppercase;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wp-block-search__button:hover {
	background-color: black
}

.wp-block-search__input {
	border: 1px solid #eaeaea
}

.wp-block-latest-posts.columns-5 li {
	width: 100%
}

.post-formats-wrapper iframe {
	max-width: 100%
}

.post-formats-wrapper .flexslider ul.slides li {
	display: none;
	height: 100%
}

.post-formats-wrapper .flexslider ul.slides li.flex-active-slide {
	display: block
}

.format-video .post-formats-wrapper {
	position: relative;
	padding-bottom: 56.25%
}

.format-video .post-formats-wrapper iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%
}

#blog-archive {
	clear: both
}

#blog-archive .format-standard .content-inner,
#blog-archive .format-image .content-inner,
#blog-archive .format-link .content-inner,
#blog-archive .format-gallery .content-inner {
	overflow: hidden
}

#blog-archive .format-standard .post-formats-wrapper,
#blog-archive .format-image .post-formats-wrapper,
#blog-archive .format-link .post-formats-wrapper,
#blog-archive .format-gallery .post-formats-wrapper {
	position: relative;
	cursor: pointer
}

@media (min-width:1200px) {

	#blog-archive.post-grid .format-audio .post-formats-wrapper,
	#blog-archive.post-grid .format-video .post-formats-wrapper {
		min-height: 274px
	}
}

#blog-archive .content-inner {
	position: relative
}

#blog-archive .content-inner:hover {
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.05)
}

.realpro-four-post {
	position: relative;
	margin-bottom: 105px
}

@media (max-width:575px) {
	.realpro-four-post {
		margin-bottom: 40px
	}
}

.realpro-four-post.no-query {
	margin-bottom: 0
}

.realpro-four-post .wrapper-list-post {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap
}

.realpro-four-post .wrapper-list-post>* {
	padding: 0 8px;
	margin-bottom: 16px;
	width: 100%
}

@media (min-width:768px) {
	.realpro-four-post .wrapper-list-post>* {
		padding-left: calc(55% + 8px)
	}
}

.realpro-four-post .wrapper-list-post>*:first-child {
	position: absolute;
	left: -8px;
	padding-left: 8px;
	right: 45%;
	z-index: 999;
	top: 0;
	bottom: 0;
	width: auto
}

@media (max-width:767px) {
	.realpro-four-post .wrapper-list-post>*:first-child {
		position: static
	}
}

.realpro-four-post .wrapper-list-post>*:first-child .post-formats-wrapper,
.realpro-four-post .wrapper-list-post>*:first-child .entry-content {
	width: 100%
}

.realpro-four-post .wrapper-list-post>*:first-child .post-formats-wrapper {
	border-radius: 10px
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-content {
	border: 0;
	border-radius: 0;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.1) 35.38%, #000000 100%)
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-content .entry-summary {
	display: block;
	color: white
}

@media (max-width:767px) {
	.realpro-four-post .wrapper-list-post>*:first-child .entry-content .entry-summary {
		display: -webkit-box;
		color: white;
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical
	}
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-title {
	font-size: 28px;
	font-weight: 700;
	margin-bottom: 12px
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-title a {
	color: white
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-title a:hover {
	text-decoration: underline
}

@media (max-width:767px) {
	.realpro-four-post .wrapper-list-post>*:first-child .entry-title {
		font-size: 20px
	}
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-header {
	width: 100%
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-meta {
	color: white
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-meta a {
	color: white
}

.realpro-four-post .wrapper-list-post>*:first-child .entry-meta a:hover {
	text-decoration: underline
}

.realpro-four-post .content-inner {
	display: flex;
	max-width: 100%;
	border-radius: 10px;
	position: relative;
	height: 100%;
	overflow: hidden;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.realpro-four-post .post-formats-wrapper {
	width: 33%;
	overflow: hidden
}

.realpro-four-post .post-formats-wrapper+.entry-content {
	width: 67%
}

.realpro-four-post .format-video .post-formats-wrapper {
	padding-bottom: 30%
}

.realpro-four-post .entry-content {
	padding: 20px
}

.realpro-four-post .entry-content .entry-summary {
	display: none
}

.realpro-four-post .meta-category {
	display: inline-block
}

.realpro-four-post .meta-category a:after {
	content: ",";
	margin-right: 3px;
	margin-left: 0
}

.realpro-four-post .meta-category a:last-child:after {
	display: none
}

.realpro-filter-search .search-form {
	margin-bottom: 30px
}

.top-archive h1 {
	text-align: center;
	margin-bottom: 40px
}

.top-archive>p {
	margin-bottom: 40px
}

.filter-topbar {
	width: 100%;
	justify-content: space-between
}

@media (max-width:575px) {
	.filter-topbar {
		justify-content: flex-end
	}

	.filter-topbar .realpro-filter-search {
		width: 100%
	}
}

.filter-topbar #sort-posts-form {
	margin-bottom: 30px;
	display: flex;
	align-items: center
}

.filter-topbar #sort-posts-form #sort_by {
	font-size: inherit;
	text-align: right
}

.filter-topbar #sort-posts-form #sort_by+i {
	margin-left: 5px;
	margin-right: 0
}

.filter-topbar #sort-posts-form i {
	font-size: 10px
}

@media (max-width:1199px) {
	#blog-archive.row {
		margin-left: -8px;
		margin-right: -8px
	}

	#blog-archive.row>* {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}

	.post-grid .entry-content {
		padding: 15px
	}

	.post {
		margin-bottom: 15px
	}

	.post .entry-title {
		font-size: 18px
	}

	.post-grid .entry-author {
		bottom: calc(100% + 15px)
	}
}

@media (max-width:767px) {
	#blog-archive+.loop-pagination {
		margin-bottom: 30px
	}

	.post-grid .format-audio .post-formats-wrapper,
	.post-grid .format-video .post-formats-wrapper {
		min-height: 250px
	}
}

@media (max-width:600px) {
	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
		margin-bottom: 1.5em
	}

	.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
		padding: 0
	}
}

.single-post .page-title {
	font-size: var(--thim-font_h2-font-size);
	line-height: var(--thim-font_h2-line-height);
	margin-bottom: 29px
}

.single-post .sidebar-left>.row {
	flex-direction: row-reverse
}

.thim-about-author {
	margin-bottom: 30px;
	padding: 30px 32px
}

.thim-about-author .author-avatar {
	text-align: center;
	display: table-cell;
	min-width: 100px
}

.thim-about-author .author-avatar img {
	border-radius: 100%;
	margin-bottom: 15px
}

.thim-about-author .author-avatar .author-top .name {
	font-size: var(--thim-font_body-font-size);
	font-weight: 700;
	text-transform: uppercase;
	color: var(--thim-font_title-color)
}

.thim-about-author .author-avatar .author-top .name:hover {
	color: var(--thim-body_primary_color)
}

.thim-about-author .author-avatar .author-top .role {
	font-family: var(--thim-font_title-font-family);
	padding: 0;
	margin: 0;
	font-size: var(--thim-font_body-font-size);
	font-weight: bold;
	font-style: italic;
	color: #999;
	text-transform: capitalize
}

.thim-about-author .author-bio {
	padding-left: 50px;
	display: table-cell;
	vertical-align: top
}

.thim-about-author .author-bio .author-description {
	margin-bottom: 30px
}

.wp-block-image figure {
	margin-bottom: 15px
}

.content-single {
	margin-bottom: 20px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	padding: 30px 0 0
}

.content-single .entry-tag-share {
	margin-top: 30px;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap: 30px
}

.content-single .entry-tag-share span.tags-links {
	display: block;
	color: var(--thim-font_title-color);
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700
}

@media (max-width:767px) {
	.content-single .entry-tag-share span.tags-links {
		margin-bottom: 20px
	}
}

.content-single .entry-tag-share span.tags-links>a {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5;
	font-weight: 400;
	margin-left: 8px;
	margin-right: 0;
	margin-bottom: 8px;
	display: inline-block;
	border: 1px solid #F2F2F2;
	padding: 7px 25px;
	border-radius: var(--thim-border-radius-small, 8px);
	background-color: #F2F2F2;
	color: var(--thim-font_body-color)
}

.content-single .entry-tag-share span.tags-links>a:hover,
.content-single .entry-tag-share span.tags-links>a:focus {
	color: var(--thim-body_primary_color);
	border-color: var(--thim-body_primary_color)
}

.content-single .entry-tag-share .thim-social-share {
	margin: 0;
	margin-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: var(--thim-font_title-color)
}

@media (max-width:767px) {
	.content-single .entry-tag-share .thim-social-share {
		margin-bottom: 0
	}
}

.content-single .entry-tag-share .thim-social-share li {
	display: inline-flex;
	list-style: none;
	padding: 0;
	margin: 0
}

.content-single .entry-tag-share .thim-social-share li.heading {
	margin-top: 7px;
	margin-bottom: 7px;
	font-weight: normal
}

.content-single .entry-tag-share .thim-social-share li a {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border: 1px solid #F2F2F2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	border-radius: var(--thim-border-radius-large, 50%);
	color: var(--thim-body_primary_color)
}

.content-single .entry-tag-share .thim-social-share li a:hover {
	background-color: var(--thim-body_primary_color);
	border-color: var(--thim-body_primary_color);
	color: white
}

.content-single .entry-tag-share .thim-social-share li+li {
	margin-left: 8px;
	margin-right: 0
}

@media (max-width:767px) {
	.content-single .entry-tag-share .thim-social-share li+li {
		margin: 8px
	}
}

.related-archive {
	padding-top: 100px
}

.related-archive .related-title {
	margin-bottom: 60px;
	text-align: center
}

.related-archive .view-all-button {
	margin-top: 30px;
	margin-bottom: 60px;
	text-align: center
}

@media (max-width:1199px) {
	.related-archive .view-all-button {
		margin-top: 15px;
		margin-bottom: 30px
	}
}

.related-archive .view-all-button a {
	font-weight: 700;
	padding: 12px 20px;
	background-color: var(--thim-body_primary_color);
	color: white;
	border-radius: var(--thim-border-radius-small);
	display: inline-block
}

.related-archive .view-all-button a:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

#comments.comments-area {
	max-width: 850px;
	margin: auto
}

#comments .list-comments {
	padding: 30px 0;
	margin-bottom: 30px
}

@media (max-width:767px) {
	#comments .list-comments {
		padding: 20px 0;
		margin-bottom: 20px
	}
}

#comments .list-comments .comment-list {
	margin: 0
}

#comments .list-comments .comment-list li {
	padding: 10px 0
}

#comments .list-comments .comment-list li .wrapper-comment>img {
	border-radius: 50%;
	float: left;
	margin-right: 20px
}

#comments .list-comments .comment-list li .author-name,
#comments .list-comments .comment-list li .author-name a {
	font-weight: bold
}

#comments .list-comments .comment-list li .author-name a :hover {
	color: var(--thim-body_primary_color)
}

#comments .list-comments .comment-list li .content-comment .author {
	font-size: 0.929em;
	margin-bottom: 15px
}

#comments .list-comments .comment-list li .content-comment .author .comment-extra-info {
	font-family: var(--thim-font_title-font-family);
	color: var(--thim-font_body-color);
	font-size: var(--thim-font_body-font-size);
	margin-left: 30px;
	font-weight: 400
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link {
	float: right
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link {
	color: var(--thim-body_primary_color);
	font-size: 0.929em;
	font-weight: bold;
	margin-top: 2px
}

#comments .list-comments .comment-list li .content-comment .author span .comment-reply-link:hover,
#comments .list-comments .comment-list li .content-comment .author span .comment-edit-link:hover {
	color: var(--thim-font_title-color);
	text-decoration: none
}

#comments .list-comments .comment-list li .comment-right {
	margin-top: 0
}

#comments .list-comments .comment-list li:first-child {
	border-top-color: transparent
}

#comments .list-comments .comment-list li .children li {
	border-top-color: #E7E7E7
}

#comments .list-comments .comment-list>li {
	list-style: none
}

#comments .list-comments .comment-list .content-comment ul {
	list-style: circle
}

#comments .list-comments .comment-list+.no-comments {
	margin-top: 15px
}

#comments .comments-title,
#comments #reply-title {
	margin-bottom: 30px
}

#comments .comment-respond .must-log-in a,
#comments .comment-respond .logged-in-as a {
	text-decoration: underline
}

#comments .comment-respond .comment-form {
	margin-left: -8px;
	margin-right: -8px;
	display: flex;
	flex-wrap: wrap
}

#comments .comment-respond .comment-form .logged-in-as a {
	color: var(--thim-body_primary_color)
}

#comments .comment-respond .comment-form .logged-in-as a:hover {
	text-decoration: underline
}

#comments .comment-respond .comment-form>p {
	padding-right: 8px;
	padding-left: 8px
}

#comments .comment-respond .comment-form>p label {
	margin-bottom: 15px;
	display: block
}

#comments .comment-respond .comment-form>p.comment-form-author,
#comments .comment-respond .comment-form>p.comment-form-email,
#comments .comment-respond .comment-form>p.comment-form-url {
	width: 50%;
	display: inline-block;
	margin-bottom: 16px
}

@media (max-width:575px) {

	#comments .comment-respond .comment-form>p.comment-form-author,
	#comments .comment-respond .comment-form>p.comment-form-email,
	#comments .comment-respond .comment-form>p.comment-form-url {
		width: 100%
	}
}

#comments .comment-respond .comment-form>p.comment-form-url {
	width: 100%
}

#comments .comment-respond .comment-form>p.comment-notes,
#comments .comment-respond .comment-form>p.comment-form-comment,
#comments .comment-respond .comment-form>p.form-submit {
	width: 100%;
	display: block
}

#comments .comment-respond .comment-form>p input[type=text],
#comments .comment-respond .comment-form>p input[type=email] {
	width: 100%;
	outline: none;
	border: 1px solid #DCDCDC
}

#comments .comment-respond .comment-form>p input[type=text]:focus,
#comments .comment-respond .comment-form>p input[type=email]:focus {
	border-color: var(--thim-body_primary_color)
}

#comments .comment-respond .comment-form textarea,
#comments .comment-respond .comment-form input[type=email],
#comments .comment-respond .comment-form input[type=text] {
	outline: none;
	box-shadow: none;
	font-size: var(--thim-font_body-font-size);
	color: black
}

#comments .comment-respond .comment-form textarea {
	width: 100%;
	display: block
}

#comments .comment-respond .comment-form input:focus,
#comments .comment-respond .comment-form textarea:focus {
	border: 1px solid var(--thim-body_primary_color)
}

#comments .comment-respond .comment-form input:-moz-placeholder,
#comments .comment-respond .comment-form textarea:-moz-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

#comments .comment-respond .comment-form input::-moz-placeholder,
#comments .comment-respond .comment-form textarea::-moz-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

#comments .comment-respond .comment-form input:-ms-input-placeholder,
#comments .comment-respond .comment-form textarea:-ms-input-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

#comments .comment-respond .comment-form input::-webkit-input-placeholder,
#comments .comment-respond .comment-form textarea::-webkit-input-placeholder {
	color: var(--thim-font_body-color);
	opacity: 1
}

#comments .comment-respond .comment-form input[type=submit]:focus,
#comments .comment-respond .comment-form input[type=button]:focus {
	border: 0
}

.content-single .entry-meta i {
	margin-right: 10px
}

.content-single .img-flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 25px
}

.content-single .img-flex img {
	width: 49%
}

.single-post .entry-heading {
	padding: 0 15px 14px;
	max-width: 880px;
	margin: auto;
	text-align: center
}

.single-post .entry-meta {
	justify-content: center
}

.single-post .entry-author img {
	max-width: 30px
}

@media (max-width:767px) {
	.single-post #breadcrumbs li:last-child {
		display: none
	}
}

.single-post .post .post-formats-wrapper img {
	width: 100%;
	border-radius: 10px
}

.single-post .post .entry-header h1.entry-title {
	font-size: var(--thim-font_h1-font-size);
	line-height: var(--thim-font_h1-line-height);
	font-weight: var(--thim-font_title-variant);
	margin-top: 0
}

.single-post .post .entry-header .entry-meta>span.meta-category a+a {
	margin-left: 3px;
	margin-right: 0
}

.entry-heading .meta-category {
	margin-bottom: 10px;
	display: inline-block
}

.entry-heading .meta-category a {
	font-size: var(--thim-font_body-font-size);
	font-weight: 500;
	color: var(--thim-font_body-color);
	margin-top: 5px;
	margin-bottom: 5px
}

.entry-heading .meta-category a:hover {
	color: var(--thim-body_primary_color)
}

.entry-heading .meta-category a:after {
	content: ",";
	display: inline-block;
	margin-right: 3px;
	margin-left: 0
}

.entry-heading .meta-category a:last-child::after {
	display: none
}

.entry-navigation-post {
	display: flex;
	flex-wrap: wrap;
	padding: 30px 0;
	margin-bottom: 30px;
	max-width: 850px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid var(--thim-border-color, #E0E0E0);
	border-bottom: 1px solid var(--thim-border-color, #E0E0E0)
}

.entry-navigation-post>div {
	width: 50%;
	display: flex;
	align-items: center
}

.entry-navigation-post>div.next-post {
	margin-left: auto;
	margin-right: 0
}

.entry-navigation-post>div a {
	display: block;
	width: 100%
}

.entry-navigation-post span {
	display: block;
	font-weight: 400
}

.entry-navigation-post a {
	position: relative;
	padding: 0 65px
}

.entry-navigation-post a i {
	font-size: var(--thim-font_body-font-size);
	width: 48px;
	height: 48px;
	border-radius: 50%;
	color: #1C1C1B;
	background-color: transparent;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	left: 0;
	right: auto;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.entry-navigation-post a:hover .post-title,
.entry-navigation-post a:focus .post-title {
	color: var(--thim-body_primary_color)
}

.entry-navigation-post a:hover i,
.entry-navigation-post a:focus i {
	background-color: var(--thim-body_primary_color);
	color: white;
	border-color: var(--thim-body_primary_color)
}

.entry-navigation-post .prev-post a {
	padding-right: 30px
}

.entry-navigation-post .next-post a {
	text-align: right;
	padding-left: 30px
}

.entry-navigation-post .next-post a i {
	left: auto;
	right: 0
}

.entry-navigation-post .heading {
	color: var(--thim-font_body-color);
	margin-bottom: 5px;
	font-weight: 400
}

.entry-navigation-post .post-title {
	color: var(--thim-font_title-color);
	font-size: 22px;
	font-weight: 700;
	line-height: 1.25;
	transition: 0.3s
}

.wp-block-image>*,
.wp-block-image figcaption {
	display: block !important
}

@media (max-width:1199px) {
	.single-post .entry-heading {
		padding: 20px 0
	}

	#comments .list-comments .comments-title {
		margin-bottom: 20px
	}

	#comments .list-comments .comment-list li .comment-right {
		margin-top: 0
	}

	#comments .comment-respond #reply-title {
		margin-bottom: 20px
	}

	#comments .comment-respond .comment-form textarea {
		padding: 15px
	}

	.wrapper-comment .comment-right .comment-extra-info div,
	.wrapper-comment .comment-right .content-comment {
		margin-top: 10px
	}

	.entry-navigation-post .post-title {
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis
	}

	.related-archive {
		padding-top: 30px
	}

	.related-archive .related-title {
		margin-bottom: 30px
	}

	.related-archive .content-inner .entry-content {
		padding: 20px 15px
	}
}

@media (max-width:767px) {
	.wrapper-comment img {
		width: 60px;
		height: 60px
	}

	.entry-navigation-post {
		padding: 15px 0;
		margin-bottom: 10px
	}

	.entry-navigation-post>div {
		width: 100%;
		padding: 15px 0
	}

	.entry-navigation-post .prev-post a {
		padding-right: 0;
		padding-left: 50px
	}

	.entry-navigation-post .next-post a {
		padding-left: 0;
		padding-right: 50px
	}

	.entry-navigation-post a i {
		width: 36px;
		height: 36px;
		font-size: 12px
	}

	.entry-navigation-post .post-title {
		font-size: 18px
	}
}

.blog-list .entry-meta {
	margin-bottom: 10px
}

.blog-list>article {
	position: relative;
	margin-bottom: 30px
}

@media (max-width:767px) {
	.blog-list>article {
		padding-bottom: 20px;
		margin-bottom: 20px
	}
}

.blog-list>article .entry-title {
	margin-bottom: 15px;
	font-weight: 600;
	font-size: var(--thim-font_h5-font-size);
	line-height: 1.556;
	word-break: break-word
}

.blog-list .content-inner {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
	background-color: white
}

.no-results.not-found {
	padding: 40px 30px;
	background-color: white
}

.no-results.not-found .page-content {
	text-align: center
}

@media (min-width:992px) {
	.no-results.not-found .page-content {
		max-width: 70%;
		margin: auto
	}
}

.no-results.not-found .page-content .page-title {
	margin-bottom: 15px
}

.no-results.not-found .page-content>p {
	margin-bottom: 30px
}

.no-results.not-found .search-form {
	display: flex;
	border: 0
}

.no-results.not-found .search-form .search-field {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	padding: 0 20px
}

.widget_search .wp-block-search__inside-wrapper .wp-block-search__button {
	background: var(--thim-body_primary_color);
	color: #fff;
	border: none;
	font-size: var(--thim-font_body-font-size);
	padding: 0 1em
}

.widget_search .wp-block-search__inside-wrapper .wp-block-search__button:hover {
	background: var(--thim-body_color_seconds)
}

.widget select {
	border: 1px solid #eaeaea;
	padding: 9px 15px;
	width: 100%;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 9px
}

.widget.widget_rss .rss-widget-icon {
	width: auto
}

.widget.widget_rss .widget-title a {
	display: inline-flex;
	margin: 0
}

.widget.widget_nav_menu .menu-item-has-children>ul.sub-menu>.menu-item-has-children:hover>.sub-menu {
	border: none;
	padding-left: 15px
}

.widget_calendar caption {
	padding-bottom: 10px
}

article.page ul>li,
article.page ol>li {
	line-height: 24px
}

article.page ol ol li:last-child,
article.page ul ul li:last-child,
article.page ol ul li:last-child {
	padding-bottom: 0;
	margin-bottom: 0
}

.toolbar [id*=monster-widget-placeholder],
.menu-right [id*=monster-widget-placeholder],
.footer-bottom-above [id*=monster-widget-placeholder],
.footer-bottom [id*=monster-widget-placeholder],
.header-right [id*=monster-widget-placeholder] {
	display: none !important
}

.single-post .post .content-single .wp-block-cover {
	margin-bottom: 15px;
	margin-right: 15px;
	color: white
}

.single-post .post .content-single .wp-block-button {
	margin-bottom: 15px;
	margin-right: 15px
}

.single-post .post .content-single .wp-block-button .wp-block-button__link {
	background-color: var(--thim-body_primary_color);
	border: 2px solid var(--thim-body_primary_color);
	color: #fff
}

.single-post .post .content-single .wp-block-button .wp-block-button__link:hover {
	background-color: black;
	border-color: black;
	color: white
}

.single-post .post .content-single .wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
	color: #000
}

.single-post .post .content-single .wp-block-button.is-style-outline .wp-block-button__link:hover {
	background-color: var(--thim-body_primary_color);
	color: #fff
}

.single-post .post .content-single .wp-block-gallery {
	margin-bottom: 15px
}

@media (min-width:768px) {
	.single-post .post .content-single .wp-block-gallery {
		margin-right: 15px
	}
}

.single-post .post .content-single p+.wp-block-gallery {
	margin-bottom: 0
}

.single-post .post .content-single .wp-block-quote {
	padding: 20px 30px
}

.single-post .post .content-single .is-large-text,
.single-post .post .content-single .has-large-font-size {
	line-height: var(--thim-font_h1-line-height)
}

.single-post .post .content-single .wp-block-archives select {
	border: 1px solid #eaeaea;
	padding: 8px;
	width: auto;
	cursor: pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 5px
}

.single-post .post .content-single .page-links>* {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7e7e7;
	margin: 2px;
	position: relative;
	font-weight: 500;
	font-size: 13px;
	color: black
}

.single-post .post .content-single .page-links>*::after {
	content: "";
	height: 3px;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: auto;
	transition: 0.3s
}

.single-post .post .content-single .page-links>*.current:after {
	background-color: var(--thim-body_primary_color)
}

.single-post .post .content-single .wp-block-pullquote {
	border: 0;
	padding: 0
}

.single-post .post .content-single dl dt+dd {
	margin-left: 30px
}

.single-post .post .content-single .gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%
}

.single-post .post .content-single .gallery-item img {
	width: 100%
}

.single-post .post .content-single .gallery-columns-2 .gallery-item {
	width: 50%
}

.single-post .post .content-single .gallery-columns-3 .gallery-item {
	width: 33.33%
}

.single-post .post .content-single .gallery-columns-4 .gallery-item {
	width: 25%
}

.single-post .post .content-single .gallery-columns-5 .gallery-item {
	width: 20%
}

.single-post #comments .list-comments {
	overflow: hidden
}

.single-post #comments .list-comments .wrapper-comment .comment-right li {
	border: 0;
	padding: 0 0 10px 0;
	margin: 0
}

.single-post #comments .list-comments .wrapper-comment .comment-right ol,
.single-post #comments .list-comments .wrapper-comment .comment-right ul li:last-child {
	padding: 0
}

.single-post #comments .list-comments .comment-list .children {
	margin-top: 0
}

@media (min-width:1200px) {
	.single-post #comments .list-comments .comment-list .children {
		margin-left: 100px
	}
}

.single-post #comments .list-comments .comment-list .children>li {
	padding: 0;
	list-style: none
}

.single-post #comments .list-comments .comment-list .children>li .wrapper-comment {
	padding: 10px 0
}

.single-post #comments .list-comments .comment-list .children>li:first-child {
	margin-top: 10px
}

.single-post #comments .list-comments .comment-list .children>li:last-child .wrapper-comment {
	padding-bottom: 0
}

.single-post #comments .list-comments .comment-list .comment-body {
	margin-bottom: 30px
}

.single-post #comments .list-comments .comment-list li {
	padding: 0 0 10px;
	margin: 0
}

.single-post #comments .list-comments .comment-list li+li {
	padding-top: 10px
}

.single-post #comments .list-comments .comment-list li:last-child {
	padding-bottom: 0
}

.page .page-links {
	clear: left
}

.page .page-links>* {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #e7e7e7;
	margin: 2px;
	position: relative;
	font-weight: 500;
	font-size: 13px;
	color: black;
	background-color: white
}

.page .page-links>*::after {
	content: "";
	height: 3px;
	width: 100%;
	background: transparent;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: auto;
	transition: 0.3s
}

.page .page-links>*.current:after {
	background-color: var(--thim-body_primary_color)
}

.page+.comments-area {
	margin-top: 40px
}

p>img {
	margin-top: 10px;
	margin-bottom: 10px
}

.content-comment>* {
	margin-bottom: 10px
}

pre {
	white-space: pre;
	overflow-x: auto
}

pre+p {
	margin-top: 15px
}

.entry-description td,
.entry-description th {
	text-align: center
}

.wp-block-image img {
	margin-bottom: 15px
}

.wp-block-latest-comments__comment-meta {
	line-height: 1.7
}

.blocks-gallery-caption {
	margin-bottom: 15px
}

[class*=wp-block-].has-background {
	background-color: unset !important
}

.wp-block-media-text+.wp-block-media-text {
	margin-bottom: 15px
}

.thim-ekits-menu__mobile__close {
	align-items: center;
	background-color: rgba(0, 0, 0, 0) !important;
	border: none;
	border-radius: 0;
	box-shadow: none;
	color: #222 !important;
	display: none;
	justify-content: center;
	max-width: none;
	outline: none;
	padding: 0;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 999;
	cursor: pointer
}

.thim-ekits-menu--mobile-open .thim-ekits-menu__mobile__close {
	display: flex;
	border: 1px solid #555;
	z-index: 1001
}

.site-footer .footer {
	max-width: var(--thim-body_container);
	margin: auto;
	display: flex;
	flex-wrap: wrap
}

.site-footer .footer .search-form .search-field {
	background: transparent
}

.widget_archive li,
.widget_categories li {
	text-align: right
}

.widget_archive li>a,
.widget_categories li>a {
	float: left
}

.widget_categories li>span::before,
.widget_categories li>span:after {
	display: inline-block
}

.widget_categories li>span::before {
	content: "("
}

.widget_categories li>span::after {
	content: ")"
}

@media (max-width:768px) {
	.navigation .width-navigation ul.menu>li>a {
		padding: 10px 0
	}

	.navigation .width-navigation ul.menu>li>a::after {
		content: none
	}
}

.wp-block-gallery.wp-block-gallery-1.wp-block-gallery-is-layout-flex {
	gap: 10px
}

.wp-block-gallery.wp-block-gallery-1.wp-block-gallery-is-layout-flex .wp-block-image img {
	margin-bottom: 0
}

.wp-block-gallery.columns-2.wp-block-gallery-is-layout-flex .wp-block-image {
	max-width: calc(50% - 5px)
}

.wp-block-group {
	margin-bottom: 20px
}

.wp-block-quote {
	margin-bottom: 20px;
	padding: 20px 50px;
	border-left: 3px solid var(--thim-body_primary_color);
	background: var(--thim-bg_input-global, #f1f3f4)
}

/*!--------------------------------------------------------------
9.0 - footer
----------------------------------------------------------------*/
footer#colophon {
	background: #F2F2F2;
	padding: 50px 0
}

footer#colophon .contact-footer li a {
	color: var(--thim-font_body-color);
	text-transform: none
}

footer#colophon .contact-footer li a:hover {
	color: var(--thim-body_primary_color)
}

.ct-social>a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	width: 40px;
	height: 40px;
	line-height: 40px
}

@media (min-width:768px) {
	.footer .footer-logo {
		margin-bottom: 9px
	}
}

.footer .contact-footer {
	margin: 0
}

.footer .contact-footer li {
	margin: 0;
	list-style: none;
	display: flex;
	align-items: flex-start;
	line-height: 1.6;
	font-size: var(--thim-font_body-font-size);
	font-weight: 400;
	color: var(--thim-font_body-color);
	padding: 0
}

.footer .contact-footer li+li {
	margin-top: 16px
}

.footer .contact-footer li i {
	line-height: 1.7;
	min-width: 22px;
	margin-right: 5px;
	margin-left: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.footer .mc4wp-form-fields {
	display: flex
}

@media (min-width:992px) and (max-width:1199px) {
	.footer .mc4wp-form-fields {
		flex-direction: column
	}
}

.footer .mc4wp-form-fields input[type=email] {
	width: 100%;
	border-radius: 10px 0 0 10px;
	border-color: var(--thim-border-color, #E0E0E0);
	padding: 11px 20px;
	border-right: 0
}

@media (min-width:992px) and (max-width:1199px) {
	.footer .mc4wp-form-fields input[type=email] {
		border-radius: 10px;
		text-align: center;
		border-right: 1px solid var(--thim-border-color, #E0E0E0)
	}
}

.footer .mc4wp-form-fields input[type=submit] {
	padding: 12px 20px;
	border-radius: 0 10px 10px 0;
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5;
	font-weight: 700;
	font-family: inherit
}

@media (min-width:992px) and (max-width:1199px) {
	.footer .mc4wp-form-fields input[type=submit] {
		border-radius: 10px;
		margin-top: 10px
	}
}

.footer .nav-menu li {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	padding: 0;
	margin: 0
}

.footer .nav-menu li+li {
	margin-top: 16px
}

.footer .nav-menu a {
	color: var(--thim-font_body-color)
}

.footer .nav-menu a:hover {
	color: var(--thim-body_primary_color)
}

.footer .title {
	margin-bottom: 24px;
	line-height: 32px
}

.footer .sub-title {
	margin-bottom: 24px
}

@media (min-width:768px) and (max-width:991px) {
	.footer .order-tb-1 {
		order: 1;
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.footer .order-tb-1>.row>* {
		margin-bottom: 30px
	}

	.footer .order-tb-1>.row>*:last-child {
		margin-bottom: 0
	}

	.footer .title {
		margin-bottom: 15px;
		line-height: var(--thim-font_h4-line-height)
	}

	.footer .nav-menu li+li,
	.footer .contact-footer li+li {
		margin-top: 8px
	}

	.footer .sub-title {
		margin-bottom: 15px
	}
}

/*!--------------------------------------------------------------
10.0 - features
----------------------------------------------------------------*/
.sk-rotating-plane {
	width: 40px;
	height: 40px;
	background-color: #333;
	margin: 40px auto;
	animation: sk-rotatePlane 1.2s infinite ease-in-out
}

@keyframes sk-rotatePlane {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}

	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}

	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg)
	}
}

.sk-double-bounce {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 40px auto
}

.sk-double-bounce .sk-child {
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.6;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-doubleBounce 2s infinite ease-in-out
}

.sk-double-bounce .sk-double-bounce2 {
	animation-delay: -1s
}

@keyframes sk-doubleBounce {

	0%,
	100% {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

.sk-wave {
	margin: 40px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px
}

.sk-wave .sk-rect {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;
	animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
	animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
	animation-delay: -1.3s
}

.sk-wave .sk-rect3 {
	animation-delay: -1.4s
}

.sk-wave .sk-rect4 {
	animation-delay: -1.5s
}

.sk-wave .sk-rect5 {
	animation-delay: -1.6s
}

@keyframes sk-waveStretchDelay {

	0%,
	40%,
	100% {
		transform: scaleY(0.4)
	}

	20% {
		transform: scaleY(1)
	}
}

.sk-wandering-cubes {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-wandering-cubes .sk-cube {
	background-color: #333;
	width: 10px;
	height: 10px;
	position: absolute;
	top: 0;
	left: 0;
	animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both
}

.sk-wandering-cubes .sk-cube2 {
	animation-delay: -0.9s
}

@keyframes sk-wanderingCube {
	0% {
		transform: rotate(0deg)
	}

	25% {
		transform: translateX(30px) rotate(-90deg) scale(0.5)
	}

	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg)
	}

	50.1% {
		transform: translateX(30px) translateY(30px) rotate(-180deg)
	}

	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5)
	}

	100% {
		transform: rotate(-360deg)
	}
}

.sk-spinner-pulse {
	width: 40px;
	height: 40px;
	margin: 40px auto;
	background-color: #333;
	border-radius: 100%;
	animation: sk-pulseScaleOut 1s infinite ease-in-out
}

@keyframes sk-pulseScaleOut {
	0% {
		transform: scale(0)
	}

	100% {
		transform: scale(1);
		opacity: 0
	}
}

.sk-chasing-dots {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	text-align: center;
	animation: sk-chasingDotsRotate 2s infinite linear
}

.sk-chasing-dots .sk-child {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #333;
	border-radius: 100%;
	animation: sk-chasingDotsBounce 2s infinite ease-in-out
}

.sk-chasing-dots .sk-dot2 {
	top: auto;
	bottom: 0;
	animation-delay: -1s
}

@keyframes sk-chasingDotsRotate {
	100% {
		transform: rotate(360deg)
	}
}

@keyframes sk-chasingDotsBounce {

	0%,
	100% {
		transform: scale(0)
	}

	50% {
		transform: scale(1)
	}
}

.sk-three-bounce {
	margin: 40px auto;
	width: 80px;
	text-align: center
}

.sk-three-bounce .sk-child {
	width: 20px;
	height: 20px;
	background-color: #333;
	border-radius: 100%;
	display: inline-block;
	animation: sk-three-bounce 1.4s ease-in-out 0s infinite both
}

.sk-three-bounce .sk-bounce1 {
	animation-delay: -0.32s
}

.sk-three-bounce .sk-bounce2 {
	animation-delay: -0.16s
}

@keyframes sk-three-bounce {

	0%,
	80%,
	100% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.sk-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-circle .sk-child {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-circle .sk-child:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	animation: sk-circleBounceDelay 1.2s infinite ease-in-out both
}

.sk-circle .sk-circle2 {
	transform: rotate(30deg)
}

.sk-circle .sk-circle3 {
	transform: rotate(60deg)
}

.sk-circle .sk-circle4 {
	transform: rotate(90deg)
}

.sk-circle .sk-circle5 {
	transform: rotate(120deg)
}

.sk-circle .sk-circle6 {
	transform: rotate(150deg)
}

.sk-circle .sk-circle7 {
	transform: rotate(180deg)
}

.sk-circle .sk-circle8 {
	transform: rotate(210deg)
}

.sk-circle .sk-circle9 {
	transform: rotate(240deg)
}

.sk-circle .sk-circle10 {
	transform: rotate(270deg)
}

.sk-circle .sk-circle11 {
	transform: rotate(300deg)
}

.sk-circle .sk-circle12 {
	transform: rotate(330deg)
}

.sk-circle .sk-circle2:before {
	animation-delay: -1.3s
}

.sk-circle .sk-circle3:before {
	animation-delay: -1.4s
}

.sk-circle .sk-circle4:before {
	animation-delay: -1.5s
}

.sk-circle .sk-circle5:before {
	animation-delay: -1.6s
}

.sk-circle .sk-circle6:before {
	animation-delay: -1.7s
}

.sk-circle .sk-circle7:before {
	animation-delay: -1.8s
}

.sk-circle .sk-circle8:before {
	animation-delay: -1.9s
}

.sk-circle .sk-circle9:before {
	animation-delay: -2s
}

.sk-circle .sk-circle10:before {
	animation-delay: -2.1s
}

.sk-circle .sk-circle11:before {
	animation-delay: -2.2s
}

.sk-circle .sk-circle12:before {
	animation-delay: -2.3s
}

@keyframes sk-circleBounceDelay {

	0%,
	80%,
	100% {
		transform: scale(0)
	}

	40% {
		transform: scale(1)
	}
}

.sk-cube-grid {
	width: 40px;
	height: 40px;
	margin: 40px auto
}

.sk-cube-grid .sk-cube {
	width: 33.33%;
	height: 33.33%;
	background-color: #333;
	float: left;
	animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out
}

.sk-cube-grid .sk-cube1 {
	animation-delay: 0.2s
}

.sk-cube-grid .sk-cube2 {
	animation-delay: 0.3s
}

.sk-cube-grid .sk-cube3 {
	animation-delay: 0.4s
}

.sk-cube-grid .sk-cube4 {
	animation-delay: 0.1s
}

.sk-cube-grid .sk-cube5 {
	animation-delay: 0.2s
}

.sk-cube-grid .sk-cube6 {
	animation-delay: 0.3s
}

.sk-cube-grid .sk-cube7 {
	animation-delay: 0s
}

.sk-cube-grid .sk-cube8 {
	animation-delay: 0.1s
}

.sk-cube-grid .sk-cube9 {
	animation-delay: 0.2s
}

@keyframes sk-cubeGridScaleDelay {

	0%,
	70%,
	100% {
		transform: scale3D(1, 1, 1)
	}

	35% {
		transform: scale3D(0, 0, 1)
	}
}

.sk-fading-circle {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative
}

.sk-fading-circle .sk-circle {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0
}

.sk-fading-circle .sk-circle:before {
	content: "";
	display: block;
	margin: 0 auto;
	width: 15%;
	height: 15%;
	background-color: #333;
	border-radius: 100%;
	animation: sk-circleFadeDelay 1.2s infinite ease-in-out both
}

.sk-fading-circle .sk-circle2 {
	transform: rotate(30deg)
}

.sk-fading-circle .sk-circle3 {
	transform: rotate(60deg)
}

.sk-fading-circle .sk-circle4 {
	transform: rotate(90deg)
}

.sk-fading-circle .sk-circle5 {
	transform: rotate(120deg)
}

.sk-fading-circle .sk-circle6 {
	transform: rotate(150deg)
}

.sk-fading-circle .sk-circle7 {
	transform: rotate(180deg)
}

.sk-fading-circle .sk-circle8 {
	transform: rotate(210deg)
}

.sk-fading-circle .sk-circle9 {
	transform: rotate(240deg)
}

.sk-fading-circle .sk-circle10 {
	transform: rotate(270deg)
}

.sk-fading-circle .sk-circle11 {
	transform: rotate(300deg)
}

.sk-fading-circle .sk-circle12 {
	transform: rotate(330deg)
}

.sk-fading-circle .sk-circle2:before {
	animation-delay: -1.3s
}

.sk-fading-circle .sk-circle3:before {
	animation-delay: -1.4s
}

.sk-fading-circle .sk-circle4:before {
	animation-delay: -1.5s
}

.sk-fading-circle .sk-circle5:before {
	animation-delay: -1.6s
}

.sk-fading-circle .sk-circle6:before {
	animation-delay: -1.7s
}

.sk-fading-circle .sk-circle7:before {
	animation-delay: -1.8s
}

.sk-fading-circle .sk-circle8:before {
	animation-delay: -1.9s
}

.sk-fading-circle .sk-circle9:before {
	animation-delay: -2s
}

.sk-fading-circle .sk-circle10:before {
	animation-delay: -2.1s
}

.sk-fading-circle .sk-circle11:before {
	animation-delay: -2.2s
}

.sk-fading-circle .sk-circle12:before {
	animation-delay: -2.3s
}

@keyframes sk-circleFadeDelay {

	0%,
	39%,
	100% {
		opacity: 0
	}

	40% {
		opacity: 1
	}
}

.sk-folding-cube {
	margin: 40px auto;
	width: 40px;
	height: 40px;
	position: relative;
	transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
	float: left;
	width: 50%;
	height: 50%;
	position: relative;
	transform: scale(1.1)
}

.sk-folding-cube .sk-cube:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	animation: sk-foldCubeAngle 2.4s infinite linear both;
	transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
	transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube3 {
	transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube4 {
	transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube2:before {
	animation-delay: 0.3s
}

.sk-folding-cube .sk-cube3:before {
	animation-delay: 0.6s
}

.sk-folding-cube .sk-cube4:before {
	animation-delay: 0.9s
}

@keyframes sk-foldCubeAngle {

	0%,
	10% {
		transform: perspective(140px) rotateX(-180deg);
		opacity: 0
	}

	25%,
	75% {
		transform: perspective(140px) rotateX(0deg);
		opacity: 1
	}

	90%,
	100% {
		transform: perspective(140px) rotateY(180deg);
		opacity: 0
	}
}

#thim-preloading {
	position: fixed;
	z-index: 999999;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: var(--thim-theme_feature_preloading_style-background)
}

#thim-preloading .sk-folding-cube .sk-cube:before,
#thim-preloading .sk-rotating-plane,
#thim-preloading .sk-spinner-pulse,
#thim-preloading .sk-three-bounce .sk-child,
#thim-preloading .sk-wandering-cubes .sk-cube,
#thim-preloading .sk-cube-grid .sk-cube,
#thim-preloading .sk-double-bounce .sk-child,
#thim-preloading .sk-fading-circle .sk-circle:before,
#thim-preloading .sk-circle .sk-child:before,
#thim-preloading .sk-chasing-dots .sk-child,
#thim-preloading .sk-wave .sk-rect {
	background-color: var(--thim-theme_feature_preloading_style-color)
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: 0.8;
	filter: alpha(opacity=80)
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	position: fixed;
	outline: none !important
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #cccccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -0.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #cccccc
}

.mfp-preloader a:hover {
	color: white
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-close,
button.mfp-arrow {
	overflow: visible;
	cursor: pointer;
	background: transparent;
	border: 0;
	appearance: none;
	-webkit-appearance: none;
	display: block;
	outline: none;
	padding: 0;
	z-index: 1046;
	-webkit-box-shadow: none;
	box-shadow: none
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: 0.65;
	filter: alpha(opacity=65);
	padding: 0 0 18px 10px;
	color: white;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:hover,
.mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333333
}

.mfp-image-holder .mfp-close,
.mfp-inline-holder .mfp-close {
	color: #fff;
	right: 0;
	text-align: center;
	padding-right: 0;
	top: 0 !important;
	width: 32px;
	height: 32px;
	line-height: 32px
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #cccccc;
	font-size: 12px;
	line-height: 18px
}

.mfp-arrow {
	position: absolute;
	opacity: 0.65;
	filter: alpha(opacity=65);
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:hover,
.mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100)
}

.mfp-arrow:before,
.mfp-arrow:after,
.mfp-arrow .mfp-b,
.mfp-arrow .mfp-a {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after,
.mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before,
.mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after,
.mfp-arrow-left .mfp-a {
	border-right: 17px solid white;
	margin-left: 31px
}

.mfp-arrow-left:before,
.mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after,
.mfp-arrow-right .mfp-a {
	border-left: 17px solid white;
	margin-left: 39px
}

.mfp-arrow-right:before,
.mfp-arrow-right .mfp-b {
	border-left: 27px solid #3f3f3f
}

.mfp-inline-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-inline-holder .mfp-content {
	width: 100%;
	max-width: 900px;
	max-height: 800px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
	overflow: hidden;
	overflow-y: auto
}

.mfp-inline-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 60%
}

.mfp-iframe-scaler #content {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #fff
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 0 40px;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width:800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width:900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 15px;
		padding-right: 15px
	}
}

.mfp-ie7 .mfp-img {
	padding: 0
}

.mfp-ie7 .mfp-bottom-bar {
	width: 600px;
	left: 50%;
	margin-left: -300px;
	margin-top: 5px;
	padding-bottom: 5px
}

.mfp-ie7 .mfp-container {
	padding: 0
}

.mfp-ie7 .mfp-content {
	padding-top: 44px
}

.mfp-ie7 .mfp-close {
	top: 0;
	right: 0;
	padding-top: 0
}

.mfp-fade.mfp-bg {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-bg.mfp-ready {
	opacity: 0.8
}

.mfp-fade.mfp-bg.mfp-removing {
	opacity: 0
}

.mfp-fade.mfp-wrap .mfp-content {
	opacity: 0;
	-webkit-transition: all 0.15s ease-out;
	-moz-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
	opacity: 1
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
	opacity: 0
}

.mfp-content #content.quickview {
	height: auto;
	background: #fff
}

#back-to-top {
	width: 48px;
	height: 48px;
	line-height: 48px;
	position: fixed;
	bottom: 50px;
	right: 50px;
	border-radius: var(--thim-border-radius-large);
	cursor: pointer;
	-webkit-transition: all 0.3s;
	-khtml-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	text-align: center;
	-webkit-transform: translateY(100px);
	-moz-transform: translateY(100px);
	-ms-transform: translateY(100px);
	-o-transform: translateY(100px);
	background-color: var(--thim-body_primary_color);
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	visibility: hidden;
	opacity: 0;
	z-index: -1;
	border: 3px solid var(--thim-body_primary_color)
}

#back-to-top:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

#back-to-top.scrolldown {
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-o-transform: translateY(0px);
	visibility: visible;
	opacity: 1;
	z-index: 1000
}

#back-to-top.scrollup {
	visibility: hidden;
	opacity: 0;
	z-index: -1
}

#back-to-top i {
	z-index: 999;
	font-size: var(--thim-font_body-font-size);
	transform: rotate(180deg);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

@media (max-width:1440px) {
	#back-to-top {
		right: 16px;
		bottom: 54px;
		padding: 11px 8px;
		width: 36px;
		height: 36px;
		line-height: 36px;
		border-width: 2px
	}

	#back-to-top i {
		margin: 0;
		font-size: 12px
	}
}

@media (max-width:767px) {
	#back-to-top {
		bottom: 70px
	}
}

/*!--------------------------------------------------------------
11.0 - typography
----------------------------------------------------------------*/
body {
	font-family: var(--thim-font_body-font-family);
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	letter-spacing: var(--thim-font_body-letter-spacing);
	color: var(--thim-font_body-color);
	text-transform: var(--thim-font_body-text-transform);
	font-weight: var(--thim-font_body-variant);
	-webkit-font-smoothing: antialiased
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: var(--thim-font_title-font-family);
	color: var(--thim-font_title-color);
	font-weight: var(--thim-font_title-variant)
}

h1 {
	font-size: var(--thim-font_h1-font-size);
	line-height: var(--thim-font_h1-line-height);
	text-transform: var(--thim-font_h1-text-transform)
}

h2 {
	font-size: var(--thim-font_h2-font-size);
	line-height: var(--thim-font_h2-line-height);
	text-transform: var(--thim-font_h2-text-transform)
}

h3 {
	font-size: var(--thim-font_h3-font-size);
	line-height: var(--thim-font_h3-line-height);
	text-transform: var(--thim-font_h3-text-transform)
}

h4 {
	font-size: var(--thim-font_h4-font-size);
	line-height: var(--thim-font_h4-line-height);
	text-transform: var(--thim-font_h4-text-transform)
}

h5 {
	font-size: var(--thim-font_h5-font-size);
	line-height: var(--thim-font_h5-line-height);
	text-transform: var(--thim-font_h5-text-transform)
}

h6 {
	font-size: var(--thim-font_h6-font-size);
	line-height: var(--thim-font_h6-line-height);
	text-transform: var(--thim-font_h6-text-transform)
}

a {
	color: var(--thim-font_title-color);
	text-decoration: none;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

a:hover {
	color: var(--thim-body_primary_color)
}

/*!--------------------------------------------------------------
12.0 - thim realstate
----------------------------------------------------------------*/
:root {
	--thim-padding-advanced-search-field: 11px 20px;
	--thim-advs-field-border-color: var(--thim-border-color, #E0E0E0);
	--thim-advanced-seaarch-field-border-radius: 10px;
	--thim-advs-field-background-color: white;
	--thim-advs-field-border-color-hover: var(--thim-body_primary_color);
	--thim-advs-field-color-hover: var(--thim-body_primary_color);
	--thim-advs-field-color: var(--thim-font_body-color);
	--thim-spacing-input-and-button: 8px;
	--realpress-space-item: 11px
}

.realpress-container,
.realpress-porperty-media-section {
	max-width: var(--thim-body_container)
}

.realpress-sort-by .ts-wrapper .ts-control,
.realpress-sort-by .ts-wrapper.single.input-active .ts-control {
	color: var(--thim-font_body-color);
	font-size: var(--thim-font_body-font-size);
	height: 40px;
	line-height: 40px;
	padding: 0 !important
}

.realpress-sort-by .ts-wrapper .ts-control::after,
.realpress-sort-by .ts-wrapper.single.input-active .ts-control::after {
	content: "\e917";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	line-height: inherit !important;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 0;
	color: #8A8A8A;
	transition: 0.3s
}

.realpress-sort-by .ts-wrapper .ts-control:hover,
.realpress-sort-by .ts-wrapper.single.input-active .ts-control:hover {
	color: var(--thim-body_primary_color)
}

.realpress-sort-by .ts-wrapper .ts-control:hover:after,
.realpress-sort-by .ts-wrapper.single.input-active .ts-control:hover:after {
	color: var(--thim-body_primary_color)
}

.realpress-control-group .realpress-item-switch-view {
	*margin: 0;
	display: none;
}

.realpress-control-group .realpress-item-switch-view>li {
	margin: 0;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	border-radius: 10px;
	color: var(--thim-font_body-color)
}

.realpress-control-group .realpress-item-switch-view>li.active {
	border-color: var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.realpress-control-group .realpress-item-switch-view>li+li {
	margin-left: 5px
}

.sidebar-left-content .realpress-container>.row {
	flex-direction: row-reverse
}

.realpress-load-more-btn a {
	background-color: var(--thim-body_primary_color);
	color: white;
	border-radius: var(--thim-border-radius-small);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 30px
}

.realpress-load-more-btn a:hover {
	background-color: var(--thim-body_color_seconds)
}

.realpress-advanced-search {
	position: relative
}

.realpress-advanced-search .realpress-search-field .content-section {
	padding: 12px 20px;
	border-radius: 10px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843)
}

.realpress-advanced-search .realpress-search-field .content-section label {
	color: #1C1C1B
}

.realpress-advanced-search .realpress-search-field .content-section>div:last-of-type {
	padding-bottom: 0
}

.realpress-advanced-search .realpress-search-field .content-section>ul {
	gap: 10px;
	flex-wrap: wrap
}

.realpress-advanced-search .realpress-search-field .content-section>ul>li {
	width: 40px;
	height: 40px;
	min-width: 40px;
	line-height: 40px;
	padding: 0;
	flex: unset;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.realpress-advanced-search .realpress-search-field .content-section>ul>li.active {
	color: var(--thim-body_primary_color)
}

@media (min-width:1200px) {
	.realpress-advanced-search .realpress-search-field .content-section>ul>li {
		border: 1px solid var(--thim-border-color, #E0E0E0) !important
	}
}

.realpress-advanced-search .realpress-search-field button[type=button] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse
}

.realpress-advanced-search .realpress-search-field button[type=button]:before {
	content: "\e917";
	float: right;
	font-size: 10px;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle
}

@media (min-width:1320px) {
	.realpress-advanced-search .realpress-search-field {
		flex-basis: unset;
		min-width: 11.333%
	}

	.realpress-advanced-search .realpress-search-field.keyword,
	.realpress-advanced-search .realpress-search-field.price {
		min-width: 31.44%
	}
}

@media (max-width:1199px) {
	.realpress-advanced-search .realpress-search-field {
		flex-basis: 33.33%
	}
}

.realpress-advanced-search .ts-wrapper.single .ts-control {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: row-reverse
}

.realpress-advanced-search .ts-wrapper.single .ts-control:before {
	content: "\e917";
	float: right;
	font-size: 10px;
	margin-left: 5px;
	margin-right: 0;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle
}

.realpress-advanced-search .ts-wrapper.single .ts-control input {
	font-size: inherit
}

.realpress-advanced-search .toggle-button,
.realpress-advanced-search .realpress-reset {
	font-size: 0;
	width: 64px;
	height: 48px;
	line-height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 10px;
	transition: 0.3s;
	margin: 8px
}

@media (max-width:1319px) {

	.realpress-advanced-search .toggle-button,
	.realpress-advanced-search .realpress-reset {
		width: 48px
	}
}

.realpress-advanced-search .toggle-button:before,
.realpress-advanced-search .realpress-reset:before {
	font-size: var(--thim-font_body-font-size);
	color: #8A8A8A;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	transition: 0.3s
}

.realpress-advanced-search .toggle-button:hover,
.realpress-advanced-search .realpress-reset:hover {
	background-color: var(--thim-body_primary_color);
	border-color: var(--thim-body_primary_color);
	color: white
}

.realpress-advanced-search .toggle-button:hover::before,
.realpress-advanced-search .realpress-reset:hover::before {
	color: white
}

.realpress-advanced-search .toggle-button {
	color: #8A8A8A
}

.realpress-advanced-search .realpress-reset::before {
	content: "\e91e"
}

.realpress-advanced-search .realpress-search {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 10px;
	height: 48px;
	padding: 12px 36px;
	border: 1px solid var(--thim-body_primary_color);
	background-color: var(--thim-body_primary_color);
	color: white;
	margin: 8px;
	font-weight: 700;
	line-height: 1;
	font-family: inherit
}

.realpress-advanced-search .realpress-search i {
	display: none
}

.realpress-advanced-search .realpress-search:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

@media (max-width:1319px) {
	.realpress-advanced-search .realpress-search {
		padding: 12px 24px
	}
}

.realpress-advanced-search .realpress-search-toggle-fields .realpress-search-field {
	flex-basis: 33.33%
}

@media (max-width:850px) {
	.realpress-advanced-search .realpress-search-toggle-fields .realpress-search-field {
		flex-basis: 50%
	}
}

@media (max-width:767px) {
	.realpress-advanced-search .realpress-search-toggle-fields .realpress-search-field {
		flex-basis: 100%
	}
}

.realpress-advanced-search .price-slider .title {
	bottom: var(--thim-spacing-input-and-button, 0px)
}

.realpress-search-toggle-fields {
	padding: 30px;
	margin-top: 16px;
	background-color: #F2F2F2;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.realpress-search-field ul {
	margin: 0
}

.realpress-search-field ul li {
	margin: 0
}

.realpress-search-field .content-section .apply {
	display: none
}

.realpress-search-field .content-section input[type=checkbox] {
	margin-right: 12px;
	margin-left: 0
}

.realpress-property-item {
	position: relative
}

.realpress-property-item::before {
	content: "";
	position: absolute;
	top: -1px;
	bottom: -1px;
	left: 14px;
	right: 14px;
	background-color: transparent;
	pointer-events: none;
	box-shadow: 0px 1px 10px 0px transparent;
	transition: 0.3s;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

@media (max-width:1199px) {
	.realpress-property-item::before {
		left: 7px;
		right: 7px
	}
}

.realpress-property-item:hover::before {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1019607843)
}

.realpress-property-item .realpress-property-header {
	overflow: hidden;
	flex: unset !important;
	height: auto !important;
	border-radius: 10px 10px 0 0
}

.realpress-property-item .realpress-property-header a {
	display: block;
	height: 100%
}

.realpress-property-item .realpress-property-header img {
	transition: 0.3s
}

@media (min-width:1200px) {
	.realpress-property-item .realpress-property-header img {
		max-height: 274px
	}
}

.realpress-property-item .realpress-property-header:hover img {
	transform: scale(1.05)
}

.realpress-property-item .realpress-property-item-status {
	left: 12px;
	right: auto;
	top: 12px
}

.realpress-property-item .realpress-property-body {
	padding: 30px;
	border-radius: 0 0 10px 10px;
	border: 0;
	flex-direction: column;
	position: static
}

@media (max-width:1199px) {
	.realpress-property-item .realpress-property-body {
		padding: 30px 15px 15px
	}
}

.realpress-property-item .realpress-groups-button-wrapper {
	display: inline-flex !important;
	top: 0;
	padding: 12px;
	right: 15px;
	left: auto;
	bottom: unset;
	opacity: 0;
	visibility: hidden;
	transition: none;
	flex-direction: column-reverse;
	transition: 0.3s
}

.realpress-property-item .realpress-groups-button-wrapper>* {
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
	font-size: 16px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: rgba(0, 0, 0, 0.2);
	color: white;
	margin: 0
}

.realpress-property-item .realpress-groups-button-wrapper>*:hover,
.realpress-property-item .realpress-groups-button-wrapper>*.active {
	color: white;
	background-color: var(--thim-body_primary_color)
}

.realpress-property-item .realpress-groups-button-wrapper>*.realpress-property-compare {
	margin-top: 8px
}

.realpress-property-item .realpress-property-item-title {
	margin-bottom: 12px
}

.realpress-property-item .realpress-property-item-title a {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700
}

.realpress-property-item .realpress-property-item-title a:hover {
	color: var(--thim-body_primary_color)
}

.realpress-property-item .realpress-address-name {
	margin-bottom: 12px
}

.realpress-property-item .realpress-property-item-meta {
	margin: 0;
	gap: 0
}

.realpress-property-item .realpress-property-item-meta li {
	list-style: none;
	margin: 0;
	margin-right: 30px;
	margin-bottom: 10px;
	padding-right: 30px;
	padding-left: 0;
	border-right: 1px solid var(--thim-border-color, #E0E0E0);
	font-size: var(--thim-font_body-font-size);
	flex: auto
}

.realpress-property-item .realpress-property-item-meta li:last-child {
	margin-right: 0;
	padding-right: 0;
	border-right: 0
}

.realpress-property-item .realpress-property-item-meta li i {
	font-size: 22px;
	line-height: 20px;
	color: #bababa
}

.realpress-property-item .realpress-property-item-meta li i.rp-bath {
	font-size: 24px
}

.realpress-property-item .realpress-address-name {
	display: inline;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 24px;
	text-indent: -3px
}

.realpress-property-item .realpress-address-name i {
	font-size: 24px;
	line-height: 1;
	vertical-align: bottom;
	color: #bababa
}

.realpress-property-item .realpress-group-price-meta {
	margin-top: 10px;
	padding-top: 20px;
	border-top: 1px solid var(--thim-border-color, #E0E0E0);
	align-items: center
}

.realpress-property-item .realpress-formated-price {
	font-size: 28px;
	font-weight: 900;
	color: var(--thim-body_primary_color)
}

.realpress-property-item .btn-view {
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	color: var(--thim-body_primary_color);
	padding: 10px 16px;
	border-radius: 10px;
	border: 1px solid var(--thim-body_primary_color)
}

.realpress-property-item .btn-view:hover {
	background-color: var(--thim-body_primary_color);
	color: white
}

.realpress-property-item:hover .realpress-groups-button-wrapper {
	opacity: 1;
	visibility: visible
}

.realpress-archive-property {
	margin-bottom: 40px
}

.realpress-archive-property .realpress-control-group {
	margin-bottom: 32px
}

.realpress-archive-property .realpress-sort-by {
	margin-right: 16px
}

.realpress-archive-property .realpress-archive-property-content {
	margin-top: 60px
}

@media (max-width:767px) {
	.realpress-archive-property .realpress-archive-property-content {
		margin-top: 40px
	}
}

.realpress-archive-property .top_heading_realpress+* .realpress-archive-property-content {
	margin-top: 0
}

.realpress-archive-property .col-md-9 .realpress-property-container[data-grid-col="3"]>div {
	max-width: 50%
}

@media (max-width:575px) {
	.realpress-archive-property .col-md-9 .realpress-property-container[data-grid-col="3"]>div {
		max-width: 100%
	}
}

.realpresss-load-more .realpress-load-more-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.realpresss-load-more .realpress-load-more-btn a {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5;
	border-radius: 10px;
	background-color: var(--thim-body_primary_color);
	color: white;
	padding: 12px 20px;
	font-weight: 700
}

.realpresss-load-more .realpress-load-more-btn a:hover {
	background-color: var(--thim-body_color_seconds)
}

[data-grid-col="1"] .realpress-property-item-meta {
	flex-direction: row;
	padding: 0;
	justify-content: flex-start;
	border: 0;
	max-width: 100%
}

[data-grid-col="1"] .realpress-property-item-meta li {
	flex: unset
}

[data-grid-col="1"] .realpress-group-price-meta {
	margin-top: 20px
}

[data-grid-col="1"] .realpress-groups-button-wrapper {
	bottom: unset !important;
	top: 30px
}

[data-grid-col="1"] .realpress-property-item-title,
[data-grid-col="1"] .realpress-address-name {
	padding-right: 60px;
	padding-left: 0
}

[data-grid-col="1"] .realpress-property-body {
	border-radius: 0 10px 10px 0
}

[data-grid-col="1"] .realpress-property-header {
	border-radius: 10px 0 0 10px
}

@media (min-width:992px) {
	[data-grid-col="1"] .realpress-property-body {
		max-width: calc(100% - 410px)
	}

	[data-grid-col="1"] .realpress-property-header {
		max-width: 410px
	}
}

@media (max-width:1199px) {
	.realpress-archive-property-content .realpress-load-more {
		margin-top: 15px
	}
}

.realpress-rating-stars i {
	font-family: "rp-fonticon" !important
}

.realpress-single-property-header {
	align-items: flex-start;
	margin-bottom: 40px
}

.realpress-property-title h1 {
	font-size: var(--thim-font_h1-font-size);
	font-weight: var(--thim-font_title-variant)
}

.realpress-property-item-status a {
	padding: 9px 8px;
	font-size: 14px;
	line-height: 10px;
	text-transform: capitalize;
	font-weight: 400;
	border-radius: 4px
}

.realpress-property-header-left {
	border-right: 0
}

.realpress-group-status-rating .realpress-rating+div {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6
}

.realpress-rating .realpress-rating-stars .star {
	font-size: 12px
}

.realpress-group-address-date {
	font-size: var(--thim-font_body-font-size)
}

.realpress-group-address-date>span>i {
	font-size: 24px;
	color: #8A8A8A;
	margin-right: 5px;
	margin-left: 0
}

.realpress-property-header-right {
	text-align: right
}

.realpress-property-header-right .realpress-property-item-price {
	font-size: 40px;
	font-weight: 700;
	line-height: 1.5;
	color: var(--thim-body_primary_color);
	margin-bottom: 10px
}

.realpress-property-header-right .realpress-text-after-price {
	font-size: 32px;
	font-weight: 500
}

.realpress-property-header-right .realpress-area-size {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	font-weight: 400
}

.realpress-single-property-content>div {
	padding: 0
}

.realpress-single-property-content>div,
.realpress-porperty-media-section,
#realpress-property-review-form,
.realpress-property-review-wrap {
	margin-bottom: 60px
}

.realpress-single-property-content>div:last-child {
	margin-bottom: 0
}

.realpress-similar-property:not(.slick-initialized) {
	margin: 0
}

.realpress-thumbnails ul,
.realpress-overview ul,
.realpress-detail-section ul {
	margin: 0
}

.realpress-thumbnails ul li,
.realpress-overview ul li,
.realpress-detail-section ul li {
	margin: 0;
	list-style: none
}

.single-realpress-property .thim-gallery-thumbnails {
	max-height: unset
}

.single-realpress-property .realpress-thumbnails {
	display: flex;
	justify-content: space-between
}

.single-realpress-property .realpress-thumbnails .first-gallery {
	display: block;
	max-width: 50%;
	width: 100%;
	margin: 0;
	border-radius: 4px;
	overflow: hidden
}

.single-realpress-property .realpress-thumbnails .first-gallery li {
	margin: 0;
	list-style: none;
	display: flex;
	height: 100%
}

.single-realpress-property .realpress-thumbnails .first-gallery a {
	width: 100%;
	display: block
}

.single-realpress-property .realpress-thumbnails .first-gallery img {
	width: 100%;
	min-height: 100%;
	max-height: 700px;
	display: block;
	max-width: unset
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails {
	max-width: calc(50% - 10px);
	width: 100%;
	position: relative;
	flex-wrap: wrap;
	gap: 10px;
	flex: 1
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li {
	margin: 0;
	list-style: none;
	max-width: calc(50% - 5px);
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
	overflow: hidden
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li a {
	display: block;
	height: 100%;
	border-radius: 4px;
	overflow: hidden
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li a img {
	width: 100%;
	height: 100%;
	object-fit: cover
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more a {
	position: relative;
	display: block
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more .count {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	top: 0;
	font-size: 24px;
	line-height: 34px;
	text-transform: uppercase;
	color: white;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.05) 0%, rgba(0, 0, 0, 0.5) 100%);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	pointer-events: none
}

@media (min-width:768px) and (max-width:1199px) {
	.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more .count {
		font-size: var(--thim-font_body-font-size)
	}
}

.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more .count span {
	font-size: 30px;
	line-height: 1;
	font-weight: 700;
	padding: 16px 20px;
	border-radius: 10px;
	background: rgba(37, 75, 134, 0.5)
}

@media (max-width:767px) {
	.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails {
		margin: 0 -5px;
		max-width: unset;
		width: auto;
		gap: 0;
		margin-top: 10px
	}

	.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li {
		max-width: 25%;
		padding: 0 5px
	}

	.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more span {
		font-size: 0.8rem;
		line-height: 1.3
	}
}

.single-realpress-property .realpress-overview {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	padding: 30px;
	border-radius: 10px
}

.realpress-single-property-content .realpress-title-oveview .realpress-title-section {
	width: auto;
	margin-bottom: 0;
	border-bottom: none
}

.realpress-single-property-content .realpress-property-id {
	color: #1C1C1E
}

.realpress-title-section,
.realpress-review-form-title,
.review-title {
	border: 0
}

.realpress-title-section h2,
.realpress-review-form-title h2,
.review-title h2 {
	padding-bottom: 0
}

.realpress-title-section h2:after,
.realpress-review-form-title h2:after,
.review-title h2:after {
	display: none
}

.realpress-title-oveview {
	align-items: center
}

.single-realpress-property .mfp-image-holder .mfp-content {
	max-width: var(--thim-body_container)
}

.realpress-information .content-info .realpress-title-section {
	*display: none
}

.realpress-information .content-info>* {
	padding: 30px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 10px
}

.realpress-information .content-info>*+* {
	margin-top: 24px
}

.realpress-information .content-info>.realpress-detail-section {
	padding-top: 10px;
	padding-bottom: 10px
}

.realpress-information .content-info .realpress-detail-list {
	row-gap: 0;
	position: relative;
	margin: 0
}

.realpress-information .content-info .realpress-detail-list>li {
	flex-basis: 25%;
	padding-top: 20px;
	*padding-right: 10px;
	padding-left: 20px;
	margin: 0;
	display: flex;
	flex-direction: column
}

.realpress-information .content-info .realpress-detail-list>li>* {
	font-size: 18px;
	line-height: 1.6;
	font-weight: 500;
	color:;
}

.realpress-information .content-info .realpress-detail-list:after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: white
}

.realpress-information .content-info .realpress-detail-list .realpress-item-title {
	margin-bottom: 10px
}

.realpress-information .content-info .realpress-detail-list .realpress-item-title+* {
	color: #555
}

.realpress-features-section ul,
.realpress-map-section ul {
	margin: 0
}

.realpress-features-section ul li,
.realpress-map-section ul li {
	margin: 0;
	list-style: none
}

.widget_realpress_mortgage_calculator .realpress_mortgage_calculator_wrapper>label input {
	border-width: 1px
}

.realpress-features-section ul {
	gap: 0px
}

.realpress-features-section ul>li {
	width: calc(100% - 15px)
}

.realpress-features-section ul>li i {
	font-size: 6px;
	min-width: 16px;
	width: 16px;
	height: 16px;
	line-height: 16px;
	background-color: var(--thim-body_primary_color)
}

.realpress-property-overview-data li .title {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	font-weight: 400
}

.realpress-property-overview-data li span+span {
	color: #1C1C1E;
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700;
	margin-top: 0
}

.realpress-property-overview-data li i {
	color: #bababa;
	font-size: 24px
}

.realpress-property-overview-data li i.rp-calendar {
	font-size: 22px
}

.thim-custom-review .realpress-review-image img {
	max-width: 64px;
	height: 64px
}

.thim-custom-review .realpress-property-review-header {
	display: flex;
	align-items: flex-start;
	margin: 0
}

.thim-custom-review .realpress-property-review-header a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: auto;
	padding: 12px 20px;
	color: white;
	font-size: var(--thim-font_body-font-size);
	font-weight: 700;
	line-height: 24px;
	background-color: var(--thim-body_primary_color);
	border-radius: 10px;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.thim-custom-review .realpress-property-review-header a:hover,
.thim-custom-review .realpress-property-review-header a:focus {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.thim-custom-review .realpress-property-review-header .realpress-review {
	margin-left: 10px;
	margin-right: 10px
}

.thim-custom-review .realpress-property-review-header .realpress-review-heading {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	font-weight: 400
}

.thim-custom-review .realpress-review>div+div {
	display: none
}

.thim-custom-review .head-review {
	margin-right: auto
}

.thim-custom-review .review-title {
	margin-bottom: 12px
}

.thim-custom-review .thim-review-info {
	width: 100%;
	display: flex;
	align-items: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 24px
}

.thim-custom-review .thim-review-info .realpress-rating {
	margin: 0
}

.thim-custom-review .thim-review-info .realpress-rating-label {
	margin-bottom: 12px;
	color: var(--thim-body_color_third)
}

.thim-custom-review .thim-review-info .average-review {
	font-size: 22px;
	line-height: 1.25;
	font-weight: 700
}

.thim-custom-review .realpress-property-review-content {
	width: 100%;
	display: flex;
	justify-content: space-between
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form {
	display: none
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form.open {
	display: block;
	position: fixed;
	max-width: 540px;
	z-index: 9999;
	top: 50%;
	left: 50%;
	right: auto;
	transform: translate(-50%, -50%);
	padding: 30px;
	border-radius: 10px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.05)
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form i {
	position: absolute;
	top: 20px;
	right: 30px;
	left: auto;
	font-size: 21px;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	color: #8E8E93
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form i:hover {
	color: var(--thim-body_primary_color)
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form .realpress-review-form-field label {
	font-size: var(--thim-font_body-font-size);
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 20px;
	color: #1C1C1E
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form .realpress-review-form-field select,
.thim-custom-review .realpress-property-review-content #realpress-property-review-form .realpress-review-form-field textarea {
	border: 1px solid var(--thim-border-color, #E0E0E0) !important
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form .realpress-review-form-field:last-of-type {
	margin-top: 10px
}

.thim-custom-review .realpress-property-review-content #realpress-property-review-form form .failed,
.thim-custom-review .realpress-property-review-content #realpress-property-review-form form .success {
	margin-bottom: 20px
}

.thim-custom-review .realpress-review-login-waring {
	color: #AEAEB2;
	font-size: 12px;
	font-weight: 600;
	margin-top: 13px
}

.thim-custom-review .realpress-review-login-waring a {
	color: var(--thim-body_primary_color)
}

.thim-custom-review .realpress-reviews-container {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap
}

.thim-custom-review .realpress-reviews-container li {
	padding: 30px;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	background-color: #fff;
	flex-direction: column;
	align-items: flex-start;
	margin: 30px 15px 0;
	width: calc(50% - 30px)
}

.thim-custom-review .realpress-reviews-container .realpress-review-image {
	display: flex;
	align-items: flex-start;
	width: 100%;
	margin-bottom: 16px
}

.thim-custom-review .realpress-reviews-container .realpress-posted-by {
	font-size: 0;
	line-height: 0;
	margin: 0
}

.thim-custom-review .realpress-reviews-container .realpress-posted-by a {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #1C1C1B;
	margin-bottom: 10px;
	display: block
}

.thim-custom-review .realpress-reviews-container .realpress-posted-by a:hover {
	color: var(--thim-body_primary_color)
}

.thim-custom-review .realpress-reviews-container .realpress-posted-by+.realpress-rating {
	margin-left: auto;
	margin-right: 0;
	margin-bottom: 10px
}

.thim-custom-review .realpress-reviews-container .realpress-posted-by-rating-group {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 0
}

.thim-custom-review .realpress-reviews-container .realpress-rating .realpress-rating-stars .star {
	font-size: 15px
}

.thim-custom-review .realpress-review-date i {
	display: inline-block
}

.thim-custom-review .realpress-review-message {
	padding-top: 0;
	padding-left: 10px;
	padding-right: 0
}

.thim-custom-review form #realpress-submit-review {
	min-width: 250px;
	font-size: var(--thim-font_body-font-size);
	font-weight: 700;
	line-height: 24px;
	padding: 13px 15px;
	margin-left: auto;
	margin-right: auto;
	background-color: var(--thim-body_primary_color)
}

.thim-custom-review .wrapper-left {
	display: flex;
	align-items: center
}

.thim-custom-review .realpress-rating .realpress-rating-stars .star {
	font-size: 18px;
	line-height: 1
}

.thim-custom-review .realpress-review-date {
	margin-bottom: 0;
	color: var(--thim-font_body-color)
}

.thim-custom-review .realpress-review-description {
	overflow: hidden;
	-webkit-line-clamp: 4;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	display: -webkit-box;
	min-height: 5rem;
	font-size: var(--thim-font_body-color);
	line-height: 1.6
}

.realpress-title-section a {
	font-size: var(--thim-font_body-font-size);
	line-height: 24px;
	font-weight: 700;
	padding: 12px 20px;
	border-radius: 10px;
	background-color: var(--thim-body_primary_color);
	color: white
}

.realpress-title-section a:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.realpress-map-section .realpress-map-fields {
	display: none
}

.realpress-reviews-container {
	margin: 0
}

.realpress-reviews-container li {
	margin: 0;
	list-style: none
}

.realpress-title-section h2,
.realpress-review-form-title h2,
.review-title h2 {
	font-size: var(--thim-font_h3-font-size);
	line-height: var(--thim-font_h3-line-height);
	text-transform: var(--thim-font_h3-text-transform)
}

.realpress-map-section #realpress-single-property-map {
	border-radius: 10px;
	min-height: 395px
}

.realpress-similar-property.slick-slider {
	margin-left: -15px;
	margin-right: -15px
}

.realpress-similar-property.slick-slider .realpress-property-item {
	padding-left: 15px;
	padding-right: 15px
}

.realpress-similar-property.slick-slider .realpress-property-item::before {
	left: 14px;
	right: 14px
}

.realpress-similar-property.slick-slider .slick-arrow {
	display: none !important
}

.realpress-similar-property .slick-dots {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 30px 0 0
}

.realpress-similar-property .slick-dots li {
	list-style: none;
	display: flex;
	margin: 4px
}

.realpress-similar-property .slick-dots li button {
	font-size: 0;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background-color: #E5E5EA;
	border: 1px solid #E5E5EA;
	transition: 0.3s
}

.realpress-similar-property .slick-dots li.slick-active button,
.realpress-similar-property .slick-dots li:hover button {
	background-color: var(--thim-body_primary_color);
	border-color: var(--thim-body_primary_color)
}

.realpress-floor-heading ul {
	margin: 0
}

.realpress-floor-heading ul li {
	margin: 0;
	list-style: none
}

.realpress-floor-plan-inner .realpress-floor-heading {
	background-color: var(--thim-plan-bg-head, #f2f2f2);
	border-radius: 10px;
	padding: 20px 30px
}

.realpress-floor-plan-inner .realpress-floor-heading>ul li i {
	color: var(--thim-font_body-color)
}

.realpress-floor-plan-inner .realpress-floor-plan-title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700
}

.realpress-floor-plan-inner .realpress-floor-plan-title i {
	font-size: var(--thim-plan-icon-size, 11px)
}

.realpress-floor-plan-inner.active .realpress-floor-heading,
.realpress-floor-plan-inner:hover .realpress-floor-heading {
	background-color: var(--thim-plan-bg-head, #f2f2f2);
	border-radius: 10px 10px 0 0;
	color: var(--thim-font_body-color)
}

.realpress-floor-plan-inner.active .realpress-floor-heading .realpress-floor-plan-title i,
.realpress-floor-plan-inner.active .realpress-floor-heading>ul li i,
.realpress-floor-plan-inner:hover .realpress-floor-heading .realpress-floor-plan-title i,
.realpress-floor-plan-inner:hover .realpress-floor-heading>ul li i {
	color: var(--thim-font_body-color)
}

.realpress-floor-plan-inner.active .realpress-floor-heading>ul li i.rp-bed::before,
.realpress-floor-plan-inner.active .realpress-floor-heading>ul li i.rp-bath::before,
.realpress-floor-plan-inner:hover .realpress-floor-heading>ul li i.rp-bed::before,
.realpress-floor-plan-inner:hover .realpress-floor-heading>ul li i.rp-bath::before {
	color: var(--thim-font_body-color)
}

.realpress-floor-plan-inner.active .realpress-floor-dropdown,
.realpress-floor-plan-inner:hover .realpress-floor-dropdown {
	border-radius: 0 0 10px 10px
}

.realpress-floor-plan-inner .realpress-floor-desc h4 {
	font-weight: 700;
	margin-bottom: 16px
}

.realpress-single-property-sidebar {
	z-index: 1000
}

.widget .widget-title {
	font-size: 18px;
	line-height: 1.25;
	font-weight: var(--thim-font_title-variant);
	margin-bottom: 20px
}

@media (min-width:1200px) {
	.widget .widget-title {
		font-size: 22px
	}
}

.realpress-video,
.realpress-vr-360 {
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-top: 56.25%
}

.realpress-video iframe,
.realpress-vr-360 iframe {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	width: 100%;
	height: 100%
}

.realpress-video-section .realpress-video {
	border-radius: 10px
}

.realpress-virtual-tour-section .realpress-vr-360 {
	border-radius: 10px
}

.realpress-property-review-header .realpress-sort-by {
	display: none !important
}

.thim-bg-overlay.open {
	position: fixed;
	inset: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999
}

.realpress-similar-property-section {
	margin-top: 120px;
	margin-bottom: 70px
}

.realpress-similar-property-section>h2 {
	text-align: center;
	font-size: var(--thim-font_h2-font-size);
	margin-bottom: 40px
}

@media (max-width:991px) {
	.realpress-property-overview-data>li {
		flex: unset;
		flex-basis: 33.33%;
		padding-top: 15px;
		padding-bottom: 15px
	}

	.single-realpress-property .realpress-overview {
		padding: 15px
	}

	.realpress-title-oveview {
		align-items: center
	}

	.realpress-property-overview-data li i {
		font-size: 22px
	}

	.realpress-property-overview-data li i.rp-calendar {
		font-size: 20px
	}

	.realpress-property-overview-data li span+span {
		font-size: var(--thim-font_body-font-size)
	}

	.realpress-information .content-info .realpress-detail-list>li {
		flex-basis: 33.33%
	}

	.realpress-features-section ul>li {
		width: calc(50% - 15px)
	}

	.realpress-floor-plan-inner .realpress-floor-heading>.realpress-floor-plan-title {
		margin-bottom: 10px
	}

	.realpress-single-property-content>div,
	.realpress-porperty-media-section,
	#realpress-property-review-form,
	.realpress-property-review-wrap {
		margin-bottom: 40px
	}

	.realpress-information .content-info>* {
		padding: 15px
	}

	.realpress-floor-plan-inner .realpress-floor-heading {
		padding: 15px
	}

	.realpress-floor-plan-inner .realpress-floor-plan-title {
		width: 100%
	}

	.realpress-information .content-info>.realpress-detail-section {
		padding: 5px 15px
	}

	.realpress-information .content-info .realpress-detail-list>li {
		padding-top: 10px;
		padding-bottom: 10px
	}

	.thim-custom-review .realpress-rating .realpress-rating-stars .star,
	.thim-custom-review .thim-review-info .average-review {
		font-size: var(--thim-font_body-font-size)
	}

	.realpress-similar-property-section {
		margin-top: 60px;
		margin-bottom: 30px
	}

	.realpress-floor-plan-inner .realpress-floor-dropdown {
		padding: 15px
	}

	.realpress-similar-property .slick-dots {
		margin-top: 10px
	}

	.top_heading_realpress {
		margin-bottom: 40px
	}
}

@media (max-width:767px) {

	.realpress-single-property-header .realpress-property-header-left,
	.realpress-single-property-header .realpress-property-header-right {
		flex: unset;
		width: 100%;
		padding: 0;
		margin: 0;
		text-align: left
	}

	.single-realpress-property .realpress-thumbnails {
		flex-direction: column
	}

	.single-realpress-property .realpress-thumbnails .first-gallery {
		max-width: 100%
	}

	.single-realpress-property .realpress-thumbnails .thim-gallery-thumbnails li.more .count span {
		padding: 0;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: var(--thim-font_body-font-size);
		width: 100%;
		height: 100%;
		border-radius: 4px
	}

	.realpress-single-property-header .realpress-property-header-left {
		margin-bottom: 15px
	}

	.realpress-property-header-right .realpress-property-item-price {
		font-size: 32px
	}

	.realpress-property-header-right .realpress-property-item-price>* {
		font-size: 32px
	}

	.realpress-floor-plan-inner .realpress-floor-heading>ul {
		flex-wrap: wrap;
		column-gap: 15px
	}

	.realpress-floor-plan-inner .realpress-floor-heading>ul li {
		flex: unset;
		margin-bottom: 5px
	}

	.realpress-floor-plan-inner .realpress-floor-heading>ul li:last-child {
		width: 100%
	}

	.thim-custom-review .realpress-reviews-container li {
		width: 100%;
		padding: 15px;
		margin-top: 15px
	}

	.thim-custom-review .realpress-review-description {
		min-height: unset
	}

	.realpress-single-property-main-content {
		margin-bottom: 40px
	}
}

@media (max-width:575px) {
	.realpress-single-property-content>* h2 {
		margin-bottom: 0
	}

	.realpress-group-status-rating .realpress-property-status>div {
		margin-right: 0
	}

	.realpress-overview-section .realpress-property-overview-data>li {
		flex-basis: 50%
	}
}

.realpress-warning a {
	color: var(--thim-body_primary_color)
}

.no-breadscrumb {
	margin-top: 60px
}

@media (max-width:767px) {
	.no-breadscrumb {
		margin-top: 30px
	}
}

.realpress-control-group {
	margin-bottom: 40px
}

.hidden-title h1 {
	display: none
}

.realpress-agent-list {
	margin-bottom: 90px
}

@media (max-width:1199px) {
	.realpress-agent-list {
		margin-bottom: 50px
	}
}

.realpress-agent-list-content .realpress-from-to {
	font-weight: 400
}

.realpress-agent-list-content .realpress-from-to+.realpress-sort-by {
	margin-left: 20px;
	margin-right: 0
}

.realpress-agent-item .realpress-agent-header,
.realpress-agent-item .realpress-agent-body {
	flex: 1
}

.realpress-agent-item .realpress-agent-header::before {
	pointer-events: none;
	border-radius: 0 0 10px 10px
}

.realpress-agent-item .realpress-agent-name {
	font-size: 22px;
	line-height: 1.25;
	margin-bottom: 12px
}

.realpress-agent-item .realpress-agent-social-network-list a {
	color: white
}

.realpress-agent-item .realpress-agent-social-network-list a:hover {
	color: var(--thim-body_primary_color)
}

.realpress-agent-item .realpress-agent-avatar {
	height: 100%
}

.realpress-agent-item .realpress-agent-position {
	font-size: 12px;
	line-height: 24px;
	text-transform: uppercase;
	color: #6C6C6C;
	font-weight: 500
}

.realpress-agent-item .realpress-agent-body {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between
}

.realpress-agent-item .realpress-agent-group-info {
	width: 100%
}

.realpress-agent-item .realpress-agent-contact-btn {
	margin-top: 10px
}

.realpress-agent-item .realpress-agent-contact-btn a {
	border-radius: 10px;
	padding: 8px 20px;
	font-weight: 600;
	font-size: var(--thim-font_body-font-size);
	line-height: 28px;
	position: relative;
	background-color: var(--thim-body_primary_color);
	color: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center
}

.realpress-agent-item .realpress-agent-contact-btn a:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.realpress-agent-item .realpress-agent-license {
	line-height: 1.6;
	margin-bottom: 6px
}

.realpress-agent-item .realpress-agent-mobile {
	line-height: 1.6
}

.realpress-agent-item .realpress-agent-mobile a {
	color: var(--thim-font_body-color)
}

.realpress-agent-item .realpress-agent-mobile a:hover {
	color: var(--thim-body_primary_color)
}

.realpress-agent-name+.realpress-agent-position {
	margin-top: 4px
}

.realpress-agent-list-container {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap
}

.realpress-agent-list-container>* {
	padding-left: 15px;
	padding-right: 15px
}

.realpress-agent-list-container .realpress-agent-item {
	max-width: 33.33%;
	width: 100%;
	flex-direction: column;
	position: relative;
	margin-bottom: 30px
}

.realpress-agent-list-container .realpress-agent-item .realpress-agent-header {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 10px
}

.realpress-agent-list-container .realpress-agent-item .realpress-agent-header img {
	border-radius: 10px;
	height: 100%;
	object-fit: cover
}

.realpress-agent-list-container .realpress-agent-item .realpress-agent-body {
	position: absolute;
	left: 31px;
	right: 31px;
	bottom: 16px;
	width: auto;
	border: 1px solid #E0E0E0;
	border-left: 0;
	border-bottom: 0;
	border-radius: 10px;
	padding: 20px 30px
}

.realpress-agent-item .realpress-agent-social-network-list {
	margin: 0;
	border: 0
}

.realpress-agent-list-content .realpress-pagination-wrapper {
	padding-top: 0
}

@media (max-width:1199px) {
	.realpress-agent-item .realpress-agent-body {
		padding: 15px;
		align-items: center
	}

	.realpress-control-group {
		margin-bottom: 15px
	}

	.realpress-agent-list .row {
		margin-left: -8px;
		margin-right: -8px
	}

	.realpress-agent-list .row>* {
		padding-left: 8px;
		padding-right: 8px
	}

	.realpress-agent-list-container {
		display: flex;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px
	}

	.realpress-agent-list-container .realpress-agent-item {
		max-width: 50%;
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}

	.realpress-agent-item .realpress-agent-email {
		margin-top: 0
	}
}

@media (max-width:991px) {
	.realpress-agent-item .realpress-agent-name {
		font-size: 18px;
		line-height: 1.5
	}
}

@media (max-width:767px) {
	.realpress-agent-list-sidebar {
		margin-top: 40px
	}
}

@media (max-width:479px) {
	.realpress-agent-list-container .realpress-agent-item {
		max-width: 100%
	}
}

.layout_v2 .realpress-agent-item .realpress-agent-email a {
	width: auto;
	height: auto;
	border: 0
}

.layout_v2 .realpress-agent-list-container .realpress-agent-item {
	flex-direction: row;
	max-width: calc(50% - 30px);
	margin: 0 15px 30px;
	border-radius: 10px;
	box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.05);
	padding: 20px;
	background-color: white;
	transition: 0.3s
}

@media (max-width:1199px) {
	.layout_v2 .realpress-agent-list-container .realpress-agent-item {
		margin-left: 8px;
		margin-right: 8px;
		max-width: calc(50% - 16px)
	}
}

.layout_v2 .realpress-agent-item .realpress-agent-header,
.layout_v2 .realpress-agent-item .realpress-agent-body {
	flex: unset
}

.layout_v2 .realpress-agent-item .realpress-agent-header {
	padding-right: 0;
	max-width: 177px;
	width: 100%;
	border-radius: 10px;
	overflow: hidden
}

.layout_v2 .realpress-agent-item .realpress-agent-header::before {
	display: none
}

.layout_v2 .realpress-agent-item .realpress-agent-body {
	align-items: center;
	padding-left: 20px;
	padding-right: 0;
	max-width: calc(100% - 177px);
	width: 100%
}

.layout_v2 .realpress-agent-item .realpress-agent-email {
	min-width: unset;
	word-break: break-all;
	margin-top: 0
}

.layout_v2 .realpress-agent-item .realpress-agent-email a {
	display: inline
}

.layout_v2 .realpress-agent-item .realpress-agent-avatar {
	overflow: hidden
}

.layout_v2 .realpress-agent-item .realpress-agent-avatar img {
	transition: 0.3s
}

.layout_v2 .realpress-agent-item:hover {
	box-shadow: 0px 4px 20px 0px rgba(0, 165, 115, 0.1)
}

.layout_v2 .realpress-agent-item:hover .realpress-agent-avatar img {
	transform: scale(1.05)
}

.layout_v2 .realpress-agent-item .realpress-agent-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.25
}

.layout_v2 .realpress-agent-item .realpress-agent-name a {
	font-weight: 600;
	color: #181A20
}

.layout_v2 .realpress-agent-item .realpress-agent-name a:hover {
	color: var(--thim-body_primary_color)
}

.layout_v2 .realpress-agent-group-info span,
.layout_v2 .realpress-agent-group-info a {
	color: #646464;
	font-weight: 400;
	line-height: 1.75
}

.layout_v2 .realpress-agent-group-info a:hover,
.layout_v2 .realpress-agent-group-info a:focus {
	color: var(--thim-body_primary_color)
}

.layout_v2 .realpress-container {
	margin-top: 30px
}

.layout_v2 .realpress-container+.realpress-container {
	margin-top: 0
}

.layout_v2 .realpress-breadcrumb {
	padding-top: 0
}

.layout_v2 .realpress-pagination-wrapper {
	justify-content: center
}

@media (max-width:991px) {

	.layout_v2 .realpress-agent-item .realpress-agent-header,
	.layout_v2 .realpress-agent-item .realpress-agent-body {
		flex: unset;
		max-width: 100%
	}

	.layout_v2 .realpress-agent-item .realpress-agent-body {
		padding-left: 0;
		padding-bottom: 0
	}
}

@media (max-width:575px) {
	.layout_v2 .realpress-agent-list-container .realpress-agent-item {
		max-width: 100%;
		margin-bottom: 16px
	}

	.layout_v2 .realpress-control-group {
		margin-bottom: 30px
	}

	.layout_v2 .realpress-control-group h1,
	.layout_v2 .realpress-control-group .realpress-from-to {
		width: 100%;
		margin-bottom: 15px
	}

	.layout_v2 .realpress-agent-list-content .realpress-from-to+.realpress-sort-by {
		margin-left: 0
	}
}

.realpress-agent-detail {
	margin-bottom: 90px
}

@media (max-width:1199px) {
	.realpress-agent-detail {
		margin-bottom: 50px
	}
}

.realpress-agent-detail-content .realpress-agent-property {
	margin-bottom: 30px
}

.realpress-agent-detail-profile-wrapper {
	display: flex;
	background-color: unset;
	margin: 0;
	padding: 0;
	padding-bottom: 20px
}

.realpress-agent-detail-profile {
	padding: 0 30px 0;
	padding-left: 30px;
	align-items: flex-start
}

@media (max-width:1199px) {
	.realpress-agent-detail-profile {
		padding-right: 0;
		padding-left: 15px
	}
}

.realpress-agent-detail-about {
	padding: 20px 0;
	margin-bottom: 20px
}

.realpress-agent-detail-avatar {
	width: 100%;
	max-width: 190px
}

.realpress-agent-detail-avatar img {
	display: block;
	width: 100%;
	max-width: 100%;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 10px
}

.realpress-agent-detail-info {
	width: 100%;
	position: relative
}

.realpress-agent-detail-info .realpress-agent-detail-name {
	font-size: 22px;
	line-height: 1.6;
	margin: 0 0 20px
}

@media (max-width:991px) {
	.realpress-agent-detail-info .realpress-agent-detail-name {
		margin-bottom: 8px
	}
}

.realpress-agent-detail-info .realpress-agent-detail-company {
	color: var(--thim-font_body-color);
	font-size: var(--thim-font_body-font-size);
	line-height: var(--thim-font_body-line-height);
	margin-bottom: 20px
}

.realpress-agent-detail-info .realpress-agent-detail-company a {
	color: var(--thim-body_primary_color)
}

.realpress-agent-detail-info .realpress-agent-info-wrapper {
	margin: 0 0 8px;
	list-style: none;
	display: flex;
	flex-wrap: wrap
}

.realpress-agent-detail-info .realpress-agent-info-wrapper li {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	color: var(--thim-font_body-color);
	margin-bottom: 0;
	list-style: none;
	margin: 0 0 16px;
	width: 100%
}

@media (min-width:992px) {
	.realpress-agent-detail-info .realpress-agent-info-wrapper li {
		width: 50%
	}
}

@media (max-width:991px) {
	.realpress-agent-detail-info .realpress-agent-info-wrapper li {
		margin-bottom: 8px
	}
}

.realpress-agent-detail-info .realpress-agent-info-wrapper li strong {
	min-width: unset;
	margin-right: 5px;
	font-weight: 400
}

.realpress-agent-detail-contact {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 16px;
	position: absolute;
	right: 0;
	left: auto;
	bottom: 0;
	margin: 0
}

.realpress-agent-detail-contact button {
	font-size: var(--thim-font_body-font-size);
	margin: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 48px;
	height: 48px;
	background-color: white;
	border: 1px solid #DFDFDF;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	position: relative;
	color: var(--thim-body_primary_color);
	border-radius: 4px
}

.realpress-agent-detail-contact button::before {
	content: "\e906";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle
}

.realpress-agent-detail-contact span {
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
	color: white;
	background-color: black;
	position: absolute;
	min-width: max-content;
	padding: 0 8px;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	bottom: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-agent-detail-contact span:after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: black;
	-webkit-transform: rotate(45deg) translateX(-50%);
	-moz-transform: rotate(45deg) translateX(-50%);
	-ms-transform: rotate(45deg) translateX(-50%);
	-o-transform: rotate(45deg) translateX(-50%);
	position: absolute;
	left: 50%;
	right: auto;
	bottom: -6px
}

.realpress-agent-detail-contact button:hover {
	background-color: transparent;
	color: var(--thim-body_primary_color)
}

.realpress-agent-detail-contact button:hover span {
	opacity: 1;
	visibility: visible;
	bottom: calc(100% + 10px)
}

.realpress-agent-social-network-list {
	display: flex;
	margin: 0;
	list-style: none
}

.realpress-agent-social-network-list li {
	font-size: 18px;
	list-style: none;
	margin: 0;
	padding: 4px
}

.realpress-agent-social-network-list li a {
	width: 32px;
	height: 32px;
	border-radius: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #F2F2F2;
	font-size: 14px
}

.realpress-agent-social-network-list li a:hover {
	background-color: var(--thim-body_primary_color);
	color: white
}

.realpress-agent-detail-about h2 {
	font-size: 18px;
	line-height: 1.25;
	margin-bottom: 0
}

.realpress-agent-detail-about p {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	color: var(--thim-font_body-color);
	margin-top: 8px
}

.realpress-agent-contact-form {
	top: 0
}

.realpress-agent-property>ul {
	display: flex;
	border-bottom: 1px solid var(--thim-border-color, #E0E0E0);
	margin: 0;
	margin-bottom: 40px
}

.realpress-agent-property>ul li {
	list-style: none;
	margin: 0
}

.realpress-agent-property>ul>li+li {
	margin-left: 10px;
	margin-right: 0
}

.realpress-agent-property ul.status li {
	padding: 0 15px 20px;
	position: relative;
	background-color: transparent;
	text-transform: uppercase;
	font-size: var(--thim-font_body-font-size);
	font-weight: 600;
	color: #BABABA;
	text-align: center
}

.realpress-agent-property ul.status li::after {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	right: auto;
	width: 0;
	height: 3px;
	background-color: var(--thim-body_color_seconds);
	z-index: 9;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-agent-property ul.status li:first-child {
	padding-left: 0
}

.realpress-agent-property ul.status li:hover,
.realpress-agent-property ul.status li.active {
	background-color: transparent;
	color: black
}

.realpress-agent-property ul.status li:hover:after,
.realpress-agent-property ul.status li.active:after {
	width: 100%
}

.realpress-agent-property .realpress-pagination-wrapper {
	padding-top: 0
}

.realpress-agent-contact-form-inner {
	overflow-y: auto
}

.realpress-pagination-wrapper {
	display: none;
}

#copy {
	font-size: 12px;
}

@media (max-width:1199px) {
	.realpress-agent-contact-form-inner {
		padding: 15px
	}
}

.realpress-agent-contact-form-inner::-webkit-scrollbar {
	width: 0
}

.realpress-agent-contact-form-inner input,
.realpress-agent-contact-form-inner textarea,
.realpress-agent-contact-form-inner select {
	width: 100%;
	margin-top: 0
}

.realpress-agent-contact-form-inner textarea {
	max-height: 150px;
	border: 1px solid #eaeaea;
	padding: 15px;
	font-family: var(--thim-font_body-font-family)
}

.realpress-agent-contact-form-inner textarea:focus {
	border-color: var(--thim-body_primary_color)
}

.realpress-agent-contact-form-inner input[type=radio],
.realpress-agent-contact-form-inner input[type=checkbox] {
	width: 16px;
	height: 16px;
	padding: 0;
	margin-top: 0;
	border-color: black;
	appearance: auto;
	cursor: pointer
}

.realpress-agent-contact-form-inner label a {
	text-decoration: underline;
	text-underline-position: under
}

.realpress-agent-contact-form-inner .wpcf7-form-control-wrap {
	display: block
}

.realpress-agent-contact-form-inner input[type=submit] {
	cursor: pointer
}

.realpress-agent-contact-form-inner .realpress-agent-contact-form-close {
	top: 30px;
	right: 30px;
	left: auto
}

@media (max-width:1199px) {
	.realpress-agent-contact-form-inner .realpress-agent-contact-form-close {
		top: 15px;
		right: 15px
	}
}

.realpress-agent-contact-form-inner .realpress-agent-contact-form-close i {
	font-family: "rp-fonticon" !important
}

.realpress-agent-contact-form-inner .realpress-agent-contact-form-close:hover,
.realpress-agent-contact-form-inner .realpress-agent-contact-form-close:focus {
	color: var(--thim-body_primary_color)
}

.realpress-agent-contact-form-inner .wpcf7-spinner {
	display: none
}

.realpress-agent-contact-form-header {
	padding-right: 25px;
	padding-left: 0
}

.realpress-agent-contact-form-header span {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.6;
	color: black;
	padding-left: 15px;
	padding-right: 0
}

.realpress-agent-contact-form-inner .realpress-contact-form>div button {
	background-color: var(--thim-body_primary_color);
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 10px;
	height: 48px
}

.realpress-agent-contact-form-inner .realpress-contact-form>div.realpress-message-result+div {
	align-items: center;
	margin-top: 20px
}

.realpress-agent-contact-form-inner .realpress-contact-form>div input[type=text] {
	height: 48px
}

.realpress-agent-contact-form-inner input[type=text],
.realpress-agent-contact-form-inner select {
	border: 1px solid #eaeaea
}

.realpress-agent-contact-form-inner input[type=text]:focus,
.realpress-agent-contact-form-inner select:focus {
	border-color: var(--thim-body_primary_color)
}

@media (max-width:1199px) {
	.realpress-agent-detail .row {
		margin-left: -8px;
		margin-right: -8px
	}

	.realpress-agent-detail .row>* {
		padding-left: 8px;
		padding-right: 8px
	}

	.realpress-agent-detail-content .realpress-agent-property {
		padding: 0 0 15px;
		margin-bottom: 15px
	}

	.realpress-agent-property>ul {
		margin-bottom: 20px
	}

	.realpress-agent-property ul.status li {
		padding-bottom: 10px;
		font-size: 14px
	}

	.realpress-agent-detail-contact span {
		left: auto;
		right: 0;
		-webkit-transform: unset;
		-moz-transform: unset;
		-ms-transform: unset;
		-o-transform: unset
	}
}

@media (max-width:767px) {
	.realpress-agent-detail-info .realpress-agent-detail-name {
		font-size: 22px;
		line-height: 30px
	}

	.realpress-agent-detail-sidebar {
		margin-bottom: 30px
	}

	.realpress-agent-detail-company {
		margin-bottom: 15px
	}
}

@media (max-width:575px) {
	.realpress-agent-detail-profile {
		padding: 0;
		padding-top: 15px
	}

	.realpress-agent-detail-info {
		position: relative
	}

	.realpress-agent-detail-contact button {
		padding: 13px
	}

	.realpress-agent-detail-contact button:before {
		width: 16px
	}

	.realpress-agent-property>ul {
		margin-bottom: 20px;
		overflow: hidden;
		overflow-x: auto;
		white-space: nowrap
	}
}

.realpress-become-an-agent-container {
	padding: 30px;
	background: white;
	max-width: 480px;
	margin: auto;
	border-radius: 10px
}

@media (max-width:480px) {
	.realpress-become-an-agent-container {
		padding: 15px
	}
}

.realpress-become-an-agent-container label {
	margin-bottom: 20px;
	font-weight: 500;
	color: black
}

.realpress-become-an-agent-container label input,
.realpress-become-an-agent-container label textarea {
	border-color: #e7e7e7
}

.realpress-become-an-agent-container label textarea {
	min-height: 150px
}

.realpress-become-an-agent-container label input[type=checkbox] {
	border-color: #888;
	border-radius: 3px;
	width: 20px;
	height: 20px;
	cursor: pointer
}

.realpress-become-an-agent-container label.realpress-baa-terms-and-conditions {
	color: #6c6c6c;
	cursor: pointer;
	font-weight: 500;
	margin-bottom: 5px
}

.realpress-become-an-agent-container label.realpress-baa-terms-and-conditions a {
	margin-left: 3px;
	margin-right: 0
}

.realpress-become-an-agent-container button[type=button] {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden;
	margin-top: 15px;
	width: 100%
}

.realpress-become-an-agent-container button[type=button]::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.realpress-become-an-agent-container button[type=button]:after {
	content: "\f061";
	font-family: thim-ekits !important;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	margin-left: 10px;
	margin-right: 0;
	transition: 0.3s
}

.realpress-become-an-agent-container button[type=button]:hover::before {
	width: 100%
}

.realpress-become-an-agent .realpress-breadcrumb {
	display: none
}

#realpress-become-an-agent {
	margin: 80px 0
}

@media (max-width:767px) {
	#realpress-become-an-agent {
		margin: 30px 0 10px
	}
}

#realpress-swm-proprerty-area .realpress-archive-property-search,
#realpress-swm-proprerty-area .container,
#realpress-swm-proprerty-area .woocommerce .woocommerce-products-header,
.woocommerce #realpress-swm-proprerty-area .woocommerce-products-header,
#realpress-swm-proprerty-area .realpress-container {
	padding: 0
}

#realpress-swm-proprerty-area .realpress-archive-property-search {
	padding-top: 27px;
	margin-bottom: 36px;
	background: unset
}

#realpress-swm-proprerty-area .realpress-search-toggle-fields-button {
	font-size: 0;
	line-height: 0;
	padding: 10px 10px 9px 9px;
	margin: 0;
	border: 1px solid #E2ECF3
}

#realpress-swm-proprerty-area .realpress-search-toggle-fields-button i {
	margin: 0
}

#realpress-swm-proprerty-area .realpress-advanced-search .price-slider {
	padding-top: 20px;
	margin-top: 0;
	position: relative
}

#realpress-search-with-map .realpress-control-group .realpress-item-switch-view {
	display: none
}

#realpress-proprerty-area {
	background: #F9F9F9;
	padding-top: 40px
}

#realpress-swm-map-area {
	max-width: var(--thim-search-width-map, 58%)
}

.leaflet-popup-content-wrapper {
	border-radius: 0
}

#realpress-swm-proprerty-area {
	max-width: calc(100% - var(--thim-search-width-map));
	padding-bottom: 50px;
	width: 100%
}

#realpress-swm-proprerty-area::-webkit-scrollbar {
	width: 0
}

#realpress-swm-map-area .leaflet-popup-content {
	margin: 0;
	padding: 10px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	display: flex;
	width: 100% !important;
	min-width: max-content
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-header {
	max-width: 154px
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-body {
	padding-left: 20px;
	padding-right: 30px;
	max-width: 300px
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-price {
	line-height: 26px;
	margin-bottom: 3px
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-price span {
	color: black
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-price span+span {
	color: #B5B5B5
}

#realpress-swm-map-area .leaflet-popup-content .realpress-popup-property-header img {
	display: block
}

.leaflet-popup-content .realpress-popup-property-body h2 {
	font-size: 14px;
	line-height: 24px;
	font-weight: 500;
	margin: 10px 0 5px
}

.leaflet-popup-content .realpress-popup-property-body h2 a {
	color: black
}

.leaflet-popup-content .realpress-popup-property-body h2 a:hover,
.leaflet-popup-content .realpress-popup-property-body h2 a:focus {
	color: var(--thim-body_primary_color)
}

.leaflet-container a.leaflet-popup-close-button {
	top: 2px;
	right: 3px;
	font: 24px/24px Tahoma, Verdana, sans-serif;
	color: black
}

.leaflet-container a {
	color: #929292;
	font-size: 14px;
	line-height: 21px
}

.leaflet-container a:hover,
.leaflet-container a:focus {
	color: var(--thim-body_primary_color)
}

.thim-maps-pos-right #realpress-map-property-wrapper {
	flex-direction: row-reverse
}

#realpress-swm-proprerty-area [data-grid-col="1"] .realpress-group-heading-info,
#realpress-swm-proprerty-area [data-grid-col="1"] .realpress-group-price-meta {
	padding-bottom: 65px
}

#realpress-swm-proprerty-area [data-grid-col="1"] .layout-v2 .realpress-group-heading-info,
#realpress-swm-proprerty-area [data-grid-col="1"] .layout-v3 .realpress-group-heading-info {
	padding-bottom: 0
}

#realpress-swm-proprerty-area .realpress-property-item ul>li {
	margin-bottom: 10px
}

@media (min-width:1200px) {
	#realpress-swm-proprerty-area [data-grid-col="1"] .layout-v2 .realpress-property-header {
		max-width: 40%
	}

	#realpress-swm-proprerty-area [data-grid-col="1"] .layout-v2 .realpress-property-body {
		max-width: 60%
	}

	#realpress-swm-proprerty-area [data-grid-col="1"] .layout-v2 .realpress-group-heading-info {
		padding-top: 30px
	}
}

@media (max-width:1199px) {
	.leaflet-popup-content {
		flex-wrap: wrap;
		flex-direction: column
	}

	.leaflet-popup-content .realpress-popup-property-header,
	.leaflet-popup-content .realpress-popup-property-body {
		max-width: 200px
	}

	.leaflet-popup-content .realpress-popup-property-body {
		padding-left: 0;
		padding-right: 0
	}

	.leaflet-container a.leaflet-popup-close-button {
		top: 0;
		right: 0;
		left: auto;
		font: 16px/16px Tahoma, Verdana, sans-serif;
		background-color: white
	}

	.leaflet-container a.leaflet-popup-close-button span {
		height: 24px;
		display: flex;
		justify-content: center;
		align-items: center
	}

	#realpress-swm-map-area .realpress-popup-property-price {
		margin-bottom: 5px
	}

	#realpress-map-property-wrapper [data-grid-col="1"] .realpress-property-item {
		flex-wrap: wrap
	}

	#realpress-map-property-wrapper [data-grid-col="1"] .realpress-property-header,
	#realpress-map-property-wrapper [data-grid-col="1"] .realpress-property-body {
		max-width: 100%
	}

	#realpress-map-property-wrapper [data-grid-col="1"] .realpress-group-heading-info,
	#realpress-map-property-wrapper [data-grid-col="1"] .realpress-group-price-meta {
		padding-top: 0
	}
}

@media (max-width:767px) {
	#realpress-swm-map-area {
		display: none
	}

	#realpress-map-property-wrapper>div {
		height: 100%;
		overflow: hidden
	}

	#realpress-map-property-wrapper>div#realpress-swm-map-area {
		height: 100vh
	}

	#realpress-swm-proprerty-area {
		padding-bottom: 0
	}

	.realpress-sm-setion {
		position: relative
	}

	.realpress-sm-setion #realpress-mobile-map-switch {
		position: fixed;
		bottom: 0;
		margin: auto;
		width: 100%;
		display: flex;
		align-items: center;
		z-index: 999
	}

	.realpress-sm-setion #realpress-mobile-map-switch button {
		max-width: 50%;
		width: 100%;
		padding: 12px 10px;
		color: black;
		border-radius: 0;
		background-color: white;
		border: 1px solid #cacaca;
		-webkit-transition: 0.3s;
		-khtml-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s
	}

	.realpress-sm-setion #realpress-mobile-map-switch button.active {
		background-color: var(--thim-body_primary_color);
		border-color: var(--thim-body_primary_color);
		color: white
	}
}

#realpress-header-map #realpress-search-nav,
#realpress-header-map .realpress-property-list {
	margin-top: 0
}

#realpress-hm-map-area .realpress-pagination ul li a.current,
#realpress-search-with-map .realpress-pagination ul li a.current {
	color: white;
	background-color: var(--thim-body_primary_color)
}

@media (min-width:992px) {
	[data-grid-col="4"]>div {
		max-width: 25%
	}
}

@media (max-width:991px) {
	[data-grid-col="4"]>div {
		max-width: 50%
	}
}

@media (max-width:479px) {
	[data-grid-col="4"]>div {
		max-width: 100%
	}
}

@media (max-width:767px) {
	#realpress-header-map .realpress-property-list {
		overflow: hidden
	}
}

@media (min-width:576px) and (max-width:830px) {
	.elementor-widget-thim-ekits-search-map .realpress-property-container[data-grid-col="3"]>div {
		max-width: 50%;
		flex-basis: 100%
	}
}

@media (max-width:575px) {

	.elementor-widget-thim-ekits-search-map .realpress-property-container[data-grid-col="2"]>div,
	.elementor-widget-thim-ekits-search-map .realpress-property-container[data-grid-col="3"]>div,
	.elementor-widget-thim-ekits-search-map .realpress-property-container[data-grid-col="4"]>div {
		max-width: 100%;
		flex-basis: 100%
	}
}

.realpress-wishlist-pagination-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between
}

#realpress-wishlist h1.realpress-wishlist-title {
	font-size: var(--thim-font_h1-font-size);
	font-weight: var(--thim-font_title-variant);
	margin-bottom: 30px;
	color: var(--thim-font_title-color)
}

.realpress-remove-wishlist i {
	text-indent: -1px
}

#realpress-wishlist {
	margin-bottom: 50px
}

#realpress-snackbar {
	display: flex !important;
	flex-wrap: wrap;
	gap: 20px;
	justify-content: space-between;
	visibility: hidden;
	min-width: 25vw;
	background-color: #f2f2f2;
	color: var(--thim-font_body-color);
	text-align: center;
	padding: 12px 20px;
	position: fixed;
	z-index: 1;
	left: 50%;
	right: auto;
	transform: translateX(-50%);
	opacity: 0;
	z-index: 999;
	bottom: 0;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	line-height: 26px;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

@media (max-width:767px) {
	#realpress-snackbar {
		min-width: 250px;
		gap: 0
	}
}

#realpress-snackbar a {
	color: var(--thim-body_primary_color);
	text-decoration: underline;
	font-weight: 700
}

#realpress-snackbar.active {
	visibility: visible;
	opacity: 1;
	bottom: 50px
}

.realpress-compare-property-panel {
	border-left: 1px solid #e2e2e2
}

.realpress-compare-property-panel-inner #realpress-compare-property-action {
	background-color: var(--thim-body_primary_color);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-compare-property-panel-inner #realpress-compare-property-action:hover {
	background-color: black
}

#realpress-compare-property-open {
	top: 30%
}

.realpress-compare-property-panel-inner {
	padding: 34px 19px;
	height: 100%
}

.realpress-compare-property-panel-inner strong {
	font-weight: 500
}

.realpress-compare-property-panel-inner>p {
	margin-bottom: 21px
}

.realpress-compare-property-panel-inner>button {
	height: auto;
	padding: 10px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	line-height: 24px
}

.realpress-compare-property-panel-inner>button#realpress-compare-property-close {
	padding: 9px 10px
}

.realpress-compare-property-panel-inner #realpress-compare-property-close {
	border: 1px solid #e3e3e3;
	color: black;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-compare-property-panel-inner #realpress-compare-property-close:hover,
.realpress-compare-property-panel-inner #realpress-compare-property-close:focus {
	border-color: var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.realpress-compare-property-panel-inner .realpress-compare-property-wrap .realpress-compare-item {
	width: 50%;
	margin: 0 0 10px
}

.realpress-compare-property-panel-inner .realpress-compare-property-wrap .realpress-compare-item::after {
	content: "";
	width: calc(100% - 10px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	left: 5px;
	right: 5px;
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
	z-index: 999
}

.realpress-compare-property-panel-inner .realpress-compare-property-wrap .realpress-compare-item img {
	display: block;
	max-height: 100px
}

.realpress-compare-property-panel-inner .realpress-compare-property-wrap .realpress-compare-item .realpress-remove-compare {
	bottom: 6px;
	right: 11px;
	left: auto;
	color: white;
	font-size: 18px;
	width: 18px;
	height: 18px;
	z-index: 1000;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg)
}

.realpress-compare-property-panel-inner .realpress-compare-property-wrap .realpress-compare-item .realpress-remove-compare:hover {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	font-size: 17px;
	color: var(--thim-body_primary_color)
}

.realpress-compare-property-wrap {
	margin-left: -5px;
	margin-right: -5px;
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap
}

.realpress-compare-property-wrap>div {
	padding-left: 5px;
	padding-right: 5px
}

.realpress-compare-property-breadcrumb {
	margin-bottom: 20px
}

#realpress-compare-table h1.page-title {
	font-size: var(--thim-font_h1-font-size);
	font-weight: var(--thim-font_title-variant);
	margin-bottom: 30px;
	color: var(--thim-font_title-color)
}

#realpress-compare-table .realpress-compare-box {
	overflow: hidden;
	overflow-x: auto;
	background-color: white;
	border-radius: 10px;
	margin-bottom: 120px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
}

@media (max-width:1199px) {
	#realpress-compare-table .realpress-compare-box {
		margin-bottom: 50px
	}
}

#realpress-compare-table table {
	margin: 0;
	border: 0;
	word-break: break-word
}

#realpress-compare-table table strong {
	display: flex;
	justify-content: center;
	font-size: var(--thim-font_body-font-size);
	color: black
}

#realpress-compare-table table thead,
#realpress-compare-table table tbody {
	padding: 0 15px
}

#realpress-compare-table table tbody {
	padding: 0 30px 30px
}

#realpress-compare-table table img {
	width: 100%;
	border-radius: 10px
}

#realpress-compare-table table th {
	border: 0
}

#realpress-compare-table table th,
#realpress-compare-table table td {
	text-align: center;
	padding: 16px 30px;
	color: var(--thim-font_body-color);
	max-width: 20%;
	width: 100%;
	font-weight: 400
}

@media (max-width:1199px) {

	#realpress-compare-table table th,
	#realpress-compare-table table td {
		padding: 15px
	}
}

@media (max-width:991px) {

	#realpress-compare-table table th,
	#realpress-compare-table table td {
		min-width: 200px
	}
}

#realpress-compare-table table tr td i {
	display: inline-flex;
	align-items: center;
	justify-content: center
}

#realpress-compare-table table tr td i.rp-check-circle {
	color: #34C759
}

#realpress-compare-table table,
#realpress-compare-table td,
#realpress-compare-table tr {
	border: 0
}

#realpress-compare-table thead>tr>th {
	border-right: 1px solid #E0E0E0;
	border-bottom: 1px solid #E0E0E0
}

#realpress-compare-table tbody>tr {
	background-color: #F2F2F2
}

#realpress-compare-table tbody>tr>td {
	border-right: 1px solid #E0E0E0
}

@media (max-width:1199px) {
	#realpress-compare-table tbody>tr>td {
		padding: 15px
	}
}

#realpress-compare-table tbody>tr:first-of-type>td {
	font-weight: 700;
	color: #1C1C1B
}

#realpress-compare-table tbody>tr:nth-child(2n) {
	background-color: white
}

#realpress-compare-table th .remove {
	right: 4px;
	left: auto;
	top: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 5px;
	z-index: 99;
	color: #636366
}

#realpress-compare-table th .remove i {
	display: flex
}

#realpress-compare-table th .remove i:before {
	content: "\e921";
	font-size: var(--thim-font_body-font-size);
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

#realpress-compare-table th .remove:hover {
	color: red
}

.realpress-compare-box .notice {
	padding: 30px;
	display: block;
	background-color: #f2f2f2
}

@media (min-width:783px) {
	.realpress-compare-property-panel {
		padding-top: 0
	}

	.admin-bar .realpress-compare-property-panel {
		padding-top: 32px
	}
}

@media (max-width:782px) {
	.scrolldown~.realpress-compare-property-panel-open {
		padding-top: 20px
	}
}

tbody .rp-times-circle:before {
	content: "";
	width: 16px;
	height: 2px;
	background-color: #E0E0E0;
	border-radius: 10px;
	display: flex
}

.realpress-archive-property-sidebar .realpress-container {
	padding: 0
}

.realpress-archive-property-sidebar .realpress-archive-property-search {
	background-color: unset;
	padding: 0;
	margin: 0 0 40px
}

.realpress-archive-property-sidebar .realpress-advanced-search .realpress-search-field {
	flex-basis: 100%
}

.realpress-archive-property-sidebar .realpress-price-search-control-group,
.realpress-archive-property-sidebar .realpress-search-control-button {
	flex-wrap: wrap;
	margin: 0;
	width: 100%
}

.realpress-archive-property-sidebar .realpress-search-control-button .realpress-search {
	margin: 0;
	margin-top: 10px
}

.realpress-archive-property-sidebar .realpress-search-control-button .realpress-search-toggle-fields-button {
	width: 100%;
	justify-content: flex-start
}

.realpress-my-account-title {
	font-size: var(--thim-font_h1-font-size);
	margin-bottom: 40px
}

.realpress-my-account-info .realpress-logout a {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	background-color: var(--thim-body_primary_color)
}

.realpress-my-account-info .realpress-logout a:hover {
	background-color: var(--thim-body_color_seconds)
}

.realpress-my-account-info {
	width: 100%
}

@media (max-width:600px) {
	.realpress-my-account-info {
		text-align: center
	}
}

.realpress-my-account {
	padding-bottom: 100px
}

@media (max-width:1199px) {
	.realpress-my-account {
		padding-bottom: 30px
	}
}

.realpress-detail-form>div label,
.realpress-avatar label,
#realpress-password-content form>div label {
	color: #181A20;
	font-weight: 500
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li a {
	color: #CBCBCB
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li a:hover,
.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li a:focus {
	color: var(--thim-body_primary_color)
}

.realpress-my-account-profile-wrapper .realpress-content-section {
	margin-bottom: 30px
}

@media (max-width:1199px) {
	.realpress-my-account-profile {
		background-color: white;
		border: 0
	}
}

.realpress-my-account-avatar img {
	height: 100%;
	width: 100%
}

.realpress-content-section button.save {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	background-color: var(--thim-body_primary_color);
	display: inline-block;
	border-radius: var(--thim-border-radius-small)
}

.realpress-content-section button.save:hover {
	background-color: var(--thim-body_color_seconds)
}

.realpress-my-account-content-wrapper .realpress-tab-section {
	margin-top: 30px;
	padding: 30px
}

@media (max-width:1199px) {
	.realpress-my-account-content-wrapper .realpress-tab-section {
		background-color: white
	}
}

.realpress-my-account-content-wrapper .realpress-tab-section ul {
	overflow: hidden;
	overflow-x: auto;
	border-bottom: 1px solid #949494;
	display: flex;
	margin: 0
}

.realpress-my-account-content-wrapper .realpress-tab-section ul::-webkit-scrollbar,
.realpress-my-account-content-wrapper .realpress-tab-section ul::-webkit-scrollbar-thumb {
	height: 0
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li {
	position: relative;
	list-style: none;
	white-space: nowrap;
	border: 0 !important;
	color: #181A20;
	font-weight: 500;
	font-size: 18px;
	line-height: 1.75;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	margin: 0;
	margin-right: 30px;
	margin-left: 0
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li::after {
	content: "";
	height: 0;
	width: 100%;
	background-color: var(--thim-body_primary_color);
	position: absolute;
	bottom: -1px;
	left: 0;
	right: auto;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li.active {
	color: var(--thim-body_primary_color)
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li.active::after {
	height: 2px
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li:hover {
	color: var(--thim-body_primary_color)
}

.realpress-my-account-content-wrapper .realpress-tab-section ul li:last-child {
	margin-right: 0
}

.realpress-my-account-content-wrapper .realpress-content-section {
	padding: 0 30px 30px;
	margin: 0
}

@media (max-width:1199px) {
	.realpress-my-account-content-wrapper .realpress-content-section {
		background-color: white
	}
}

.realpress-my-account-content-wrapper .realpress-pagination ul li {
	border: 1px solid #6c6c6c
}

.realpress-my-account-content-wrapper .realpress-pagination ul li::after {
	bottom: -1px
}

.realpress-my-account-content-wrapper #realpress-detail-content a {
	color: var(--thim-body_primary_color)
}

.realpress-my-account-content-wrapper #realpress-detail-content a:hover {
	text-decoration: underline
}

.realpress-my-account-content-wrapper .realpress-sort-by {
	position: relative
}

.realpress-my-account-content-wrapper .realpress-pagination ul {
	margin-top: 0
}

.realpress-my-account-property-container .realpress-property-item {
	flex-basis: calc(33.33% - 15px)
}

@media (max-width:1024px) {
	.realpress-my-account-property-container .realpress-property-item {
		flex-basis: calc(50% - 8px)
	}
}

@media (max-width:575px) {
	.realpress-my-account-property-container .realpress-property-item {
		flex-basis: 100%
	}
}

#realpress-detail-content form {
	margin-left: -15px;
	margin-right: -15px
}

#realpress-detail-content form>* {
	padding-left: 15px;
	padding-right: 15px
}

#realpress-detail-content form>*.save {
	padding-left: 25px;
	padding-right: 25px;
	border-radius: 5px
}

#realpress-detail-content form>div {
	flex-basis: unset;
	margin-bottom: 20px
}

#realpress-detail-content form>div.realpress-message-result {
	margin-bottom: 0
}

@media (max-width:767px) {
	#realpress-detail-content form>div {
		margin-bottom: 15px
	}
}

#realpress-detail-content form .realpress-message-result span {
	display: block;
	margin-bottom: 15px
}

.realpress-detail-form>div {
	max-width: 50%;
	width: 100%
}

.realpress-detail-form>div input {
	border-radius: 5px
}

.realpress-detail-form>div input,
.realpress-detail-form>div textarea {
	width: 100%;
	border: 0;
	color: #181A20;
	background-color: var(--thim-bg_input-global, #f1f3f4);
	border: 1px solid var(--thim-border-color-input, var(--thim-bg_input-global, #f1f3f4));
	font-size: var(--thim-font_body-font-size);
	padding: 8px 15px
}

.realpress-detail-form>div input:focus,
.realpress-detail-form>div textarea:focus {
	border-color: var(--thim-body_primary_color)
}

.realpress-detail-form>div textarea {
	min-height: 150px;
	display: inherit;
	border-radius: 5px;
	padding: 15px;
	line-height: 1.75
}

.realpress-detail-form>div label {
	margin-bottom: 5px
}

.realpress-detail-form>.realpress-biographical-info,
.realpress-detail-form>.realpress-message-result,
.realpress-detail-form>button.save {
	max-width: 100%
}

.realpress-detail-form button.save {
	margin-left: 15px;
	margin-right: 15px
}

@media (min-width:1025px) {
	#realpress-password-content form {
		display: flex;
		flex-wrap: wrap;
		margin: 0 -8px
	}

	#realpress-password-content form button {
		margin-left: 8px;
		margin-right: 8px
	}
}

#realpress-password-content form>div {
	margin-bottom: 30px
}

@media (min-width:1025px) {
	#realpress-password-content form>div {
		margin-left: 8px;
		margin-right: 8px
	}

	#realpress-password-content form>div.realpress-current-password,
	#realpress-password-content form>div.realpress-new-password,
	#realpress-password-content form>div.realpress-confirm-password {
		max-width: calc(33.33% - 16px);
		width: 100%
	}

	#realpress-password-content form>div.realpress-message-result {
		width: 100%
	}
}

#realpress-password-content form>div.realpress-message-result {
	margin-bottom: 0
}

#realpress-password-content form>div.realpress-message-result span {
	margin-bottom: 20px;
	display: block
}

#realpress-password-content form>div input {
	width: 100%;
	max-width: 100%;
	border-radius: 5px;
	background-color: var(--thim-bg_input-global, #f1f3f4);
	border: 1px solid var(--thim-border-color-input, var(--thim-bg_input-global, #f1f3f4));
	font-size: var(--thim-font_body-font-size);
	color: #181A20
}

#realpress-password-content form>div input:focus {
	border-color: var(--thim-body_primary_color)
}

#realpress-password-content form>div label {
	display: block;
	margin-bottom: 5px
}

.realpress-avatar label {
	display: block;
	margin-bottom: 10px
}

.realpress-avatar .realpress-image-preview {
	position: relative;
	max-width: 200px;
	min-height: 200px;
	padding: 10px;
	border: 2px dashed #949494;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 30px;
	cursor: pointer;
	border-radius: 5px
}

.realpress-avatar .realpress-image-preview img {
	width: 100%
}

.realpress-avatar .realpress-image-preview::before {
	content: "+";
	font-size: 30px;
	color: white;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.4);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.realpress-avatar .realpress-image-preview:hover:before {
	opacity: 1;
	visibility: visible
}

.realpress-avatar .realpress-image-preview .description {
	margin: 10px 0;
	text-align: center
}

.realpress-avatar .realpress-image-control {
	display: inline-flex;
	margin-right: 10px;
	margin-left: 0
}

.realpress-avatar .realpress-image-control .realpress-image-remove {
	height: 44px;
	padding-top: 9px;
	border-radius: 5px
}

.realpress-avatar .realpress-image-remove {
	background-color: white;
	border: 1px solid var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list {
	padding-top: 0;
	border-top: 0
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li {
	margin: 0 5px 10px
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li a {
	width: 40px;
	height: 40px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: var(--thim-bg_input-global, #f1f3f4);
	color: #646464;
	border: 0;
	border-radius: 5px;
	font-size: var(--thim-font_body-font-size)
}

.realpress-my-account-profile-wrapper .realpress-agent-social-network-list li a:hover {
	color: white;
	background-color: var(--thim-body_primary_color)
}

#realpress_profile_picture {
	display: none
}

@media (max-width:1199px) {
	#realpress-detail-content form {
		margin-left: -8px;
		margin-right: -8px
	}

	#realpress-detail-content form>* {
		padding-left: 8px;
		padding-right: 8px
	}

	#realpress-password-content form>div,
	#realpress-detail-content form>div {
		margin-bottom: 15px
	}

	.realpress-my-account-property-control {
		margin-bottom: 15px
	}

	.realpress-detail-form button.save {
		margin-left: 8px;
		margin-right: 8px
	}
}

@media (max-width:991px) {
	.realpress-my-account-content-wrapper .realpress-property-container[data-grid-col="3"]>div {
		max-width: 50%
	}
}

@media (max-width:767px) {
	.realpress-my-account-profile-wrapper .realpress-my-account-profile {
		padding: 30px 15px
	}

	#realpress-password-content form>div input {
		max-width: 100%
	}

	.realpress-my-account-content-wrapper .realpress-tab-section,
	.realpress-my-account-content-wrapper .realpress-content-section {
		padding: 0;
		padding-bottom: 30px
	}

	.realpress-my-account-content-wrapper .realpress-content-section {
		padding-top: 0
	}

	.realpress-detail-form>div {
		max-width: 100%
	}
}

@media (max-width:600px) {
	.realpress-my-account-avatar {
		max-width: 100%
	}

	.realpress-my-account-avatar img {
		width: 100%
	}

	.realpress-my-account-profile {
		max-width: 100%
	}

	.realpress-my-account-profile-wrapper .realpress-agent-social-network-list {
		justify-content: center
	}
}

@media (max-width:575px) {

	.realpress-my-account-profile-wrapper .realpress-my-account-avatar,
	.realpress-my-account-profile-wrapper .realpress-my-account-profile {
		width: 100%;
		max-width: 100%
	}

	.realpress-my-account-profile-wrapper .realpress-my-account-avatar {
		display: block
	}

	.realpress-my-account-name {
		font-size: 24px;
		line-height: 36px
	}
}

@media (min-width:1200px) {
	.realpress-my-account-content-wrapper {
		max-width: calc(100% - 360px);
		margin: 0 15px;
		padding: 0;
		background-color: white
	}

	.realpress-my-account-content-wrapper .realpress-tab-section {
		margin-top: 0;
		padding: 0;
		padding-bottom: 40px
	}

	.realpress-my-account-content-wrapper .realpress-content-section {
		padding: 0
	}

	.realpress-my-account-profile-wrapper {
		max-width: 300px;
		padding: 0;
		flex-direction: column;
		position: relative;
		margin: 0 15px;
		background-color: white
	}

	.realpress-my-account-profile-wrapper .realpress-agent-social-network-list {
		justify-content: center;
		border: 0;
		padding: 0;
		margin-top: 20px;
		flex-wrap: wrap
	}

	.realpress-my-account-info .realpress-logout {
		margin-top: 30px
	}

	.realpress-my-account-avatar {
		margin-bottom: 20px;
		background-color: white
	}

	.realpress-my-account-avatar img {
		width: 100%
	}

	.realpress-my-account-profile {
		border: 0;
		padding: 0;
		max-width: 100%;
		text-align: center
	}
}

.realpress-my-account-info .realpress-logout a {
	border-radius: 4px
}

.realpress-my-account-info .realpress-logout a:after {
	content: "\e91e";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	margin-left: 10px;
	margin-right: 0;
	transition: 0.3s
}

.realpress-my-account-name {
	font-size: 20px;
	font-weight: 500;
	line-height: 1.75;
	color: #181A20
}

#realpress-avatar-content .realpress-image-inner {
	margin-bottom: 0
}

/*!--------------------------------------------------------------
13.0 - elements
----------------------------------------------------------------*/
input[type=submit],
.button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	height: auto;
	cursor: pointer;
	border: 0
}

input[type=submit]:hover,
.button:hover {
	color: #fff;
	background-color: var(--thim-body_primary_color)
}

input[type=submit]:hover {
	color: #fff;
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

/*!--------------------------------------------------------------
11.0 - elements
----------------------------------------------------------------*/
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
	padding: 0 15px
}

.section-banner .elementor-image-box-wrapper {
	position: relative
}

.section-banner .elementor-image-box-wrapper .elementor-image-box-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 30px;
	pointer-events: none
}

@media (max-width:1199px) {
	.section-banner .elementor-image-box-wrapper .elementor-image-box-content {
		padding: 15px
	}
}

.section-banner .elementor-widget-image-box .elementor-widget-container {
	overflow: hidden
}

.w-auto {
	width: auto !important
}

body.rtl .realpress-breadcrumb ul>li+li::before,
body.rtl .realpress-compare-property-breadcrumb ul>li+li::before,
body.rtl .realpress-wishlist-breadcrumb ul>li+li::before,
body.rtl .realpress-archive-property-breadcrumb ul>li+li::before,
body.rtl .rp-angle-right:before,
body.rtl .rp-angle-left:before {
	display: inline-block;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg)
}

body.rtl #realpress-thumbnail-gallery .splide__arrow {
	transform: translateY(-50%) rotateY(180deg);
	-webkit-transform: translateY(-50%) rotateY(180deg);
	-moz-transform: translateY(-50%) rotateY(180deg)
}

body.rtl #breadcrumbs li+li::before,
body.rtl .flexslider .flex-direction-nav a:before,
body.rtl .navbar-main-menu>li .sub-menu>li.menu-item-has-children>a:before {
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	-o-transform: rotate(-180deg)
}

body.rtl .realpress-similar-property-section .slick-track {
	float: right
}

body.rtl .realpress-similar-property .slick-arrow::before,
body.rtl .woocommerce-pagination .page-numbers li .page-numbers:before,
body.rtl .single-product .flex-direction-nav li a,
body.rtl .width-navigation ul li .icon-toggle,
body.rtl ul li.thim-ekits-menu__mobile__backlink i,
body.rtl .loop-pagination li .page-numbers.next:before,
body.rtl .loop-pagination li .page-numbers.prev:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

body.rtl .thim-ekits-sliders:not(.thim-ekits-testimonial__avatars) .swiper-slide {
	margin-left: auto
}

i.rp-regular_hospital::before {
	content: "\e915"
}

.rp-solid-graduation-cap:before {
	font-family: "rp-fonticon" !important
}

.custom-box .elementor-widget-icon-box svg path {
	fill: var(--thim-font_body-color)
}

.custom-box .elementor-widget-icon-box:hover .elementor-icon-box-title {
	color: var(--thim-body_primary_color)
}

.custom-box .elementor-widget-icon-box:hover svg path {
	fill: var(--thim-body_primary_color)
}

/*!--------------------------------------------------------------
13.0 - Extend
----------------------------------------------------------------*/
.new-input,
.realpress-search-field .content-section input[type=checkbox] {
	display: none
}

.new-input+span:before,
.realpress-search-field .content-section input[type=checkbox]+span:before,
.new-input+label:before,
.realpress-search-field .content-section input[type=checkbox]+label:before {
	content: "\e918";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	background: white;
	color: white;
	width: 20px;
	height: 20px;
	min-width: 20px;
	line-height: 20px;
	text-align: center;
	border: 1px solid var(--thim-body_primary_color);
	font-weight: bold;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin-right: 9px;
	margin-left: 0;
	font-size: 0;
	vertical-align: middle;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	cursor: pointer;
	border-radius: 4px
}

.new-input:checked+span:before,
.realpress-search-field .content-section input[type=checkbox]:checked+span:before,
.new-input:checked+label:before,
.realpress-search-field .content-section input[type=checkbox]:checked+label:before {
	font-size: 8px;
	text-indent: 1px;
	background: white;
	color: var(--thim-body_primary_color)
}

/*!--------------------------------------------------------------
13.0 - Widgets
----------------------------------------------------------------*/
.el-realpro-agent .el-realpro-agent-header {
	position: relative;
	overflow: hidden;
	height: 100%
}

.el-realpro-agent .el-realpro-agent-header .el-realpro-agent-avatar {
	width: 100%;
	height: 100%
}

.el-realpro-agent .el-realpro-agent-header img {
	width: 100%;
	height: 100%;
	transition: 0.5s all ease-in-out
}

.el-realpro-agent .el-realpro-agent-name {
	margin-bottom: 12px
}

.el-realpro-agent .el-realpro-agent-name h4 {
	margin-bottom: 0
}

.el-realpro-agent .el-realpro-agent-license {
	margin-bottom: 6px
}

.el-realpro-agent .el-realpro-agent-wrapper {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.el-realpro-agent .el-realpro-agent-body {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	background-color: white
}

.el-realpro-agent__inner {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px
}

.el-realpro-agent__inner .el-realpro-agent-item {
	width: 100%;
	max-width: calc(100% / var(--el-realpro-agent__inner, 2));
	padding: 0 15px;
	margin-bottom: 30px
}

.el-realpro-agent__inner .slick-arrow {
	font-size: 0;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid var(--thim-body_primary_color);
	border-radius: 50%;
	background-color: transparent;
	opacity: 50%;
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	z-index: 99;
	transition: 0.3s
}

.el-realpro-agent__inner .slick-arrow:hover {
	opacity: 1
}

.el-realpro-agent__inner .slick-arrow::before {
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 14px;
	text-indent: -2px;
	color: var(--thim-body_primary_color)
}

.el-realpro-agent__inner .slick-arrow.slick-prev::before {
	content: "\e91c"
}

.el-realpro-agent__inner .slick-arrow.slick-next {
	left: auto;
	right: 0
}

.el-realpro-agent__inner .slick-arrow.slick-next::before {
	content: "\e919";
	text-indent: 0
}

.el-realpro-agent-mobile a {
	color: var(--thim-font_body-color)
}

.el-realpro-agent-mobile a:hover {
	color: var(--thim-body_primary_color)
}

@media (min-width:1200px) {

	.custom-agent .elementor-element,
	.custom-agent .el-realpro-agent__inner {
		position: static
	}

	.custom-agent .e-con-inner {
		position: relative
	}

	.custom-agent .el-realpro-agent__inner .slick-arrow {
		left: 15px;
		right: auto;
		transform: unset;
		top: 75%
	}

	.custom-agent .el-realpro-agent__inner .slick-arrow.slick-next {
		left: 65px
	}
}

@media (max-width:1199px) {
	.el-realpro-agent .el-realpro-agent-body {
		padding: 15px
	}

	.el-realpro-agent__inner {
		margin-left: -8px;
		margin-right: -8px
	}

	.el-realpro-agent__inner .el-realpro-agent-item {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}
}

.realpro-team-section {
	margin-left: -15px;
	margin-right: -15px;
	display: flex;
	flex-wrap: wrap
}

.realpro-team-section>* {
	padding-right: 15px;
	padding-left: 15px;
	width: 33.33%
}

@media (max-width:991px) {
	.realpro-team-section>* {
		width: 50%;
		margin-bottom: 30px
	}
}

@media (max-width:767px) {
	.realpro-team-section>* {
		width: 100%
	}
}

.realpro-team-list-item {
	position: relative
}

.realpro-team-list-item .realpro-content {
	position: absolute;
	left: 16px;
	right: 16px;
	bottom: 16px;
	background-color: white;
	padding: 20px 30px;
	border-radius: 10px;
	border: 1px solid rgb(224, 224, 224);
	border-left: 0;
	border-bottom: 0
}

@media (min-width:1200px) {
	.realpro-team-list-item .realpro-content {
		padding-right: 130px
	}
}

@media (max-width:767px) {
	.realpro-team-list-item .realpro-content {
		padding: 15px 20px
	}
}

.realpro-team__image {
	min-height: 200px;
	border-radius: 10px;
	overflow: hidden
}

.realpro-team__member-name {
	margin-bottom: 12px
}

.realpro-team__list-social {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px
}

@media (min-width:1200px) {
	.realpro-team__list-social {
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		right: 30px;
		left: auto
	}
}

@media (max-width:1199px) {
	.realpro-team__list-social {
		margin-top: 10px
	}
}

.realpro-team__list-social a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	line-height: 40px;
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	color: var(--thim-font_body-color)
}

.realpro-team__list-social a:hover {
	background-color: var(--thim-body_primary_color);
	color: white
}

.realpro-post__inner {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.realpro-post__inner .realpro-item-post {
	border-radius: 10px;
	box-shadow: 0px 1px 10px 0px transparent;
	transition: 0.3s;
	overflow: hidden;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.realpro-post__inner .realpro-item-post:hover {
	box-shadow: 0px 1px 10px 0px rgba(0, 0, 0, 0.1)
}

.realpro-post__inner .realpro-post__item {
	padding: 0 15px;
	margin-bottom: 30px;
	max-width: calc(100% / var(--realpro-post-item-column, 3))
}

.realpro-post__inner .box-ct {
	padding: 30px
}

.realpro-post__inner .post-meta {
	margin-bottom: 6px
}

.realpro-post__inner .post-meta>.entry-date,
.realpro-post__inner .post-meta .meta-category {
	margin-bottom: 10px;
	display: inline-flex;
	align-items: center
}

.realpro-post__inner .post-meta i {
	margin-right: 8px;
	margin-left: 0;
	color: var(--thim-font_body-color)
}

.realpro-post__inner .post-meta>.post-date {
	margin-right: 16px;
	margin-left: 0
}

.realpro-post__inner .post-meta a {
	color: var(--thim-font_body-color)
}

.realpro-post__inner .post-meta a:hover {
	color: var(--thim-body_primary_color)
}

.realpro-post__inner .post-meta .meta-category {
	display: inline-block
}

.realpro-post__inner .post-meta .meta-category a:after {
	content: ",";
	margin-right: 3px;
	margin-left: 0
}

.realpro-post__inner .post-meta .meta-category a:last-child:after {
	display: none
}

.realpro-post__inner .post-desc {
	overflow: hidden
}

.realpro-post__inner .post-desc>p {
	line-clamp: 3;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	display: -webkit-box
}

@media (max-width:1199px) {
	.realpro-post__inner .box-ct {
		padding: 15px;
		padding-top: 20px
	}

	.realpro-post__inner {
		margin-left: -8px;
		margin-right: -8px
	}

	.realpro-post__inner .realpro-post__item {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}
}

.elementor-widget-realpro-properties .realpress-property-container .realpress-property-item {
	max-width: calc(100% / var(--el-realpro-property__inner))
}

.wrapper-search-fields {
	display: flex;
	flex-wrap: wrap;
	margin-left: calc(var(--thim-spacing-input-and-button, 5px) * -1);
	margin-right: calc(var(--thim-spacing-input-and-button, 5px) * -1);
	align-items: center
}

.wrapper-search-fields>div {
	padding: var(--thim-spacing-input-and-button, 5px)
}

.wrapper-search-fields .realpress-tom-select.ts-wrapper .clear-button {
	width: 20px;
	display: flex;
	justify-content: center;
	color: black;
	font-weight: 500;
	font-size: 15px;
	display: none
}

.realpress-search-toggle-fields .wrapper-search-fields {
	margin-left: calc(var(--thim-spacing-input-and-button-toggle, 5px) * -1);
	margin-right: calc(var(--thim-spacing-input-and-button-toggle, 5px) * -1)
}

.realpress-search-toggle-fields .wrapper-search-fields>div {
	padding: var(--thim-spacing-input-and-button-toggle, 5px)
}

.wrapper-search-fields .item-field button {
	width: 100%;
	color: var(--thim-button-submit-color, white)
}

.wrapper-search-fields .toggle-button svg {
	width: var(--thim-font-size-toggle-icon, 24px);
	height: var(--thim-font-size-toggle-icon, 24px)
}

.wrapper-search-fields .toggle-button svg path {
	fill: var(--thim-toggle-icon-color, black);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wrapper-search-fields .toggle-button i {
	font-size: var(--thim-font-size-toggle-icon, 24px);
	color: var(--thim-toggle-icon-color, #8A8A8A);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wrapper-search-fields .toggle-button:hover i {
	color: var(--thim-toggle-icon-hover-color, white)
}

.wrapper-search-fields .toggle-button:hover svg path {
	fill: var(--thim-toggle-icon-hover-color, white)
}

.wrapper-search-fields .button-reset {
	margin: 0
}

.wrapper-search-fields .button-reset span {
	color: var(--thim-button-reset-color, black);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	margin: 0;
	margin-right: var(--thim-button-reset-spacing, 5px);
	margin-left: 0
}

.wrapper-search-fields .button-reset i {
	font-size: var(--thim-button-reset-size, 24px);
	color: var(--thim-button-reset-color, black);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wrapper-search-fields .button-reset:hover span {
	color: var(--thim-button-reset-hover-color, white)
}

.wrapper-search-fields .button-reset:hover i {
	color: var(--thim-button-reset-hover-color, white);
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg)
}

.wrapper-search-fields .button-submit svg {
	width: var(--thim-button-submit-size, 24px);
	height: var(--thim-button-submit-size, 24px)
}

.wrapper-search-fields .button-submit svg path {
	fill: var(--thim-button-submit-color, white);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wrapper-search-fields .button-submit i {
	font-size: var(--thim-button-submit-size, 24px);
	color: var(--thim-button-submit-color, white);
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.wrapper-search-fields .button-submit:hover {
	color: var(--thim-button-submit-color-hover, white)
}

.wrapper-search-fields .button-submit:hover i {
	color: var(--thim-button-submit-color-hover, white)
}

.wrapper-search-fields .button-submit:hover svg path {
	fill: var(--thim-button-submit-color-hover, white)
}

.field-toggle .toggle-button.open i {
	color: var(--thim-toggle-icon-hover-color, black)
}

.field-toggle .toggle-button.open svg path {
	fill: var(--thim-toggle-icon-hover-color, black)
}

.realpress-search-toggle-fields {
	position: absolute;
	z-index: 999;
	background-color: white;
	left: 0;
	top: calc(100% - 10px);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	width: 100%
}

.realpress-search-toggle-fields.open {
	top: 100%;
	opacity: 1;
	visibility: visible
}

.ts-control {
	padding: var(--thim-padding-advanced-search-field, 8px 15px);
	color: var(--thim-advs-field-color, #000);
	background-color: var(--thim-advs-field-background-color, #EFEFEF);
	border-width: var(--thim-advanced-search-border-width-input, 1px);
	border-style: var(--thim-advanced-search-border-type-input, solid);
	border-color: var(--thim-advs-field-border-color, #EFEFEF);
	border-radius: var(--thim-advanced-seaarch-field-border-radius, 0)
}

.realpress-tom-select .ts-dropdown {
	margin-top: 3px;
	padding: 10px 0 20px;
	border: 1px solid #E7E7E7;
	font-size: var(--thim-font_body-font-size);
	z-index: 1000
}

.realpress-tom-select .ts-dropdown .active {
	background-color: #EFEFEF;
	color: black
}

.input-active .ts-control {
	color: var(--thim-advs-field-color-hover, #000);
	background-color: var(--thim-advs-field-bg-color-hover, #fff);
	border-color: var(--thim-advs-field-border-color-hover, #000)
}

.thim-ekits-menu__nav ul.sub-menu li.current-menu-item>a {
	color: var(--e-global-color-secondary)
}

.noUi-connect {
	background-color: var(--thim-body_primary_color) !important
}

@media (min-width:768px) {
	.elementor-widget-realpro-search .realpress-advanced-search .wrapper-search-fields>* {
		flex-basis: 20%
	}

	.elementor-widget-realpro-search .realpress-advanced-search .wrapper-search-fields>*.keyword {
		flex-basis: calc(60% - 2 * var(--thim-spacing-input-and-button))
	}
}

.thim-form-login input[type=text],
.thim-form-login input[type=password],
.thim-form-login input[type=email] {
	width: 100%;
	margin-bottom: 20px
}

.thim-form-login input[type=submit] {
	width: 100%
}

.thim-form-login p.subtitle {
	margin-bottom: 30px;
	display: block
}

.thim-form-login .login-remember {
	display: flex;
	justify-content: space-between;
	gap: 15px;
	margin-bottom: 30px;
	color: var(--thim-font_body-color)
}

.thim-form-login .login-remember a {
	color: var(--thim-font_body-color)
}

.thim-form-login .login-remember a:hover {
	color: var(--thim-body_primary_color)
}

.thim-form-login .form-login-bottom {
	margin-top: 16px
}

.thim-form-login .form-login-bottom a {
	font-weight: bold;
	color: var(--thim-body_primary_color);
	text-decoration: underline
}

.thim-form-login .form-login-bottom a:hover {
	text-decoration: none
}

.thim-form-login .description {
	margin-bottom: 30px
}

.thim-form-login input.invalid {
	border-color: red
}

.elementor-widget-login-form,
.thim-form-login {
	width: 100%
}

.thim-form-login {
	margin-left: auto;
	margin-right: auto;
	text-align: center
}

@media (max-width:1199px) {
	.realpress-pagination-wrapper {
		padding-top: 15px;
		flex-wrap: wrap
	}

	.realpress-pagination-wrapper .realpress-from-to {
		padding-top: 15px;
		padding-bottom: 10px;
		margin-bottom: 10px
	}

	.realpress-property-item .realpress-agent img {
		max-width: 30px
	}

	.realpress-group-price-meta .realpress-property-item-meta {
		gap: 0
	}

	.realpress-property-container {
		margin-left: -8px;
		margin-right: -8px
	}

	.realpress-property-container>div,
	.realpress-property-container .realpress-property-item {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}

	input[type=color],
	input[type=date],
	input[type=datetime],
	input[type=datetime-local],
	input[type=email],
	input[type=month],
	input[type=number],
	input[type=password],
	input[type=search],
	input[type=tel],
	input[type=text],
	input[type=time],
	input[type=url],
	input[type=week],
	select,
	textarea {
		font-size: 16px
	}
}

@media (min-width:768px) and (max-width:1199px) {
	.widget_price_filter .price_slider_wrapper .button {
		margin-bottom: 10px
	}

	.widget_price_filter .price_slider_wrapper .price_label {
		display: flex;
		width: 100%
	}

	.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type {
		flex-wrap: wrap
	}

	.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type>div {
		width: 100%
	}

	.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type>div+div {
		margin-top: 10px
	}
}

@media (min-width:769px) and (max-width:991px) {
	.navigation ul.navbar-main-menu>li>a {
		padding: 15px 5px
	}
}

@media (max-width:1366px) {

	.widget_realpress-contact-form .realpress-contact-form button,
	.widget_realpress-contact-form .realpress-contact-form button+a {
		max-width: 100%
	}

	.widget_realpress_mortgage_calculator>div>div {
		flex-wrap: wrap;
		flex-direction: column-reverse
	}

	.widget_realpress_mortgage_calculator button[type=button].realpress-mc-widget-reset {
		margin: 0;
		margin-bottom: 10px;
		padding: 9px;
		border: 1px solid black;
		justify-content: center
	}
}

@media (max-width:991px) {
	.widget_realpress-schedule-tour .realpress-schedule-tour .tour-type {
		flex-wrap: wrap
	}

	.widget_realpress-schedule-tour .realpress-schedule-tour .schedule-field {
		margin-bottom: 15px
	}
}

@media (max-width:1319px) {

	.realpress-advanced-search .realpress-search-field .content-section,
	.realpress-advanced-search .realpress-search-field .content-section>ul {
		min-width: unset
	}
}

@media (max-width:1199px) {
	.realpress-property-container>div {
		margin-bottom: 15px
	}

	.realpress-advanced-search .realpress-search-field .content-section>ul {
		gap: 0
	}

	[data-grid-col="1"] .realpress-property-body {
		padding: 20px
	}

	[data-grid-col="1"] .realpress-property-body .realpress-groups-button-wrapper {
		right: 20px;
		top: 20px
	}

	[data-grid-col="1"] .realpress-property-item .realpress-property-item-meta li {
		margin-bottom: 10px
	}

	[data-grid-col="1"] .realpress-property-body .realpress-agent {
		left: 15px;
		bottom: 15px
	}

	[data-grid-col="1"] .realpress-group-heading-info {
		padding-right: 15px
	}

	.realpress-property-item .realpress-groups-button-wrapper span {
		font-size: var(--thim-font_body-font-size)
	}

	.realpress-property-item .realpress-groups-button-wrapper {
		display: flex;
		opacity: 1;
		visibility: visible;
		right: 10px
	}

	.realpress-advanced-search .realpress-search-field .content-section {
		min-width: unset;
		width: 100%;
		padding: 15px
	}

	.realpress-advanced-search .realpress-search-field .content-section>ul {
		min-width: unset;
		flex-wrap: wrap;
		border-top: 1px solid rgba(0, 0, 0, 0.15);
		border-left: 1px solid rgba(0, 0, 0, 0.15)
	}

	.realpress-advanced-search .realpress-search-field .content-section>ul>li {
		flex-basis: 50%;
		width: 100%;
		line-height: 22px;
		border: 1px solid rgba(0, 0, 0, 0.15);
		border-left: 0;
		border-top: 0
	}
}

@media (max-width:767px) {
	.realpress-advanced-search .realpress-search-field {
		flex-basis: 100%
	}

	.realpress-search-toggle-fields {
		padding: 20px
	}
}

@media (max-width:575px) {
	.realpress-control-group .realpress-sort-by {
		margin-left: 0
	}

	.realpress-archive-property .realpress-control-group {
		margin-bottom: 20px
	}

	[data-grid-col="1"] .realpress-property-header {
		border-radius: 10px 10px 0 0
	}

	[data-grid-col="1"] .realpress-property-body {
		border-radius: 0 0 10px 10px
	}

	[data-grid-col="1"] .realpress-property-item {
		flex-wrap: wrap;
		margin-bottom: 20px
	}

	[data-grid-col="1"] .realpress-group-price-meta {
		padding-top: 20px
	}

	.realpress-property-container[data-grid-col="1"] .realpress-property-header,
	.realpress-property-container[data-grid-col="1"] .realpress-property-body {
		max-width: 100%
	}

	.realpress-property-container[data-grid-col="3"] .realpress-property-item {
		max-width: 100%
	}

	.realpress-property-container[data-grid-col="2"]>div {
		max-width: 100%;
		flex-basis: 100%
	}

	.realpress-control-group h1 {
		width: 100%;
		margin-bottom: 15px
	}

	.realpress-control-group .realpress-sort-by .ts-dropdown {
		left: 0;
		right: auto
	}

	.realpress-control-group .realpress-item-switch-view {
		width: 50%;
		margin-left: auto;
		justify-content: flex-end
	}

	.realpress-sort-by .ts-dropdown [data-selectable].option {
		text-align: left
	}
}

@media (max-width:375px) {
	[data-grid-col="1"] .realpress-group-price-meta {
		padding-top: 0
	}
}

.realpro-button-create-listing a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--thim-font_body-font-size);
	line-height: 24px;
	font-weight: 700;
	padding: 11px 20px;
	border-radius: var(--thim-border-radius-small);
	color: white;
	background-color: var(--thim-body_primary_color);
	border: 1px solid var(--thim-body_primary_color);
	text-align: center
}

.realpro-button-create-listing a:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.realpro-button-create-listing a i {
	display: none
}

.realpro-login-regis {
	display: flex;
	gap: 1px
}

.realpro-login-regis a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: var(--thim-font_body-font-size);
	line-height: 24px;
	font-weight: 700;
	padding: 11px;
	border: 1px solid transparent;
	color: #1C1C1B;
	background-color: transparent;
	border-radius: var(--thim-border-radius-small);
	text-align: center
}

.realpro-login-regis a:hover {
	border-color: var(--thim-body_primary_color);
	color: var(--thim-body_primary_color)
}

.realpro-login-regis a i {
	display: none
}

.realpro_widget_contact_summary {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	padding: 30px;
	border-radius: 10px
}

.realpro_widget_contact_summary .realpress-property-title i {
	font-family: "rp-fonticon" !important;
	font-size: 18px;
	color: var(--thim-body_primary_color);
	margin-right: 5px;
	margin-left: 0
}

.realpro_widget_contact_summary .realpress-property-title h4 {
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpress-group-status-rating {
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpress-group-address-date {
	margin-bottom: 24px
}

.realpro_widget_contact_summary .realpress-address-name {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	line-clamp: 1;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical
}

.realpro_widget_contact_summary .realpress-address-name i {
	display: inline-flex;
	vertical-align: middle
}

.realpro_widget_contact_summary .realpro-prices-area {
	display: flex;
	align-items: flex-end;
	font-weight: 700;
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid var(--thim-border-color, #E0E0E0)
}

.realpro_widget_contact_summary .realpress-property-item-price {
	line-height: 1.25;
	color: var(--thim-body_primary_color);
	margin-right: 15px
}

.realpro_widget_contact_summary .realpress-property-item-price .realpress-formated-price {
	font-size: 40px
}

.realpro_widget_contact_summary .realpress-area-size,
.realpro_widget_contact_summary .realpress-text-after-price {
	font-size: 18px;
	line-height: 2;
	font-weight: 500;
	display: inline-flex
}

.realpro_widget_contact_summary .realpress-area-size i,
.realpro_widget_contact_summary .realpress-area-size .title,
.realpro_widget_contact_summary .realpress-text-after-price i,
.realpro_widget_contact_summary .realpress-text-after-price .title {
	display: none
}

.realpro_widget_contact_summary .realpro-contact {
	padding: 16px;
	border-radius: 10px;
	background-color: #F2F2F2
}

.realpro_widget_contact_summary .realpro-contact-head {
	display: flex;
	align-items: center;
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpro-contact-head img {
	min-width: 60px;
	max-width: 60px;
	border-radius: 50%
}

.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-info {
	width: 100%;
	padding-left: 12px;
	padding-right: 0
}

.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-name {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #1C1C1B;
	margin-bottom: 5px
}

.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-mobile {
	line-height: 1.6;
	color: var(--thim-body_primary_color);
	display: inline-flex;
	align-items: center;
	gap: 3px
}

.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-mobile::before {
	content: "\e92f";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle
}

.realpro_widget_contact_summary .realpress-contact-link {
	display: flex;
	align-items: center;
	gap: 16px
}

.realpro_widget_contact_summary .realpress-contact-link>* {
	flex: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	border: 1px solid var(--thim-body_primary_color);
	padding: 10px 16px;
	font-size: 14px;
	line-height: 1.5;
	font-weight: 700;
	border-radius: 10px;
	text-transform: capitalize;
	cursor: pointer
}

.realpro_widget_contact_summary .realpress-contact-link a {
	color: var(--thim-body_primary_color)
}

.realpro_widget_contact_summary .realpress-contact-link a:hover {
	color: white;
	background-color: var(--thim-body_primary_color)
}

.realpro_widget_contact_summary .realpress-contact-link .mess {
	color: white;
	background-color: var(--thim-body_primary_color)
}

.realpro_widget_contact_summary .realpress-contact-link .mess:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.realpro_widget_contact_summary .realpro-form-popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 999;
	opacity: 0;
	visibility: hidden;
	transition: 0.3s
}

.realpro_widget_contact_summary .realpro-form-popup.open {
	opacity: 1;
	visibility: visible
}

.realpro_widget_contact_summary .realpro-form-popup .realpro-popup-content {
	width: 100%;
	max-width: 730px;
	margin: auto;
	background-color: white;
	border-radius: 10px;
	z-index: 1000
}

.realpro_widget_contact_summary .realpro-form-popup .head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: rgba(89, 115, 252, 0.1);
	padding: 20px 30px;
	border-radius: 10px 10px 0 0
}

.realpro_widget_contact_summary .realpro-form-popup h4 {
	margin: 0;
	text-transform: capitalize
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form-section {
	padding: 30px;
	border-radius: 0 0 10px 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	display: flex;
	flex-wrap: wrap
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-agent-detail {
	margin-right: auto;
	margin-left: 0;
	margin-bottom: 0
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-agent-detail .rp-angle-down {
	display: none
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-agent-link {
	display: inline-flex;
	align-items: flex-start
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-agent-link a {
	color: #1C1C1B
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-agent-link a:hover {
	color: var(--thim-body_primary_color)
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form {
	margin-left: -8px;
	margin-right: -8px;
	margin-top: 16px;
	display: flex !important;
	flex-wrap: wrap
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div {
	padding: 0 8px;
	width: 100%;
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:last-of-type {
	margin-bottom: 0
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(1),
.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(2),
.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(3) {
	display: inline-block;
	width: 33.33%;
	margin: 16px 0 0
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div.realpress-message-result {
	margin-bottom: 0
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div.realpress-message-result.failed {
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div input {
	margin-bottom: 16px
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div input[type=text] {
	font-family: var(--thim-font_body-font-family)
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div label {
	display: inline-flex;
	align-items: center
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div label input {
	margin-bottom: 0
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div label input[type=checkbox] {
	width: 16px;
	height: 16px;
	margin-right: 5px
}

.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div textarea {
	display: block;
	font-family: var(--thim-font_body-font-family)
}

.realpro_widget_contact_summary .realpress-agent-image {
	min-width: 60px;
	max-width: 60px
}

.realpro_widget_contact_summary .realpress-agent-image img {
	border-radius: 50%
}

.realpro_widget_contact_summary .realpress-agent-info {
	padding: 0 12px
}

.realpro_widget_contact_summary .realpress-send-message {
	width: 100%;
	padding: 12px;
	font-size: var(--thim-font_body-font-size);
	line-height: 24px;
	font-weight: 700;
	background-color: var(--thim-body_primary_color);
	color: white;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-family: var(--thim-font_body-font-family)
}

.realpro_widget_contact_summary .realpress-send-message:hover {
	background-color: var(--thim-body_color_seconds);
	border-color: var(--thim-body_color_seconds)
}

.realpro_widget_contact_summary .realpress-send-message+a {
	display: none
}

.realpro_widget_contact_summary .realpress-agent-name {
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
	color: #1C1C1B;
	margin-bottom: 5px
}

.realpro_widget_contact_summary .realpress-agent-mobile {
	font-size: var(--thim-font_body-font-size);
	line-height: 1.5;
	color: var(--thim-body_primary_color);
	display: inline-flex;
	align-items: center
}

.realpro_widget_contact_summary .realpress-agent-mobile::before {
	content: "\e92f";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 22px;
	margin: 0
}

.realpro_widget_contact_summary .realpress-agent-mobile a {
	color: var(--thim-body_primary_color)
}

.realpro_widget_contact_summary .thim-pbg-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 999
}

@media (max-width:1199px) {

	.realpro-button-create-listing a,
	.realpro-login-regis a {
		padding: 9px;
		font-size: 0;
		line-height: 0;
		border-color: var(--thim-body_primary_color);
		margin-right: 5px;
		margin-left: 0
	}

	.realpro-button-create-listing a:last-child,
	.realpro-login-regis a:last-child {
		margin-right: 0
	}

	.realpro-button-create-listing a i,
	.realpro-login-regis a i {
		display: block;
		font-size: var(--thim-font_body-font-size);
		line-height: 1
	}
}

@media (max-width:991px) {
	.realpro_widget_contact_summary {
		padding: 15px
	}

	.realpro_widget_contact_summary .realpress-property-title h4 {
		font-size: 18px
	}

	.realpro_widget_contact_summary .realpro-prices-area {
		flex-direction: column;
		align-items: flex-start
	}

	.realpro_widget_contact_summary .realpress-property-item-price .realpress-formated-price {
		font-size: 24px
	}

	.realpro_widget_contact_summary .realpress-group-address-date {
		margin-bottom: 15px
	}

	.realpro_widget_contact_summary .realpro-form-popup .head {
		padding: 15px
	}

	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form-section {
		padding: 15px
	}
}

@media (min-width:768px) and (max-width:991px) {
	.realpro_widget_contact_summary .realpro-contact-head img {
		min-width: 40px;
		max-width: 40px
	}

	.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-name,
	.realpro_widget_contact_summary .realpro-contact-head .realpro-contact-mobile {
		font-size: 14px
	}

	.realpro_widget_contact_summary .realpress-contact-link {
		flex-direction: column
	}

	.realpro_widget_contact_summary .realpress-contact-link>* {
		width: 100%
	}

	.widget_custom_html,
	.custom_mc4wp {
		order: -1
	}
}

@media (max-width:700px) {
	.realpro_widget_contact_summary .realpro-form-popup .realpro-popup-content {
		margin-left: 15px;
		margin-right: 15px
	}

	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(1),
	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(2),
	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(3) {
		width: 100%
	}

	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(2),
	.realpro_widget_contact_summary .realpro-form-popup .realpress-contact-form>div:nth-of-type(3) {
		margin-top: 0
	}
}

/*!--------------------------------------------------------------
14.0 - woocomerce
----------------------------------------------------------------*/
.list-unstyled {
	list-style: none
}

.woocommerce-cart .wc-proceed-to-checkout a.button:hover {
	background: var(--thim-body_color_seconds)
}

.woocommerce button.button:hover {
	background: var(--thim-body_color_seconds);
	color: white
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
	background-color: #f7f7f7;
	padding: 15px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	border-color: var(--thim-body_primary_color);
	border-right: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	outline: none
}

.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	position: unset;
	margin-right: 7px;
	margin-left: 0;
	color: var(--thim-body_primary_color)
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-error .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-info .button,
.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button {
	order: 1;
	margin-left: auto;
	margin-right: 0;
	text-align: center
}

.woocommerce-MyAccount-content .woocommerce-error,
.woocommerce-MyAccount-content .woocommerce-info,
.woocommerce-MyAccount-content .woocommerce-message {
	background-color: #f5f5f5;
	margin-bottom: 0
}

.product-title {
	text-align: center
}

.product-title a {
	text-decoration: none;
	text-transform: capitalize;
	color: #000000
}

.product-title a:hover {
	color: #24D2C8
}

.product-price .regular-price {
	color: #000;
	font-size: 18px;
	font-weight: 500
}

.product-price .sale-price {
	color: #ccc;
	font-size: 18px;
	text-decoration: line-through
}

.product-item-thumb {
	width: 100%;
	border-radius: 10px;
	position: relative;
	transition: all 0.3s
}

.product-item-thumb img {
	width: 100%;
	border-radius: 10px
}

.product-item-thumb .box-hover {
	display: none
}

.product-item-thumb .box-hover .box-hover-bottom {
	position: absolute;
	bottom: 10%;
	display: block;
	text-align: center;
	left: 10%;
	right: 10%
}

.product-item-thumb .box-hover .box-hover-bottom a {
	display: block;
	padding: 5px 12px;
	background-color: white;
	text-decoration: none;
	color: black;
	font-size: var(--thim-font_body-font-size);
	border-radius: 8px
}

.product-item-thumb .box-hover .box-hover-bottom a:hover {
	background-color: #24D2C8
}

.product-item-thumb .box-hover .box-hover-top {
	position: absolute;
	top: 20px;
	right: 10%
}

.product-item-thumb .box-hover .box-hover-top .list-icon .icon {
	position: relative;
	margin-bottom: 10px
}

.product-item-thumb .box-hover .box-hover-top .list-icon .icon:hover span {
	display: block
}

.product-item-thumb .box-hover .box-hover-top .list-icon .icon a {
	display: inline-block;
	color: black;
	padding: 8px;
	background-color: white;
	border-radius: 10px;
	font-size: 24px
}

.product-item-thumb .box-hover .box-hover-top .list-icon .icon span {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: calc(100% + 10px);
	padding: 2px 20px;
	background: black;
	color: white;
	width: max-content;
	height: fit-content;
	border-radius: 10px;
	display: none
}

.product-item-thumb:hover .box-hover {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.woocommerce-account h1 {
	margin-bottom: 30px
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation {
	width: 100%
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
	display: flex;
	overflow: hidden;
	overflow-x: auto;
	margin: 0
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	list-style: none;
	background: none;
	border-radius: 0;
	margin: 0;
	text-align: center;
	border: 0;
	padding: 0;
	position: relative;
	flex: 1
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li:after {
	content: "";
	position: absolute;
	left: 0;
	right: 3px;
	bottom: 0;
	height: 1px;
	z-index: 10;
	background: var(--thim-border-color, #E0E0E0)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active:before {
	content: "";
	position: absolute;
	left: 0;
	right: 3px;
	top: 0;
	height: 4px;
	z-index: 10
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active:after {
	background: #fff
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li.is-active a {
	background: #fff;
	border-top: 3px solid var(--thim-body_primary_color)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a {
	color: #000;
	border-radius: 0;
	margin-right: 3px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-bottom: 0;
	font-size: 13px;
	font-weight: 700;
	background: #f9f9f9;
	line-height: 29px;
	float: none;
	position: relative;
	padding: 10px 25px;
	white-space: nowrap;
	display: block
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
	margin-top: 30px;
	width: 100%;
	float: left
}

@media (max-width:1023px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		margin-top: 30px
	}
}

@media (max-width:767px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-1 {
		width: 100%;
		padding-bottom: 20px
	}
}

@media (max-width:767px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .col2-set .col-2 {
		width: 100%
	}
}

@media (max-width:767px) {
	.woocommerce-account .woocommerce .woocommerce-MyAccount-content .form-row {
		width: 100% !important
	}
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row label {
	display: block
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row .input-text,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content form .form-row textarea {
	min-width: 250px
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content legend {
	padding-top: 20px;
	line-height: 30px;
	text-transform: uppercase;
	font-weight: 500;
	font-size: 18px;
	padding-bottom: 5px
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content form>h3,
.woocommerce-account .woocommerce .woocommerce-MyAccount-content .title h3 {
	text-transform: uppercase;
	font-size: 18px
}

.woocommerce-account .woocommerce .woocommerce-MyAccount-content .button {
	background-color: var(--thim-body_color_seconds);
	color: white
}

.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register {
	padding: 0;
	border: 0
}

.woocommerce-account .woocommerce .button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.woocommerce-account .woocommerce .button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.woocommerce-account .woocommerce .button:hover::before {
	width: 100%
}

.woocommerce-account form .form-row {
	margin-bottom: 15px;
	padding: 0
}

.woocommerce-account form .form-row label {
	font-weight: 400;
	font-size: 13px
}

.woocommerce-account form .form-row input+span {
	display: block
}

.woocommerce-account form .form-row input.input-text {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	height: 40px
}

.woocommerce-account form .form-row textarea {
	border-radius: 0;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.woocommerce-account form .form-row .show-password-input {
	right: 15px;
	left: auto
}

.woocommerce-account form .form-row .select2-selection {
	height: 40px;
	border-radius: 10px;
	border-color: #dee2e6
}

.woocommerce-account form .form-row .select2-selection .select2-selection__rendered {
	line-height: 40px;
	padding: 0 20px
}

.woocommerce-account form .form-row .select2-selection .select2-selection__arrow {
	height: 40px;
	right: 10px;
	left: auto
}

.woocommerce-cart h1.entry-title {
	margin-bottom: 30px
}

.woocommerce-cart .woocommerce-cart-form {
	overflow-x: auto;
	background-color: white;
	margin-bottom: 30px
}

.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents {
	border-radius: 0;
	border: 1px solid #ccc;
	border-right: 0;
	margin: 0
}

@media (max-width:767px) {
	.woocommerce-cart .cart-collaterals .cart_totals {
		width: 100%
	}
}

.woocommerce-cart.woocommerce-cart table.cart img {
	width: 80px
}

.woocommerce-cart.woocommerce-cart table.cart th {
	text-align: center;
	color: black;
	border: 0;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 18px;
	font-weight: 600
}

.woocommerce-cart.woocommerce-cart table.cart td.actions {
	text-align: center
}

@media (max-width:767px) {
	.woocommerce-cart.woocommerce-cart table.cart td.actions {
		text-align: left
	}
}

.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-right: 4px;
	margin-left: 0
}

.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon .input-text {
	line-height: 30px;
	padding: 6px 20px;
	font-size: 14px;
	min-width: 180px;
	border-radius: 10px
}

@media (max-width:1199px) {
	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon .input-text {
		font-size: var(--thim-font_body-font-size)
	}
}

.woocommerce-cart.woocommerce-cart table.cart td.actions input[type=submit] {
	margin-left: 10px
}

.woocommerce-cart.woocommerce-cart a.remove {
	margin: auto;
	font-size: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-webkit-transition: 0.35s;
	-khtml-transition: 0.35s;
	-moz-transition: 0.35s;
	-ms-transition: 0.35s;
	-o-transition: 0.35s;
	transition: 0.35s
}

.woocommerce-cart.woocommerce-cart a.remove::before {
	content: "+";
	font-size: 24px;
	font-weight: 500
}

.woocommerce-cart.woocommerce-cart a.remove:hover {
	background: unset !important;
	color: red !important;
	-webkit-transform: rotate(135deg);
	-moz-transform: rotate(135deg);
	-ms-transform: rotate(135deg);
	-o-transform: rotate(135deg)
}

.woocommerce-cart table.shop_table tr td {
	padding: 20px 12px;
	text-align: center;
	border: 0;
	border-right: 1px #ccc solid;
	border-bottom: 1px #ccc solid
}

.woocommerce-cart table.shop_table tr td .woocommerce-Price-amount {
	font-weight: 500
}

.woocommerce-cart table.shop_table tr td .quantity .qty {
	width: 80px
}

.woocommerce-cart table.shop_table tr td.product-name {
	font-weight: 500
}

.woocommerce-cart table.shop_table tr:last-child td {
	border-bottom: 0
}

.woocommerce-cart .cart .button,
.woocommerce-cart .cart input.button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.woocommerce-cart .cart .button::before,
.woocommerce-cart .cart input.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.woocommerce-cart .cart .button:hover::before,
.woocommerce-cart .cart input.button:hover::before {
	width: 100%
}

.woocommerce-cart .cart .coupon button {
	background-color: black
}

.woocommerce-cart .cart .coupon button::before {
	display: none
}

.woocommerce-cart .cart .coupon button:hover {
	background-color: var(--thim-body_color_seconds)
}

.woocommerce-cart .cart .product-quantity .quantity {
	display: flex;
	align-items: center;
	position: relative;
	width: 80px;
	margin: auto
}

@media (max-width:768px) {
	.woocommerce-cart .cart .product-quantity .quantity {
		margin-left: auto;
		margin-right: 0
	}
}

.woocommerce-cart .cart .product-quantity .quantity button {
	position: absolute;
	background: transparent
}

.woocommerce-cart .cart .product-quantity .quantity .minus {
	left: 10px;
	font-size: 20px;
	width: 15px
}

.woocommerce-cart .cart .product-quantity .quantity .plus {
	right: 10px;
	font-size: var(--thim-font_body-font-size);
	width: 15px
}

.woocommerce-cart .cart .product-quantity .quantity input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.woocommerce-cart .cart .product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce-cart .cart .product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
	appearance: none
}

.woocommerce-cart .wc-proceed-to-checkout a.button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.woocommerce-cart .wc-proceed-to-checkout a.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.woocommerce-cart .wc-proceed-to-checkout a.button:hover::before {
	width: 100%
}

.woocommerce-checkout-payment ul {
	margin: 0
}

.woocommerce-checkout-payment ul li {
	margin: 0;
	list-style: none
}

.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled] {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	background-color: #ebe9eb;
	color: inherit
}

.return-to-shop {
	padding-top: 15px
}

.return-to-shop a.button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.return-to-shop a.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.return-to-shop a.button:hover::before {
	width: 100%
}

.return-to-shop a.button:hover {
	background-color: var(--thim-body_color_seconds);
	color: white
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	padding-top: 30px;
	background: white
}

.woocommerce .cart-collaterals .cart_totals .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .woocommerce-Price-amount {
	font-weight: 500
}

.woocommerce .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount,
.woocommerce-page .cart-collaterals .cart_totals .order-total .woocommerce-Price-amount {
	font-weight: 600
}

.woocommerce .col2-set,
.woocommerce-page .col2-set {
	margin-bottom: 30px;
	padding-top: 30px
}

.woocommerce .woocommerce-MyAccount-content .col2-set>*,
.woocommerce-page .woocommerce-MyAccount-content .col2-set>* {
	background-color: unset;
	padding: 0;
	border: 1px solid #ddd
}

.woocommerce .woocommerce-MyAccount-content .col2-set>*>*,
.woocommerce-page .woocommerce-MyAccount-content .col2-set>*>* {
	padding: 15px
}

.woocommerce .woocommerce-MyAccount-content .col2-set>*>header,
.woocommerce-page .woocommerce-MyAccount-content .col2-set>*>header {
	background-color: #f5f5f5
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	background-color: white
}

.woocommerce-cart .cart-collaterals .cart_totals table {
	border-collapse: collapse;
	margin-top: 15px;
	border-color: #ccc
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	line-height: 22px;
	padding: 20px;
	border: 0;
	border-bottom: 1px solid #ccc
}

@media (min-width:768px) {

	.woocommerce-cart .cart-collaterals .cart_totals table td,
	.woocommerce-cart .cart-collaterals .cart_totals table th {
		border-right: 1px solid #ccc
	}
}

.woocommerce-checkout .site-content .row #main {
	width: 100%
}

.woocommerce-checkout .site-content .row .sticky-sidebar {
	display: none
}

.woocommerce-checkout h1.entry-title {
	margin-bottom: 30px
}

.woocommerce-checkout form.checkout_coupon {
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 0
}

@media (max-width:767px) {
	.woocommerce-checkout form.checkout_coupon {
		padding: 15px
	}
}

.woocommerce-checkout form.checkout_coupon .form-row {
	display: inline-block;
	width: 50%;
	margin: 0
}

.woocommerce-checkout form.checkout_coupon .form-row.form-row-first {
	padding-right: 15px
}

.woocommerce-checkout form.checkout_coupon button {
	line-height: 30px;
	padding: 5px 25px;
	border: 0;
	background-color: var(--thim-body_primary_color);
	color: #fff;
	border-radius: 10px
}

@media (max-width:767px) {
	.woocommerce-checkout form.checkout_coupon button {
		padding: 5px 11px
	}
}

@media (max-width:450px) {
	.woocommerce-checkout form.checkout_coupon button {
		width: 100%
	}
}

.woocommerce-checkout form .form-row {
	margin-bottom: 15px
}

.woocommerce-checkout form .form-row label {
	color: #1c1c1e
}

.woocommerce-checkout form .form-row input.input-text {
	border-radius: 10px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	height: 48px;
	font-size: var(--thim-font_body-font-size);
	font-weight: 500
}

.woocommerce-checkout form .form-row textarea {
	min-height: 100px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

.woocommerce-checkout form .form-row .select2-selection {
	height: 48px;
	border-radius: 10px;
	border-color: #dee2e6
}

.woocommerce-checkout form .form-row .select2-selection .select2-selection__rendered {
	line-height: 48px;
	padding-left: 20px
}

.woocommerce-checkout form .form-row .select2-selection .select2-selection__arrow {
	height: 40px;
	right: 15px
}

@media (max-width:767px) {
	.woocommerce-checkout form .col2-set .col-1 {
		width: 100%
	}
}

@media (max-width:767px) {
	.woocommerce-checkout form .col2-set .col-2 {
		width: 100%
	}
}

.woocommerce-checkout form.checkout h3,
.woocommerce-checkout h3#order_review_heading {
	padding-bottom: 15px
}

.woocommerce-checkout .select2-container .select2-choice {
	border-radius: 0;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	line-height: 30px;
	padding-top: 5px;
	padding-bottom: 5px
}

.woocommerce-checkout .woocommerce-checkout-review-order table {
	border-radius: 0
}

.woocommerce-checkout .woocommerce-checkout-review-order table thead tr th:first-child {
	border-right: 1px #ccc solid
}

.woocommerce-checkout .woocommerce-checkout-review-order table tbody .product-name {
	border-right: 1px #ccc solid
}

.woocommerce-checkout .woocommerce-checkout-review-order table tfoot tr th:first-child {
	border-right: 1px #ccc solid
}

.woocommerce-checkout .woocommerce-checkout-review-order table th,
.woocommerce-checkout .woocommerce-checkout-review-order table td {
	padding: 15px;
	border-bottom: 0;
	border-right: 0
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order:hover::before {
	width: 100%
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio] {
	border-radius: 10px;
	line-height: 10px;
	font-size: var(--thim-font_body-font-size);
	border: 1px solid #b4b9be;
	background: #fff;
	color: #555;
	clear: none;
	cursor: pointer;
	display: inline-block;
	outline: 0;
	padding: 0 !important;
	text-align: center;
	vertical-align: middle;
	height: 16px;
	width: 16px;
	min-width: 16px;
	appearance: none;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-khtml-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-ms-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-o-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.05s border-color ease-in-out;
	-khtml-transition: 0.05s border-color ease-in-out;
	-moz-transition: 0.05s border-color ease-in-out;
	-ms-transition: 0.05s border-color ease-in-out;
	-o-transition: 0.05s border-color ease-in-out;
	transition: 0.05s border-color ease-in-out
}

.woocommerce-checkout .woocommerce-checkout-payment input[type=radio]:checked:before {
	content: "•";
	border-radius: 50px;
	font-size: 24px;
	width: 6px;
	height: 6px;
	margin: 1px;
	line-height: 16px;
	color: var(--thim-body_primary_color)
}

.woocommerce-privacy-policy-text {
	margin-bottom: 15px
}

@media (max-width:768px) {
	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon {
		width: 100%;
		display: flex
	}
}

@media only screen and (max-width:768px) {

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 0
	}
}

@media (max-width:767px) {
	.woocommerce-checkout-review-order {
		padding: 15px
	}

	.woocommerce form.checkout_coupon,
	.woocommerce form.login,
	.woocommerce form.register {
		margin: 15px 0 30px
	}

	.woocommerce table.shop_table td {
		border-top: 0
	}

	.woocommerce table.shop_table_responsive tr,
	.woocommerce-page table.shop_table_responsive tr {
		border: 0
	}

	.woocommerce .col2-set,
	.woocommerce-page .col2-set {
		margin-bottom: 15px
	}

	.woocommerce .col2-set>*,
	.woocommerce-page .col2-set>* {
		padding: 15px
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item {
		border-top: 1px solid #ccc;
		border-left: 1px solid #ccc
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive.woocommerce-cart-form__contents tr.cart_item+.cart_item {
		margin-top: 15px
	}

	.woocommerce-cart .woocommerce-cart-form table.shop_table_responsive.woocommerce-cart-form__contents tr:last-child {
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc
	}

	.woocommerce-cart .woocommerce-cart-form .woocommerce-cart-form__contents {
		border: 0
	}
}

@media (max-width:575px) {

	.woocommerce .col2-set .col-1,
	.woocommerce .col2-set .col-2,
	.woocommerce-page .col2-set .col-1,
	.woocommerce-page .col2-set .col-2 {
		float: unset;
		width: 100%
	}

	.woocommerce h2,
	.woocommerce-page h2 {
		font-size: 24px;
		line-height: 32px
	}

	.woocommerce-notices-wrapper .woocommerce-message {
		display: block
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul {
		overflow: visible;
		flex-wrap: wrap
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-navigation ul li {
		width: 100%;
		margin-bottom: 3px
	}

	.woocommerce-account .woocommerce .woocommerce-MyAccount-content {
		padding: 15px
	}
}

@media (max-width:479px) {

	.woocommerce .woocommerce-MyAccount-content .woocommerce-error .button,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-info .button,
	.woocommerce .woocommerce-MyAccount-content .woocommerce-message .button {
		margin-top: 10px;
		width: 100%
	}

	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon {
		flex-wrap: wrap
	}

	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon .input-text,
	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon .button {
		width: 100%
	}

	.woocommerce-cart.woocommerce-cart table.cart td.actions .coupon .input-text {
		margin: 0;
		margin-bottom: 5px
	}
}

.woocommerce-form-coupon-toggle .woocommerce-info a {
	margin-left: 5px;
	margin-right: 0
}

.wc_payment_methods .woocommerce-info {
	margin-bottom: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items {
	border: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items tr {
	border: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items td {
	border: 0;
	margin: 0;
	padding: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__total {
	margin-left: auto;
	margin-right: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__image {
	padding-right: 0;
	padding-left: 0;
	min-width: 110px
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items td.wc-block-cart-item__product {
	padding-left: 30px;
	width: 100%
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items td:last-child {
	padding-right: 0
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items thead {
	display: none
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items tbody tr {
	padding-left: 54px;
	padding-top: 30px;
	padding-bottom: 30px;
	display: flex;
	position: relative
}

@media (max-width:1199px) {
	.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items tbody tr {
		padding-left: 40px;
		padding-bottom: 20px;
		padding-top: 20px
	}
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items tbody tr+tr {
	border-top: 1px solid var(--thim-border-color, #E0E0E0)
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart-items tbody tr:last-child td {
	padding-bottom: 0
}

.woocommerce-cart .wc-block-cart-item__image {
	padding-left: 0
}

.woocommerce-cart .wc-block-cart-item__image img {
	max-width: 110px;
	border-radius: 10px
}

.woocommerce-cart .wc-block-cart-item__remove-link {
	position: absolute;
	left: 0;
	right: auto;
	top: 50%;
	transform: translateY(-50%);
	font-size: 0 !important;
	text-decoration: none !important
}

.woocommerce-cart .wc-block-cart-item__remove-link::before {
	content: "\e925";
	font-size: var(--thim-font_body-font-size);
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	display: flex;
	align-items: center;
	justify-content: center
}

.woocommerce-cart .wc-block-components-product-metadata__description,
.woocommerce-cart .wc-block-cart-item__prices {
	display: none
}

.woocommerce-cart .wc-block-cart-item__wrap {
	display: flex;
	flex-wrap: wrap
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-name {
	width: 100%;
	max-width: 100% !important;
	font-size: 1.125em;
	font-weight: 700
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity {
	width: 100%
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-cart-item__quantity .wc-block-components-quantity-selector {
	margin-bottom: 0
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-details {
	display: flex;
	flex-wrap: wrap;
	margin: 0
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-details li {
	list-style: none;
	font-size: 14px;
	margin: 0;
	margin-right: 30px;
	margin-left: 0
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-details .wc-block-components-product-details__name {
	color: var(--thim-font_body-color);
	font-weight: 400 !important
}

.woocommerce-cart .wc-block-cart-item__wrap .wc-block-components-product-details .wc-block-components-product-details__value {
	color: #1C1C1B
}

.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
	height: 48px
}

@media (max-width:1199px) {
	.woocommerce-cart .wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
		height: 40px
	}
}

.woocommerce-cart .wc-block-components-quantity-selector:after {
	border-radius: 10px
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
	padding: 30px;
	border: 1px solid var(--thim-border-color, #E0E0E0);
	border-radius: 10px;
	margin-bottom: 30px;
	color: #1C1C1B
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block .wp-block-woocommerce-cart-order-summary-totals-block {
	border-top: 0
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block>.wc-block-components-totals-wrapper {
	border: 0
}

.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block>.wc-block-components-totals-wrapper:last-child {
	border-top: 1px dashed var(--thim-border-color, #E0E0E0);
	padding-bottom: 0
}

.woocommerce-cart .wc-block-components-totals-wrapper .wc-block-formatted-money-amount {
	color: var(--thim-font_body-color);
	font-weight: 400
}

.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: var(--thim-body_primary_color);
	font-size: 28px;
	line-height: 35px;
	font-weight: 700
}

.woocommerce-cart .wc-block-cart.wc-block-cart .wc-block-cart__totals-title {
	padding: 0;
	margin-bottom: 14px;
	font-size: 28px;
	line-height: 35px;
	font-weight: 700;
	color: #1C1C1B;
	text-transform: capitalize;
	display: block !important
}

.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-cart .wc-block-cart .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 30px;
	padding-left: 0
}

@media (max-width:1199px) {
	.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main {
		padding-right: 15px
	}
}

.woocommerce-cart .wc-block-components-sidebar {
	padding-left: 30px;
	padding-right: 0
}

@media (max-width:1199px) {
	.woocommerce-cart .wc-block-components-sidebar {
		padding-left: 15px
	}
}

.woocommerce-cart .wc-block-components-text-input input[type=text] {
	border-color: var(--thim-border-color, #E0E0E0)
}

.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=password],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-form .wc-block-components-text-input input[type=url],
.woocommerce-page .wc-block-components-text-input input[type=email],
.woocommerce-page .wc-block-components-text-input input[type=number],
.woocommerce-page .wc-block-components-text-input input[type=password],
.woocommerce-page .wc-block-components-text-input input[type=tel],
.woocommerce-page .wc-block-components-text-input input[type=text],
.woocommerce-page .wc-block-components-text-input input[type=url] {
	border-color: var(--thim-border-color, #E0E0E0);
	height: 40px;
	padding: 10px
}

.woocommerce-page .wc-block-components-quantity-selector .wc-block-components-quantity-selector__button:focus {
	box-shadow: none
}

.woocommerce-page:not(.woocommerce-block-theme-has-button-styles) .wc-block-components-totals-coupon__form .wc-block-components-button:not(.is-link) {
	min-height: unset
}

.woocommerce-page .wc-block-components-panel__content .wc-block-components-totals-coupon__form>button.wc-block-components-button:not(.is-link) {
	min-height: 3em
}

.woocommerce-page .wc-block-components-totals-coupon__input label {
	top: 50%;
	transform: translateY(-50%)
}

.woocommerce-page .wc-block-components-totals-coupon__input.is-active input[type=text] {
	padding: 10px
}

.woocommerce-page .wc-block-components-totals-coupon__input.is-active label {
	transform: scale(0)
}

.woocommerce-page .wc-blocks-components-select .wc-blocks-components-select__container,
.woocommerce-page .wc-block-components-textarea {
	border-color: var(--thim-border-color, #E0E0E0)
}

.woocommerce-page .wc-block-components-button {
	background-color: var(--thim-body_primary_color);
	border-radius: 10px;
	font-size: var(--thim-font_body-font-size);
	font-weight: 700;
	color: white;
	transition: 0.3s;
	outline: none !important;
	box-shadow: none !important
}

.woocommerce-page .wc-block-components-button:hover {
	background-color: var(--thim-body_color_seconds)
}

.woocommerce-checkout .wc-block-components-checkbox .wc-block-components-checkbox__input[type=checkbox] {
	box-shadow: none !important;
	outline: none !important
}

.woocommerce-checkout .wc-block-checkout .wc-block-checkout__actions {
	padding-bottom: 0
}

.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wc-block-components-panel,
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-coupon,
.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar .wc-block-components-totals-item {
	padding-left: 0;
	padding-right: 0
}

@media (min-width:1200px) {
	.woocommerce-checkout .wc-block-components-sidebar-layout {
		margin-bottom: 90px
	}
}

.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
	padding-right: 30px;
	padding-left: 0
}

@media (max-width:1199px) {
	.woocommerce-checkout .wc-block-components-sidebar-layout .wc-block-components-main {
		padding-right: 15px
	}
}

.woocommerce-checkout .wc-block-components-sidebar {
	margin-top: 0;
	padding-left: 30px;
	padding-right: 0
}

@media (max-width:1199px) {
	.woocommerce-checkout .wc-block-components-sidebar {
		padding-left: 15px
	}
}

.woocommerce-checkout .wc-block-components-form {
	border-radius: 10px;
	padding: 30px;
	border: 1px solid var(--thim-border-color, #E0E0E0)
}

@media (max-width:1199px) {
	.woocommerce-checkout .wc-block-components-form {
		padding: 15px
	}
}

.woocommerce-checkout .wc-block-checkout__contact-fields .wc-block-components-checkout-step__heading {
	margin-top: 0
}

.woocommerce-checkout .wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom: 40px
}

.woocommerce-checkout .wc-block-checkout__no-payment-methods-notice {
	margin-top: 0
}

.woocommerce-checkout .wc-block-components-form .wc-block-checkout__order-notes.wc-block-components-checkout-step {
	margin-bottom: 30px
}

.woocommerce-checkout .wc-block-checkout__terms.wc-block-checkout__terms--with-separator {
	padding-top: 30px;
	margin-bottom: 30px
}

.woocommerce-checkout .wc-block-formatted-money-amount {
	color: var(--thim-font_body-color)
}

.woocommerce-checkout .wc-block-components-totals-wrapper {
	padding: 20px;
	color: #1C1C1B
}

.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-subtotal-block .wc-block-formatted-money-amount {
	color: #1C1C1B
}

.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
	color: var(--thim-body_primary_color);
	font-size: 28px;
	line-height: 35px;
	font-weight: 700
}

.woocommerce-checkout .wc-block-components-product-metadata {
	display: none
}

.woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step:after {
	display: none
}

.woocommerce-checkout .is-mobile .wc-block-components-form .wc-block-components-checkout-step {
	margin-bottom: 0
}

.woocommerce-checkout .is-mobile .wp-block-woocommerce-checkout-order-summary-block .wc-block-components-totals-wrapper {
	padding-left: 0;
	padding-right: 0
}

.archive_before_shop_loop {
	display: flex;
	flex-direction: row
}

.archive_before_shop_loop .woocommerce-result-count {
	flex: 2;
	font-size: 18px;
	line-height: 50px
}

.archive_before_shop_loop ul.btn-column {
	display: inline-flex;
	list-style-type: none
}

.archive_before_shop_loop ul.btn-column li.btn-column-item {
	margin-right: 10px;
	cursor: pointer;
	background-color: var(--thim-body_primary_color);
	color: black;
	border-radius: 10px;
	width: 50px;
	height: 50px;
	text-align: center
}

.archive_before_shop_loop ul.btn-column li.btn-column-item i {
	line-height: 50px;
	font-size: 18px
}

.archive_before_shop_loop ul.btn-column li.btn-column-item:hover {
	opacity: 0.7
}

.archive_before_shop_loop form.woocommerce-ordering {
	flex: 1;
	min-width: 270px;
	border-radius: 10px;
	height: 50px
}

.archive_before_shop_loop form.woocommerce-ordering select.orderby {
	float: right;
	min-width: 230px;
	border-radius: 10px;
	height: 50px
}

.content-area {
	min-height: 64vh
}

.woocommerce ul.products,
.woocommerce-page ul.products {
	margin-top: 30px
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin: 0;
	margin-bottom: 30px;
	padding: 0 15px;
	width: 25%
}

@media (max-width:1199px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		margin-bottom: 1em
	}
}

@media (max-width:575px) {

	.woocommerce ul.products li.product,
	.woocommerce-page ul.products li.product {
		width: 100%
	}
}

.woocommerce ul.products.columns-2 li.product,
.woocommerce-page ul.products.columns-2 li.product {
	width: 50%
}

@media (max-width:1199px) {

	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product {
		margin-bottom: 1em
	}
}

@media (max-width:575px) {

	.woocommerce ul.products.columns-2 li.product,
	.woocommerce-page ul.products.columns-2 li.product {
		width: 100%
	}
}

.woocommerce ul.products.columns-3 li.product,
.woocommerce-page ul.products.columns-3 li.product {
	width: 50%
}

@media (min-width:769px) {

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 33.3333333333%
	}
}

@media (max-width:1199px) {

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		margin-bottom: 1em
	}
}

@media (max-width:575px) {

	.woocommerce ul.products.columns-3 li.product,
	.woocommerce-page ul.products.columns-3 li.product {
		width: 100%
	}
}

.woocommerce ul.products li.product .price del {
	color: red
}

.woocommerce .star-rating span::before {
	color: #FFD15B
}

.woocommerce-products-header .term-description {
	margin-top: 15px
}

.woocommerce div.product form.cart .reset_variations {
	padding: 4px 10px;
	transition: 0.3s;
	border-radius: 5px
}

.woocommerce div.product form.cart .reset_variations:hover {
	color: white;
	background-color: var(--thim-body_primary_color)
}

.woocommerce ul.products {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px
}

.woocommerce ul.products li {
	list-style-type: none;
	text-align: center;
	margin-bottom: 30px;
	padding-left: 15px;
	padding-right: 15px
}

.woocommerce ul.products li .product_thumb {
	position: relative;
	overflow: hidden;
	border-radius: 10px
}

.woocommerce ul.products li .product_thumb img {
	width: 100%
}

.woocommerce ul.products li .product_thumb .onsale {
	position: absolute;
	left: 10px;
	right: auto;
	top: 10px;
	padding: 0;
	width: 50px;
	height: 32px;
	line-height: 1;
	min-height: unset;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	color: var(--thim-body_primary_color);
	text-transform: uppercase;
	background: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .add_to_cart_button,
.woocommerce ul.products li .product_thumb .product_thumb_inner .added_to_cart.wc-forward,
.woocommerce ul.products li .product_thumb .product_thumb_inner a.button {
	left: 50%;
	transform: translateX(-50%);
	bottom: 25px;
	opacity: 0;
	width: calc(100% - 40px);
	font-size: var(--thim-font_body-font-size);
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	padding: 10px;
	position: absolute;
	border-radius: 10px;
	margin-top: 0;
	font-size: 14px
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .add_to_cart_button:hover,
.woocommerce ul.products li .product_thumb .product_thumb_inner .added_to_cart.wc-forward:hover,
.woocommerce ul.products li .product_thumb .product_thumb_inner a.button:hover {
	background-color: var(--thim-body_color_seconds)
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .add_to_cart_button.added {
	display: none
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .yith-wcwl-add-to-wishlist {
	position: absolute;
	top: 10px;
	right: 15px;
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.5s
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .yith-wcwl-add-to-wishlist a {
	width: 46px;
	height: 46px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .yith-wcwl-add-to-wishlist a i {
	margin: 0
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .yith-wcwl-add-to-wishlist a:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product_thumb .product_thumb_inner .compare {
	position: absolute;
	top: 75px;
	right: 15px;
	width: 46px;
	height: 46px;
	border-radius: 10px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transform: translateX(30px);
	transition: all 0.5s
}

.woocommerce ul.products li .product_thumb .product_thumb_inner a.compare.button:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f074"
}

.woocommerce ul.products li .product_thumb .product_thumb_inner a.compare.button:hover:before {
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product_thumb .product_thumb_inner span {
	display: none
}

.woocommerce ul.products li .product_thumb:hover .add_to_cart_button,
.woocommerce ul.products li .product_thumb:hover .added_to_cart.wc-forward,
.woocommerce ul.products li .product_thumb:hover a.button,
.woocommerce ul.products li .product_thumb:hover .quick-view {
	opacity: 1
}

.woocommerce ul.products li .product_thumb .link-images-product {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0
}

.woocommerce ul.products li .product_thumb .quick-view {
	position: absolute;
	z-index: 999;
	width: 46px;
	height: 46px;
	text-align: center;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
	border-radius: 10px;
	opacity: 0;
	transition: all 0.5s;
	cursor: pointer
}

.woocommerce ul.products li .product_thumb .quick-view a {
	display: inline-block;
	-webkit-transition: all 200ms ease-out;
	-khtml-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-ms-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
	color: #fff;
	font-size: 30px
}

.woocommerce ul.products li .product_thumb .quick-view a.loading.dark {
	-webkit-animation: fa-spin 1s infinite steps(8);
	animation: fa-spin 1s infinite steps(8);
	display: inline-block;
	font-family: "Font Awesome 5 Free" !important;
	font-size: 24px !important;
	line-height: 1;
	width: auto;
	border: none;
	font-weight: 900;
	align-items: center;
	justify-content: center
}

.woocommerce ul.products li .product_thumb .quick-view a.loading.dark:before {
	content: "\f110"
}

.woocommerce ul.products li .product_thumb .quick-view a i {
	color: #fff;
	font-size: 26px
}

.woocommerce ul.products li .product_thumb .quick-view a i:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product_thumb:before {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0, 0, 0, 0.1);
	opacity: 0;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out
}

.woocommerce ul.products li .product_thumb:hover .yith-wcwl-add-to-wishlist {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.5s
}

.woocommerce ul.products li .product_thumb:hover .compare {
	opacity: 1;
	transform: translateX(0)
}

.woocommerce ul.products li .product_thumb:hover .quick-view {
	opacity: 1
}

.woocommerce ul.products li .product_thumb:hover:before {
	opacity: 1
}

.woocommerce ul.products li .product__title {
	position: relative;
	padding: 20px
}

@media (max-width:767px) {
	.woocommerce ul.products li .product__title {
		padding-left: 0;
		padding-right: 0
	}
}

.woocommerce ul.products li .product__title .price {
	display: block;
	font-weight: 700;
	font-size: 18px;
	margin-bottom: 0;
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product__title .price .amount {
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product__title .price del {
	opacity: 0.5;
	color: red;
	font-size: var(--thim-font_body-font-size);
	font-weight: 400
}

.woocommerce ul.products li .product__title .price del~ins {
	margin-left: 4px;
	margin-right: 0
}

.woocommerce ul.products li .product__title .price del .amount {
	color: red
}

.woocommerce ul.products li .product__title .price ins {
	text-decoration: none;
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .product__title .star-rating {
	display: none
}

.woocommerce ul.products li .title {
	font-size: 18px;
	margin-bottom: 10px;
	display: block;
	font-weight: 700;
	transition: 0s;
	color: #1C1C1B;
	margin-bottom: 10px
}

.woocommerce ul.products li .title:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce ul.products li .woocommerce-product-details__short-description {
	display: none
}

.woocommerce ul.products li:hover .add_to_cart_button {
	opacity: 1;
	transition: all 0.5s
}

.woocommerce ul.products li:hover .shop__item__tool {
	opacity: 1;
	transform: translateX(0);
	transition: all 0.5s
}

.woocommerce ul.products li:hover .product_type_variable {
	opacity: 1;
	transition: all 0.5s
}

.woocommerce ul.products .content__product {
	background-color: white;
	height: 100%
}

@media (max-width:767px) {
	.woocommerce-shop.woocommerce .woocommerce-result-count {
		float: none
	}
}

.woocommerce-pagination {
	width: 100%;
	margin-bottom: 30px
}

@media (min-width:768px) {
	.woocommerce-pagination {
		margin-bottom: 90px
	}
}

.woocommerce-pagination>.page-numbers {
	border: none !important
}

.woocommerce-pagination .page-numbers li {
	border: 0 !important
}

.woocommerce-pagination .page-numbers li .page-numbers {
	position: relative;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0 3px;
	background: #FFFFFF;
	border: 0;
	border-radius: 50%;
	color: var(--thim-font_body-color)
}

.woocommerce-pagination .page-numbers li .page-numbers.next,
.woocommerce-pagination .page-numbers li .page-numbers.prev {
	font-size: 0
}

.woocommerce-pagination .page-numbers li .page-numbers.next:before,
.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 0.688rem
}

.woocommerce-pagination .page-numbers li .page-numbers.prev:before {
	content: "\e91c"
}

.woocommerce-pagination .page-numbers li .page-numbers.next:before {
	content: "\e919"
}

.woocommerce-pagination .page-numbers li:last-child .page-numbers {
	margin-right: 0
}

.woocommerce-pagination .page-numbers li span.current {
	background: var(--thim-body_primary_color) !important;
	color: white !important
}

.woocommerce-pagination .page-numbers li a:hover,
.woocommerce-pagination .page-numbers li a:focus {
	background: var(--thim-body_primary_color) !important;
	color: white !important
}

.woocommerce .woocommerce-products-header {
	max-width: var(--thim-body_container)
}

.woocommerce .woocommerce-products-header__title {
	margin: 0;
	padding-bottom: 0
}

.woocommerce .woocommerce-ordering {
	margin: 0;
	display: flex;
	position: relative
}

.woocommerce .woocommerce-ordering select {
	padding: 6px 25px 6px 10px;
	text-align: right;
	cursor: pointer;
	background: transparent;
	display: inline-block;
	color: var(--thim-font_body-color)
}

.woocommerce .woocommerce-ordering select:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce .woocommerce-ordering:after {
	content: "\e917";
	position: absolute;
	right: 0;
	left: auto;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	font-size: 10px;
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	z-index: 9;
	pointer-events: none
}

.woocommerce .woocommerce-ordering:hover:after,
.woocommerce .woocommerce-ordering:focus:after {
	color: var(--thim-body_primary_color)
}

.woocommerce .thim-switch-layout {
	margin: 0;
	height: 38px
}

.group-order-noti {
	display: flex
}

.group-order-noti .woocommerce-result-count {
	margin: 0;
	margin-right: auto
}

.woocommerce ul.woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item {
	padding: 0 0 10px
}

.woocommerce #review_form #respond .form-submit input {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform)
}

.woocommerce #review_form #respond .form-submit input {
	border-radius: var(--thim-border-radius-small)
}

.woocommerce-ordering .ts-wrapper .ts-control,
.woocommerce-ordering .ts-wrapper.single.input-active .ts-control,
.woocommerce-ordering>select {
	height: auto;
	line-height: 24px;
	border: 0;
	padding: 0 15px !important;
	padding-right: 30px !important;
	font-size: var(--thim-font_body-font-size);
	cursor: pointer
}

.woocommerce-ordering .ts-wrapper .ts-control input,
.woocommerce-ordering .ts-wrapper.single.input-active .ts-control input,
.woocommerce-ordering>select input {
	display: none !important
}

.woocommerce-ordering .ts-dropdown {
	margin: 0;
	border: 1px solid #eaeaea;
	left: auto;
	right: 0;
	padding: 20px 0;
	z-index: 10000;
	min-width: 220px;
	text-align: right
}

.woocommerce-ordering .ts-dropdown .active {
	background-color: transparent;
	color: var(--thim-body_primary_color)
}

.woocommerce-ordering .ts-dropdown-content::-webkit-scrollbar {
	width: 5px
}

.woocommerce-ordering .ts-dropdown [data-selectable].option {
	padding: 8px 15px;
	font-size: 14px;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

@media (max-width:1199px) {
	ul.products {
		margin-left: -8px;
		margin-right: -8px
	}

	ul.products li {
		padding-left: 8px;
		padding-right: 8px;
		margin-bottom: 15px
	}
}

@media (max-width:767px) {

	.col-md-9+.col-md-3,
	.col-md-8+.col-md-4 {
		margin-top: 30px
	}
}

.widget_price_filter .price_slider_wrapper .ui-slider.ui-widget-content {
	background-color: #ececec;
	margin-bottom: 25px;
	height: 5px
}

.widget_price_filter .price_slider_wrapper .ui-slider.ui-widget-content .ui-slider-range {
	background-color: var(--thim-body_primary_color)
}

.widget_price_filter .price_slider_wrapper .ui-slider.ui-widget-content .ui-slider-handle {
	width: 24px;
	height: 24px;
	background-color: white;
	border: 4px solid var(--thim-body_primary_color);
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1);
	top: -10px
}

.widget_price_filter .price_slider_wrapper .button {
	background-color: var(--thim-body_primary_color);
	border-radius: 50px;
	color: #fff;
	font-weight: 500
}

.widget_price_filter .price_slider_wrapper .button:hover {
	filter: brightness(90%)
}

.widget_product_categories ul li .count {
	float: right
}

.woocommerce-widget-layered-nav ul li .count {
	float: right
}

.breadcrumbs-wrapper+.page-title {
	margin-bottom: 10px;
	margin-top: 20px
}

.woocommerce-checkout .woocommerce-checkout-payment .place-order #place_order:hover {
	background-color: var(--thim-body_color_seconds)
}

.realpress-property-item-status a span {
	z-index: 100
}

.widget_product_search .woocommerce-product-search {
	display: flex
}

.widget_product_search .wp-element-button {
	font-size: 0;
	width: 46px;
	height: 46px;
	background-color: var(--thim-body_primary_color);
	color: white;
	-webkit-transition: 0.3s;
	-khtml-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s
}

.widget_product_search .wp-element-button::before {
	content: "\e91c";
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: var(--thim-font_body-font-size)
}

.widget_product_search .search-field {
	width: calc(100% - 46px)
}

.woocommerce .widget_price_filter .price_slider_amount input[type=text] {
	width: 100%;
	margin-bottom: 10px
}

@media (max-width:767px) {
	.single-product #breadcrumbs li:last-child {
		display: none
	}
}

.single-product .flex-viewport {
	display: flex;
	height: auto !important
}

.single-product .single_variation_wrap .woocommerce-variation-add-to-cart {
	margin-top: 15px
}

.single-product .woocommerce-message .button {
	background: var(--thim-body_primary_color);
	padding: 10px 25px;
	color: #fff;
	margin-right: 0;
	margin-left: auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: unset
}

.single-product .woocommerce-message .button:hover {
	background: var(--thim-body_color_seconds);
	color: #fff
}

.single-product .related ul.products {
	margin-right: -15px;
	margin-left: -15px;
	margin-bottom: 0
}

@media (max-width:1199px) {
	.single-product .related ul.products {
		margin-left: -8px;
		margin-right: -8px
	}
}

.single-product .flex-direction-nav {
	display: flex;
	justify-content: space-between;
	position: absolute;
	left: 15px;
	right: 15px;
	bottom: 30px;
	pointer-events: none;
	margin: 0;
	z-index: 0
}

@media (min-width:768px) and (max-width:1199px) {
	.single-product .flex-direction-nav {
		bottom: 40px
	}
}

@media (max-width:991px) {
	.single-product .flex-direction-nav {
		display: none
	}
}

@media (max-width:575px) {
	.single-product .flex-direction-nav {
		bottom: 15px
	}
}

.single-product .flex-direction-nav li {
	pointer-events: auto;
	z-index: 99;
	list-style: none;
	margin: 0
}

.single-product .flex-direction-nav li a {
	font-size: 0;
	line-height: 0;
	width: 34px;
	height: 34px;
	border: 1px solid #e7e7e7;
	display: inline-flex;
	align-items: center;
	justify-content: center
}

.single-product .flex-direction-nav li a::before {
	font-family: "rp-fonticon" !important;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	vertical-align: middle;
	font-size: 13px
}

.single-product .flex-direction-nav li a:hover {
	background-color: var(--thim-body_primary_color);
	border-color: var(--thim-body_primary_color);
	color: white
}

.single-product .flex-direction-nav li.flex-nav-prev a::before {
	content: "\e91c"
}

.single-product .flex-direction-nav li.flex-nav-next a::before {
	content: "\e919"
}

.woocommerce .woocommerce-product-gallery__wrapper {
	display: flex;
	max-width: max-content
}

.woocommerce div.product {
	margin-bottom: 0;
	position: relative
}

.woocommerce div.product .onsale {
	position: absolute;
	left: 10px;
	top: 10px;
	padding: 0;
	width: 50px;
	height: 32px;
	line-height: 1;
	min-height: unset;
	border: 1px solid #E0E0E0;
	border-radius: 4px;
	color: var(--thim-body_primary_color);
	text-transform: uppercase;
	background: white;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	margin: 0
}

.woocommerce div.product .product_title,
.woocommerce div.product .woocommerce-product-rating {
	margin-bottom: 10px
}

.woocommerce div.product .woocommerce-product-gallery.images {
	margin-bottom: 0px;
	width: 40%;
	float: left;
	min-height: 100%
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-product-gallery.images {
		width: 100%
	}
}

.woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs {
	margin-top: 20px
}

.woocommerce div.product .woocommerce-product-gallery.images .flex-control-thumbs li:nth-child(4n+1) {
	clear: none
}

.woocommerce div.product .summary.entry-summary {
	width: 60%;
	float: right;
	margin-bottom: 0;
	padding-left: 30px
}

@media (max-width:767px) {
	.woocommerce div.product .summary.entry-summary {
		width: 100%;
		padding: 15px 0 20px
	}
}

.woocommerce div.product .summary.entry-summary .price {
	padding-top: 10px;
	color: var(--thim-body_primary_color);
	font-size: 40px;
	font-weight: 700
}

.woocommerce div.product .summary.entry-summary .price ins {
	text-decoration: none
}

.woocommerce div.product .summary.entry-summary .price ins .amount {
	color: var(--thim-body_primary_color)
}

.woocommerce div.product .summary.entry-summary .price del {
	color: red;
	font-size: 400px;
	font-size: 0.7em
}

.woocommerce div.product .summary.entry-summary .price del .amount {
	color: red;
	font-weight: 400
}

.woocommerce div.product .summary.entry-summary form.cart {
	margin: 20px auto 10px;
	display: block
}

@media (max-width:1200px) {
	.woocommerce div.product .summary.entry-summary form.cart {
		margin: 15px 0 0 0
	}
}

.woocommerce div.product .summary.entry-summary form.cart .quantity {
	display: flex;
	align-items: center;
	position: relative;
	margin-right: 10px;
	margin-bottom: 10px
}

.woocommerce div.product .summary.entry-summary form.cart .quantity button {
	position: absolute;
	background: transparent;
	font-size: 20px;
	width: 20px
}

.woocommerce div.product .summary.entry-summary form.cart .quantity .minus {
	left: 20px
}

.woocommerce div.product .summary.entry-summary form.cart .quantity .plus {
	right: 20px
}

.woocommerce div.product .summary.entry-summary form.cart>.quantity input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.woocommerce div.product .summary.entry-summary form.cart>.quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product .summary.entry-summary form.cart>.quantity input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	appearance: none
}

.woocommerce div.product .summary.entry-summary form.cart .single_variation_wrap .quantity input[type=number] {
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield
}

.woocommerce div.product .summary.entry-summary form.cart .single_variation_wrap .quantity input[type=number]::-webkit-inner-spin-button,
.woocommerce div.product .summary.entry-summary form.cart .single_variation_wrap .quantity input[type=number]::-webkit-outer-spin-button {
	appearance: none
}

@media (min-width:768px) {
	.woocommerce div.product .summary.entry-summary form.cart .variations {
		width: 50%
	}
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr {
	border: none
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr th {
	display: block;
	padding: 10px;
	padding-left: 0
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td {
	display: block;
	padding: 10px;
	padding-left: 0
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td select:hover {
	cursor: pointer
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td ul {
	flex-wrap: nowrap
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td ul li {
	border: 1px solid #eaeaea;
	border-radius: 43px;
	padding: 6px 22px;
	cursor: pointer
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td ul li:hover {
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1)
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td ul li:hover::before {
	content: none
}

.woocommerce div.product .summary.entry-summary form.cart .variations tbody tr td ul li:hover::after {
	content: none
}

.woocommerce div.product .summary.entry-summary form.cart .quantity input {
	margin: 0px;
	min-width: 159px;
	min-height: 48px;
	background-color: #efefef;
	outline: none
}

@media (max-width:1200px) {
	.woocommerce div.product .summary.entry-summary form.cart .quantity input {
		min-width: 150px
	}
}

@media (max-width:400px) {
	.woocommerce div.product .summary.entry-summary form.cart .quantity input {
		min-width: 130px
	}
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list {
	border: 0
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr {
	border: 0;
	border-bottom: 1px solid var(--thim-border-color, #E0E0E0)
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr:last-of-type {
	border-bottom: 0
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr>td {
	border: 0
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr>td label a {
	font-weight: 600;
	font-size: var(--thim-font_body-font-size)
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr>td .amount {
	font-weight: 500;
	font-size: var(--thim-font_body-font-size);
	color: var(--thim-body_primary_color)
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr>td ins {
	text-decoration: none
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list tbody>tr>td del .amount {
	color: var(--thim-font_body-color)
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list td {
	padding: 10px 0;
	text-align: center;
	vertical-align: middle
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list td .quantity button {
	display: none
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list td .quantity input {
	width: 120px
}

@media (max-width:1200px) {
	.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list td .quantity input {
		width: 70px;
		height: 40px
	}
}

.woocommerce div.product .summary.entry-summary form.cart .woocommerce-grouped-product-list td a.button {
	min-width: unset
}

.woocommerce div.product .summary.entry-summary form.cart .variations select {
	border: 1px solid #eaeaea;
	padding: 12px;
	padding-right: 24px;
	width: auto;
	cursor: pointer;
	appearance: none;
	background: transparent;
	background-image: url("data:image/svg+xml;utf8,<svg fill='black' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position-x: 100%;
	background-position-y: 10px;
	font-size: var(--thim-font_body-font-size)
}

@media (max-width:767px) {
	.woocommerce div.product .summary.entry-summary form.cart .variations select {
		width: 100%
	}
}

.woocommerce div.product .summary.entry-summary .product_meta {
	display: none
}

.woocommerce div.product button.button.alt,
.woocommerce div.product a.button {
	font-size: var(--thim-button_global-font-size);
	line-height: var(--thim-button_global-line-height);
	padding-top: var(--thim-button_global_padding-top);
	padding-right: var(--thim-button_global_padding-right);
	padding-bottom: var(--thim-button_global_padding-bottom);
	padding-left: var(--thim-button_global_padding-left);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: var(--thim-button_global_font_weight);
	position: relative;
	-webkit-transition: 0.4s;
	-khtml-transition: 0.4s;
	-moz-transition: 0.4s;
	-ms-transition: 0.4s;
	-o-transition: 0.4s;
	transition: 0.4s;
	z-index: 99;
	background-color: var(--thim-body_primary_color);
	color: var(--thim-button_global-color);
	text-transform: var(--thim-button_global-text-transform);
	overflow: hidden
}

.woocommerce div.product button.button.alt::before,
.woocommerce div.product a.button::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: auto;
	background-color: rgba(0, 0, 0, 0.05);
	width: 0;
	height: 100%;
	-webkit-transition: 0.5s;
	-khtml-transition: 0.5s;
	-moz-transition: 0.5s;
	-ms-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	pointer-events: none;
	z-index: -1
}

.woocommerce div.product button.button.alt:hover::before,
.woocommerce div.product a.button:hover::before {
	width: 100%
}

.woocommerce div.product button.button.alt,
.woocommerce div.product a.button {
	border-radius: 8px
}

@media (min-width:1200px) {

	.woocommerce div.product button.button.alt,
	.woocommerce div.product a.button {
		height: 48px
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
	width: 100%;
	margin: auto;
	margin-top: 120px;
	margin-bottom: 40px;
	background-color: white;
	line-height: 1.714;
	float: left;
	clear: both
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
		padding: 15px 0;
		margin-top: 40px
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
	display: flex;
	flex-direction: row;
	margin-bottom: 30px;
	padding: 0
}

@media (max-width:1200px) {
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
		margin-bottom: 30px;
		padding-left: 0
	}
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs {
		display: block
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
	border: 0;
	background-color: unset;
	position: static;
	border-radius: 0;
	padding: 0;
	margin: 0;
	margin-right: 30px;
	text-transform: capitalize;
	font-size: 28px;
	z-index: 9;
	border-bottom: 1px solid transparent
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
		display: flex;
		align-items: center;
		text-align: center;
		border-bottom: 2px solid #d3ced2
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li::before {
	display: none
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover {
	border-bottom: 3px solid var(--thim-body_primary_color)
}

@media (max-width:767px) {

	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active,
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover {
		border-bottom: 2px solid var(--thim-body_primary_color)
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active a,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li:hover a {
	color: var(--thim-body_primary_color)
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
	font-size: 18px;
	color: var(--thim-font_body-color)
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a:hover {
	color: var(--thim-body_primary_color)
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel h2 {
	display: none
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form input[type=checkbox] {
	position: relative;
	cursor: pointer;
	border: none;
	padding: 0;
	width: 0
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form input[type=checkbox]:before {
	content: "";
	display: block;
	position: absolute;
	width: 16px;
	height: 16px;
	top: 0;
	left: 0;
	border: 2px solid #555555;
	border-radius: 3px;
	background-color: white
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form input[type=checkbox]:checked:after {
	content: "";
	display: block;
	width: 5px;
	height: 10px;
	border: solid black;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 2px;
	left: 6px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form label {
	padding-right: 15px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form .comment-form-comment label {
	display: block;
	margin-bottom: 10px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent {
	display: flex;
	margin-top: 20px !important;
	margin-bottom: 20px !important
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper .woocommerce-Tabs-panel .comment-form .comment-form-cookies-consent label {
	padding-left: 30px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper {
	margin-top: 15px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-reply-title {
	text-transform: capitalize;
	font-size: var(--thim-font_h3-font-size);
	line-height: var(--thim-font_h3-line-height);
	font-weight: var(--thim-font_title-font-weight, 600);
	color: black
}

@media (max-width:767px) {
	.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-reply-title {
		font-size: 1.2em
	}
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form {
	margin-top: 15px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-rating {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 15px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-rating .stars {
	margin-bottom: 0 !important
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-rating .stars.selected {
	color: var(--thim-body_color_third)
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-rating .stars span {
	display: block;
	height: 1em
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-author input,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-email input {
	margin-top: 10px
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-author label,
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .comment-form .comment-form-email label {
	min-width: 80px;
	display: inline-block
}

.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper #review_form_wrapper .must-log-in a {
	color: var(--thim-body_primary_color)
}

.woocommerce div.product section.up-sells.upsells.products,
.woocommerce div.product section.related.products {
	width: 100%;
	margin-top: 30px;
	padding-bottom: 0;
	clear: both
}

@media (max-width:767px) {

	.woocommerce div.product section.up-sells.upsells.products,
	.woocommerce div.product section.related.products {
		padding: 8px 0;
		background-color: transparent
	}
}

.woocommerce div.product section.up-sells.upsells.products h2,
.woocommerce div.product section.related.products h2 {
	text-align: center
}

.woocommerce div.product section.up-sells.upsells.products p,
.woocommerce div.product section.related.products p {
	margin: auto;
	width: 658px;
	text-align: center;
	padding-bottom: 62px
}

.woocommerce div.product section.up-sells.upsells.products ul.product-grid,
.woocommerce div.product section.related.products ul.product-grid {
	display: flex;
	justify-content: flex-start
}

.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product,
.woocommerce div.product section.related.products ul.product-grid li.product {
	width: 330px;
	text-align: center;
	position: relative;
	display: flex;
	flex-direction: column;
	width: 25%
}

@media (max-width:1200px) {

	.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product,
	.woocommerce div.product section.related.products ul.product-grid li.product {
		width: 33%
	}
}

@media (max-width:850px) {

	.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product,
	.woocommerce div.product section.related.products ul.product-grid li.product {
		width: 50%
	}
}

@media (max-width:767px) {

	.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product,
	.woocommerce div.product section.related.products ul.product-grid li.product {
		width: 100%
	}
}

.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product a.button.product_type_variable.add_to_cart_button,
.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product a.button.product_type_grouped,
.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product a.button.product_type_external,
.woocommerce div.product section.related.products ul.product-grid li.product a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart,
.woocommerce div.product section.related.products ul.product-grid li.product a.button.product_type_variable.add_to_cart_button,
.woocommerce div.product section.related.products ul.product-grid li.product a.button.product_type_grouped,
.woocommerce div.product section.related.products ul.product-grid li.product a.button.product_type_external {
	display: none
}

.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product p,
.woocommerce div.product section.related.products ul.product-grid li.product p {
	display: none
}

.woocommerce div.product section.up-sells.upsells.products ul.product-grid li.product .product_thumb img,
.woocommerce div.product section.related.products ul.product-grid li.product .product_thumb img {
	width: 100%
}

.woocommerce div.product div.images .flex-control-nav {
	padding: 0 38px
}

.woocommerce div.product div.images .flex-control-nav li {
	list-style: none;
	margin: 0 5px
}

.woocommerce div.product div.images .flex-control-nav li img {
	border: 1px solid transparent
}

.woocommerce div.product div.images .flex-control-nav li img.flex-active {
	border: 1px solid var(--thim-body_primary_color)
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	top: 10px;
	right: 10px;
	left: auto
}

.woocommerce div.product form.cart .group_table td:first-child {
	width: 13em
}

.woocommerce #reviews #comments ol.commentlist li {
	padding: 0 0 15px;
	margin: 0;
	list-style: none !important
}

.woocommerce #reviews #comments ol.commentlist li+li {
	border-top: 1px solid #dee2e6;
	padding-top: 30px
}

.woocommerce #reviews #comments ol.commentlist li img.avatar {
	width: 80px;
	height: 80px;
	padding: 0;
	border: 0
}

@media (max-width:479px) {
	.woocommerce #reviews #comments ol.commentlist li img.avatar {
		width: 40px;
		height: 40px
	}
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: 0;
	border-radius: 0;
	padding: 0;
	margin-left: 100px
}

@media (max-width:479px) {
	.woocommerce #reviews #comments ol.commentlist li .comment-text {
		margin-left: 60px
	}
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: 1em
}

.woocommerce #reviews #comments ol.commentlist li .meta {
	color: black
}

.woocommerce #reviews #comments .comment_container {
	position: relative
}

.woocommerce p.stars a {
	color: var(--thim-body_color_third)
}

.woocommerce p.stars a.active,
.woocommerce p.stars a:hover {
	color: var(--thim-body_color_third)
}

@media (max-width:768px) {

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 30px
	}
}

@media (min-width:576px) and (max-width:767px) {
	.woocommerce div.product div.images .flex-control-nav {
		padding: 0 100px
	}
}

@media (max-width:575px) {
	.woocommerce div.product div.images .flex-control-nav {
		padding: 0 80px
	}
}