/**
Theme Name: sansar
Author: Santosh Singh
Author URI: http://teamindore.com
Description: Sansar 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, Sansar 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: sansar
Template: astra
*/


/* Header Back ground color */
.site-header .main-header-bar {
    background: rgba(0, 0, 0, 1.0);
}
/* Desktop Header Menu Link Color & Back ground color */
.main-header-menu .menu-item a {
color: #fff !important;
}

.main-header-menu a:hover {
color: #67daff !important;
}

.main-header-menu .menu-item.current-menu-item a {
	color: #67daff !important;
}

/**/
.woocommerce-MyAccount-navigation-link {
    background-color: #1c2f3c;
}

/*Desaktop Submenu background color */
.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link, .ast-desktop .main-header-menu.submenu-with-border .children .menu-link {
    background-color: #1c2f3c;
   }

.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale {
    color: #fff;
}
/* Pulse Effect on Button   */
.elementor-button {
box-shadow: 0 0 0 rgba(204,169,44, 0.4);
animation: pulse 2s infinite;
}
.elementor-button:hover {
animation: none;
}

@-webkit-keyframes pulse {
0% {
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
@keyframes pulse {
0% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
}
70% {
-moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
box-shadow: 0 0 0 10px rgba(204,169,44, 0);
}
100% {
-moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
box-shadow: 0 0 0 0 rgba(204,169,44, 0);
}
}
/**---------- */

#primary {
margin-top:0;
}








/* Sub menu for mobile screen */
.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children .sub-menu {
	background-color: #39586d;
}
	
/** ============ CSS FOR NEW CUSTOM HEADER Font size in above header bar */
.elementor-3795 .elementor-element.elementor-element-66dedf97 .elementor-icon-list-text {
    font-size: 12px !important;
}
.elementor-3795 .elementor-element.elementor-element-3ee7a138:not(.elementor-motion-effects-element-type-background), .elementor-3795 .elementor-element.elementor-element-3ee7a138 > .elementor-motion-effects-container > .elementor-motion-effects-layer {
    background-color: #0a0a0a !important;
}



/* Style for Small scale Mobile */
.ast-header-break-point .ast-header-custom-item, .ast-header-break-point .main-header-menu {
    background-color: #1c2f3c;
}