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

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