/*#region Colors  */
/*#endregion Colors */
/*#region Fonts */
/*#endregion Fonts*/
/*#region Sizes*/
/*#endregion Sizes*/
/*#region Mobile Dimensions*/
/*#endregion Mobile Dimensions*/
/*#region Mixins*/
/*#endregion Mixins*/

/*#region Global Styles*/

/*#region Global Element Styles*/

body {
  margin: 0;
  padding: 0;
}
ul li {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
div {
  padding-left: 0;
  padding-right: 0;
}
/*#region Global Header Styles*/

h1 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  margin-top: 0;
}
h2 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  margin-top: 0;
}
h3 {
  color: #555555;
  text-transform: uppercase;
  font: "proxima-nova-n3", "proxima-nova", sans-serif;
}
h4 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
/*#endregion Global Header Styles*/

p {
  font-family: "Arial", sans-serif;
  color: #555555;
  margin: 0px 0px 0px 0;
  position: relative;
  font-size: 16px;
}
a {
  color: black;
  font-weight: 500;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:hover {
  text-decoration: none;
  color: #0cb4bf;
}
a:hover h2,
a:hover h3 {
  color: #0cb4bf;
}
a h2,
a h3 {
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
a:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
input[type="text"],
input[type="password"],
textarea {
  color: black;
  font-weight: bold;
}
input[type="text"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999999;
  font-weight: 400;
}
iframe {
  width: 100%;
  height: 322px;
  border: 0;
  background: white;
  overflow: hidden;
}
iframe html {
  overflow: hidden;
}
.inner-content {
  padding-top: 20px;
}
/*#endregion Global Element Styles*/

/*#region Global Classes and IDs*/

html.wait,
html.wait * {
  cursor: wait !important;
}
#content {
  float: left;
  width: 100%;
  top: 0;
  margin-top: 70px;
}
#content.register-content {
  margin-top: 30px;
}
#content .login-reg-page {
  position: relative;
  z-index: 1;
  margin: 85px auto 20px auto;
  width: 100%;
}
#content .login-reg-page .register-button {
  display: block;
  margin-top: 20px;
  width: 100%;
}
#content .login-reg-page .register-button:after {
  display: none;
}
#content .login-reg-page a.register-btn {
  text-decoration: none !important;
}
#content .login-reg-page .login-reg-wrap {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  margin-left: 18%;
}
#content .login-reg-page .login-reg-wrap h1 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-weight: 600;
  color: black;
  margin-top: 0;
  font-size: 30px;
  margin-bottom: 10px;
  line-height: 1.1;
}
#content .login-reg-page .login-reg-wrap h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
}
#content .login-reg-page .login-reg-wrap label,
#content .login-reg-page .login-reg-wrap input,
#content .login-reg-page .login-reg-wrap a {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#content .login-reg-page .login-reg-wrap .inputs label {
  margin-top: 15px;
  font-size: 16px;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down label {
  display: block;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down select {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down select:nth-of-type(1) {
  margin-top: 15px;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down.dob select {
  display: inline-block;
  width: 30%;
  margin-left: 5px;
  margin-right: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down.dob select:first-child {
  margin-left: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.drop-down.dob select:last-child {
  margin-right: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-button label {
  display: block;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-button .gender {
  display: inline-block;
  width: 48%;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-button .gender label {
  display: inline-block;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons {
  border-bottom: 1px solid #879097;
  padding: 10px 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons.last {
  border-bottom: none;
  padding: 10px 0 0 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons label {
  display: inline-block;
  width: 38%;
  min-height: 75px;
  margin: 15px 10px 10px 0;
  overflow: hidden;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons .ratings-holder {
  width: 58%;
  display: inline-block;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons .ratings-holder .rating {
  display: inline-block;
  width: 18%;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-buttons .ratings-holder .rating label.forradio {
  display: block;
  margin: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns {
  border-bottom: 1px solid #879097;
  padding: 10px 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns.last {
  border-bottom: none;
  padding: 10px 0 0 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns label {
  display: block;
  width: 100%;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns .ratings-holder {
  width: 100%;
  display: inline-block;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns .ratings-holder .rating {
  display: inline-block;
  width: 18%;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns .ratings-holder .rating label.forradio {
  display: block;
  margin: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns .ratings-holder .rate {
  display: inline-block;
  width: 15%;
}
#content .login-reg-page .login-reg-wrap .inputs.radio-btns .ratings-holder .rate label.forradio {
  display: block;
  margin: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.text-field label {
  display: none;
}
#content .login-reg-page .login-reg-wrap .inputs.text-field input {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
#content .login-reg-page .login-reg-wrap .inputs.text-field input:nth-of-type(1) {
  margin-top: 15px;
}
#content .login-reg-page .login-reg-wrap .inputs.text-field .required {
  display: none;
}
#content .login-reg-page .login-reg-wrap .inputs.upload-field label {
  display: inline-block;
  width: 45%;
}
#content .login-reg-page .login-reg-wrap .inputs.upload-field input {
  display: inline-block;
  width: 45%;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  padding: 5px;
  font-size: 16px;
  margin: 0 0 15px 0;
}
#content .login-reg-page .login-reg-wrap .inputs.upload-field .required {
  display: none;
}
#content .login-reg-page .login-reg-wrap .inputs.reversed {
  display: table;
  width: 100%;
  margin: 0;
  padding: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.reversed span {
  display: table-cell;
  vertical-align: bottom;
  text-align: left;
  margin: 0;
  padding: 0;
}
#content .login-reg-page .login-reg-wrap .inputs.reversed span.forgot-password {
  text-align: right;
}
#content .login-reg-page .login-reg-wrap .inputs.reversed span.forgot-password a {
  text-decoration: underline;
}
#content .login-reg-page .login-reg-wrap .submit-button {
  width: 100%;
}
#content .login-reg-page .login-reg-wrap .submit-button input {
  width: 100%;
  border: none;
}
#content .login-reg-page .login-reg-wrap .space {
  margin: 0;
  padding: 0;
  height: 30px;
  width: 100%;
}
#content .login-reg-page .login-reg-wrap .field-validation-error {
  background-color: #ffb8b8;
  width: 100%;
  display: block;
  float: right;
  padding: 5px;
  margin-top: -15px;
  text-align: center;
}
#content .login-reg-page .login-reg-wrap .validation-summary-errors ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#content .login-reg-page .login-reg-wrap .validation-summary-errors ul li {
  background-color: #ffb8b8;
  padding: 10px;
}
#content .container.inner-content a:not(.question):not(.blue-huffy-button):not(pink-huffy-button):not(.accountBtn),
#content .container.inner-content a.underline-link:not(.question):not(.blue-huffy-button):not(pink-huffy-button):not(.accountBtn) {
  color: black;
  font-weight: 700;
  text-decoration: underline;
  font-size: 16px;
}
#content .container.inner-content a:not(.question):not(.blue-huffy-button):not(pink-huffy-button):not(.accountBtn):hover,
#content .container.inner-content a.underline-link:not(.question):not(.blue-huffy-button):not(pink-huffy-button):not(.accountBtn):hover {
  color: #0cb4bf;
}
#content .social-container {
  display: block;
  width: 100%;
  max-width: 1200px;
  height: 525px;
  margin: 20px auto 50px auto;
  overflow: hidden;
}
#content .social-container .tintup {
  height: 525px !important;
}
.content-container {
  float: left;
  width: 100%;
}
.make-bold {
  font-weight: bold;
}
.h1-center {
  text-align: center;
}
.triangle-right {
  width: 0;
  height: 0;
  display: inline-block;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #0cb4bf;
}
#support {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
/*#endregion Global Classes and IDs*/

/*#endregion*/

/*#region Huffy Buttons*/

.registration-result-page .blue-huffy-button {
  float: left;
  font-size: 20px;
  width: 200px;
}
.blue-huffy-button,
a.blue-huffy-button {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  background-color: #0cb4bf;
  padding: 10px;
  font-size: 30px;
  color: white;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 0;
  text-transform: uppercase !important;
  text-decoration: none !important;
}
.blue-huffy-button:after,
a.blue-huffy-button:after {
  content: "";
  display: none;
  background: url("/Content/img/button-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  right: 10px;
  top: 37%;
}
.blue-huffy-button:hover,
a.blue-huffy-button:hover {
  background-color: #10a2ac !important;
}
.blue-huffy-button:focus,
a.blue-huffy-button:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0;
  outline: none;
}
@media all and (max-width: 360px) {
  .blue-huffy-button,
  a.blue-huffy-button {
    font-size: 20px;
  }
}
.pink-huffy-button,
a.pink-huffy-button {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  background-color: #cc66b0;
  padding: 10px;
  font-size: 30px;
  color: white;
  font-weight: 400;
  text-align: center;
  cursor: pointer;
  position: relative;
  text-decoration: none !important;
}
.pink-huffy-button:after,
a.pink-huffy-button:after {
  content: "";
  display: block;
  background: url("/Content/img/button-icon.png") no-repeat;
  width: 20px;
  height: 20px;
  float: right;
  position: absolute;
  right: 10px;
  top: 37%;
}
.pink-huffy-button:hover,
a.pink-huffy-button:hover {
  background-color: #bd50f5;
}
@media all and (max-width: 360px) {
  .pink-huffy-button,
  a.pink-huffy-button {
    font-size: 20px;
  }
}
/*#endregion*/

/*#region Layout - Header / Navigation*/

header {
  width: 100% !important;
  height: 85px;
  float: left;
  position: fixed;
  z-index: 3;
}
header a {
  color: inherit;
}
nav {
  width: 50%;
  float: left;
}
#global-nav {
  background-color: #0cb4bf;
  background-color: rgba(12, 180, 191, 0.7);
  height: 70px;
  position: relative;
  width: 640px;
  float: right;
  -webkit-transition: background-color 1s linear;
  -moz-transition: background-color 1s linear;
  -o-transition: background-color 1s linear;
  transition: background-color 1s linear;
}
#global-nav .mobile-drop-down.open-mobile-drop-down {
  max-height: 1000px;
}
#global-nav .mobile-drop-down {
  display: none;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=1);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  z-index: 999;
  width: 280px;
  max-height: 0;
  visibility: visible;
  margin-bottom: -21px;
  margin-top: 10px;
  border-top: 1px solid rgba(94, 94, 94, 0.35);
  overflow: hidden;
  -webkit-transition: max-height 0.5s linear;
  -moz-transition: max-height 0.5s linear;
  -o-transition: max-height 0.5s linear;
  transition: max-height 0.5s linear;
}
#global-nav .mobile-item {
  display: none;
}
#global-nav .mobile-item a {
  color: #616161 !important;
  font-weight: 600;
}
#global-nav .mobile-item a:hover {
  color: #616161 !important;
}
#global-nav #navigation-icon {
  width: auto;
  height: 65%;
  right: 15px;
  position: absolute;
  top: 12px;
  left: auto;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
  opacity: 0.6;
  display: none;
}
#global-nav img {
  position: absolute;
  bottom: 11px;
  left: 25px;
  width: 190px;
}
#global-nav ul {
  position: absolute;
  top: 21px;
  width: 430px;
  right: 0;
  list-style: none;
  font-weight: 600;
}
#global-nav ul li {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 20px 10px 29px 10px;
  font-weight: 600;
  color: white;
  font-size: 22px;
  height: 17px;
  line-height: 0;
  position: relative;
}
#global-nav ul li img {
  bottom: -8px;
  left: 50%;
  margin-left: -9px;
  display: none;
  width: inherit;
}
#global-nav ul li a:hover {
  color: white;
}
#global-nav ul li:hover {
  background-color: black;
  padding-bottom: 10px;
  padding: 10px 10px 29px 10px;
  border-top: 10px solid black;
}
#global-nav ul li:hover .mobile-nav-down {
  display: none;
}
#global-nav ul li:hover img {
  display: block;
}
#global-nav ul li .rollover-nav-arrow {
  z-index: 4;
}
#global-nav ul li .nav-rollover.open-nav-rollover {
  max-height: 1000px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  top: 39px;
  z-index: 3;
}
#global-nav ul li .nav-rollover {
  position: absolute;
  width: 750px;
  left: -2px;
  top: 35px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  z-index: -1;
  cursor: default;
  -webkit-transition: max-height 0.6s linear;
  -moz-transition: max-height 0.6s linear;
  -o-transition: max-height 0.6s linear;
  transition: max-height 0.6s linear;
  border: 2px solid #879097;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#global-nav ul li .nav-rollover .nav-rollover-inner {
  width: 100% !important;
  padding: 20px;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
#global-nav ul li .nav-rollover div {
  width: 32.5%;
  display: inline-block;
  margin: 0 auto;
  vertical-align: top;
  cursor: pointer;
}
#global-nav ul li .nav-rollover div a:hover {
  color: #0cb4bf;
}
#global-nav ul li .nav-rollover div h2 {
  margin: 5px 0px 5px 0;
  font-size: 20px;
}
#global-nav ul li .nav-rollover div p {
  text-transform: none;
  line-height: 18px;
  font-size: 13px;
  font-weight: 300;
  font-family: "Arial", sans-serif;
  width: 200px;
}
#global-nav ul li .nav-rollover div:nth-last-of-type(1) {
  margin-right: 0;
}
#global-nav ul li .nav-rollover div img {
  display: block;
  position: relative;
  left: 10px;
  width: 100%;
  top: 0;
}
#global-nav ul li #about-nav-rollover div {
  width: 100%;
}
#global-nav ul li #about-nav-rollover div a {
  display: inline-block;
  height: 100%;
  width: 31.5%;
  margin: 0 3px;
}
#global-nav ul li #support-nav-rollover table td {
  padding-right: 15px;
}
#global-nav ul li #support-nav-rollover table img {
  padding: 5px;
}
#global-nav ul li #support-nav-rollover table ul {
  position: absolute;
  bottom: -10px;
  left: 12px;
}
#global-nav ul li #support-nav-rollover table ul li a {
  display: block;
  position: absolute;
  bottom: 0;
  z-index: 10;
  font-size: 14px;
  color: #555555 !important;
  font-family: "Arial", sans-serif;
  font-weight: 500;
}
#global-nav ul li #support-nav-rollover table ul li a:before {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  float: left;
  margin: 3px 6px 0 0;
  background: url(/Content/img/rollover-nav/support/bullet.png) no-repeat;
}
#global-nav ul li #support-nav-rollover table ul.contact li a {
  left: auto;
  right: 30px;
  width: 194px;
  font-weight: 700;
  color: #0cb4bf !important;
}
#global-nav ul li #support-nav-rollover a.sub-menu-link .sub-menu-details {
  display: block;
  width: 100%;
}
#global-nav ul li #support-nav-rollover a.sub-menu-link .sub-menu-details h3 {
  font-size: 20px;
  font-weight: 600;
  color: #0cb4bf;
  text-align: center;
}
#global-nav ul li #support-nav-rollover a.sub-menu-link .sub-menu-details p {
  width: 100%;
  margin-top: 50px;
  padding-right: 10px;
  padding-left: 10px;
}
#global-nav ul li #support-nav-rollover a.sub-menu-link .sub-menu-details:nth-of-type(1) {
  padding-left: 20px !important;
}
#global-nav ul li #support-nav-rollover a.sub-menu-link:hover .sub-menu-details h3 {
  text-decoration: underline;
}
#global-nav ul li #support-nav-rollover div ul {
  position: relative;
  top: inherit;
  width: 100%;
  margin-left: 0px !important;
  padding-left: 0;
}
#global-nav ul li #support-nav-rollover div ul li {
  color: #555555;
  display: block;
  padding: 0;
  line-height: 20px;
  margin-top: 0;
  height: inherit;
  font-size: 14px;
  font-weight: 500;
  font-family: "Arial", sans-serif;
}
#global-nav ul li #support-nav-rollover div ul li:hover {
  background-color: inherit;
  border-top: 0px solid white;
}
#global-nav ul li #support-nav-rollover div ul:not(.sub-menu-link) li:before {
  content: "";
  display: block;
  width: 9px;
  height: 12px;
  float: left;
  margin: 3px 6px 0 0;
  background: url(/Content/img/rollover-nav/support/bullet.png) no-repeat;
}
#global-nav ul li #support-nav-rollover #support-sub-menu {
  width: 100%;
  width: calc(100% + 40px);
  clear: both;
  margin-left: -20px;
  position: relative;
}
#global-nav ul li #support-nav-rollover #support-sub-menu .sub-menu-section {
  margin-right: 0px !important;
  float: left;
  width: 32%;
  width: calc(33.3333% - 4px);
}
#global-nav ul li #products-nav-rollover .accessories-link {
  position: absolute;
  bottom: 2px;
  right: 22px;
  font-size: 20px;
}
#global-nav ul li #products-nav-rollover .accessories-link a:hover {
  text-decoration: none;
  color: #0cb4bf;
}
#global-nav ul li #products-nav-rollover div {
  width: 16.6666667%;
  width: calc(16.6666667% - 5px);
}
#global-nav ul li #products-nav-rollover div ul {
  position: relative;
  left: 0;
  top: 10px;
  right: inherit;
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  width: 100%;
}
#global-nav ul li #products-nav-rollover div ul li {
  color: #879097;
  display: block;
  float: none;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  border-left: 0 solid #1c1c1c;
  text-transform: none;
  padding: 0 0 3px 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  cursor: pointer;
  margin-top: 0;
  height: auto;
  margin-bottom: 2px;
}
#global-nav ul li #products-nav-rollover div ul li:hover {
  background-color: inherit;
  border-top: 0px solid #1c1c1c;
}
#global-nav ul li #mobile-nav-click-area {
  display: none;
}
#secondary-nav {
  width: 50%;
  height: 70px;
  float: left;
  position: relative;
  background-color: white;
  z-index: 2;
}
#secondary-nav ul:not(.language-list) {
  position: absolute;
  top: 0;
  left: 0;
  height: 35px;
  width: 640px;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  text-align: right;
  font-size: 0;
}
#secondary-nav ul:not(.language-list) li {
  display: inline-block;
  margin: 0;
  padding: 0;
  font-size: 0;
  height: 100%;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
#secondary-nav ul:not(.language-list) li > * {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
#secondary-nav ul:not(.language-list)#header-top-links {
  background-color: #879097;
}
#secondary-nav ul:not(.language-list)#header-top-links li {
  width: 32.5%;
  color: white;
  background-color: #879097;
}
#secondary-nav ul:not(.language-list)#header-top-links li a {
  display: block;
  height: 100%;
  width: 100%;
  padding: 7px;
  text-align: center;
}
#secondary-nav ul:not(.language-list)#header-top-links li a:hover {
  color: #13e7f5;
}
#secondary-nav ul:not(.language-list)#header-bottom-links {
  top: 35px;
}
#secondary-nav ul:not(.language-list)#header-bottom-links li {
  vertical-align: top;
  padding-top: 9px;
  color: black;
  width: 24.5%;
}
#secondary-nav ul:not(.language-list)#header-bottom-links li a {
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  #secondary-nav ul:not(.language-list)#header-bottom-links li {
    width: 23%;
  }
}
#secondary-nav ul:not(.language-list)#header-bottom-links #header-link-account a {
  display: block;
  height: 100%;
  width: 100%;
  font-weight: 600;
}
#secondary-nav ul:not(.language-list)#header-bottom-links #header-link-search {
  padding: 5px 0;
}
#secondary-nav ul:not(.language-list)#header-bottom-links #header-link-search img {
  display: block;
  height: 100%;
  width: auto;
  margin: 0 auto;
  cursor: pointer;
}
#secondary-nav #view-cart {
  width: 149px;
  white-space: nowrap;
}
#secondary-nav #view-cart strong {
  background-color: #0cb4bf;
  color: white;
  width: 20px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  padding-left: 1px;
  padding-top: 1px;
  padding-right: 1px;
}
#secondary-nav #toolbar-shopping-cart-container {
  position: absolute;
  height: 0;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  margin-top: 8px;
  z-index: 999;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart {
  position: relative;
  background-color: white;
  border: 2px solid gray;
  top: 0;
  width: 300px;
  padding: 15px;
  padding-right: 15px !important;
  padding-left: 15px !important;
  height: 100%;
  overflow: scroll;
  overflow-x: hidden;
  border-bottom: 102px solid transparent;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product {
  border-bottom: 2px dotted gray;
  padding-bottom: 20px;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product img {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 15px;
  border-bottom: 5px solid #0cb4bf;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table {
  width: 100%;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table tr {
  padding: 10px 0px 10px 0;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table tr td:first-child {
  text-align: left;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table tr td:nth-child(2) {
  text-align: right;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table h3 {
  font-size: 18px;
  color: black;
  text-align: left;
  font-weight: 700;
  margin: 5px 0px 5px 0;
  padding: 0;
  white-space: normal;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart .product table h4 {
  text-transform: none;
  margin: 0;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart #mini-cart-subtotal {
  width: 100%;
  margin-top: 20px;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart #mini-cart-subtotal tr td h3 {
  font-size: 18px;
  color: black;
  text-align: left;
  font-weight: 700;
  margin: 5px 0px 5px 0;
  padding: 0;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart #mini-cart-subtotal tr td:first-child {
  text-align: left;
}
#secondary-nav #toolbar-shopping-cart-container #toolbar-shopping-cart #mini-cart-subtotal tr td:nth-child(2) {
  text-align: right;
}
#secondary-nav #toolbar-shopping-cart-container .blue-huffy-button {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 20px;
  text-transform: uppercase;
  bottom: 48px;
}
#secondary-nav #toolbar-shopping-cart-container .blue-huffy-button:after {
  top: 16px;
}
#secondary-nav #toolbar-shopping-cart-container .pink-huffy-button {
  position: absolute;
  width: 100%;
  left: 0;
  font-size: 20px;
  text-transform: uppercase;
  bottom: 0;
}
#secondary-nav #toolbar-shopping-cart-container .pink-huffy-button:after {
  top: 16px;
}
#secondary-nav #toolbar-shopping-cart-container.view-mini-cart.empty-cart {
  display: block;
  height: 90px;
}
#secondary-nav #toolbar-shopping-cart-container.empty-cart #toolbar-shopping-cart {
  border-bottom: 2px solid gray;
  overflow: hidden;
}
#secondary-nav #toolbar-shopping-cart-container.empty-cart .blue-huffy-button {
  display: none;
}
#secondary-nav #toolbar-shopping-cart-container.empty-cart .pink-huffy-button {
  display: none;
}
#secondary-nav #toolbar-shopping-cart-container.view-mini-cart {
  display: block;
  height: 500px;
}
#secondary-nav #country-selector {
  position: relative;
  padding-top: 3px;
}
#secondary-nav #country-selector #selected-language img,
#secondary-nav #country-selector #selected-language p {
  display: inline-block;
  vertical-align: top;
}
#secondary-nav #country-selector #selected-language img {
  height: 17px;
}
#secondary-nav #country-selector #selected-language::after {
  content: '';
  background: url(/Content/img/country-selector-dropdown.png) no-repeat center;
  display: inline-block;
  width: 20px;
  height: 20px;
  -moz-transition: transform linear 0.2s;
  -o-transition: transform linear 0.2s;
  -webkit-transition: transform linear 0.2s;
  transition: transform linear 0.2s;
}
#secondary-nav #country-selector ul#country-dropdown {
  position: absolute;
  background-color: white;
  width: 245px;
  top: 35px;
  right: 20px;
  left: inherit;
  height: 0;
  overflow: hidden;
  margin: 0;
  padding: 0;
  text-transform: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#secondary-nav #country-selector ul#country-dropdown > li {
  display: block;
  position: static;
  text-align: left;
  margin: 0;
  background-color: white;
  padding: 10px 20px;
  width: 100%;
  height: auto;
}
#secondary-nav #country-selector ul#country-dropdown > li a {
  display: block;
}
#secondary-nav #country-selector ul#country-dropdown > li#country-dropdown-title {
  padding-top: 20px;
}
#secondary-nav #country-selector ul#country-dropdown > li#country-dropdown-title p {
  text-transform: none;
}
#secondary-nav #country-selector ul#country-dropdown > li:last-of-type {
  padding-bottom: 20px;
}
#secondary-nav #country-selector ul#country-dropdown > li.country-list a {
  text-transform: none;
  text-align: left;
  text-decoration: underline;
  white-space: nowrap;
}
#secondary-nav #country-selector ul#country-dropdown > li.country-list a strong {
  white-space: nowrap;
}
#secondary-nav #country-selector ul#country-dropdown > li.country-list ul.language-list {
  display: block;
  width: 100%;
  margin: 0;
  padding: 0;
}
#secondary-nav #country-selector ul#country-dropdown > li.country-list ul.language-list li {
  display: block;
  margin: 5px 0;
  width: 100%;
}
#secondary-nav #country-selector ul#country-dropdown > li.country-list ul.language-list li:last-of-type {
  margin-bottom: 0;
}
#secondary-nav #country-selector ul#country-dropdown.open-country-selector {
  height: 63px;
}
#search-container {
  position: absolute;
  width: 640px;
  top: 70px;
  left: 0;
  margin-bottom: 0;
  text-align: right;
  height: 0;
  overflow: hidden;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  transition: all linear 0.2s;
}
#search-container .searchbox-wrapper {
  height: 100%;
  background: rgba(255, 255, 255, 0.65);
  padding: 5px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#search-container.open-search {
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  height: 52px;
}
.searchbox-wrapper div {
  height: 100% !important;
}
.searchbox-wrapper form.gsc-search-box {
  margin: 0;
  height: 100%;
}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-input table tbody tr td {
  vertical-align: top;
}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-input .gsst_a {
  padding-top: 8px;
  height: 13px;
}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-search-button {
  background: #0cb4bf;
  width: 15%;
  cursor: pointer;
  position: relative;
}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-search-button input.gsc-search-button {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  /* For IE8 and earlier */

}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-search-button span.gsc-search-label {
  color: white;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
.searchbox-wrapper form.gsc-search-box table.gsc-search-box tbody tr td.gsc-search-button:hover {
  background: #10a2ac;
}
.container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#left-white-header,
#right-white-header {
  background-color: white;
  height: 70px;
  position: relative;
}
#left-white-header {
  width: 100%;
  width: calc(100% - 640px);
  float: left;
}
#right-white-header {
  width: calc(100% - 480px);
  float: right;
}
/*#endregion*/

/*#region Layout - Footer*/

#footer-container {
  float: left;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 70px;
  margin: 0;
  z-index: 2 !important;
}
#footer-container footer {
  margin: 0 auto;
  position: relative;
}
#footer-container footer #site-map {
  color: black;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 100%;
  float: left;
  padding-left: 0;
  margin: 15px 0;
}
#footer-container footer #site-map h3 {
  text-align: left;
  width: 100%;
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 0;
}
#footer-container footer #site-map div ul {
  width: 100%;
  float: left;
  list-style: none;
  text-align: left;
  margin: 0;
  padding: 0;
  padding-right: 10px;
}
#footer-container footer #site-map #shop-links div {
  width: calc(30% - 5px);
  float: left;
  padding: 0;
  padding-left: 0px !important;
  padding-right: 0px !important;
}
#footer-container footer #site-map #shop-links div ul li:first-child {
  margin: 10px 0px 10px 0;
  font-weight: 600;
  font-size: 16px;
}
#footer-container footer #site-map #shop-links div ul li:first-child a {
  font-weight: 600;
  font-size: 16px;
}
#footer-container footer #site-map #about-support-links .about-support-links-group:nth-of-type(2) {
  margin-top: 20px;
  float: left;
}
#footer-container footer #site-map #about-support-links .about-support-links-group ul li {
  font-weight: 600;
}
#footer-container footer #site-map #about-support-links .about-support-links-group ul li:first-child {
  margin: 0px 0px 0px 0;
}
#footer-container footer #site-map #social-icons {
  width: 100%;
  height: 50px;
}
#footer-container footer #site-map #social-icons img {
  padding: 0px 10px 10px 10px;
}
#footer-container footer #site-map #social-icons img:nth-of-type(1) {
  padding-left: 0;
}
#footer-container footer #site-map #newsletter {
  text-align: center;
}
#footer-container footer #site-map #newsletter input {
  width: calc(100% - 170px);
  padding: 7px 7px 8px 7px;
  float: left;
}
#footer-container footer #site-map #newsletter img {
  position: absolute;
  right: 67px;
  top: 0;
}
#footer-container footer #site-map #newsletter ul {
  width: calc(100% - 67px);
}
#footer-container footer #site-map #newsletter ul li {
  font-weight: 600;
}
#footer-container footer #site-map #newsletter ul li:first-child {
  margin: 0px 0px 0px 0;
}
#footer-container footer #site-map #legal {
  text-align: left;
  float: left;
  margin-top: 20px;
}
#footer-container footer #site-map #legal strong {
  color: black;
}
#footer-container footer #site-map #legal p {
  line-height: 21px;
}
#footer-container footer #site-map #legal p a:after {
  content: '|';
  display: inline-block;
  text-align: center;
  width: 30px;
  color: black !important;
  text-decoration: none !important;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
#footer-container footer #site-map #legal p a:last-of-type:after {
  display: none;
}
#footer-container footer #site-map #retailer-finder {
  display: table;
  border-collapse: separate;
  border-spacing: 10px;
  width: auto;
  max-width: 55%;
  margin-top: 20px;
  clear: both;
}
#footer-container footer #site-map #retailer-finder a {
  display: table-cell;
  background-color: #555d63;
  width: 20%;
  padding: 7px;
  position: relative;
  vertical-align: middle;
  text-decoration: none !important;
  -webkit-transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
#footer-container footer #site-map #retailer-finder a > div h3 {
  text-align: center;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 4px !important;
  margin-bottom: 4px;
  color: white;
}
#footer-container footer #site-map #retailer-finder a:hover {
  background-color: #4a5055;
}
#footer-container footer #site-map #retailer-finder a.blue-btn {
  background-color: #3a778e;
}
#footer-container footer #site-map #retailer-finder a.blue-btn:hover {
  background-color: #33687c;
}
#footer-container footer #site-map #huffy-logo {
  width: 35%;
  float: right;
  text-align: center;
}
#footer-container footer #site-map #huffy-logo #secure-seal-container {
  display: inline-block;
  margin: 0 20px 0 0;
}
#footer-container footer #back-to-top {
  text-align: center;
  bottom: -20px;
  position: absolute;
  left: 50%;
  margin-left: -23px;
}
#footer-container footer #back-to-top img {
  cursor: pointer;
}
.HomePage-footer {
  background-color: white;
  position: relative;
  margin-bottom: 0px !important;
  height: auto !important;
  padding-bottom: 50px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  margin-top: -5px;
}
.HomePage-footer footer #gatorboard {
  margin-top: 20px;
}
.bottom-ornament {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
/*#endregion*/

/*#region Home Page*/

#homepage-content {
  position: relative;
  background-color: white;
  z-index: 2;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
#homepage-content h1 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  float: left;
  display: inline-block;
  padding-right: 10px;
  font-size: 40px;
  margin-top: 17px;
}
#homepage-content h2 {
  width: calc(100% - 150px);
  float: left;
  display: inline-block;
  color: #1c1c1c;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 36px;
  font-weight: 300;
}
#homepage-content p {
  font-size: 16px;
  padding-bottom: 20px;
  clear: both;
}
/*#endregion Home Page*/

/*#region About Huffy Page / History Page*/

#about-huffy {
  float: left;
  width: 100%;
  padding-top: 20px;
}
#about-huffy p {
  margin-top: 15px;
}
#about-huffy h1 {
  text-transform: uppercase;
  font-weight: 600;
}
/*#endregion About Huffy Page / History Page*/

/*#region Assembly Guide Page*/

#assembly-guide h2 {
  margin-top: 20px;
}
#assembly-guide h2#assembly-videos {
  padding-top: 80px;
  padding-bottom: 10px;
  border-bottom: 3px solid #0cb4bf;
}
#assembly-guide h2 span {
  font-weight: 400;
}
#assembly-guide h3 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
#assembly-guide h3 span {
  font-family: 'Trashhand', sans-serif;
  font-size: 30px;
  letter-spacing: 5px;
  color: #0cb4bf;
}
#assembly-guide h4 {
  position: relative;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 600;
}
#assembly-guide h4:after {
  content: "";
  display: block;
  background: url("/Content/img/support/assembly-guide/owners-manual-download.png") no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
#assembly-guide p {
  margin-top: 20px;
}
#assembly-guide #support-navigation {
  background-color: #879097;
  position: relative;
}
#assembly-guide #support-navigation #support-navigation-icon {
  display: none;
  width: 20px;
  opacity: 0.5;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#assembly-guide #support-navigation ul {
  width: 100%;
  list-style: none;
  padding: 5px 0px 5px 0;
  margin: 0;
  display: block;
  background-color: #879097;
}
#assembly-guide #support-navigation ul li {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  padding: 5px;
  font-weight: 800;
  color: white;
  font-size: 16px;
  border-left: 3px solid white;
  width: calc(20% - 5px);
  text-align: center;
}
#assembly-guide #support-navigation ul li:first-child {
  border-left: 0;
}
#assembly-guide #support-navigation ul li a {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif !important;
  color: white;
  font-weight: 700;
}
#assembly-guide #support-navigation ul li a:hover {
  color: #13e7f5;
}
#assembly-guide #support-navigation ul li:hover {
  color: #13e7f5;
}
#assembly-guide .owners-manual-section {
  padding-right: 20px !important;
  padding-left: 20px !important;
  padding: 20px;
}
#assembly-guide .owners-manual-section h3 {
  color: black;
  margin-top: 0;
}
#assembly-guide .owners-manual-section:nth-of-type(even) {
  background-color: #e6f7f8;
}
#assembly-guide .owners-manual-section p {
  margin-top: 10px;
  margin-bottom: 20px;
}
#assembly-guide .owners-manual-section p:nth-last-of-type(1) {
  margin-bottom: 0;
}
#assembly-guide .assembly-videos {
  margin-top: 20px;
  text-align: center;
  border-bottom: 3px solid #0cb4bf;
  padding-bottom: 20px;
}
#assembly-guide .assembly-videos iframe {
  margin: 0px 20px 20px 0;
  width: 44%;
}
/*#endregion*/

/*#region Find a Retailer Page*/

#find-a-retailer {
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-bottom: 30px;
}
#find-a-retailer .retailer-logos {
  float: left;
  width: 33.3333%;
}
#find-a-retailer .retailer-logos img {
  width: 70%;
  margin: 0 auto;
  max-width: 100%;
  padding: 15px 15px;
  display: block;
  height: auto !important;
}
/*#endregion*/

/*#region FAQ Page*/

#faqs {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
#faqs #expand-all,
#faqs #minimize-all {
  width: 200px;
  text-transform: uppercase;
  color: white;
  font-size: 20px;
}
#faqs #expand-all:after,
#faqs #minimize-all:after {
  display: none;
}
#faqs #expand-all a,
#faqs #minimize-all a {
  color: white;
}
#faqs #expand-all a:hover,
#faqs #minimize-all a:hover {
  color: white;
}
#faqs h4 {
  margin-top: 0;
}
#faqs #questions {
  padding-bottom: 20px;
}
#faqs #questions ul li,
#faqs #questions ol li {
  font-size: 16px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#faqs #questions ul li p,
#faqs #questions ol li p {
  font-size: 16px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#faqs #questions ul {
  list-style: none;
}
#faqs #questions ul li {
  position: relative;
  /*a {
                    font-family: @MainFont;
                    font-size: 18px;
                }*/

}
#faqs #questions ul li p {
  padding: 10px;
  display: none;
  margin-left: -10px;
  background-color: #ccf9fc;
  margin-left: -21px;
}
#faqs #questions ul li p:nth-last-of-type(1) {
  margin-bottom: 10px;
}
#faqs #questions ul li ol {
  display: none;
  background-color: #ccf9fc;
  margin-left: -21px;
}
#faqs #questions ul li img.rotate-question-arrow {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#faqs #questions ul li img {
  width: 13px;
  top: 8px;
  left: -18px;
  position: absolute;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#faqs ol li {
  color: #555555;
}
#faqs a.underline-link {
  text-decoration: underline;
}
#faqs .click-me {
  font-size: 12px;
  color: #1c1c1c;
}
/*#endregion*/

/*#region Warranty Page*/

#warranty {
  position: relative;
  margin-top: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
#warranty a {
  color: #0cb4bf;
  font-weight: 700;
  text-decoration: underline;
  white-space: nowrap;
}
#warranty ol li,
#warranty ul li {
  font-size: 16px;
  color: #555555;
  margin: 15px;
}
#warranty .warranty-section {
  position: relative;
}
#warranty .warranty-section .bookmark {
  height: 70px;
  width: 100%;
  position: absolute;
  top: -70px;
  z-index: -1;
}
/*#endregion*/

#cart {
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-bottom: 20px;
}
#cart .continue-btn {
  text-decoration: none !important;
  max-width: 400px;
}
#cart .continue-btn .blue-huffy-button {
  max-width: 400px;
}
#cart #checkout-process div.current-step {
  border-bottom: 8px solid #0cb4bf;
  color: #0cb4bf;
}
#cart #checkout-process div {
  display: inline-block;
  float: left;
  height: 105px;
  margin-right: 40px;
}
#cart #checkout-process div span {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  display: block;
}
#cart #checkout-process div span:nth-of-type(1) {
  float: left;
  font-size: 61px;
  padding-right: 6px;
}
#cart #checkout-process div span:nth-of-type(2) {
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 18px;
  line-height: 25px;
}
#cart #checkout-process div:nth-of-type(1),
#cart #checkout-process div:nth-of-type(3) {
  width: 150px;
}
#cart #checkout-process div:nth-of-type(2) {
  width: 150px;
}
#cart #checkout-process #continue-shopping {
  position: absolute;
  right: 0;
  display: block;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  color: #879097;
  bottom: 0;
  padding-right: 20px;
}
#cart #checkout-process #continue-shopping a {
  text-decoration: none !important;
}
#cart #checkout-process #continue-shopping img {
  position: absolute;
  right: 5px;
  top: 3px;
}
#cart #cart-items {
  float: left;
  width: 100%;
  padding-top: 50px;
}
#cart #cart-items .discount-code-container {
  float: right;
}
#cart #cart-items .discount-code-container .coupon-box {
  width: 41%;
  float: left;
  margin-top: 25px;
}
#cart #cart-items .discount-code-container .coupon-box input {
  width: 100%;
}
#cart #cart-items input[name=updatecart] {
  float: right;
  border: 0;
  width: 200px;
  font-size: 15px;
  text-transform: uppercase;
  margin-top: 20px;
}
#cart #cart-items table {
  border-collapse: collapse;
  width: 100%;
}
#cart #cart-items table thead {
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  border-bottom: 3px solid black;
  font-size: 20px;
  font-weight: 600;
}
#cart #cart-items table thead tr td {
  padding-bottom: 20px;
}
#cart #cart-items table tr {
  border-bottom: 2px dotted #879097;
}
#cart #cart-items table tr td {
  padding-top: 20px;
  padding-bottom: 30px;
  position: relative;
}
#cart #cart-items table tr td:first-child img {
  float: left;
  margin-right: 20px;
}
#cart #cart-items table tr td:first-child span {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#cart #cart-items table tr td:first-child span:nth-of-type(1) {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 20px;
  margin-top: 20px;
  display: block;
}
#cart #cart-items table tr td:first-child span:nth-of-type(2) {
  text-transform: none;
  font-size: 18px;
  font-weight: 300;
  margin-top: -5px;
}
#cart #cart-items table tr td:not(:first-child) {
  text-align: right;
}
#cart #cart-items table tr td:nth-child(2) {
  width: 150px;
}
#cart #cart-items table tr td:nth-child(2) input {
  width: 95px !important;
}
#cart #cart-items table tr td .remove-item {
  width: 75px;
  float: left;
  margin-top: 19px;
  text-align: center;
}
#cart #cart-items table tr:last-child {
  border-bottom: 2px solid black;
}
#cart #cart-items .mobile-label {
  display: none;
}
#cart #estimate-shipping,
#cart #estimate-tax {
  padding: 30px 0;
  width: 100%;
}
#cart #estimate-shipping div,
#cart #estimate-tax div {
  display: inline-block;
  vertical-align: top;
}
#cart #estimate-shipping div:first-of-type,
#cart #estimate-tax div:first-of-type {
  width: 49%;
  max-width: 500px;
  padding-right: 30px !important;
}
#cart #estimate-shipping div:first-of-type h2,
#cart #estimate-tax div:first-of-type h2 {
  font-size: 25px;
  font-weight: 400;
}
#cart #estimate-shipping div:first-of-type h4,
#cart #estimate-tax div:first-of-type h4 {
  color: #879097;
  font-size: 16px;
  font-weight: 300;
}
#cart #estimate-shipping div:last-of-type,
#cart #estimate-tax div:last-of-type {
  width: 46%;
  margin-right: 18px;
}
#cart #estimate-shipping div:last-of-type select,
#cart #estimate-tax div:last-of-type select {
  font-size: 16px;
  padding: 5px;
  margin-bottom: 10px;
  width: 200px;
}
#cart #estimate-shipping div:last-of-type select:nth-of-type(1),
#cart #estimate-tax div:last-of-type select:nth-of-type(1) {
  margin-right: -4px;
}
@media all and (device-width: 360px) and (orientation: portrait), all and (device-width: 400px) and (orientation: portrait), all and (device-width: 320px) and (orientation: portrait), all and (device-width: 375px) and (orientation: portrait), all and (device-width: 414px) and (orientation: portrait), all and (max-width: 600px) and (min-width: 500px) and (max-height: 960px) and (orientation: portrait), all and (max-width: 384px) and (min-width: 383px) and (max-height: 567px) and (orientation: portrait), all and (max-width: 412px) and (min-width: 411px) and (max-height: 659px) and (orientation: portrait), all and (max-width: 500px) {
  #cart #estimate-shipping div:last-of-type select,
  #cart #estimate-tax div:last-of-type select {
    width: 100% !important;
  }
}
#cart #estimate-shipping div:last-of-type .zip-input,
#cart #estimate-tax div:last-of-type .zip-input {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 70px;
  margin-left: 16px;
  padding: 3px;
  text-align: left;
}
#cart #estimate-shipping div:last-of-type .blue-huffy-button,
#cart #estimate-tax div:last-of-type .blue-huffy-button {
  font-size: 14px;
  text-transform: uppercase;
  width: 88%;
  margin: 0 auto;
  margin-top: 10px;
  float: none;
  border: 0;
}
#cart #estimate-shipping div:last-of-type .blue-huffy-button:after,
#cart #estimate-tax div:last-of-type .blue-huffy-button:after {
  top: 30%;
}
@media all and (device-width: 360px) and (orientation: portrait), all and (device-width: 400px) and (orientation: portrait), all and (device-width: 320px) and (orientation: portrait), all and (device-width: 375px) and (orientation: portrait), all and (device-width: 414px) and (orientation: portrait), all and (max-width: 600px) and (min-width: 500px) and (max-height: 960px) and (orientation: portrait), all and (max-width: 384px) and (min-width: 383px) and (max-height: 567px) and (orientation: portrait), all and (max-width: 412px) and (min-width: 411px) and (max-height: 659px) and (orientation: portrait), all and (max-width: 500px) {
  #cart #estimate-shipping div:last-of-type .blue-huffy-button,
  #cart #estimate-tax div:last-of-type .blue-huffy-button {
    width: 100% !important;
  }
}
@media all and (device-width: 360px) and (orientation: portrait), all and (device-width: 400px) and (orientation: portrait), all and (device-width: 320px) and (orientation: portrait), all and (device-width: 375px) and (orientation: portrait), all and (device-width: 414px) and (orientation: portrait), all and (max-width: 600px) and (min-width: 500px) and (max-height: 960px) and (orientation: portrait), all and (max-width: 384px) and (min-width: 383px) and (max-height: 567px) and (orientation: portrait), all and (max-width: 412px) and (min-width: 411px) and (max-height: 659px) and (orientation: portrait), all and (max-width: 500px) {
  #cart #estimate-shipping div,
  #cart #estimate-tax div {
    display: block;
    width: 100% !important;
  }
}
#cart #estimate-tax {
  border-top: 2px solid black;
}
#cart #totals {
  border-top: 2px solid black;
  border-bottom: 3px solid black;
  padding-top: 30px;
  padding-bottom: 30px;
}
#cart #totals table {
  width: 100%;
  text-align: left;
  font-size: 20px;
}
#cart #totals table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
#cart #totals table tr td:nth-of-type(1) {
  padding-left: 20px;
  text-transform: uppercase;
  font-weight: 600;
}
#cart #totals table tr td:nth-of-type(2) {
  color: #879097;
  width: 300px;
  text-align: right;
}
#cart #totals table tr:last-child {
  border-bottom: 0;
}
#cart #cart-options {
  float: left;
  padding-top: 20px;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
#cart #cart-options li {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  color: black;
}
#cart #cart-options li a {
  text-decoration: none !important;
  color: #0cb4bf;
}
#cart #cart-options li a:hover {
  text-decoration: underline !important;
}
#cart #checkout-button {
  float: right;
  width: 300px;
  margin-top: 20px;
  text-transform: uppercase;
  text-decoration: none !important;
}
#cart #checkout-button a,
#cart #checkout-button a:hover {
  color: white;
}
#guest-checkout {
  margin: 50px auto;
}
#guest-checkout #checkout-box {
  border-top: 1px solid #0cb4bf;
  display: table;
  min-height: 200px;
  width: 100%;
}
#guest-checkout #checkout-box .checkoutBox {
  display: table-cell;
  vertical-align: top;
  width: 50%;
  padding: 50px 20px 0 20px;
}
#guest-checkout #checkout-box .checkoutBox .page.login-reg-page.content-container {
  position: static;
  margin: 0;
  padding: 0;
  float: none;
}
#guest-checkout #checkout-box .checkoutBox .page.login-reg-page.content-container .login-reg-wrap.container.inner-content {
  margin: 0;
  padding: 0 !important;
  max-width: none;
}
#guest-checkout #checkout-box .checkoutBox p {
  margin: 0 0 10px 0;
  font-weight: 700;
}
#guest-checkout #checkout-box .checkoutBox a.login {
  display: block;
  width: 50%;
  margin: 10px 0;
  font-weight: 400;
}
#guest-checkout #checkout-box .checkoutBox label.login {
  display: none;
}
#guest-checkout #checkout-box .checkoutBox .buttons {
  margin-top: 45px;
  width: 100%;
}
#guest-checkout #checkout-box .checkoutBox .buttons a {
  display: block;
  width: 100%;
  margin: 20px auto;
  position: relative;
}
#guest-checkout #checkout-box .checkoutBox #remember-container label label {
  font-weight: 400;
}
#guest-checkout #checkout-box .checkoutBox:first-child {
  border-right: 1px solid #0cb4bf;
  padding-left: 0;
}
.text-link-button {
  color: #333333;
  background: none;
  margin: 0 !important;
  text-decoration: underline;
  width: auto !important;
}
.text-link-button:focus {
  outline: 0;
}
.inputs.drop-down.dob select {
  display: inline-block;
  width: 31%;
  margin-left: 1%;
  margin-right: 1%;
}
.inputs.drop-down.dob select:first-child {
  margin-left: 0;
}
.inputs.drop-down.dob select:last-child {
  margin-right: 0;
}
/*#region Payment Styles*/

#payment {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#payment #checkout-step-payment-info input:not(.blue-huffy-button) {
  width: 100% !important;
}
#payment #checkout-step-payment-info #CardholderName,
#payment #checkout-step-payment-info #CardNumber {
  width: 100% !important;
  margin-bottom: 10px;
}
#payment #checkout-step-payment-info #ExpireMonth,
#payment #checkout-step-payment-info #ExpireYear {
  width: 40% !important;
}
#payment p {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#payment h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 20px;
  color: black;
}
#payment input {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 200px;
  font-size: 15px;
  clear: both;
  display: block;
  margin-top: 10px;
  padding: 5px;
}
#payment input:nth-of-type(1) {
  margin-top: 0;
}
#payment > div {
  margin-top: 20px;
  border-bottom: 2px solid black;
  padding-bottom: 20px;
}
#payment #checkout-process {
  border-bottom: 0px solid #0cb4bf;
}
#payment #checkout-process div.current-step {
  border-bottom: 8px solid #0cb4bf;
  color: #0cb4bf;
}
#payment #checkout-process div {
  display: inline-block;
  float: left;
  height: 105px;
  margin-right: 40px;
}
#payment #checkout-process div span {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  display: block;
}
#payment #checkout-process div span:nth-of-type(1) {
  float: left;
  font-size: 61px;
  padding-right: 6px;
}
#payment #checkout-process div span:nth-of-type(2) {
  text-transform: uppercase;
  font-size: 20px;
  padding-top: 18px;
  line-height: 25px;
}
#payment #checkout-process div:nth-of-type(1),
#payment #checkout-process div:nth-of-type(3) {
  width: 150px;
}
#payment #checkout-process div:nth-of-type(2) {
  width: 150px;
}
#payment #checkout-process #continue-shopping {
  position: absolute;
  right: 0;
  display: block;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  color: #879097;
  bottom: 0;
  padding-right: 20px;
}
#payment #checkout-process #continue-shopping a {
  text-decoration: none !important;
}
#payment #checkout-process #continue-shopping img {
  position: absolute;
  right: 5px;
  top: 3px;
}
#payment #basic-information .pink-huffy-button {
  width: 200px;
  height: 45px;
  font-size: 18px;
  margin-bottom: 20px;
}
#payment #basic-information .pink-huffy-button:after {
  top: 33%;
}
#payment #shipping-method ul {
  width: 500px;
  margin: 0;
  padding: 0;
  list-style: none;
}
#payment #shipping-method ul li {
  padding: 5px;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
#payment #shipping-method ul li:first-child {
  padding-top: 0;
}
#payment #shipping-method ul li span {
  position: absolute;
  right: 0;
  font-weight: 700;
  background-color: white;
  padding-left: 10px;
}
#payment #payment-method {
  border-bottom: 3px solid black;
}
#payment #payment-method #payment-details {
  margin-top: 20px;
}
#payment #payment-method #payment-details div:nth-of-type(1) {
  float: left;
}
#payment #payment-method #payment-details div:nth-of-type(2) {
  float: left;
}
#payment #payment-method #payment-details div:nth-of-type(2) input {
  margin-left: 20px;
}
#payment #payment-method #payment-details div:nth-of-type(3) {
  float: left;
  width: 184px;
  height: 82px;
  padding-top: 28px;
  text-align: center;
  font-weight: 700;
  color: black;
}
#payment #payment-method #payment-details div:nth-of-type(4) {
  float: right;
  width: 200px;
  background: url(/Content/img/payment/paypal.jpg) no-repeat center;
  height: 82px;
  border: 1px solid #879097;
}
#payment #cart-options {
  float: left;
  padding-top: 20px;
  margin-left: 0;
  list-style: none;
  padding-left: 0;
}
#payment #cart-options li {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  color: black;
}
#payment #checkout-button {
  float: right;
  width: 300px;
  margin-top: 20px;
  text-transform: uppercase;
  border: 0;
  padding-bottom: 7px;
}
#payment .checkout-data {
  float: left;
  width: 100%;
  border-bottom: 0;
}
#payment .checkout-data select,
#payment .checkout-data .selected-info {
  width: 100%;
  font-size: 18px;
  padding: 5px;
  margin-bottom: 10px;
}
#payment .checkout-data .selected-info {
  margin-top: 19px;
}
#payment .checkout-data #checkout-steps {
  list-style: none;
  float: left;
  padding-left: 0;
}
#payment .checkout-data #checkout-steps li {
  min-height: 150px;
  float: left;
  display: block;
  border-bottom: 2px solid black;
  margin-bottom: 25px;
  width: 100%;
}
#payment .checkout-data #checkout-steps .buttons {
  text-align: center;
}
#payment .checkout-data .shipping-method .method-list {
  margin: 0;
  padding: 0;
}
#payment .checkout-data .shipping-method .method-list li {
  height: auto;
  min-height: inherit !important;
  padding-bottom: 10px;
  border-bottom: 0px solid black !important;
  margin-bottom: 0px !important;
}
#payment .checkout-data .shipping-method .method-list li input[type=radio] {
  width: 50px;
  float: left;
}
#payment .checkout-data .back-link {
  display: inline-block;
  float: left !important;
  width: 100px;
  color: white !important;
  text-align: center;
}
#payment .checkout-data .back-link a,
#payment .checkout-data .back-link a:hover {
  color: white !important;
}
#payment .checkout-data .back-link:after {
  display: none;
}
#payment .checkout-data .blue-huffy-button {
  float: right;
  border: 0;
  margin: 20px 0 20px 0;
  text-transform: uppercase;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  clear: none;
  padding-top: 10px;
  padding-bottom: 10px;
}
#payment .checkout-data .blue-huffy-button:hover {
  background: #879097;
}
#payment #edit-address-inputs .row {
  padding-top: 10px;
}
#payment #edit-address-inputs div {
  margin-right: 0;
  margin-left: 0;
}
#payment #edit-address-inputs div input,
#payment #edit-address-inputs div select {
  width: calc(100% - 10px);
  float: right;
}
#payment #edit-address-inputs div h3 {
  margin-top: 9px;
}
#payment #edit-address-inputs div .required {
  top: 0;
  position: absolute;
}
#payment #edit-address-inputs div.numbers-only-msg {
  margin: 40px 0 0 10px;
}
#payment #edit-address-inputs div.numbers-only-msg p {
  font-size: 12px;
  float: left;
}
#payment .field-validation-error {
  background-color: #ffb8b8;
  width: calc(100% - 10px);
  display: block;
  float: right;
  padding: 5px;
  margin-top: 0px;
  text-align: center;
}
#payment .shipping-method .message-error {
  padding: 10px;
}
#payment .message-error {
  background-color: #ffb8b8;
  display: block;
  width: 100%;
  height: 100%;
  float: left;
  padding-left: 10px !important;
  padding-right: 10px !important;
}
#payment .message-error ul {
  padding: 0;
  margin: 0;
}
#payment .message-error ul li {
  border-bottom: 0px solid black !important;
  height: auto;
  margin-bottom: 0px !important;
  min-height: inherit !important;
}
#payment .order-review-data {
  width: 100%;
  float: left;
}
#payment .order-review-data ul {
  margin: 0;
  padding: 0;
  width: 50%;
}
#payment .order-review-data ul li {
  height: auto;
  min-height: inherit !important;
  border-bottom: 0px !important;
  margin-bottom: 0px !important;
}
#payment .order-review-data .billing-info {
  float: left;
}
#payment .order-review-data .shipping-info {
  float: right;
}
#payment .order-review-data .title {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#payment .order-summary-body #cart {
  margin-top: 0;
}
#payment .order-summary-body #cart-options {
  border-bottom: 0;
}
#payment #cart #cart-options li {
  font-size: 18px;
  text-transform: uppercase;
  display: inline-block;
  padding-right: 20px;
  color: black;
  min-height: inherit;
  float: left;
  width: auto;
  border-bottom: 0;
}
#payment #opc-confirm_order {
  border-bottom: 0px !important;
}
#payment #checkout-step-confirm-order {
  float: left;
}
#payment #confirm-order-buttons-container {
  z-index: 999;
}
#payment #confirm-order-buttons-container .blue-huffy-button {
  bottom: 30px;
  right: 15px;
  z-index: 999;
}
#payment #confirm-order-buttons-container .blue-huffy-button:hover {
  background: #879097;
}
/*#endregion*/

/*#region My Account | Customer Info | Account Address Edit | Account Navigation*/

#account-info {
  margin-top: 85px;
}
#account-info h3 {
  margin-top: 0;
}
#account-info .container {
  max-width: 817px;
}
#account-info .col-xs-10 {
  width: 100% !important;
}
#account-info .row {
  max-width: 100% !important;
  margin-right: 0px !important;
  margin-left: 0px !important;
}
#account-info .blue-huffy-button {
  font-size: 20px;
  text-transform: uppercase;
}
#account-info .field-validation-error {
  margin-top: -15px;
  display: block;
  padding: 5px;
  font-size: 16px;
  background-color: #f7c9c9;
}
.account-page {
  font-size: 18px;
}
.account-page .gender-buttons label {
  float: left;
  padding: 5px;
}
.account-page .gender-buttons .male {
  float: left;
}
.account-page .gender-buttons .male input {
  margin: 10px;
  float: right;
  width: 30px;
  position: relative;
}
.account-page .gender-buttons .female {
  float: left;
}
.account-page .gender-buttons .female input {
  margin: 10px;
  float: right;
  width: 30px;
  position: relative;
}
.account-page .required {
  float: left;
}
.account-page div:nth-of-type(1) {
  padding-left: 0px !important;
}
.account-page div input {
  width: 10%;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
.account-page div input:nth-of-type(1) {
  margin-top: 15px;
}
.account-page div select,
.account-page div textarea {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  width: 100%;
  padding: 5px;
  font-size: 16px;
  margin: 15px 0;
}
.account-page div textarea {
  height: 200px;
  resize: none;
}
.account-page div hr {
  border-top: 1px solid #555555;
}
.account-page p {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 18px;
}
#account-navigation #account-nav-icon {
  display: none;
  height: 20px;
  opacity: 0.8;
  cursor: pointer;
  float: right;
  margin: 10px;
}
#account-navigation .listbox {
  background-color: #879097;
  max-width: 842px;
  margin: 20px auto;
}
#account-navigation .listbox .list {
  padding: 10px;
  margin: 0;
  text-align: center;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
#account-navigation .listbox .list li {
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  display: inline-block;
  border-right: 2px solid white;
  padding-left: 12px;
  padding-right: 15px;
  font-size: 18px;
  position: relative;
}
#account-navigation .listbox .list li:last-child {
  border-right: 0;
}
#account-navigation .listbox .list li a {
  color: white;
}
#account-navigation .listbox .list li a:hover,
#account-navigation .listbox .list li a:focus {
  color: #13e7f5;
}
.order-details-page {
  font-size: 16px;
}
.order-details-page h3 {
  padding-top: 20px;
}
.order-details-page .page-title a {
  padding: 0 10px;
}
.order-details-page .a-right,
.order-details-page .a-center,
.order-details-page .order-overview,
.order-details-page .order-details,
.order-details-page .total-info,
.order-details-page .cart-total,
.order-details-page .cart-total-left,
.order-details-page .cart-total-right,
.order-details-page .order-details-area {
  padding: 10px;
}
.order-details-page ul li {
  padding: 5px 5px;
}
.order-details-page .shipping-info {
  margin-bottom: 60px;
}
.order-details-page .repost {
  text-decoration: none;
  list-style-type: none;
}
.order-details-page .account-back-button {
  padding: 10px 10px;
  background-color: #0cb4bf;
  width: 300px;
  text-align: center;
}
.order-details-page .account-back-button a {
  font-size: 18px;
  padding: 20px;
  color: white;
}
.order-details-page .account-back-button a:hover {
  color: white;
}
.order-details-page .blue-order-button {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  background-color: #0cb4bf;
  padding: 10px;
  color: white;
  text-align: center;
  cursor: pointer;
  position: relative;
}
.order-details-page .blue-huffy-button {
  clear: both;
  padding: 10px !important;
  margin: 10px 0px 10px 0;
  display: block;
  width: 300px;
}
.order-details-page .blue-huffy-button:after {
  display: none;
}
.order-details-page .blue-huffy-button:hover {
  color: white;
}
.order-details-page .blue-huffy-button a:hover {
  color: white;
}
/*#endregion*/

/*#region Bootstrap Modal Override Styles*/

#retailers .modal-header,
#birthdateModal .modal-header {
  border-bottom: 0px solid #e5e5e5;
}
#retailers .modal-content,
#birthdateModal .modal-content {
  padding-left: 15px !important;
  padding-right: 15px !important;
  border-radius: 0;
  border-bottom: 0px solid #e5e5e5;
}
#retailers ul,
#birthdateModal ul {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  padding: 10px 0px 10px 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
#retailers ul li,
#birthdateModal ul li {
  height: 43px;
  padding-top: 11px;
  border-bottom: 2px dotted #879097;
  text-transform: uppercase;
}
#retailers ul li:first-child,
#birthdateModal ul li:first-child {
  border-top: 2px dotted #879097;
}
#retailers ul li span,
#birthdateModal ul li span {
  float: right;
  font-weight: bold;
  padding-right: 20px;
}
#retailers ul li .blue-huffy-button,
#birthdateModal ul li .blue-huffy-button {
  font-size: 13px;
  width: 132px;
  height: 30px;
  float: right;
  padding-left: 13px !important;
  padding: 6px;
  text-align: left;
  margin-top: -6px;
  text-transform: none;
}
#retailers ul li .blue-huffy-button:after,
#birthdateModal ul li .blue-huffy-button:after {
  right: -2px;
  top: 24%;
}
#only-from-huffy {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-bottom: 20px;
}
#only-from-huffy .exclusive-section.text-center {
  text-align: center;
}
#only-from-huffy .exclusive-section {
  padding: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#only-from-huffy .exclusive-section:nth-of-type(1) {
  margin-top: 20px;
}
#only-from-huffy .exclusive-section:nth-of-type(2) h3 {
  margin-top: 10px;
}
#only-from-huffy .exclusive-section h3 {
  margin-top: 0;
  text-align: left;
}
#only-from-huffy .exclusive-section:nth-of-type(odd) {
  background-color: #e6f7f8;
}
#only-from-huffy .exclusive-section p {
  padding: 10px;
  padding-left: 0;
  text-align: left;
}
#only-from-huffy .exclusive-section ul {
  text-align: left;
}
#only-from-huffy .exclusive-section ul li {
  font-size: 18px;
}
#only-from-huffy .exclusive-section .exclusive-section-content {
  width: calc(100% - 224px);
  text-align: left;
  float: right;
  margin-top: 17px;
}
/*#endregion*/

/*#region Search Page*/

#search-results {
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-bottom: 20px;
}
#search-results .gsc-selected-option-container {
  width: auto !important;
}
/*#endregion*/

/*#region Find Your Ride Page*/

#find-your-ride {
  font-size: 16px;
  font-family: "proxima-nova", sans-serif;
  font-style: normal;
  font-weight: 400;
  background: url("/Content/img/bike-finder/bgSky.jpg") center center no-repeat fixed !important;
  min-height: 900px;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}
#find-your-ride #loadingNextQuestion {
  width: 150px;
  bottom: 0;
  position: absolute;
  left: 50%;
  margin-left: -79px;
  display: none;
}
#find-your-ride h3 {
  text-transform: none;
  text-align: center;
  font-size: 22px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 16px;
  margin: 16px 15px 10px;
}
#find-your-ride #bike-finder-questions {
  position: absolute;
  left: 50%;
  width: 767px;
  margin-left: -400px;
  height: 100%;
  overflow: hidden;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner {
  height: 100%;
  width: 100%;
  width: calc(100% + 23px);
  overflow: auto;
  padding-bottom: 50px;
  position: relative;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question h2,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story h2 {
  text-align: center;
  font-size: 20px;
  margin-top: 53px;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question ul,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story ul {
  margin: 0;
  padding: 0;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question ul li,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story ul li {
  font-family: Arial, sans-serif;
  cursor: pointer;
  display: block;
  max-width: 600px;
  margin: 1em auto;
  padding: 0.25em 1em;
  text-decoration: none;
  color: #555555;
  background: white;
  border: 1px solid #6ed1c7;
  text-align: center;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question ul li.start-over,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story ul li.start-over {
  font-weight: bold;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question ul li:hover,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story ul li:hover {
  color: white;
  background: #0cb4bf;
  border: 1px solid #0cb4bf;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes {
  height: 300px;
  overflow: hidden;
  text-align: center;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes .bikeOptions a .column,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes .bikeOptions a .column {
  float: left;
  min-height: 300px;
  width: 25%;
  padding: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-transform: uppercase;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes .bikeOptions a .column img,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes .bikeOptions a .column img {
  max-width: 100%;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes .bikeOptions a .column h5,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes .bikeOptions a .column h5 {
  font-size: 16px;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes .bikeOptions a .column p,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes .bikeOptions a .column p {
  display: none;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .suggestedBikes .bikeOptions a:nth-of-type(5),
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .suggestedBikes .bikeOptions a:nth-of-type(5) {
  display: none !important;
}
#find-your-ride #bike-finder-questions #bike-finder-questions-inner .question .storyDottedLine,
#find-your-ride #bike-finder-questions #bike-finder-questions-inner #full-story .storyDottedLine {
  left: 50%;
  width: 10px;
  height: 100%;
  position: absolute;
  background: url(/Content/img/bike-finder/imgDottedLine.png) repeat;
}
@media only screen and (max-device-width: 1280px) {
  #find-your-ride #bike-finder-questions #bike-finder-questions-inner {
    width: 100%;
  }
}
/*#endregion*/

/*#region Make Fun Safe Pages*/

#make-fun-safe #safety-tips-nav {
  padding-top: 20px;
}
#make-fun-safe #safety-tips-nav div {
  padding: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
}
#make-fun-safe #safety-tips-nav div img {
  width: 100%;
}
#make-fun-safe #safety-tips-nav div p {
  padding-top: 20px;
  text-align: center;
}
#make-fun-safe #safety-tips-nav div .blue-huffy-button {
  font-size: 20px;
  width: 100%;
  max-width: none;
}
#make-fun-safe #safety-tips-nav div .blue-huffy-button:after {
  display: none;
}
#safety-tips p,
#teach-your-child p {
  padding: 10px 0px 10px 0;
}
#safety-tips .steps-container,
#teach-your-child .steps-container {
  padding-top: 20px;
}
#safety-tips .steps-container ul,
#teach-your-child .steps-container ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#safety-tips .steps-container ul li,
#teach-your-child .steps-container ul li {
  padding-bottom: 20px;
  margin-bottom: 20px;
  float: left;
  position: relative;
}
#safety-tips .steps-container ul li > h2,
#teach-your-child .steps-container ul li > h2 {
  font-size: 70px;
  padding-right: 20px;
  display: inline-block;
  position: absolute;
  top: 0;
}
#safety-tips .steps-container ul li img,
#teach-your-child .steps-container ul li img {
  float: left;
  padding-right: 20px;
  padding-bottom: 20px;
  width: 120px;
  height: auto;
}
#safety-tips .steps-container ul li .step-details,
#teach-your-child .steps-container ul li .step-details {
  padding-left: 20px;
  float: right;
  width: calc(100% - 110px);
  display: inline-block;
}
#safety-tips .steps-container ul li .step-details > h2,
#teach-your-child .steps-container ul li .step-details > h2 {
  font-size: 22px;
}
#safety-tips #safety-tips-list ul li > h2 {
  color: #0cb4bf;
}
#safety-tips #safety-tips-list ul li .step-details > h2 {
  color: #0cb4bf;
}
#safety-tips .cheat-sheet {
  width: 100%;
}
#teach-your-child #teach-your-child-steps ul li > h2 {
  color: #f3a600;
}
#teach-your-child #teach-your-child-steps ul li .step-details > h2 {
  color: #f3a600;
}
/*#endregion*/

/*#region Password Recovery Page*/

#passwordRecovery {
  margin: 50px auto;
}
#passwordRecovery .fieldset .form-fields .inputs {
  padding: 30px 0 0 0;
  position: relative;
}
#passwordRecovery .fieldset .form-fields .inputs label {
  margin: 0 10px 5px 0;
}
#passwordRecovery .fieldset .form-fields .inputs input.email {
  width: 250px;
}
#passwordRecovery .fieldset .form-fields .inputs .field-validation-error {
  position: absolute;
  top: 0;
  left: 150px;
  font-weight: 700;
  color: red;
}
#passwordRecovery .buttons {
  margin: 20px 0 0 0;
}
#passwordRecovery .buttons .password-recovery-button {
  min-width: 400px;
}
/*#endregion*/

/*#region Innovation Page*/

#innovation {
  margin: 5px auto;
  padding: 0 !important;
}
#innovation .innoContainer {
  text-align: left;
  max-width: 1000px;
  margin: 0 auto;
}
#innovation .innoContainer .innoItem {
  position: relative;
  float: left;
  width: 140px;
  height: 140px;
  margin: 10px 8px;
  color: white;
  max-width: 98%;
}
#innovation .innoContainer .innoItem.copyBlock {
  padding: 20px;
  max-width: 96%;
}
#innovation .innoContainer .innoItem.copyBlock h1,
#innovation .innoContainer .innoItem.copyBlock p {
  color: white;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#innovation .innoContainer .innoItem.copyBlock h1 {
  font-size: 26px;
  margin: 0 0 10px 0;
  font-weight: 700;
}
#innovation .innoContainer .innoItem.copyBlock p {
  font-size: 17px;
}
#innovation .innoContainer .innoItem.copyBlock#fun {
  background: #f3a600;
  height: 140px;
  width: 450px;
}
#innovation .innoContainer .innoItem.copyBlock#inspired {
  background: #0cb4bf;
  height: 300px;
  width: 255px;
}
#innovation .innoContainer .innoItem.copyBlock#innovative {
  background: #cc66b0;
  height: 300px;
  width: 240px;
}
#innovation .innoContainer .innoItem.copyBlock#iconic {
  background: #adc169;
  height: 300px;
  width: 300px;
}
#innovation .innoContainer .innoItem.thumbnailBlock {
  height: 140px;
  width: 140px;
  max-width: 98%;
}
#innovation .innoContainer .innoItem.thumbnailBlock.taller {
  height: 300px;
}
#innovation .innoContainer .innoItem.thumbnailBlock.wider {
  width: 200px;
}
#innovation .innoContainer .innoItem.video {
  width: 500px;
  height: 300px;
  max-width: 98%;
}
#innovation .innoContainer .innoItem.video video {
  width: 500px;
  height: 300px;
  max-width: 98%;
}
#innovation .innoContainer .innoItem.heroImg {
  width: 500px;
  height: 300px;
  max-width: 98%;
}
#innovation .innoContainer .innoItem.unique1 {
  width: 300px;
  height: 300px;
}
#innovation .innoContainer .innoItem.unique2 {
  height: 300px;
  width: 380px;
}
#innovation .innoContainer .innoItem img {
  height: auto;
  width: 100%;
  max-width: 98%;
}
/*#endregion*/

/*#region Careers Page*/

#careers {
  margin: 120px auto;
  position: static !important;
}
#careers #careers-container {
  margin-top: 50px;
}
#careers #careers-container .buttons {
  margin-top: 50px;
}
#careers #careers-container .buttons a {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
#careers #careers-container .buttons a:hover {
  text-decoration: none;
  color: white;
}
/*#endregion*/

/*#region Localized Styles*/

.fr #retailers ul li .blue-huffy-button,
.fr #birthdateModal ul li .blue-huffy-button {
  width: 160px;
}
.fr #innovation .innoContainer .innoItem.copyBlock p {
  font-size: 16px;
}
.fr #innovation .innoContainer .innoItem.copyBlock:nth-child(6) p,
.fr #innovation .innoContainer .innoItem.copyBlock:nth-child(7) p {
  font-size: 17px;
}
.es #innovation .innoContainer .innoItem.copyBlock p {
  font-size: 16px;
}
.es #innovation .innoContainer .innoItem.copyBlock:nth-child(6) p,
.es #innovation .innoContainer .innoItem.copyBlock:nth-child(7) p {
  font-size: 17px;
}
/*#endregion Localized Styles*/

/*#region Product Detail Pages*/

#product-content-container {
  width: 100%;
  margin: 0 auto;
  float: left;
}
#product-content-container #product-content {
  margin-bottom: 0;
}
#product-content-container #product-content h1 {
  font-family: "metallophile-sp8", sans-serif !important;
  color: black;
  font-size: 38px;
  font-weight: 500;
  text-transform: none;
}
#product-content-container #product-content h2 {
  font-weight: 400;
}
#product-content-container #product-content h3 {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 95px;
  color: black;
  font-weight: 300;
}
#product-content-container #product-content h3 span {
  font-size: 48px;
  vertical-align: super;
}
#product-content-container #product-content h4 {
  font-size: 20px;
  font-weight: 600;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  color: #5f5f5f;
}
#product-content-container #product-content h5 {
  font-size: 25px;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-weight: 400;
  color: #555555;
  text-transform: uppercase;
}
#product-content-container #product-content .price h3 {
  text-align: center;
}
#product-content-container #product-content .find-a-retailer {
  padding-top: 35px;
}
#product-content-container #product-content .product-social img {
  margin-right: 10px;
}
#product-content-container #product-content .product-social img:first-child {
  margin-left: 0;
}
#product-content-container #product-content .product-about {
  padding-top: 20px;
}
#product-content-container #product-content .product-about p {
  font-family: "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
}
#product-content-container #product-content .product-about p:nth-of-type(1) {
  font-style: italic;
  color: #555555;
}
#product-content-container #product-content .product-features {
  padding-top: 20px;
  float: right;
  min-height: 300px;
}
#product-content-container #product-content .product-features ul {
  list-style-position: inside;
  padding-left: 0;
}
#product-content-container #product-content .product-features ul li {
  border-top: 1px solid #879097;
  padding: 8px 0px 8px 20px;
}
#product-content-container #product-content .product-features ul li:nth-child(odd) {
  background-color: #f7f7f7;
}
#product-content-container #product-content .product-features ul li:last-child {
  border-top: 1px solid #879097;
  border-bottom: 1px solid #879097;
}
#product-content-container #product-content .product-reviews {
  padding-top: 20px;
  padding-bottom: 20px;
  float: left;
  clear: both;
}
#product-content-container #product-content .product-reviews h2.review-h2 {
  margin: 0;
  float: left;
}
#product-content-container #product-content .product-reviews hr {
  margin: -10px 0 10px 0;
  border-top: 1px solid #cccccc;
  clear: both;
}
#product-content-container #product-content .product-reviews a.review-link {
  color: #879097;
  text-transform: uppercase;
  float: right;
  cursor: pointer;
  margin: 10px 10px 0 10px;
}
#product-content-container #product-content .product-reviews a.review-link:hover {
  color: #0cb4bf;
}
#product-content-container #product-content .product-reviews .review-stars {
  margin: 10px 0;
}
#product-content-container #product-content .product-reviews p {
  font-family: "Arial", sans-serif;
  margin-bottom: 10px;
  font-size: 15px;
}
#product-content-container #product-content .product-reviews p.review-title {
  margin: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
}
#product-content-container #product-content .product-reviews p.review-title.grey {
  color: #879097;
}
#product-content-container #product-content .related-products {
  padding-bottom: 30px;
}
#product-content-container #product-content .related-products h2 {
  color: #f3a600;
  border-bottom: 1px solid #f7f7f7;
  padding-bottom: 15px;
}
#product-content-container #product-content .related-products .related-product {
  text-align: center;
  padding: 10px;
  position: relative;
}
#product-content-container #product-content .related-products .related-product img {
  max-width: 86%;
}
#product-content-container #product-content .related-products .related-product h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: black;
}
#product-content-container #product-content .related-products .related-product p {
  text-transform: uppercase;
  color: #555555;
  font-size: 15px;
}
#product-content-container #product-content .related-products .related-product .related-product-right-border {
  position: absolute;
  right: 0;
  top: 0;
}
#product-content-container #product-content .related-products .related-products-border-bottom {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #f7f7f7;
}
/*#endregion Product Detail Pages*/

/*#region Product Category Pages*/

.banner-photo {
  width: 100%;
  overflow: hidden;
  float: left;
  height: 700px;
  position: relative;
}
.banner-photo .banner-photo-inner {
  height: 100%;
  z-index: -2;
  position: absolute;
  width: 100%;
  overflow: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
}
.banner-photo .banner-photo-inner img {
  position: relative;
}
.banner-photo #product-category-headline {
  position: absolute;
  right: 5%;
  top: 25%;
}
.banner-photo #product-category-headline.Girls {
  left: 5%;
}
.banner-photo #product-category-headline.Special {
  left: 5%;
}
.banner-photo #down-arrows {
  position: absolute;
}
#parallax-photo {
  overflow: hidden;
}
#parallax-photo #parallax-photo-inner {
  overflow: hidden;
  position: relative;
}
#parallax-photo #parallax-photo-inner img {
  position: relative;
}
#parallax-photo #parallax-photo-inner .category-header {
  position: absolute;
  top: 22%;
  right: 4%;
  font-size: 90px;
  color: white;
  text-align: center;
  z-index: 1000;
  font-family: "metallophile-sp8", sans-serif;
  font-weight: 500;
  text-transform: none;
}
#parallax-photo #parallax-photo-inner .category-header .headline1 {
  font-family: "cheddar_jackregular", sans-serif;
}
#parallax-photo #parallax-photo-inner .category-header .headline2,
#parallax-photo #parallax-photo-inner .category-header .headline3 {
  font-family: "Trashhand", sans-serif;
}
#parallax-photo.mountain-30-bikes .slide-content h1 {
  margin-top: 2%;
  text-align: center;
}
#parallax-photo.mountain-30-bikes .slide-content h1 img {
  display: block;
  width: 100%;
  max-width: 768px;
  margin: 0 auto;
}
#parallax-photo.mountain-30-bikes #parallax-photo-inner.threeohmountainbike {
  position: absolute;
  top: 0;
}
.product-category-container {
  width: 100%;
  float: left;
}
.product-category-container .product-category-content {
  margin-top: 20px;
}
.product-category-container .product-category-content .category-page-cta {
  padding: 10px;
  width: auto;
  background: #0cb4bf;
  float: left;
  text-transform: uppercase;
  color: white;
  padding-left: 10px !important;
  padding-right: 10px !important;
  margin-top: 20px;
  margin-bottom: 20px;
  cursor: pointer;
}
.product-category-container .product-category-content .category-page-cta a {
  color: white;
}
.product-category-container .product-category-content .category-page-cta a:hover {
  color: white;
}
.product-category-container .product-category-content p {
  font-family: "Arial", sans-serif;
  font-size: 15px;
}
.product-category-container .product-category-content .product-category-filters {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 20px;
  color: #555555;
  margin-top: 20px;
  float: left;
  width: 100%;
}
.product-category-container .product-category-content .product-category-filters span {
  display: block;
  float: left;
  text-transform: uppercase;
  margin-right: 50px;
  margin-left: 30px;
}
.product-category-container .product-category-content .product-category-filters span:nth-of-type(1) {
  margin-left: 0;
}
.product-category-container .product-category-content .product-category-filters div {
  float: left;
  display: inline-block;
  margin-right: 20px;
  background-color: #cdcfd0;
  padding: 3px 3px 3px 3px;
  padding-left: 6px !important;
  padding-right: 6px !important;
  margin-top: -4px;
  cursor: pointer;
  position: relative;
}
.product-category-container .product-category-content .product-category-filters div img {
  padding-left: 5px;
  position: absolute;
  right: 10px;
  top: 46%;
}
.product-category-container .product-category-content .product-category-filters .filter-pagination {
  float: right;
  margin-right: 0;
  background-color: white;
}
.product-category-container .product-category-content .product-category-filters .filter-pagination span {
  padding-left: 0;
  float: right;
  text-transform: none;
  margin-right: 0;
  font-weight: 600;
  border-bottom: 2px solid #555555;
  margin-left: 10px;
}
.product-category-container .product-category-content .product-category-filters .category-filter {
  min-width: 161px;
}
.product-category-container .product-category-content .product-category-filters .category-filter span {
  text-transform: none !important;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul {
  width: 100%;
  list-style: none;
  margin: 0;
  padding-left: 0;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  background-color: #cdcfd0;
  left: 0;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  z-index: 1;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul li {
  cursor: pointer;
  padding: 6px;
  border-bottom: 1px solid #bab6b6;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul li a {
  display: block;
  padding: 0;
  font-size: 20px;
  color: #555555;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul li:first-child {
  padding-top: 0;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul li:hover {
  background-color: #f7f7f7;
}
.product-category-container .product-category-content .product-category-filters .category-filter ul.open-filter-menu {
  max-height: 630px;
}
.product-category-container .product-category-content .category-products {
  float: left;
  padding-top: 30px;
  width: 100%;
}
.product-category-container .product-category-content .category-products .loading-bikes {
  text-align: center;
  font-size: 18px;
}
.product-category-container .product-category-content .category-products .loading-bikes img {
  clear: both;
  width: 100px;
  display: block;
  margin-left: -50px;
  position: relative;
  left: 50%;
}
.product-category-container .product-category-content .category-products .category-product {
  text-align: center;
  padding: 10px;
  position: relative;
  height: 270px;
}
.product-category-container .product-category-content .category-products .category-product:hover h4 {
  color: #26c0f1;
}
.product-category-container .product-category-content .category-products .category-product:hover p {
  text-decoration: underline;
}
.product-category-container .product-category-content .category-products .category-product .product-thumbnail {
  max-width: 100%;
  width: 200px;
}
.product-category-container .product-category-content .category-products .category-product h4 {
  font-weight: 400;
  color: black;
  padding-left: 10px;
  padding-right: 10px;
}
.product-category-container .product-category-content .category-products .category-product p {
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
}
.product-category-container .product-category-content .category-products .category-product .related-product-right-border {
  position: absolute;
  right: 0;
  top: 0;
}
/*#endregion*/

/*#region Product Registration Page*/

#registration {
  margin: 0 auto 20px auto;
  z-index: 1;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#registration label {
  display: table-cell;
  margin-bottom: 0;
  text-align: right;
  vertical-align: middle;
  width: 340px;
}
#registration input[type=text] {
  width: 250px;
}
#registration .table {
  display: table;
  max-width: 1000px;
}
#registration .table .thead .tr,
#registration .table .tbody .tr {
  display: table-row;
  width: 100%;
}
#registration .table .thead .tr .th,
#registration .table .tbody .tr .th,
#registration .table .thead .tr .td,
#registration .table .tbody .tr .td {
  vertical-align: middle;
  display: table-cell;
}
#registration .table .thead {
  display: block;
}
#registration .table .thead .tr {
  display: block;
  width: 100%;
}
#registration .table .thead .tr .th {
  display: block;
  width: 100%;
  padding: 10px;
}
#registration .table .thead .tr.info {
  background: #d9edf7;
}
#registration .table .tbody {
  display: table-row-group;
}
#registration .table .tbody .tr .td {
  border-top: 1px solid #dddddd;
}
#registration .table .tbody .tr:hover {
  background-color: #e9e9e9;
}
#registration .table th label,
#registration .table .th label {
  text-align: left;
  width: 100%;
}
#registration .table tr td,
#registration .table .tr .td {
  padding: 5px 10px !important;
}
#registration .table tr td div,
#registration .table .tr .td div,
#registration .table tr td div label,
#registration .table .tr .td div label,
#registration .table tr td div input,
#registration .table .tr .td div input {
  width: 50px;
  text-align: center;
}
#registration .table.table-head {
  margin-bottom: 0 !important;
}
#registration .factorLabelColumn {
  width: 80% !important;
  line-height: 25px;
  text-align: left !important;
  font-weight: bold;
}
#registration .additionalLabelColumn {
  width: 500px !important;
  text-align: left !important;
  font-weight: bold;
}
#registration .factorValueColumn {
  width: 50px;
}
#registration .additionalValueColumn {
  width: 100px;
}
#registration .bodyCopy {
  margin: 20px 0;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#registration #registrationForm .captcha p {
  margin-left: 10px;
  padding-top: 0;
}
#registration #registrationForm .control-group {
  position: relative;
  clear: both;
  display: table;
  height: 34px;
  margin-bottom: 20px;
  width: 100%;
}
#registration #registrationForm .control-group label {
  width: 100% !important;
  max-width: 435px;
  display: block;
  text-align: left;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
}
#registration #registrationForm .control-group #DateOfBirthMonth,
#registration #registrationForm .control-group #DateOfBirthDay,
#registration #registrationForm .control-group #DateOfBirthYear,
#registration #registrationForm .control-group #DateOfPurchaseMonth,
#registration #registrationForm .control-group #DateOfPurchaseDay,
#registration #registrationForm .control-group #DateOfPurchaseYear {
  float: left;
  margin-right: 10px;
}
#registration #registrationForm .control-group .controls {
  display: block;
}
#registration #registrationForm .control-group .controls input {
  width: 100% !important;
  max-width: 435px;
  height: 34px;
  padding: 5px;
}
#registration #registrationForm .control-group .controls .jqx-datetimeinput {
  width: 100% !important;
  max-width: 435px;
  height: 34px !important;
}
#registration #registrationForm .control-group .controls .jqx-datetimeinput input {
  padding: 0 0 0 5px;
}
#registration #registrationForm .control-group .controls .jqx-datetimeinput .jqx-action-button {
  left: auto !important;
  right: 0;
}
#registration #registrationForm .control-group .controls .jqx-fill-state-pressed.jqx-radiobutton-check-checked {
  border-color: black;
  background: black;
}
#registration #registrationForm .control-group .required {
  padding-top: 10px;
  font-size: 14px;
  color: #333333;
  font-family: "Arial", sans-serif;
  position: absolute;
  left: -10px;
}
#registration #registrationForm .control-group .required.nextToLabel {
  padding-top: 2px;
}
#registration #registrationForm .control-group #ReceiveAdditionalInformationCheckBox {
  white-space: normal;
}
#registration #registrationForm .control-group select:not(.date-picker) + div {
  width: 100% !important;
  max-width: 435px;
}
#registration #registrationForm .validation-summary-errors ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#registration #registrationForm .validation-summary-errors ul li {
  padding: 10px;
  background-color: #ffb8b8;
}
#registration #registrationForm .submit-button input.blue-huffy-button {
  padding: 10px;
  width: 48%;
  max-width: 400px;
}
#registration #productCodeImage {
  display: block;
}
.popover {
  max-width: 500px;
  top: 60px !important;
  left: 0 !important;
}
.popover .arrow {
  display: none;
  top: -6px !important;
  left: 15px !important;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.popover .popover-title {
  text-transform: uppercase;
}
.popover .popover-content {
  padding: 1.5rem;
}
.popover .popover-content #popOverBox {
  text-align: center;
}
.popover .popover-content #popOverBox img,
.popover .popover-content #popOverBox p {
  display: inline-block;
  vertical-align: top;
}
.popover .popover-content #popOverBox p {
  width: 45%;
  margin: 0;
  padding: 0;
  text-align: left;
  margin-right: 1rem;
}
.popover .popover-content #popOverBox img {
  width: 50%;
}
#backButton {
  margin-right: 10px;
  width: 100%;
  max-width: 400px;
  padding: 0.25em;
}
#registration-certificate-container {
  margin-top: 85px;
}
#registration-certificate-container #registration-owner-name {
  font-weight: bold;
  text-align: center;
  font-size: 22px;
}
#registration-certificate-container #registration-details-table {
  background-color: #879097;
  color: white;
  display: table;
  font-size: 16px;
  height: 220px;
  margin-left: 5%;
  padding-top: 10px;
  margin-top: 30px;
  width: 90%;
}
#registration-certificate-container #registration-details-table .registration-details-column {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}
#registration-certificate-container #registration-details-table .registration-details-column .registration-item {
  padding-left: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
#registration-certificate-container #registration-details-table .registration-details-column .registration-item .addLine {
  display: block;
  width: 100%;
  padding-left: 72px;
}
#registration-certificate-container #registration-details {
  width: 90%;
  height: 300px;
  margin-left: 5%;
  background-color: #879097;
}
#registration-certificate-container img {
  max-width: 640px;
  width: 100%;
  height: auto;
}
#registration-certificate-container #backButton {
  max-width: 100%;
  margin: 30px auto 0 auto;
}
/*#region JQX Validation Style Overrides*/

.jqx-fill-state-pressed.jqx-radiobutton-check-checked {
  border-color: black;
  background: black;
}
.jqx-radiobutton-default .jqx-validator-error-element {
  border-color: transparent !important;
}
.jqx-checkbox {
  margin-top: 0.25em;
  white-space: normal;
  width: 100% !important;
}
#registrationFormPartTwo .jqx-dropdownlist-content {
  width: 90% !important;
}
#registrationFormPartTwo .jqx-dropdownlist-content span {
  display: block;
  overflow: hidden;
  max-width: none !important;
  width: 100% !important;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
/*#endregion*/

/*#endregion*/

#contact {
  position: relative;
  z-index: 1;
  margin-bottom: 20px;
}
#contact #contact-form .captcha p {
  margin-left: 10px;
  padding-top: 0;
}
#contact #contact-form .contact-field {
  margin-bottom: 20px;
  position: relative;
}
#contact #contact-form .contact-field .realperson-challenge {
  width: 160px;
  margin-left: 10px;
  margin-bottom: 20px;
}
#contact #contact-form .contact-field #realperson {
  width: 48% !important;
  display: inline-block;
}
#contact #contact-form .contact-field span:not(.pull-right) {
  padding-top: 10px;
  position: absolute;
}
#contact #contact-form .contact-field .form-error-message,
#contact #contact-form .contact-field .birthdate-error {
  width: calc(100% - 20px);
  position: relative;
  margin-top: 0;
  margin-left: 10px;
}
#contact #contact-form .contact-field input,
#contact #contact-form .contact-field select,
#contact #contact-form .contact-field textarea {
  width: calc(100% - 20px);
  margin: 0;
  padding: 5px;
  margin-left: 10px;
}
#contact #contact-form .contact-field input:nth-of-type(1),
#contact #contact-form .contact-field select:nth-of-type(1),
#contact #contact-form .contact-field textarea:nth-of-type(1) {
  margin-top: 0;
}
#contact #contact-form .contact-field input:focus::-webkit-input-placeholder {
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact #contact-form .contact-field input:focus::-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact #contact-form .contact-field input:-moz-placeholder {
  color: transparent;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#contact #contact-form .contact-field [placeholder]:focus::-webkit-input-placeholder {
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
}
#contact #contact-form .contact-field select,
#contact #contact-form .contact-field textarea {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  padding: 5px;
  font-size: 16px;
  margin-bottom: 15px;
}
#contact #contact-form .contact-field textarea {
  height: 200px;
  resize: none;
}
#contact #contact-form .contact-field hr {
  border-top: 1px solid #555555;
}
#contact #contact-form .contact-field label {
  width: 100%;
}
#contact #contact-form .contact-field select.dob {
  display: inline-block;
  width: 30.5%;
  margin-right: 0;
}
#contact #contact-form .contact-field select.dob:first-child {
  margin-left: 0;
}
#contact #contact-form .contact-field select.dob:last-child {
  margin-right: 0;
}
@media (max-width: 1000px) {
  #contact #contact-form .contact-field select.dob {
    width: 29%;
  }
}
@media (max-width: 767px) {
  #contact #contact-form .contact-field select.dob {
    width: 31%;
  }
}
@media (max-width: 619px) {
  #contact #contact-form .contact-field select.dob {
    width: 30%;
  }
}
@media (max-width: 455px) {
  #contact #contact-form .contact-field select.dob {
    width: 29%;
  }
}
@media (max-width: 369px) {
  #contact #contact-form .contact-field select.dob {
    width: 28%;
  }
}
#contact #contact-form .contact-field .inputs.drop-down.dob label {
  width: 100%;
}
#contact #contact-form .validation-summary-errors ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
#contact #contact-form .validation-summary-errors ul li {
  padding: 10px;
  background-color: #ffb8b8;
}
#contact > div:nth-of-type(2) {
  padding-left: 50px !important;
}
#contact p {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#contact .home_privacy_link,
#contact .home_privacy_link:hover {
  font-weight: bold;
  color: #0cb4bf;
  text-decoration: underline;
}
#contact #send-message:disabled,
#contact #send-message:hover:disabled {
  background-color: #879097;
}
#contact #holly-jolly-guide {
  display: block;
  width: 100%;
  max-width: 430px;
  background: #0cb4bf;
  margin: 0 0 2rem 0;
  padding: 0;
  border-radius: 15px;
}
#contact #holly-jolly-guide #christmas-bow {
  margin: 0;
  padding: 1.5rem 2rem;
  background: url(/Content/img/christmas-bow.png) no-repeat top right;
}
#contact #holly-jolly-guide #christmas-bow a,
#contact #holly-jolly-guide #christmas-bow p,
#contact #holly-jolly-guide #christmas-bow strong {
  font-size: 18px;
  color: white;
  margin: 0;
  padding: 0;
}
#contact #holly-jolly-guide #christmas-bow a {
  font-weight: 700;
}
#contact #holly-jolly-guide #christmas-bow p {
  margin-right: 70px;
}
.detail-link {
  margin-left: 10px;
}
.form-error-message,
.birthdate-error {
  margin-bottom: 10px;
  margin-top: -15px;
  display: block;
  background-color: #fca2a2;
  padding: 5px;
}
#global-contact h2 {
  text-align: center;
  text-transform: uppercase;
}
#global-contact ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#global-contact #country-links {
  padding-top: 20px;
  margin-bottom: 75px;
  text-align: center;
}
#global-contact #country-links > li {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  width: 24.5%;
}
#global-contact #country-links > li img {
  display: block;
  margin: 0 auto;
}
#global-contact #country-links > li .language-list {
  text-align: center;
  margin-top: 5px;
}
#global-contact #country-links > li .language-list li {
  margin: 0;
}
#global-contact #country-links > li .language-list li a {
  line-height: 20px;
}
@media screen and (max-width: 991px) {
  #global-contact #country-links > li {
    width: 45%;
    margin-bottom: 50px;
  }
}
#global-contact #contact-group {
  display: block;
  width: 100%;
  text-align: left;
}
#global-contact #contact-group .contact {
  display: inline-block;
  width: 22.5%;
  font-size: 0;
  margin: 10px 1% 30px 1%;
  text-align: center;
  vertical-align: top;
}
#global-contact #contact-group .contact h3 {
  display: block;
  width: 100%;
  color: black;
  text-transform: none;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
#global-contact #contact-group .contact p,
#global-contact #contact-group .contact p a {
  font-size: 16px;
  line-height: 20px;
}
@media all and (max-width: 991px) {
  #global-contact #contact-group .contact {
    width: 30%;
  }
}
#global-contact-header-banner {
  background: url('/Content/img/global-contact/GlobalContact_Header.jpg') center no-repeat #555555 !important;
  -moz-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  height: 300px;
  width: 100%;
}
#global-contact-header-banner h1 {
  color: white;
  text-align: center;
  padding-top: 120px;
}
#find-your-bike {
  position: relative;
  margin-top: 85px;
  z-index: 1;
  margin-bottom: 20px;
}
#fit-your-bike-banner.banner-photo #banner-copy {
  position: absolute;
  z-index: 100;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  top: 30%;
}
#fit-your-bike-banner.banner-photo #banner-copy h1 {
  font-size: 32px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: 700;
  line-height: 40px;
  text-transform: uppercase;
}
#fit-your-bike-banner.banner-photo #banner-copy .buttons button {
  display: inline-block;
  text-transform: uppercase;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 18px;
  color: white;
  border: 3px solid white;
  background: rgba(12, 180, 191, 0.6);
  padding: 1rem 3.5rem;
  font-weight: 700;
  margin: 0 10px;
  cursor: pointer;
  -moz-transition: background linear 0.25s;
  -o-transition: background linear 0.25s;
  -webkit-transition: background linear 0.25s;
  transition: background linear 0.25s;
  outline: none;
}
#fit-your-bike-banner.banner-photo #banner-copy .buttons button:hover {
  background: #0cb4bf;
}
@media all and (device-width: 360px) and (orientation: portrait), all and (device-width: 400px) and (orientation: portrait), all and (device-width: 320px) and (orientation: portrait), all and (device-width: 375px) and (orientation: portrait), all and (device-width: 414px) and (orientation: portrait), all and (max-width: 600px) and (min-width: 500px) and (max-height: 960px) and (orientation: portrait), all and (max-width: 384px) and (min-width: 383px) and (max-height: 567px) and (orientation: portrait), all and (max-width: 412px) and (min-width: 411px) and (max-height: 659px) and (orientation: portrait) {
  #fit-your-bike-banner.banner-photo #banner-copy {
    top: 20%;
  }
  #fit-your-bike-banner.banner-photo #banner-copy h1 {
    font-size: 18px;
    line-height: 25px;
  }
  #fit-your-bike-banner.banner-photo #banner-copy .buttons button {
    display: block;
    margin: 1rem auto;
  }
}
#support-fit {
  position: relative;
  top: 20px;
  z-index: 1;
  margin-bottom: 20px;
}
#support-fit h2 {
  margin-bottom: 0;
}
#support-fit p {
  font-size: 17px;
}
#support-fit p:nth-of-type(1) {
  font-weight: 600;
}
#support-fit p:nth-of-type(2) {
  padding: 10px 0px 10px 0;
}
#support-fit #gender-selector {
  padding-bottom: 20px;
}
#support-fit #gender-selector div {
  cursor: pointer;
  width: 130px;
  text-align: center;
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  font-weight: 600;
  margin-left: 10px;
  position: relative;
}
#support-fit #gender-selector div:nth-of-type(1) {
  margin-left: 0px !important;
}
#support-fit #gender-selector div p {
  padding: 12px 10px 10px 10px;
  color: black;
  font-size: 17px;
}
#support-fit #gender-selector div .hover.active-gender-selector-button {
  height: 100%;
}
#support-fit #gender-selector div .hover.open-gender {
  height: 100%;
  -moz-transform: translate3d(0, 0px, 0);
  -ms-transform: translate3d(0, 0px, 0);
  -o-transform: translate3d(0, 0px, 0);
  -webkit-transform: translate3d(0, 0px, 0);
  transform: translate3d(0, 0px, 0);
}
#support-fit #gender-selector div .mens {
  background-color: #4262a2;
}
#support-fit #gender-selector div .womens {
  background-color: #bd50f5;
}
#support-fit #gender-selector div .boys {
  background-color: #26c0f1;
}
#support-fit #gender-selector div .girls {
  background-color: #cc66b0;
}
#support-fit #gender-selector div .hover {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  overflow: hidden;
  height: 10px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#support-fit #gender-selector div .hover p {
  color: white;
}
#support-fit #drag-slider-container {
  clear: both;
  margin-top: 30px;
  margin-bottom: 50px;
}
#support-fit #drag-slider-container #mens-womens-sliders,
#support-fit #drag-slider-container #boys-girls-sliders {
  display: none;
}
#support-fit #drag-slider-container #mens-womens-sliders.active-gender-selector,
#support-fit #drag-slider-container #boys-girls-sliders.active-gender-selector {
  display: block;
}
#support-fit #drag-slider-container h2:nth-of-type(2) {
  margin-top: 30px;
}
#support-fit #drag-slider-container .slider-container {
  border: 1px solid #0cb4bf;
  padding: 5px;
  padding-left: 5px !important;
  margin-bottom: 50px;
  padding-right: 5px !important;
  position: relative;
}
#support-fit #drag-slider-container .slider-container .drag-slider {
  width: 100%;
  height: 40px;
  background-color: white;
  padding: 8px;
  position: relative;
}
#support-fit #drag-slider-container .slider-container .drag-slider .ui-slider-range {
  color: black;
  height: 40px;
  background-color: #0cb4bf;
  margin-top: -8px;
}
#support-fit #drag-slider-container .slider-container .drag-slider .ui-slider {
  width: 100%;
}
#support-fit #drag-slider-container .slider-container .drag-slider .ui-slider-handle {
  height: 24px;
  width: 50px;
  display: block;
  position: relative;
  background: url(/Content/img/slider-bar.png) no-repeat;
  margin-top: -32px;
  margin-left: -25px;
}
#support-fit #drag-slider-container .slider-container .drag-slider .ui-slider-handle .marker.open-marker {
  -moz-transform: translate3d(0, 20px, 0);
  -ms-transform: translate3d(0, 20px, 0);
  -o-transform: translate3d(0, 20px, 0);
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
  opacity: 1;
}
#support-fit #drag-slider-container .slider-container .drag-slider .ui-slider-handle .marker {
  margin-top: -70px;
  position: absolute;
  background: url(/Content/img/support/tooltip.png) no-repeat;
  height: 48px;
  width: 61px;
  margin-left: -5px;
  padding: 9px;
  text-align: center;
  color: white;
  font-weight: 600;
  opacity: 0;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s linear, transform 0.5s ease;
  -moz-transition: visibility 0s linear 0.5s, opacity 0.5s linear, transform 0.5s ease;
  -o-transition: visibility 0s linear 0.5s, opacity 0.5s linear, transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s linear, transform 0.5s ease;
}
#support-fit #drag-slider-container .slider-container .slider-gauge {
  position: absolute;
  bottom: -26px;
  font-weight: 600;
  font-size: 17px;
  width: 100%;
  height: 21px;
  margin-left: -6px;
}
#support-fit #drag-slider-container .slider-container .slider-gauge span {
  position: absolute;
}
#support-fit #drag-slider-container .slider-container .slider-gauge span:nth-of-type(2) {
  left: 50%;
  margin-left: -15px;
}
#support-fit #drag-slider-container .slider-container .slider-gauge span:nth-of-type(3) {
  right: 0;
}
#support-fit .suggested-products {
  padding-bottom: 30px;
}
#support-fit .suggested-products img {
  max-width: 100%;
}
#support-fit .suggested-products h2 {
  color: #f3a600;
  border-bottom: 1px solid #879097;
  padding-bottom: 15px;
}
#support-fit .suggested-products .related-product {
  text-align: center;
  padding: 10px;
  position: relative;
}
#support-fit .suggested-products .related-product h4 {
  text-transform: uppercase;
  font-weight: 400;
  color: black;
}
#support-fit .suggested-products .related-product p {
  text-transform: uppercase;
  color: #555555;
  font-size: 15px;
}
#support-fit .suggested-products .related-product .related-product-right-border {
  position: absolute;
  right: 0;
  top: 0;
}
#support-fit .suggested-products .related-products-border-bottom {
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  border-bottom: 1px solid #879097;
}
#support-fit #sizing-chart {
  width: 300px;
  margin: 0 auto;
  border-radius: 50%;
  height: 300px;
  margin-top: 20px;
  padding: 5px;
  padding-left: 5px !important;
  padding-right: 5px !important;
  background-color: #4262a2;
  display: none;
}
#support-fit #sizing-chart #sizing-chart-inner {
  width: 100%;
  border: 2px solid white;
  border-radius: 50%;
  height: 100%;
  position: relative;
}
#support-fit #sizing-chart #sizing-chart-inner h2 {
  top: 42%;
  position: absolute;
  color: white;
  font-size: 90px;
  left: 50%;
  margin-left: -63px;
  margin-top: -44px;
}
#support-fit #sizing-chart #sizing-chart-inner p {
  text-align: center;
  top: 50%;
  margin-top: 20px;
  color: white;
  text-decoration: underline;
}
#support-fit #sizing-chart #sizing-chart-inner p a {
  color: white;
}
#support-fit #sizing-chart #sizing-chart-inner p a:hover {
  color: white;
}
#support-fit #recommended-bikes {
  float: left;
  width: 100%;
}
#support-fit #recommended-bikes .column {
  float: left;
  min-height: 300px;
  width: 25%;
  padding: 20px;
  padding-right: 20px !important;
  padding-left: 20px !important;
  text-align: center;
}
#support-fit #recommended-bikes .column img {
  max-width: 100%;
}
.message-banner {
  display: block;
  background: #f1a330;
  margin: 2rem 0;
  padding: 2rem 0;
  position: relative;
}
.message-banner p {
  display: block;
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 0 0 60px;
  font-size: 18px;
  vertical-align: top;
  position: relative;
  color: black;
}
.message-banner p:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  background: url(/Content/img/star.png) no-repeat center;
}
@media all and (max-width: 1280px) {
  .message-banner p {
    padding: 0 2rem 0 50px;
  }
}
.message-banner:after {
  content: '';
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 24px;
  height: 9px;
  margin: 0;
  padding: 0;
  background: url(/Content/img/orange-arrow.png) no-repeat center;
}
#hiddenCoverDiv {
  display: none;
  position: absolute;
  background-color: transparent;
  z-index: 999;
}
#order-service .container {
  padding: 0 15px !important;
  margin: 0 auto !important;
}
#order-service h1,
#order-service h2,
#order-service h3,
#order-service h4 {
  color: #555555;
}
#order-service h3 {
  font-size: 26px;
  margin-top: 50px;
}
#order-service h4 {
  font-size: 22px;
  margin: 25px 0;
}
#order-service p {
  font-size: 16px;
}
#order-service p a {
  color: #0cb4bf;
  text-decoration: underline;
}
#order-service p a:hover {
  color: #1a8188;
}
#order-service .product-no-result label {
  margin-top: 20px;
  color: red;
}
#order-service select {
  border-radius: 0;
  outline: none;
  border: 1px solid #555555;
  box-shadow: none;
  padding: 10px;
  padding-right: 20%;
  width: 100%;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  background-image: url('images/dropdown-down.png');
  background-repeat: no-repeat;
  background-position: 90% center;
  background-color: white;
}
#order-service select::-ms-expand {
  display: none;
}
#order-service input[type="text"] {
  border-radius: 0;
  border: 1px solid #555555;
  outline: none;
  padding: 10px;
  width: 200px;
  -webkit-appearance: none;
  background-color: white;
}
#order-service .no-border-top {
  border-top: none !important;
}
#order-service .margin-top {
  margin-top: 50px;
}
#order-service .login {
  margin: 50px 0;
}
#order-service .login h1 {
  margin-bottom: 25px;
}
#order-service .login .message-error {
  width: 50%;
}
#order-service .login .message-error span {
  font-weight: bold;
  color: red;
}
#order-service .login .service-btn {
  display: block;
  width: 250px;
  margin-top: 25px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #order-service .login .service-btn {
    width: 230px;
  }
}
#order-service .login .service-btn input {
  display: inline-block;
  margin-top: 25px;
  padding: 15px 50px 15px 50px;
  background-color: #0cb4bf;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
  text-align: center;
  color: white;
  vertical-align: middle;
}
#order-service .login .service-btn input:hover {
  background-color: #1a8188;
}
#order-service .login select,
#order-service .login input[type="text"],
#order-service .login input[type="password"] {
  width: 50%;
  margin-bottom: 15px;
  border-radius: 0;
  border: 1px solid #555555;
  outline: none;
  padding: 10px;
  -webkit-appearance: none;
  background-color: white;
  font-weight: normal !important;
}
@media (max-width: 480px) {
  #order-service .login select,
  #order-service .login input[type="text"],
  #order-service .login input[type="password"] {
    width: 100%;
  }
}
#order-service .login input[type="password"] ::-webkit-input-placeholder {
  color: #555555;
  font-weight: normal !important;
}
#order-service .login input[type="password"] :-moz-placeholder {
  color: #555555;
  font-weight: normal !important;
}
#order-service .login input[type="password"] ::-moz-placeholder {
  color: #555555;
  font-weight: normal !important;
}
#order-service .login input[type="password"] :-ms-input-placeholder {
  color: #555555;
  font-weight: normal !important;
}
#order-service .login .forgot-password {
  display: table-cell;
  vertical-align: bottom;
  text-align: right;
  margin: 0;
  padding: 0;
}
#order-service .login .forgot-password a {
  text-decoration: underline;
  color: #0cb4bf;
  margin-bottom: 15px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#order-service .login .forgot-password a:hover {
  color: #1a8188;
}
#order-service .order-service-hero {
  display: block;
  background-image: url('images/hero.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  width: 100%;
}
@media (max-width: 480px) {
  #order-service .order-service-hero {
    height: 200px;
  }
}
#order-service .service-blocks {
  padding: 25px 0;
}
#order-service .service-blocks .block .service-btn {
  position: relative;
  bottom: 0;
  margin-bottom: 25px;
}
#order-service .or {
  display: block;
  margin-left: 100px;
  font-size: 14px;
  margin-top: 30px;
}
#order-service .or-find-more {
  display: block;
  margin-left: 54px;
  font-size: 14px;
  margin-top: 30px;
}
#order-service .service-btn {
  display: block;
  width: 250px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #order-service .service-btn {
    width: 230px;
  }
}
@media (max-width: 480px) {
  #order-service .service-btn.pull-left {
    float: none !important;
  }
}
#order-service .service-btn a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 50px 15px 50px;
  background-color: #0cb4bf;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: white;
  vertical-align: middle;
}
#order-service .service-btn a:hover {
  background-color: #1a8188;
}
#order-service .submit-btn {
  width: 180px;
  padding: 15px 50px 15px 50px;
  border: none;
  background-color: #0cb4bf;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  text-align: center;
  color: white;
  vertical-align: middle;
}
#order-service .submit-btn:hover {
  background-color: #1a8188;
}
#order-service .action-btns {
  margin: 50px 0;
}
#order-service .action-btns .extra-btn-info {
  float: left;
  margin-left: 30px;
  display: inline-block;
}
@media (max-width: 1024px) {
  #order-service .action-btns .xtra-txt {
    display: none !important;
  }
}
@media (max-width: 768px) {
  #order-service .action-btns .extra-btn-info {
    float: none !important;
    text-align: center;
    display: block;
  }
  #order-service .action-btns .pull-left,
  #order-service .action-btns .pull-right {
    display: block;
    float: none !important;
    margin: 0 auto;
  }
}
#order-service .next {
  display: inline-block;
  width: 200px;
}
#order-service .next a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 50px 15px 50px;
  background-color: #0cb4bf;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: white;
  vertical-align: middle;
}
#order-service .next a:hover {
  background-color: #1a8188;
}
#order-service .back {
  display: inline-block;
  width: 200px;
}
#order-service .back a {
  display: inline-block;
  margin-top: 30px;
  padding: 15px 50px 15px 50px;
  background-color: #879097;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 100%;
  text-decoration: none;
  text-align: center;
  color: white;
  vertical-align: middle;
}
#order-service .back a:hover {
  background-color: #555555;
}
#order-service .need-help-block {
  margin: 100px 0 50px 0;
}
#order-service .need-help-block .col-xs-5 {
  padding-left: 0;
  margin-left: 0;
}
#order-service .territory-block select {
  margin-bottom: 20px;
}
#order-service .territory-block img {
  margin: 10px 20px 10px 15px;
}
#order-service .extra-btn-info {
  margin-top: 45px;
  margin-left: 300px;
}
@media (max-width: 480px) {
  #order-service .extra-btn-info {
    margin-left: 0;
    margin-top: 25px;
    display: block;
  }
}
#order-service .dop {
  margin-top: 25px;
  margin-bottom: 50px;
}
#order-service .dop select {
  display: inline-block;
  margin-right: 20px;
}
@media (max-width: 768px) {
  #order-service .dop select {
    margin-bottom: 10px;
  }
}
#order-service .collapsible {
  padding: 50px 0;
  position: relative;
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#order-service .collapsible.open {
  padding-bottom: 0;
}
#order-service .collapsible.open p {
  margin-bottom: 45px;
}
#order-service .collapsible.open .arrow {
  -moz-transform: scaleY(-1);
  -o-transform: scaleY(-1);
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
  filter: FlipY;
  -ms-filter: "FlipY";
}
#order-service .collapsible.open:hover {
  background-color: white;
}
@media (max-width: 768px) {
  #order-service .collapsible.open .pull-left,
  #order-service .collapsible.open .pull-right {
    float: none !important;
  }
}
#order-service .collapsible:hover {
  background-color: #f0f0f0;
}
#order-service .collapsible h3 {
  color: #0cb4bf;
  margin: 0;
}
@media (max-width: 768px) {
  #order-service .collapsible h3 {
    width: 75%;
  }
}
#order-service .collapsible h3,
#order-service .collapsible p {
  margin-left: 15px;
}
#order-service .collapsible p {
  margin-top: 15px;
  width: 75%;
}
#order-service .collapsible .arrow {
  position: absolute;
  right: 30px;
  top: 80px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
#order-service .collapsible .details {
  display: none;
  padding: 25px 25px 100px 25px;
  background-color: #f0f0f0;
  cursor: default;
}
@media (max-width: 480px) {
  #order-service .collapsible .details {
    padding: 25px 15px;
  }
}
#order-service .collapsible .details strong {
  display: block;
  margin-bottom: 20px;
}
#order-service .collapsible .details span,
#order-service .collapsible .details select {
  display: inline-block;
}
#order-service .collapsible .details select {
  margin-left: 20px;
  width: 60%;
}
#order-service .collapsible .details input[type="text"] {
  height: 49px;
  margin-right: 15px;
  width: 40%;
}
@media (max-width: 480px) {
  #order-service .collapsible .details input[type="text"] {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 1024px) {
  #order-service .collapsible .details .heres-my-model {
    float: left !important;
  }
}
#order-service .collapsible .details .heres-my-model p {
  margin-left: 0;
}
#order-service .collapsible .details .heres-my-model img {
  max-width: 100%;
}
#order-service .collapsible .details .wheres-my-model {
  margin-bottom: 50px;
}
#order-service .collapsible .details .wheres-my-model img {
  vertical-align: top;
  max-width: 100%;
}
#order-service .collapsible .details .name-result {
  margin-top: 20px;
}
@media (max-width: 480px) {
  #order-service .collapsible .details .name-result p {
    width: 95%;
  }
}
#order-service .collapsible .details .name-result p:last-child {
  margin-top: 50px;
}
#order-service .collapsible .details .name-result radiogroup {
  margin-right: 10px;
}
#order-service .find-by-model .heres-my-model {
  width: 60%;
}
@media (max-width: 1000px) {
  #order-service .find-by-model .heres-my-model {
    width: 100%;
  }
}
#order-service .find-by-model .heres-my-modelp {
  width: 100%;
}
#order-service .confirm-bike {
  margin: 25px 0;
}
#order-service .confirm-bike img {
  max-width: 100%;
}
#order-service .bike-thumbnail {
  margin: 25px 0;
}
#order-service .bike-thumbnail img,
#order-service .bike-thumbnail p.make-bold {
  float: left;
  width: 15%;
}
@media (max-width: 600px) {
  #order-service .bike-thumbnail img,
  #order-service .bike-thumbnail p.make-bold {
    width: 100%;
    margin-bottom: 15px;
    margin-left: 15px;
  }
}
#order-service .bike-thumbnail .bike-info {
  float: left;
  margin-left: 15px;
}
#order-service .line-art {
  max-width: 100%;
  margin: 25px 0;
}
#order-service .sort-part-no:hover {
  cursor: pointer;
}
#order-service .parts-tbl {
  width: 100%;
  table-layout: fixed;
  border: 1px solid #9ca1a1;
  color: #555555;
}
#order-service .parts-tbl thead th {
  background-color: #879097;
  padding: 30px 10px;
  color: white;
  font-weight: normal;
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  text-align: center;
  border-right: 1px solid #9ca1a1;
  border-bottom: 1px solid #9ca1a1;
}
@media (max-width: 480px) {
  #order-service .parts-tbl thead th.sku {
    display: none;
  }
}
#order-service .parts-tbl thead th:last-child {
  border-right: none;
}
#order-service .parts-tbl tbody tr {
  text-align: center;
  border-bottom: 1px solid #9ca1a1;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
}
#order-service .parts-tbl tbody tr.selected {
  background-color: #cef0f2 !important;
}
#order-service .parts-tbl tbody tr:last-child {
  border-bottom: none;
}
#order-service .parts-tbl tbody tr:nth-child(even) {
  background-color: #f0f0f0;
}
#order-service .parts-tbl tbody tr:hover {
  background-color: #cef0f2;
}
#order-service .parts-tbl tbody tr td {
  white-space: normal;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  padding: 30px 10px;
  border-right: 1px solid #9ca1a1;
  border-bottom: 1px solid #9ca1a1;
}
@media (max-width: 480px) {
  #order-service .parts-tbl tbody tr td.sku {
    display: none;
  }
}
#order-service .parts-tbl tbody tr td:last-child {
  border-right: none;
}
#order-service .parts-conf-tbl {
  margin: 50px 0;
  width: 100%;
}
#order-service .parts-conf-tbl thead {
  border-bottom: 3px solid black;
  text-align: center;
}
#order-service .parts-conf-tbl thead tr th {
  font-family: "proxima-nova-n3", "proxima-nova", sans-serif;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
  padding: 20px 10px;
}
@media (max-width: 480px) {
  #order-service .parts-conf-tbl thead tr th.sku {
    display: none;
  }
}
@media (max-width: 480px) {
  #order-service .parts-conf-tbl tbody {
    font-size: 12px !important;
  }
}
#order-service .parts-conf-tbl tbody tr td {
  padding: 20px 10px;
}
#order-service .parts-conf-tbl tbody tr td.price {
  font-weight: bold;
}
#order-service .parts-conf-tbl tbody tr td.sku {
  width: 12%;
}
@media (max-width: 480px) {
  #order-service .parts-conf-tbl tbody tr td.sku {
    display: none;
  }
}
#order-service .parts-conf-tbl tbody tr td.quantity {
  width: 10%;
}
#order-service .parts-conf-tbl tbody tr td.quantity input {
  width: 95%;
  text-align: left;
}
#order-service .parts-conf-tbl tbody tr td.quantity a {
  display: block;
  text-align: center;
  text-decoration: underline;
}
@media (max-width: 480px) {
  #order-service .parts-conf-tbl tbody tr td.quantity {
    width: 50%;
  }
}
#order-service .parts-conf-tbl tbody tr td.remove-item {
  width: 4%;
  text-align: center;
}
#order-service .parts-conf-tbl tbody tr td.remove-item a,
#order-service .parts-conf-tbl tbody tr td.remove-item img {
  display: block;
  width: 100%;
  height: auto;
}
#order-service .parts-conf-tbl tbody tr td.product-name {
  width: 27%;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}
@media (max-width: 480px) {
  #order-service .parts-conf-tbl tbody tr td.product-name {
    width: 50%;
  }
}
#order-service .parts-conf-tbl tbody tr td.reason {
  width: 44%;
}
#order-service .parts-conf-tbl tbody tr td.reason select {
  padding-right: 12%;
  background-position: 95% center;
}
@media (max-width: 620px) {
  #order-service .parts-conf-tbl tbody tr td.reason select {
    padding-right: 22px;
  }
}
#order-service .total-block h3 {
  color: #0cb4bf;
  margin: 15px 0;
}
#order-service .total-block hr {
  border-top: none;
  border-bottom: 1px solid #9ca1a1;
  width: 100%;
  margin: 0;
}
#order-service .total-block p {
  margin-bottom: 15px;
}
#order-service .total-block p.price {
  font-weight: bold;
  margin-top: 15px;
}
#order-service .total-block p.total-note {
  margin-top: 50px;
}
#order-service .order-comments {
  margin-top: 30px;
}
#order-service .order-comments textarea {
  height: 200px;
  margin-top: 15px;
  width: 75%;
  max-height: 200px;
  overflow-y: scroll;
  color: black;
  padding: 10px;
  font-weight: normal;
  resize: none;
}
#order-service .order-comments ::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #999999;
}
#order-service .order-comments :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
}
#order-service .order-comments ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
}
#order-service .order-comments :-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #999999;
}
#order-service .item-total {
  text-align: right;
}
@media (max-width: 480px) {
  #order-service .item-total {
    text-align: left;
  }
}
