.elementor-search-form .dialog-lightbox-close-button {
	top: 0;
}

/* Posts */
.elementor-posts-container.elementor-has-item-ratio .elementor-post .elementor-post__thumbnail img {
	top: 0;
	left: 0;
	transform: unset;
	transition: all .3s ease;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post:hover .elementor-post__thumbnail img {
	transform: scale(1.1);
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post .elementor-post__title a {
	transition: all .3s ease;
}

.elementor-posts-container.elementor-has-item-ratio .elementor-post:hover .elementor-post__title a {
	color: var(--e-global-color-primary);
}

.elementor-menu-toggle {
	outline: none !important;
}

ul.elementor-nav-menu--dropdown a,
ul.elementor-nav-menu--dropdown a:focus,
ul.elementor-nav-menu--dropdown a:hover {
	border-left: 0 !important;
}

input::-webkit-input-placeholder {
	opacity: 1 !important;
}

input:-ms-input-placeholder {
	opacity: 1 !important;
}

input::placeholder {
	opacity: 1 !important;
}

input[type="text"].elementor-field {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.elementor-widget-text-editor .elementor-widget-container .elementor-text-editor > p:first-child,
.elementor-widget-text-editor .elementor-widget-container > p:first-child {
	margin-top: 0;
}

.elementor-widget-text-editor .elementor-widget-container .elementor-text-editor > p:last-child,
.elementor-widget-text-editor .elementor-widget-container > p:last-child {
	margin-bottom: 0;
}

/* Title */
.pixelplus-heading-icon-before .elementor-heading-title,
.pixelplus-heading-icon-after .elementor-heading-title {
	display: flex;
	align-items: flex-end;
}

.pixelplus-heading-icon-before .elementor-heading-title:before,
.pixelplus-heading-icon-after .elementor-heading-title:after {
	content: '';
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.pix-pagination-bullet {
	width: 10px;
	height: 10px;
	border: 1px solid var(--e-global-color-primary);
	background: #fff;
	opacity: 1;
	outline: none;
	border-radius: 50%;
	margin: 0 3px;
	cursor: pointer;
}

.pix-pagination-bullet-active {
	background: var(--e-global-color-primary);
}

.pixelplus-carousel-nav {
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9;
	outline: none;
	cursor: pointer;
}

.pixelplus-carousel-pagination {
	display: flex;
	justify-content: center;
	z-index: 2;
	margin-top: 10px;
}

.pixelplus-carousel-pagination-inside {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.elementor-field-group .elementor-select-wrapper:before {
	text-shadow: none;
}

.mini-account-links,
.pixelplus-search-form .elementor-search-form__submit,
.mini-account-icon,
.mini-cart,
.mini-cart-icon {
	display: flex;
	align-self: center;
	position: relative;
}

.mini-cart-icon {
	margin-right: 11px;
}

.mini-cart-text {
	align-self: center;
}

.mini-cart-icon span {
	position: absolute;
	top: -6px;
	right: -10px;
	font-weight: 600;
}

.pixelplus-socials-network {
    display: flex;
    flex-direction: column;
}

.pixelplus-socials-network a {
    display: flex;
    background: var(--main-color);
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
}

@media (max-width: 480px) {
	.pixelplus-socials-network {
	    display: flex;
	    flex-direction: row;
	    justify-content: stretch;
	}

	.pixelplus-socials-network a {
	    width: 100%;
	}
}

.dmsp-item {
    position: relative;
}

.dmsp-item-bg {
    border-radius: 10px;
    overflow: hidden;
}

.dmsp-item-bottom {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.dmsp-item-link {
	display: block;
    width: 43px;
    height: 43px;
    background: url(../../images/icon-circle-right.svg) center no-repeat;
}

.dmsp-item-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--e-global-color-primary);
}

/* .pixelplus-btn */
.pixelplus-btn {
	background: var(--e-global-color-secondary);
    color: #fff;
    border-radius: 0 10px;
    padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	display: flex;
	align-items: center;
}
	
.pixelplus-btn:after {
	content: '';
	display: block;
	width: 22px;
	height: 16px;
	background: url('../../images/arrow-right.svg') center no-repeat;
	margin-left: 10px;
}

/* Product Item */
.product-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-radius: 10px;
    box-shadow: 0 4px 25px rgb(0 0 0 / 10%);
    padding: 40px 20px;
    text-align: center;
	transition: all .3s ease;
}

.product-item:hover {
    background: var(--e-global-color-primary);
}

.product-item_title {
	font-size: 20px;
	font-weight: bold;
	color: var(--e-global-color-primary);
}

.product-item:hover .product-item_title,
.product-item:hover .product-item_excerpt {
	color: #fff;
}

.product-item_excerpt {
    margin: 15px 0 30px;
	color: #ABABAB;
}

a.product-item_thumb {
    width: 253px;
    height: 253px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F5F5;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 35px;
}

.btn-product-loadmore {
    text-align: center;
    margin-top: 80px;
	display: flex;
	justify-content: center;
}

.btn-product-loadmore a {
	text-transform: uppercase;
    color: var(--e-global-color-accent);
    display: flex;
    align-items: center;
}
	
.btn-product-loadmore a:after {
	content: '';
	display: block;
    width: 43px;
    height: 43px;
	margin-left: 20px;
    background: url(../../images/icon-circle-right.svg) center no-repeat;
}

/* ul.product-cats */
ul.product-cats {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
}

ul.product-cats li a {
    display: block;
    color: var(--e-global-color-primary);
    font-weight: bold;
    padding: 12px 20px;
    border-radius: 100px;
	background: #fff;
	white-space: nowrap;
}

ul.product-cats li:not(:first-child) {
    margin-left: 30px;
}

ul.product-cats li.current-cat a {
    background: var(--e-global-color-primary);
    color: #fff;
}

.product-cats-wrapper {
    overflow: auto hidden;
	margin: 20px 0;
	padding: 20px 0;
}

@media (max-width: 480px) {
	ul.product-cats {
		justify-content: flex-start;
	}

	.product-cats-wrapper {
		margin: 10px 0;
		padding: 10px 0;
	}

	ul.product-cats li a {
		font-size: 14px;
		padding: 10px 18px;
	}
}

/* ul.pixelplus-pagination-inner */
ul.pixelplus-pagination-inner {
    display: flex;
    list-style: none;
    margin: 40px 0;
    padding: 0;
    justify-content: center;
}

ul.pixelplus-pagination-inner li .page-link {
    color: #ABABAB;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
}

ul.pixelplus-pagination-inner li .page-link.current {
    background: var(--e-global-color-secondary);
    color: #fff;
}

.pixelplus-pagination {
    border-top: 1px solid rgb(51 85 51 / 10%);
    margin-top: 50px;
}

@media (max-width: 480px) {
	.pixelplus-pagination {
		margin-top: 30px;
	}

	ul.pixelplus-pagination-inner {
		margin: 20px 0;
	}
}

/* .pixelplus-product-gallery */
.pixelplus-product-gallery-top {
    background: #fff;
    border-radius: 20px;
}

.pixelplus-product-gallery-thumbs > .swiper {
    margin: 0 60px;
}

.gallery-item-slide a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    height: 0;
    position: relative;
    padding-bottom: 100%;
    border-radius: 20px;
}

.gallery-item-slide a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
}

.pixelplus-product-gallery-thumbs {
    margin-top: 25px;
	position: relative;
}

.pixelplus-product-gallery-thumbs .gallery-item-slide {
    width: 93px;
    height: 93px;
    object-fit: contain;
    background: #fff;
    padding: 5px;
    border-radius: 9px;
	cursor: pointer;
	opacity: 0.5;
}

.pixelplus-product-gallery-thumbs .swiper-slide-thumb-active {
    border: 1px solid #45B0E4;
    opacity: 1;
}

.pixelplus-product-gallery-thumbs .gallery-item-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.pixelplus-product-gallery-thumbs .pixelplus-navigation-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 34px;
    height: 34px;
    border-radius: 50%;
	cursor: pointer;
}

.pixelplus-product-gallery-thumbs .pixelplus-navigation-button-prev {
	left: 0;
	background: url(../../images/prev.svg) center no-repeat;
}

.pixelplus-product-gallery-thumbs .pixelplus-navigation-button-next {
	right: 0;
	background: url(../../images/next.svg) center no-repeat;
}

/* .post-cats */
.post-cats-wrapper {
    margin: 20px 0;
    padding: 20px 0;
    overflow: auto hidden;
}

ul.post-cats {
    margin: 0;
    list-style: none;
    display: flex;
    gap: 30px;
    justify-content: center;
}

ul.post-cats a {
    display: flex;
    background: #fff;
    border-radius: 100px;
    padding: 10px 20px;
    text-transform: uppercase;
    font-weight: 600;
    color: var(--e-global-color-text);
    white-space: nowrap;
	transition: all .3s ease;
}

ul.post-cats .current-cat a,
ul.post-cats a:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

@media (max-width: 480px) {
	ul.post-cats {
		justify-content: flex-start;
		gap: 20px;
	}

	.post-cats-wrapper {
		margin: 10px 0;
		padding: 10px 0;
	}

	ul.post-cats a {
		font-size: 14px;
	}
}

.post-item {
	overflow: hidden;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 20px rgb(0 0 0 / 7%);
}

.post-item-box {
    padding: 20px 25px;
}

.post-item_date {
    padding: 10px 0 15px;
    color: var(--e-global-color-secondary);
}

.post-item_title {
    color: var(--e-global-color-9ca9ed7);
    font-size: 20px;
    font-weight: bold;
}

a.post-item_thumb {
    position: relative;
    display: block;
    height: 0;
    padding-bottom: 56.25%;
}

a.post-item_thumb img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .recruitment-item */
.recruitment-item {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
	background: #F8F8F8;
    padding: 10px 15px;
    align-items: center;
	transition: all .3s ease;
}

.recruitment-item:hover {
    background: var(--e-global-color-primary);
    color: #fff;
}

.recruitment-item:not(:first-child) {
	margin-top: 20px;
}

a.recruitment-item_link {
    color: #fff;
    border-radius: 3px;
    background: var(--e-global-color-secondary);
    justify-self: center;
    padding: 6px 15px;
}

.recruitment-item_title {
    justify-self: start;
    padding-left: 50px;
}

.recruitment-item_title:before,
.recruitment-item_qty:before,
.recruitment-item_location:before,
.recruitment-item_date:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
}

.recruitment-item_title:before {
	background: url(../../images/bag.svg) center no-repeat;
}

.recruitment-item_qty:before {
	background: url(../../images/users.svg) center no-repeat;
}

.recruitment-item_location:before {
	background: url(../../images/location.svg) center no-repeat;
}

.recruitment-item_date:before {
	background: url(../../images/clock.svg) center no-repeat;
}

.recruitment-item:hover .recruitment-item_title:before {
	background: url(../../images/bag-white.svg) center no-repeat;
}

.recruitment-item:hover .recruitment-item_qty:before {
	background: url(../../images/users-white.svg) center no-repeat;
}

.recruitment-item:hover .recruitment-item_location:before {
	background: url(../../images/location-white.svg) center no-repeat;
}

.recruitment-item:hover .recruitment-item_date:before {
	background: url(../../images/clock-white.svg) center no-repeat;
}

@media (max-width: 480px) {
	.recruitment-item {
		grid-template-columns: 1fr;
		gap: 20px;
		text-align: left;
	}

	.recruitment-item_title {
		justify-self: start;
		padding-left: 0;
	}

	a.recruitment-item_link {
		justify-self: start;
	}
}