.elementor-widget.elementor-widget-axil-post-minimal, 
.elementor-widget.elementor-widget-axil-post-minimal .elementor-widget-container {
    height: 100%;
}
.axil-banner-sidebar::before{
  display: none;
}
.axil-rotate-90{
  transform: rotate(90deg);
}
.banner-home__with-post {
    padding-bottom: 0;
}

.plyr__poster {
    background-size: cover;
}

/* Update V 1.2.9 */
.brand-logo {
    max-height: inherit !important;
}
ins.adsbygoogle {
    background: transparent !important;
}


.axil-top-scroll.animated.bounce.faster {
	display: none;
}
.axil-top-scroll.animated.bounce.faster.back-top {
	display: block;
}


.live-update .axil-title.axil-title__mid:after {
    width: 25px;
    height: 25px;
	border: 4px solid red;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    border-radius: 100%;
  opacity: 1;
	animation: customOne 1.2s infinite;
}
.live-update .axil-title.axil-title__mid:before {
    width: 25px;
    height: 25px;
	background: red;
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    transform: translateY(-50%);
    border-radius: 100%;
  opacity: 1;
    animation: customOne 1s infinite;
	
}
.live-update .axil-title.axil-title__mid {
    position: relative;
    padding-left: 35px;
}

/*----------------------
    Animation Css  
-----------------------*/
@keyframes customOne {
  0% {
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
		opacity: 1;
  }
  
  100% {
    -webkit-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
		opacity: 0;
  }
}

.elementor-2387 .elementor-element.elementor-element-82b319f:not(.elementor-motion-effects-element-type-background), .elementor-2387 .elementor-element.elementor-element-82b319f>.elementor-motion-effects-container>.elementor-motion-effects-layer {
    background-color: #2b2b2b;
}

@media (max-width: 991px) {
.active-dark-mode .close-sidenav-wrap {
background: var(--grey-dark-five);
}
}

.elementor-section.elementor-section-boxed > .elementor-container {
    max-width: 1260px;
}






@media (max-width: 480px) {
    .woocommerce.has-sidebar ul.products li.product,
    .woocommerce.no-sidebar ul.products li.product,
    .woocommerce ul.products li.product {
        width: 100% !important;
    }
}