@charset "UTF-8";
/*--------------------------------------------------------------
Vars and Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Skeleton
--------------------------------------------------------------*/
#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;
  }
}
@-webkit-keyframes fadein {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media only screen and (max-width: 767px) {
  .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-main, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media only screen and (min-width: 768px) {
  .navigation, .breadcrumbs, .page-header .header.panel, .header.content, .footer.content, .page-wrapper > .widget, .page-wrapper > .page-bottom, .block.category.event, .top-container, .page-main {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 1280px;
    padding-left: 30px;
    padding-right: 30px;
    width: auto;
  }
}
/* --------------- */
.columns .column.main {
  padding-bottom: 40px;
  -webkit-flex-basis: auto;
          flex-basis: auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-order: 1;
  order: 1;
  width: 100%;
}

.columns .sidebar-main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-order: 1;
  order: 1;
}

.columns .sidebar-additional {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-flex-basis: 100%;
          flex-basis: 100%;
  -webkit-order: 2;
  order: 2;
}

@media only screen and (min-width: 768px) {
  .page-main {
    width: 100%;
  }

  .page-layout-1column .column.main {
    width: 100%;
    -webkit-order: 2;
    order: 2;
  }

  .page-layout-2columns-left .column.main {
    width: 75%;
    float: right;
    -webkit-order: 2;
    order: 2;
  }

  .page-layout-2columns-right .column.main {
    width: 75%;
    float: left;
    -webkit-order: 1;
    order: 1;
  }

  /* --------------- */
  .page-layout-2columns-left .sidebar-main {
    width: 24%;
    float: left;
    -webkit-order: 1;
    order: 1;
  }

  .page-layout-2columns-left .sidebar-additional {
    width: 24%;
    float: right;
    -webkit-order: 2;
    order: 2;
  }

  /* --------------- */
  .page-layout-2columns-right .sidebar-main {
    width: 22%;
    float: right;
    -webkit-order: 1;
    order: 1;
  }

  .page-layout-2columns-right .sidebar-additional {
    width: 22%;
    float: right;
    -webkit-order: 2;
    order: 2;
  }
}
/*--------------------------------------------------------------
# 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: #ffffff;
  }

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

  .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: -webkit-flex;
    display: flex;
  }

  li.greet {
    -webkit-order: 1;
            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: #FFFFFF;
}

.page-main {
  padding-top: 0rem;
  background-color: #FFFFFF;
}

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

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

.footer.content a, .footer.content .alink {
  display: inline-block;
  color: silver;
  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 {
  color: #ffffff;
  font-size: 1.2rem;
}

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

.footer-menus {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  -webkit-column-gap: 8rem;
     -moz-column-gap: 8rem;
          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 #ffffff;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
  font-weight: 300;
  font-size: 1.8rem;
}

/* Messages */
.message.info,
.message.error,
.message.warning,
.message.notice,
.message.success {
  margin: 0 0 4rem;
  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: "";
  font-family: "FontAwesome";
}

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

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

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

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

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

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

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

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

/* Swedebeat Frequently asked questions */
.sb-faq-container {
  width: 100%;
  margin: 1em 0 3em 0;
}

.sb-faq-container .sb-faq-box {
  width: 100%;
  margin: 0 0 0.5em 0;
  color: #323232;
}

.sb-faq-container .sb-faq-box .sb-faq-q {
  padding: 0 1em 0.5em 1em;
  cursor: pointer;
  border: 1px solid #cccccc;
  color: #33AAEE;
}

.sb-faq-container .sb-faq-box .sb-faq-q h2 {
  font-size: 16px;
  color: #33AAEE;
  margin-bottom: 6px;
  margin-top: 14px;
}

.sb-faq-container .sb-faq-box .sb-faq-a {
  padding: 1em;
  display: none;
  border: 1px solid #cccccc;
  border-top: 0;
}

.sb-faq-container .sb-faq-box .sb-faq-a li {
  margin-left: 1em;
  margin-bottom: 0.5em;
  padding-left: 1em;
  list-style: disc;
}

img.app-download-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  margin-bottom: 1rem;
}

/* Webforms */
.webforms .form .fieldset {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}

/* 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: #FFFFFF;
  border-top: 1px solid silver;
  color: #323232;
}

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

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

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

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

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

  .block-search {
    display: inline-block;
    float: none;
    width: auto;
  }
}
.nav-sections, .navigation {
  background-color: #232323;
}

.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: 20px 10px 20px 10px;
  text-transform: none;
  word-wrap: break-word;
  color: #fff;
}

.navigation .level0.has-active > .level-top {
  color: #333333;
  border-color: #92C741;
  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.8rem;
    line-height: 2.2rem;
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }

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

  .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 3px;
  }

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

  .navigation .level0.submenu a:hover,
.navigation .level0.submenu a.ui-state-focus {
    background: #33AAEE;
    color: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
    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: #FFFFFF;
  }
}
/*--------------------------------------------------------------
# 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: #FFFFFF;
  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;
}

.widget-new-grid .action.primary {
  background: #ccc;
  border: 1px solid #bfbfbf;
  color: #fff !important;
}

.widget-new-grid .action.primary:hover {
  background: #33AAEE;
  border: 1px solid #1ba0ec;
  color: #fff !important;
}

.action.primary.checkout {
  background: #33363B;
  border: 1px solid #27292d;
  color: #fff !important;
}

.action.primary.checkout:hover {
  background: #27292d;
  border: 1px solid #1b1d20;
  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;
}

/* 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: #FFFFFF;
  border: 1px solid #DFD8CF;
  border-radius: 3px;
}

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

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

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

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

.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: "";
  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: #f31c2b;
  text-decoration: none;
  float: right;
}

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

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

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

/*--------------------------------------------------------------
# Products
--------------------------------------------------------------*/
.field.downloads.downloads-no-separately {
  display: none;
}

/* Minimal Products List - Homepage */
ol.minimal-product-items {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  -webkit-column-gap: 2rem;
     -moz-column-gap: 2rem;
          column-gap: 2rem;
  row-gap: 2rem;
  overflow: hidden;
}

@media only screen and (min-width: 640px) {
  ol.minimal-product-items {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media only screen and (min-width: 1024px) {
  ol.minimal-product-items {
    grid-template-columns: repeat(auto-fit, minmax(175px, 1fr));
  }
}
.minimal-products-grid.grid {
  margin: 0;
  padding: 0;
}

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

a.minimal-product-item-photo img {
  display: block;
}

@media only screen and (min-width: 640px) {
  .block.widget .products-grid .product-item, .page-layout-1column .block.widget .products-grid .product-item, .page-layout-3columns .block.widget .products-grid .product-item {
    width: 32.33333333%;
  }
}
.page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  .page-layout-2columns-left .product.media, .page-layout-2columns-right .product.media, .page-layout-3columns .product.media {
    width: 48%;
  }
}
/* Products list */
.products-list .product-item {
  display: block;
  width: 100%;
}

.products-list .product-item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 0;
  margin: 0 0 30px;
  border-bottom: 1px solid #ededed;
}

.products-list .product-item-photo {
  display: block;
  padding: 0 0 30px 0;
  vertical-align: top;
  width: 100%;
}

.products-list .product-item-details {
  display: block;
  vertical-align: top;
}

@media only screen and (min-width: 768px) {
  .products-list .product-item-info {
    -webkit-flex-direction: row;
            flex-direction: row;
  }

  .products-list .product-item-photo {
    padding: 0 30px 30px 0;
    width: 30%;
  }
}
/*  */
dl.additional-attributes {
  display: grid;
  grid-template-columns: auto 1fr;
  margin: 0;
}

dl.additional-attributes dt {
  grid-column: 1;
  margin: 0;
  padding: 0.25em 1em 0.25em 0;
}

dl.additional-attributes dd {
  grid-column: 2;
  margin: 0;
  padding: 0.25em 0;
}

/*--------------------------------------------------------------
# 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 {
  padding: 1rem 2rem;
  border-bottom: 1px solid #DFD8CF;
}

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

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

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

/* Info Widgets Row */
.infowidgets-row {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          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));
    -webkit-column-gap: 4rem;
       -moz-column-gap: 4rem;
            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: #232323;
  border: 1px solid #232323;
  color: #ffffff;
  text-align: center;
}

.infowidgets-row--widget.radio a,
.infowidgets-row--widget.radio a:visited,
.infowidgets-row--widget.radio a:active {
  color: silver;
}

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

.infowidgets-row--widget-head,
.infowidgets-row--widget-head h2 {
  display: block;
  padding: 2rem;
  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;
}

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

.infowidgets-row--widget-body-columns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
          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));
    -webkit-column-gap: 2rem;
       -moz-column-gap: 2rem;
            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: #92C741;
  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: #85b836;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  margin-bottom: 2em;
  overflow: hidden;
}

.fitness-radio-logo {
  display: block;
  width: 33%;
  float: none;
  margin-bottom: 0.3em;
  opacity: 0.8;
}

@media only screen and (min-width: 480px) {
	.fitness-radio-logo {
	  display: block;
	  width: 25%;
	  float: none;
	  margin-bottom: 0.3em;
	  opacity: 0.8;
	}
}

@media only screen and (min-width: 768px) {
	.fitness-radio-logo {
	  display: block;
	  width: 20%;
	  float: none;
	  margin-bottom: 0.3em;
	  opacity: 0.8;
	}
}
.fitness-radio-logo img {
  display: inline-block;
}

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

.sidebar .block-title.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 {
  font-weight: 400;
}

.filter-options .filter-options-title {
  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-options span.count {
  margin-left: 0.5rem;
  opacity: 0.7;
}

/* Recently viewed sidebar*/
.sidebar .product-items .product-item-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid #DFD8CF;
}

.sidebar .product-items .product-item-info .product-item-photo {
  width: 75px;
  height: auto;
  margin: 0 10px 10px 0;
}

.sidebar .product-items .product-item-actions {
  display: none;
}

@media only screen and (min-width: 768px) {
  .sidebar .product-items .product-item-info {
    -webkit-flex-direction: column;
            flex-direction: column;
  }
}
@media only screen and (min-width: 1440px) {
  .sidebar .product-items .product-item-info {
    -webkit-flex-direction: row;
            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: #FFFFFF;
  padding: 15px 0;
}

.account-nav .content {
  background: #FFFFFF;
  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: #FFFFFF;
    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: "";
  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: -webkit-max-content 1fr;
    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;
  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 #FFFFFF;
  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 #CCC;
  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: 2em;
}

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

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

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

#wrapper li a::before {
  font-family: "fontawesome";
  content: "";
  width: 2em;
  margin-left: -2em;
  display: inline-block;
  color: #999;
  color: #CCC;
}

#wrapper li.playing a:hover::before {
  content: "";
  color: #33AAEE;
}

#wrapper li.playing a::before {
  content: "";
  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%;
    /* 370px / 460px */
  }
}
@media only screen and (min-width: 770px) {
  .audiojs .scrubber {
    width: 60%;
    /* 370px / 460px */
  }
}
@media only screen and (min-width: 979px) {
  .audiojs .scrubber {
    width: 70%;
    /* 370px / 460px */
  }
}
@media only screen and (min-width: 1279px) {
  .audiojs .scrubber {
    max-width: 650px;
    width: 85%;
    /* 370px / 460px */
  }
}

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

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

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

#block-discount .content,
.checkout-payment-method .payment-option._collapsible .payment-option-content,
.payment-option._collapsible .payment-option-content {
	display: block !important;
}

.message.global.noscript, .message.global.cookie {
  padding-left: 350px;
}


.cms-kontakta-swedebeat-html .infowidgets-row--widget-body .fa,
.cms-contact-swedebeat-html .infowidgets-row--widget-body .fa {
	width:32px;
}

.customer-account-create .field.unlimited_code {
  display: none;
}