
@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

body.wc-block-product-gallery-modal-open, body.wc-modal--open {
	overflow: hidden;
}

.wc-block-grid__products .wc-block-grid__product-image {
	display: block;
	position: relative;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image a {
	border: 0;
	box-shadow: none;
	outline: 0;
	text-decoration: none;
}

.wc-block-grid__products .wc-block-grid__product-image img {
	height: auto;
	max-width: 100%;
	width: 100%;
}

.wc-block-grid__products .wc-block-grid__product-image img[hidden] {
	display: none;
}

.wc-block-grid__products .wc-block-grid__product-image img[alt=""] {
	border: 1px solid #f2f2f2;
}

.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title, .editor-styles-wrapper .wc-block-grid__product-title, .wc-block-grid__product-title {
	color: inherit;
	display: block;
	font-family: inherit;
	font-size: inherit;
	font-weight: 700;
	line-height: 1.2;
	padding: 0;
}

.wc-block-grid__product-price {
	display: block;
}

.wc-block-grid__product-price .wc-block-grid__product-price__regular {
	margin-right: .5em;
}

.wc-block-grid__product-add-to-cart.wp-block-button {
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	display: inline-flex;
	font-size: 1em;
	justify-content: center;
	text-align: center;
	white-space: normal;
	word-break: break-word;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading {
	opacity: .25;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after {
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after {
	animation: spin 2s linear infinite;
	content: "";
	display: inline-block;
	font-family: WooCommerce;
	height: auto;
	margin-left: .5em;
	width: auto;
}

.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after, .has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after {
	content: "";
	margin: 0;
}

.wc-block-grid__product-rating, .wp-block-woocommerce-product-review-rating {
	display: block;
}

.wc-block-grid__product-rating .star-rating, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars, .wc-block-grid__product-rating .wc-block-product-review-rating__stars, .wp-block-woocommerce-product-review-rating .star-rating, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars {
	font-family: WooCommerce;
	font-size: 1em;
	font-weight: 400;
	height: 1.618em;
	line-height: 1.618;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-align: left;
	width: 5.3em;
}

.wc-block-grid__product-rating .star-rating:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars:before, .wp-block-woocommerce-product-review-rating .star-rating:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars:before {
	content: "SSSSS";
	left: 0;
	opacity: .5;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid__product-rating .star-rating span, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span, .wp-block-woocommerce-product-review-rating .star-rating span, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span {
	left: 0;
	overflow: hidden;
	padding-top: 1.5em;
	position: absolute;
	right: 0;
	top: 0;
}

.wc-block-grid__product-rating .star-rating span:before, .wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before, .wc-block-grid__product-rating .wc-block-product-review-rating__stars span:before, .wp-block-woocommerce-product-review-rating .star-rating span:before, .wp-block-woocommerce-product-review-rating .wc-block-grid__product-rating__stars span:before, .wp-block-woocommerce-product-review-rating .wc-block-product-review-rating__stars span:before {
	color: inherit;
	content: "SSSSS";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	white-space: nowrap;
}

.wc-block-grid .wc-block-grid__product-onsale, .wc-block-grid__product-image .wc-block-grid__product-onsale {
	background: #fff;
	border: 1px solid #43454b;
	border-radius: 4px;
	color: #43454b;
	display: inline-block;
	font-size: .875em;
	font-weight: 600;
	left: auto;
	padding: .25em .75em;
	position: absolute;
	right: 4px;
	text-align: center;
	text-transform: uppercase;
	top: 4px;
	width: auto;
	z-index: 9;
}

.wc-block-grid__product .wc-block-grid__product-image, .wc-block-grid__product .wc-block-grid__product-link {
	display: inline-block;
	position: relative;
}

.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image), .wc-block-grid__product .wc-block-grid__product-title {
	margin: 0 0 12px;
}

.wc-block-grid__product .wc-block-grid__product-add-to-cart, .wc-block-grid__product .wc-block-grid__product-onsale, .wc-block-grid__product .wc-block-grid__product-price, .wc-block-grid__product .wc-block-grid__product-rating {
	margin: 0 auto 12px;
}

.theme-twentysixteen .wc-block-grid .price ins {
	color: #77a464;
}

.theme-twentynineteen .wc-block-grid__product {
	font-size: .88889em;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-components-product-title, .theme-twentynineteen .wc-block-grid__product-onsale, .theme-twentynineteen .wc-block-grid__product-title {
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.theme-twentynineteen .wc-block-grid__product-title:before {
	display: none;
}

.theme-twentynineteen .wc-block-components-product-sale-badge, .theme-twentynineteen .wc-block-grid__product-onsale {
	line-height: 1;
}

.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color) {
	color: #fff;
}

.theme-twentytwenty .wc-block-grid__product-link {
	color: #000;
}

.theme-twentytwenty .wc-block-components-product-title, .theme-twentytwenty .wc-block-grid__product-title {
	color: #cd2653;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: 1em;
}

.theme-twentytwenty .wp-block-columns .wc-block-components-product-title {
	margin-top: 0;
}

.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-components-product-price__value, .theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount, .theme-twentytwenty .wc-block-grid__product-price__value {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-size: .9em;
}

.theme-twentytwenty .wc-block-components-product-price del, .theme-twentytwenty .wc-block-grid__product-price del {
	opacity: .7;
}

.theme-twentytwenty .wc-block-components-product-price ins, .theme-twentytwenty .wc-block-grid__product-price ins {
	text-decoration: none;
}

.theme-twentytwenty .star-rating, .theme-twentytwenty .wc-block-grid__product-rating {
	font-size: .7em;
}

.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars, .theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars {
	line-height: 1;
}

.theme-twentytwenty .wc-block-components-product-button>.wp-block-button__link, .theme-twentytwenty .wc-block-grid__product-add-to-cart>.wp-block-button__link {
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
}

.theme-twentytwenty .wc-block-components-product-sale-badge, .theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
	background: #cd2653;
	color: #fff;
	font-family: -apple-system, blinkmacsystemfont, Helvetica Neue, helvetica, sans-serif;
	font-weight: 700;
	letter-spacing: -.02em;
	line-height: 1.2;
	text-transform: uppercase;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge {
	position: static;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge {
	position: absolute;
}

.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge) {
	position: absolute;
	right: 4px;
	top: 4px;
	z-index: 1;
}

.theme-twentytwenty .wc-block-active-filters__title, .theme-twentytwenty .wc-block-attribute-filter__title, .theme-twentytwenty .wc-block-price-filter__title, .theme-twentytwenty .wc-block-stock-filter__title {
	font-size: 1em;
}

.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all, .theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link {
	font-size: .75em;
}

@media only screen and (min-width:768px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

@media only screen and (min-width:1168px) {
	.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale {
		font-size: .875em;
		padding: .5em;
	}
}

.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart {
	display: block;
	margin-top: 12px;
}

.theme-twentytwentytwo .wc-block-components-product-price ins, .theme-twentytwentytwo .wc-block-grid__product-price ins {
	text-decoration: none;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
	border: 0;
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	overflow-wrap: normal !important;
	padding: 0;
	position: absolute !important;
	width: 1px;
}

.screen-reader-text:focus {
	clip: auto !important;
	background-color: #fff;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip-path: none;
	color: #2b2d2f;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

.wp-block-group.woocommerce.product .up-sells.upsells.products {
	max-width: var(--wp--style--global--wide-size);
}

@keyframes wc-skeleton-shimmer {
	to {
		transform: translateX(100%);
	}
}

.wc-block-components-notice-banner {
	align-content: flex-start;
	align-items: stretch;
	background-color: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 4px;
	box-sizing: border-box;
	color: #2f2f2f;
	display: flex;
	font-size: .875em;
	font-weight: 400;
	gap: 12px;
	line-height: 1.5;
	margin: 16px 0;
	padding: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content {
	align-self: center;
	flex-basis: 100%;
	padding-right: 16px;
	white-space: normal;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content:last-child {
	padding-right: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary {
	font-weight: 600;
	margin: 0 0 8px;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul {
	margin: 0 0 0 24px;
	padding: 0;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content ol li:after, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content ul li:after {
	clear: both;
	content: "";
	display: block;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward {
	appearance: none;
	background: transparent !important;
	border: 0;
	color: #2f2f2f !important;
	float: right;
	margin: 0;
	opacity: .7;
	padding: 0 !important;
	text-decoration-line: underline;
	text-underline-position: under;
	transition: all .2s ease-in-out;
}

.wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:active, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:focus, .wc-block-components-notice-banner>.wc-block-components-notice-banner__content .wc-forward:hover {
	opacity: 1;
	text-decoration: none;
}

.wc-block-components-notice-banner>svg {
	fill: #fff;
	background-color: #2f2f2f;
	border-radius: 50%;
	flex-grow: 0;
	flex-shrink: 0;
	height: 100%;
	padding: 2px;
}

.wc-block-components-notice-banner>.wc-block-components-button {
	background: transparent none !important;
	border: 0 !important;
	box-shadow: none !important;
	color: #2f2f2f !important;
	flex: 0 0 16px;
	height: 16px !important;
	margin: 6px 0 0 auto !important;
	min-height: auto !important;
	min-width: 0 !important;
	opacity: .6;
	outline: none !important;
	padding: 0 !important;
	width: 16px !important;
}

.wc-block-components-notice-banner>.wc-block-components-button>svg {
	margin: 0 !important;
}

.wc-block-components-notice-banner>.wc-block-components-button:active, .wc-block-components-notice-banner>.wc-block-components-button:focus, .wc-block-components-notice-banner>.wc-block-components-button:hover {
	opacity: 1;
}

.wc-block-components-notice-banner>.wc-block-components-button:focus {
	outline: 2px solid currentColor !important;
	outline-offset: 0;
}

.wc-block-components-notice-banner.is-error {
	background-color: #fff0f0;
	border-color: #cc1818;
}

.wc-block-components-notice-banner.is-error>svg {
	background-color: #cc1818;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-warning {
	background-color: #fffbf4;
	border-color: #f0b849;
}

.wc-block-components-notice-banner.is-warning>svg {
	background-color: #f0b849;
	transform: rotate(180deg);
}

.wc-block-components-notice-banner.is-success {
	background-color: #f4fff7;
	border-color: #4ab866;
}

.wc-block-components-notice-banner.is-success>svg {
	background-color: #4ab866;
}

.wc-block-components-notice-banner.is-info {
	background-color: #f4f8ff;
	border-color: #007cba;
}

.wc-block-components-notice-banner.is-info>svg {
	background-color: #007cba;
}

.wc-block-components-notice-banner:focus {
	outline-width: 0;
}

.wc-block-components-notice-banner:focus-visible {
	outline-style: solid;
	outline-width: 2px;
}

.woocommerce.wc-block-store-notices.alignwide {
	max-width: var(--wp--style--global--wide-size);
}

/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-search-form {
	display: block;
	transition: .2s;
}

.elementor-search-form .e-font-icon-svg-container {
	align-items: center;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 100%;
}

.elementor-search-form button, .elementor-search-form input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: none;
	border: 0;
	display: inline-block;
	font-size: 15px;
	line-height: 1;
	margin: 0;
	min-width: 0;
	padding: 0;
	vertical-align: middle;
	white-space: normal;
}

.elementor-search-form button:focus, .elementor-search-form input[type=search]:focus {
	color: inherit;
	outline: 0;
}

.elementor-search-form button {
	background-color: #69727d;
	border-radius: 0;
	color: #fff;
	font-size: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form__container {
	border: 0 solid transparent;
	display: flex;
	min-height: 50px;
	overflow: hidden;
	transition: .2s;
}

.elementor-search-form__container:not(.elementor-search-form--full-screen) {
	background: #f1f2f3;
}

.elementor-search-form__input {
	color: #3f444b;
	flex-basis: 100%;
	transition: color .2s;
}

.elementor-search-form__input::-moz-placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__input::placeholder {
	color: inherit;
	font-family: inherit;
	opacity: .6;
}

.elementor-search-form__submit {
	font-size: var(--e-search-form-submit-icon-size, 16px);
	transition: color .2s, background .2s;
}

.elementor-search-form__submit svg {
	fill: var(--e-search-form-submit-text-color, #fff);
	height: var(--e-search-form-submit-icon-size, 16px);
	width: var(--e-search-form-submit-icon-size, 16px);
}

.elementor-search-form .elementor-search-form__submit, .elementor-search-form .elementor-search-form__submit:hover {
	border: none;
	border-radius: 0;
	color: var(--e-search-form-submit-text-color, #fff);
}

.elementor-search-form--button-type-text .elementor-search-form__submit {
	flex-shrink: 0;
}

.elementor-search-form--skin-minimal .elementor-search-form__icon {
	align-items: center;
	color: #3f444b;
	display: flex;
	justify-content: flex-end;
	opacity: .6;
	fill: #3f444b;
	font-size: var(--e-search-form-icon-size-minimal, 15px);
}

.elementor-search-form--skin-minimal .elementor-search-form__icon svg {
	height: var(--e-search-form-icon-size-minimal, 15px);
	width: var(--e-search-form-icon-size-minimal, 15px);
}

.elementor-search-form--skin-minimal:focus-within {
	outline-style: solid;
	outline-width: 2px;
}

.elementor-search-form--skin-full_screen .elementor-search-form input[type=search].elementor-search-form__input {
	border: solid #fff;
	border-width: 0 0 1px;
	color: #fff;
	font-size: 50px;
	line-height: 1.5;
	text-align: center;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle {
	color: var(--e-search-form-toggle-color, #33373d);
	cursor: pointer;
	display: inline-block;
	font-size: var(--e-search-form-toggle-size, 33px);
	vertical-align: middle;
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i {
	background-color: var(--e-search-form-toggle-background-color, rgba(0, 0, 0, .05));
	border-color: var(--e-search-form-toggle-color, #33373d);
	border-radius: var(--e-search-form-toggle-border-radius, 3px);
	border-style: solid;
	border-width: var(--e-search-form-toggle-border-width, 0);
	display: block;
	height: var(--e-search-form-toggle-size, 33px);
	position: relative;
	transition: .2s;
	width: var(--e-search-form-toggle-size, 33px);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container:before, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i:before {
	font-size: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__toggle .e-font-icon-svg-container svg, .elementor-search-form--skin-full_screen .elementor-search-form__toggle i svg {
	fill: var(--e-search-form-toggle-color, #33373d);
	height: var(--e-search-form-toggle-icon-size, .55em);
	width: var(--e-search-form-toggle-icon-size, .55em);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container {
	align-items: center;
	background-color: rgba(0, 0, 0, .8);
	height: 100vh;
	inset: 0;
	padding: 0 15%;
	position: fixed;
	transition: .3s;
	z-index: 9998;
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) {
	opacity: 0;
	overflow: hidden;
	transform: scale(0);
}

.elementor-search-form--skin-full_screen .elementor-search-form__container:not(.elementor-search-form--full-screen) .dialog-lightbox-close-button {
	display: none;
}

/*! elementor-pro - v3.35.0 - 11-02-2026 */
.e-lottie__container {
	display: inline-block;
	max-width: var(--lottie-container-max-width);
	opacity: var(--lottie-container-opacity);
	width: var(--lottie-container-width);
}

.e-lottie__container:hover {
	opacity: var(--lottie-container-opacity-hover);
	transition-duration: var(--lottie-container-transition-duration-hover);
}

.e-lottie__container svg, .e-lottie__container svg * {
	transition: none !important;
}

.e-lottie__caption {
	color: var(--caption-color);
	margin-top: var(--caption-margin-top);
	text-align: var(--caption-text-align);
}

@keyframes elementor-animation-pulse-grow {
	to {
		transform: scale(1.1);
	}
}

.elementor-animation-pulse-grow:active, .elementor-animation-pulse-grow:focus, .elementor-animation-pulse-grow:hover {
	animation-name: elementor-animation-pulse-grow;
	animation-duration: .3s;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
	animation-direction: alternate;
}

.elementor-motion-effects-element, .elementor-motion-effects-layer {
	transition-duration: 1s;
	transition-property: transform, opacity;
	transition-timing-function: cubic-bezier(0, .33, .07, 1.03);
}

@media (prefers-reduced-motion:reduce) {
	.elementor-motion-effects-element, .elementor-motion-effects-layer {
		transition-duration: 0s !important;
	}
}

.elementor-motion-effects-container {
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
	width: 100%;
}

.elementor-motion-effects-layer {
	background-repeat: no-repeat;
	background-size: cover;
	left: 0;
	position: absolute;
	top: 0;
}

.elementor-motion-effects-perspective {
	perspective: 1200px;
}

.elementor-motion-effects-element {
	transform-origin: var(--e-transform-origin-y) var(--e-transform-origin-x);
}

.wpsr_content [data-icon]:before {
	content: attr(data-icon);
}

.wpsr_content [class*=" icon-"]:before, .wpsr_content [class^=icon-]:before, .wpsr_content [data-icon]:before {
	speak: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: wp-social-reviews !important;
	font-style: normal !important;
	font-variant: normal !important;
	font-weight: 400 !important;
	line-height: 1;
	text-transform: none !important;
}

.wpsr_content .icon-quote-right:before {
	content: "a";
}

.wpsr_content .icon-angle-right:before {
	content: "b";
}

.wpsr_content .icon-angle-left:before {
	content: "c";
}

.wpsr_content .icon-arrow-circle-o-right:before {
	content: "d";
}

.wpsr_content .icon-arrow-circle-o-left:before {
	content: "e";
}

.wpsr_content .icon-arrow-right:before {
	content: "f";
}

.wpsr_content .icon-arrow-left:before {
	content: "g";
}

.wpsr_content .icon-arrow-circle-right:before {
	content: "h";
}

.wpsr_content .icon-arrow-circle-left:before {
	content: "i";
}

.wpsr_content .icon-chevron-right:before {
	content: "j";
}

.wpsr_content .icon-chevron-left:before {
	content: "k";
}

.wpsr_content .icon-long-arrow-right:before {
	content: "l";
}

.wpsr_content .icon-long-arrow-left:before {
	content: "m";
}

.wpsr_content .icon-map-marker:before {
	content: "n";
}

.wpsr_content .icon-link:before {
	content: "o";
}

.wpsr_content .icon-calendar:before {
	content: "p";
}

.wpsr_content .icon-instagram:before {
	content: "q";
}

.wpsr_content .icon-facebook-square:before {
	content: "r";
}

.wpsr_content .icon-picture-o:before {
	content: "t";
}

.wpsr_content .icon-video-camera:before {
	content: "s";
}

.wpsr_content .icon-ban:before {
	content: "u";
}

.wpsr_feeds.wpsr-loading-feeds {
	opacity: .5;
	transition: .3s;
}

.wpsr-load-more-default {
	user-focus: none;
	align-items: center;
	background-color: #000;
	border: none;
	border-radius: 4px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	height: 36px;
	justify-content: center;
	margin: 15px auto;
	max-width: 300px;
	opacity: 1;
	outline: none;
	position: relative;
	transition: .3s ease;
	width: calc(100% - 16px);
}

.wpsr-load-more-default:focus {
	outline: 2px solid #3962b3;
}

.wpsr-load-more-default:hover {
	opacity: .7;
}

.wpsr-load-more-default:focus, .wpsr-load-more-default:hover {
	box-shadow: none;
}

.wpsr-load-more-default .wpsr-load-icon-wrapper {
	align-items: center;
	background: #dddedf;
	border-radius: 4px;
	bottom: 0;
	display: none;
	justify-content: center;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wpsr-load-more-default span {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: rotateAnimation;
	-webkit-animation-name: rotateAnimation;
	background-color: rgba(0, 0, 0, 0) !important;
	border-bottom: 3px solid #fff;
	border-left: 3px solid #fff;
	border-color: #fff #fff rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-radius: 15px;
	border-style: solid;
	border-width: 3px;
	display: block;
	font-size: 0;
	height: 15px;
	margin: 10px auto;
	padding: 0;
	width: 15px;
}

.wpsr-load-more-default.wpsr-spinner-loading .wpsr-load-icon-wrapper {
	display: inline-flex;
}

.elementor-widget-container .wpsr-load-more-default, .elementor-widget-container .wpsr-load-more-default:focus, .elementor-widget-container .wpsr-load-more-default:hover {
	background: none;
}

.wpsr-feed-wrap *, .wpsr-feed-wrap :after, .wpsr-feed-wrap :before {
	box-sizing: border-box;
}

.wpsr_content {
	display: block;
	width: 100%;
}

.wpsr-feed-popup-active {
	overflow: hidden;
}

.wpsr-error, .wpsr-success {
	display: block;
	padding: 10px 0;
}

.wpsr-success {
	color: green;
}

.wpsr-error {
	color: red;
}

.wpsr_frontend_errors {
	background-color: #ffecc3;
	border-radius: 6px;
	margin: 15px;
	padding: 20px;
	text-align: center;
}

.wpsr_frontend_errors span {
	word-break: break-all;
}

.wpsr_frontend_errors a {
	color: red;
	font-weight: 700;
	margin-left: 5px;
	text-decoration: underline;
}

.wpsr-notification {
	left: 0;
	margin: 0 auto;
	right: 0;
	top: 35px !important;
}

.oxy-instagram-widget.wpsr-oxy-element, .oxy-reviews-widget.wpsr-oxy-element, .oxy-twitter-widget.wpsr-oxy-element, .oxy-youtube-widget.wpsr-oxy-element {
	max-width: 100%;
}

.wpsr-display-excerpt, .wpsr-review-fullcontent {
	display: none;
}

.wpsr-display-content {
	display: block;
}

.wpsr_pagination {
	margin-top: 20px;
	text-align: right;
}

.wpsr-equal-height {
	min-height: 500px;
}

.wpsr-show {
	display: block;
}

.wpsr-hide {
	display: none;
}

.wpsr-mb-10 {
	margin-bottom: 10px;
}

.wpsr-mb-20 {
	margin-bottom: 20px !important;
}

.wpsr-mb-30 {
	margin-bottom: 30px;
}

.wpsr-mt-20 {
	margin-top: 20px !important;
}

.wpsr-mt-30 {
	margin-top: 30px !important;
}

.wpsr-mt-50 {
	margin-top: 50px;
}

.wpsr-ml-15 {
	margin-left: 15px;
}

.wpsr-d-flex {
	display: flex;
}

.wpsr-flex-column {
	flex-direction: column;
}

.wpsr-flex-align-center {
	align-items: center;
}

.wpsr-jc-between {
	justify-content: space-between;
}

.wpsr-align-center {
	text-align: center;
}

.wpsr-display-block {
	display: block !important;
}

.wpsr-container {
	margin-left: auto;
	margin-right: auto;
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

.wpsr-row {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.wpsr-col-1, .wpsr-col-12, .wpsr-col-2, .wpsr-col-3, .wpsr-col-4, .wpsr-col-5, .wpsr-col-6 {
	padding-left: 15px;
	padding-right: 15px;
	width: 100%;
}

@media (min-width:768px) {
	.wpsr-col-sm-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wpsr-col-sm-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wpsr-col-sm-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wpsr-col-sm-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.wpsr-col-sm-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wpsr-col-sm-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.wpsr-col-sm-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media (min-width:992px) {
	.wpsr-col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wpsr-col-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wpsr-col-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wpsr-col-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.wpsr-col-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wpsr-col-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.wpsr-col-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
}

@media screen and (max-width:767px) {
	.wpsr-col-xs-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
	
	.wpsr-col-xs-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
	
	.wpsr-col-xs-5 {
		flex: 0 0 20%;
		max-width: 20%;
	}
	
	.wpsr-col-xs-4 {
		flex: 0 0 33.333%;
		max-width: 33.333%;
	}
	
	.wpsr-col-xs-3 {
		flex: 0 0 25%;
		max-width: 25%;
	}
	
	.wpsr-col-xs-2 {
		flex: 0 0 16.666%;
		max-width: 16.666%;
	}
	
	.wpsr-col-xs-1 {
		flex: 0 0 10%;
		max-width: 10%;
	}
}

.wpsr-column-gap-no_gap {
	margin-left: 0;
	margin-right: 0;
}

.wpsr-column-gap-no_gap [class*=wpsr-col] {
	padding-left: 0;
	padding-right: 0;
}

.wpsr-column-gap-no_gap [class*=wpsr-col]>div {
	margin-bottom: 0;
}

.wpsr-column-gap-narrow {
	margin-left: -5px;
	margin-right: -5px;
}

.wpsr-column-gap-narrow [class*=wpsr-col] {
	padding-left: 5px;
	padding-right: 5px;
}

.wpsr-column-gap-narrow [class*=wpsr-col]>div {
	margin-bottom: 10px;
}

.wpsr-column-gap-small {
	margin-left: -10px;
	margin-right: -10px;
}

.wpsr-column-gap-small [class*=wpsr-col] {
	padding-left: 10px;
	padding-right: 10px;
}

.wpsr-column-gap-small [class*=wpsr-col]>div {
	margin-bottom: 20px;
}

.wpsr-column-gap-wide {
	margin-left: -20px;
	margin-right: -20px;
}

.wpsr-column-gap-wide [class*=wpsr-col] {
	padding-left: 20px;
	padding-right: 20px;
}

.wpsr-column-gap-wide [class*=wpsr-col]>div {
	margin-bottom: 40px;
}

.wpsr-column-gap-wider {
	margin-left: -25px;
	margin-right: -25px;
}

.wpsr-column-gap-wider [class*=wpsr-col] {
	padding-left: 25px;
	padding-right: 25px;
}

.wpsr-column-gap-wider [class*=wpsr-col]>div {
	margin-bottom: 50px;
}

.wpsr-loader.wpsr-loading {
	background: #fff;
	bottom: 0;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 4;
}

.wpsr-loader.wpsr-loading .wpsr-spinner-animation {
	display: block;
}

.wpsr-loader .wpsr-spinner-animation {
	display: none;
	height: 50px;
	left: 50%;
	position: absolute;
	top: 3%;
	transition: all .4s ease;
	visibility: visible;
	width: 50px;
}

.wpsr-loader .wpsr-spinner-animation:before {
	animation: wpsr-spinner 1.2s infinite;
	border: 1px solid rgba(0, 0, 0, .8);
	border-radius: 50%;
	content: "";
	display: block;
	height: 100%;
	width: 100%;
}

.wpsr-animated-background {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: wpsrPlaceHolderShimmer;
	animation-timing-function: linear;
	background: #a9a9a9;
	background: linear-gradient(90deg, #eee 10%, #ddd 18%, #eee 33%);
	background-size: 800px 104px;
	height: 100px;
	position: relative;
}

.wpsr_content .swiper-container {
	overflow: hidden;
}

.wpsr-visually-hidden {
	clip: rect(0, 0, 0, 0);
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.wpsr-single-product-rating {
	align-items: center;
	display: flex;
	flex-direction: row;
	gap: 5px;
}

.wpsr-single-product-rating .star-rating {
	margin: 0;
}

.wpsr-display-block {
	display: block;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev-next, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next {
	background-color: #000;
	border-radius: 50%;
	cursor: pointer;
	height: 40px;
	margin-top: -25px;
	position: absolute;
	text-transform: none;
	top: 50%;
	transition: all .2s ease;
	width: 40px;
	z-index: 2;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination {
	bottom: 0 !important;
	left: 0;
	right: 0;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination {
		bottom: auto !important;
	}
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span {
	background-color: #000;
	border-radius: 50%;
	height: 10px;
	margin: 0 5px;
	opacity: .2;
	transition: .4s;
	width: 10px;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:focus, .wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:focus, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover {
	opacity: 1;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span:hover, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span:hover {
	transform: scale(1.3);
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active, .wpsr-swiper-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
	transform: scale(1.3);
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev-next:after {
	font-size: 14px;
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next {
	right: -20px;
}

@media screen and (max-width:767px) {
	.wpsr-swiper-carousel-wrapper .wpsr-swiper-next {
		right: -10px;
	}
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
	left: -20px;
}

@media screen and (max-width:767px) {
	.wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
		left: -10px;
	}
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev {
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	color: #909090;
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:after, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:after {
	font-size: 16px;
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next.nitro-lazy, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev.nitro-lazy {
	background-image: none !important;
}

.wpsr-swiper-carousel-wrapper .wpsr-swiper-next:focus, .wpsr-swiper-carousel-wrapper .wpsr-swiper-next:hover, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:focus, .wpsr-swiper-carousel-wrapper .wpsr-swiper-prev:hover {
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
}

.wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row {
	margin-left: -5px;
	margin-right: -5px;
}

@media screen and (max-width:767px) {
	.wpsr-reviews-wrapper .wpsr-fixed-height .wpsr-row {
		margin-left: 0;
		margin-right: 0;
	}
}

.wpsr-reviews-wrapper .wpsr-reviews-slider {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 30px;
}

@media screen and (max-width:767px) {
	.wpsr-reviews-wrapper .wpsr-reviews-slider {
		padding-left: 5px;
		padding-right: 5px;
	}
}

.wpsr-reviews-slider-wrapper-inner {
	margin-left: -10px;
	margin-right: -10px;
	position: relative;
}

@media screen and (max-width:767px) {
	.wpsr-reviews-slider-wrapper-inner {
		margin-left: 0;
		margin-right: 0;
	}
	
	.wpsr-reviews-slider-wrapper-inner .wpsr-review-template {
		margin-bottom: 0;
	}
}

.wpsr-twitter-carousel .wpsr-twitter-wrapper-inner, .wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner {
	position: relative;
}

@media screen and (max-width:767px) {
	.wpsr-youtube-slider-activate .wpsr-yt-feed-wrapper-inner .wpsr-yt-video {
		margin-bottom: 0;
	}
}

.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-item {
	margin-bottom: 30px;
}

.wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-item {
	height: auto;
	margin-bottom: 30px;
}

.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner, .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner {
	position: relative;
}

@media screen and (max-width:1024px) {
	.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination, .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination {
		bottom: -5px !important;
	}
}

@media screen and (max-width:767px) {
	.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-swiper-pagination, .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-swiper-pagination {
		bottom: auto !important;
	}
	
	.wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-fb-feed-item, .wpsr-facebook-feed-slider-activate .wpsr-fb-feed-wrapper-inner .wpsr-tiktok-feed-slider-activate .wpsr-tiktok-feed-wrapper-inner .wpsr-ig-post, .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-fb-feed-item, .wpsr-instagram-slider-activate .wpsr-ig-feed-wrapper-inner .wpsr-ig-post {
		margin-bottom: 0;
	}
}

.wpsr-fb-feed-wrapper .swiper-wrapper, .wpsr-ig-feed-wrapper .swiper-wrapper, .wpsr-reviews-slider .swiper-wrapper, .wpsr-twitter-feed-wrapper .swiper-wrapper, .wpsr-yt-feed-wrapper .swiper-wrapper {
	margin-bottom: 10px;
}

.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide, .wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide, .wpsr-reviews-slider .swiper-wrapper .swiper-slide, .wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide, .wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide {
	overflow: inherit !important;
}

.wpsr-fb-feed-wrapper .swiper-wrapper .swiper-slide:focus, .wpsr-ig-feed-wrapper .swiper-wrapper .swiper-slide:focus, .wpsr-reviews-slider .swiper-wrapper .swiper-slide:focus, .wpsr-twitter-feed-wrapper .swiper-wrapper .swiper-slide:focus, .wpsr-yt-feed-wrapper .swiper-wrapper .swiper-slide:focus {
	outline: 2px solid #000;
}

.wpsr-twitter-feed-wrapper .swiper-wrapper .wpsr-twitter-tweet {
	margin-bottom: 0;
}

.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-twitter-footer {
	margin-top: 30px;
}

.wpsr-twitter-feed-wrapper.wpsr-twitter-carousel .wpsr-swiper-pagination {
	bottom: inherit !important;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-prev {
	left: 5px;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-next {
	right: 5px;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span {
	background-color: #fff;
	opacity: .4;
}

.wpsr-feed-popup-carousel-wrapper .wpsr-swiper-pagination span.swiper-pagination-bullet-active {
	opacity: 1;
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next, .elementor-widget-container .wpsr-feed-wrap .swiper-button-prev {
	align-items: center;
	cursor: pointer;
	display: flex;
	justify-content: center;
	margin-top: calc(0px - var(--swiper-navigation-size) / 2);
	position: absolute;
	top: 50%;
	z-index: 10;
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after, .elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after {
	font-family: wp-social-reviews;
	font-size: 26px;
	font-variant: normal;
	letter-spacing: 0;
	line-height: 1;
	text-transform: none !important;
	text-transform: none;
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-prev:after, .elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-next:after {
	content: "c";
}

.elementor-widget-container .wpsr-feed-wrap .swiper-button-next:after, .elementor-widget-container .wpsr-feed-wrap .swiper-container-rtl .swiper-button-prev:after {
	content: "b";
}

.wpsr_content .swiper-container:not(.swiper-container-initialized)>.swiper-wrapper, .wpsr_content .swiper:not(.swiper-initialized)>.swiper-wrapper {
	overflow: unset;
}

.widget_wpsn-widget ::-webkit-scrollbar {
	height: 12px;
	overflow: visible;
	width: 12px;
}

.widget_wpsn-widget ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

.widget_wpsn-widget ::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, .2);
	border: solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	min-height: 8px;
}

.widget_wpsn-widget ::-webkit-scrollbar-track-piece {
	background-clip: padding-box;
	background: #fff;
	border-left: 1px solid #f1f1f1;
}

.widget_wpsn-widget .wpsr-container {
	padding-left: 0;
	padding-right: 0;
}

.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper).wpsr-reviews-wrapper {
	background-color: #fcfcfc;
}

.widget_wpsn-widget :not(.wpsr-reviews-slider-wrapper) .wpsr-fixed-height .wpsr-row:nth-child(2) {
	height: auto;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
}

.widget_wpsn-widget .wpsr-business-info {
	border-radius: 0 !important;
	flex-direction: column;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left {
	flex: 0 0 100%;
	margin-bottom: 5px;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
	justify-content: center;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count {
	display: block;
	text-align: center;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-rating {
	font-size: 16px;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-star svg {
	height: 16px;
	width: 16px;
}

.widget_wpsn-widget .wpsr-business-info .wpsr-business-info-left .wpsr-rating-and-count .wpsr-total-reviews {
	font-size: 14px;
}

.widget_wpsn-widget .wpsr-reviews-slider {
	padding-top: 0;
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-review-template {
	margin-bottom: 0;
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-pagination {
	bottom: auto !important;
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev-next {
	opacity: 0;
	transition: .3s;
}

.widget_wpsn-widget .wpsr-reviews-slider-wrapper-inner:hover .wpsr-swiper-prev-next {
	opacity: 1;
}

@keyframes wpsr-spinner {
	0% {
		opacity: 0;
		transform: scale(0);
	}
	
	75% {
		opacity: 1;
		transform: scale(1);
	}
	
	to {
		opacity: 0;
		transform: scale(1.2);
	}
}

@keyframes wpsrPlaceHolderShimmer {
	0% {
		background-position: -468px 0;
	}
	
	to {
		background-position: 468px 0;
	}
}

.wpsr-feed-popup-overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	z-index: 99999;
}

.wpsr-feed-popup-overlay:before {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .25s ease;
	visibility: hidden;
}

.wpsr-feed-popup-overlay.wpsr-feed-popup-open, .wpsr-feed-popup-overlay.wpsr-feed-popup-open:before {
	visibility: visible;
}

.wpsr-feed-popup-overlay.wpsr-feed-popup-open .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
	height: auto;
	opacity: 1;
	transform: translateY(-50%) translateX(-50%) scale(1);
	transition: all .4s ease;
	visibility: visible;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-overlay.wpsr-feed-popup-open .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
		height: calc(100vh - 80px);
	}
}

.wpsr-feed-popup-box-wraper {
	bottom: 0;
	left: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 50px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
	background-color: #fff;
	box-sizing: border-box;
	display: flex;
	height: 100%;
	left: 50%;
	opacity: 0;
	position: relative;
	top: 50%;
	transform: translateX(-50%) scale(.9);
	transition: all .35s ease;
	visibility: hidden;
	width: 850px;
}

@media screen and (max-width:1024px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
		width: 660px;
	}
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
		flex-direction: column;
		width: 300px;
	}
}

@media only screen and (max-width:320px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner {
		width: 270px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner.wpsr-feed-popup-box-no-sidebar {
	width: 500px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner.wpsr-feed-popup-box-no-sidebar .wpsr-feed-popup-media {
	flex: 0 0 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner a:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner a:hover, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner video:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner video:hover {
	outline: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn {
	background: rgba(0, 0, 0, 0);
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn.wpsr-link-disable, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn.wpsr-link-disable {
	display: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn span, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn span {
	border-radius: 50%;
	color: #fff;
	font-size: 45px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn span, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn span {
		font-size: 35px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn {
	left: -50px;
	padding: 5px;
}

@media screen and (max-width:1024px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn {
		left: -50px;
	}
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn {
		left: -33px;
	}
}

@media (max-width:320px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-prev-btn {
		left: -35px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn {
	padding: 5px;
	right: -50px;
}

@media screen and (max-width:1024px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn {
		right: -50px;
	}
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn {
		right: -33px;
	}
}

@media (max-width:320px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-next-btn {
		right: -35px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn {
	cursor: pointer;
	height: 40px;
	position: absolute;
	right: -40px;
	top: -40px;
	transition: all .3s ease;
	width: 40px;
	z-index: 2;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn {
		right: -20px;
		top: -30px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:hover:after, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:hover:before {
	background: #fff;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before {
	transform: rotate(45deg);
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after {
	transform: rotate(-45deg);
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before {
	background: #d5cece;
	border-radius: 10px;
	content: "";
	display: block;
	height: 2px;
	left: 50%;
	margin: -1px 0 0 -10px;
	position: absolute;
	top: 50%;
	transition: all .3s ease;
	width: 25px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:after, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-close-btn:before {
		width: 20px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media {
	background-color: #000;
	display: flex;
	flex: 0 0 60%;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media {
		flex: auto;
		width: 100%;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media>div {
	align-items: center;
	display: flex;
	height: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-review-popup-image-counter {
	bottom: -30px;
	color: #fff;
	position: absolute;
	right: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper {
	width: 500px;
}

@media screen and (max-width:1024px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper {
		width: 392px;
	}
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper {
		width: auto;
	}
	
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .swiper-pagination {
		bottom: 10px !important;
		display: block;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right {
	align-items: center;
	background-color: #fff;
	background-image: none;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .2);
	color: #909090;
	display: flex;
	font-size: 24px;
	height: 40px;
	justify-content: center;
	text-align: center;
	width: 40px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left.nitro-lazy, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right.nitro-lazy {
	background-image: none !important;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left.swiper-button-disabled, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right.swiper-button-disabled {
	cursor: auto;
	opacity: .35;
	pointer-events: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:after, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:after {
	font-size: 16px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right {
		display: none;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-left:hover, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-feed-popup-carousel-wrapper .icon-arrow-circle-o-right:hover {
	background-color: #fff;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .3);
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img {
	width: 500px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img {
		width: auto;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img {
	display: block;
	height: 100%;
	max-height: 700px;
	object-fit: contain;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video {
	width: 500px;
}

@media screen and (max-width:1024px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video {
		width: 392px;
	}
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media iframe, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media video {
		width: 100%;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-no-video img {
	max-height: 600px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-thumbnail {
	width: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice {
	background-color: #fff;
	bottom: 0;
	color: #000;
	padding: 10px;
	position: absolute;
	width: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice strong {
	margin-bottom: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media .wpsr-ig-notice p {
	font-size: 14px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content {
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a {
	box-shadow: none;
	color: #262626;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-name a:hover {
	outline: none;
	text-decoration: underline;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info {
	align-items: center;
	border-bottom: 1px solid #eee;
	display: flex;
	padding: 20px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info {
		padding: 10px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info p {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a {
	box-shadow: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a img {
	border-radius: 50%;
	height: 40px;
	margin-right: 10px;
	object-fit: cover;
	width: 40px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-user-info a img {
		height: 30px;
		width: 30px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper {
	flex: 1;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar {
	border-radius: 100px;
	width: 8px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar-thumb, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar-thumb {
	background: rgba(73, 72, 72, .23);
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments ::-webkit-scrollbar-track, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar ::-webkit-scrollbar-track {
	background: rgba(72, 70, 70, .1);
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar .wpsr-feed-popup-comments-wrapper-inner {
	height: 370px;
	overflow-y: scroll;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-scrollbar .wpsr-feed-popup-comments-wrapper-inner {
		height: 200px;
	}
	
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper.wpsr-feed-popup-have-comments .wpsr-feed-popup-comments-wrapper-inner {
		height: 120px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment {
	display: flex;
	padding: 20px 20px 0;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment {
		padding: 20px 20px 10px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment a img {
	border-radius: 50%;
	height: 40px;
	margin-right: 10px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment .wpsr-feed-popup-comment-inner {
	width: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span {
	box-shadow: none;
	color: #262626;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a:hover, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:hover {
	outline: none;
	text-decoration: underline;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text a, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span {
	margin-right: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text span:hover {
	text-decoration: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text p {
	color: #262626;
	display: inline;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	word-break: break-word;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-text p a {
	color: #00376b;
	font-weight: 400;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-meta {
	margin-top: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-comments-wrapper .wpsr-feed-popup-comment-meta time {
	color: #8e8e8e;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.4;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date {
	border-bottom: 1px solid #eee;
	border-top: 1px solid #eee;
	display: flex;
	flex-direction: column;
	padding: 20px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date {
		gap: 5px;
		padding: 10px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date span {
	color: #262626;
	font-size: 14px;
	font-weight: 600;
	padding-bottom: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-statistics-date a {
	box-shadow: none;
	color: #8e8e8e;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none;
	text-transform: uppercase;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta {
	align-items: center;
	display: flex;
	padding: 20px;
}

@media screen and (max-width:767px) {
	.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta {
		padding: 10px 15px;
	}
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a {
	align-items: center;
	box-shadow: none;
	color: #262626;
	display: flex;
	font-size: 12px;
	font-weight: 400;
	line-height: 0;
	text-decoration: none;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span.icon-facebook-square, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span.icon-instagram {
	font-size: 18px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span {
	display: inline-block;
	margin-top: 2px;
	padding-left: 5px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span:focus, .wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a span+span:hover {
	outline: none;
	text-decoration: underline;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a .wpsr-icon-tiktok-black {
	background-image: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/wp-social-reviews/assets/images/6f75e82da67c9f9919b649e055024a5f.icon-tiktok-black.png");
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
	height: 15px;
	margin-right: 2px;
	width: 15px;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a .wpsr-icon-tiktok-black.nitro-lazy {
	background-image: none !important;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a.wpsr-popup-shoppable-btn {
	background: #000;
	border-radius: 4px;
	color: #dee3e7;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 13px 16px;
	text-align: center;
	text-decoration: none;
	transition: .4s;
	width: 100%;
}

.wpsr-feed-popup-box-wraper .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-box-content .wpsr-feed-popup-view-post-cta a.wpsr-popup-shoppable-btn:hover {
	opacity: .6;
}

.wpsr-star-rating-val {
	color: #d1d1d1;
	font-size: 20px;
	height: 20px;
	line-height: 20px;
	position: relative;
	unicode-bidi: bidi-override;
	width: 100px;
}

.wpsr-star-rating-val:before {
	content: "★★★★★";
	font-family: initial;
	opacity: .3;
}

.wpsr-star-rating-val:after {
	color: #e7711a;
	content: "★★★★★";
	display: block;
	font-family: initial;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	z-index: 1;
}

[title="0"]:after {
	width: 0;
}

[title="1"]:after {
	width: 20%;
}

[title="2"]:after {
	width: 40%;
}

[title="3"]:after {
	width: 60%;
}

[title="4"]:after {
	width: 80%;
}

[title="4.5"]:after {
	width: 90%;
}

[title="5"]:after {
	width: 100%;
}

.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner {
	background: rgba(0, 0, 0, 0);
}

.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media {
	background: rgba(0, 0, 0, 0);
	flex: 0 0 100%;
}

.wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media img, .wpsr-review-feed-popup .wpsr-feed-popup-box-wraper-inner .wpsr-feed-popup-media>div {
	width: 100%;
}

.e-con-full .wpsr-reviews-wrapper .wpsr-row {
	margin-left: 0;
	margin-right: 0;
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner {
	margin-left: 10px;
	margin-right: 10px;
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-next {
	right: 0;
}

.e-con-full .wpsr-reviews-wrapper .wpsr-reviews-slider-wrapper-inner .wpsr-swiper-prev {
	left: 0;
}

a.wpsr-reviewer-image-animation {
	display: inline-block;
	height: 80px;
	overflow: hidden;
	position: relative;
	width: 80px;
}

a.wpsr-reviewer-image-animation:before {
	animation-duration: 1.25s;
	animation-fill-mode: forwards;
	animation-iteration-count: infinite;
	animation-name: wpsrPlaceHolderShimmer;
	animation-timing-function: linear;
	background: #a9a9a9;
	background: linear-gradient(90deg, #eee 10%, #ddd 18%, #eee 33%);
	background-size: 800px 104px;
	bottom: 0;
	content: "";
	height: auto;
	left: 0;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 1;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
	background-color: #fcfcfc;
	position: fixed !important;
	right: -350px !important;
	top: 0;
	visibility: hidden;
	width: 350px !important;
}

@media only screen and (max-width:320px) {
	.wpsr-reviews-wrapper.wpsr-reviews-layout-badge, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
		width: 280px;
	}
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, .1), 0 0 10px 0 rgba(0, 0, 0, .1);
	height: 100vh;
	transition: .3s;
	z-index: 999999;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info {
	flex-direction: column;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left, .wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right {
	align-items: center;
	width: 100%;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right {
	border-left: none;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-fixed-height .wpsr-review-fixed-height-wrap, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-fixed-height .wpsr-review-fixed-height-wrap {
	margin-left: -10px;
	padding-top: 10px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar {
	height: 12px;
	overflow: visible;
	width: 12px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-button, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-button {
	height: 0;
	width: 0;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-thumb, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-thumb {
	background-clip: padding-box;
	background-color: rgba(0, 0, 0, .2);
	border: solid rgba(0, 0, 0, 0);
	border-radius: 8px;
	min-height: 8px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge ::-webkit-scrollbar-track-piece, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification ::-webkit-scrollbar-track-piece {
	background-clip: padding-box;
	background: #fff;
	border-left: 1px solid #f1f1f1;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse {
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
	box-shadow: 0 5px 20px 10px rgba(0, 0, 0, .1);
	color: #111;
	display: inline-flex;
	font-size: 28px;
	height: 30px;
	justify-content: center;
	line-height: 30px;
	position: absolute;
	right: -10px;
	text-decoration: none;
	top: -15px;
	transform: rotate(90deg);
	width: 30px;
	z-index: 2;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-collapse:focus, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-collapse:focus {
	box-shadow: none;
	outline: none;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close {
	align-items: center;
	background-color: rgba(76, 75, 75, .66);
	border-radius: 50%;
	display: flex;
	height: 30px;
	justify-content: center;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 5px;
	width: 30px;
	z-index: 2;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-badge .wpsr-popup-close svg, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-popup-close svg {
	height: 16px;
	width: 16px;
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active, .wpsr-reviews-layout-badge.active {
	right: 0 !important;
	visibility: visible !important;
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active:not(.wpsr-header-enable), .wpsr-reviews-layout-badge.active:not(.wpsr-header-enable) {
	height: 100vh;
	max-height: none;
	overflow-x: hidden;
	overflow-y: scroll;
}

@media screen and (max-width:767px) {
	.widget_wpsn-widget .wpsr-reviews-layout-badge.active, .wpsr-reviews-layout-badge.active {
		width: 100%;
	}
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row, .wpsr-reviews-layout-badge.active .wpsr-container .wpsr-row {
	margin-left: 0;
	margin-right: 0;
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row, .wpsr-reviews-layout-badge.active .wpsr-all-reviews.wpsr-row {
	margin-top: 30px;
}

.widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row, .widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2), .widget_wpsn-widget .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3), .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-all-reviews.wpsr-row, .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(2), .wpsr-reviews-layout-badge.active.wpsr-header-enable .wpsr-row:nth-child(3) {
	height: calc(100vh - 100px);
	max-height: none;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
}

.wpsr-no-reviews.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner {
	display: initial;
}

.wpsr-no-reviews.wpsr-reviews-badge1 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo {
	display: inline-block;
}

.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count {
	padding-top: 0;
}

.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count .wpsr-reviews-badge-title {
	padding-bottom: 0;
}

.wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo, .wpsr-no-reviews .wpsr-reviews-badge-wrapper-inner .wpsr-rating-and-count .wpsr-rating {
	margin-left: 0;
}

.wpsr-fixed-height.wpsr-container {
	margin-bottom: 30px;
	max-width: none;
	padding-left: 0;
	padding-right: 0;
	width: 100%;
}

.wpsr-fixed-height .wpsr-business-info {
	background-color: #fdf4f4;
	border-radius: 8px;
}

@media screen and (max-width:767px) {
	.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left {
		margin-bottom: 10px;
	}
	
	.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left h3 {
		font-size: 20px;
	}
	
	.wpsr-fixed-height .wpsr-business-info .wpsr-business-info-left .wpsr-rating {
		justify-content: center;
	}
	
	.wpsr-fixed-height .wpsr-business-info {
		flex-direction: column;
		padding: 20px 15px;
		text-align: center;
	}
}

.wpsr-fixed-height :first-child.wpsr-row {
	height: inherit !important;
	overflow: inherit !important;
}

.wpsr-fixed-height .wpsr-row {
	display: block;
	flex-wrap: nowrap;
	margin-left: 0;
	margin-right: 0;
}

.wpsr-fixed-height .wpsr-review-fixed-height-wrap {
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	overflow: hidden;
	padding-top: 30px;
}

.wpsr-reviews-badge-wrapper.trustpilot .wpsr-star-container, .wpsr-reviews-badge-wrapper.yelp .wpsr-star-container, .wpsr-reviews-wrapper .trustpilot .wpsr-star-container, .wpsr-reviews-wrapper .yelp .wpsr-star-container {
	margin-right: .25rem;
}

.wpsr-reviews-badge-wrapper .wpsr-star-empty, .wpsr-reviews-badge-wrapper .wpsr-star-filled, .wpsr-reviews-wrapper .wpsr-star-empty, .wpsr-reviews-wrapper .wpsr-star-filled {
	height: 100%;
	width: 100%;
}

.wpsr-reviews-badge-wrapper .wpsr-star-container, .wpsr-reviews-wrapper .wpsr-star-container {
	margin-right: 0;
}

.wpsr-reviews-badge-wrapper .wpsr-star-empty, .wpsr-reviews-wrapper .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-reviews-badge-wrapper .wpsr-star-filled, .wpsr-reviews-wrapper .wpsr-star-filled {
	background-color: #f7b80c;
}

.wpsr-empty-business-info .wpsr-business-info {
	background-color: rgba(0, 0, 0, 0);
	justify-content: center;
}

.wpsr-empty-business-info .wpsr-business-info .wpsr-no-reviews-message {
	color: #666;
	font-size: 14px;
	margin-bottom: 0;
	margin-top: 5px;
}

.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left {
	display: flex;
	flex: initial;
	flex-direction: column;
	width: 30%;
}

.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right {
	border-left: 1px solid #ddd;
	display: flex;
	justify-content: center;
	margin: initial;
	padding: 10px 0;
	text-align: initial;
	width: 30%;
}

@media screen and (max-width:767px) {
	.wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-left, .wpsr-empty-business-info .wpsr-business-info .wpsr-business-info-right {
		border-left: none;
		width: 100%;
	}
}

.wpsr_add_read_more_slice_content {
	transition: .5s;
}

.wpsr_add_read_more.wpsr_show_less_content .wpsr_add_read_more_slice_content, .wpsr_add_read_more.wpsr_show_less_content .wpsr_read_less, .wpsr_add_read_more.wpsr_show_more_content .wpsr_read_more {
	display: none;
}

.wpsr-reviews-form-popup-overlay .wpsr-popup-close {
	position: absolute;
	right: -50px;
	top: -5px;
}

.wpsr-reviews-form-popup-overlay .wpsr-popup-close svg {
	height: 25px;
}

.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode, .wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode:before {
	visibility: visible;
}

.wpsr-reviews-form-popup-overlay.wpsr_has_fluent_forms_shortcode .wpsr-reviews-form-popup-box-wraper-inner {
	opacity: 1;
	transform: translateX(-50%) scale(1);
	transition: all .4s ease;
	visibility: visible;
}

.wpsr-reviews-form-popup-overlay {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	text-align: initial;
	top: 0;
	visibility: hidden;
	z-index: 99999;
}

.wpsr-reviews-form-popup-overlay:before {
	background: rgba(0, 0, 0, .7);
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: all .25s ease;
	visibility: hidden;
}

.wpsr-reviews-form-popup-box-wraper {
	bottom: 0;
	left: 0;
	max-height: 100%;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 50px 0;
	position: absolute;
	right: 0;
	top: 0;
}

.wpsr-reviews-form-popup-box-wraper-inner {
	background-color: #fff;
	border-radius: 18px;
	box-sizing: border-box;
	left: 50%;
	opacity: 0;
	padding: 20px;
	position: relative;
	transform: translateX(-50%) scale(.9);
	transition: all .35s ease;
	visibility: hidden;
	width: 500px;
}

.wpsr-reviews-form-popup-box-wraper-inner .ff-el-group.ff-custom_html {
	margin-bottom: 0;
}

.wpsr-reviews-form-popup-box-wraper-inner .fluentform .ff-el-ratings {
	line-height: 20px;
}

@media screen and (max-width:767px) {
	.wpsr-reviews-form-popup-box-wraper-inner {
		width: 280px;
	}
}

.wpsr-reviews-wrapper .wpsr-business-info .wpsr-write-review-modal .wpsr-business-info-paltforms-url .wpsr-reviews-form-popup-overlay a.wpsr-popup-close:hover {
	background-color: rgba(0, 0, 0, 0);
}

.wpsr_add_read_more .wpsr_read_less, .wpsr_add_read_more .wpsr_read_more {
	color: #1194dc;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: underline;
	text-decoration-color: #1194dc;
}

.wpsr-has-equal-height ::-webkit-scrollbar, .wpsr-reviews-content-length-deactive ::-webkit-scrollbar {
	border-radius: 4px;
	width: 4px;
}

.wpsr-has-equal-height ::-webkit-scrollbar-thumb, .wpsr-reviews-content-length-deactive ::-webkit-scrollbar-thumb {
	background: rgba(70, 69, 69, .6);
}

.wpsr-has-equal-height ::-webkit-scrollbar-track, .wpsr-reviews-content-length-deactive ::-webkit-scrollbar-track {
	background: rgba(72, 70, 70, .1);
}

.wpsr-has-equal-height .wpsr-review-content, .wpsr-reviews-content-length-deactive .wpsr-review-content {
	height: 70px !important;
	overflow-y: scroll;
	overflow: auto;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-has-equal-height ::-webkit-scrollbar {
	border-radius: 4px;
	width: 4px;
}

.wpsr-has-equal-height ::-webkit-scrollbar-thumb {
	background: rgba(70, 69, 69, .6);
}

.wpsr-has-equal-height ::-webkit-scrollbar-track {
	background: rgba(72, 70, 70, .1);
}

.wpsr-has-equal-height .wpsr-review-content {
	height: 80px !important;
	overflow-y: scroll;
	overflow: auto;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-rating .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-rating .wpsr-star-filled {
	background-color: #ffb542;
}

.wpsr-has-multiple-reviews-platform .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-has-multiple-reviews-platform .wpsr-star-filled {
	background-color: #f7b80c;
}

.airbnb .wpsr-star-empty {
	background-color: #fff;
}

.airbnb .wpsr-star-filled {
	background-color: #ff385c;
}

.tripadvisor .wpsr-star-empty {
	background-color: #d6dae4;
}

.tripadvisor .wpsr-star-filled {
	background-color: #04a96c;
}

.aliexpress .wpsr-star-empty {
	background-color: #d6dae4;
}

.aliexpress .wpsr-star-filled {
	background-color: #fe4646;
}

.airbnb .wpsr-star-empty, .airbnb .wpsr-star-filled, .aliexpress .wpsr-star-empty, .aliexpress .wpsr-star-filled, .custom .wpsr-star-empty, .custom .wpsr-star-filled, .facebook .wpsr-star-empty, .facebook .wpsr-star-filled, .fluent_forms .wpsr-star-empty, .fluent_forms .wpsr-star-filled, .google .wpsr-star-empty, .google .wpsr-star-filled, .tripadvisor .wpsr-star-empty, .tripadvisor .wpsr-star-filled, .woocommerce .wpsr-star-empty, .woocommerce .wpsr-star-filled, .wpsr-has-multiple-reviews-platform .wpsr-star-empty, .wpsr-has-multiple-reviews-platform .wpsr-star-filled, .wpsr-review-template .wpsr-star-empty, .wpsr-review-template .wpsr-star-filled, .wpsr-review-template-custom .wpsr-star-empty, .wpsr-review-template-custom .wpsr-star-filled, .wpsr-review-template-fluent_forms .wpsr-star-empty, .wpsr-review-template-fluent_forms .wpsr-star-filled, .wpsr-review-template-testimonial .wpsr-star-empty, .wpsr-review-template-testimonial .wpsr-star-filled, .wpsr-review-template-woocommerce .wpsr-star-empty, .wpsr-review-template-woocommerce .wpsr-star-filled {
	height: 100%;
	width: 100%;
}

.airbnb .wpsr-star-container, .aliexpress .wpsr-star-container, .custom .wpsr-star-container, .facebook .wpsr-star-container, .fluent_forms .wpsr-star-container, .google .wpsr-star-container, .tripadvisor .wpsr-star-container, .woocommerce .wpsr-star-container, .wpsr-has-multiple-reviews-platform .wpsr-star-container, .wpsr-review-template .wpsr-star-container, .wpsr-review-template-custom .wpsr-star-container, .wpsr-review-template-fluent_forms .wpsr-star-container, .wpsr-review-template-testimonial .wpsr-star-container, .wpsr-review-template-woocommerce .wpsr-star-container {
	margin-right: 0;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container, .wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container {
	margin-right: .25rem;
}

.wpsr-business-info {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding: 20px;
	width: 100%;
}

.wpsr-business-info.wpsr-display-block {
	border-radius: 0;
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo, .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms, .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:320px) {
	.wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-logo, .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-business-info-paltforms, .wpsr-business-info.wpsr-display-block .wpsr-business-info-left .wpsr-rating-and-count {
		display: block;
	}
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal, .wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
	right: -50px;
	transition: .3s;
}

.wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active, .wpsr-business-info.wpsr-display-block .wpsr-business-info-right .wpsr-write-review-modal-wrapper.wpsr-read-all-review-modal.active {
	right: 0;
}

.wpsr-business-info .wpsr-business-info-paltforms.facebook span {
	margin-top: 5px;
}

.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-logo span {
	margin-top: -10px;
}

.wpsr-business-info.amazon .wpsr-business-info-left .wpsr-business-info-paltforms span {
	margin-top: -8px;
}

.wpsr-business-info.facebook .wpsr-business-info-left .wpsr-business-info-logo span, .wpsr-business-info.trustpilot .wpsr-business-info-left .wpsr-business-info-logo span {
	margin-top: 5px;
}

.wpsr-business-info .wpsr-business-info-left {
	flex: 0 0 70%;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
	align-items: center;
	display: flex;
}

@media screen and (max-width:767px) {
	.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo {
		justify-content: center;
	}
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo img {
	height: 25px;
	margin-right: 5px;
	object-fit: cover;
	width: auto;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-logo span {
	color: #333;
	font-size: 16px;
	font-weight: 400;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms {
	align-items: center;
	display: flex;
	padding-bottom: 5px;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms a {
	display: inherit;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms span {
	color: #333;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 4px;
}

.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms img {
	border-radius: 4px;
	box-shadow: none;
	margin-right: 10px;
	max-height: 25px;
	width: auto;
}

@media screen and (max-width:767px) {
	.wpsr-business-info .wpsr-business-info-left .wpsr-business-info-paltforms {
		justify-content: center;
	}
}

.wpsr-business-info .wpsr-rating-and-count {
	align-items: center;
	display: flex;
	line-height: 1.2;
	margin: 0;
}

@media screen and (max-width:767px) {
	.wpsr-business-info .wpsr-rating-and-count {
		display: block;
	}
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-rating {
	display: flex;
	margin-top: -2px;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-rating {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	padding-right: 5px;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews {
	font-size: 14px;
	padding-left: 5px;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-total-reviews span {
	font-weight: 700;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star {
	display: inherit;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop {
	stop-color: #f7b80c;
}

.wpsr-business-info .wpsr-rating-and-count .wpsr-star-rand stop+stop {
	stop-color: #d6dae4;
}

.wpsr-business-info .wpsr-business-info-right {
	margin-left: auto;
	text-align: right;
}

@media only screen and (max-width:767px) {
	.wpsr-business-info .wpsr-business-info-right {
		margin-left: 0;
	}
}

.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review {
	background-color: #4284f3;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 5px 15px;
	text-align: right;
	text-decoration: none;
}

.wpsr-business-info .wpsr-business-info-right a.wpsr-write-review:focus {
	background-color: #4284f3;
	text-decoration: none;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper {
	position: relative;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal-btn, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal-btn {
	background-color: #4284f3;
	border-radius: 50px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 5px 15px;
	text-decoration: none;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 9px 13px 3px rgba(17, 17, 17, .2);
	display: flex;
	flex-direction: column;
	margin-top: -4px;
	opacity: 0;
	position: absolute;
	right: -20px;
	top: 100%;
	transition: .3s;
	visibility: hidden;
	width: 290px;
	z-index: 999;
}

@media only screen and (max-width:767px) {
	.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
		right: 30px;
		width: 300px;
	}
}

@media only screen and (max-width:320px) {
	.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal {
		right: 30px;
		width: 260px;
	}
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
	margin-top: 4px;
	opacity: 1;
	right: 0;
	visibility: visible;
}

@media only screen and (max-width:767px) {
	.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
		margin-left: -90px;
		right: auto;
	}
}

@media only screen and (max-width:320px) {
	.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.active, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.active {
		margin-left: -70px;
		right: auto;
	}
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal p, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal p {
	color: #333;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	padding: 10px 20px;
	text-align: left;
	text-transform: none;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a {
	box-shadow: none;
	display: flex;
	padding: 6px 20px;
	text-decoration: none;
	transition: .4s;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a:hover, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a:hover {
	background-color: #fdf4f4;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a img, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a img {
	border-radius: 4px;
	box-shadow: none;
	max-height: 25px;
	width: auto;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-business-info-war-btn-icon {
	margin-right: 10px;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 16px;
	overflow: hidden;
	text-align: left;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-platform {
	color: #333;
	display: block;
	font-size: 14px;
	font-weight: 700;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: capitalize;
	white-space: nowrap;
	width: 100%;
}

.wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url, .wpsr-business-info .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal .wpsr-business-info-paltforms-url a .wpsr-paltforms-url span.wpsr-url {
	color: #888;
	display: block;
	font-size: 12px;
	font-weight: 400;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.wpsr-business-info .wpsr-people-list img {
	border-radius: 50%;
	box-shadow: none;
	display: inline-block;
	height: 30px;
	margin-left: -4px;
	object-fit: cover;
	width: 30px;
}

.yelp .wpsr-star-container {
	margin-right: 3px;
}

.yelp .wpsr-star-container .wpsr-star-empty, .yelp .wpsr-star-container .wpsr-star-filled {
	height: 80%;
	width: 80%;
}

.yelp .wpsr-star-background-filled {
	background-color: #fa3e3e;
}

.yelp .wpsr-star-background-empty {
	background-color: #d6dae4;
}

.yelp .wpsr-star-empty, .yelp .wpsr-star-filled {
	background-color: #fff;
}

.trustpilot .wpsr-star-container {
	margin-right: 3px;
}

.trustpilot .wpsr-star-container .wpsr-star-empty, .trustpilot .wpsr-star-container .wpsr-star-filled {
	height: 80%;
	width: 80%;
}

.trustpilot .wpsr-star-background-filled {
	background-color: #00b67a;
}

.trustpilot .wpsr-star-background-empty {
	background-color: #d6dae4;
}

.trustpilot .wpsr-star-empty, .trustpilot .wpsr-star-filled {
	background-color: #fff;
}

.trustpilot .wpsr-star-container {
	border-radius: 0;
}

.wpsr-reviews-footer-cta {
	justify-content: center;
}

.wpsr-reviews-footer-cta .wpsr-business-info-right {
	margin-left: 0;
}

.wpsr-review-template {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 8px 20px 2px rgba(0, 0, 0, .07);
	margin-bottom: 30px;
	margin-top: 30px;
	padding: 30px;
	position: relative;
	transition: .4s;
	width: 100%;
}

.wpsr-review-template .wpsr-review-title {
	color: #333;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-bottom: 0;
	margin-top: 10px;
	padding: 0;
}

.wpsr-review-template .wpsr-reviewer-image img {
	height: 80px;
	max-width: none;
	object-fit: cover;
	width: 80px;
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url {
	box-shadow: none;
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover {
	outline: none !important;
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:focus, .wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url:hover {
	box-shadow: none !important;
}

.wpsr-review-template .wpsr-reviewer-image .wpsr-reviewer-image-url img {
	box-shadow: none;
}

.wpsr-review-template .wpsr-review-platform {
	left: 15px;
	position: absolute;
	top: 15px;
}

.wpsr-review-template .wpsr-review-platform img {
	border-radius: 4px;
	box-shadow: none;
	max-height: 25px;
	width: auto;
}

.wpsr-review-template .wpsr-recommends {
	margin-right: 4px;
	margin-top: 1px;
}

.wpsr-review-template .wpsr-recommends span {
	color: #616770;
	font-size: 14px;
	margin-top: -5px;
	padding-left: 5px;
}

.wpsr-review-template .wpsr-recommends svg path {
	fill: #f36b7f;
}

.wpsr-review-template .wpsr-reviewer-name-url {
	box-shadow: none;
	display: inline-block;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.wpsr-review-template .wpsr-reviewer-name-url .wpsr-reviewer-name {
	color: #333;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 0;
	word-break: break-word;
}

.wpsr-review-template .wpsr-verified-review {
	align-items: center;
	display: inline-flex;
	margin-left: 6px;
	position: relative;
	top: -1px;
	vertical-align: middle;
	white-space: nowrap;
}

.wpsr-review-template .verified-badge-star {
	align-items: center;
	background: #197bff;
	border-radius: 5%;
	display: flex;
	height: 13px;
	justify-content: center;
	margin-bottom: 1px;
	position: relative;
	transform: rotate(0deg);
	width: 13px;
}

.wpsr-review-template .verified-badge-star:before {
	background: #197bff;
	border-radius: 5%;
	content: "";
	height: 13px;
	position: absolute;
	transform: rotate(30deg);
	width: 13px;
	z-index: -1;
}

.wpsr-review-template .verified-badge-star:after {
	background: #197bff;
	border-radius: 5%;
	content: "";
	height: 13px;
	position: absolute;
	transform: rotate(60deg);
	width: 13px;
	z-index: -2;
}

.wpsr-review-template .checkmark {
	border: 2px solid #fff;
	border-right: none;
	border-top: none;
	height: 5px;
	transform: rotate(-45deg) translate(1px, -1px);
	width: 9px;
	z-index: 1;
}

.wpsr-review-template .wpsr-tooltip {
	cursor: pointer;
	position: relative;
}

.wpsr-review-template .wpsr-tooltip:after, .wpsr-review-template .wpsr-tooltip:before {
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	transform: translateX(-50%);
	transition: opacity .3s, visibility .3s;
	visibility: hidden;
	z-index: 9999;
}

.wpsr-review-template .wpsr-tooltip:before {
	background-color: #000;
	border-radius: 4px;
	bottom: 160%;
	color: #fff;
	content: attr(data-tooltip);
	font-size: 12px;
	line-height: 1.2;
	padding: 5px 8px;
	white-space: nowrap;
}

.wpsr-review-template .wpsr-tooltip:after {
	border-left: 8px solid rgba(0, 0, 0, 0);
	border-right: 8px solid rgba(0, 0, 0, 0);
	border-top: 8px solid #000;
	bottom: 120%;
	content: "";
	height: 0;
	width: 0;
}

.wpsr-review-template .wpsr-tooltip:hover:after, .wpsr-review-template .wpsr-tooltip:hover:before {
	opacity: 1;
	visibility: visible;
}

.wpsr-review-template .wpsr-review-date {
	color: #888;
	display: block;
	font-size: 12px;
	line-height: 18px;
}

.wpsr-review-template .wpsr-rating-wrapper {
	display: flex;
	padding-bottom: 5px;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating {
	align-items: center;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
	display: inherit;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating .wpsr-star path {
	fill: #f7b80c;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1 {
	align-items: center;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.6;
	text-transform: uppercase;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style1 span {
	background: #f7b80c;
	border-radius: 8px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	height: 23px;
	line-height: 25px;
	margin-left: 5px;
	text-align: center;
	width: 28px;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2 {
	padding-top: 3px;
}

.wpsr-review-template .wpsr-rating-wrapper.wpsr-rating-style2 span {
	color: #2bc54d;
	font-size: 14px;
	font-weight: 500;
	margin-right: 2px;
}

.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style {
	align-items: center;
	display: flex;
}

.wpsr-review-template .wpsr-rating-wrapper .wpsr-booking-rating-style span {
	background: #003580;
	border-radius: 6px 6px 6px 0;
	color: #fff;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	height: 32px;
	line-height: 32px;
	min-width: 28px;
	text-align: center;
	width: 32px;
}

.wpsr-review-template .wpsr-review-content p {
	color: #555;
	font-size: 14px;
	line-height: 1.6;
	margin: 0;
	overflow: initial;
}

.wpsr-review-template .wpsr-review-content a {
	box-shadow: none;
	color: #1194dc;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0;
	text-decoration: underline;
	text-decoration-color: #1194dc;
}

.wpsr-review-template.wpsr-review-template .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template .wpsr-star-filled {
	background-color: #f7b80c;
}

.wpsr-review-template.wpsr-review-template-google .wpsr-review-platform img {
	max-height: 20px;
	width: auto;
}

.wpsr-review-template.wpsr-review-template-ai .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-ai .wpsr-star-filled {
	background-color: #f7b80c;
}

.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-filled {
	background-color: #ff385c;
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container {
	margin-right: 3px;
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-yelp .wpsr-star-container .wpsr-star-filled {
	height: 80%;
	width: 80%;
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-background-filled {
	background-color: #fa3e3e;
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-background-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-yelp .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-yelp .wpsr-star-filled {
	background-color: #fff;
}

.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-filled {
	background-color: #04a96c;
}

.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-amazon .wpsr-star-filled {
	background-color: #ffa41c;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container {
	margin-right: 3px;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container .wpsr-star-filled {
	height: 80%;
	width: 80%;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-background-filled {
	background-color: #00b67a;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-background-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-filled {
	background-color: #fff;
}

.wpsr-review-template.wpsr-review-template-trustpilot .wpsr-star-container {
	border-radius: 0;
}

.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-empty {
	background-color: #d6dae4;
}

.wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-filled {
	background-color: #fe4646;
}

.wpsr-review-template.wpsr-review-template-ai .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-ai .wpsr-star-filled, .wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-filled, .wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-filled, .wpsr-review-template.wpsr-review-template-amazon .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-amazon .wpsr-star-filled, .wpsr-review-template.wpsr-review-template-google .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-google .wpsr-star-filled, .wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-empty, .wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-filled, .wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-empty, .wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-filled {
	height: 100%;
	width: 100%;
}

.wpsr-review-template.wpsr-review-template-ai .wpsr-star-container, .wpsr-review-template.wpsr-review-template-airbnb .wpsr-star-container, .wpsr-review-template.wpsr-review-template-aliexpress .wpsr-star-container, .wpsr-review-template.wpsr-review-template-amazon .wpsr-star-container, .wpsr-review-template.wpsr-review-template-google .wpsr-star-container, .wpsr-review-template.wpsr-review-template-tripadvisor .wpsr-star-container, .wpsr-review-template[class~="wpsr-review-template-booking.com"] .wpsr-star-container {
	margin-right: 0;
}

[data-template-type=masonry].wpsr-reviews-loadmore {
	position: relative;
	z-index: 2;
}

.wpsr-reviews-loadmore {
	background: rgba(0, 0, 0, 0);
	border: none;
	box-shadow: none;
	display: flex;
	margin: 0 auto;
	padding: 0 0 50px;
	text-align: center;
	width: auto;
}

.wpsr-reviews-loadmore:focus, .wpsr-reviews-loadmore:hover {
	background: rgba(0, 0, 0, 0);
	box-shadow: none;
	outline: none;
}

.wpsr-reviews-loadmore:focus span, .wpsr-reviews-loadmore:hover span {
	outline: 2px solid #757579;
}

.wpsr-reviews-loadmore span {
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	cursor: pointer !important;
	font-size: 15px;
	font-weight: 700;
	outline: none;
	padding: 10px 20px;
}

.wpsr-reviews-loadmore .wpsr-loading {
	animation-delay: .2s;
	-webkit-animation-delay: .2s;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	animation-name: rotateAnimation;
	-webkit-animation-name: rotateAnimation;
	background-color: rgba(0, 0, 0, 0) !important;
	border-bottom: 3px solid #000;
	border-left: 3px solid #000;
	border-color: #000 #000 rgba(255, 255, 255, 0) rgba(255, 255, 255, 0);
	border-radius: 15px;
	border-style: solid;
	border-width: 3px;
	display: block;
	font-size: 0;
	height: 30px;
	margin: 0 auto;
	padding: 0;
	width: 30px;
}

.elementor-widget-container .wpsr-reviews-loadmore, .elementor-widget-container .wpsr-reviews-loadmore:focus, .elementor-widget-container .wpsr-reviews-loadmore:hover {
	background: none;
}

@keyframes rotateAnimation {
	0% {
		transform: rotate(0deg);
	}
	
	to {
		transform: rotate(1turn);
	}
}

.wpsr-star-container {
	align-items: center;
	border-radius: 4px;
	display: flex;
	height: 20px;
	justify-content: center;
	line-height: 20px;
	margin-right: 3px;
	position: relative;
	text-align: center;
	width: 20px;
}

.wpsr-star-container:last-child {
	margin-right: 0;
}

.wpsr-star-empty, .wpsr-star-filled {
	clip-path: polygon(49.14% 79.18%, 74.94% 93.78%, 71.04% 64.43%, 92.87% 44.26%, 63.88% 38.95%, 51.54% 11.97%, 37.51% 37.94%, 8.09% 41.34%, 28.44% 62.8%, 22.57% 91.98%);
	height: 80%;
	position: absolute;
	width: 80%;
}

.wpsr-star-filled {
	mask-image: linear-gradient(to right, #000 var(--wpsr-review-star-fill), rgba(0, 0, 0, 0) var(--wpsr-review-star-fill));
	-webkit-mask-image: linear-gradient(to right, #000 var(--wpsr-review-star-fill), rgba(0, 0, 0, 0) var(--wpsr-review-star-fill));
}

.wpsr-rating {
	display: flex;
	flex-direction: row;
}

.wpsr-ai-summary-enabled {
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	margin-top: 30px;
	row-gap: 0;
}

.wpsr-ai-summary-enabled [class*=wpsr-col-] {
	display: flex;
}

.wpsr-ai-summary-enabled.wpsr-reviews-with-top-padding {
	padding-top: 30px;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list.wpsr-review-content, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list.wpsr-review-content, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list.wpsr-review-content, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list.wpsr-review-content {
	text-align: left;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list {
	overflow: hidden;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	transition: max-height .3s ease;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list ul li, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul li, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul li, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul li {
	margin-bottom: 10px;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-ai-review-summary-list-scroll {
	height: 70px !important;
	overflow: auto;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-summary-point, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-summary-point, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-summary-point, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-summary-point {
	display: grid;
	grid-template-columns: auto auto;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-list-style-check, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-list-style-check, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-list-style-check, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-list-style-check {
	background: #000;
	clip-path: path("M10.043.554a1 1 0 0 1 1.497 1.32l-.083.095-6.272 6.899a1 1 0 0 1-1.32.083l-.095-.083-3.227-3.5a1 1 0 0 1 1.32-1.498l.094.083 2.52 2.793L10.043.554Z");
	display: inline-block;
	height: 10px;
	margin-right: 8px;
	margin-top: 8px;
	width: 12px;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list ul, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list ul {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr-text p, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr-text p, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr-text p, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr-text p {
	margin: 0;
	overflow: initial;
	overflow-x: initial;
	padding-right: 10px;
	position: static;
	scrollbar-color: auto;
	scrollbar-width: auto;
	text-align: left;
}

.wpsr-ai-summary-enabled .wpsr-review-summary-list .wpsr_read_more_list, .wpsr-ai-summary-enabled-badge .wpsr-review-summary-list .wpsr_read_more_list, .wpsr-ai-summary-enabled-masonry .wpsr-review-summary-list .wpsr_read_more_list, .wpsr-ai-summary-enabled-slider .wpsr-review-summary-list .wpsr_read_more_list {
	color: #65676b;
	cursor: pointer;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.4;
	margin: 0;
	padding-left: 4px;
	text-decoration: underline;
	text-decoration-color: #65676b;
}

.wpsr-ai-summary-fixed-height {
	min-height: 250px;
}

.wpsr-review-template-ai .wpsr-ai-review-summary {
	text-align: left;
}

.wpsr_add_read_more_list .wpsr_read_less, .wpsr_add_read_more_list .wpsr_read_more {
	color: #1194dc;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.6;
	margin: 0;
	padding: 0 0 0 4px;
	text-decoration: underline;
	text-decoration-color: #1194dc;
}

.wpsr-ai-summary-list-collapsed .wpsr-ai-review-summary-remaining, .wpsr-ai-summary-list-collapsed .wpsr_read_less, .wpsr-ai-summary-list-expanded .wpsr_read_more {
	display: none;
}

.wpsr-ai-summary-list-expanded .wpsr-ai-review-summary-remaining {
	display: inline;
}

.wpsr-total-reviews-for-ai-summary-card {
	color: #333;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

.wpsr-ai-summary-read-more-dots {
	color: #888;
	display: inline;
	font-weight: 700;
	padding-left: 2px;
	padding-right: 2px;
}

.wpsr-ai-summary-list-expanded .wpsr-ai-summary-read-more-dots {
	display: none;
}

.wpsr-review-images {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.wpsr-review-images .wpsr-review-image {
	border: 1px solid rgba(0, 0, 0, 0);
	border-radius: 4px;
	cursor: pointer;
	height: 100px;
	object-fit: cover;
	transition: .3s;
	width: 100px;
}

.wpsr-review-images .wpsr-review-image:focus, .wpsr-review-images .wpsr-review-image:hover {
	border: 1px solid #4284f3;
}

@media (min-width:992px) {
	.wpsr-ai-summary-enabled .wpsr-col-12 {
		grid-column: span 12;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-6 {
		grid-column: span 6;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-4 {
		grid-column: span 4;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-3 {
		grid-column: span 3;
		min-width: 100%;
	}
}

@media (min-width:768px)and (max-width:991px) {
	.wpsr-ai-summary-enabled .wpsr-col-sm-12 {
		grid-column: span 12;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-sm-6 {
		grid-column: span 6;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-sm-4 {
		grid-column: span 4;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-sm-3 {
		grid-column: span 3;
		min-width: 100%;
	}
}

@media (max-width:767px) {
	.wpsr-ai-summary-enabled .wpsr-col-xs-12 {
		grid-column: span 12;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-xs-6 {
		grid-column: span 6;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-xs-4 {
		grid-column: span 4;
		min-width: 100%;
	}
	
	.wpsr-ai-summary-enabled .wpsr-col-xs-3 {
		grid-column: span 3;
		min-width: 100%;
	}
}

.wpsr-review-template-one {
	border-radius: 8px;
}

.wpsr-review-template-one .wpsr-reviewer-image {
	left: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
}

.wpsr-review-template-one .wpsr-reviewer-image img {
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34);
	margin: auto;
	max-height: 80px;
	object-fit: cover;
	width: 80px;
}

.wpsr-review-template-one .wpsr-review-info {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding-top: 20px;
}

.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
	margin-right: 2px;
}

.wpsr-review-template-one .wpsr-review-info .wpsr-rating-wrapper .wpsr-booking-rating-style {
	justify-content: center;
}

.wpsr-review-template-one .wpsr-review-content {
	margin-top: 15px;
	text-align: center;
}

.wpsr-review-template-one .wpsr-rating-wrapper.wpsr-rating {
	justify-content: center;
}

.wpsr-review-template-one .wpsr-review-title {
	margin-bottom: -10px;
	margin-top: 10px;
	text-align: center;
}

.wpsr-review-template-one .wpsr-review-images {
	justify-content: center;
}

.wpsr-review-template.wpsr-review-template-two {
	margin-top: 0;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-two {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-google {
	border-bottom: 10px solid #e7711a;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-zomato {
	border-bottom: 10px solid #f3153c;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook {
	border-bottom: 10px solid #345a9e;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-yelp {
	border-bottom: 10px solid #fa3e3e;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-tripadvisor {
	border-bottom: 10px solid #04a96c;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-amazon {
	border-bottom: 10px solid #ffa41c;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-trustpilot {
	border-bottom: 10px solid #00b67a;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-aliexpress {
	border-bottom: 10px solid #fe4646;
}

.wpsr-review-template.wpsr-review-template-two {
	display: flex;
	flex-direction: inherit;
	flex-wrap: wrap;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
	margin-right: 10px;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-info {
	flex-grow: 1;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform {
	left: auto;
	right: 15px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform {
		top: 5px;
	}
	
	.wpsr-review-template.wpsr-review-template-two .wpsr-review-platform img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 70px;
	object-fit: cover;
	width: 70px;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
	padding-right: 15px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image {
		padding-right: 10px;
	}
	
	.wpsr-review-template.wpsr-review-template-two .wpsr-reviewer-image img {
		height: 55px;
		width: 55px;
	}
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-info {
	margin-right: auto;
	padding-top: 0;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-reviews-content-footer {
	margin-top: 10px;
	width: 100%;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-title {
	margin-bottom: -10px;
}

.wpsr-review-template.wpsr-review-template-two .wpsr-review-content {
	margin-top: 15px;
}

.wpsr-review-template.wpsr-review-template-two.wpsr-review-template-facebook .wpsr-recommends {
	justify-content: flex-start;
}

.wpsr-review-template.wpsr-review-template-three {
	margin-left: 30px;
	margin-top: 0;
	width: auto;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-recommends {
	justify-content: flex-start;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform {
	left: -55px;
	position: absolute;
	top: 40px;
	transform: rotate(-90deg);
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-platform span {
	background-color: #1cb03b;
	color: #fff;
	display: block;
	font-size: 16px;
	line-height: 1.3;
	padding: 6px 15px;
	text-transform: capitalize;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-three {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-three .wpsr-recommends {
	padding-top: 0;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform {
	left: -64px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-facebook .wpsr-review-platform span {
	background-color: #345a9e;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform {
	left: -58px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-zomato .wpsr-review-platform span {
	background-color: #f3153c;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform {
	left: -45px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-yelp .wpsr-review-platform span {
	background-color: #fa3e3e;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-airbnb .wpsr-review-platform span {
	background-color: #ff385c;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform {
	left: -70px;
	top: 50px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-tripadvisor .wpsr-review-platform span {
	background-color: #04a96c;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform {
	left: -58px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-amazon .wpsr-review-platform span {
	background-color: #ffa41c;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform {
	left: -65px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-trustpilot .wpsr-review-platform span {
	background-color: #00b67a;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform {
	left: -68px;
}

.wpsr-review-template.wpsr-review-template-three.wpsr-review-template-aliexpress .wpsr-review-platform span {
	background-color: #fe4646;
}

.wpsr-review-template.wpsr-review-template-three[class~="wpsr-review-template-booking.com"] .wpsr-review-platform {
	left: -76px;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-rating-wrapper {
	padding-bottom: 0;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
	padding-top: 15px;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img {
	border-radius: 50%;
	max-height: 60px;
	object-fit: cover;
	width: 60px;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image {
	padding-right: 20px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image {
		padding-right: 10px;
	}
	
	.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-reviewer-image img {
		max-height: 55px;
	}
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info {
	margin-right: auto;
	padding-top: 0;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 15px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-three .wpsr-review-header .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
		font-size: 14px;
	}
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-three .wpsr-review-content {
	margin-top: 5px;
}

.wpsr-review-template.wpsr-review-template-four {
	background-color: rgba(0, 0, 0, 0);
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 30px;
	margin-top: 0;
	padding: 0;
	position: static;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-recommends {
	justify-content: flex-start;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header {
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
	margin-bottom: 25px;
	padding: 30px;
	position: relative;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-header {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header:after {
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 20px solid #fff;
	bottom: -20px;
	content: "";
	height: 0;
	left: 60px;
	position: absolute;
	width: 0;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper {
	padding-bottom: 8px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-rating-wrapper {
		padding-bottom: 0;
	}
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform {
	left: auto;
	right: 15px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform {
		top: 5px;
	}
	
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-header .wpsr-review-platform img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info {
	align-items: center;
	display: flex;
	margin-left: 30px;
	margin-right: auto;
	padding-top: 0;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url {
	box-shadow: none;
	margin: 0;
	padding: 0;
	text-decoration: none;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-review-name-date .wpsr-reviewer-name-url .wpsr-reviewer-name {
	color: #333;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img {
	border-radius: 50%;
	max-height: 60px;
	object-fit: cover;
	width: 60px;
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image {
	padding-right: 20px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image {
		padding-right: 10px;
	}
	
	.wpsr-review-template.wpsr-review-template-four .wpsr-review-info .wpsr-reviewer-image img {
		max-height: 55px;
	}
}

.wpsr-review-template.wpsr-review-template-four .wpsr-review-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-five {
	border-radius: 8px;
	margin-top: 30px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-platform {
	left: auto;
	right: 15px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-recommends {
	justify-content: center;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image {
	left: 0;
	line-height: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: -40px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-reviewer-image img {
	border: 4px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .34);
	margin: auto;
	max-height: 80px;
	object-fit: cover;
	width: 80px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-header {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-info {
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper {
	justify-content: center;
	padding-bottom: 0;
	padding-top: 10px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper.wpsr-rating .wpsr-star {
	margin-right: 2px;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-rating-wrapper .wpsr-booking-rating-style {
	justify-content: center;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-date {
	padding-top: 5px;
	text-align: center;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-title {
	margin-bottom: -5px;
	margin-top: 5px;
	text-align: center;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-content {
	margin-top: 10px;
	position: relative;
	text-align: center;
	z-index: 1;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-content:after {
	color: #1c7298;
	content: "a";
	font-family: wp-social-reviews;
	font-size: 70px;
	left: 0;
	opacity: .2;
	position: absolute;
	right: 0;
	top: -25px;
	z-index: -1;
}

.wpsr-review-template.wpsr-review-template-five .wpsr-review-images {
	justify-content: center;
}

.wpsr-review-template.wpsr-review-template-six {
	margin-left: 30px;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-recommends {
	justify-content: flex-start;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image {
	left: -25px;
	position: absolute;
	top: 40px;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image .wpsr-reviewer-image-url {
	display: block;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 50px;
	max-height: 50px;
	object-fit: cover;
	width: 50px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image {
		left: -20px;
	}
	
	.wpsr-review-template.wpsr-review-template-six .wpsr-reviewer-image img {
		max-height: 40px;
	}
	
	.wpsr-review-template.wpsr-review-template-six {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-info {
	margin-right: auto;
	padding-left: 15px;
	padding-top: 15px;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 15px;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform {
	bottom: 15px;
	left: auto;
	right: 15px;
	top: auto;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform {
		top: 5px;
	}
	
	.wpsr-review-template.wpsr-review-template-six .wpsr-review-platform img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-content, .wpsr-review-template.wpsr-review-template-six .wpsr-review-title {
	padding-left: 15px;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-date {
	padding-top: 5px;
}

.wpsr-review-template.wpsr-review-template-six .wpsr-review-images {
	padding-left: 15px;
}

.wpsr-review-template.wpsr-review-template-seven {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding: 25px 20px;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-recommends {
	justify-content: flex-start;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-seven {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image .wpsr-reviewer-image-url {
	display: block;
	margin-right: 15px;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img {
	border-radius: 50%;
	max-height: 50px;
	object-fit: cover;
	width: 50px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-seven .wpsr-reviewer-image img {
		max-height: 40px;
	}
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info {
	margin-right: auto;
	padding-top: 0;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 15px;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-info .wpsr-review-date {
	padding-top: 5px;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-platform {
	position: static;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-title {
	margin-bottom: 5px;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content {
	height: 100%;
	overflow: inherit !important;
	overflow-x: inherit !important;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar {
	border-radius: 4px;
	width: 4px;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-thumb {
	background: rgba(70, 69, 69, .6);
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ::-webkit-scrollbar-track {
	background: rgba(72, 70, 70, .1);
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content p {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content ul {
	height: 100%;
	overflow: hidden auto;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	justify-content: center;
	opacity: 0;
	padding: 25px 20px;
	position: absolute;
	text-align: inherit;
	top: 0;
	transition: .4s;
	visibility: hidden;
	z-index: 1;
}

.wpsr-review-template.wpsr-review-template-seven .wpsr-review-content:after {
	border-right: 20px solid rgba(0, 0, 0, 0);
	border-top: 20px solid #fff;
	bottom: -20px;
	content: "";
	height: 0;
	left: 50px;
	position: absolute;
	width: 0;
}

.wpsr-review-template.wpsr-review-template-seven:hover .wpsr-review-content {
	min-height: 120px;
	opacity: 1;
	top: -20px;
	visibility: visible;
}

.wpsr-review-template.wpsr-review-template-eight {
	align-items: center;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	margin-top: 0;
	padding: 25px 20px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-eight {
		padding: 25px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-google .wpsr-reviews-on-hover .wpsr-review-platform span {
	color: #e7711a;
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-facebook .wpsr-reviews-on-hover .wpsr-review-platform span {
	color: #1c7298;
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-yelp .wpsr-reviews-on-hover .wpsr-review-platform span {
	color: #fa3e3e;
}

.wpsr-review-template.wpsr-review-template-eight.wpsr-review-template-zomato .wpsr-reviews-on-hover .wpsr-review-platform span {
	color: #f4474c;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-rating-wrapper {
	display: flex;
	justify-content: center;
	padding-top: 15px;
	position: relative;
	z-index: 2;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image .wpsr-reviewer-image-url {
	display: block;
	margin-right: 15px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 80px;
	margin: 0 auto;
	max-height: 80px;
	object-fit: cover;
	width: 80px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-eight .wpsr-reviewer-image img {
		max-height: 80px;
		max-width: 80px;
	}
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info {
	text-align: center;
	width: 100%;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 15px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-info .wpsr-review-date {
	padding-top: 5px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform {
	position: static;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform {
		top: 5px;
	}
	
	.wpsr-review-template.wpsr-review-template-eight .wpsr-review-platform img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-title {
	margin-bottom: -10px;
	margin-top: 5px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover {
	align-items: center;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 57px 0 rgba(0, 0, 0, .05);
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	left: 100px;
	opacity: 0;
	padding: 25px 20px;
	position: absolute;
	right: 0;
	text-align: inherit;
	text-align: center;
	top: 0;
	transition: .5s;
	visibility: hidden;
	width: 100%;
	z-index: 1;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar {
	border-radius: 4px;
	width: 4px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-thumb {
	background: rgba(70, 69, 69, .6);
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover ::-webkit-scrollbar-track {
	background: rgba(72, 70, 70, .1);
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content {
	height: 100%;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content .wpsr-ai-review-summary-list, .wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-content .wpsr_show_more_content {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform {
	margin-top: 5px;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-review-platform span {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.4;
	text-transform: capitalize;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p {
	height: 100%;
	overflow: auto;
	overflow-x: hidden;
	padding-right: 10px;
	position: relative;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
	z-index: 1;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover p:after {
	color: #1c7298;
	content: "a";
	font-family: wp-social-reviews;
	font-size: 70px;
	left: 30%;
	opacity: .2;
	position: absolute;
	top: -25px;
	z-index: -1;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-reviews-on-hover .wpsr-ai-review-summary-list .wpsr-text p {
	margin: 0;
	overflow: initial;
	overflow-x: initial;
	padding-right: 10px;
	position: static;
	scrollbar-color: auto;
	scrollbar-width: auto;
}

.wpsr-review-template.wpsr-review-template-eight .wpsr-review-images {
	justify-content: center;
}

.wpsr-review-template.wpsr-review-template-eight:hover .wpsr-reviews-on-hover {
	left: 0;
	opacity: 1;
	visibility: visible;
}

.wpsr-review-template.wpsr-review-template-nine {
	align-items: center;
	border-radius: 8px;
	display: flex;
	margin-top: 0;
	padding: 20px 15px;
	transition: .4s;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-nine {
		padding: 20px 15px;
	}
}

.wpsr-review-template.wpsr-review-template-nine:hover {
	background-color: #6a65e7;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends span {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-recommends svg path {
	fill: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content p, .wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-title {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_less, .wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content .wpsr_add_read_more .wpsr_read_more, .wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-content a {
	color: #fff;
	text-decoration-color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-review-date, .wpsr-review-template.wpsr-review-template-nine:hover .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name, .wpsr-review-template.wpsr-review-template-nine:hover p {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover p a, .wpsr-review-template.wpsr-review-template-nine:hover p a:hover {
	color: #59f333;
	text-decoration-color: #59f333;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-star path {
	fill: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1 {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style1 span {
	background: #e7711a;
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper.wpsr-rating-style2 span {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-rating-wrapper .wpsr-booking-rating-style .review-badge {
	background: #fff;
	color: #003580;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-total-review-count {
	color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_more_list {
	color: #fff;
	text-decoration-color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr-list-style-check {
	background: #fff;
}

.wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_less, .wpsr-review-template.wpsr-review-template-nine:hover .wpsr_read_more {
	color: #fff;
	text-decoration-color: #fff;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image .wpsr-reviewer-image-url {
	display: block;
	margin-right: 10px;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-reviewer-image img {
	border: 5px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 9px 0 rgba(0, 0, 0, .15);
	height: 60px;
	margin: 0 auto;
	max-width: 60px;
	object-fit: cover;
	width: auto;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-date {
	padding-top: 3px;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-info .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 15px;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-rating-wrapper {
	padding-bottom: 0;
	padding-top: 5px;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform {
	position: static;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform {
		top: 5px;
	}
	
	.wpsr-review-template.wpsr-review-template-nine .wpsr-review-platform img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-title {
	margin-top: 10px;
}

.wpsr-review-template.wpsr-review-template-nine .wpsr-review-content {
	padding-top: 5px;
}

.wpsr-all-reviews [class^=wpsr-col-]:last-of-type>.wpsr-review-template-ten {
	border-bottom: none;
}

.wpsr-review-template.wpsr-review-template-ten {
	background-color: rgba(0, 0, 0, 0);
	border-radius: unset;
	box-shadow: none;
	display: flex;
	flex-direction: column;
	margin: 10px 0 0;
	padding: 0;
	position: relative;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten {
		margin: 5px 0;
	}
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-date-row .wpsr-review-date-container .wpsr-review-time {
	font-size: 12px;
	margin: 0;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row {
	align-items: flex-start;
	display: flex;
	flex: 1;
	gap: 15px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row {
		gap: 10px;
	}
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-image-column {
	flex-shrink: 0;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-image-column .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 40px;
	object-fit: cover;
	width: 40px;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column {
	display: flex;
	flex: 1;
	flex-direction: column;
	gap: 6px;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row {
	align-items: center;
	display: flex;
	justify-content: space-between;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper a {
	text-decoration: none;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper .wpsr-reviewer-name-url .wpsr-reviewer-name {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-name-row .wpsr-reviewer-name-wrapper .wpsr-reviewer-name-url .wpsr-reviewer-name {
		font-size: 16px;
	}
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-rating-row .wpsr-rating-wrapper {
	align-items: center;
	display: flex;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-reviewer-rating-row .wpsr-rating-wrapper {
		padding-bottom: 0;
	}
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-content {
	font-size: 14px;
	line-height: 1.6;
	margin-top: 0;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-main-content-row .wpsr-review-info-column .wpsr-review-content-row .wpsr-review-content p {
	line-height: 1.6;
	margin: 0 0 10px;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row {
	display: flex;
	justify-content: flex-end;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row .wpsr-review-platform-container img {
	max-height: 20px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-row .wpsr-review-platform-container img {
		max-height: 18px;
	}
}

.wpsr-review-template.wpsr-review-template-ten.wpsr-review-template-facebook .wpsr-recommends {
	justify-content: flex-start;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-content-section, .wpsr-review-template.wpsr-review-template-ten .wpsr-review-date-top, .wpsr-review-template.wpsr-review-template-ten .wpsr-review-header, .wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform-bottom {
	display: none;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image {
	flex-shrink: 0;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 40px;
	object-fit: cover;
	width: 40px;
}

@media screen and (max-width:1024px) {
	.wpsr-review-template.wpsr-review-template-ten .wpsr-reviewer-image img {
		height: 40px;
		width: 40px;
	}
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-info {
	flex: 1;
	padding-top: 0;
	text-align: inherit;
}

.wpsr-review-template.wpsr-review-template-ten .wpsr-review-platform {
	display: none;
}

.wpsr-reviews-badge-wrapper {
	display: block;
	text-align: center;
	width: 100%;
}

.wpsr-reviews-badge-wrapper.wpsr-enable-cursor {
	cursor: pointer;
}

.wpsr-reviews-badge-wrapper.wpsr-has-multiple-reviews-platform .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
	height: 28px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom, .wpsr-reviews-badge-wrapper .wpsr-float_right_bottom, .wpsr-reviews-badge-wrapper .wpsr-float_top_left, .wpsr-reviews-badge-wrapper .wpsr-float_top_right {
	position: fixed;
	width: auto;
	z-index: 2;
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom, .wpsr-reviews-badge-wrapper .wpsr-float_right_bottom {
	bottom: 0;
	margin-bottom: 15px !important;
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_left {
	left: 15px;
	top: 160px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_right {
	right: 15px;
	top: 160px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_top_right.active {
	right: 365px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_left_bottom {
	left: 15px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom {
	right: 15px;
}

.wpsr-reviews-badge-wrapper .wpsr-float_right_bottom.active {
	right: 365px;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn, .wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html {
	background-color: #fff;
	border-radius: 4px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	color: inherit;
	display: inline-block;
	margin-bottom: 30px;
	padding: 20px 40px;
	text-align: center;
	text-decoration: none !important;
	transition: .3s;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:focus, .wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn:hover, .wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:focus, .wpsr-reviews-badge-wrapper .wpsr-reviews-badge-html:hover {
	border: none;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .12);
	outline: none;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo {
	align-items: center;
	display: flex;
	justify-content: center;
	line-height: 0;
	padding-bottom: 5px;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
	height: 20px;
	width: auto;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo span {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	padding-left: 10px;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms {
	line-height: 0;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img {
	border-radius: 4px;
	display: inline-block;
	height: 28px;
	margin-right: 5px;
	object-fit: cover;
	width: auto;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-paltforms img:last-child {
	margin-right: 0;
}

.wpsr-reviews-badge-wrapper .wpsr-reviews-badge-btn .wpsr-rating-and-count .wpsr-total-reviews {
	text-decoration: underline;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	margin: 0;
	padding-top: 5px;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-reviews-badge-title {
	color: #333;
	display: block;
	font-size: 16px;
	padding-bottom: 5px;
	text-align: left;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-rating {
	margin-left: 5px;
	margin-top: 2px;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-rating {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 20px;
	font-weight: 700;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-total-reviews {
	color: #333;
	font-size: 14px;
	padding-left: 5px;
	padding-top: 5px;
	text-align: left;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop {
	stop-color: #f7b80c;
}

.wpsr-reviews-badge-wrapper .wpsr-rating-and-count .wpsr-star-rand stop+stop {
	stop-color: #d6dae4;
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-btn, .wpsr-reviews-badge2 .wpsr-reviews-badge-html {
	padding: 15px 20px;
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner {
	display: flex;
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo {
	margin-right: 15px;
}

.wpsr-reviews-badge2 .wpsr-reviews-badge-wrapper-inner .wpsr-business-info-logo img {
	height: 50px;
}

.wpsr-reviews-badge2 .wpsr-rating-and-count {
	display: block;
}

.wpsr-reviews-badge2 .wpsr-rating-and-count .wpsr-total-reviews {
	padding-left: 0;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification {
	bottom: -200px;
	height: 90vh !important;
	left: 20px !important;
	opacity: 0;
	right: auto !important;
	top: auto !important;
	transition: .5s !important;
	visibility: hidden;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active {
	border-radius: 10px 10px;
	bottom: 0;
	opacity: 1;
	visibility: visible !important;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-float_right_bottom {
	left: auto !important;
	right: 20px !important;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-read-all-review-modal.wpsr-notification-active, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-business-info-right .wpsr-write-review-modal-wrapper .wpsr-write-review-modal.wpsr-notification-active {
	right: -70px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active.wpsr-reviews-wrapper .wpsr-all-reviews.wpsr-row {
	padding-top: 30px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-all-reviews.wpsr-row, .wpsr-reviews-wrapper.wpsr-reviews-layout-notification.wpsr-notification-active .wpsr-row:nth-child(2) {
	height: calc(100vh - 180px);
	max-height: none;
	overflow-x: hidden;
	overflow-y: scroll;
	padding: 10px;
	transition: height .1s cubic-bezier(.4, 0, .2, 1) 0s;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate {
	left: 20px !important;
	opacity: 0;
	right: auto !important;
	top: auto !important;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification.deactivate.wpsr-float_right_bottom {
	left: auto !important;
	right: 20px !important;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-review-source-title {
	display: none;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-loadmore {
	padding-bottom: 20px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta {
	display: flex;
	justify-content: center;
	margin-bottom: 30px;
}

.wpsr-reviews-wrapper.wpsr-reviews-layout-notification .wpsr-reviews-footer-cta a {
	background-color: #000;
	border-radius: 8px;
	color: #fff;
	cursor: pointer !important;
	font-size: 15px;
	font-weight: 700;
	outline: none;
	padding: 6px 16px;
	text-decoration: none;
}

.wpsr-reviews-notification-card-wrapper {
	background-color: #fff;
	border-radius: 10px;
	bottom: -200px;
	box-shadow: 0 5px 20px 0 rgba(0, 0, 0, .1);
	color: #000;
	left: 20px;
	outline: none;
	padding: 20px;
	position: fixed;
	text-decoration: none;
	transition: .4s;
	z-index: 99999999;
}

.wpsr-reviews-notification-card-wrapper.cursor-none {
	cursor: default;
}

@media only screen and (max-width:320px) {
	.wpsr-reviews-notification-card-wrapper {
		padding: 10px;
	}
}

.wpsr-reviews-notification-card-wrapper.wpsr-enable-cursor {
	cursor: pointer;
}

.wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom {
	left: auto;
	right: 20px;
}

@media only screen and (max-width:320px) {
	.wpsr-reviews-notification-card-wrapper.wpsr-float_right_bottom {
		right: 15px;
	}
}

.wpsr-reviews-notification-card-wrapper:focus, .wpsr-reviews-notification-card-wrapper:hover {
	box-shadow: -1px 4px 8px 5px rgba(0, 0, 0, .1);
	color: #000;
	outline: none;
	text-decoration: none;
}

.wpsr-reviews-notification-card-wrapper .wpsr-hide-logo {
	display: none;
}

.wpsr-reviews-notification-card-wrapper .wpsr-show-logo {
	display: block;
}

.wpsr-reviews-notification-card-wrapper .wpsr-close {
	align-items: center;
	cursor: pointer;
	display: flex;
	height: 20px;
	justify-content: center;
	position: absolute;
	right: 5px;
	text-align: center;
	top: 6px;
	width: 20px;
	z-index: 2;
}

.wpsr-reviews-notification-card-wrapper .wpsr-close svg {
	height: 12px;
	width: 12px;
}

.wpsr-reviews-notification-card-wrapper .wpsr-close svg path {
	fill: #111;
}

.wpsr-reviews-notification-card-wrapper.wpsr-visible-card {
	display: block;
}

.wpsr-reviews-notification-card-wrapper.wpsr-notification-active {
	bottom: 20px;
	opacity: 1;
}

.wpsr-reviews-notification-card-wrapper.deactivate {
	bottom: -200px;
	opacity: 0;
}

.wpsr-reviews-notification-card-wrapper .wpsr-review-source-title {
	display: none;
}

.wpsr-reviews-notification-card-wrapper .wpsr-reviewer-image {
	display: block;
}

.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-platform .wpsr-show-logo {
	display: none;
}

.wpsr-reviews-notification-card-wrapper.wpsr-reviews-platform-woocommerce .wpsr-review-source-title {
	display: block;
}

.wpsr-reviews-notification-card {
	align-items: center;
	display: flex;
}

.wpsr-reviews-notification-card .wpsr-notification-image-wrapper {
	margin-right: 10px;
}

.wpsr-reviews-notification-card .wpsr-product-image img, .wpsr-reviews-notification-card .wpsr-reviewer-image img {
	border-radius: 50%;
	height: 50px;
	object-fit: cover;
	width: 50px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-empty, .wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-filled {
	height: 100%;
	width: 100%;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-star-container {
	margin-right: 0;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header {
	align-items: center;
	display: flex;
}

@media only screen and (max-width:767px) {
	.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header {
		display: block;
	}
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header .reviewer-name {
	color: #111;
	font-size: 16px;
	font-weight: 700;
	padding-right: 5px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-review-header p {
	font-size: 14px;
	line-height: 1.4;
	margin: 0;
	padding: 0;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body {
	align-items: center;
	display: flex;
	line-height: 0;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper {
	padding-right: 5px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating {
	align-items: center;
	display: flex;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg {
	display: inherit;
	height: 18px;
	width: 18px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-rating-wrapper .wpsr-rating .wpsr-star svg path {
	fill: #f7b80c;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform img {
	border-radius: 4px;
	max-height: 20px;
	width: auto;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform {
	padding-left: 5px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-body .wpsr-review-platform .wpsr-review-source-title {
	color: #0954db;
	font-size: 13px;
	margin-top: 3px;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer {
	line-height: 1;
}

.wpsr-reviews-notification-card .wpsr-notification-content-wrapper .wpsr-notification-footer .review-time {
	color: #888;
	font-size: 12px;
	line-height: 18px;
}

.wpsr-business-info.wpsr-template-2 {
	background-color: rgba(0, 0, 0, 0);
	display: flex;
	flex-direction: column;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns {
	align-items: center;
	display: flex;
	gap: 20px;
	min-height: 120px;
	width: 100%;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 {
	align-items: center;
	display: flex;
	flex: 0 0 30%;
	height: 100%;
	justify-content: center;
	min-width: 200px;
	width: 30%;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: center;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-paltforms {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-paltforms img {
	margin-right: 10px;
	max-height: 25px;
	width: auto;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-logo {
	align-items: center;
	display: flex;
	justify-content: center;
	padding-bottom: 10px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-business-info-logo img {
	margin-right: 8px;
	max-height: 30px;
	width: auto;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-reviews-header-template-2-overall-rating {
	align-items: center;
	display: flex;
	gap: 10px;
	margin-bottom: 10px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-reviews-header-template-2-overall-rating-wrapper .wpsr-reviews-header-template-2-overall-rating .wpsr-reviews-header-template-2-stars {
	align-items: center;
	display: flex;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 {
	align-items: center;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	display: flex;
	flex: 0 0 40%;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 20px 0;
	min-width: 250px;
	position: relative;
	width: 40%;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown {
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row {
	align-items: center;
	display: flex;
	font-size: 14px;
	gap: 8px;
	margin-bottom: 8px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-label {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: flex-end;
	overflow: visible;
	padding-right: 5px;
	text-align: right;
	width: 120px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons {
	display: flex;
	flex-shrink: 0;
	gap: 1px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons .wpsr-star-filled {
	color: #ffc107;
	font-size: 12px;
	line-height: 1;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-icons .wpsr-star-empty {
	color: #e0e0e0;
	font-size: 12px;
	line-height: 1;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-point-range {
	align-items: center;
	color: #333;
	display: flex;
	font-size: 14px;
	font-weight: 600;
	justify-content: flex-end;
	min-width: 40px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-progress-bar {
	flex: 1;
	height: 12px;
	overflow: hidden;
	position: relative;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-progress-bar .wpsr-reviews-header-template-2-progress-fill {
	height: 100%;
	transition: width .3s ease;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 .wpsr-reviews-header-template-2-star-breakdown .wpsr-reviews-header-template-2-star-row .wpsr-reviews-header-template-2-star-count {
	text-align: left;
	width: 35px;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 {
	align-items: center;
	display: flex;
	flex: 0 0 30%;
	height: 100%;
	justify-content: center;
	min-width: 150px;
	width: 30%;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-business-info-right {
	margin-left: 0;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn, .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn {
	background-color: #4284f3;
	border: none;
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.4;
	margin: 0;
	min-width: 120px;
	padding: 12px 24px;
	text-align: center;
	text-decoration: none;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn:hover, .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn:hover {
	background-color: #1265f0;
	text-decoration: none;
}

.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-read-all-review-modal-btn:focus, .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 .wpsr-write-review-modal-btn:focus {
	background-color: #4284f3;
	outline: none;
	text-decoration: none;
}

@media (max-width:768px) {
	.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns {
		flex-direction: column;
		gap: 15px;
		margin-top: 10px;
	}
	
	.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1, .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2, .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 {
		flex: none;
		min-width: unset;
		width: 100%;
	}
	
	.wpsr-template-2 .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-2 {
		border-left: none;
		border-right: none;
		flex-direction: column;
		margin: 0;
	}
}

.wpsr-reviews-header-template-2-progress-bar {
	background-color: #e0e0e0;
}

.wpsr-reviews-header-template-2-progress-bar .wpsr-reviews-header-template-2-progress-fill {
	background-color: #ffc107;
}

.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns {
	border-radius: 0;
}

.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-logo, .wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-paltforms, .wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-rating-and-count {
	display: flex;
	justify-content: center;
}

@media only screen and (max-width:320px) {
	.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-logo, .wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-business-info-paltforms, .wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-1 .wpsr-rating-and-count {
		display: block;
	}
}

.wpsr-template-2-block .wpsr-reviews-header-template-2-three-columns .wpsr-reviews-header-template-2-column-3 {
	display: flex;
	justify-content: center;
	margin-top: 5px;
}

.wpsr-notification-active .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns, .wpsr-reviews-layout-badge.active .wpsr-template-2 .wpsr-reviews-header-template-2-three-columns {
	flex-direction: column;
}

.wpsr-notification-active .wpsr-template-2 .wpsr-reviews-header-template-2-column-2, .wpsr-reviews-layout-badge.active .wpsr-template-2 .wpsr-reviews-header-template-2-column-2 {
	border-left: none;
	border-right: none;
}

.wpsr-notification-active .wpsr-reviews-header-template-2-three-columns, .wpsr-reviews-layout-badge.active .wpsr-reviews-header-template-2-three-columns {
	margin-top: 10px;
}

.wpsr-notification-active .wpsr-business-title, .wpsr-reviews-layout-badge.active .wpsr-business-title {
	display: flex;
	justify-content: center;
}

.wpsr-reviews-header-template-2-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width: 100%;
}

.wpsr-business-info-wrapper.wpsr-template-2-wrapper {
	background-color: rgba(0, 0, 0, 0);
	border-bottom: 1px solid #e0e0e0;
}

.elementor-widget.elementor-icon-list--layout-inline .elementor-widget-container, .elementor-widget:not(:has(.elementor-widget-container)) .elementor-widget-container {
	overflow: hidden;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items {
	display: flex;
	flex-wrap: wrap;
	margin-inline: -8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-inline-item {
	word-break: break-word;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item {
	margin-inline: 8px;
}

.elementor-widget .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after {
	border-width: 0;
	border-inline-start-width: 1px;
	border-style: solid;
	height: 100%;
	inset-inline-end: -8px;
	inset-inline-start: auto;
	position: relative;
	width: auto;
}

.elementor-widget .elementor-icon-list-items {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.elementor-widget .elementor-icon-list-item {
	margin: 0;
	padding: 0;
	position: relative;
}

.elementor-widget .elementor-icon-list-item:after {
	inset-block-end: 0;
	position: absolute;
	width: 100%;
}

.elementor-widget .elementor-icon-list-item, .elementor-widget .elementor-icon-list-item a {
	align-items: var(--icon-vertical-align, center);
	display: flex;
	font-size: inherit;
}

.elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
	align-self: center;
	padding-inline-start: 5px;
}

.elementor-widget .elementor-icon-list-icon {
	display: flex;
	inset-block-start: var(--icon-vertical-offset, initial);
	position: relative;
}

.elementor-widget .elementor-icon-list-icon svg {
	height: var(--e-icon-list-icon-size, 1em);
	width: var(--e-icon-list-icon-size, 1em);
}

.elementor-widget .elementor-icon-list-icon i {
	font-size: var(--e-icon-list-icon-size);
	width: 1.25em;
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon {
	text-align: var(--e-icon-list-icon-align);
}

.elementor-widget.elementor-widget-icon-list .elementor-icon-list-icon svg {
	margin: var(--e-icon-list-icon-margin, 0 calc(var(--e-icon-list-icon-size, 1em) * .25) 0 0);
}

.elementor-widget.elementor-list-item-link-full_width a {
	width: 100%;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item, .elementor-widget.elementor-align-center .elementor-icon-list-item a {
	justify-content: center;
}

.elementor-widget.elementor-align-center .elementor-icon-list-item:after {
	margin: auto;
}

.elementor-widget.elementor-align-center .elementor-inline-items {
	justify-content: center;
}

.elementor-widget.elementor-align-start .elementor-icon-list-item, .elementor-widget.elementor-align-start .elementor-icon-list-item a {
	justify-content: start;
	text-align: start;
}

.elementor-widget.elementor-align-start .elementor-inline-items {
	justify-content: start;
}

.elementor-widget.elementor-align-end .elementor-icon-list-item, .elementor-widget.elementor-align-end .elementor-icon-list-item a {
	justify-content: end;
	text-align: end;
}

.elementor-widget.elementor-align-end .elementor-icon-list-items {
	justify-content: end;
}

.elementor-widget:not(.elementor-align-end) .elementor-icon-list-item:after {
	inset-inline-start: 0;
}

.elementor-widget:not(.elementor-align-start) .elementor-icon-list-item:after {
	inset-inline-end: 0;
}

@media (min-width:-1) {
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-widescreen-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-widescreen-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item, .elementor-widget.elementor-widescreen-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-widescreen-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-widescreen-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-laptop-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-laptop-align-start .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-laptop-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-laptop-align-end .elementor-icon-list-item, .elementor-widget.elementor-laptop-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-laptop-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-laptop-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-laptop-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item, .elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-tablet_extra-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet_extra-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:1024px) {
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-tablet-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-tablet-align-start .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-tablet-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-tablet-align-end .elementor-icon-list-item, .elementor-widget.elementor-tablet-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-tablet-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-tablet-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-tablet-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:-1) {
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile_extra-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item, .elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-mobile_extra-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile_extra-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

@media (max-width:767px) {
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-center .elementor-icon-list-item a {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-icon-list-item:after {
		margin: auto;
	}
	
	.elementor-widget.elementor-mobile-align-center .elementor-inline-items {
		justify-content: center;
	}
	
	.elementor-widget.elementor-mobile-align-start .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-start .elementor-icon-list-item a {
		justify-content: start;
		text-align: start;
	}
	
	.elementor-widget.elementor-mobile-align-start .elementor-inline-items {
		justify-content: start;
	}
	
	.elementor-widget.elementor-mobile-align-end .elementor-icon-list-item, .elementor-widget.elementor-mobile-align-end .elementor-icon-list-item a {
		justify-content: end;
		text-align: end;
	}
	
	.elementor-widget.elementor-mobile-align-end .elementor-icon-list-items {
		justify-content: end;
	}
	
	.elementor-widget:not(.elementor-mobile-align-end) .elementor-icon-list-item:after {
		inset-inline-start: 0;
	}
	
	.elementor-widget:not(.elementor-mobile-align-start) .elementor-icon-list-item:after {
		inset-inline-end: 0;
	}
}

#left-area ul.elementor-icon-list-items, .elementor .elementor-element ul.elementor-icon-list-items, .elementor-edit-area .elementor-element ul.elementor-icon-list-items {
	padding: 0;
}

.elementor-image-gallery .gallery-item {
	display: inline-block;
	margin: 0 auto;
	max-width: 100%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.elementor-image-gallery .gallery-item img {
	margin: 0 auto;
}

.elementor-image-gallery .gallery-item .gallery-caption {
	margin: 0;
}

.elementor-image-gallery figure img {
	display: block;
}

.elementor-image-gallery figure figcaption {
	width: 100%;
}

.gallery-spacing-custom .elementor-image-gallery .gallery-icon {
	padding: 0;
}

@media (min-width:768px) {
	.elementor-image-gallery .gallery-columns-2 .gallery-item {
		max-width: 50%;
	}
	
	.elementor-image-gallery .gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}
	
	.elementor-image-gallery .gallery-columns-4 .gallery-item {
		max-width: 25%;
	}
	
	.elementor-image-gallery .gallery-columns-5 .gallery-item {
		max-width: 20%;
	}
	
	.elementor-image-gallery .gallery-columns-6 .gallery-item {
		max-width: 16.666%;
	}
	
	.elementor-image-gallery .gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}
	
	.elementor-image-gallery .gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}
	
	.elementor-image-gallery .gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
	
	.elementor-image-gallery .gallery-columns-10 .gallery-item {
		max-width: 10%;
	}
}

@media (min-width:480px) and (max-width:767px) {
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item {
		max-width: 50%;
	}
}

@media (max-width:479px) {
	.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-2 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-3 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-4 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-5 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-6 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-7 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-8 .gallery-item, .elementor-image-gallery .gallery.gallery-columns-9 .gallery-item {
		max-width: 100%;
	}
}

/*! elementor-pro - v3.35.0 - 11-02-2026 */
.elementor-widget-price-list .elementor-price-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.elementor-widget-price-list .elementor-price-list li {
	margin: 0;
}

.elementor-price-list li:not(:last-child) {
	margin-bottom: 20px;
}

.elementor-price-list .elementor-price-list-image {
	flex-shrink: 0;
	max-width: 50%;
	padding-inline-end: 25px;
}

.elementor-price-list .elementor-price-list-image img {
	width: 100%;
}

.elementor-price-list .elementor-price-list-header, .elementor-price-list .elementor-price-list-item, .elementor-price-list .elementor-price-list-text {
	display: flex;
}

.elementor-price-list .elementor-price-list-item {
	align-items: flex-start;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-text {
	align-items: flex-start;
	flex-grow: 1;
	flex-wrap: wrap;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-header {
	align-items: center;
	flex-basis: 100%;
	font-size: 19px;
	font-weight: 600;
	justify-content: space-between;
	margin-bottom: 10px;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-title {
	max-width: 80%;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-price {
	font-weight: 600;
}

.elementor-price-list .elementor-price-list-item p.elementor-price-list-description {
	flex-basis: 100%;
	font-size: 14px;
	margin: 0;
}

.elementor-price-list .elementor-price-list-item .elementor-price-list-separator {
	border-bottom-style: dotted;
	border-bottom-width: 2px;
	flex-grow: 1;
	height: 0;
	margin-inline: 10px;
}

.e-con-inner>.elementor-widget-price-list, .e-con>.elementor-widget-price-list {
	width: var(--container-widget-width);
	--flex-grow: var(--container-widget-flex-grow);
}

.elementskit-reset-button.elementor-button {
	cursor: pointer;
	width: 100%;
}
/* rs-carousel-wrap{
	transform: scale(0.3);
	overflow: visible !important;
	border: solid 5px red;
} */

/* FIX FOR WORDPRESS's CRAZY <p> TAG ANOMALY */
.rs-p-wp-fix {
	display: none !important;
	margin: 0 !important;
	height: 0px !important;
}

/* NEW Z-INDEX FIX*/
.wp-block-themepunch-revslider {
	position: relative;
}

/* FIX FOR QUICK LOADING OF SLIDER SCRIPTS AND WP-ROCKET READDING IMG TAG INTO DOM*/

/*rs-sbg-px rs-sbg-wrap img { display:none !important}*/

/* MODAL BASICS */
rs-modal {
	position: fixed !important;
	z-index: 9999999 !important;
	pointer-events: none !important;
}

rs-modal.rs-modal-auto {
	top: auto;
	bottom: auto;
	left: auto;
	right: auto;
}

rs-modal.rs-modal-fullwidth, rs-modal.rs-modal-fullscreen {
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

rs-modal rs-fullwidth-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
}

rs-module-wrap.rs-modal {
	display: none;
	max-height: 100% !important;
	overflow: auto !important;
	pointer-events: auto !important;
}

rs-module-wrap.hideallscrollbars.rs-modal {
	overflow: hidden !important;
	max-width: 100% !important;
}

rs-modal-cover {
	width: 100%;
	height: 100%;
	z-index: 0;
	background: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	cursor: pointer;
	pointer-events: auto;
}

body>rs-modal-cover {
	position: fixed;
	z-index: 9999995 !important;
}

rs-sbg-px {
	pointer-events: none;
}

.rs-forceuntouchable, .rs-forceuntouchable * {
	pointer-events: none !important;
}

.rs-forcehidden * {
	visibility: hidden !important;
}

/*rs-modal rs-fullwidth-wrap rs-module-wrap { transform: translateY(-50%) !important; top: 50% !important; }*/
.rs_splitted_lines {
	display: block;
	white-space: nowrap !important;
}

.rs-go-fullscreen {
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0px !important;
	left: 0px !important;
	z-index: 9999999 !important;
	background: #fff;
}

.rtl {
	direction: rtl;
}

[class^="revicon-"]:before, [class*=" revicon-"]:before {
	font-family: "revicons";
	font-style: normal;
	font-weight: normal;
	speak: never;
	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* fix buttons height, for twitter bootstrap */
	line-height: 1em;
	/* Animation center compensation - margins should be symmetric */
	
	/* remove if not needed */
	margin-left: .2em;
}

rs-module i[class^="fa-"], rs-module i[class*=" fa-"], .rb-modal-wrapper i[class^="fa-"], .rb-modal-wrapper i[class*=" fa-"], #waitaminute i[class^="fa-"], #waitaminute i[class*=" fa-"], #objectlibrary i[class^="fa-"], #objectlibrary i[class*=" fa-"], #rs_overview i[class^="fa-"], #rs_overview i[class*=" fa-"], #rs_overview_menu i[class^="fa-"], #rs_overview_menu i[class*=" fa-"], #builderView i[class^="fa-"], #builderView i[class*=" fa-"] {
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

rs-module [class^="fa-"]:before, rs-module [class*=" fa-"]:before, .rb-modal-wrapper [class^="fa-"]:before, .rb-modal-wrapper [class*=" fa-"]:before, #rs_overview [class^="fa-"]:before, #rs_overview [class*=" fa-"]:before, #objectlibrary [class^="fa-"]:before, #objectlibrary [class*=" fa-"]:before, #waitaminute [class^="fa-"]:before, #waitaminute [class*=" fa-"]:before, #rs_overview_menu [class^="fa-"]:before, #rs_overview_menu [class*=" fa-"]:before, #builderView [class^="fa-"]:before, #builderView [class*=" fa-"]:before {
	font-family: FontAwesome;
	font-style: normal;
	font-weight: 400;
	speak: never;
	speak-as: spell-out;
	display: inline-block;
	text-decoration: inherit;
	width: auto;
	margin-right: 0;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: inherit;
	margin-left: 0;
}

rs-module .sr-only, #objectlibrary .sr-only, #waitaminute .sr-only, #rs_overview .sr-only, #rs_overview_menu .sr-only, .rb-modal-wrapper .sr-only, #builderView .sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}

rs-module .sr-only-focusable:active, rs-module .sr-only-focusable:focus, #waitaminute .sr-only-focusable:active, #waitaminute .sr-only-focusable:focus, #objectlibrary .sr-only-focusable:active, #objectlibrary .sr-only-focusable:focus, #rs_overview .sr-only-focusable:active, #rs_overview .sr-only-focusable:focus, #rs_overview_menu .sr-only-focusable:active, #rs_overview_menu .sr-only-focusable:focus, .rb-modal-wrapper .sr-only-focusable:active, .rb-modal-wrapper .sr-only-focusable:focus, #builderView .sr-only-focusable:active, #builderView .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.revicon-search-1:before {
	content: "";
}

/* '' */
.revicon-pencil-1:before {
	content: "";
}

/* '' */
.revicon-picture-1:before {
	content: "";
}

/* '' */
.revicon-cancel:before {
	content: "";
}

/* '' */
.revicon-info-circled:before {
	content: "";
}

/* '' */
.revicon-trash:before {
	content: "";
}

/* '' */
.revicon-left-dir:before {
	content: "";
}

/* '' */
.revicon-right-dir:before {
	content: "";
}

/* '' */
.revicon-down-open:before {
	content: "";
}

/* '' */
.revicon-left-open:before {
	content: "";
}

/* '' */
.revicon-right-open:before {
	content: "";
}

/* '' */
.revicon-angle-left:before {
	content: "";
}

/* '' */
.revicon-angle-right:before {
	content: "";
}

/* '' */
.revicon-left-big:before {
	content: "";
}

/* '' */
.revicon-right-big:before {
	content: "";
}

/* '' */
.revicon-magic:before {
	content: "";
}

/* '' */
.revicon-picture:before {
	content: "";
}

/* '' */
.revicon-export:before {
	content: "";
}

/* '' */
.revicon-cog:before {
	content: "";
}

/* '' */
.revicon-login:before {
	content: "";
}

/* '' */
.revicon-logout:before {
	content: "";
}

/* '' */
.revicon-video:before {
	content: "";
}

/* '' */
.revicon-arrow-combo:before {
	content: "";
}

/* '' */
.revicon-left-open-1:before {
	content: "";
}

/* '' */
.revicon-right-open-1:before {
	content: "";
}

/* '' */
.revicon-left-open-mini:before {
	content: "";
}

/* '' */
.revicon-right-open-mini:before {
	content: "";
}

/* '' */
.revicon-left-open-big:before {
	content: "";
}

/* '' */
.revicon-right-open-big:before {
	content: "";
}

/* '' */
.revicon-left:before {
	content: "";
}

/* '' */
.revicon-right:before {
	content: "";
}

/* '' */
.revicon-ccw:before {
	content: "";
}

/* '' */
.revicon-arrows-ccw:before {
	content: "";
}

/* '' */
.revicon-palette:before {
	content: "";
}

/* '' */
.revicon-list-add:before {
	content: "";
}

/* '' */
.revicon-doc:before {
	content: "";
}

/* '' */
.revicon-left-open-outline:before {
	content: "";
}

/* '' */
.revicon-left-open-2:before {
	content: "";
}

/* '' */
.revicon-right-open-outline:before {
	content: "";
}

/* '' */
.revicon-right-open-2:before {
	content: "";
}

/* '' */
.revicon-equalizer:before {
	content: "";
}

/* '' */
.revicon-layers-alt:before {
	content: "";
}

/* '' */
.revicon-popup:before {
	content: "";
}

/* '' */

/******************************
	-	BASIC STYLES		-
******************************/
.tp-fullwidth-forcer {
	z-index: 0;
	pointer-events: none;
}

rs-module-wrap {
	visibility: hidden;
}

rs-module-wrap, rs-module-wrap * {
	box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

rs-module-wrap {
	position: relative;
	z-index: 1;
	width: 100%;
	display: block;
}

.rs-fixedscrollon rs-module-wrap {
	position: fixed !important;
	top: 0px !important;
	z-index: 1000;
	left: 0 !important;
}

.rs-stickyscrollon rs-module-wrap {
	position: sticky !important;
	top: 0px;
	z-index: 1000;
}

.rs-stickyscrollon {
	overflow: visible !important;
}

rs-fw-forcer {
	display: block;
	width: 100%;
	pointer-events: none;
}

rs-module {
	position: relative;
	overflow: hidden;
	display: block;
}

rs-module.disableVerticalScroll {
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

rs-pzimg-wrap, rs-sbg-effectwrap, rs-sbg {
	display: block;
	pointer-events: none;
}

rs-sbg-effectwrap {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

rs-carousel-wrap rs-column rs-layer img {
	width: 0px;
	height: 0px;
}

rs-sbg-px, rs-sbg-wrap {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
	width: 100%;
	height: 100%;
	display: block;
}

a.rs-layer, a.rs-layer:-webkit-any-link {
	text-decoration: none;
}

a[x-apple-data-detectors] {
	color: inherit !important;
	text-decoration: none !important;
	font-size: inherit !important;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit !important;
}

.entry-content rs-module a, rs-module a {
	box-shadow: none;
}

.rs-ov-hidden {
	overflow: hidden !important;
}

.rs-forceoverflow, .rs-forceoverflow rs-module-wrap, .rs-forceoverflow rs-module, .rs-forceoverflow rs-slides, .rs-forceoverflow rs-slide {
	overflow: visible !important;
}

.rs-parallax-hidden-of rs-slide {
	overflow: hidden !important;
}

.tp-simpleresponsive img, rs-module img {
	max-width: none !important;
	transition: none;
	margin: 0px;
	padding: 0px;
	border: none;
}

rs-module .no-slides-text {
	font-weight: bold;
	text-align: center;
	padding-top: 80px;
}

rs-slides, rs-slide, rs-slide:before {
	position: absolute;
	text-indent: 0em;
	top: 0px;
	left: 0px;
}

rs-slide, rs-slide:before {
	display: block;
	visibility: hidden;
}

.rs-layer .rs-untoggled-content {
	display: block;
}

.rs-layer .rs-toggled-content {
	display: none;
}

.rs-tc-active.rs-layer > .rs-toggled-content {
	display: block;
}

.rs-tc-active.rs-layer > .rs-untoggled-content {
	display: none;
}

.rs-layer-video {
	overflow: hidden;
}

.rs_html5vidbasicstyles {
	position: relative;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

rs-module rs-layer, rs-module .rs-layer {
	opacity: 0;
	position: relative;
	visibility: hidden;
	/*white-space: nowrap; Fix for Mobile Padding issues on long texts */
	display: block;
	-webkit-font-smoothing: antialiased !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-moz-osx-font-smoothing: grayscale;
	z-index: 1;
	font-display: swap;
}

rs-layer-wrap, rs-mask, rs-module-wrap, rs-module .rs-layer, rs-module img {
	user-select: none;
}

rs-module rs-mask-wrap .rs-layer, rs-module rs-mask-wrap *:last-child, .wpb_text_column rs-module rs-mask-wrap .rs-layer, .wpb_text_column rs-module rs-mask-wrap *:last-child {
	margin-bottom: 0;
}

.rs-svg svg {
	width: 100%;
	height: 100%;
	position: relative;
	vertical-align: top;
}

rs-layer:not(.rs-wtbindex), .rs-layer:not(.rs-wtbindex), rs-alyer *:not(.rs-wtbindex), .rs-layer *:not(.rs-wtbindex) {
	outline: none !important;
}

/* CAROUSEL FUNCTIONS */
rs-carousel-wrap {
	cursor: url("openhand.cur"), move;
}

rs-carousel-wrap.dragged {
	cursor: url("closedhand.cur"), move;
}

rs-carousel-wrap.noswipe {
	cursor: default;
}

rs-carousel-wrap {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

rs-carousel-space {
	clear: both;
	display: block;
	width: 100%;
	height: 0px;
	position: relative;
}

/* ADDED FOR SLIDELINK MANAGEMENT */
.tp_inner_padding {
	box-sizing: border-box;
	max-height: none !important;
}

.rs-layer.rs-selectable {
	user-select: text;
}

rs-px-mask {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

rs-module embed, rs-module iframe, rs-module object, rs-module audio, rs-module video {
	max-width: none !important;
	border: none;
}

rs-bg-elem {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
	pointer-events: none;
}

.tp-blockmask, .tp-blockmask_in, .tp-blockmask_out {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 1000;
	transform: scaleX(0) scaleY(0);
}

/***********************************************************
	- 	ZONES / GOUP / ROW / COLUMN LAYERS AND HELPERS 	-
***********************************************************/
rs-zone {
	position: absolute;
	width: 100%;
	left: 0px;
	box-sizing: border-box;
	min-height: 50px;
	font-size: 0px;
	pointer-events: none;
}

rs-row-wrap, rs-column, rs-cbg-mask-wrap {
	display: block;
	visibility: hidden;
}

rs-layer-wrap, rs-parallax-wrap, rs-loop-wrap, rs-mask-wrap {
	display: block;
}

rs-column-wrap>rs-mask-wrap, rs-column-wrap>rs-loop-wrap {
	z-index: 1;
}

rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
	transform-style: flat;
}

/* ANY SAFARI NEEDS IN CAROUSEL SOME HELP TO AVOID FLICKERING, LOVELY....*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
	rs-carousel-wrap rs-layer-wrap, rs-carousel-wrap rs-loop-wrap {
		backface-visibility: hidden;
		transform-style: preserve-3d;
	}
}

.safarifix rs-layer-wrap {
	perspective: 1000000;
}

@-moz-document url-prefix() {
	rs-layer-wrap, rs-mask-wrap, rs-cbg-mask-wrap {
		perspective: none;
	}
}

rs-mask-wrap {
	overflow: hidden;
}

rs-fullwidth-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	overflow: visible;
	max-width: none !important;
}

.rev_row_zone_top {
	top: 0px;
}

.rev_row_zone_bottom {
	bottom: 0px;
}

.rev_row_zone_middle {
	top: 0px;
}

rs-column-wrap .rs-parallax-wrap {
	vertical-align: top;
}

.rs-layer img, rs-layer img {
	vertical-align: top;
}

rs-row, rs-row.rs-layer {
	display: table;
	position: relative;
	width: 100% !important;
	table-layout: fixed;
	box-sizing: border-box;
	vertical-align: top;
	height: auto;
	font-size: 0px;
}

.rs-layer.rs-waction.iospermaccwait.permanenthidden {
	display: none !important;
	visibility: hidden !important;
	pointer-events: none !important;
}

rs-column-wrap {
	display: table-cell;
	position: relative;
	vertical-align: top;
	height: auto;
	box-sizing: border-box;
	font-size: 0px;
}

rs-column {
	box-sizing: border-box;
	display: block;
	position: relative;
	width: 100% !important;
	height: auto !important;
	white-space: normal !important;
}

rs-cbg-mask-wrap {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
}

rs-column-wrap rs-cbg-mask-wrap {
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
}

rs-column-bg {
	position: absolute;
	z-index: 0;
	box-sizing: border-box;
	width: 100%;
	height: 100%;
}

.rs-pelock * {
	pointer-events: none !important;
}

rs-column .rs-parallax-wrap, rs-column rs-loop-wrap, rs-column rs-mask-wrap {
	text-align: inherit;
}

rs-column rs-mask-wrap {
	display: inline-block;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap {
	position: relative;
	left: auto;
	top: auto;
	line-height: 0px;
}

rs-column .rs-parallax-wrap rs-loop-wrap, rs-column .rs-parallax-wrap rs-mask-wrap, rs-column .rs-parallax-wrap, rs-column .rev_layer_in_column {
	vertical-align: top;
}

.rev_break_columns {
	display: block !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap {
	display: block !important;
	width: 100% !important;
}

.rev_break_columns rs-column-wrap.rs-parallax-wrap.rs-layer-hidden, .tp-forcenotvisible, .tp-hide-revslider, rs-row-wrap.rs-layer-hidden, rs-column-wrap.rs-layer-hidden, .rs-layer.rs-layer-hidden, .rs-layer-audio.rs-layer-hidden, .rs-parallax-wrap.rs-layer-hidden {
	visibility: hidden !important;
	display: none !important;
}

/*rs-column .rs-parallax-wrap,
rs-column rs-loop-wrap,
rs-column rs-mask-wrap,
rs-column rs-layer { vertical-align: inherit }*/

/*********************************
	-	SPECIAL TP CAPTIONS -
**********************************/
a.rs-layer.rs-nointeraction >.div, rs-layer.rs-nointeraction:not(a), .rs-layer.rs-nointeraction:not(a) {
	pointer-events: none !important;
}

rs-static-layers {
	position: absolute;
	z-index: 101;
	top: 0px;
	left: 0px;
	display: block;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

/* new static layers position option */
rs-static-layers.rs-stl-back {
	z-index: 0;
}

.rs-stl-visible {
	overflow: visible !important;
}

.rs-layer rs-fcr {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-bottom-width: 0 !important;
	border-top: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0px;
}

.rs-layer rs-fcrt {
	width: 0;
	height: 0;
	border-left: 40px solid transparent;
	border-right: 0px solid transparent;
	border-top-width: 0 !important;
	border-bottom: 40px solid #00a8ff;
	position: absolute;
	right: 100%;
	top: 0px;
}

.rs-layer rs-bcr {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-bottom: 40px solid #00a8ff;
	border-top-width: 0 !important;
	position: absolute;
	left: 100%;
	top: 0px;
}

.rs-layer rs-bcrt {
	width: 0;
	height: 0;
	border-left: 0px solid transparent;
	border-right: 40px solid transparent;
	border-top: 40px solid #00a8ff;
	border-bottom-width: 0 !important;
	position: absolute;
	left: 100%;
	top: 0px;
}

.tp-layer-inner-rotation {
	position: relative !important;
}

/***********************************************
	-	SPECIAL ALTERNATIVE IMAGE SETTINGS	-
***********************************************/
img.tp-slider-alternative-image {
	width: 100%;
	height: auto;
}

/******************************
	-	IE8 HACKS	-
*******************************/
.noFilterClass {
	filter: none !important;
}

/********************************
	-	FULLSCREEN VIDEO	-
*********************************/
rs-bgvideo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 0;
	display: block;
}

.rs-layer.rs-fsv {
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
}

.rs-layer.rs-fsv audio, .rs-layer.rs-fsv video, .rs-layer.rs-fsv iframe, .rs-layer.rs-fsv iframe audio, .rs-layer.rs-fsv iframe video {
	width: 100%;
	height: 100%;
}

.rs-fsv video {
	background: #000;
}

.fullcoveredvideo rs-poster {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
}

.videoisplaying .html5vid rs-poster {
	display: none;
}

.tp-video-play-button {
	background: #000;
	background: rgba(0, 0, 0, .3);
	border-radius: 5px;
	position: absolute;
	top: 50%;
	left: 50%;
	color: #fff;
	z-index: 3;
	margin-top: -25px;
	margin-left: -25px;
	line-height: 50px !important;
	text-align: center;
	cursor: pointer;
	width: 50px;
	height: 50px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	z-index: 4;
	opacity: 0;
	transition: opacity 300ms ease-out !important;
}

.rs-ISM .tp-video-play-button {
	opacity: 1;
	transition: none !important;
	z-index: 6;
}

.rs-audio .tp-video-play-button {
	display: none !important;
}

.rs-layer .html5vid {
	width: 100% !important;
	height: 100% !important;
}

.tp-video-play-button i {
	width: 50px;
	height: 50px;
	display: inline-block;
	text-align: center !important;
	vertical-align: top;
	line-height: 50px !important;
	font-size: 30px !important;
}

.rs-layer:hover .tp-video-play-button {
	opacity: 1;
	display: block;
	z-index: 6;
}

.rs-layer .tp-revstop {
	display: none;
	width: 15px;
	border-right: 5px solid #fff !important;
	border-left: 5px solid #fff !important;
	transform: translateX(50%) translateY(50%);
	height: 20px;
	margin-left: 11px !important;
	margin-top: 5px !important;
}

.videoisplaying .revicon-right-dir {
	display: none;
}

.videoisplaying .tp-revstop {
	display: block;
}

.videoisplaying  .tp-video-play-button {
	display: none;
}

.fullcoveredvideo .tp-video-play-button {
	display: none !important;
}

.rs-fsv .rs-fsv audio {
	object-fit: contain !important;
}

.rs-fsv .rs-fsv video {
	object-fit: contain !important;
}

.rs-layer-video .html5vid.hidefullscreen video::-webkit-media-controls-fullscreen-button {
	display: none;
}

@supports not (-ms-high-contrast:none) {
	/* Non-IE styles here */
	.rs-fsv .fullcoveredvideo audio {
		object-fit: cover !important;
	}
	
	.rs-fsv .fullcoveredvideo video {
		object-fit: cover !important;
	}
}

.rs-fullvideo-cover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	position: absolute;
	background: transparent;
	z-index: 5;
}

.rs-nolc .tp-video-play-button, rs-bgvideo video::-webkit-media-controls-start-playback-button, rs-bgvideo video::-webkit-media-controls, rs-bgvideo audio::-webkit-media-controls {
	display: none !important;
}

.rs-audio .tp-video-controls {
	opacity: 1 !important;
	visibility: visible !important;
}

rs-module h1.rs-layer, rs-module h2.rs-layer, rs-module h3.rs-layer, rs-module h4.rs-layer, rs-module h5.rs-layer, rs-module h6.rs-layer, rs-module div.rs-layer, rs-module span.rs-layer, rs-module p.rs-layer {
	margin: 0;
	padding: 0;
	margin-block-start: 0;
	margin-block-end: 0;
	margin-inline-start: 0;
	margin-inline-end: 0;
}

rs-module h1.rs-layer:before, rs-module h2.rs-layer:before, rs-module h3.rs-layer:before, rs-module h4.rs-layer:before, rs-module h5.rs-layer:before, rs-module h6.rs-layer:before {
	content: none;
}

/********************************
	-	DOTTED OVERLAYS	-
*********************************/
rs-dotted {
	background-repeat: repeat;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 3;
	display: block;
	pointer-events: none;
}

rs-sbg-wrap rs-dotted {
	z-index: 31;
}

rs-dotted.twoxtwo {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile.png");
}

rs-dotted.twoxtwowhite {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_white.png");
}

rs-dotted.threexthree {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3.png");
}

rs-dotted.threexthreewhite {
	background: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/gridtile_3x3_white.png");
}

/******************************
	-	SHADOWS		-
******************************/
.tp-shadowcover {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	background: #fff;
	position: absolute;
	z-index: -1;
}

.tp-shadow1 {
	box-shadow: 0 10px 6px -6px rgba(0, 0, 0, .8);
}

.tp-shadow2:before, .tp-shadow2:after, .tp-shadow3:before, .tp-shadow4:after {
	z-index: -2;
	position: absolute;
	content: "";
	bottom: 10px;
	left: 10px;
	width: 50%;
	top: 85%;
	max-width: 300px;
	background: transparent;
	box-shadow: 0 15px 10px rgba(0, 0, 0, .8);
	transform: rotate(-3deg);
}

.tp-shadow2:after, .tp-shadow4:after {
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}

.tp-shadow5 {
	position: relative;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3), 0 0 40px rgba(0, 0, 0, .1) inset;
}

.tp-shadow5:before, .tp-shadow5:after {
	content: "";
	position: absolute;
	z-index: -2;
	box-shadow: 0 0 25px 0px rgba(0, 0, 0, .6);
	top: 30%;
	bottom: 0;
	left: 20px;
	right: 20px;
	border-radius: 100px/20px;
}

/* TP BUTTONS DESKTOP SIZE */
.rev-btn, .rev-btn:visited {
	outline: none !important;
	box-shadow: none;
	text-decoration: none !important;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-btn.rev-uppercase, .rev-btn.rev-uppercase:visited {
	text-transform: uppercase;
}

.rev-btn  i {
	font-size: inherit;
	font-weight: normal;
	position: relative;
	top: 0px;
	transition: opacity .2s ease-out, margin .2s ease-out;
	margin-left: 0px;
	line-height: inherit;
}

.rev-btn.rev-hiddenicon i {
	font-size: inherit;
	font-weight: normal;
	position: relative;
	top: 0px;
	transition: opacity .2s ease-out, margin .2s ease-out;
	opacity: 0;
	margin-left: 0px !important;
	width: 0px !important;
}

.rev-btn.rev-hiddenicon:hover i {
	opacity: 1 !important;
	margin-left: 10px !important;
	width: auto !important;
}

/* BURGER BUTTON */
.rev-burger {
	position: relative;
	box-sizing: border-box;
	padding: 22px 14px 22px 14px;
	border-radius: 50%;
	border: 1px solid rgba(51, 51, 51, .25);
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	cursor: pointer;
}

.rev-burger span {
	display: block;
	width: 30px;
	height: 3px;
	background: #333;
	transition: .7s;
	pointer-events: none;
	transform-style: flat !important;
}

.rev-burger span:nth-child(2) {
	margin: 3px 0;
}

.quick_style_example_wrap .rev-burger:hover :first-child, #dialog_addbutton .rev-burger:hover :first-child, .open .rev-burger :first-child, .open.rev-burger :first-child {
	transform: translateY(6px) rotate(-45deg);
}

.quick_style_example_wrap .rev-burger:hover :nth-child(2), #dialog_addbutton .rev-burger:hover :nth-child(2), .open .rev-burger :nth-child(2), .open.rev-burger :nth-child(2) {
	transform: rotate(-45deg);
	opacity: 0;
}

.quick_style_example_wrap .rev-burger:hover :last-child, #dialog_addbutton .rev-burger:hover :last-child, .open .rev-burger :last-child, .open.rev-burger :last-child {
	transform: translateY(-6px) rotate(-135deg);
}

.rev-burger.revb-white {
	border: 2px solid rgba(255, 255, 255, .2);
}

.rev-b-span-light span, .rev-burger.revb-white span {
	background: #fff;
}

.rev-burger.revb-whitenoborder {
	border: 0;
}

.rev-burger.revb-whitenoborder span {
	background: #fff;
}

.rev-burger.revb-darknoborder {
	border: 0;
}

.rev-b-span-dark span, .rev-burger.revb-darknoborder span {
	background: #333;
}

.rev-burger.revb-whitefull {
	background: #fff;
	border: none;
}

.rev-burger.revb-whitefull span {
	background: #333;
}

.rev-burger.revb-darkfull {
	background: #333;
	border: none;
}

.rev-burger.revb-darkfull span {
	background: #fff;
}

/* SCROLL DOWN BUTTON */
@keyframes rev-ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	
	15% {
		opacity: 1;
		top: 70%;
	}
	
	50% {
		opacity: 0;
		top: 70%;
	}
	
	100% {
		opacity: 0;
		top: 29%;
	}
}

.rev-scroll-btn {
	display: inline-block;
	position: relative;
	left: 0;
	right: 0;
	text-align: center;
	cursor: pointer;
	width: 35px;
	height: 55px;
	box-sizing: border-box;
	border: 3px solid white;
	border-radius: 23px;
}

.rev-scroll-btn > * {
	display: inline-block;
	line-height: 18px;
	font-size: 13px;
	font-weight: normal;
	color: #7f8c8d;
	color: #fff;
	font-family: "proxima-nova", "Helvetica Neue", Helvetica, Arial, sans-serif;
	letter-spacing: 2px;
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *.active {
	color: #fff;
}

.rev-scroll-btn > *:hover, .rev-scroll-btn > *:focus, .rev-scroll-btn > *:active, .rev-scroll-btn > *.active {
	opacity: .8;
}

.rev-scroll-btn.revs-fullwhite {
	background: #fff;
}

.rev-scroll-btn.revs-fullwhite span {
	background: #333;
}

.rev-scroll-btn.revs-fulldark {
	background: #333;
	border: none;
}

.rev-scroll-btn.revs-fulldark  span {
	background: #fff;
}

.rev-scroll-btn span {
	position: absolute;
	display: block;
	top: 29%;
	left: 50%;
	width: 8px;
	height: 8px;
	margin: -4px 0 0 -4px;
	border-radius: 50%;
	animation: rev-ani-mouse 2.5s linear infinite;
	background: #fff;
}

.rev-scroll-btn.rev-b-span-dark {
	border-color: #333;
}

.rev-scroll-btn.rev-b-span-dark span, .rev-scroll-btn.revs-dark span {
	background: #333;
}

.rev-control-btn {
	position: relative;
	display: inline-block;
	z-index: 5;
	color: #fff;
	font-size: 20px;
	line-height: 60px;
	font-weight: 400;
	font-style: normal;
	font-family: Raleway;
	text-decoration: none;
	text-align: center;
	background-color: #000;
	border-radius: 50px;
	text-shadow: none;
	background-color: rgba(0, 0, 0, .5);
	width: 60px;
	height: 60px;
	box-sizing: border-box;
	cursor: pointer;
}

.rev-cbutton-dark-sr {
	border-radius: 3px;
}

.rev-cbutton-light {
	color: #333;
	background-color: rgba(255, 255, 255, .75);
}

.rev-cbutton-light-sr {
	color: #333;
	border-radius: 3px;
	background-color: rgba(255, 255, 255, .75);
}

.rev-sbutton {
	line-height: 37px;
	width: 37px;
	height: 37px;
}

.rev-sbutton-blue {
	background-color: #3b5998;
}

.rev-sbutton-lightblue {
	background-color: #00a0d1;
}

.rev-sbutton-red {
	background-color: #dd4b39;
}

/************************************
-	TP BANNER TIMER		-
*************************************/
rs-progress {
	visibility: hidden;
	position: absolute;
	z-index: 200;
	width: 100%;
	height: 100%;
}

rs-progress-bar, .rs-progress-bar {
	display: block;
	z-index: 20;
	box-sizing: border-box;
	background-clip: content-box;
	position: absolute;
	line-height: 0px;
	width: 100%;
	height: 100%;
}

rs-progress-bgs {
	display: block;
	z-index: 15;
	box-sizing: border-box;
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0px;
	left: 0px;
}

rs-progress-bg {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-gap {
	display: block;
	background-clip: content-box;
	position: absolute;
	width: 100%;
	height: 100%;
}

rs-progress-vis {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

/*********************************************
-	BASIC SETTINGS FOR THE BANNER	-
***********************************************/
.rs-layer img {
	background: transparent;
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF)";
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=rgba(0, 255, 255, 1), endColorstr=rgba(0, 255, 255, 1));
}

/*rs-carousel-wrap rs-layer.rs-layer img {   transform: translateZ(-0.0001px)}*/
.rs-layer.slidelink {
	cursor: pointer;
	width: 100%;
	height: 100%;
}

.rs-layer.slidelink a {
	width: 100%;
	height: 100%;
	display: block;
}

.rs-layer.slidelink a div {
	width: 3000px;
	height: 1500px;
	background: url("https://medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png") repeat;
}

.rs-layer.slidelink a span {
	background: url("https://medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/coloredbg.png") repeat;
	width: 100%;
	height: 100%;
	display: block;
}

.rs-layer.slidelink a span.nitro-lazy {
	background: none !important;
}

.rs-layer.slidelink a div.nitro-lazy {
	background: none !important;
}

/*.tp-shape {	width:100%;height:100%;}*/

/*********************************************
-	WOOCOMMERCE STYLES	-
***********************************************/
.rs-layer .rs-starring {
	display: inline-block;
}

.rs-layer .rs-starring .star-rating {
	float: none;
	display: inline-block;
	vertical-align: top;
	color: #ffc321 !important;
}

.rs-layer .rs-starring .star-rating, .rs-layer .rs-starring-page .star-rating {
	position: relative;
	height: 1em;
	width: 5.4em;
	font-family: star;
	font-size: 1em !important;
}

.rs-layer  .rs-starring .star-rating:before, .rs-layer  .rs-starring-page .star-rating:before {
	content: "sssss";
	color: #e0dadf;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.rs-layer .rs-starring .star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
	font-size: 1em !important;
}

.rs-layer .rs-starring .star-rating span:before, .rs-layer .rs-starring .star-rating span:before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
}

/******************************
	-	LOADER FORMS	-
********************************/
rs-loader {
	top: 50%;
	left: 50%;
	z-index: 10000;
	position: absolute;
}

rs-loader.off {
	display: none !important;
}

rs-loader.spinner0 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	background-image: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/loader.gif");
	background-repeat: no-repeat;
	background-position: center center;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}

rs-loader.spinner0.nitro-lazy {
	background-image: none !important;
}

rs-loader.spinner1 {
	width: 40px;
	height: 40px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	margin-top: -20px;
	margin-left: -20px;
	animation: tp-rotateplane 1.2s infinite ease-in-out;
	border-radius: 3px;
}

rs-loader.spinner5 {
	background-image: url("https://cdn-lkobh.nitrocdn.com/AHerlUAPvoSGIdkXzbsdCQHFNUNdWYwU/assets/images/optimized/rev-485d307/medex.co.th/wp-content/plugins/revslider/sr6/assets/assets/loader.gif");
	background-repeat: no-repeat;
	background-position: 10px 10px;
	background-color: #fff;
	margin: -22px -22px;
	width: 44px;
	height: 44px;
	border-radius: 3px;
}

rs-loader.spinner5.nitro-lazy {
	background-image: none !important;
}

@keyframes tp-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);
	}
}

rs-loader.spinner2 {
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	background-color: #f00;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	animation: tp-scaleout 1s infinite ease-in-out;
}

@keyframes tp-scaleout {
	0% {
		transform: scale(0);
	}
	
	100% {
		transform: scale(1);
		opacity: 0;
	}
}

rs-loader.spinner3 {
	margin: -9px 0px 0px -35px;
	width: 70px;
	text-align: center;
}

rs-loader.spinner3 .bounce1, rs-loader.spinner3 .bounce2, rs-loader.spinner3 .bounce3 {
	width: 18px;
	height: 18px;
	background-color: #fff;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
	border-radius: 100%;
	display: inline-block;
	animation: tp-bouncedelay 1.4s infinite ease-in-out;
	/* Prevent first frame from flickering when animation starts */
	animation-fill-mode: both;
}

rs-loader.spinner3 .bounce1 {
	animation-delay: -.32s;
}

rs-loader.spinner3 .bounce2 {
	animation-delay: -.16s;
}

@keyframes tp-bouncedelay {
	0%, 80%, 100% {
		transform: scale(0);
	}
	
	40% {
		transform: scale(1);
	}
}

rs-loader.spinner4 {
	margin: -20px 0px 0px -20px;
	width: 40px;
	height: 40px;
	text-align: center;
	animation: tp-rotate 2s infinite linear;
}

rs-loader.spinner4 .dot1, rs-loader.spinner4 .dot2 {
	width: 60%;
	height: 60%;
	display: inline-block;
	position: absolute;
	top: 0;
	background-color: #fff;
	border-radius: 100%;
	animation: tp-bounce 2s infinite ease-in-out;
	box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, .15);
}

rs-loader.spinner4 .dot2 {
	top: auto;
	bottom: 0px;
	animation-delay: -1s;
}

@keyframes tp-rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes tp-bounce {
	0%, 100% {
		transform: scale(0);
	}
	
	50% {
		transform: scale(1);
	}
}

rs-layer iframe {
	visibility: hidden;
}

rs-layer.rs-ii-o iframe {
	visibility: visible;
}

rs-layer input[type="text"], rs-layer input[type="email"], rs-layer input[type="url"], rs-layer input[type="password"], rs-layer input[type="search"], rs-layer input[type="number"], rs-layer input[type="tel"], rs-layer input[type="range"], rs-layer input[type="date"], rs-layer input[type="month"], rs-layer input[type="week"], rs-layer input[type="time"], rs-layer input[type="datetime"], rs-layer input[type="datetime-local"] {
	display: inline-block;
}

rs-layer input::placeholder {
	vertical-align: middle;
	line-height: inherit !important;
}

a.rs-layer {
	transition: none;
}

/***********************************************
	-  STANDARD NAVIGATION SETTINGS
***********************************************/
rs-thumbs-wrap, rs-tabs-wrap, rs-thumbs, rs-thumb, rs-tab, rs-bullet, rs-bullets, rs-navmask, rs-tabs, rs-arrow {
	display: block;
	pointer-events: all;
}

/*rs-layer {	font-size:20px; line-height: 25px; padding:0px; margin:0px; border-radius:0px; max-width: none;min-width:none; max-height: none; min-height: none}*/
.tp-thumbs.navbar, .tp-bullets.navbar, .tp-tabs.navbar {
	border: none;
	min-height: 0;
	margin: 0;
	border-radius: 0;
}

.tp-tabs, .tp-thumbs, .tp-bullets {
	position: absolute;
	display: block;
	z-index: 1000;
	top: 0px;
	left: 0px;
}

.tp-tab, .tp-thumb {
	cursor: pointer;
	position: absolute;
	opacity: .5;
	box-sizing: border-box;
}

.tp-arr-imgholder, rs-poster, .tp-thumb-image, .tp-tab-image {
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

rs-poster {
	cursor: pointer;
	z-index: 3;
}

.tp-tab.rs-touchhover, .tp-tab.selected, .tp-thumb.rs-touchhover, .tp-thumb.selected {
	opacity: 1;
}

.tp-tab-mask, .tp-thumb-mask {
	box-sizing: border-box !important;
}

.tp-tabs, .tp-thumbs {
	box-sizing: content-box !important;
}

.tp-bullet {
	width: 15px;
	height: 15px;
	position: absolute;
	background: #fff;
	background: rgba(255, 255, 255, .3);
	cursor: pointer;
}

.tp-bullet.selected, .tp-bullet.rs-touchhover {
	background: #fff;
}

.tparrows {
	cursor: pointer;
	background: #000;
	background: rgba(0, 0, 0, .5);
	width: 40px;
	height: 40px;
	position: absolute;
	display: block;
	z-index: 1000;
}

.tparrows.rs-touchhover {
	background: #000;
}

.tparrows:before {
	font-family: "revicons";
	font-size: 15px;
	color: #fff;
	display: block;
	line-height: 40px;
	text-align: center;
}

.tparrows.tp-leftarrow:before {
	content: "";
}

.tparrows.tp-rightarrow:before {
	content: "";
}

/*.tp-thumb-mask {max-width: 100% !important}*/

/************************
 - FIXES FOR PE-7 ICONS -
**************************/
.rs-layer [class^="pe-7s-"]:before, .rs-layer [class*=" pe-7s-"]:before, .rs-layer [class^="pe-7s-"], .rs-layer [class*=" pe-7s-"] {
	width: auto;
	margin: 0;
	line-height: inherit;
	box-sizing: inherit;
}

/***************************
	- KEN BURNS FIXES -
***************************/
rs-pzimg-wrap {
	display: block;
}

body.rtl .rs-pzimg {
	left: 0 !important;
}

/*******************************
	- CUBE & CANVAS SETTINGS -
********************************/
.rs_fake_cube {
	transform-style: preserve-3d;
}

.rs_fake_cube, .rs_fake_cube_wall {
	position: absolute;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	left: 0px;
	top: 0px;
	z-index: 0;
}

.rs-builder-mode rs-sbg-wrap canvas, rs-sbg canvas {
	overflow: hidden;
	z-index: 5;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

/***************************
	- 3D SHADOW MODE -
***************************/
.dddwrappershadow {
	box-shadow: 0 45px 100px rgba(0, 0, 0, .4);
}

.dddwrapper {
	transform-style: flat;
	perspective: 10000px;
}

/*******************
	- DEBUG MODE -
*******************/
.rs_error_message_box {
	background: #111;
	width: 800px;
	margin: 40px auto;
	padding: 40px 20px;
	text-align: center;
	font-family: "Open Sans", sans-serif;
}

.rs_error_message_oops {
	margin: 0px 0px 20px;
	line-height: 60px;
	font-size: 34px;
	color: #fff;
}

.rs_error_message_content {
	margin: 0px 0px 20px;
	line-height: 25px;
	font-size: 17px;
	color: #fff;
}

.rs_error_message_button {
	color: #fff !important;
	background: #333;
	display: inline-block;
	padding: 10px 15px;
	text-align: right;
	border-radius: 5px;
	cursor: pointer;
	text-decoration: none !important;
}

.rs_error_message_button:hover {
	background: #5e35b1;
}

.hglayerinfo {
	position: fixed;
	bottom: 0px;
	left: 0px;
	color: #fff;
	font-size: 12px;
	line-height: 20px;
	font-weight: 600;
	background: rgba(0, 0, 0, .75);
	padding: 5px 10px;
	z-index: 2000;
	white-space: normal;
}

.hginfo {
	position: absolute;
	top: -2px;
	left: -2px;
	color: #e74c3c;
	font-size: 12px;
	font-weight: 600;
	background: #000;
	padding: 2px 5px;
}

.indebugmode .rs-layer:hover {
	border: 1px dashed #c0392b !important;
}

.helpgrid {
	border: 2px dashed #c0392b;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}

#revsliderlogloglog {
	padding: 15px;
	color: #fff;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 200px;
	height: 150px;
	background: rgba(0, 0, 0, .7);
	z-index: 100000;
	font-size: 10px;
	overflow: scroll;
}

/**
INSTAGRAM FILTERS BY UNA
https://una.im/CSSgram/
**/
.aden {
	filter: hue-rotate(-20deg) contrast(.9) saturate(.85) brightness(1.2);
}

.aden::after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken;
}

.perpetua::after, .reyes::after {
	mix-blend-mode: soft-light;
	opacity: .5;
}

.inkwell {
	filter: sepia(.3) contrast(1.1) brightness(1.1) grayscale(1);
}

.perpetua::after {
	background: linear-gradient(to bottom, #005b9a, #e6c13d);
}

.reyes {
	filter: sepia(.22) brightness(1.1) contrast(.85) saturate(.75);
}

.reyes::after {
	background: #efcdad;
}

.gingham {
	filter: brightness(1.05) hue-rotate(-10deg);
}

.gingham::after {
	background: linear-gradient(to right, rgba(66, 10, 14, .2), transparent);
	mix-blend-mode: darken;
}

.toaster {
	filter: contrast(1.5) brightness(.9);
}

.toaster::after {
	background: radial-gradient(circle, #804e0f, #3b003b);
	mix-blend-mode: screen;
}

.walden {
	filter: brightness(1.1) hue-rotate(-10deg) sepia(.3) saturate(1.6);
}

.walden::after {
	background: #04c;
	mix-blend-mode: screen;
	opacity: .3;
}

.hudson {
	filter: brightness(1.2) contrast(.9) saturate(1.1);
}

.hudson::after {
	background: radial-gradient(circle, #a6b1ff 50%, #342134);
	mix-blend-mode: multiply;
	opacity: .5;
}

.earlybird {
	filter: contrast(.9) sepia(.2);
}

.earlybird::after {
	background: radial-gradient(circle, #d0ba8e 20%, #360309 85%, #1d0210 100%);
	mix-blend-mode: overlay;
}

.mayfair {
	filter: contrast(1.1) saturate(1.1);
}

.mayfair::after {
	background: radial-gradient(circle at 40% 40%, rgba(255, 255, 255, .8), rgba(255, 200, 200, .6), #111 60%);
	mix-blend-mode: overlay;
	opacity: .4;
}

.lofi {
	filter: saturate(1.1) contrast(1.5);
}

.lofi::after {
	background: radial-gradient(circle, transparent 70%, #222 150%);
	mix-blend-mode: multiply;
}

._1977 {
	filter: contrast(1.1) brightness(1.1) saturate(1.3);
}

._1977:after {
	background: rgba(243, 106, 188, .3);
	mix-blend-mode: screen;
}

.brooklyn {
	filter: contrast(.9) brightness(1.1);
}

.brooklyn::after {
	background: radial-gradient(circle, rgba(168, 223, 193, .4) 70%, #c4b7c8);
	mix-blend-mode: overlay;
}

.xpro2 {
	filter: sepia(.3);
}

.xpro2::after {
	background: radial-gradient(circle, #e6e7e0 40%, rgba(43, 42, 161, .6) 110%);
	mix-blend-mode: color-burn;
}

.nashville {
	filter: sepia(.2) contrast(1.2) brightness(1.05) saturate(1.2);
}

.nashville::after {
	background: rgba(0, 70, 150, .4);
	mix-blend-mode: lighten;
}

.nashville::before {
	background: rgba(247, 176, 153, .56);
	mix-blend-mode: darken;
}

.lark {
	filter: contrast(.9);
}

.lark::after {
	background: rgba(242, 242, 242, .8);
	mix-blend-mode: darken;
}

.lark::before {
	background: #22253f;
	mix-blend-mode: color-dodge;
}

.moon {
	filter: grayscale(1) contrast(1.1) brightness(1.1);
}

.moon::before {
	background: #a0a0a0;
	mix-blend-mode: soft-light;
}

.moon::after {
	background: #383838;
	mix-blend-mode: lighten;
}

.clarendon {
	filter: contrast(1.2) saturate(1.35);
}

.clarendon:before {
	background: rgba(127, 187, 227, .2);
	mix-blend-mode: overlay;
}

.willow {
	filter: grayscale(.5) contrast(.95) brightness(.9);
}

.willow::before {
	background-image: radial-gradient(circle, 40%, #d4a9af 55%, #000 150%);
	mix-blend-mode: overlay;
}

.rise {
	filter: brightness(1.05) sepia(.2) contrast(.9) saturate(.9);
}

.rise::after {
	background: radial-gradient(circle, rgba(232, 197, 152, .8), transparent 90%);
	mix-blend-mode: overlay;
	opacity: .6;
}

.rise::before {
	background: radial-gradient(circle, rgba(236, 205, 169, .15) 55%, rgba(50, 30, 7, .4));
	mix-blend-mode: multiply;
}

._1977:after, ._1977:before, rs-pzimg-wrap.aden:after, .aden:before, .brooklyn:after, .brooklyn:before, .clarendon:after, .clarendon:before, .earlybird:after, .earlybird:before, .gingham:after, .gingham:before, .hudson:after, .hudson:before, .inkwell:after, .inkwell:before, .lark:after, .lark:before, .lofi:after, .lofi:before, .mayfair:after, .mayfair:before, .moon:after, .moon:before, .nashville:after, .nashville:before, .perpetua:after, .perpetua:before, .reyes:after, .reyes:before, .rise:after, .rise:before, .slumber:after, .slumber:before, .toaster:after, .toaster:before, .walden:after, .walden:before, .willow:after, .willow:before, .xpro2:after, .xpro2:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
}

._1977, .aden, .brooklyn, .clarendon, .earlybird, .gingham, .hudson, .inkwell, .lark, .lofi, .mayfair, .moon, .nashville, .perpetua, .reyes, .rise, .slumber, .toaster, .walden, .willow, .xpro2 {
	position: absolute;
}

._1977:before, .aden:before, .brooklyn:before, .clarendon:before, .earlybird:before, .gingham:before, .hudson:before, .inkwell:before, .lark:before, .lofi:before, .mayfair:before, .moon:before, .nashville:before, .perpetua:before, .reyes:before, .rise:before, .slumber:before, .toaster:before, .walden:before, .willow:before, .xpro2:before {
	z-index: 30;
}

._1977:after, .aden:after, .brooklyn:after, .clarendon:after, .earlybird:after, .gingham:after, .hudson:after, .inkwell:after, .lark:after, .lofi:after, .mayfair:after, .moon:after, .nashville:after, .perpetua:after, .reyes:after, .rise:after, .slumber:after, .toaster:after, .walden:after, .willow:after, .xpro2:after {
	z-index: 40;
}

.slumber {
	filter: saturate(.66) brightness(1.05);
}

.slumber::after {
	background: rgba(125, 105, 24, .5);
	mix-blend-mode: soft-light;
}

.slumber::before {
	background: rgba(69, 41, 12, .4);
	mix-blend-mode: lighten;
}

.willow::after {
	background-color: #d8cdcb;
	mix-blend-mode: color;
}

.rs-safari .willow:after {
	background-color: rgba(100, 0, 0, .2);
}

/* SAFARI BUG FIX ON COLOR BLEND MODE */
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.willow {
			filter: grayscale(1) contrast(.95) brightness(.9);
		}
		
		.willow::after {
			background-color: transparent;
		}
	}
}

rs-pzimg-wrap.perpetua:before, rs-pzimg-wrap.perpetua:after, rs-pzimg-wrap.nashville:before, rs-pzimg-wrap.nashville:after, rs-pzimg-wrap.xpro2:before, rs-pzimg-wrap.xpro2:after, rs-pzimg-wrap._1977:after, rs-pzimg-wrap._1977:before, rs-pzimg-wrap.aden:after, rs-pzimg-wrap.aden:before, rs-pzimg-wrap.brooklyn:after, rs-pzimg-wrap.brooklyn:before, rs-pzimg-wrap.clarendon:after, rs-pzimg-wrap.clarendon:before, rs-pzimg-wrap.earlybird:after, rs-pzimg-wrap.earlybird:before, rs-pzimg-wrap.gingham:after, rs-pzimg-wrap.gingham:before, rs-pzimg-wrap.hudson:after, rs-pzimg-wrap.hudson:before, rs-pzimg-wrap.inkwell:after, rs-pzimg-wrap.inkwell:before, rs-pzimg-wrap.lark:after, rs-pzimg-wrap.lark:before, rs-pzimg-wrap.lofi:after, rs-pzimg-wrap.lofi:before, rs-pzimg-wrap.mayfair:after, rs-pzimg-wrap.mayfair:before, rs-pzimg-wrap.moon:after, rs-pzimg-wrap.moon:before, rs-pzimg-wrap.reyes:after, rs-pzimg-wrap.reyes:before, rs-pzimg-wrap.rise:after, rs-pzimg-wrap.rise:before, rs-pzimg-wrap.slumber:after, rs-pzimg-wrap.slumber:before, rs-pzimg-wrap.toaster:after, rs-pzimg-wrap.toaster:before, rs-pzimg-wrap.walden:after, rs-pzimg-wrap.walden:before, rs-pzimg-wrap.willow:after, rs-pzimg-wrap.willow:before, rs-pzimg-wrap:before, rs-pzimg-wrap:after {
	height: 500%;
	width: 500%;
}

/**
new spinners
**/
rs-loader.spinner6 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner6 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	-webkit-animation: rs-revealer-6 1.4s linear infinite;
	animation: rs-revealer-6 1.4s linear infinite;
}

rs-loader.spinner6 .rs-spinner-inner span {
	position: absolute;
	vertical-align: top;
	border-radius: 100%;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin-left: 16px;
	transform-origin: center 20px;
	-webkit-transform-origin: center 20px;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(2) {
	transform: rotate(36deg);
	-webkit-transform: rotate(36deg);
	opacity: .1;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(3) {
	transform: rotate(72deg);
	-webkit-transform: rotate(72deg);
	opacity: .2;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(4) {
	transform: rotate(108deg);
	-webkit-transform: rotate(108deg);
	opacity: .3;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(5) {
	transform: rotate(144deg);
	-webkit-transform: rotate(144deg);
	opacity: .4;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(6) {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	opacity: .5;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(7) {
	transform: rotate(216deg);
	-webkit-transform: rotate(216deg);
	opacity: .6;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(8) {
	transform: rotate(252deg);
	-webkit-transform: rotate(252deg);
	opacity: .7;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(9) {
	transform: rotate(288deg);
	-webkit-transform: rotate(288deg);
	opacity: .8;
}

rs-loader.spinner6 .rs-spinner-inner span:nth-child(10) {
	transform: rotate(324deg);
	-webkit-transform: rotate(324deg);
	opacity: .9;
}

@keyframes rs-revealer-6 {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rs-revealer-6 {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

rs-loader.spinner7 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner7 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	border-radius: 100%;
	border: 2px solid;
	-webkit-animation: rs-revealer-7 .8s linear infinite;
	animation: rs-revealer-7 .8s linear infinite;
}

@keyframes rs-revealer-7 {
	from {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(360deg);
	}
}

@-webkit-keyframes rs-revealer-7 {
	from {
		-webkit-transform: rotate(0);
	}
	
	to {
		-webkit-transform: rotate(360deg);
	}
}

rs-loader.spinner8 {
	width: 50px;
	height: 50px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner8 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 0;
	text-align: left;
}

rs-loader.spinner8 .rs-spinner-inner span {
	position: absolute;
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 100%;
	-webkit-animation: rs-revealer-8 1.6s linear infinite;
	animation: rs-revealer-8 1.6s linear infinite;
}

rs-loader.spinner8 .rs-spinner-inner span:last-child {
	animation-delay: -.8s;
	-webkit-animation-delay: -.8s;
}

@keyframes rs-revealer-8 {
	0% {
		transform: scale(0, 0);
		opacity: .5;
	}
	
	100% {
		transform: scale(1, 1);
		opacity: 0;
	}
}

@-webkit-keyframes rs-revealer-8 {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5;
	}
	
	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0;
	}
}

rs-loader.spinner9 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner9 .rs-spinner-inner span {
	display: block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-9 2s infinite ease-in-out;
	animation: rs-revealer-9 2s infinite ease-in-out;
}

rs-loader.spinner9 .rs-spinner-inner span:last-child {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

@-webkit-keyframes rs-revealer-9 {
	0%, 100% {
		-webkit-transform: scale(0);
	}
	
	50% {
		-webkit-transform: scale(1);
	}
}

@keyframes rs-revealer-9 {
	0%, 100% {
		transform: scale(0);
		-webkit-transform: scale(0);
	}
	
	50% {
		transform: scale(1);
		-webkit-transform: scale(1);
	}
}

rs-loader.spinner10 {
	width: 54px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner10 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	text-align: center;
	font-size: 10px;
}

rs-loader.spinner10 .rs-spinner-inner span {
	display: block;
	height: 100%;
	width: 6px;
	display: inline-block;
	-webkit-animation: rs-revealer-10 1.2s infinite ease-in-out;
	animation: rs-revealer-10 1.2s infinite ease-in-out;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: -1s;
	animation-delay: -1s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

rs-loader.spinner10 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: -.8s;
	animation-delay: -.8s;
}

@-webkit-keyframes rs-revealer-10 {
	0%, 100%, 40% {
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		-webkit-transform: scaleY(1);
	}
}

@keyframes rs-revealer-10 {
	0%, 100%, 40% {
		transform: scaleY(.4);
		-webkit-transform: scaleY(.4);
	}
	
	20% {
		transform: scaleY(1);
		-webkit-transform: scaleY(1);
	}
}

rs-loader.spinner11 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner11 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner11 .rs-spinner-inner span {
	display: block;
	width: 33%;
	height: 33%;
	background-color: #333;
	float: left;
	-webkit-animation: rs-revealer-11 1.3s infinite ease-in-out;
	animation: rs-revealer-11 1.3s infinite ease-in-out;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(5) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(6) {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(7) {
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(8) {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

rs-loader.spinner11 .rs-spinner-inner span:nth-child(9) {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

@-webkit-keyframes rs-revealer-11 {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

@keyframes rs-revealer-11 {
	0%, 100%, 70% {
		-webkit-transform: scale3D(1, 1, 1);
		transform: scale3D(1, 1, 1);
	}
	
	35% {
		-webkit-transform: scale3D(0, 0, 1);
		transform: scale3D(0, 0, 1);
	}
}

rs-loader.spinner12 {
	width: 35px;
	height: 35px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner12 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	-webkit-animation: rs-revealer-12 1s infinite linear;
	animation: rs-revealer-12 1s infinite linear;
}

@-webkit-keyframes rs-revealer-12 {
	0% {
		-webkit-transform: rotate(0);
	}
	
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@keyframes rs-revealer-12 {
	0% {
		transform: rotate(0);
	}
	
	100% {
		transform: rotate(360deg);
	}
}

rs-loader.spinner13 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner13 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner13 .rs-spinner-inner span {
	display: block;
	width: 40%;
	height: 40%;
	position: absolute;
	border-radius: 50%;
	-webkit-animation: rs-revealer-13 2s ease infinite;
	animation: rs-revealer-13 2s ease infinite;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(1) {
	animation-delay: -1.5s;
	-webkit-animation-delay: -1.5s;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(2) {
	animation-delay: -1s;
	-webkit-animation-delay: -1s;
}

rs-loader.spinner13 .rs-spinner-inner span:nth-child(3) {
	animation-delay: -.5s;
	-webkit-animation-delay: -.5s;
}

@keyframes rs-revealer-13 {
	0%, 100% {
		transform: translate(0);
	}
	
	25% {
		transform: translate(160%);
	}
	
	50% {
		transform: translate(160%, 160%);
	}
	
	75% {
		transform: translate(0, 160%);
	}
}

@-webkit-keyframes rs-revealer-13 {
	0%, 100% {
		-webkit-transform: translate(0);
	}
	
	25% {
		-webkit-transform: translate(160%);
	}
	
	50% {
		-webkit-transform: translate(160%, 160%);
	}
	
	75% {
		-webkit-transform: translate(0, 160%);
	}
}

rs-loader.spinner14 {
	width: 40px;
	height: 40px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner14 .rs-spinner-inner {
	width: 100%;
	height: 100%;
	animation: rs-revealer-14 1s infinite linear;
}

rs-loader.spinner14 .rs-spinner-inner span {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: -8px;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(1) {
	-webkit-animation: rs-revealer-14-1 2s infinite;
	animation: rs-revealer-14-1 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(2) {
	-webkit-animation: rs-revealer-14-2 2s infinite;
	animation: rs-revealer-14-2 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(3) {
	-webkit-animation: rs-revealer-14-3 2s infinite;
	animation: rs-revealer-14-3 2s infinite;
}

rs-loader.spinner14 .rs-spinner-inner span:nth-child(4) {
	-webkit-animation: rs-revealer-14-4 2s infinite;
	animation: rs-revealer-14-4 2s infinite;
}

@-webkit-keyframes rs-revealer-14-1 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-2 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-3 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@-webkit-keyframes rs-revealer-14-4 {
	0% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
	}
	
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
	}
	
	100% {
		-webkit-transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-1 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, 80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, 80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-2 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(80%, -80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(80%, -80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-3 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, -80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, -80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

@keyframes rs-revealer-14-4 {
	0% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(0, 0, 0);
	}
	
	20% {
		transform: rotate3d(0, 0, 1, 0deg) translate3d(-80%, 80%, 0);
	}
	
	80% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(-80%, 80%, 0);
	}
	
	100% {
		transform: rotate3d(0, 0, 1, 360deg) translate3d(0, 0, 0);
	}
}

rs-loader.spinner15 {
	width: 40px;
	height: 40px;
	margin-top: -4px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

rs-loader.spinner15 .rs-spinner-inner {
	width: 100%;
	height: 100%;
}

rs-loader.spinner15 .rs-spinner-inner span {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: rs-revealer-15 1.8s infinite ease-in-out;
	animation: rs-revealer-15 1.8s infinite ease-in-out;
}

rs-loader.spinner15 .rs-spinner-inner:last-child {
	-webkit-animation-delay: -.9s;
	animation-delay: -.9s;
}

@-webkit-keyframes rs-revealer-15 {
	25% {
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
	}
	
	50% {
		-webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
	}
	
	75% {
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
	}
	
	100% {
		-webkit-transform: rotate(-360deg);
	}
}

@keyframes rs-revealer-15 {
	25% {
		transform: translateX(30px) rotate(-90deg) scale(.5);
		-webkit-transform: translateX(30px) rotate(-90deg) scale(.5);
	}
	
	50% {
		transform: translateX(30px) translateY(30px) rotate(-179deg);
		-webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
	}
	
	75% {
		transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
		-webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(.5);
	}
	
	100% {
		transform: rotate(-360deg);
		-webkit-transform: rotate(-360deg);
	}
}

/* NEW CANVAS ANIMATIONS ON SLIDE BG'S */
.bgcanvas {
	display: none;
	position: absolute;
	overflow: hidden;
}

/* way the hell off screen */
.RSscrollbar-measure {
	width: 100px;
	height: 100px;
	overflow: scroll;
	position: absolute;
	top: -9999px;
}

/*  AVADA SCROLL FIX */
.avada-has-rev-slider-styles .rev_slider_wrapper {
	transform: none;
}
