/*
Theme Name: Heinner Electrocasnice
Description:  Heinner Electrocasnice Child Theme
Version: 1.0.1
Author: ajaxmasters
Author URI: http://www.ajaxmasters.com
Template: enfold
*/


/*Add your own styles here:*/
/*#top .avia_cart_buttons .button {color: #002f6b;}*/
#top #header_meta {background-color: #002e6a;}
#top .avia_cart_buttons .button.show_details_button {color: #b3ab35;}
#top .avia_cart_buttons .show_details_button:hover {color: #fff;}
#top .avia_cart_buttons .show_details_button:after {background: #b3ab35;}

#top .woocommerce .widgettitle,
#top .alternate_color.title_container .main-title,
#top .alternate_color.title_container .main-title a,
#top .widget_product_categories li.current-cat > a,
#top .widget_product_categories li.cat-parent:hover:after,
#top div div.product .woocommerce-tabs ul.tabs li.active a,
#top .woocommerce.woocommerce-widget-layered-nav .widgettitle:hover {color: #b3ab35;}

#top .sidebar .woocommerce-product-search button {background: #b3ab35; color: #fff;}

#top .buttons .garantie { display: none; }
#top .buttons #manual { display: none; }


#top .pickup-return-banner {display: none;}
#top.categorie_produs_electrocasnice-mari #gar {display: block;}
#top.categorie_produs_electrocasnice-mici #prb {display: block;}

#top .meniu-concurs {
	background:#002e6b;
	border: none;
	padding: 30px 0;
}

#top .meniu-concurs li a { 
	background: none; 
	font-size:20px;
	border-left: none;
	padding: 0 50px;
	font-weight:700;
	color: #fff;
}
#top .meniu-concurs li a:hover { color:#e0aed9}

#top .meniu-concurs fieldset {margin-bottom:0px;}

#top.page-id-4160690 .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-default, 
#top.page-id-4160690 .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active:hover {
	border-radius:0px !important;
	line-height: auto;
}
#top.page-id-4160690 .ui-datepicker:not(.gform-legacy-datepicker) a.ui-state-active {background: #3498db;}
#top fieldset.bife { margin-bottom:0px;}
#top fieldset.bife label { font-weight:400;}


.responsive #top .concurs .container { max-width: 95%; padding-top:50px;}



@media only screen and (max-width: 767px) {
	.responsive #top .shop-banner {display:none}
	.responsive #top.archive .template-shop {padding-top:10px}
	#top .meniu-concurs li a { padding: 0 10px;}
	.responsive #top .concurs .content { padding-top: 20px; padding-bottom:0px}
}


.blob {
    transform: scale(1);
    animation: pulse 2s infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0.95);
    }

    70% {
        transform: scale(1);
    }

    100% {
        transform: scale(0.95);
    }
}