.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-secondary);
}

.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;
}

.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    border: 1px solid var(--e-global-color-primary) !important;
    background: #fff !important;
    opacity: 1 !important;
    outline: none;
}

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

.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;
    position: absolute;
    z-index: 2;
}

.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;
}
