a {
    color: #000;
}
a:hover {
    color: #000;
}
.table th {
    font-weight: 600;
}
.system-wrap {
    float: left;
    width: 100%;
    padding: 40px 0;
    margin-top: 140px;
    min-height: calc(100vh - 218px);
}
.system-wrap .popup {
    font-size: 12px;
    margin-top: 0;
    padding: 40px 15px;
}
.system-wrap .popup .offset1.span11 {
    margin: 0;
    width: 100%;
}
.system-wrap .popup .page-content .row {
    margin: 0;
}
.system-wrap .site-container {
    max-width: 1370px;
    margin: 0 auto;
}
.system-wrap .site-container:before,
.system-wrap .site-container:after {
    content: "";
    display: table;
    clear: both;
}

.system-wrap .alert {
    background: transparent;
    color: #000;
    border-color: #000;
    font-size: 11px;
    margin-top: 20px;
}
.system-wrap button:hover [class*="icon-"],
.system-wrap button:focus [class*="icon-"],
.system-wrap button:active [class*="icon-"] {
    background-image: url(../images/glyphicons-halflings-white.png);
}

textarea, select, input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"], input[type="week"],
input[type="number"], input[type="email"],
input[type="url"], input[type="search"],
input[type="tel"], input[type="color"],
.uneditable-input {
  width: 100%;
  position: relative;
  font: 400 11px/32px "Open Sans", Arial, sans-serif;
  color: #000;
  background: #fff;
  padding: 4px 10px;
  height: 38px;
  border: 1px solid #000;
  border-radius: 0;
  box-shadow: none;
  margin-bottom: 0;
}
textarea:focus, input[type="text"]:focus,
input[type="password"]:focus, input[type="datetime"]:focus,
input[type="datetime-local"]:focus, input[type="date"]:focus,
input[type="month"]:focus, input[type="time"]:focus,
input[type="week"]:focus, input[type="number"]:focus,
input[type="email"]:focus, input[type="url"]:focus,
input[type="search"]:focus, input[type="tel"]:focus,
input[type="color"]:focus, .uneditable-input:focus {
  border-color: #000;
  outline: none;
  box-shadow: none;
}
.system-wrap button,
.system-wrap .btn,
.system-wrap .btn-primary,
.system-wrap [type="submit"] {
    display: inline-block;
    font: 400 11px/38px "Open Sans", Arial, sans-serif;
    border: 1px solid #000;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border-radius: 20px;
    outline: none;
    text-shadow: none;
}
.control-actions .btn, .control-actions [type="submit"], .control-actions button,
.form-actions .btn, .form-actions [type="submit"], .form-actions button {
    min-width: 230px;
}
.system-wrap .btn + .btn,
.system-wrap button + .button {
  margin-left: 10px;
}
button:hover, .btn:hover, .btn-primary:hover, [type="submit"]:hover,
button:hover, .btn:focus, .btn-primary:focus, [type="submit"]:focus {
    background: #000;
    color: #fff;
    outline:none;
}
textarea {
    height: 160px;
}
/* Change the white to any color ;) */
@-webkit-keyframes autofill {
    to {
        color: #000;
        background: #fff;
    }
}

input:-webkit-autofill {
    -webkit-animation-name: autofill;
    -webkit-animation-fill-mode: both;
}
#loginbox {
    font-size: 11px;
}
#signupbox #newcustomertext div{
    display: inline;
    padding-right: 4px;
}
.page-header {
    border-bottom: 0;
    margin-top: 0;
}
.page-header h1, .page-header h2 {
    font: 600 18px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.page-header h1 + h3,
.page-header h2 + h3 {
  margin-top: 10px;
}
.account-row .span10 .page-header h1,
.account-row .span10 .page-header h2 {
    font-weight: 400;
}
.system-main-headline {
    float: left;
    width: 100%;
    font: 600 18px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 70px;
}
.main-headline-wrap.mobile {
    display: none;
}

/* === Login / Signup === */
#loginbox h4 {
    text-transform: uppercase;
    margin-bottom: 10px;
}
#loginbox .control-actions {
    margin-top: 30px;
}
.form-actions {
    border-top: 0;
}
/* === My Account === */
.account-row .span10 {
    padding-left: 50px;
    border-left: 1px solid #e2e2e2;
    font-size: 12px;
}
@media screen and (min-width: 768px) {
    .span2.account-nav-sidebar {
        width: 140px;
    }
    .account-row .span10 {
        width: calc(100% - 140px);
        margin-left: 0;
    }
}
.account-nav-sidebar .nav li {
    margin-bottom: 26px;
}
.account-nav-sidebar .nav a {
    font: 400 15px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
.account-nav-sidebar .nav a:hover,
.account-nav-sidebar .nav a:focus,
.account-nav-sidebar .nav a:active {
    background: none;
    color: #000;
}
.account-nav-sidebar .nav a.active {
    font-weight: 800;
}
.form-horizontal .form-actions {
    background: none;
    padding-left: 0;
    padding-right: 0;
}
#gatewayaccount [name="customerForm"] {
    margin-left: 0;
}
.form-horizontal .control-label {
    width: 100%;
    text-align: left;
    padding-bottom: 5px;
}
.form-horizontal .controls {
    margin-left: 0;
}
.row-fluid .page-content .row {
    margin-left: 0;
}
#dashboard #customerinfo {
    margin-right: 0;
    width: 95%;
    min-width: 290px;
}
#customerinfo .gridlabel {
    font-size: 12px;
    font-weight: 600;
    width: 120px;
}
#formresponses {
    max-width: 400px;
}
#formresponses th, #formresponses td {
    border: 0;
}
#dashboard h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    padding-bottom: 6px;
}
#dashboard .panel-link {
    margin-top: -30px;
}
#dashboard .panel-link:before {
    display: none;
}
#dashboard .panel-link a {
    font-weight: 600;
    text-decoration: underline;
}
#dashboard .panel-link a:hover {
    text-decoration: none;
}
#formresponses .btn {
    padding: 0 20px;
    line-height: 28px;
}
#formresponses thead {
    display: none;
}

/* === My Series === */
#series .span10 > .page-header,
#classes .span10 > .page-header{
    display: none;
}
#serieslisting {
    margin-bottom: 30px;
}
#serieslisting td, #serieslisting th {
    border: 0;
}

/* === My Classes === */
#classes #classlisting:only-child th {
    padding-top: 0;
}
#classlisting td, #classlisting th {
    border: 0;
}

/* === Edit Info === */
#edit .span10 > .page-header {
    display: none;
}
#edit [name="customerForm"] {
    margin-left: 0;
}
#edit input[type="text"],
#edit textarea,
#new input[type="text"],
#new textarea {
    width: 100%;
}
#birthdaterow .controls {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#birthdaterow select {
    flex: 0 0 32%;
}

/* === Referrals === */
#referralMessage form.span8 {
    margin-left: 0;
}
#referrallink {
    padding: 15px;
}
#referralsocial {
    margin-top: 10px;
}
#referralForm h4:first-child {
    margin-top: 0;
}

/* === System Buy page === */
#viewSeries .seriestype,
#needSeries .seriestype {
    display: none;
}
#viewSeries #serieslisting .row,
#needSeries #serieslisting .row{
    background: none;
    padding: 0;
    margin: 0;
    border: 0;
    box-shadow: none;
}
#viewSeries #serieslisting,
#needSeries #serieslisting {
    float: left;
    width: 100%;
}
div#serieslisting > form {
    width: calc(33.33% - 37px);
    margin-right: 37px;
    height: 120px;
    float: left;
    text-align: center;
}
#seriespromo {
    display: none;
}
div#serieslisting > form .seriessubmit {
    float: left;
    width: 100%;
    margin: 0;
    border: 0;
    padding-bottom: 0;
}
div#serieslisting > form .seriessubmit .btn {
    width: 206px;
    margin-top: 0;
}
div#serieslisting > form .seriesname {
    float: left;
    width: 100% !important;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px;
}
div#serieslisting > form .seriesname blockquote {
    display: none;
}
div#serieslisting > form .seriesname .name {
  margin-right: 10px;
  font: 600 14px/1 "Open Sans", Arial, sans-serif;
  text-transform: uppercase;
}
div#serieslisting > form .seriesname .info-wrap {
    position: relative;
}
div#serieslisting > form .seriesname .info-wrap .info-icon {
    width: 14px;
    height: 15px;
    float: left;
    background: url(../images/info-icon.svg) no-repeat center;
    background-size: cover;
}
div#serieslisting > form .seriesname .info-wrap .info {
    position: absolute;
    width: 188px;
    background: #000;
    padding: 20px;
    color: #fff;
    top: 100%;
    margin-top: 14px;
    right: -31px;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    text-align: left;
    font: 400 11px/1.4 "Open Sans", Arial, sans-serif;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
div#serieslisting > form .seriesname .info-wrap .info:before {
  content: "";
  display: block;
  position: absolute;
  right: 15%;
  top: -13px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 14px 10px;
  border-color: transparent transparent #000000 transparent;
}
div#serieslisting > form .seriesname .info-wrap:hover .info {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
  z-index: 3;
}

/* Series Terms */
#seriesTerms .page-header h3 {
    font: 600 18px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
}
#seriesterms .center {
    margin-top: 20px;
}

/* === Billing === */
#billing .panel-bordered {
    background: none;
    box-shadow: none;
    border-radius: 0;
    border: 1px solid #000;
    padding: 40px;
}
#billing input[type="text"],
#billing input[type="password"] {
  margin-bottom: 10px;
}
#billing h3 {
    font: 600 18px/1 "Open Sans", Arial, sans-serif;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 10px;
}
#billing label {
  margin-bottom: 10px;
  width: auto;
}
#billing form[name="checkoutForm"] .control-group {
  margin-bottom: 0;
}
#billing form[name="checkoutForm"] #savecardrow {
  margin-bottom: 20px;
}
#savecardrow label {
  padding-right: 10px;
}
#savecardrow a {
  position: relative;
  top: 8px;
}
#ordersummary th {
  background: none;
}
#forgotPassword  input.formFields,
#forgotPassword  input.formFields:focus {
    outline: none !important;
    box-shadow: none !important;
    border-color: #000 !important;
}

/* === Schedule === */
.schedule-studio-filter {
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.schedule-studio-filter li {
    padding: 0 24px;
}
.schedule-studio-filter li a {
    float: left;
    font: 600 13px/1 "Open Sans";
    text-transform: uppercase;
    color: rgba(0,0,0,0.4);
}
.schedule-studio-filter li a:hover {
    color: #000;
}
.schedule-studio-filter li a.active {
    color: #000;
    font-weight: 700;
}
#schedule .page-header {
    display: none;
}
#schedule .flex-pricing {
    display: none;
}
#reserveFilter {
    display: flex;
    width: 100%;
    float: left;
    justify-content: center;
    margin: 20px 0 30px;
}
#reserveFilter > li {
    margin: 0 16px;
    max-width: 40%;
}
#reserveFilter .dropdown-toggle {
    display: inline-block;
    font: 400 11px/38px "Open Sans", Arial, sans-serif;
    border: 1px solid #000;
    padding: 0 40px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    background: transparent;
    border-radius: 20px;
    width: 376px;
}
#reserveFilter .dropdown-toggle:after {
      content: "\f107";
      display: block;
      float: right;
      font-family: "fontAwesome";
      font-size: 18px;
      position: relative;
      right: -15px;
}
#reserveFilter .dropdown-toggle .caret {
  display: none;
}
#reserveFilter .dropdown-toggle:hover {
    background: #000;
    color: #fff;
}
#reserveFilter .dropdown-toggle:focus,
#reserveFilter .dropdown-toggle:active {
   color: #000;
   background: transparent;
}
.scheduleTable {
    float: left;
    width: 100%;
    table-layout: fixed;
}
#reserveFilter .dropdown-menu {
  width: calc(100% - 40px);
  box-shadow: none;
  border-color: #000;
  border-radius: 0;
  margin-left: 20px;
}
#reserveFilter .dropdown-menu li a:hover,
#reserveFilter .dropdown-menu li a:focus,
#reserveFilter .dropdown-menu li a:active {
  background: #000;
  color: #fff;
}
.scheduleTable {
    font-size: 11px;
}
.scheduleTable tbody tr td {
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px !important;
}
.scheduleTable thead tr td {
    font: 800 11px/1.2 "Open Sans";
    text-transform: uppercase;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #f8f8f8;
    padding-left: 10px;
}
.scheduleTable thead tr td span {
    display: block;
    color: #000;
    padding: 0;
}
.scheduleBlock {
  border-bottom: 2px solid #f8f8f8;
}
.scheduleBlock .scheduleClass {
    font: 800 11px/1.2 "Open Sans";
}
.scheduleBlock .scheduleTime {
    font: 800 11px/1.2 "Open Sans";
}
.scheduleBlock .scheduleTime .classlength {
    margin-top: 18px;
}
#reserveweeknav {
  float: left;
  width: 100%;
  text-align: left;
  margin-top: 0;
}
#reserveweeknav .previous {
  position: relative;
  left: -30px;
  display: inline-block;
}
#reserveweeknav .next {
  position: relative;
  right: -30px;
  display: inline-block;
  float: right;
}
#reserveweeknav a {
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
}
#reserveweeknav a,
#reserveweeknav a:hover,
#reserveweeknav a:active {
    border: 0;
    background: none;
}
#reserveweeknav li.previous a span:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 58px;
    background: url(../images/icons/arrow_left.svg) no-repeat top left;
    background-size: cover;
    position: relative;
    top: 24px;
    margin-right: 40px;
}
#reserveweeknav li.next a span:after {
    content: "";
    display: inline-block;
    width: 30px;
    height: 58px;
    background: url(../images/icons/arrow_right.svg) no-repeat top left;
    background-size: cover;
    position: relative;
    top: 24px;
    margin-left: 40px;
}
#schedule .popover {
    background: #000;
    border: 0;
    box-shadow: none;
    color: #fff;
    border-radius: 0;
}
#schedule .popover.top .arrow {
    border-top-color: #000;
}
#schedule .popover.top .arrow:after {
    border-top-color: #000;
}
#schedule .popover.left .arrow {
    border-left-color: #000;
}
#schedule .popover.left .arrow:after {
    border-left-color: #000;
}
#schedule .popover.right .arrow {
    border-right-color: #000;
}
#schedule .popover.right .arrow:after {
    border-right-color: #000;
}
#schedule .popover.bottom .arrow {
    border-bottom-color: #000;
}
#schedule .popover.bottom .arrow:after {
    border-bottom-color: #000;
}
#schedule .popover .popover-title {
    background: transparent;
    font: 800 11px/1.2 "Open Sans";
    border: 0;
    padding-bottom: 0;
}
#schedule .popover .popover-content {
   font: 600 11px/1.4 "Open Sans";
}
.account-listing .btn.btn-mini.dropdown-toggle {
    padding: 0;
    border: 0;
    box-shadow: none;
    background: none;
    line-height: 1;
}
.account-listing .btn.btn-mini.dropdown-toggle .caret {margin-top: 5px;}
.account-listing .btn.btn-mini.dropdown-toggle:hover,
.account-listing .btn.btn-mini.dropdown-toggle:active,
.account-listing .btn.btn-mini.dropdown-toggle:focus {
    background: transparent;
    color: #000;
}
.account-listing .dropdown-menu li a:hover {
  background: #000;
  color: #fff;
}



@media screen and (max-width: 767px) {
    .system-wrap {
        margin-top: 94px;
        padding: 20px 0;
        font-size: 12px;
        min-height: 770px;
    }
    div#serieslisting > form {
        width: 100%;
        float: left;
        position: relative;
        margin: 0 0 30px;
        height: 100px;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    }
    div#serieslisting > form .seriessubmit .btn {
        width: 80%;
    }
    .control-actions .btn,
    .control-actions [type="submit"],
    .control-actions button,
    .form-actions .btn,
    .form-actions [type="submit"],
    .form-actions button {
        min-width: 150px;
        font-size: 13px;
        font-weight: 600;
    }
    .main-headline-wrap.mobile {
        display: block;
    }
    .main-headline-wrap.desktop {
        display: none;
    }
    .system-main-headline {
        text-align: center;
        margin-bottom: 30px;
    }
    .system-main-headline:after {
        content: "+";
        padding-left: 5px;
        width: 10px;
        display: inline-block;
    }
    .system-main-headline.active:after {
        content: "-";
    }
    .account-row .account-nav-sidebar {
        display: none;
    }
    .account-nav-sidebar .nav li {
        margin: 0;
        padding: 0;
        border-bottom: 1px solid rgba(216,216,216,0.6);
        text-align: center;
    }
    .account-nav-sidebar .nav li:first-child {
        border-top: 1px solid rgba(216,216,216,0.6);
    }
    .account-nav-sidebar .nav a {
        font-size: 14px;
        padding: 20px 0;
    }
    .account-row .span10 {
        padding-left: 0;
        border-left: 0;
    }

    #series #serieslisting thead tr:not(.listing-header),
    #chooseSeries #serieslisting thead tr:not(.listing-header) {
        display: none;
    }
    #series #serieslisting tr,
    #chooseSeries #serieslisting tr{
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    #series #serieslisting tr + tr,
    #chooseSeries #serieslisting tr + tr {
        border-top: 1px solid rgba(216,216,216,0.6);
    }
    #serieslisting tbody td {
        font-size: 12px;
        text-align: right;
    }
    #serieslisting tbody td:before {
        content: "";
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 600;
    }
    #series #serieslisting tbody td:first-child:before {
        content: "Activation Date";
    }
    #series #serieslisting tbody td:nth-child(2):before {
        content: "Series";
    }
    #series #serieslisting tbody td:nth-child(3):before {
        content: "Class Count";
    }
    #series #serieslisting tbody td:nth-child(4):before {
        content: "Remaining";
    }
    #series #serieslisting tbody td:nth-child(5):before {
        content: "Expires";
    }

    #chooseSeries #serieslisting tbody td:first-child:before {
        content: "Select Series";
    }
    #chooseSeries #serieslisting tbody td:nth-child(2):before {
        content: "Class Count";
    }
    #chooseSeries #serieslisting tbody td:nth-child(3):before {
        content: "Remaining";
    }
    #chooseSeries #serieslisting tbody td:nth-child(4):before {
        content: "Purchased";
    }
    #chooseSeries #serieslisting tbody td:nth-child(5):before {
        content: "Expires";
    }
    .listing-header td {
        font-size: 14px;
        font-weight: 600;
    }

    #classlisting .only-xs-mobile {
        display: none;
    }
    #classes #classlisting thead tr:not(.listing-header) {
        display: none;
    }
    #classes #classlisting tr {
        display: flex;
        flex-direction: column;
        padding: 20px 0;
    }
    #classes #classlisting tr + tr {
        border-top: 1px solid rgba(216,216,216,0.6);
    }
    #classlisting tbody td {
        font-size: 12px;
        text-align: right;
    }
    #classlisting tbody td:before {
        content: "";
        display: block;
        float: left;
        font-size: 12px;
        font-weight: 600;
    }
    #classlisting tbody td:first-child:before {
        content: "Date";
    }
    #classlisting tbody td:nth-child(2):before {
        content: "Spot";
    }
    #classlisting tbody td:nth-child(4):before {
        content: "Instructor";
    }
    #classlisting tbody td:nth-child(6):before {
        content: "Status";
    }
    #classlisting tbody td:nth-child(7):not(.empty):before {
        content: "Action";
    }
    #classlisting tbody td.empty {
        display: none;
    }
    #formresponses th, #formresponses td {
        font-size: 100%;
    }
    #referralsocial .btn {
        padding: 0 20px;
    }
    #billing .panel-bordered {
        padding: 20px;
    }

    /* === Schedule === */
    .reservelist.accordion {
        float: left;
        width: 100%;
    }
    #reserveFilter {
      justify-content: space-between;
    }
    #reserveFilter > li {
      margin: 0;
      max-width: 140px;
      flex: 0 0 45%;
    }
    #reserveFilter .dropdown-toggle {
        padding: 0 20px;
        font-weight: 600;
        min-width: 140px;
        width: 100%;
    }
    #reserveFilter .dropdown-toggle:after {
      right: -10px;
    }
    #reserveFilter .dropdown-menu {
      margin-left: 0;
      max-width: 100%;
      min-width: 0;
      width: 100%;
    }
    .reservelist .accordion-heading .accordion-toggle {
        border-top: 1px solid #9B9B9B;
        border-bottom: 0;
        border-left: 0;
        border-right: 0;
        font-size: 13px;
        font-weight: 800;
        padding: 26px 5px;
        text-transform: uppercase;
    }
    .reservelist .accordion-group {
      border: 0;
    }
    .reservelist .scheduleBlock > .row {
      border: 0;
      font-size: 14px;
      padding-left: 0;
      padding-right: 0;
    }
    .reservelist .scheduleBlock:last-child {
      border-bottom: 0;
    }
    .reservelist .accordion-inner {
      padding: 0;
      border-top: 1px solid #9B9B9B;
    }
    .reservelist .scheduleBlock .scheduleClass,
    .reservelist .scheduleBlock .scheduleTime {
      font-size: 14px;
      line-height: 1.3;
    }
    #choosespot .reservelist {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        padding: 0;
        margin-top: 20px;
    }
    #choosespot .reservelist li {
        flex: 0 0 25%;
        line-height: 1;
        text-align: center;
    }
     #choosespot .reservelist li.mine > span {
        display: inline-block;
         width: 40px;
         height: 40px;
         text-align: center;
         line-height: 38px;
         font-size: 0;
         border-radius: 20px;
         padding: 0;
         opacity: 0.3;
    }
    #choosespot .reservelist li.mine > span span {
      font-size: 14px;
    }
     #choosespot .reservelist li a {
         display: inline-block;
         width: 40px;
         height: 40px;
         text-align: center;
         line-height: 38px;
         font-size: 14px;
         border-radius: 20px;
         padding: 0;
     }
      #choosespot .reservelist li a:hover,
      #choosespot .reservelist li a:active {
          border: 1px solid #000;
          font-weight: 700;
          background: none;
      }
      #choosespot .reservelist li i {
          display: none;
      }
      #choosespot .toolbar h1 {
          font-size: 18px;
          font-weight: 600;
          text-transform: uppercase;
      }
      #choosespot .toolbar + h2 {
          font-size: 18px;
          font-weight: 400;
          text-transform: uppercase;
      }
      #roommap {
        width: 100%;
        margin-left: 0;
        padding-top: 10px;
      }
      #choosespot [data-target="#roommap"] {
        margin-top: 10px;
      }


}

@media screen and (max-width: 430px) {
    .control-actions .btn,
    .control-actions [type="submit"],
    .control-actions button,
    .form-actions .btn,
    .form-actions [type="submit"],
    .form-actions button {
            width: 100%;
            margin-left: 0 !important;
            margin-bottom: 10px;
    }
    #choosespot .toolbar + h2 {
        display: flex;
        flex-direction: column;
    }
}

.btn.spinner-up,
.btn.spinner-down{
    display: block;
    padding: 8px;
    margin-left: 0px !important;
}

.btn.spinner-up i,
.btn.spinner-down i {
    display: block;
    left: -6px;
    top: -8px;
    transform: scale(0.7);
    transform-origin: center;
}

.spinner {
    display: inline-flex;
}

.quantity .btn.btn-mini {
    margin-left: 10px;
}

.spinner-buttons {
    left: 5px !important;
    top: -1px !important;
}

#shopsubnav {
    display: none;
}
#cart .row.checkout {
    margin-left: 0;
}
#cart .row.checkout .span12 {
    width: 100%;
    margin-left: 0;
}
#savedcardlisting .btn {
    padding: 0 20px;
    line-height: 28px;
    border-radius: 20px !important;
    font-size: 14px;
}
#savedcardlisting .btn i.hidden {
    display: inline-block;
    visibility: visible;
}
#savedcardlisting .btn [class*="icon-"] {
    display: none;
}

.schedule-studio-filter li a.active-link {
  color: #000;
  font-weight: 700;
}