/*--------------------------------------------------------------
Vars and Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Skeleton
--------------------------------------------------------------*/
body, html {
  text-transform: none;
  font-weight: 400; }

#cookie-status {
  display: none; }

.cookie-status-message {
  display: none; }

.page-main {
  animation: fadein 500ms;
  -moz-animation: fadein 500ms;
  /* Firefox */
  -webkit-animation: fadein 500ms;
  /* Safari and Chrome */
  -o-animation: fadein 500ms;
  /* Opera */ }

@keyframes fadein {
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-moz-keyframes fadein {
  /* Firefox */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
@-o-keyframes fadein {
  /* Opera */
  from {
    opacity: 0; }

  to {
    opacity: 1; } }
.columns {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: min-content min-content 1fr;
  column-gap: 2em;
  row-gap: 2em; }

@media only screen and (max-width: 480px) {
  .columns {
    display: flex;
    flex-direction: row; } }
@media only screen and (min-width: 768px) {
  .columns {
    grid-template-columns: minmax(250px, 1fr) 1fr 1fr minmax(250px, 1fr); } }
/* 1column*/
.page-layout-1column .column.main {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 5;
  float: none;
  width: 100%; }

/* 2columns-left*/
.page-layout-2columns-left .column.main {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  float: none;
  width: 100%;
  order: 2 !important; }

.page-layout-2columns-left .sidebar-main {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  order: 1 !important; }

.page-layout-2columns-left .sidebar-additional {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  float: none;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  order: 3 !important; }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .column.main {
    grid-column-start: 2;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 5;
    float: none;
    width: 100%; }

  .page-layout-2columns-left .sidebar-main {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0em; }

  .page-layout-2columns-left .sidebar-additional {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 5;
    float: none;
    width: 100%;
    padding-left: 0;
    padding-right: 0em; } }
/* 2columns-right*/
.page-layout-2columns-right .column.main {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 4;
  float: none;
  width: 100%;
  order: 2 !important; }

.page-layout-2columns-right .sidebar-main {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 2;
  float: none;
  width: 100%;
  padding-left: 0em;
  padding-right: 0em;
  order: 1 !important; }

.page-layout-2columns-right .sidebar-additional {
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 4;
  grid-row-end: 5;
  float: none;
  width: 100%;
  padding-left: 0em;
  padding-right: 0em;
  order: 3 !important; }

@media only screen and (min-width: 768px) {
  .page-layout-2columns-right .column.main {
    grid-column-start: 1;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    float: none;
    width: 100%; }

  .page-layout-2columns-right .sidebar-main {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 1;
    grid-row-end: 2;
    float: none;
    width: 100%;
    padding-left: 0em;
    padding-right: 0em; }

  .page-layout-2columns-right .sidebar-additional {
    grid-column-start: 4;
    grid-column-end: 5;
    grid-row-start: 2;
    grid-row-end: 5;
    float: none;
    width: 100%;
    padding-left: 0em;
    padding-right: 0em; } }
@media only screen and (min-width: 768px) {
  .account.page-layout-2columns-left .column.main,
  .account.page-layout-2columns-left .sidebar-main,
  .account.page-layout-2columns-left .sidebar-additional {
    width: 100%; } }
/* Skeleton colors */
.page-main {
  padding-top: 6rem;
  background-color: white; }

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
/* header */
.logo {
  width: 150px;
             /*
margin: 0 0 0 0;
display: block;
font-size: 0;
left: 60px;
position: absolute;
top: 10px;
bottom: 5px;
max-width: 230px; */ }

.logo img {
  width: 100%;
  height: auto; }

@media only screen and (min-width: 768px) {
  .logo {
    width: 250px;
    margin: -8px auto 25px 0;
    position: relative;
    left: 0px;
    top: 0px; }

  .page-header {
    background-color: #fff; }

  .page-header .panel.wrapper {
    background-color: #34373c; }

  .page-header .panel {
    color: #fff; }

  .page-header .panel ul.dropdown,
  .page-header .panel ul.dropdown a,
  .page-header .panel ul.dropdown .alink {
    color: #333333; }

  .page-header .switcher li, .page-footer .switcher li {
    font-size: 1.4rem; }

  .panel.header .links {
    display: flex; }

  li.greet {
    order: 1; }

  .page-header .panel a, .page-header .panel .alink {
    color: silver;
    text-decoration: none; }

  .page-header .panel a:hover, .page-header .panel .alink:hover {
    color: #fff;
    text-decoration: none; } }
/* nav > _theme_navigations */
/* main */
.breadcrumbs {
  background-color: white; }

.page-main {
  padding-top: 6rem;
  background-color: white; }

/* footer */
.page-footer {
  background-color: #34373c; }

.footer.content {
  border-top: 0px solid #d1d1d1;
  margin-top: 25px;
  padding-bottom: 25px;
  padding-top: 25px;
  color: #c3c6cb; }

.footer.content a, .footer.content .alink {
  display: inline-block;
  color: #33aaee;
  text-decoration: none;
  padding: 10px 0; }

.footer.content a.button {
  display: inline-block;
  color: #ffffff;
  background: #33aaee;
  text-decoration: none;
  padding: 6px 10px;
  margin: 5px 0;
  border: 1px solid #1399e5;
  border-radius: 3px; }

.footer.content a:hover.button {
  color: #ffffff;
  background: #1399e5;
  border: 1px solid #1399e5;
  text-decoration: none; }

.footer.content address {
  display: block;
  margin: 2em 0 1em 0;
  color: #c3c6cb;
  font-size: 1.1rem; }

.footer.content .license-logos {
  opacity: 0.7; }

.footer.content a:hover, .footer.content .alink:hover {
  color: #c3c6cb;
  text-decoration: underline;
  text-decoration: none; }

.footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  column-gap: 8rem;
  row-gap: 4rem; }

.footer.content .links {
  display: inline-block;
  margin-bottom: 2rem;
  padding: 0 0 0 0;
  vertical-align: top; }

.footer.content .links .block-title {
  border-bottom: 1px solid #c3c6cb;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.8rem; }

img.footerlink-icons {
  width: 32px;
  height: 32px;
  margin: 0;
  margin-right: 1em; }

.links.social-media a {
  display: flex;
  align-items: center; }

/* Messages */
.messages {
  margin-bottom: 3em; }

.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  margin: 0 0 10px;
  padding: 16px 20px;
  display: block;
  line-height: 1.2em;
  font-size: 1.45rem;
  padding-left: 60px;
  position: relative;
  border-radius: 3px; }

.message.info {
  color: #636363;
  background: #e3f2f9;
  border: 1px solid #636363; }

.message.info a {
  color: #636363;
  text-decoration: underline; }

.message.info a:hover {
  color: #636363;
  text-decoration: underline; }

.message.info a:active {
  color: #636363; }

.message.error {
  color: #636363;
  background: #f9d0c6;
  border: 1px solid #636363; }

.message.error a {
  color: #636363;
  text-decoration: underline; }

.message.error a:hover {
  color: #636363;
  text-decoration: underline; }

.message.error a:active {
  color: #636363; }

.message.warning {
  color: #636363;
  background: #fef5d3;
  border: 1px solid #636363; }

.message.warning a {
  color: #636363;
  text-decoration: underline; }

.message.warning a:hover {
  color: #636363;
  text-decoration: underline; }

.message.warning a:active {
  color: #636363; }

.message.notice {
  color: #636363;
  background: #fef5d3;
  border: 1px solid color__messages-notice-text; }

.message.notice a {
  color: #636363;
  text-decoration: underline; }

.message.notice a:hover {
  color: #636363;
  text-decoration: underline; }

.message.notice a:active {
  color: #636363; }

.message.success {
  color: #636363;
  background: #d3ece7;
  border: 1px solid #636363; }

.message.success a {
  color: #636363;
  text-decoration: underline; }

.message.success a:hover {
  color: #636363;
  text-decoration: underline; }

.message.success a:active {
  color: #636363; }

.message.info > *:first-child:before,
.message.error > *:first-child:before,
.message.warning > *:first-child:before,
.message.notice > *:first-child:before,
.message.success > *:first-child:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 28px;
  line-height: 42px;
  margin: -14px 0 0 10px;
  vertical-align: middle;
  display: inline-block;
  font-weight: normal;
  overflow: hidden;
  speak: none;
  left: 0;
  top: 18px;
  width: 40px;
  position: absolute;
  text-align: center; }

.message.info > *:first-child:before {
  color: #636363;
  content: '\f05a';
  font-family: 'FontAwesome'; }

.message.error > *:first-child:before {
  color: #636363;
  content: '\f071';
  font-family: 'FontAwesome'; }

.message.warning > *:first-child:before {
  color: #636363;
  content: '\f06a';
  font-family: 'FontAwesome'; }

.message.notice > *:first-child:before {
  color: #636363;
  content: '\f06a';
  font-family: 'FontAwesome'; }

.message.success > *:first-child:before {
  color: #636363;
  content: '\f058';
  font-family: 'FontAwesome'; }

/*  Cart */
.minicart-wrapper .action.showcart .counter.qty {
  background: #0099cc; }

.cart-summary .block > .title::after, .paypal-review-discount .block > .title::after {
  position: absolute;
  right: -5px;
  top: 5px; }

.cart.table-wrapper .actions-toolbar > .action.action-edit {
  display: none; }

a.action.viewcart {
  background: #1ed760;
  border: 1px solid #1bc156;
  color: #fff !important;
  font-weight: 400;
  display: block;
  text-decoration: none;
  margin: 5px 0;
  border-radius: 3px;
  line-height: 2.2rem;
  padding: 14px 0;
  font-size: 1.8rem;
  width: 100%; }

a.action.viewcart:hover {
  background: #1bc156;
  border: 1px solid #1bc156;
  color: #fff !important; }

/* Paging */
.pages .item,
.pages strong.page {
  font-size: 1.6rem;
  font-weight: 400; }

.pages a.page {
  color: #33aaee; }

.pages a.page:hover {
  color: #1399e5; }

/* Cookie notice */
.message.global.noscript, .message.global.cookie {
  margin: 0 0;
  padding: 30px 30px;
  display: block;
  line-height: 1.5em;
  font-size: 1.3rem;
  background: white;
  border-top: 1px solid silver;
  color: #323232; }

.message.global.cookie .content {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  width: auto; }

.sparsh_banner {
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 20px; }

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
/* nav */
/* Header */
@media only screen and (max-width: 768px) {
  .header {
    display: flex;
    flex-direction: column; }

  .nav-toggle {
    display: inline-block;
    float: none;
    width: auto; }

  .logo {
    display: inline-block;
    float: none;
    width: 180px;
    margin-left: 5rem; }

  .minicart-wrapper {
    display: inline-block;
    float: none;
    width: auto; }

  .block-search {
    display: inline-block;
    float: none;
    width: auto; } }
.nav-toggle::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 36px;
  line-height: inherit;
  color: silver; }

.nav-toggle:hover::before {
  color: #fff; }

.block-search .label::before {
  font-size: 35px;
  line-height: 33px;
  color: silver; }

.block-search .label:hover::before {
  color: #fff; }

.navigation .parent .level-top::after {
  position: absolute;
  right: 7px;
  top: 8px; }

.nav-sections .switcher-trigger strong::after {
  position: absolute;
  right: -40px;
  top: -42px; }

.nav-sections .switcher .label {
  display: block;
  margin-bottom: 25px; }

.page-header {
  background-color: #34373c;
  background-image: url(../img/mtrax-music-bg-banner-wide.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: auto; }

.minicart-wrapper .action.showcart:before {
  color: silver; }

.minicart-wrapper .action.showcart:hover:before {
  color: #fff; }

@media only screen and (min-width: 768px) {
  .page-header {
    height: 300px; }

  .page-header .panel.wrapper {
    background-color: transparent; }

  .page-header .panel.wrapper {
    border-bottom: 0px; }

  .navigation li.level0 {
    border-top: none;
    border-left: 1px solid #333; }

  .navigation .level0 > .level-top {
    color: #333333;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-top: 1.8rem;
    padding-bottom: 2rem; } }
.nav-sections, .navigation {
  background-color: #34373c; }

.nav-sections-item-title {
  background: transparent;
  border: solid #dbdbdb;
  border-width: 0 0 1px 1px; }

.nav-sections-item-title.active {
  background: transparent;
  border-bottom: 0; }

.nav-sections-item-title a.nav-sections-item-switch {
  color: silver; }

.nav-sections-item-title.active a.nav-sections-item-switch {
  color: #fff; }

.navigation .level0 > .level-top {
  font-weight: 400;
  padding-left: 10px !important;
  padding-right: 30px !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important;
  text-transform: none;
  word-wrap: break-word;
  color: #fff; }

.navigation .level0.has-active > .level-top {
  color: #333333;
  border-color: #0099cc;
  border-style: solid;
  border-width: 0 1 0px 0; }

.navigation .level0 > .level-top:hover,
.navigation .level0 > .level-top.ui-state-focus {
  color: silver; }

.navigation .level0 > .level1 {
  font-weight: 400; }

.navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
  margin-left: 10px; }

.navigation a, .navigation a:hover {
  color: silver;
  text-decoration: none; }

.navigation .submenu > li > a:hover {
  background: silver;
  color: #fff; }

.navigation .submenu:not(:first-child) .active > a {
  color: #fff; }

.nav-sections ul.header.links {
  margin-left: 25px;
  margin-right: 25px; }

.nav-sections .header.links a {
  color: #fff;
  font-weight: 400;
  padding: 20px 10px 20px 10px; }

.nav-sections .header.links a:hover {
  color: silver;
  font-weight: 400;
  padding: 20px 10px 20px 10px; }

.nav-sections .header.links li.greet.welcome {
  color: #fff;
  font-weight: 400;
  display: none; }

.nav-sections .switcher {
  color: #fff;
  font-weight: 400; }

.nav-sections .switcher strong {
  font-weight: 400; }

.nav-sections .switcher a {
  color: #fff;
  font-weight: 400; }

.nav-sections .switcher a:hover {
  color: silver;
  text-decoration: none; }

@media only screen and (min-width: 768px) {
  .nav-sections, .navigation {
    background-color: #333333;
    background-color: #ffffff;
    font-weight: 400; }

  .navigation .level0.parent > .level-top > .ui-menu-icon::after {
    font-size: 24px; }

  .navigation .level0 > .level-top {
    color: #333333;
    font-size: 1.6rem;
    line-height: 2.2rem;
    padding-top: 0.8rem;
    padding-bottom: 1.0rem; }

  .navigation .level0.active > .level-top,
  .navigation .level0.has-active > .level-top {
    color: #333333;
    border-color: #34373c;
    border-style: solid;
    border-width: 0 0 0px; }

  .navigation .level0.active > a:not(.ui-state-active) span:not(.ui-menu-icon), .navigation .level0.has-active > a:not(.ui-state-active) span:not(.ui-menu-icon) {
    margin-left: 0px; }

  .navigation .level0 > .level-top:hover,
  .navigation .level0 > .level-top.ui-state-focus {
    color: #33aaee; }

  .navigation .level0.submenu {
    font-weight: 400; }

  .navigation .level0.submenu .active > a {
    border-color: #33aaee;
    border-style: solid;
    border-width: 0 0 0 0px; }

  .navigation .submenu:not(:first-child) .active > a {
    color: #333333; }

  .navigation .level0.submenu a:hover,
  .navigation .level0.submenu a.ui-state-focus {
    background: #33aaee;
    color: white;
    text-decoration: none; }

  .field.search .nested {
    display: none; }

  .page-header .panel.wrapper .switcher .options ul.dropdown, .page-footer .switcher .options ul.dropdown {
    margin: 0;
    padding: 0;
    list-style: none none;
    background: white;
    border: 1px solid #e6e6e6;
    margin-top: 4px;
    min-width: 160px;
    z-index: 100;
    box-sizing: border-box;
    display: none;
    position: absolute;
    top: 100%;
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.15);
    border-radius: 3px; }

  .page-header .panel.wrapper .switcher .options ul.dropdown a, .page-footer .switcher .options ul.dropdown a {
    display: block;
    padding: 10px; }

  .page-header .panel.wrapper .switcher li, .page-footer .switcher li {
    font-size: 1em;
    margin: 0; }

  .page-header .panel.wrapper .switcher .options ul.dropdown li:hover, .page-footer .switcher .options ul.dropdown li:hover {
    background: white;
    cursor: pointer; }

  .page-header .panel.wrapper .switcher .options ul.dropdown a:hover, .page-footer .switcher .options ul.dropdown a:hover {
    text-decoration: none;
    color: #33aaee;
    background: white; } }
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body, .product-item {
  font-size: 14px;
  line-height: 21px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

.product-info-main .page-title-wrapper .page-title,
h1 {
  font-size: 38px;
  line-height: 42px;
  margin-top: 14px;
  margin-bottom: 28px; }

h2, .column.main .block-title {
  font-size: 28px;
  line-height: 35px;
  margin-top: 28px;
  margin-bottom: 14px; }

h3, .block-title, .products-list strong.product.name.product-item-name {
  font-size: 22px;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 14px; }

h4 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 28px;
  margin-bottom: 14px; }

h5 {
  font-size: 18px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 14px; }

h6 {
  font-size: 16px;
  line-height: 28px;
  margin-top: 14px;
  margin-bottom: 14px; }

.block-title, .products-list strong.product.name.product-item-name {
  margin-top: 0px; }

b, strong, label {
  font-weight: 600; }

p, ul, ol, ul > li, ol > li {
  margin-bottom: 14px; }

a, .alink,
a:visited, .alink:visited,
a:focus, .alink:focus,
a:active, .alink:active {
  color: #33aaee;
  text-decoration: none; }

/* Customer account */
.account-nav .item a {
  text-decoration: none; }

.account-nav .item a, .account-nav .item > strong {
  text-decoration: none; }

.account-nav .item a:hover {
  color: white;
  background: #33aaee; }

.block-title .action span {
  font-size: 1.45rem; }

.table-downloadable-products .product-name {
  display: block; }

th.remaining, td.remaining {
  text-align: right; }

.action.primary {
  background: #33aaee;
  border: 1px solid #1ba0ec;
  color: #fff !important;
  font-weight: 400; }

.action.primary.cta-button {
  display: block;
  text-align: center;
  font-size: 24px;
  padding: 3rem; }

.action.primary:hover {
  background: #1399e5;
  border: 1px solid #1189ce;
  color: #fff !important; }

.action.primary.checkout {
  background: #33aaee;
  border: 1px solid #1ba0ec;
  color: #fff !important; }

.action.primary.checkout:hover {
  background: #1ba0ec;
  border: 1px solid #1292dc;
  color: #fff !important; }

.block-compare .action.compare, .cart-summary .actions-toolbar > .primary button, .cart-summary .form.giftregistry .fieldset .action.primary, .paypal-review .block .actions-toolbar .action.primary, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action, .cart-summary .actions-toolbar > .primary .action-gift {
  background: #33aaee;
  border: 1px solid #1ba0ec;
  color: #fff !important;
  font-weight: 400; }

.abs-revert-secondary-color:hover, .block-compare .action.compare:hover, .cart-summary .actions-toolbar > .primary button:hover, .cart-summary .form.giftregistry .fieldset .action.primary:hover, .paypal-review .block .actions-toolbar .action.primary:hover, .cart-summary .actions-toolbar > .primary .cart.table-wrapper .actions-toolbar > .action:hover, .cart-summary .actions-toolbar > .primary .action-gift:hover {
  background: #1399e5;
  border: 1px solid #1189ce;
  color: #fff !important; }

a.button {
  background: #33aaee;
  border: 1px solid #1ba0ec;
  color: #fff !important;
  font-weight: 400;
  display: inline-block;
  text-decoration: none;
  padding: 6px 10px;
  margin: 5px 0;
  border-radius: 3px; }

a.button:hover {
  background: #1399e5;
  border: 1px solid #1189ce;
  color: #fff !important; }

/* Cart */
.cart.table-wrapper .item-options {
  font-size: 1.4rem; }

.cart.table-wrapper .product-item-name {
  font-size: 1.8rem; }

.cart.table-wrapper .product-item-name > a, .cart.table-wrapper .product.name a > a {
  color: #33aaee;
  text-decoration: none; }

.cart.table-wrapper .col {
  padding-top: 27px; }

.cart-summary > .title {
  display: block;
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.6rem;
  margin-top: 1.5rem;
  margin-bottom: 1rem; }

.column.main .cart-summary .block > .title strong, .column.main .paypal-review-discount .block > .title strong, .cart-summary .title {
  font-size: 1.6rem;
  font-weight: 400; }

.summary.title {
  font-size: 1.8rem;
  font-weight: 700; }

.cart-summary {
  background: white;
  border: 1px solid #dfd8cf;
  border-radius: 3px; }

/* Checkout */
.page-layout-checkout .columns {
  display: block; }

.opc-sidebar {
  margin: 0 0 20px; }

.opc-block-summary {
  background: white;
  padding: 0 30px 22px 30px;
  margin: 0 0 20px; }

.opc-progress-bar-item._active::before,
.opc-progress-bar-item._active > span::before {
  background: #34373c; }

.items-in-cart .product-image-wrapper img {
  height: auto; }

/* Layered navigation */
a.action.clear.filter-clear {
  display: inline-block;
  text-decoration: none;
  padding: 0 5px;
  background: #33aaee;
  border: 1px solid #1ba0ec;
  color: #fff !important;
  font-weight: 400;
  border-radius: 3px; }

a.action.clear.filter-clear span::before {
  font-family: "FontAwesome";
  content: "\f057";
  margin-right: 5px; }

a.action.clear.filter-clear:hover {
  text-decoration: none;
  background: #1ba0ec;
  border: 1px solid #1292dc;
  color: #fff !important; }

a.action.remove {
  font-size: 18px;
  color: #cc0033;
  text-decoration: none;
  float: right; }

a.action.remove:hover {
  text-decoration: none;
  color: #b3002d; }

a.action.remove::after {
  font-family: "FontAwesome";
  content: "\f057";
  margin-left: 5px; }

a.action.remove span {
  display: none; }

.cms-index-index h1.block-new-products {
  font-size: 38px;
  line-height: 42px;
  margin-top: 38px;
  margin-bottom: 38px; }

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.product-info-main .page-title-wrapper h1.page-title {
  font-size: 3rem; }

.product-item-name, .product.name a {
  font-size: 1.2em;
  font-weight: 400; }

.products-grid .product-item-name, .products-grid .product.name a {
  font-size: 1.05em; }

.products-grid
.abs-product-link > a,
.product-item-name > a,
.product.name a > a,
.abs-product-link > a:visited,
.product-item-name > a:visited,
.product.name a > a:visited,
.abs-product-link > a:active,
.product-item-name > a:active,
.product.name a > a:active {
  color: #323232;
  text-decoration: none; }

.abs-product-link > a:hover,
.product-item-name > a:hover,
.product.name a > a:hover {
  color: #33aaee;
  text-decoration: none; }

/* Productgrid */
.column.main .product-items {
  margin-left: 0px; }

.page-layout-1column .block.widget .products-grid .product-item,
.page-layout-1column .block.widget .products-grid .product-item:nth-child(2n+1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(3n+1),
.page-layout-1column .block.widget .products-grid .product-item:nth-child(4n+1) {
  display: flex;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  border: 1px solid #cccccc; }

ol.products,
ol.widget-new-grid {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  column-gap: 3rem;
  row-gap: 3rem;
  overflow: hidden; }

.page-products .products-grid .product-item,
.catalog-product-view .products-grid.products-related .product-item,
.block.widget .products-grid .product-item {
  margin: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden; }

.page-products .products-grid .product-item,
.catalog-product-view .products-grid.products-related .product-item, .block.widget .products-grid .product-item {
  display: flex; }

.product-item-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  width: 100%; }

.product-item-photo {
  display: block; }

.product-image-container {
  display: block;
  width: 100%;
  max-width: 100%; }

.product-image-photo {
  bottom: 0;
  display: block;
  width: 100%;
  height: auto;
  left: 0;
  margin: auto;
  max-width: 100%;
  position: absolute;
  right: 0;
  top: 0; }

.product-item-details {
  flex-grow: 1;
  padding: 1rem 2rem;
  display: flex;
  flex-direction: column; }

.products-grid .price-box,
.products-grid .product-item .price-box {
  margin: 0 0 0;
  margin-top: auto; }

/* Products list */
.products-list ol.products {
  display: flex;
  flex-direction: column;
  max-width: 100%; }

.products-list .product-item {
  margin: 0;
  margin-left: 0;
  padding: 0;
  width: 100%;
  display: block;
  overflow: hidden; }

.products-list .product-item-info {
  display: flex;
  flex-direction: row;
  width: 100%; }

.products-list .product-item-photo {
  display: flex;
  width: auto;
  max-width: 33%;
  vertical-align: top;
  align-items: flex-start;
  padding: 0;
  margin-right: 2rem; }

@media only screen and (max-width: 480px) {
  .products-list .product-item-info {
    display: flex;
    flex-direction: column;
    width: 100%; }

  .products-list .product-item-photo {
    display: flex;
    width: auto;
    max-width: 100%;
    vertical-align: top;
    align-items: flex-start;
    padding: 0;
    margin-right: 2rem; } }
/* Related products */
.products-related ol.products {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
  overflow: hidden; }

.catalog-product-view .products-grid.products-related .product-item {
  margin: 0;
  margin-left: 0;
  padding: 0;
  max-width: 200px;
  display: block;
  overflow: hidden; }

.catalog-product-view .product-item-info {
  display: flex;
  flex-direction: column;
  width: 100%; }

.block.related .block-actions,
.block.related .field.choice.related {
  display: none; }

/* */
dl.additional-attributes {
  display: grid;
  grid-template-columns: max-content 1fr;
  column-gap: 1rem;
  row-gap: 0.25rem;
  margin-top: 1rem; }

dl.additional-attributes dt,
dl.additional-attributes dd {
  margin-bottom: 0; }

/* Product page */
.catalog-product-view .column.main {
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 3rem;
  row-gap: 1rem;
  grid-template-areas: "media media" "info  info" "add  add" "detailed  detailed" "additional  additional"; }

@media only screen and (min-width: 768px) {
  .catalog-product-view .column.main {
    grid-template-areas: "media info" "add  add" "detailed  detailed" "additional  additional"; } }
.catalog-product-view .column.main .product-info-main {
  grid-area: info;
  width: 100%;
  float: none; }

.catalog-product-view .column.main .product.media {
  grid-area: media;
  width: 100%;
  float: none; }

.catalog-product-view .column.main .product-add-form {
  grid-area: add;
  width: 100%; }

.catalog-product-view .column.main .product-add-form form {
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 3rem; }

@media only screen and (min-width: 768px) {
  .catalog-product-view .column.main .product-add-form form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 3rem; } }
.catalog-product-view .column.main .product-add-form .product-options-wrapper {
  width: 100%;
  float: none; }

.catalog-product-view .column.main .product-add-form .product-options-bottom {
  width: 100%;
  float: none; }

.catalog-product-view .column.main .product.info.detailed {
  grid-area: detailed;
  width: 100%; }

.catalog-product-view .column.main .block {
  grid-area: additional;
  width: 100%; }

.product.data.items > .item.title {
  float: none;
  width: auto; }

.product.data.items > .item.content {
  padding: 0px 0px 0px 0px;
  border: 0; }

.product.data.items > .item.title > .switch {
  background: #fff;
  border: 0px solid #d1d1d1;
  border-left: 0px solid #d1d1d1;
  border-right: 0px solid #d1d1d1;
  border-top: 0px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  height: 40px;
  padding: 5px 20px 5px 0px;
  padding-bottom: 5px;
  font-weight: 600;
  line-height: 40px;
  font-size: 1.8rem;
  color: #7d7d7d;
  text-decoration: none; }

.block.widget.block-new-products.grid .product-item-name {
  font-weight: 400; }

.block.widget.block-new-products.grid .product-item-attributes {
  display: block;
  margin: 1em 0;
  font-size: 12px;
  line-height: 16px; }

.categorypath-single-tracks .products-list .product-attributes-list,
.categorypath-single-tracks-activity .products-list .product-attributes-list,
.categorypath-single-tracks-music-style .products-list .product-attributes-list,
.categorypath-mix-compilations .products-list .product-attributes-list,
.categorypath-mix-compilations-activity .products-list .product-attributes-list,
.categorypath-mix-compilations-music-style .products-list .product-attributes-list {
  margin-bottom: 25px; }

/* Mini cart */
.minicart-items .product > .product-item-photo, .minicart-items .product > .product-image-container {
  float: left;
  max-width: 75px; }

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .fieldset > .field:not(.choice) > .label {
    padding: 6px 15px 0 0;
    text-align: left;
    width: 25.8%;
    box-sizing: border-box;
    float: left; }

  .abs-margin-for-forms-desktop, .fieldset .legend, .column:not(.sidebar-main) form .actions-toolbar, .column:not(.sidebar-additional) form .actions-toolbar, .login-container .fieldset::after {
    margin-left: 25.8%;
    margin-left: 0; }

  .actions-toolbar .secondary {
    float: right;
    float: none;
    margin-left: 3rem; } }
/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.block, .sidebar .widget.block:not(:last-child), .sidebar .widget:not(:last-child), .block-banners, .block-banners-inline {
  margin-bottom: 3em; }

.block.block-search {
  margin-bottom: 0; }

.sidebar .widget {
  border: 1px solid #dfd8cf;
  border-radius: 3px; }

.sidebar .block {
  margin-bottom: 2rem; }

.sidebar .block-title,
.sidebar .block.filter .title {
  padding: 1rem 2rem;
  border-bottom: 1px solid #dfd8cf; }

.sidebar .block-content,
.sidebar .block.filter .content {
  padding: 1rem 2rem; }

.sidebar .widget p {
  margin-bottom: 1rem !important; }

.sidebar .block.paypal.acceptance {
  display: none; }

/* Info Widgets Row */
.infowidgets-row {
  display: flex;
  flex-direction: column;
  margin: 4rem 0; }

@media only screen and (min-width: 768px) {
  .infowidgets-row {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    column-gap: 4rem;
    row-gap: 4rem;
    overflow: hidden; } }
.infowidgets-row--widget {
  border: 1px solid #dfd8cf;
  margin-bottom: 3rem;
  border-radius: 3px;
  background-color: transparent;
  color: #636363; }

.infowidgets-row--widget.columns {
  border: 0px solid #dfd8cf;
  margin-bottom: 3rem;
  border-radius: 0;
  background-color: transparent; }

@media only screen and (min-width: 768px) {
  .infowidgets-row--widget.columns {
    border: 0px solid #dfd8cf;
    margin-bottom: 1rem;
    border-radius: 0;
    background-color: transparent; } }
.infowidgets-row--widget.blank {
  border: 0px solid #dfd8cf;
  margin-bottom: 3rem;
  border-radius: 3px;
  background-color: transparent; }

.infowidgets-row--widget.info {
  background-color: #e3f2f9;
  border: 1px solid #bbd6e3; }

.infowidgets-row--widget.error {
  background-color: #f9d0c6;
  border: 1px solid #da9084; }

.infowidgets-row--widget.warning {
  background-color: #fef5d3;
  border: 1px solid #eed9a0; }

.infowidgets-row--widget.notice {
  background-color: #fef5d3;
  border: 1px solid #eed9a0; }

.infowidgets-row--widget.success {
  background-color: #d3ece7;
  border: 1px solid #a0c6bd; }

.infowidgets-row--widget.radio {
  background-color: #34373c;
  border: 1px solid #34373c;
  color: #c3c6cb;
  text-align: center; }

.infowidgets-row--widget.radio a,
.infowidgets-row--widget.radio a:visited,
.infowidgets-row--widget.radio a:active {
  color: #33aaee; }

.infowidgets-row--widget.radio a:hover {
  color: #c3c6cb;
  text-decoration: none; }

.infowidgets-row--widget-head,
.infowidgets-row--widget-head h2 {
  display: block;
  padding: 1rem;
  font-size: 1.8rem;
  margin: 0; }

.infowidgets-row--widget.radio .infowidgets-row--widget-head,
.infowidgets-row--widget.radio .infowidgets-row--widget-head h2 {
  font-size: 2.6rem; }

.infowidgets-row--widget-head {
  border-bottom: 1px solid #dfd8cf; }

.infowidgets-row--widget.blank .infowidgets-row--widget-head {
  border-bottom: 0px solid #bbd6e3; }

.infowidgets-row--widget.radio .infowidgets-row--widget-head {
  border-bottom: 0px solid #bbd6e3; }

.infowidgets-row--widget.info .infowidgets-row--widget-head {
  border-bottom: 1px solid #bbd6e3; }

.infowidgets-row--widget.error .infowidgets-row--widget-head {
  border-bottom: 1px solid #da9084; }

.infowidgets-row--widget.warning .infowidgets-row--widget-head {
  border-bottom: 1px solid #eed9a0; }

.infowidgets-row--widget.notice .infowidgets-row--widget-head {
  border-bottom: 1px solid #eed9a0; }

.infowidgets-row--widget.success .infowidgets-row--widget-head {
  border-bottom: 1px solid #a0c6bd; }

.infowidgets-row--widget-body {
  display: block;
  padding: 2rem; }

.sidebar .infowidgets-row--widget-head,
.sidebar .infowidgets-row--widget-head h2 {
  display: block;
  padding: 1rem;
  font-size: 1.6rem;
  margin: 0; }

.sidebar .infowidgets-row--widget-body {
  display: block;
  padding: 2rem; }

.infowidgets-row--widget.columns .infowidgets-row--widget-body {
  display: block;
  padding: 0rem; }

.infowidgets-row--widget-body-columns {
  display: flex;
  flex-direction: column;
  margin: 2rem 0; }

@media only screen and (min-width: 768px) {
  .infowidgets-row--widget-body-columns {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
    overflow: hidden; } }
.infowidgets-row--widget-body-columns-column {
  border: 0px solid #dfd8cf;
  margin-bottom: 0;
  text-align: left; }

.infowidgets-row--widget-footer {
  display: block;
  padding: 2rem;
  border-top: 1px solid #dfd8cf; }

.cms-index-index .infowidgets-row--widget-footer.widget-footer-link {
  display: block;
  padding: 0 2rem 2rem 2rem;
  border-top: 0px solid #dfd8cf; }

.cms-index-index .infowidgets-row--widget-footer.widget-footer-link a {
  display: block;
  background-color: #0099cc;
  color: #ffffff !important;
  text-align: center;
  vertical-align: baseline;
  border-radius: 3px;
  padding: 0.5rem; }

.cms-index-index .infowidgets-row--widget-footer.widget-footer-link a:hover {
  text-decoration: none;
  background-color: #0086b3; }

.cms-index-index .infowidgets-row--widget-footer.widget-footer-link a img {
  width: 32px;
  height: auto;
  vertical-align: middle;
  display: inline;
  margin-right: 1rem; }

/* Fitness Radio Logos */
.fitness-radio-logos {
  margin: 3rem 0; }

.fitness-radio-logos {
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  column-gap: 2rem;
  row-gap: 2rem;
  overflow: hidden; }

@media only screen and (min-width: 768px) {
  .fitness-radio-logos {
    max-width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    column-gap: 2rem;
    row-gap: 2rem;
    overflow: hidden; } }
.fitness-radio-logo img {
  display: inline-block; }

.sidebar .block.filter {
  border: 1px solid #dfd8cf;
  border-radius: 3px; }

.sidebar .block-title.filter-title,
.block.filter .title {
  padding: 1rem 2rem;
  border-bottom: 1px solid #dfd8cf;
  font-size: 2.2rem;
  margin-bottom: 1.1rem;
  line-height: 1.3; }

.sidebar .block-title.filter-title strong,
.sidebar .block .title strong {
  font-weight: 400;
  font-size: 18px; }

.filter-options .filter-options-title,
.filter .content .options dt {
  font-weight: 400;
  line-height: 1.1;
  font-size: 1.4rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  margin: 0 0 10px;
  word-break: break-all;
  border-bottom: 1px solid #dfd8cf; }

.filter .content .options dd .item {
  padding: 3px 0;
  margin-bottom: 3px; }

.filter-options span.count,
.filter .content .options dd .item span.count {
  margin-left: 0.5rem;
  opacity: 0.7; }

/* Recently viewed sidebar*/
.block-viewed-products-grid .product-items .product-item {
  display: block; }

.block-viewed-products-grid .product-items .product-item-info {
  display: flex;
  flex-direction: column;
  border-bottom: 1px solid #dfd8cf;
  margin-bottom: 15px;
  padding-bottom: 8px; }

.block-viewed-products-grid .product-items .product-item-info .product-item-photo {
  width: 75px;
  height: auto;
  margin: 0 10px 10px 0; }

.block-viewed-products-grid .product-items .product-item-details {
  padding: 0; }

.block-viewed-products-grid .product-items .product-item-details .product-item-name {
  text-align: left; }

.block-viewed-products-grid .product-items .product-item-actions,
.block-viewed-products-grid .product-items .product-item-description {
  display: none; }

@media only screen and (min-width: 640px) {
  .sidebar .product-items .product-item-info {
    flex-direction: row; } }
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info {
    flex-direction: row; }

  .sidebar .product-items .product-item-info .product-item-photo {
    float: none;
    left: auto;
    margin: 0 10px 10px 0;
    position: relative;
    top: auto; }

  .sidebar .product-items .product-item-details {
    text-align: left;
    margin-left: 0; } }
/*--------------------------------------------------------------
# CMS content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Account
--------------------------------------------------------------*/
/* Customer Account */
.block-collapsible-nav .content {
  background: white;
  padding: 15px 0; }

.account-nav .content {
  background: white;
  border: 1px solid #dfd8cf;
  border-radius: 3px;
  padding: 15px 0;
  margin-bottom: 2rem; }

.account-nav .item.current a, .account-nav .item.current strong {
  border-color: #33aaee;
  font-weight: 600; }

.account .data.table tr {
  border-bottom: 1px solid #dfd8cf; }

@media only screen and (min-width: 768px) {
  .block-collapsible-nav .content {
    background: white;
    border: 1px solid #dfd8cf;
    border-radius: 3px;
    padding: 15px 0;
    margin-bottom: 2rem; } }
/* My Account Menu */
.block-collapsible-nav .item.current a,
.block-collapsible-nav .item.current > strong {
  border-color: transparent;
  color: #000;
  font-weight: 600; }

/*--------------------------------------------------------------
# MTrax Subscriptions
--------------------------------------------------------------*/
.category-subscriptions .category-view {
  border-bottom: 1px solid silver;
  margin-bottom: 4rem; }

.category-subscriptions .category-image {
  margin-bottom: 0; }

.infowidgets-row.subscriptions {
  margin: 0;
  grid-template-columns: 1fr;
  padding: 4rem  2rem;
  background: #fafafa; }

.infowidgets-row.subscriptions.banner {
  margin: 0;
  padding: 0;
  grid-template-columns: 1fr; }

.infowidgets-row.subscriptions:nth-child(2) {
  background: #ededed; }

.infowidgets-row.subscriptions:nth-child(4) {
  background: #ededed; }

.infowidgets-row.subscriptions .infowidgets-row--widget {
  border: 0;
  margin: 0;
  padding: 0; }

.infowidgets-row.subscriptions.banner .infowidgets-row--widget {
  border: 0;
  margin: 0;
  padding: 0; }

.infowidgets-row.subscriptions.banner .infowidgets-row--widget img {
  display: block; }

.infowidgets-row.subscriptions .infowidgets-row--widget.app-phone {
  text-align: center; }

img.app-phone {
  max-height: 400px; }

.infowidgets-row.subscriptions .infowidgets-row--widget h2,
.category-subscriptions .product-item-description h2 {
  margin-bottom: 3rem; }

.infowidgets-row.subscriptions .infowidgets-row--widget ul,
.category-subscriptions .product-item-description ul {
  padding-left: 0; }

.infowidgets-row.subscriptions .infowidgets-row--widget li,
.category-subscriptions .product-item-description li {
  list-style-type: none; }

.infowidgets-row.subscriptions .infowidgets-row--widget li::before,
.category-subscriptions .product-item-description li::before {
  font-family: "FontAwesome";
  content: "\f00c";
  color: #11b400;
  width: 1em;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.2em;
  vertical-align: bottom; }

@media only screen and (min-width: 768px) {
  .infowidgets-row.subscriptions {
    grid-template-columns: max-content 1fr;
    padding: 4rem  20%; }

  .infowidgets-row.subscriptions .infowidgets-row--widget.app-phone {
    text-align: right; } }
/*--------------------------------------------------------------
# MTrax App page
--------------------------------------------------------------*/
.lp-pagewrapper {
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: hidden; }

.lp-header, #lp-main, #lp-footer {
  width: 100%;
  margin: 0;
  padding: 0; }

.lp-header {
  background: #FFF; }

.lp-main {
  background: #FFF;
  border: 1px solid transparent; }

.lp-footer {
  background: #33aaee;
  color: #FFF;
  border: 1px solid transparent; }

.lp-content, .lp-inner-footer {
  margin: 2em auto;
  padding: 2em;
  max-width: 1024px;
  text-align: center; }

.lp-inner-header {
  margin: 0;
  padding: 0; }

.lp-content, .lp-inner-footer {
  margin: 2em auto;
  padding: 2em;
  max-width: 1024px; }

.lp-content article img {
  display: inline !important; }

.lp-iconrow {
  margin: 1.5em 0; }

.lp-article-header {
  padding-bottom: 3em;
  margin-bottom: 4em;
  border-bottom: 1px solid #323232;
  text-align: center; }

.lp-content article section, .lp-content article footer {
  margin-bottom: 4em; }

.lp-article-header {
  font-size: 1.2em; }

.small {
  font-size: 0.8em;
  line-height: 1.7em;
  color: #999; }

.lp-footer a, .lp-footer a:hover, .lp-footer a:focus {
  color: #ebebeb;
  text-decoration: none; }

/* App USPs */
.lp-article-section {
  width: 100%;
  overflow: hidden;
  margin: 0 0 4rem 0;
  padding: 0em;
  border-bottom: 1px solid #333; }

.lp-article-section-headline {
  float: right;
  width: 60%;
  margin: 0 5% 0 0;
  padding-top: 2.5em;
  margin-bottom: 0.5em; }

.lp-article-section-content {
  float: right;
  width: 60%;
  margin: 0 5% 0 0;
  padding: 0; }

.lp-article-section-image {
  float: left;
  width: 30%;
  height: 350px;
  margin: 0;
  padding: 0;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom; }

.lp-article-section-1 .lp-article-section-image {
  background-image: url("../../../pub/media/wysiwyg/mtrax-fitness-music-app-navigation.png"); }

.lp-article-section-2 .lp-article-section-image {
  background-image: url("../../../pub/media/wysiwyg/mtrax-fitness-music-app-download.png"); }

.lp-article-section-3 .lp-article-section-image {
  background-image: url("../../../pub/media/wysiwyg/mtrax-fitness-music-app-bpm.png"); }

.lp-article-section-4 .lp-article-section-image {
  background-image: url("../../../pub/media/wysiwyg/mtrax-fitness-music-app-playlist.png"); }

@media only screen and (max-width: 880px) {
  .lp-content, .lp-inner-footer {
    margin: 1em;
    padding: 1em; }

  .lp-article-section-headline {
    float: none;
    width: 100%;
    margin: 0 5% 0em 0;
    padding: 0; }

  .lp-article-section-image {
    float: left;
    width: 40%;
    height: 300px;
    margin: 0;
    padding: 0; }

  .lp-article-section-content {
    float: right;
    width: 50%;
    margin: 0 5% 0 0;
    padding-top: 1em; } }
@media only screen and (max-width: 640px) {
  .lp-article-section-headline {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; }

  .lp-article-section-image {
    float: none;
    width: 100%;
    height: 350px;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ccc; }

  .lp-article-section-content {
    float: none;
    width: 100%;
    margin: 0;
    padding: 0; } }
/*--------------------------------------------------------------
# Audio JS
--------------------------------------------------------------*/
/* audiojs */
#wrapper {
  display: block;
  margin-top: 4em; }

.audiojs audio {
  position: absolute;
  left: -1px; }

.audiojs {
  /* width: 460px; */
  height: 36px;
  height: 46px;
  background: #404040;
  overflow: hidden;
  font-family: monospace;
  font-size: 12px;
  background: #323232;
  /*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #444), color-stop(0.5, #555), color-stop(0.51, #444), color-stop(1, #444));
  background-image: -moz-linear-gradient(center top, #444 0%, #555 50%, #444 51%, #444 100%);
  */
  /*
  -webkit-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.3);
  */
  border-radius: 3px; }

.audiojs .play-pause {
  width: 25px;
  width: 50px;
  height: 40px;
  height: 46px;
  padding: 4px 6px;
  margin: 0px;
  float: left;
  overflow: hidden;
  border-right: 2px solid white;
  background: #33aaee;
  /*
  background-image: -moz-linear-gradient(center top, $color__background-button 0%, lighten($color__background-button,10%) 50%, lighten($color__background-button,5%) 51%, $color__background-button 100%);
  */ }

.audiojs p {
  display: none;
  width: 60px;
  height: 30px;
  margin: 0px;
  cursor: pointer; }

.audiojs .play {
  display: block; }

.audiojs .scrubber {
  position: relative;
  float: left;
  width: 280px;
  background: #5a5a5a;
  height: 14px;
  margin: 16px;
  border-top: 1px solid #3f3f3f;
  border-left: 0px;
  border-bottom: 0px;
  overflow: hidden;
  background: #191919; }

.audiojs .progress {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  z-index: 1;
  /*
  background: #ccc;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ccc), color-stop(0.5, #ddd), color-stop(0.51, #ccc), color-stop(1, #ccc));
  background-image: -moz-linear-gradient(center top, #ccc 0%, #ddd 50%, #ccc 51%, #ccc 100%);
  */
  background: #c0e5fa; }

.audiojs .loaded {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 14px;
  width: 0px;
  /*
  background: #000;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #222), color-stop(0.5, #333), color-stop(0.51, #222), color-stop(1, #222));
  background-image: -moz-linear-gradient(center top, #222 0%, #333 50%, #222 51%, #222 100%);
  */
  background: black; }

.audiojs .time {
  float: right;
  height: 36px;
  line-height: 36px;
  margin: 4px 0px 0px 6px;
  padding: 0px 12px 0px 18px;
  border-left: 1px solid #656565;
  color: #ddd;
  /*
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
  */ }

.audiojs .time em {
  padding: 0px 2px 0px 0px;
  color: #f9f9f9;
  font-style: normal; }

.audiojs .time strong {
  padding: 0px 0px 0px 2px;
  font-weight: normal; }

.audiojs .error-message {
  float: left;
  display: none;
  margin: 4px 10px;
  height: 36px;
  width: 400px;
  overflow: hidden;
  line-height: 36px;
  white-space: nowrap;
  color: #fff;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  -icab-text-overflow: ellipsis;
  -khtml-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis; }

.audiojs .error-message a {
  color: #eee;
  text-decoration: none;
  padding-bottom: 1px;
  border-bottom: 1px solid #999;
  white-space: wrap; }

.audiojs .play, .audiojs .loading, .audiojs .error, .audiojs .pause {
  background: url("audiojs/player-graphics.gif");
  background-repeat: no-repeat;
  background-size: 30px 120px; }

.audiojs .play {
  background-position: 2px 4px; }

.audiojs .loading {
  background-position: 2px -26px; }

.audiojs .error {
  background-position: 2px -56px; }

.audiojs .pause {
  background-position: 2px -86px; }

.playing .play,
.playing .loading,
.playing .error {
  display: none; }

.playing .pause {
  display: block; }

.loading .play,
.loading .pause,
.loading .error {
  display: none; }

.loading .loading {
  display: block; }

.error .time,
.error .play,
.error .pause,
.error .scrubber,
.error .loading {
  display: none; }

.error .error {
  display: block; }

.error .play-pause p {
  cursor: auto; }

.error .error-message {
  display: block; }

/** Custom CSS */
#wrapper ol {
  list-style: none;
  padding: 1em 0;
  color: #323232;
  padding-left: 0.5em; }

#wrapper li {
  margin-left: 0em;
  line-height: 1.5em;
  display: block;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 0; }

#wrapper li h3,
#wrapper li h4,
#wrapper li h5 {
  margin-left: 0;
  margin-top: 1em;
  margin-bottom: 0em;
  line-height: 2.5em;
  display: block; }

#wrapper li h5 {
  line-height: 1.5em; }

#wrapper li h3,
#wrapper li h4 {
  margin-left: 0em; }

#wrapper li a {
  display: block;
  color: #888;
  padding: 0.5em 0.5em;
  margin-left: 2.0em; }

#wrapper li a::focus {
  border: 0; }

#wrapper li.playing a {
  color: #323232; }

#wrapper li a:hover {
  color: white;
  text-decoration: none;
  background-color: #33aaee; }

#wrapper li a::before {
  font-family: 'fontawesome';
  content: '\f144';
  width: 2em;
  margin-left: -2.0em;
  display: inline-block;
  color: #999;
  color: #cccccc; }

#wrapper li.playing a:hover::before {
  content: '\f04b';
  color: #33aaee; }

#wrapper li.playing a::before {
  content: '\f04b';
  color: #323232; }

div#wrapper div.audiojs ol li a {
  color: #000 !important; }

div#wrapper div.audiojs li.playing a:before {
  line-height: 2.5em;
  display: block;
  content: '';
  width: 1em; }

#wrapper li h3 {
  line-height: 2.5em;
  display: block; }

@media only screen and (max-width: 479px) {
  .audiojs .scrubber {
    max-width: 250px;
    width: 45.00%;
    /* 370px / 460px */ } }
@media only screen and (min-width: 770px) {
  .audiojs .scrubber {
    width: 60.00%;
    /* 370px / 460px */ } }
@media only screen and (min-width: 979px) {
  .audiojs .scrubber {
    width: 70.00%;
    /* 370px / 460px */ } }
@media only screen and (min-width: 1279px) {
  .audiojs .scrubber {
    max-width: 650px;
    width: 85.00%;
    /* 370px / 460px */ } }

/*# sourceMappingURL=swedebeat.css.map */


.stepwrapper {
    margin: 0 0 2em 0;
}

.step {
    display: flex;
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid silver;
}

.step--counter {
    font-size: 4em;
    text-align: center;
    color: #0099cb;
    width: 10%;
    order: 1;
}

.step--body {
    font-size: 1.3em;
    padding: 1.3em 1em 1em 1em;
    width: 50%;
    order: 3;
}

.step--image {
    width: 40%;
    order: 2;
}

.appstore-logos {
    padding: 1em;
}

.appstore-logos a.appstore-logo {
    display: block;
    width: 220px;
    max-width: 100%;
    margin: 0.5em auto 1.5em;
}