/* Make wrapper flex to place sidebar and content side by side */
html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}
body{
	background:#fff;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.elementor-background-overlay{
	background-color: transparent;
    background-image: linear-gradient(157deg, #D600FF 0%, #9D29F200 50%);
    opacity: 0.36;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}


footer{
    padding-top: 20px;
}
#footer{
    color: #FFFFFF;
    text-shadow: 0px 0px 10px #FFE14B;
    background-color: #271D01;
    color: white; 
    text-align: center; 
}
.site-main {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

#primary {
    height: 100%;
    -ms-flex-direction: column!important;
    flex-direction: column !important;
    display: flex !important
;
}




#header .elementor-element-populated:hover .elementor-heading-title{
    cursor: pointer;
    color: #FFD261;
}
.icon-link img{
    width: 50px ;
}

.footer-bg{
    background-color: rgba(0, 0, 0, 0.83);
}
.active-menu {
    color: #ff0000;
    font-weight: bold;
  }

.elementor-heading-title a.active {
   font-family: Arial, sans-serif;
  font-size: 18px;
  color: #ffffcc;
  text-shadow: 0 0 2px #fff, 0 0 5px #ffcc00, 0 0 10px #ff9900;
  letter-spacing: 2px;
  padding: 10px;
  display: inline-block;
}

/* Start custom CSS for html, class: .elementor-element-e6af6ee */
@-webkit-keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@-webkit-keyframes snowflakes-shake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    50% {
        -webkit-transform: translateX(80px);
        transform: translateX(80px)
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes snowflakes-fall {
    0% {
        top: -10%
    }

    100% {
        top: 100%
    }
}

@keyframes snowflakes-shake {
    0% {
        transform: translateX(0)
    }

    50% {
        transform: translateX(80px)
    }

    100% {
        transform: translateX(0)
    }
}

/* End custom CSS */

.remove-pd .elementor-widget-wrap.elementor-element-populated{
	padding:0px !important
}
.elementor-widget:not(:last-child) {
    margin-block-end: 5px !important;
}
.block-product {
	padding:10px
}
@media (max-width: 767px) {
	.grid-3-block .elementor-column-gap-default{
		  display: grid;
		  grid-template-columns: 1fr 1fr 1fr;
	}
	.elementor-element-d79d8e3 , .elementor-element-95e7b45 , .elementor-element-dd958e4{
		padding-top:10px
	}
}