/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,500,600,700');

body {
	font-family: 'Nunito', sans-serif;
}
.full_menu {
	padding:15px 10px 0px 10px;
	background-color: #FFF; 
	color: #222;
	margin: -10px auto 0px;
	height: 40px;
}
.full_menu a, .full_menu a:visited {
	padding:25px 10px 0px;
	color: #222;
	font-size: 13px;

}
section#header {
    margin: 0;
    padding: 10px 0;
    background-color: #0083B4;
    border-radius: 5px 5px 0 0;
}
ul.top-nav>li>a {
    padding: 6px 10px;
    color: #fff;
    line-height: 20px;
    text-decoration: none;
}
#order-standard_cart .btn-checkout {
    padding: 10px!important;
}
