/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

:root {
	--global--font-family: "Montserrat";

	--global--color--text: #1D2939;
	--global--color--text-gray: #475467;
	--global--color--violet: #783D9E;
	--global--color--white: #ffffff;
	--global--color--light-gray: #F6F7FA;
	--global--color--gray: #3E434D; 
	--global--color--accent-violet: #F4EBFF;
/*	--global--color--light-gray: #D0D5DD;*/
	--global--color--dark-gray: #667085;
	--global--color--darken-gray: #98A2B3;
	--global--color--green: #101828;
	--global--color--red: #C5220C;
	--global--color--accent-violet-900: #572D72; 
	--global--color--green: #12B76A;
	--global--color--red: #CD3D1D;
	
	--global--border-radius: 8px;

}

body {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}

body.admin-bar {
	min-height: calc(100vh - 32px);
}

@media (max-width: 1024px) {
	body.admin-bar {
		min-height: calc(100vh - 46px);
	}
}

/* Page */
.page-template {
	display: flex;
	flex-flow: column;
	min-height: 100vh;
}

.page-template.admin-bar {
	min-height: calc(100vh - 32px);
}

@media (max-width: 767px) {
	.page-template.admin-bar {
		min-height: calc(100vh - 46px);
	}
}

[data-elementor-type="footer"] {
	margin-top: auto;
}

@media (max-width: 1024px) {
	.elementor-location-footer .menu-item.link--pdf {
		display: none;
	}
}


/* Header */
.elementor-location-header .elementor-sticky--active {
	box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.07);
}

.elementor-location-header .elementor-sticky--active .e-con-inner > .elementor-element:first-child > .e-con-inner:first-child {
	padding: 4px 0;
}

@media (max-width: 1024px) {
	.elementor-location-header .elementor-sticky--active .e-con-inner > .elementor-element:first-child > .e-con-inner:first-child {
		padding: 8px 0;
	}
}

.main-menu-container.search-active,
.main-menu-container.search-active .search-container {
	width: 100%;
}

.main-menu-container.search-active .header-menu,
.main-menu-container.search-active .search-container .search > .search__icon,
.main-menu-container.search-active .button--delightful,
.main-menu-container.search-active .polylang_langswitcher,
.main-menu-container.search-active .language-switcher-container {
	display: none;
}

.search-container {
	margin-left: auto;
}

.main-menu-container.search-active .search-container {
	margin-left: initial;
}

.main-menu-container.search-active .search__input {
	display: flex;
	width: 100%;
}

/* Header main menu */
.header-menu .elementor-nav-menu > .menu-item:hover > .elementor-item {
	font-weight: 600;
	color: var(--global--color--accent-violet)
}

.header-menu .elementor-nav-menu .sub-arrow {
	display: flex;
	width: 24px;
	height: 24px;
	background: url(./assets/icons/chevron.svg) right center / 24px 24px no-repeat;
	transition: all .3s ease;
	transform-origin: center;
	margin-left: 10px;
}

.header-menu .elementor-nav-menu .highlighted .sub-arrow {
	transform: rotate(-180deg);
}

.header-menu .elementor-nav-menu .sub-arrow svg {
	display: none;
}

.header-menu .elementor-nav-menu .sub-menu .menu-item:first-child .elementor-sub-item {
	padding: 20px 20px 8px;
}

@media (max-width: 1024px) {
	.header-menu .elementor-nav-menu .sub-menu {
		position: relative;
		margin-left: 0 !important;
		flex-flow: column;
		align-items: flex-start;
	}

	.header-menu .elementor-nav-menu .sub-menu .menu-item a {
		line-height: 1.5rem;

	}

	.header-menu .elementor-nav-menu .sub-menu .menu-item:first-child .elementor-sub-item {
		padding: 6px 20px;
	}
}

.header-menu .elementor-nav-menu .sub-menu .menu-item:last-child .elementor-sub-item {
	padding: 8px 20px 20px;
}

@media (max-width: 1024px) {
	.header-menu .elementor-nav-menu .sub-menu .menu-item:last-child .elementor-sub-item {
		padding: 6px 20px;
	}
}

.header-menu .elementor-nav-menu .sub-menu .elementor-sub-item {
	position: relative;
	padding: 8px 20px;
	border: 0;
}

@media (max-width: 1024px) {
	.header-menu .elementor-nav-menu .sub-menu .elementor-sub-item {

	}
}

.header-menu .elementor-nav-menu .sub-menu .elementor-sub-item::before {
	content: "";
	display: flex;
	height: 1px;
	width: calc(100% - 40px);
	background: var(--global--color--violet);
	position: absolute;
	bottom: 4px;
	opacity: 0;
	transition: all .3s ease;
}

@media (max-width: 1024px) {
	.header-menu .elementor-nav-menu .sub-menu .elementor-sub-item::before {
		left: 20px;
	}
}

.header-menu .elementor-nav-menu .sub-menu .menu-item:last-child .elementor-sub-item::before {
	bottom: 16px;
}

@media (max-width: 1024px) {
	.header-menu .elementor-nav-menu .sub-menu .menu-item:last-child .elementor-sub-item::before {
		bottom: 0;
	}	
}

.header-menu .elementor-nav-menu .sub-menu .elementor-sub-item:hover::before {
	opacity: 1;
}

@media (max-width: 1024px) {
	
}

#hamburder,
.collapse-header-dropdown {
	cursor: pointer;
}

.header-dropdown {
	display: none;
}

/* Header search form */

.search:not(.elementor-default) {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	position: relative;
}

.form {
	display: flex;
}

.search__input {
	display: flex;
	position: relative;
	display: none;
}

.search__close {
	display: flex;
	width: 24px;
	height: 24px;
	background: url(./assets/icons/close.svg) center center / 24px 24px no-repeat;
	cursor: pointer;
}

.search__icon {
	display: flex;
	width: 28px;
	height: 28px;
	background: url(./assets/icons/search.svg) center center / 28px 28px no-repeat;
	cursor: pointer;
}

@media (max-width: 1024px) {
	.search__icon {
		width: 24px;
		height: 24px;
		z-index: 1;
	}
}

.form .form__control {
	display: flex;
	padding: 12px 48px 12px 72px;
	border-radius: 8px;
	border: 1px solid #F2F4F7 !important;
	color: var(--global--color--text);
	outline: none;
}

@media (max-width: 1024px) {
	.form .form__control {
		width: inherit;
		flex: 1 0 auto;
		left: -71px;
		position: relative;
	}

	.main-menu-container.search-active .search__input {
		width: calc(100vw - 40px);
		flex: 1 0 auto;
		transform: translateX(-92px);
		padding: 12px 72px;
	}
}

.form .search__close,
.form .search__icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 24px;
}

.form .search__icon {
	right: initial;
	left: 24px;
}

.form__control::placeholder {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	font-weight: 400;
	color: var(--global--color--text-gray);
}

/* Button */
.place-order .elementor-button-wrapper::after,
.elementor-field-type-submit::after, 
.button--delightful .elementor-button-wrapper::after {
	content: "";
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
    width: 217px;
    height: 77px;
	background: url(./assets/icons/button-background.svg) center center / contain no-repeat;
	z-index: 1;
	opacity: 1;
	transition: all .3s ease;
	display: none;
}

.place-order .elementor-button-link,
.elementor-field-type-submit .elementor-button,
.button--delightful .elementor-button-link {
	box-shadow: 0 4px 10px 0px #783d9e3b, 0 4px 12px 0px #783d9e3b;
/*    border-radius: 8px;*/
}

.place-order .elementor-button-wrapper:hover::after,
.elementor-field-type-submit:hover::after, 
.button--delightful .elementor-button-wrapper:hover::after {
	opacity: 0;
}

@media (max-width: 1024px) {
	.button--delightful .elementor-button-wrapper::after {
        width: 140px;
        height: 56px;
        top: -3px;
	}
}

.elementor-field-type-submit .elementor-button {
	z-index: 1;
}

.place-order .elementor-button-wrapper::after,
.elementor-field-type-submit::after {
	width: 134px;
    left: initial;
    right: -66px;
    z-index: 0;
    top: initial;
    bottom: -30px;
}

.place-order .elementor-button {
	position: relative;
	z-index: 1;
}

.place-order .elementor-button-wrapper .elementor-button-content-wrapper {
	display: inline-flex;
    position: relative;
    z-index: 1;
}

.place-order .elementor-button-wrapper::after {
    left: 0;
    right: 0;
    z-index: 0;
    top: initial;
    bottom: -30px;
    transform: translateX(-6px);
}

.button--delightful.button--delightful-white .elementor-button-wrapper::after {
	background-image: url(./assets/icons/button-background-white.svg);
}

.button--delightful .elementor-button {
	position: relative;
	z-index: 2;
}

.btn {
	display: flex;
}

.btn--tag,
.btn--product-tag {
	padding: 4px 12px;
	border-radius: 16px;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	color: var(--global--color--violet);
	background: var(--global--color--light-gray);
/*	background: #F6F7FA;*/
}

.btn--product-tag {
	background: #F6F7FA;
}

/* Language switcher */
.language-switcher {
	display: flex;
	gap: 8px;
}

.language-switcher .language-switcher__item {
	color: var(--global--color--text);
}

.language-switcher .language-switcher__item:hover {
	color: var(--global--color--violet);
}

.polylang_langswitcher {
	display: flex;
    padding: 0;
    list-style: none;
	gap: 8px;
}

.polylang_langswitcher .lang-item a {
	color: var(--global--color--dark-gray);
}

.polylang_langswitcher .current-lang a {
	color: var(--global--color--text);
}

/* Link */
.link {
	display: inline-flex;
	position: relative;
}

.link--pdf .elementor-item {
	padding-left: 32px !important;
	background: url(./assets/icons/file-pdf.svg) left center / 24px 24px no-repeat;
}

.link--location,
.link--location .elementor-item {
	padding-left: 32px;
	background: url(./assets/icons/location-pin-search-white.svg) left top / 24px 24px no-repeat;
}

.link--mail,
.link--mail .elementor-item {
	padding-left: 32px;
	background: url(./assets/icons/mail-white.svg) left top / 24px 24px no-repeat;
}

.link--phone,
.link--phone .elementor-item {
	padding-left: 32px;
	background: url(./assets/icons/phone-white.svg) left top / 24px 24px no-repeat;
}

/* .link--chevron { */
	/* padding-right: 28px; */
	/* background: url(./assets/icons/angle-right-small.svg) right 4px center / 24px 24px no-repeat; */
	/* transition: all .3s ease; */
/* } */

.link--chevron,
.link--chevron-back {
	position: relative;
	display: inline-flex;
}	

.link--chevron {
	padding-right: 28px;
}

.link--chevron-back {
	padding-left: 28px;
}

.link--chevron::after {
	content: "";
	display: flex;
	position: absolute;
	width: 24px; 
	height: 24px;
	background: url(./assets/icons/angle-right-small.svg) center center / 24px 24px no-repeat;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: all .3s ease;
}

.link--chevron:hover::after {
	transform: translate(4px, -50%);
}
.link--chevron-back:hover {
	gap: 4px;
}

/* .link--chevron:hover { */
	/* background: url(./assets/icons/angle-right-small.svg) right 0px center / 24px 24px no-repeat; */
/* } */

.link--chevron-back {
	background: var(--global--color--white);
	font-weight: 600;
	font-size: 1.125rem;
	line-height: 1.75rem;
	align-items: center;
	padding-left: 28px 0 0;
}

.link--chevron-back::after {
	display: none;
}

.link--chevron-back::before {
	content: "";
	width: 24px;
	height: 24px;
	display: flex;
	position: absolute;
	background: url(./assets/icons/angle-right-small.svg) center center / 24px 24px no-repeat;
	transform: rotate(-180deg);
	left: 4px;
	top: 50%;
	transform: translateY(-50%) rotate(180deg);
	transition: all .3s ease;
}

.link--chevron-back:hover::before {
	transform: translate(-4px, -50%) rotate(180deg);
}

.link--text-white {
	color: var(--global--color--white) !important;
}

/* Category card */
.product-categories-container {
	display: flex;
	flex-flow: column;
	gap: 32px;
}

@media (max-width: 1024px) {
	.product-categories-container {
    	gap: 20px;
	}
}

.category-card {
	display: flex;
	flex-flow: row;
	gap: 16px;
	height: auto;
}

@media (max-width: 1024px) {
	.category-card {
		flex-flow: column;
    	gap: 14px;
    	height: auto;
	}
}

.category-card__thumbnail {
	position: relative;
	background: var(--global--color--light-gray);
	flex: 0 0 288px;
	border-radius: 8px;
}

.category-card__thumbnail .category-card__title {
	display: none;
}

@media (max-width: 1024px) {
	.category-card__thumbnail {
		width: 100%;
	    height: 120px;
	    flex: 0 0 auto;
	    flex-flow: row;
    	display: flex;
    	align-items: center;
    	gap: 16px;
	}

	.category-card__thumbnail .category-card__title {
		display: flex;
		font-size: 18px;
		line-height: 28px;
	}
}

.category-card__thumbnail .category-card__thumbnail-image {
	position: relative;
	top: 28px;
	right: 26px;
	width: 285px;
    height: 253px;
    object-fit: cover;
    object-position: center;
    overflow: hidden;
    border-radius: 15px;
}

@media (max-width: 1024px) {
	.category-card__thumbnail .category-card__thumbnail-image {
	    width: 111px;
	    height: 134px;
	    object-fit: contain;
	    top: 4px;
	    left: -5px;
	}
}

.category-card__content {
	display: flex;
	flex-flow: column;
	gap: 16px;
	background: var(--global--color--light-gray);
	padding: 24px 40px;
	border-radius: 8px;
	flex: 1 1 auto;
}

@media (max-width: 1024px) {
	.category-card__content {
		padding: 16px;
	}
}

.category-card__title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 1024px) {
	.category-card__title {
		display: none;
	}
}

.category-card__description {
	font-size: 20px;
	line-height: 28px;
}

@media (max-width: 1024px) {
	.category-card__description {
	    font-size: 16px;
    	line-height: 24px;
	}
}

.category-card__child-categories {
	display: flex;
	gap: 40px;
}

@media (max-width: 1024px) {
	.category-card__child-categories {
		flex-flow: column;
    	gap: 8px;
	}
}

.category-card__container {
	display: flex;
	flex-flow: column;
	gap: 1px;
	width: 100%;
	max-width: 100%;
}

@media (max-width: 1024px) {
	.category-card__container {
		flex-flow: column;
		gap: 8px;
	}
}

.category-card__container .link {
	display: inline-flex;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
}

.category-card__container .link:hover {
	color: var(--global--color--accent-violet-900);
}

.category-card__link {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
	margin-top: 4px;
	margin-left: auto;
	margin-top: auto;
}

@media (max-width: 1024px) {
	.category-card__link {
	    font-size: 18px;
    	line-height: 28px;
	}
}

/* Banner card */

.banner-card::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: var(--banner-background);
	backdrop-filter: blur(10px);
	z-index: 1;
}

.banner-card .e-con-inner {
	z-index: 2;
}

/* Breadcrumbs */
.rank-math-breadcrumb,
.rank-math-breadcrumb a {
	color: var(--global--color--gray);
}

/* Products archive */
.product-categories {
/*	display: flex;*/
/*	flex-flow: row;*/
	justify-content: space-between;
	width: 100%;
	gap: 24px;
	margin-bottom: 40px;

	display: grid;
    grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1024px) {
	.product-categories {
		margin-bottom: 20px;
	    flex-flow: row wrap;
	    gap: 16px;
	}
}

.product-categories .product-category {
	flex: 1 1 20%;
	padding: 12px 20px;
	background: var(--global--color--white);
	border-radius: var(--global--border-radius);
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: var(--global--color--text);
	border: 1px solid var(--global--color--light-gray);

	display: flex;
	align-items: center;
}

@media (max-width: 1024px) {
	.product-categories .product-category  {
		flex: 1 1 44%;
	    font-size: 14px;
	    line-height: 20px;
	    padding: 14px 8px;
	}
}

.product-categories .product-category.selected {
	background: var(--global--color--accent-violet);
	border-color: var(--global--color--accent-violet);
}

@media (max-width: 1024px) {
	.product-categories .product-category.selected {
	    flex: 1 1 44%;
	}
}

/* Card */
.products-container {
	display: flex;
	flex-flow: column;
	gap: 24px;
	margin-bottom: 20px;
}

@media (max-width: 1024px) {
	.products-container {
		gap: 20px;
	}
}

.product-card {
	position: relative;
	display: flex;
	font-size: 1rem;
	line-height: 1.5rem;
	align-items: center;
	border: 1px solid var(--global--color--light-gray);
	border-radius: var(--global--border-radius);
	gap: 20px;
    padding: 0 20px;
}

.product-card .link.product-card__cover-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
}

@media (max-width: 1024px) {
	.product-card {
		flex-flow: column;
    	padding: 16px;
    	gap: 16px;
	}
}

.product-card__thumbnail {
	display: flex;
	width: 247px;
	height: 236px;
	flex: 0 0 auto;
}

@media (max-width: 1024px) {
	.product-card__thumbnail {
		margin-bottom: 16px;
		width: 100%;
    	height: 180px;
	}
}

.product-card__thumbnail .wp-post-image {
	width: inherit;
    height: inherit;
    object-fit: contain;
    object-position: center;
}

@media (max-width: 1024px) {
	.product-card__thumbnail .wp-post-image {
	    margin-bottom: 16px;
        height: 180px;
	    object-fit: contain;
	    object-position: center top;
	}
}

.product-card__info {
	display: flex;
	flex-flow: column;
	gap: 8px;
    width: 100%;
    flex: 1 1 auto;
}

@media (max-width: 1024px) {
	.product-card__info {
		gap: 4px;
	}
}

.product-card__title {
	font-size: 1.5rem;
	line-height: 2rem;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 1024px) {
	.product-card__title {
	    margin: 0;
	    font-size: 18px;
	    line-height: 28px;
	}
}

.product-card__info-item {
	display: flex;
	flex-flow: row;
	gap: 16px;
}

.product-card__info-item-label {
	flex: 0 0 88px;
	color: var(--global--color--dark-gray);
	font-weight: 600;
}

@media (max-width: 1024px) {
	.product-card__info-item-label {
		font-weight: 600;
	}
}

.product-card__info-item-value {
	font-weight: 600;
}

.product-card__info-description {
	margin-bottom: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}

@media (max-width: 1024px) {
	.product-card__info-description {
	    margin: 4px 0;
	    font-size: 14px;
    	line-height: 20px;
	}
}

.product-card__stock-status {
	display: flex;
	flex-flow: row;
	justify-content: space-between;
	align-items: center;
}

.product-card__stock-status-label {
	color: var(--global--color--green);
	padding-left: 32px;
	background: url(./assets/icons/checkbox.svg) left center / 24px 16px no-repeat;
}

@media (max-width: 1024px) {
	.product-card__stock-status-label {
		font-size: 14px;
    	line-height: 20px;
	}
}

.product-card__stock-status-link {
	color: var(--global--color--violet);
	font-size: 1.125rem;
	line-height: 1.75rem;
	font-weight: 600;
	padding-right: 28px;
	background: url(./assets/icons/angle-right-small.svg) right 4px center / 24px 24px no-repeat;
	transition: all .3s ease;
}

.product-card:hover .product-card__stock-status-link {
	background: url(./assets/icons/angle-right-small.svg) right center / 24px 24px no-repeat;
}

@media (max-width: 1024px) {
	.product-card__stock-status .product-card__stock-status-link {
		font-size: 18px;
    	line-height: 28px;
	}
}

/* Single product */
.elementor-tabs .elementor-tabs-wrapper {
	display: flex;
	flex-flow: row;
	gap: 24px;
}

@media (max-width: 1024px) {
	.elementor-tabs .elementor-tabs-wrapper {
    	display: grid !important;
    	grid-template-columns: 1fr 1fr;
		gap: 8px;
/*    	flex-flow: row wrap;*/
	}
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title {
	padding: 12px 20px;
	border-radius: var(--global--border-radius);
	border: 1px solid var(--global--color--light-gray) !important;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	
}

.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title.elementor-active {
	border-color: var(--global--color--accent-violet);
	background-color: var(--global--color--accent-violet);
}

@media (max-width: 1024px) {
	.elementor-widget-tabs .elementor-tab-desktop-title.elementor-tab-title {
		padding: 18px 8px;
		font-size: 14px;
		line-height: 20px;
	}
}

.elementor-tabs-content-wrapper .elementor-tab-content {
	padding-left: 0 !important;	
	padding-right: 0 !important;
}

.elementor-tabs-content-wrapper .elementor-tab-content ul {
	padding: 0;
	list-style: none;
	margin-top: 16px;
}

.elementor-tabs-content-wrapper .elementor-tab-content ul li {
	padding-left: 19px;
	position: relative;
}

.elementor-tabs-content-wrapper .elementor-tab-content ul li::before {
	content: "";
	position: absolute;
	width: 10px;
	height: 10px;
	display: flex;
	border-radius: 50%;
	background: var(--global--color--darken-gray);
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
}

@media (max-width: 1024px) {
	.elementor-tabs-content-wrapper .elementor-tab-title {
		display: none;
	}
}

/* search results */
.page-title--search {
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 24px;
	font-size: 2.25rem;
	line-height: 3rem;
}

.posts-not-found-message {
	text-align: center;
}

/* Posts pagination */
.posts-pagination {
	display: flex;
	flex-flow: row;
	justify-content: center;
	gap: 12px;
}

.posts-pagination .link--prev,
.posts-pagination .link--next {
	display: inline-flex;
	width: 24px;
	height: 24px;
	flex: 0 0 auto;
	margin-right: 12px;
}

.posts-pagination .link--next {
	margin-right: 0;
	margin-left: 12px;
}

.posts-pagination .link--prev {
	background: url(./assets/icons/arrow-active.svg) center center / 24px 24px no-repeat;
	transform: rotate(-180deg);
}

.posts-pagination .link--prev.inactive {
	pointer-events: none;
	background: url(./assets/icons/arrow-inactive.svg) center center / 24px 24px no-repeat;
	transform: rotate(0);
}

.posts-pagination .link--next.inactive {
	pointer-events: none;
	background: url(./assets/icons/arrow-inactive.svg) center center / 24px 24px no-repeat;
	transform: rotate(-180deg);
}

.posts-pagination .link--next {
	background: url(./assets/icons/arrow-active.svg) center center / 24px 24px no-repeat;
}

.posts-pagination .page-numbers,
.posts-pagination .page-numbers a {
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: 600;
	color: var(--global--color--darken-gray);
}

.posts-pagination .page-numbers.current {
	color: var(--global--color--text);
}

/* Post pagination: load more */
.load-more-container {
	display: flex;
	flex-flow: row;
	justify-content: center;
	margin-bottom: 24px;
}

.load-more-container .load-more {
	display: flex;
	padding: 12px 30px;
	border: 1px solid #783D9E;
	border-radius: 8px;
	color: var(--global--color--text);
	transition: all .3s ease;
}

.load-more-container .load-more:hover {
	background: var(--global--color--violet);
	color: var(--global--color--white);
}

.next.page-numbers,
.prev.page-numbers {
	display: none;
}

/* Popup styles */
.elementor-message.elementor-message-danger {
	margin-bottom: 0;
	font-size: 0.875rem;
	line-height: 1.25rem;
	color: var(--global--color--red);
}

.elementor-message.elementor-message-danger::before {
	display: none;
}

.elementor-field-type-tel .elementor-field {
	position: relative;
	padding-left: 60px;
}

.elementor-field-type-tel .contact-phone {
	position: relative;
	width: 100%;
}

.elementor-field-type-tel .contact-phone::before {
	content: "+380";
    position: absolute;
    left: 17px;
    top: 9px;
    z-index: 2;
    font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 600;
}

/* Ripple-effect */
.ripple-effect {
	position: relative;
	overflow: hidden;
	/* display: flex; */
}

.ripple {
	border-radius: 50%;
	background: var(--global--color--light-gray);
	transform: scale(0) translate(-50%, -50%);
	transform-origin: top left;
	display: flex;
	width: 200px;
	height: 200px;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all .5s ease;
	z-index: 0;
}

.ripple-effect--button .ripple {
	width: 100px;
	height: 100px;
	background: var(--global--color--accent-violet);
}

.ripple-effect--card .ripple {
	width: 1200px;
	height: 1200px;
	transition-duration: 1s;
}

@media (max-width: 767px) {
	.ripple-effect--card .ripple {
		width: 300px;
		height: 300px;
		transition-duration: 1.5s;
	}
}

/* .ripple-effect > :not([class*="cover-link"]), */
.ripple-effect > :not(.ripple) {
	position: relative;
	z-index:1
}

.ripple-effect--card.active .ripple {
	transform: scale(2.5)  translate(-50%, -50%);
}

@media (max-width: 767px) {
	.ripple-effect--card.active .ripple {
		transform: scale(4)  translate(-50%, -50%);
	}
}
.ripple-effect--button.active .ripple {
	transform: scale(5.5)  translate(-50%, -50%);
}

.elementor-error .elementor-field {
	border: 1px solid var(--global--color--red) !important;
}
