/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

#mob-cart i,
#mob-user i{
    color: #ffb100;
    font-size: 20px;
}

div#mob-user {
    position: absolute;
    right: 60px;
    width: auto;
    top: 27px;
	  z-index: 99;
}

div#mob-cart {
    position: absolute;
    right: 100px;
    width: auto;
    top: 18px;
	  z-index: 99;
}

.desk-cart{
	  position: absolute;
    right: 53px;
    width: auto !important;
    top: 62px;
    z-index: 99;
}
.desk-about {
    padding-right: 40px;
}
@media screen and (max-width: 1024px) {
	.tab-cart{
		position: absolute;
    right: 53px;
    width: auto !important;
    top: 42px;
    z-index: 99;
	}	
}


.uael-nav-menu-icon .fa-window-close:before {
    content: "\f410" !important;
}




/* shrinking header section */

.shrinker {
	background: transparent;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}

.shrinker.elementor-sticky--effects {
	background: transparent;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}


/***
* class: .logo
*/
header.shrinker .logo img {
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
header.shrinker.elementor-sticky--effects .logo img {
	transform: scale(.8);
}

/* shrinking menu */
/*
.shrinker.elementor-sticky--effects ul li a {
	font-size: 1.2rem!important;
	transition: all .2s linear!important;
	-webkit-transition: all .2s linear!important;
	-moz-transition: all .2s linear!important;
}
*/

/* Tablet Menu Shrinking */

@media screen and (max-width: 1024px) {
	/* shrinking background */
	
.shrinker.elementor-sticky--effects {
	background: transparent;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
	
	/* shrinking image */

.shrinker.elementor-sticky--effects img {
	transform: scale(.8)!important;
}
	
	/* shrinking menu */
/*
.shrinker.elementor-sticky--effects ul li a {
	font-size: 1.2rem!important;
}

/* shrinking button */
/*
.shrinker.elementor-sticky--effects .elementor-button {
	padding: 10px 32px!important;
}
}
	
/* Mobile Menu Shrinking */

@media screen and (max-width: 767px) {
	/* shrinking background */
	
.shrinker.elementor-sticky--effects {
	background: transparent;
	padding-top: 2px!important;
	padding-bottom: 2px!important;
	box-shadow: 0px 6px 30px -4px rgba(0,0,0,.05);
	-webkit-backdrop-filter: saturate(180%) blur(20px);
	backdrop-filter: saturate(180%) blur(20px);
}
	
	/* shrinking image */
/*
.shrinker.elementor-sticky--effects img {
	transform: scale(.8)!important;
}

/* End Of Shrinking Sticky Menu */