/*
Theme Name: Martfury Child
Theme URI: http://demo2.drfuri.com/martfury-child
Author: DrFuri
Author URI: http://demo2.drfuri.com
Description: WooCommerce Marketplace WordPress Theme
Template: martfury
Version: 2.7.3
Requires at least: 5.0
Tested up to: 5.8.1
Requires PHP: 7.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury-child
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
*/



#announcement-bar-content {
		font-size:20px;
	font-family: Lucida Console, Arial, Tahoma, Serif;
	color: white;
  position: relative;
  animation: mymove 5s;
  animation-play-state: running;
}

@keyframes mymove {
  from {left: 10px;}
  to {left: 200px;}
}

#announcement-bar-content-background{

	background: linear-gradient(45deg, #6969FF, #C669FF);
	animation: hue-rotate 2s linear infinite alternate;

}

@keyframes hue-rotate {
	to { filter: hue-rotate(90deg); }
}

#woocommerce_my_account_page_select, .select{
    padding: 14px 16px;
    text-align: left;

}
