.woocommerce-variation-description {
	display: none;
}
.bdt-switcher-content-wrapper .button {
	top: unset !important;
	width: unset !important;
	height: unset !important;
}

.own-quantity.hide {
	display:none;
}

.e-loop-item.product label {
	line-height: unset !important;
}

.add_to_cart_button  {
	margin-left: 0 !important;
}

.quantity input {
	margin-right: 10px !important;
}

.bdt-scrollnav-fixed-yes {
	transform: none !important;
	transition: none !important;
}

.e-con:where(:not(.e-div-block-base)) {
	transform: none !important;
	transition: none !important;
}
.elementor.elementor-motion-effects-parent {
	perspective: none !important;
}

.bdt-scrollnav.scrollit {
	top: 30%;
}

/* login box responsive adjustment */
@media (max-width: 767px) {
	.login-box.header .elementor-icon-box-wrapper {
		margin-top: 10px;
	}
    .elementor-widget-icon-box.elementor-mobile-position-block-start .elementor-icon-box-wrapper {
        flex-direction: row !important;
    }
}