/*
Template Name       : M-Dev Store
Author Name         : Adams Pierre David
Author Email        : adamspierredavid@gmail.com
Theme URL 			: www.store.example / localhost/M_Dev_Store
Theme Version 		: 1.1
*/

/* General Styles */

body{
	font-size: 14px;
	line-height: 1.42857143;
	color: #333333;
	background: #f0f0f0;
	overflow-x: hidden;
}

/* Top Styles */
#top{
	background: #555555;
	padding: 10px 0;
}

#top .offer{
	color: #ffffff;
}

#top .offer .btn{
	text-transform: uppercase;
}

@media(max-width: 991px){
	#top.offer{
		margin-bottom: 10px;
	}
}

@media(max-width: 991px){
	#top{
		font-size: 12px;
		text-align: center;
	}
}

#top a{
	color: #ffffff;
}

#top ul.menu{
	padding-top: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	list-style: none;
}

@media(max-width: 991px){
	#top ul.menu{
		text-align: center;
	}
}

#top ul.menu > li{
	display: inline-block;
}

#top ul.menu > li a{
	color: #eeeeee;
}

#top ul.menu > li + li:before{
	content: "|\00a0";
	color: #f7f7f7;
	padding: 0 5px;
}