* {
	font-family: 'Ubuntu', sans-serif;
	outline: none !important;
}
a, a:focus { outline: none !important; }
body {
	background-color: #414141;
}
header {
	color: #fff;
	background-color: #003155 !important;
}
header .container_buttons .button_class_03 {
	margin-bottom: 6px;
	width: 140px;
}
header .container_buttons .button_class_03:first-child {
	margin-right: 15px;
}
.label {
	color: inherit !important;
	font-size: inherit !important;
	font-weight: normal !important;
	padding: 0;
}
.container_logo {
	padding-bottom: 6px;
}
h1 {
	font-size: 42px;
}
.icon-logo {
    display: inline-block;
    width: 300px;
    height: 130px;
	position: relative;
	z-index: 10;
}
.icon-bin {
    display: inline-block;
    width: 18px;
    height: 20px;
}
.icon-exclamation {
    display: inline-block;
    width: 21px;
    height: 21px;
}
.navbar-toggle {
	float: left;
	margin-right: 0;
	margin-left: 15px;
}
.navbar {
	position: absolute;
	margin-bottom: 0 !important;
	width: 100%;
}
.navbar-nav {
    margin: 0 -15px;
}
.navbar-collapse {
    position: absolute;
    top: 200px;
	width: 100%;
}
.navbar, .navbar-collapse {
	background: #003155;
	border: none;
}
.navbar-default .navbar-toggle {
	border: none !important;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
	background: none;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff;
}
.navbar-toggle .icon-bar {
    width: 30px;
    height: 3px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #003155;
    background-color: #e7e7e7;
}
.navbar-default .navbar-nav > li > a 		{ color: #fff; }
.navbar-default .navbar-nav > li > a:hover 	{ color: #ddd; }
.navbar-default .navbar-nav > li > a:active,
.navbar-default .navbar-nav > li > a:focus  { color: #bbb; }
.icon-logo {
	margin-top: 24px;
}
main {
	color: #003155;
	background: #fff url(../imgs/icons-svg/pattern-bg.svg) 50% 0;
	text-align: center;
	padding: 0 10px;
}
.menu_top, .menu_bottom {
	text-align: center;
}
.menu_top ul,
.menu_bottom ul {
	display: inline-block;
	margin: 0;
	list-style-type: none;
	padding: 0 !important;
}
.menu_top li,
.menu_bottom li {
	display: inline-block;
}
.menu_top li {
	border-right: 2px solid #003155;
    padding: 0 18px 0 15px;
}
.menu_top li:last-child {
	border-right: none;
}
.menu_top li.current-menu-item a {
	color: #ef3748 !important;
}
.menu_bottom li {
	border-right: 2px solid #fff;
    padding: 0 18px 0 15px;
}
.menu_bottom li:last-child {
	border-right: none;
}
.menu_bottom li.current-menu-item a {
	color: #a8abb2 !important;
}
.menu_bottom a {
	color: #fff;
}
.menu_bottom a:hover {
	color: #ddd;
}
.menu_top li a,
.menu_bottom li a {
	text-decoration: none;
}
main a {
	text-decoration: underline;
}
.container{
	max-width: 950px;
	text-align: left;
}
.page_title {
	padding: 10px 50px 0 50px;
	text-align: center;
}
footer {
	color: #fff;
}
footer .navbar-nav {
	margin: 6px 0;
}
footer .navbar-nav > li > a {
    padding-bottom: 0px;
    padding-top: 0px;
	color: #fff !important;
	border-right: 1px solid #fff;
	background-color: transparent !important;
}
footer .navbar-nav > li > a:hover {
	text-decoration: underline;
}
.footer_text_01 {
	color: #39a5b4;
	font-size: 20px;
	font-weight: 500;
}
.wrapper {
	padding: 0 50px;
}
footer .wrapper:nth-child(2) {
	padding-top: 20px;
	padding-bottom: 20px;
}
footer .wrapper .index_2 {
	margin-top: 25px;
}
.footer_text_03 {
	text-align: justify;
}
.status.wait {
	color: #dc7428;
	font-style: italic;
}
.status.success {
	color: #31a30d;
}
.status.error {
	color: #d00;
}
.status::after {
	content: ".";
	visibility: hidden;
}
::-webkit-input-placeholder { color:#777; font-style:italic; }
::-moz-placeholder 			{ color:#777; font-style:italic; }
:-ms-input-placeholder 		{ color:#777; font-style:italic; }
input:-moz-placeholder 		{ color:#777; font-style:italic; }

a {
	color: #39a5b4;
}
hr {
	border: 1px solid #003155;
	border-bottom: none;
}
a.disabled /* normally for buttons*/ {
	background-color: #ddd;
	transition-property: none !important;
	-webkit-transition-property: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	cursor: default;
}
.container_nicecheckbox .label {
	padding-left: 4px;
}
.woocommerce-message {
	/* actually not necessary because we use our own order-form */	
	display: none;
}
div.size td.width span,
div.size td.height span {
	display: none;
}
label.filepicker_js73msk5 {
	margin-bottom: 0 !important;
}
.ui-icon-blank {
	background: none !important;
}
/* begin of text styles */
.text_style_01 {
	font-size: 15px;
}
.text_style_02 {
	font-size: 20px;
	color: #ef3748 !important;
}
.text_style_03 {
	color: #39a5b4;
	font-size: 12px;
}
/* end of text styles */

/* begin of button classes */
.button_class_01,
.button_class_02 {
	display: inline-block;
	background-color: #ef3748;
	border: none;
	color: #fff !important;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none !important;
}
.button_class_02 {
	width: 400px;
	min-height: 70px;
	font-size: 24px;
	font-weight: 500;
	line-height: 48px;
	margin: 12px 50px;
}
.button_class_03 {
	display:inline-block;
	text-align: center;
	font-size: 22px;
	border-radius: 6px;
	padding: 5px;
	color: #fff !important;
	background-color: #C1C1C1;
	text-decoration: none !important;
}
.button_class_04 {
	display:inline-block;
	text-align: center;
	font-size: 14px;
	border-radius: 4px;
	padding: 2px 20px 4px;
	color: #fff !important;
	background-color: #69a3b3;
	text-decoration: none !important;
}
.button_blue {
	background-color: #39a5b4;
}
.button_red {
	background-color: #ef3748;
}
.button_none {
	background-color: transparent;
}
/* end of button classes */

/* begin of button effects */
/* begin of current button effect */
.button_effect_01 {
}
.button_effect_01:hover {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_hover.png);
}
.button_effect_01:active {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_active.png);
}
/* end of current button effect */
/* begin of current button effect */
.button_effect_02 {
}
.button_effect_02:hover {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_hover.png);
}
.button_effect_02:active {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_active.png);
}
/* end of current button effect */
/* end of button effects */

label.filepicker_js73msk5:hover {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_hover.png);
}
label.filepicker_js73msk5:active {
    background-image: url(/wp-content/themes/gearforsports/imgs/overlay_mouse_active.png);
}
.spacer {
	display: inline-block;
}
#wp-admin-bar-wp-logo {
	display: none;
}
@media (max-width:767px){
.icon-logo {
	transform: scale(0.8);
	margin-top: 0;
}
.slogan {
	margin-top: -15px;
}
footer .container_menu {
	display: none;
}
footer .wrapper .index_2 {
	margin-top: 0;
}
.footer_text_01,
.footer_text_02,
.footer_text_03 {
	margin-top: 15px;
}
.container_buttons {
	margin-top: 7px;
}
.menu_top, .menu_bottom {
	display: none;
}
.item_a > div:nth-child(2) {
	padding-bottom: 22px !important;
}
.item_a .status_1 {
	display: none;
}
.item_a .status_2 {
	display: inline-block;
}
}
@media (min-width:768px){
.navbar {
	display: none;
}
.container_buttons {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 140px;
}
.container_logo {
	padding-bottom: 12px;
}
.item_a .status_1 {
	display: inline-block;
}
.item_a .status_2 {
	display: none;
}
}
@media (max-width:619px){
.wrapper {
	padding: 0 20px;
}
.button_class_02 {
	margin: 20px 0;
	max-width: 100%;
}
h1 {
	font-size: 30px;
}
}
@media (max-width:425px){
div.size td {
	display: block;
}
div.size td .textbox_j2k9puf6 {
	display: inline-flex !important;
}
div.size td span {
    width: 70px;
    display: inline-block;
    text-align: right;
    padding-right: 8px;
}
div.size td.width {
	margin-top: 6px;
}
div.size td.width + td {
	display: none;
}
div.size td.height {
	margin-top: 6px;
}
div.size td.height + td {
	display: none;
}
div.size td.width span,
div.size td.height span {
	display: inline-block;
}
}
@media (max-width:359px){
.icon-logo {
	width: 100%;
	background-position: center;
}
header .container_buttons .button_class_03 {
	width: 40%;
}
header .container_buttons .button_class_03:first-child {
	margin-right: 5px;
}
}
