/* 
Theme Name:		 Hello Elementor Child
Theme URI:		 http://childtheme-generator.com/
Description:	 Hello Elementor Child is a child theme of Hello Elementor, created by ChildTheme-Generator.com
Author:			 Minimaxsol Team
Author URI:		 http://childtheme-generator.com/
Template:		 hello-elementor
Version:		 1.0.0
Text Domain:	 hello-elementor-child
*/


/*
    Add your custom styles here
*/
/* Disappearing Header Start */
.scrollingHeader{
    z-index: 10;
    transition:all 0.25s linear;
    left: 0;
}
.fixed{
     position: fixed;
    top: 0px;
    background:linear-gradient(101deg, #14293F 0%, #2D390E 100%);
    box-shadow: 0 0 10px rgba(66, 137, 215, 0.40);


}
.invisible{
    top: -80px;
}


/* Disappearing Header End */


.custom-sale-badge {
	padding: 5px;
	-webkit-border-radius: 100% !important; /* For Safari on iPhones */
	-moz-border-radius: 100% !important;   /* For older Firefox */
	border-radius: 100% !important;
	background: #E9BD84;
	width: 60px !important;

	/* Add a fallback for display smoothing on WebKit */
	-webkit-backface-visibility: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}

@media screen and (max-width: 767px) {
	.custom-sale-badge {
		padding: 3px;
		width: 40px !important;
	}
}
