#ampromo-items-add {
  border: 1px solid #ededed;
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
}
#ampromo-items-add a {
  text-decoration: none;
  border-bottom: 1px dashed;
}
.amscheckout #ampromo-items-add {
  margin: 7px 10px;
}
#ampromo-overlay {
  direction: ltr;
}
#ampromo-overlay.mode-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  z-index: 10000;
  text-align: center;
  overflow: scroll;
}
#ampromo-overlay.mode-popup .close {
  position: absolute;
  top: 7px;
  right: 7px;
  background: url(https://static.cykelkraft.se/skin/frontend/base/default/images/amasty/ampromo/close_icon.png) no-repeat;
  width: 16px;
  height: 16px;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 0;
  display: block;
  opacity: .8;
}
#ampromo-overlay.mode-popup .close:hover {
  opacity: 1;
  transition: opacity 0.2s ease;
}
#ampromo-overlay.mode-inline #ampromo-items {
  width: 100%;
  margin: 20px 0 40px;
  border: 0;
  padding: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .products {
  margin: 0 -20px 25px;
  align-items: stretch;
}
#ampromo-overlay.mode-inline #ampromo-items .products .product {
  margin-bottom: 20px;
}
#ampromo-overlay.mode-inline #ampromo-items #ampromo-carousel-wrapper {
  margin: 0 -15px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item {
  margin: 0 20px 20px;
  height: 100%;
  width: auto;
  border-radius: 5px;
  border: none;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-items-form {
  display: flex;
  flex-flow: column;
  height: 100%;
  justify-content: space-between;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .ampromo-item-buttons {
  margin-top: 20px;
  text-align: center;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config .ampromo-item-options {
  margin-bottom: 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options {
  display: flex;
  align-items: flex-start;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options {
  margin-left: 12px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options input,
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.options .ampromo-item-options select {
  max-width: 160px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple {
  margin: -20px -20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-image-wrap {
  padding: 20px 20px 0;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-config.simple .ampromo-item-title {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title {
  position: relative;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title .ampromo-item-title {
  padding: 12px;
  box-sizing: border-box;
  display: none;
  align-items: center;
  justify-content: center;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  text-transform: uppercase;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title:hover .ampromo-item-title {
  display: flex;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 {
  color: white;
  line-height: initial;
  text-align: center;
  font-size: 16px;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-item .product-title h4 a {
  color: white;
  line-height: initial;
}
#ampromo-overlay.mode-inline #ampromo-items .ampromo-add-all {
  margin-top: 7px;
  display: flex;
  justify-content: center;
}
#ampromo-overlay.mode-inline .ampromo-slide {
  margin: 10px 0;
}
#ampromo-overlay.mode-inline #ampromo-carousel-content {
  display: flex;
  flex-wrap: wrap;
}
#ampromo-overlay .ampromo-carousel-control {
  position: absolute;
  top: 260px;
  background: url(https://static.cykelkraft.se/skin/frontend/base/default/images/amasty/ampromo/buttons_next_prev.png) no-repeat;
  width: 48px;
  height: 45px;
  font-size: 0;
  display: none;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.prev {
  background-position: 0 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.carousel-disabled.next {
  background-position: -46px 0 !important;
}
#ampromo-overlay .ampromo-carousel-control.prev {
  background-position: 0 -45px;
  left: 20px;
}
#ampromo-overlay .ampromo-carousel-control.prev:hover {
  background-position: 0 -91px;
}
#ampromo-overlay .ampromo-carousel-control.next {
  background-position: -46px -45px;
  right: 20px;
}
#ampromo-overlay .ampromo-carousel-control.next:hover {
  background-position: -46px -91px;
}
#ampromo-overlay #ampromo-items {
  border: 1px solid #ededed;
  background-color: white;
  position: relative;
  margin: 0 auto;
  padding: 24px;
  display: inline-block;
  box-sizing: border-box;
}
#ampromo-overlay #ampromo-items.amcarousel {
  display: block;
  width: 685px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-wrapper {
  width: 520px;
}
#ampromo-overlay #ampromo-items.amcarousel #ampromo-carousel-content {
  width: 4500px;
  height: 1px;
}
#ampromo-overlay #ampromo-items.amcarousel .ampromo-carousel-control {
  display: block;
}
#ampromo-overlay #ampromo-items .ampromo-item {
  box-sizing: border-box;
  margin-bottom: 7px;
  padding: 20px;
  width: 250px;
  border: 1px solid #ededed;
  position: relative;
  margin-right: 12px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard {
  width: 400px;
}
#ampromo-overlay #ampromo-items .ampromo-item.ampromo-type-amgiftcard .ampromo-item-options {
  overflow-y: scroll;
  max-height: 300px;
}
#ampromo-overlay #ampromo-items .ampromo-item-options {
  margin-bottom: 12px;
  text-align: left;
}
#ampromo-overlay #ampromo-items .ampromo-item-image {
  display: block;
  margin: 0 auto;
  width: 160px;
  height: 160px;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header {
  font-weight: bold;
  font-size: 18px;
  background: #f3f3f3;
  text-transform: uppercase;
  height: 45px;
  line-height: 45px;
  box-sizing: border-box;
  padding-left: 20px;
  margin-bottom: 25px;
  cursor: pointer;
}
#ampromo-overlay #ampromo-items .rule .ampromo-rule-header:after {
  content: '▲';
  margin-left: 12px;
  color: #919191;
}
#ampromo-overlay #ampromo-items .rule .products {
  display: flex;
  flex-wrap: wrap;
  border-radius: 5px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  padding: 20px;
  margin: 0 0 40px;
}
#ampromo-overlay #ampromo-items .rule .products .product {
  margin-left: 10px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple {
  margin: -20px -20px -40px;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .product-title {
  position: static;
}
#ampromo-overlay #ampromo-items .rule .products .product .product-config.simple .ampromo-item-image-wrap {
  padding: 20px;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item {
  box-shadow: none;
  border: 1px solid #d8dae4;
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item.checked {
  outline: 1px solid #d8dae4;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .ampromo-item-title {
  border-radius: 0;
}
#ampromo-overlay #ampromo-items .rule .products .product .ampromo-item .mark input {
  position: absolute;
  left: -25px;
  top: 0;
}
#ampromo-overlay #ampromo-items .rule.collapsed .ampromo-rule-header:after {
  content: '▼';
}
#ampromo-overlay #ampromo-items .rule.collapsed .products {
  display: none;
}
@media only screen and (max-width: 820px) and (min-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 400px;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
}
@media only screen and (max-width: 420px) {
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    width: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel #ampromo-carousel-wrapper {
    width: 250px;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control {
    z-index: 10001;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.next {
    right: 0;
  }
  #ampromo-overlay.mode-popup .ampromo-carousel-control.prev {
    left: 0;
  }
}
@media only screen and (max-width: 340px) {
  #ampromo-overlay.mode-popup #ampromo-items .ampromo-item {
    border: none;
  }
}
@media only screen and (max-height: 500px) {
  #ampromo-overlay.mode-popup #ampromo-items {
    padding-top: 0;
  }
  #ampromo-overlay.mode-popup #ampromo-items.amcarousel {
    top: 0 !important;
    height: 100%;
  }
  #ampromo-overlay.mode-popup #ampromo-items > h4 {
    display: none;
  }
}
#ampromo-carousel-wrapper {
  overflow: hidden;
  margin: 0 auto;
}
#ampromo-carousel-content .ampromo-slide {
  float: left;
}
.ampromo-item .qty-holder {
  display: none;
}
.ampromo-item .giftcard-send-form {
  padding: 0;
  margin: 0;
}
.ampromo-item-options select,
.ampromo-item-options input {
  max-width: 210px;
}
.ampromo-notification {
  padding: 7px;
  text-align: center;
  margin-bottom: 12px;
  border: 1px solid #f16048;
  color: #df280a;
  background: #faebe7;
}
.ampromo-items-form h4 {
  line-height: 50px;
}
.ampromo-items-form h4 a {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.ampromo-label {
  float: right;
  position: absolute;
  z-index: 500;
}
.ampromo-gift .product-image {
  float: left;
}
.ampromo-gift li {
  margin: 10px 10px;
  float: left;
}
.ampromo-tooltip {
  padding: 2px 5px;
  background: #FEC;
  border: 1px solid #FAA819;
  color: #1F5070;
  text-align: left;
  width: 300px;
  position: absolute;
  z-index: 10001;
}
.ampromo-product-name {
  font-weight: bold;
}

/* Typesense Autocomplete Dropdown */

.ts-autocomplete-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9999;
    background: #fff;
    border: 1px solid #c7c8ca;
    border-top: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    max-height: 600px;
    overflow-y: auto;
}

/* Header */
.ts-autocomplete-header {
    padding: 10px 12px 6px;
    font-size: 13px;
    font-weight: 600;
    color: #414042;
    border-bottom: 1px solid #f0f0f0;
}

/* Grid layout: hero left, 4 small right */
.ts-autocomplete-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto auto;
    gap: 0;
}

/* Hero product — spans full left column */
.ts-autocomplete-hero {
    grid-row: 1 / 3;
    grid-column: 1;
    border-right: 1px solid #f0f0f0;
    border-bottom: 1px solid #f0f0f0;
}

.ts-autocomplete-hero a {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 12px;
    text-decoration: none;
    color: #414042;
    transition: background 150ms;
    height: 100%;
}

.ts-autocomplete-hero a:hover {
    background: #f5f5f5;
}

.ts-autocomplete-hero .ts-autocomplete-img-wrap {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 8px;
}

.ts-autocomplete-hero .ts-autocomplete-img {
    width: 140px;
    height: 140px;
    object-fit: contain;
}

.ts-autocomplete-hero .ts-autocomplete-info {
    text-align: center;
}

.ts-autocomplete-hero .ts-autocomplete-name {
    font-size: 13px;
    line-height: 1.3;
    color: #414042;
    display: block;
    margin-bottom: 4px;
}

.ts-autocomplete-hero .ts-autocomplete-price {
    font-size: 14px;
    font-weight: bold;
    color: #414042;
}

/* Small products — right column, 2 per row */
.ts-autocomplete-small {
    border-bottom: 1px solid #f0f0f0;
}

.ts-autocomplete-small:nth-child(even) {
    border-left: 1px solid #f0f0f0;
}

.ts-autocomplete-small a {
    display: flex;
    align-items: center;
    padding: 8px 10px;
    text-decoration: none;
    color: #414042;
    transition: background 150ms;
}

.ts-autocomplete-small a:hover {
    background: #f5f5f5;
}

.ts-autocomplete-small .ts-autocomplete-img-wrap {
    flex-shrink: 0;
    margin-right: 8px;
}

.ts-autocomplete-small .ts-autocomplete-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.ts-autocomplete-small .ts-autocomplete-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
    overflow: hidden;
}

.ts-autocomplete-small .ts-autocomplete-name {
    font-size: 12px;
    line-height: 1.3;
    color: #414042;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ts-autocomplete-small .ts-autocomplete-price {
    font-size: 12px;
    font-weight: bold;
    color: #414042;
}

.ts-autocomplete-name strong {
    color: #2980B9;
}

/* Footer */
.ts-autocomplete-footer {
    border-top: 1px solid #c7c8ca;
    padding: 8px 12px;
    text-align: center;
}

.ts-autocomplete-footer a {
    color: #4d7abf;
    text-decoration: none;
    font-size: 13px;
}

.ts-autocomplete-footer a:hover {
    text-decoration: underline;
}

/* Hide Klevu autocomplete left panel (suggestions) */
.autocomplete-left-wrapper {
    display: none !important;
}

.autocomplete-right-wrapper {
    padding-left: 0 !important;
    border-left: none !important;
    width: 100% !important;
    flex: 1 !important;
}

img.lipscore-rating-small-image { display: inline; }
.lipscore-reviews-single {
    clear:   both;
    display: block;
    margin-top: 15px;
}
.ls-demo-mode-label {
    color: #e92631;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.rma-italic {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
}
.rma-mute {
  color: #999;
  font-size: 11px;
}
.rma-view div.fieldset,
.rma-new-step2 div.fieldset {
  margin: 30px 0px;
}
.rma-view .rma__customer-option,
.rma-new-step2 .rma__customer-option {
  margin-bottom: 1rem;
}
.rma-view .rma__customer-option label,
.rma-new-step2 .rma__customer-option label {
  width: 100%;
}
.rma-view .rma__customer-option select,
.rma-new-step2 .rma__customer-option select {
  width: 100%;
}
.rma-history div.fieldset {
  padding: 5px 10px;
  margin: 10px 0px;
  border-radius: 0px 5px 5px 0px;
  font-size: 13px;
}
.rma-history div.fieldset h2.legend {
  font-family: Georgia, Times, "Times New Roman", serif;
  font-style: italic;
  font-weight: bold;
  font-size: 14px;
}
.rma-history div.fieldset.user {
  border: 1px solid #8eb589;
  border-left: 5px solid #8eb589;
  background-color: #fefffe;
  background-image: -moz-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fdfffd), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fdfffd, #ffffff);
  background-image: -o-linear-gradient(top, #fdfffd, #ffffff);
  background-image: linear-gradient(to bottom, #fdfffd, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffdfffd', endColorstr='#ffffffff', GradientType=0);
}
.rma-history div.fieldset.customer {
  border: 1px solid #9cb4c5;
  border-left: 5px solid #9cb4c5;
  background-color: #fcfdff;
  background-image: -moz-linear-gradient(top, #fafcff, #ffffff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fafcff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #fafcff, #ffffff);
  background-image: -o-linear-gradient(top, #fafcff, #ffffff);
  background-image: linear-gradient(to bottom, #fafcff, #ffffff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffafcff', endColorstr='#ffffffff', GradientType=0);
}
.rma-confirmation-form {
  border: solid 1px #cccccc;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -215px;
  width: 630px;
  padding: 20px;
  z-index: 1001;
}
.rma-confirmation-form .close {
  width: 40px;
  float: right;
  display: block;
  color: #636363;
  text-decoration: none;
  font-weight: normal;
  font-size: 30px;
  position: absolute;
  top: -8px;
  right: -14px;
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  cursor: pointer;
}
.rma-confirmation-form h2 {
  font-family: "Raleway", "Helvetica Neue", Verdana, Arial, sans-serif;
  color: #50A4CF;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
}
.rma-confirmation-form .buttons {
  text-align: right;
  margin-bottom: 0px !important;
}
.rma-confirmation-form-overlay {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100000px;
  height: 100000px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1000;
}
.rma-items .rma-one-item {
  *zoom: 1;
  margin-bottom: 10px;
}
.rma-items .rma-one-item:before,
.rma-items .rma-one-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma-items .rma-one-item:after {
  clear: both;
}
.rma-items .rma-one-item .item-description {
  width: 50%;
  float: left;
  border-right: 1px solid #ededed;
}
.rma-items .rma-one-item .item-description b {
  margin-left: 20px;
}
.rma-items .rma-one-item .item-description img {
  width: 150px;
  float: left;
  margin-left: 10px;
}
.rma-items .rma-one-item .item-description input {
  float: left;
}
.rma-items .rma-one-item .item-options {
  border-left: 1px solid #ededed;
  margin-left: -1px;
  padding-left: 20px;
  width: 50%;
  float: left;
}
.rma-items .rma-one-item .item-options > div {
  margin-bottom: 8px;
  position: relative;
}
.rma-items .rma-one-item .item-options > div label {
  width: 150px;
}
.rma-items .rma-one-item .item-options > div label em {
  color: #df280a;
}
.rma-items .rma-one-item .item-options > div .total-qty {
  position: absolute;
  left: 200px;
  top: 1px;
}
.rma-items .rma-one-item .item-options > div .validate-rma-quantity {
  font-size: 13px;
  text-align: center;
}
/* ACCORDION
*******************************************************************************/
dl.accordion .grid {
  margin-bottom: 0;
}
dl.accordion dt {
  background: #6f8992;
  padding: 2px 10px;
  margin-top: 1px;
}
dl.accordion dt a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
}
dl.accordion dt a:hover {
  color: #fff;
  text-decoration: none;
}
dl.accordion dt.open a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
dl.accordion dd {
  display: none;
}
dl.accordion dd.open {
  display: block;
}
.entry-edit .entry-edit-head {
  background: #6f8992;
  padding: 2px 10px;
}
.entry-edit fieldset.collapseable {
  margin-bottom: 10px;
}
div.collapseable {
  margin-top: 1px;
}
div.collapseable a:hover {
  color: #fff;
  text-decoration: none;
}
table.collapseable th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_down.gif) 100% 50% no-repeat;
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  min-width: 20px;
}
table.open th a {
  background: url(/skin/adminhtml/default/default/images/entry_edit_head_arrow_up.gif) 100% 50% no-repeat;
}
div.disabled {
  background: #c6cbc9 !important;
}
div.disabled a {
  color: #f6f6f6 !important;
}
img.accordion-btn {
  float: right;
  margin-top: 1px;
  margin-right: 5px;
}
.form-list select.form-list-select-fix,
.form-list input[type=number] {
  width: inherit;
}
.form-list #add_new_offline_order {
  text-align: right;
  margin: 20px 0px;
}
.go-step2 {
  float: right;
}
.add-other-manual-order {
  float: left;
}
.rma__order-offline-item {
  *zoom: 1;
  border-bottom: 1px solid #eee;
  margin: 0.5rem 0;
  padding: 1rem;
  background: #f4f4f4;
}
.rma__order-offline-item:before,
.rma__order-offline-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline-item:after {
  clear: both;
}
.rma__order-offline-item .field.name-itemname,
.rma__order-offline-item .field.name-itemqty,
.rma__order-offline-item .field.name-remove {
  float: left;
}
.rma__order-offline-item .field.name-itemname input[type="text"],
.rma__order-offline-item .field.name-itemqty input[type="text"],
.rma__order-offline-item .field.name-remove input[type="text"],
.rma__order-offline-item .field.name-itemname input[type="number"],
.rma__order-offline-item .field.name-itemqty input[type="number"],
.rma__order-offline-item .field.name-remove input[type="number"] {
  width: 100%;
}
.rma__order-offline-item .field.name-itemname {
  width: 60%;
}
.rma__order-offline-item .field.name-itemqty {
  width: 20%;
  margin-left: 5%;
}
.rma__order-offline-item .field.name-remove {
  width: 14%;
  margin-left: 1%;
  text-align: right;
}
.rma__order-offline-item .field.name-remove button {
  margin-top: 20px;
}
.rma__order-offline {
  margin-bottom: 3rem;
}
.rma__order-offline > .field {
  position: relative;
  *zoom: 1;
}
.rma__order-offline > .field:before,
.rma__order-offline > .field:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__order-offline > .field:after {
  clear: both;
}
.rma__order-offline > .field .input-box {
  width: 50%;
}
.rma__order-offline > .field .input-box input {
  width: 100%;
}
.rma__order-offline > .field button {
  position: absolute;
  right: 0;
  top: 20px;
}
.rma__guest-gift {
  *zoom: 1;
  margin-bottom: 15px;
}
.rma__guest-gift:before,
.rma__guest-gift:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift:after {
  clear: both;
}
.rma__guest-gift .is-gift {
  float: right;
}
.rma__guest-gift .is-gift label {
  margin-left: 5px;
}
.rma__guest-gift .fieldset {
  *zoom: 1;
}
.rma__guest-gift .fieldset:before,
.rma__guest-gift .fieldset:after {
  display: table;
  content: "";
  line-height: 0;
}
.rma__guest-gift .fieldset:after {
  clear: both;
}
.rma__guest-gift .fieldset .wide {
  padding: 0 1%;
  width: 50%;
  float: left;
}
.rma__guest-gift .fieldset .wide input {
  width: 100%;
}

.remove-text-transformation {
  text-transform: none !important;
}

.UI-ORDER-BLOCK.data-table th {
  white-space: normal;
}

.UI-ORDER-BLOCK.data-table th.order-status-aling-center {
  text-align: center;
}

/* Custom Fields styles */

div.custom-fields {
  display: none;
}

div.custom-field {
  width: 100%;
}

div.custom-field select, div.custom-field input, div.custom-field textarea {
  width: 90%;
}

div.custom-field input[type="checkbox"] {
  width: auto !important;
}

@media only screen and (max-width: 599px) {
  body.rma-rma-index.customer-account #rma-table th.rma-date,
  body.rma-rma-index.customer-account #rma-table td.rma-date,
  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK .hidden-elem,
  body.rma-rma-new-step2.customer-account #my-orders-reason-table .hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table .hidden-elem,
  body.rma-rma-view.customer-account #rma-table .hidden-elem {
    display: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td {
    width: 100%;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td select {
    width: 60px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemname {
    width: 100%;
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-itemqty {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-CONTAINER .field.name-remove {
    width: 100%;
    float: none;
    margin-left: 0;
  }

  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK td,
  body.rma-rma-view.customer-account #rma-table td {
    display: block;
    border-bottom: 0;
    padding: 5px;
  }

  body.rma-rma-new-step1.customer-account .UI-ORDER-BLOCK tr,
  body.rma-rma-view.customer-account #rma-table tr {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 5px;
    margin-top: 5px;
  }
}

@media only screen and (max-width: 770px) {
  body.rma-rma-new-step1.customer-account .go-step2 {
    float: none;
  }

  body.rma-rma-new-success.customer-account #rma-table th.hidden-elem,
  body.rma-rma-view.customer-account #rma-table th.hidden-elem,
  body.rma-rma-new-success.customer-account #rma-table td.hide-image,
  body.rma-rma-view.customer-account #rma-table td.hide-image {
    display: none;
  }
}
.nice-select {
  -webkit-tap-highlight-color: transparent;
  background-color: #fff;
  border-radius: 5px;
  border: solid 1px #e8e8e8;
  box-sizing: border-box;
  clear: both;
  cursor: pointer;
  display: block;
  float: left;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  height: 42px;
  line-height: 40px;
  outline: none;
  padding-left: 18px;
  padding-right: 30px;
  position: relative;
  text-align: left !important;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  white-space: nowrap;
  width: auto; }
  .nice-select:hover {
    border-color: #dbdbdb; }
  .nice-select:active, .nice-select.open, .nice-select:focus {
    border-color: #999; }
  .nice-select:after {
    border-bottom: 2px solid #999;
    border-right: 2px solid #999;
    content: '';
    display: block;
    height: 5px;
    margin-top: -4px;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
        -ms-transform-origin: 66% 66%;
            transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 5px; }
  .nice-select.open:after {
    -webkit-transform: rotate(-135deg);
        -ms-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .nice-select.open .list {
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0);
        -ms-transform: scale(1) translateY(0);
            transform: scale(1) translateY(0); }
  .nice-select.disabled {
    border-color: #ededed;
    color: #999;
    pointer-events: none; }
    .nice-select.disabled:after {
      border-color: #cccccc; }
  .nice-select.wide {
    width: 100%; }
    .nice-select.wide .list {
      left: 0 !important;
      right: 0 !important; }
  .nice-select.right {
    float: right; }
    .nice-select.right .list {
      left: auto;
      right: 0; }
  .nice-select.small {
    font-size: 12px;
    height: 36px;
    line-height: 34px; }
    .nice-select.small:after {
      height: 4px;
      width: 4px; }
    .nice-select.small .option {
      line-height: 34px;
      min-height: 34px; }
  .nice-select .list {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(68, 68, 68, 0.11);
    box-sizing: border-box;
    margin-top: 4px;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transform: scale(0.75) translateY(-21px);
        -ms-transform: scale(0.75) translateY(-21px);
            transform: scale(0.75) translateY(-21px);
    -webkit-transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    transition: all 0.2s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.15s ease-out;
    z-index: 9; }
    .nice-select .list:hover .option:not(:hover) {
      background-color: transparent !important; }
  .nice-select .option {
    cursor: pointer;
    font-weight: 400;
    line-height: 40px;
    list-style: none;
    min-height: 40px;
    outline: none;
    padding-left: 18px;
    padding-right: 29px;
    text-align: left;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .nice-select .option:hover, .nice-select .option.focus, .nice-select .option.selected.focus {
      background-color: #f6f6f6; }
    .nice-select .option.selected {
      font-weight: bold; }
    .nice-select .option.disabled {
      background-color: transparent;
      color: #999;
      cursor: default; }

.no-csspointerevents .nice-select .list {
  display: none; }

.no-csspointerevents .nice-select.open .list {
  display: block; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
  .pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .pswp img {
    max-width: none; }

/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--open {
  display: block; }

.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }

.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }

.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }

.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }

/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }

/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }

.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }

/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }

.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }

/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
  .pswp__button:focus,
  .pswp__button:hover {
    opacity: 1; }
  .pswp__button:active {
    outline: none;
    opacity: 0.9; }
  .pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }

/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }

.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }

@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/photoswipe/default-skin/default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }

.pswp__button--close {
  background-position: 0 -44px; }

.pswp__button--share {
	display: none;
	background-position: -44px -44px; }

.pswp__button--fs {
  display: none; }

.pswp--supports-fs .pswp__button--fs {
  display: block; }

.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }

.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }

.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }

.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }

/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }

/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }

.pswp__button--arrow--left {
  left: 0; }

.pswp__button--arrow--right {
  right: 0; }

.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }

.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }

.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }

/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }

.pswp__share-modal--hidden {
  display: none; }

.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
  .pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
    .pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
    .pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
    .pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }

.pswp__share-modal--fade-in {
  opacity: 1; }
  .pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }

/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }

a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }

a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
  a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }

a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }

a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }

a.pswp__share--download:hover {
  background: #DDD; }

/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }

/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
  .pswp__caption small {
    font-size: 11px;
    color: #BBB; }

.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }

.pswp__caption--empty {
  display: none; }

/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }

/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }

.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }

.pswp__preloader--active {
  opacity: 1; }
  .pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat; }

.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
  .pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }

.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }

.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }

.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }

@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }

@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }

/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }

/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }

.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }

/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }

.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }

/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }

/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }

.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }

/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }

/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }

.pswp__element--disabled {
  display: none !important; }

.pswp--minimal--dark .pswp__top-bar {
  background: none; }

@charset "UTF-8";
/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/0eC6fl06luXEYWpBSJvXCIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/Fl4y0QdOxyyTHEGMXX8kcYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/-L14Jk06m6pUHB-5mXQQnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/I3S1wsgSg9YCurV6PUkTOYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/NYDWBdD4gIq26G5XYbHsFIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/Pru33qjShpZSmG3z6VYwnYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local("Roboto Light"), local("Roboto-Light"), url(https://fonts.gstatic.com/s/roboto/v16/Hgo13k-tfSpn0qi1SFdUfZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/sTdaA6j0Psb920Vjv-mrzH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/uYECMKoHcO9x1wdmbyHIm3-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/tnj4SB6DNbdaQnsM8CFqBX-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/_VYFx-s824kXq_Ul2BHqYH-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/NJ4vxlgWwWbEsv18dAhqnn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/Ks_cVxiCiwUWVsFWFA3Bjn-_kf6ByYO6CLYdB4HQE-Y.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local("Roboto"), local("Roboto-Regular"), url(https://fonts.gstatic.com/s/roboto/v16/oMMgfZMQthOryQo9n22dcuvvDin1pK8aKteLpeZ5c0A.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/ZLqKeelYbATG60EpZBSDy4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/oHi30kwQWvpCWqAhzHcCSIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/rGvHdJnr2l75qb0YND9NyIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/mx9Uck6uB63VIKFYnEMXrYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/mbmhprMH69Zi6eEPBYVFhYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/oOeFwZNlrTefzLYmlVV1UIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 500;
    src: local("Roboto Medium"), local("Roboto-Medium"), url(https://fonts.gstatic.com/s/roboto/v16/RxZJdnzeo3R5zSexge8UUZBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/77FXFjRbGzN4aCrSFhlh3oX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/isZ-wbCXNKAbnjo6_TwHToX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/UX6i4JxQDm3fVTc1CPuwqoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/jSN2CGVDbcVyCnfJfjSdfIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/PwZc-YbIL414wB9rB1IAPYX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/97uahxiqZRoncBaCEI3aW4X0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 700;
    src: local("Roboto Bold"), local("Roboto-Bold"), url(https://fonts.gstatic.com/s/roboto/v16/d-6IYplOFocCacKzxwXSOJBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap
}

/* cyrillic-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/s7gftie1JANC-QmDJvMWZoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0460-052F, U+20B4, U+2DE0-2DFF, U+A640-A69F;
    font-display: swap
}

/* cyrillic */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/3Y_xCyt7TNunMGg0Et2pnoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: swap
}

/* greek-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/WeQRRE07FDkIrr29oHQgHIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+1F00-1FFF;
    font-display: swap
}

/* greek */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/jyIYROCkJM3gZ4KV00YXOIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0370-03FF;
    font-display: swap
}

/* vietnamese */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/phsu-QZXz1JBv0PbFoPmEIX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0102-0103, U+1EA0-1EF9, U+20AB;
    font-display: swap
}

/* latin-ext */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/9_7S_tWeGDh5Pq3u05RVkoX0hVgzZQUfRDuZrPvH3D8.woff2) format("woff2");
    unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
    font-display: swap
}

/* latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 900;
    src: local("Roboto Black"), local("Roboto-Black"), url(https://fonts.gstatic.com/s/roboto/v16/mnpfi9pxYH-Go5UiibESIpBw1xU1rKptJj_0jans920.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215;
    font-display: swap
}

@font-face {
    font-family: 'geomanist_regularregular';
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-regular-webfont.eot");
    font-display: swap
}

@font-face {
    font-family: 'geomanist_regularregular';
    src: url(data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAJ/IABMAAAABYuAAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAABqAAAABwAAAAccgn5B0dERUYAAAHEAAAAQAAAAE4HJQhuR1BPUwAAAgQAAA6+AAA4Rp24C65HU1VCAAAQxAAAAeMAAAMmGqAgU09TLzIAABKoAAAAWAAAAGCXWVnOY21hcAAAEwAAAAI7AAADNnXqTtVjdnQgAAAVPAAAACwAAAAsC3kKHmZwZ20AABVoAAABsQAAAmVTtC+nZ2FzcAAAFxwAAAAIAAAACAAAABBnbHlmAAAXJAAAedcAAQcIxPrN42hlYWQAAJD8AAAAMQAAADYJORhKaGhlYQAAkTAAAAAhAAAAJBA/B+5obXR4AACRVAAAA08AAAZWYciGgmxvY2EAAJSkAAADNQAAAzZwxTAqbWF4cAAAl9wAAAAgAAAAIAK5AYpuYW1lAACX/AAAAX4AAANfqqnc33Bvc3QAAJl8AAAFjgAACfIBzytHcHJlcAAAnwwAAACzAAABIRT8SrN3ZWJmAACfwAAAAAYAAAAGNhxUvQAAAAEAAAAA0JxLEQAAAADQisdaAAAAANDi5pt42h2LQQqAMADDkiGo4Lt8jts8KfoRf2uVEkihRWAJayjMyBim5GtH/OSK325otVJstni3x3efbIb/zQvNfQadeNrl2ltsXMd5wPFvlktql8uLSdOUpQiReRFFUiIl0Wxo0ZSRB8Wm0cZQ6MaS7LWABCQNqaGJDYRGSCPepH0oYJi6WLbFVDfKCfxQnKdClozSumwFVQ9NAL9sBFkQHARBgW5bO9Gzt/+ZXZK7s58cGjHQAuXgt3v27J7DOd/MmTMz54gRkUr5pmwW86MfHHxdIhJmjWSzYr8xfzPyY7tOcp/4LsR7mVRVr+v5azFVje7XvzQvmWNm3rxvPjT/aj5m6Tfmt/Y11BCaCb0VCkL/VLaPb98382XDZT+1S+GB8Ovha+Ffle8p/9uK3oo3K95b9ePItyPPRnZF9kWORt4kvRX5MPIvfP448knki+jj0f7oX0VHo29EL1X2Lif2nU9u/y7FanKJ/S2nXUvpzXz6dqihQBDZ5Svbl0vmfbsHXtnKvuaYeV5RNhx5y/5iUe7Vbh++Fvlkya8iXyzimJdSRW+0PzZA+mXsNzFiVhWWGmnIpmUttuPp7JwMZFOyA6/w+VUcZnkCk5jCNGYQltXZQVnD0lqJyzrejdS59XVs1SAd8ph0mIO8l0kdn1dn03waokztr+r5jXH/d/FzSqqknF9XopZ8PJK9zDcJvomzbZL/ssMMZy+bEYxn58xB1n1DqrNPSnM2kE721INedyQJjiIu+1k+wJ7GWP4J70f5PItjOI4TOIlTeBvv4F2cJqe1GM6m+G8p81p20Bxin7kjs3EawF7yWUFOU6wN5GU+xTneHozbWJhDrOnk+4Q7ilZy20UebB53Zv9NBnnfhe/hRXw/myHSSSKdJNJJIp0k0kkinZQj2SE5wzZncQ7ncQHzuIiA7Rf43UcsX+X9Gu/Xeb/B++dEynAsZShHBMTeUOqmEePZhMupIZIp4m/zN+SOPcmxJ913WymLpLS5KAf8IiDKgXyLX/ZRA55yMUlKv6s7NuoBkQ6IdECkAyIdEOmASAdEOvAjLSnW3cQt3MYd3MU93M8GJooYqlGL9ZRGE1qwgZxuRAc2oQtbsI2jXjoCol+1VE59vG9HP/F+ms8Dbo8p9phijym2zLjya+DXSUptTnYTAVvW+RKmlOYopTlKaY5SmqOU5iilOUopTinMUQJzRH/OPEFNaEZrrlZwFizWnDh7b2b/tjaQG9khA3gu+x61Ypboz1IbUvISudvrzsOUxJE7F/Uacobvz+IczuMC5nERl/ABLuMKRzjMEY9g3JXuDlnlzr/D7H0Ck5jCNGawhcglKf90Ph4Jl2eb352sG2R5yOU1LXuI6BjrfyKj7C3B3hLsLcHeEuwtwd4SxChBXtPkNU1e0+Q1TV7T5DVNXtPkNUNeM+Q1Q14zxDNBrU4T0wS1Ok1cE9TqtGmjlNrRic3oxlYM892Iq9X22Eal0eW6hz0t5nQ5hw+LZIbcZchdhtxlyF2G3GXI3fLe7Z7LiYktv4C1c6ydc7F8Mt9ypfLRiruzpc9FK0UekuQhyfkeELEUEQsK8hMnP3HyEyc/cfITJz/xfMS+rHQDIhYQsYCIBUQsTsRSRCxOxFJELE7EUmY9rWcTWsCZTPQCohcQvYDoBUQvWGrvxt3RjHI09kjaiHth67qzIJp7YFvZL2tZvySift0k5xlynSHHGdqFNO1CmnYhTbuQpl1I0y6kaRfStAtp2oU07UKadiHXWreR83Z0YjO6sdXVd3dUroXL5K82cZbK+Jx2Lbq90kWlmnPUthCDfDeEOCUzJn/H9hm2z7UKIbePuLt2jfH7KFe2DnnWlW0uInvZanlLd6YtbZX7n26Ja0rK5SXt1kdcrgZd25tZ2sertBNjMst/DrjSLK/tcGsXjyviWpLdfFP4v5+gnJvRyuew+0X+G7nAXivcGZ37f2nWDi3WbY4o11LOyfP8fnfp3lwcKl3NGMx+yvafuhZyTEaLWrzF3K2XDa4OJWUj75SPdKCTz5t47+G9N3/t2M/7UcziGI7jBE7iFFK4iVu4jTu4i3u4z/keRQzVoM2y1wD5lusf2LzaPoJfk/vY8ql8f6Gf5T+zz/CVa+x6ctmEFjz8SpYs6occyPdFYq7GtLprgt5yL7h207aZ9O+WenmtbNWFPuJhr0f9X7HXt+DaFtuupOhb0K5Qx5vQgm1sV8V/GOSMyNWswyxPYBJTmMYMFnAV15E7I59zNflPbRem7tpWfZQe4ShHZc+tDnmEJFIv6zgrW2UDedhI21Ujf0H6hmt918lO+Y60yCC1eoP8pbzAL3bJi7JJvk/aQg3eTS9nL+fWNvmZHKHeJOUNeUbeJD0rb8tpeU7OyEW2/IX8I33YQGyPb0FuyCvya7kjP5C7pB/JPdKY3Ce9Lp/Kb2Vcfie/l4T8u/ynHJT/lgfyUyMmIlOm1jTK35v1ZoMcNxvNRnnXdJgOOW02mU0yZ7pMl/zcbDFb5B/MNnoPZ8yweU3Omf3mgFw0B+lH/0JM62duPNTM0eyRGfI1Y86GHi//YbS1sjH2fu1Ltf/86IerL6/++PGDj//XmvdWX177+rpPllNTYz49aHrQ8gVx7CKSn7v+d51rAYrZ/rrvYb8sNeB69r5Khb1++uxIwFeX71cXsiMFnx05+BhJ+NzIwjeisNdGHyMRH2Nc24767PXF93K+b1koXsqNLHzj7mpdRD52Yw6fFq9W10cpZscovp58m1nIjmF8g/lrSqFdiu8pXlTYMZHP9tt8E4pJxZRiWjGjsGMwnx2T+c4qzinOKy4o5hUXFXYM6LNjQp8dI/rsmNFnx5A+O6b02TGmjzGnz41BfWWKckVEUa9oUDQq7JjXxzjXJ5+5ca+vzfUkinUqehS9CjuO9tlxtc/2VHx23O2zfSmf7dn47Djdd1QxqzimOK44oTipOKV4O9/DKvSO4l3FaYWdZ/DdVNxS3FbcUdxV3FPcL+XmOXwxRbWiVmHnSXxNihaF7Y36Nio6FJsUXYotCjtv4xt2PeBiI4pD9iwuRr9jpVfhPtcnLrZdYeeNfHYeyTdQys0z+ZoULQo7L+XTrv7DbubBZ+exfHbU5turWGH/xM2L+SYUk4opxbRiRnHEzZIUs/NwvquK66XcKNbXrGhVKH00+Q83g+az42+fXnKJEj1u5FxsID+LWGin66cVG8zPVRQaUtgZPZ+d4fONuRmCYnY+y2dnBH0TiknFlGJaMaM4ojjjZqWKnVWcU5xXXFDMKy4qLrlZsGIfKC4rrijsjKnPzqD67Iyqz86w+uyMq+8G6z1uRtbXruhUbFZ0K7Yqht29imIjCjsj7Dskoz5Z4+Z1fUpfzs37+kYUhxhdeiT7kHFuqoTeJsRLaL1NO/Phs/PQPjsv7RtS2Hlr30uurShm57V9K28n4iUmFJOKKcW0YkahtxOpEmcV5xTnFRcU84qLCjvP7/tAcVlxRbHgrpLFPnIz8MXsfQSfva/gs/cZfDdY73H3IXxNihaFvW/ha1d0KjYruhVbFcP5uwiFRhTa3JDWxmTVM93OTvs6FdpsTK/C3qfxrfTqv0dhZ8Z9RxWzimOK44oTipOKUwp7n8l3VnFOcV5xQTGvuKi4lL/vWugDxWXFFYW9L+a7prihSOXvTBS6qbiluK24o7iruKe4X8rdFfHFFNWKWoW9D+hrV3QqNiu6FVsVK2wlpMJdh79LO/AH2oOC+7LS7u67+Xbn78MV2quIK+z9Po+7l+drVrSWkm+q4xZt3ndIMSZDvpX236TrISP50njZ+5Y+LYZfc2zU0XiP2tLb+6a+IYU2Qh+j3nj+rBHrSmvtz919XF+bmw8tZu/z+toVHQp7X9hn7xP7etxTHcV6FdpcqL3P7DuqmFUcUxxXnFCcVJxSpBQ3FbcUtxV3FHcV9xT3S7n77L6YolpRq9Dm/GrcfXufdi7Z+/q+r7snZZ8T8Omz8YkS/a4WFtNn40t7V/Y5BJ99LsFnn1Pw/V/qmX39M/n/v3o09jkRX5OiRfG/N5OfLLHScZR9zsV3QKHN+PepzyS0uidfih1WTCgmFVOKacWMYkFxVXFdMeOe4/GtVbS6oy7Wpehz9z6Kbc8/5VyoX2GfG/LZ54h8OxSv5J+7K/Sq4rB7NrXYhGJSMaWYVswoFhRXFdcVn5dyz0n5mhQtim3ufCoiA+45K599fsqn9cTt81W+CcWkYkoxrZhRLCiuKq4rjH1mWhpljayVdbKRvvAW+tdPynZ52t3teIZR0CuMel6VffIzOSwTMilTMs0587a8I+/KaTNsRsyohMqftc9NhQ6WvcH+6kWyXD+ySWdQHvLHVXtFf8T2y78PeOlY3Ccp5dLgV91j8Vr2kynNZW5dfjlV8MWO0jzl9lf4q6ItHv7XUXBc/t+O5e8f9r+X/kbVoxz8k/EOCva7Q1b4lzs29QhXuo8V/y/3f0LSLTFSpXtWcRW1rl6q5VHSI9Tldbx2k4x7YjHENaxPyuQpUlj6SeXU7WfY9nlShXyXFJEXSFH39GKVe3qxRl4m1VL39/FL+8RiWD4jReQPpIj8kWTkASlq6kydhEy9qZcq86h5lOUG08DyY+YxlhtNI8vrzXopM08wlqwxTaaJ5WbGkDWmxbSw3MrYscZsMBsk7J5eDLunF8Pu6cWwe3ox7J5eDJttZpuUmx7TI7X2/JNVZpRzMGb2m/3EI8QR1ZJWubgYzse6fHTq8tFZY+/ISCspIm2kkHSS7NOKXRxzDykkvSQtajtJURevWhejatlDqnSRisl+Uoh2YoY9HyFVyVFSSGblJK+nSKF8HO2Tn1G5JFfYdoEUkY9IUblKisg1UlSukyJygxSVlNgSv0kKyS1SSG6TQnKHFHJPiobck6Ih96RoSD4n1bhyqjVRE6UMYobYmGpTzWutqeV1uTyqC8qjuqA8qvPl0WbapDJfKu2mneVc2XSaTpZzJbTZbGY5V07dppvlXGltNVtZXi6zmCszY14zr0mFOWAO8DpuxikjQ5sbo2TqKaV1lE43NbeP2PdTU58n4i9QM3cT531aS0wMrxKvzzjiP8oD6mM99bCB+tfIcT7B8TVzXK0cz0byvol8brFPwebab7P/fwANweZTAAB42mVSyU5UQRQ957U0DRIi3Q2NQggYYlwQFiwIcaEkEuIChHQMYYU+u9Gozx4fqAxOoOCIE4o/4qe49BtcGRcmeOp2BRXz8u5UVeeeOrdAAK2YxBcwCuMSUjiGYHpmqh+D+ZnpfgwB+/to1i4iQAJJxSmrEU3eH0FLGEYxxgphfRHj12phAZPRjeshpqJyIULe7Hy5Vixhob5UqaMYl5Zu46ZQA0OGoTibNNtiNuG7Ottg0GQ2JcZd6MMpDGMUZ8X+Iuaw4HFm/bmvPv/h/a+GZ+D9pUZHXvX5N++/+/pPdb6AAW5wk2t8zjf8wF1+5Cfu8bO43+ETvuBTi7a4zWd8yQd8zYd8xfOc4Drvc4eP+Fi4AziKNimbRgY5dOM4TqAHvRjEiPifwzgmkNcNLuMKCriFGHexxh72sshFllhjXSh9ulmbMLrFbJlvZSt8J1vle1Mri07p4jQ87XRz5w9lgRTLHtzI+P/H/W/e2QPeDZaHGf5hF2hfAsuooPoPlxXjfAZFqdqqqqbGqmKnRMZFjF2kmSasJm8VtzstlU4aQlpoK7bSiXuW55xXnlPnJNqx6qurvuo4ZNSvS+vtQtOU7HfvzKnu9JY2XId7DxnNAnZf97q0h2Wd79BHfR2/AQHkZdEAeNpjYGJuZZzAwMrAwjqL1ZiBgVEeQjNfZEhjYmBgYGJgZQZTLAsYGPQFGBi8GKCgoLKomMGBQeHbYTaGf0A++x8mXgUGxsksQDaLJussIKXAwAIAVBQNDXjapZJHTFVBFIa/c0HUp8ITEQHxOTwFCyhYEEEsCNJBsWAXQToCCqgsFLFgjwVjS+xYETsiJnYTTVy4NjFGLu5daOLCGK6ThzExLFw4k5kzM5nzZeb/D+BG9whE9IyE6Z249u5i13GW7r10rKOJy9zgDq1SJ41iGf5GlPHG+OhocHxTNuWjApRDOVWIilAxKkHlqJYg3yCn0zv45/dXlqUJivOacJWb3KNNE34Yfprw2njvqHd8VSi78lOBSmlCuIruSbA+Wy+tF9Zz65n11HpiNVvxVqjl2VXfta7zXWeemW1mmZlmhplupphxZrQZYfp2vO3I7cj+VPShztbe/bv/ah6GzaUQPViC8Xtl/IPRnemGu9bUg970oS82+tGfAXjihZ2BeDMIHwbjyxD88CeAodqNYTgYrjUMwskIRhJMCKMYzRjGEkoY4xhPOBFMYCKTmEwkU4hiKtHEMI1YpjODmdrLOGYTTwJzSCSJZFJIJY10MshkLvPIYj4LWMgislnMEpayjOWsYCWryGE1ufr929jOTnZxkKOc4ixnOMcF7e5FLnHF5fE1mrmuq6WFW7pibnOX+9r1h7TRziNZSyX5FFAkFVRzmnJKpJYqijV7B8f+qFX4l3albNJzEw/YzBqXmLGu8zJqpZI8tlBPo3iJXfKlQEqkVAqliFZ947FESo1slCqpduWVUyPFUibr2cpuXdl7aGAf+znAXg5zRF85xAlOcpwvkijpVEiypEgqGyRD0iTpFwRemf0AAAAEKQWaAJQA3wCBAIkAjgCQAJgAnACiAHgAogCmAJwAogCMAKwAsADfAJ542l1Ru05bQRDdDQ8DgcTYIDnaFLOZkMZ7oQUJxNWNYmQ7heUIaTdykYtxAR9AgUQN2q8ZoKGkSJsGIRdIfEI+IRIza4iiNDs7s3POmTNLypGqd+lrz1PnJJDC3QbNNv1OSLWzAPek6+uNjLSDB1psZvTKdfv+Cwab0ZQ7agDlPW8pDxlNO4FatKf+0fwKhvv8H/M7GLQ00/TUOgnpIQTmm3FLg+8ZzbrLD/qC1eFiMDCkmKbiLj+mUv63NOdqy7C1kdG8gzMR+ck0QFNrbQSa/tQh1fNxFEuQy6axNpiYsv4kE8GFyXRVU7XM+NrBXbKz6GCDKs2BB9jDVnkMHg4PJhTStyTKLA0R9mKrxAgRkxwKOeXcyf6kQPlIEsa8SUo744a1BsaR18CgNk+z/zybTW1vHcL4WRzBd78ZSzr4yIbaGBFiO2IpgAlEQkZV+YYaz70sBuRS+89AlIDl8Y9/nQi07thEPJe1dQ4xVgh6ftvc8suKu1a5zotCd2+qaqjSKc37Xs6+xwOeHgvDQWPBm8/7/kqB+jwsrjRoDgRDejd6/6K16oirvBc+sifTv7FaAAAAAAEAAf//AA942ty9CWBU1dU4/u57b/b1zZLJvieTMEmGzCSEEHYCIgSMEVERERERQURFRIqIiEgBERAEpKgYkSKifW8ygKJV1FrrZ63afmD7s5aqpTVdlKr1U0gev3PufW9mshFs+/W/2IbMTJJ37z3n3LMvnIEzc5xoNuzkBM7IWTg75+K4qFQglViIt8BikMwi13E9ma7uGcY/p+5R95Dp8OZjMt2w8/Sc13grbz2zkbfxr3Z+zVs7d3Z+Lfo4jue2nT1JlsMzTZyNu5SLmTgupAhie8zMcyEi28MyOa4YfO341WY1EHNIsUntsi2sWOGb1a2YPe2yOaw4SEix2iRPG280CcWBek4xC5JHttYPrB5UMyiS5jMWClGhaNvYGY2NM4L7nRvK8UWj4eCZX3Ac7mOWKPIcPZuJG83F4JOQLEbjgsjZxJBsjNBPtLcEVpSF43Fe4vLhh7xbMZFQ3EjfKRYS4gZWe2ExAl+zNjluJ/xG+1LDTnUe2abOw7WGARxPwVpZXB5p4GKZcOaYPy0jGo3GTLBKzGyzw+s4RzJNjlAbL2XnFAeiCmdob/MF0rOKA5G4QaQ/Ety5efgjA/zIaLE64EdEzg/LmceVDABPBt2YYoaXZreSZgspfnjpdys2+NQutSsFJCQPyjwy/LEvfsb5Q9Yjw1/8cgq+kDPdbXymyQsr0H+N+C88rs2SYYYXae42a5oNXvjdbQ6/HX7BTf+V6L8+/Bd/J0B/B/4qnf4VPDNLf062/pwc/J22XP038/BzYaSbF/A4bgnPm52Tm1fV7T95ZCYCuS7qLYKvqFAAX1FTEf0q8hbAV12Bt2BY1mfNf834vOXBZhK8+MHmUxlfTfp75lctmy9S32/Z3PIsKW9W3ydrV5Nlq8n96m34tVpdvVpdQtbiF3zOEW7c2WbhOWMBV8c9yMWigCl5YFQRhPZYVLCG2kZGI5ZQTEJi8UWVfHO7nO+Oe0TOjUQyOCw7jytFzna5yK1EANRSJF7NSMYbkavdihHQUOlsV+rhe5ETyJXUyxEJiFau9ihCfn29bJTksnq50qNkZNYDTecDTR/kiDMjsxJoHAGQFo0Mqq2pMtTWDKqrjfpzhYCpSiwqNPp9uSa/z2jyF9VWCeM2TP7LbZsm3L5x0+0TjuxePnH5xdXO+23ZAwc3V966omrydTcvvG5y1RtPLb90/ZX1pGDYiRULx988YfSE6ZtnbPyZtOgW67Apk0qHpFdGS9K/d1XNZSMG1wweP/V7Fz76O8/DD5tHTJ8J98fAtZw9aThiiMMtdgFdl3Bh7iEuZkfKLsErXW5ojzmQtgX4R8kwtMer8koER0ipgpdeC33pNbQTeWBY5o4rbqBTN5AsAMYIL41uJQdeBuFl0K1UwMtCoN5q+J7mljwxwWWpr69XKoJw/x3FJXn0/lfZ4SfZOYX4kwyv5FGMXD2CrGZQNJIGoCkqLPWSKBF8DISlADTOrf0sn6ef4octbffd/9zza9fER4iN+84cmT5n8sWzr2+ePJufdXDNusOH1VMV8Mm1s1smi0vvPXxo9T0H4x1WZHji0snz5k2+aMGCM+8R8+HD9646SNY8euP83fOAwzSdPSmeAFjlcwOArpZxsVykq8yoUgx0ZUUA1RrbKf0AKAoc7W2GAg4YX8jVLhdQSlIc8NLhVnzw0u9iBBQJAW1Y+dziMjecX3ZIcrBe9nkUKQsppzgXyCujXq6VDnEGR3pW2UBGQDV1VaS2ZjjPzm0iw0ltFL4HTEEnKSosrqNwqCNO4vXl8oFiBqemjgsvqZm5ffrz7z/xGJlSnvWDiuEPLV5/4a9XfqJ+0frKA9OfrFVHXLrw8vzGYRHiXrPghvvIhi82T9wyc9zds4f+tHXFq1eoz01ct2Dtm7O23bzlwsu+eHnVzgsGEbnkfv6SqqkXNwxYJ197990c3D3gydwXlCcXcl35r5jCfxVDguMit0VGC3+7Vv2AHDNmcQ6gRCouTO3wV4pgAsA6KWBNjnYQN3iJTYIlJFsjios+qE5yF/gL/RIc3V9YupY07b/4isefLhEPkAkPxM80XjJrwx54/kZ4/gf68x1hhYPnG8OKSXu+cFyxwvMFKz5fMMHzOf35ASA3qaaoNj+DABVuvOLi/aTp6cd3zLpEfDH+gHrozJS9+Pw5/AlBhLNLXC4XM1Bh6AnLruOyGFGceCUiipeduy5YF4CrXxdArMF9N805dmzkOyveG3bs/RHvrXhHeGnZ8huWff3N8uuXf++GZV99tQzlHeFauFWiT1wC97WFk7mwbIoqxNguG0DQEdwzZwXGRih4CICHimLrcZmPKBagPTESs9CjWeBoMasFX1o5SwjlMO6ptkACzcBfIBVJLWT7VrJdvWErX7+OxNWmdeoEcojtYfZZM5nMvcU5uQoORCpi14rYdYVly3EEmBEEP365kQ9YgILt9Ygg7QqbgsMJkO/s0eGasY825Q83VQ6+PNw4ZvCL90/IuKTcOJquMYXP4WfwcUpDcE6FWNrxC0lI4UBqCz7OnKSh2gL/FNBUcrZvZ/s7SZpgfyauPEUz0V9QLSCpnWiCX9c2Zo9DBYNpGfis6NkiodbIwT64ALCdKL/goc6tHxo//LaI6R9zgScYgSd4uYHcVC7mxkWyre0xI7KDAVZYrZqu5gNx4nMrxSBOCiKK1dNO+UGxT/LEjS63oRDvvlVSbEV46wdkA0ckVhtHL7vHPVyI5Apup1BYxcN9NkSGG0B0FDoNc7NG3/DYfz92w+gs/cUG0ZlZMeyKW68YFspwiqIzI0TfVGQ6Rb6BFH/0wh2jRt3xwkfqb+HV6NF3vEAWXbx41bTLonl5NZddce9trbfde8VlNXn50cun3bNYozeOvAf0bATZEBNRLhBK1KawLB5XBJCCZoJgpVKQyXYgHlPLN2v27jXUXQsM9QsKx2kAwlcAToXctcATEEr5wDT9CCW7tb3NyfnN8NQielU4dlWcbsSNku5pj6VTSk0vBEoFCCoWELptRn9OPpUYznyQGEZLOkgM2S7JLgBZFHijgTI9IDaRUp3TYCrwT5t4x+bNd0xcv/S9hgfNBY3T1l38xicX3Lr2/sVNIr9v2MWP3bd61cqHJtz8wO/Ky1pmjB/4B+WyfWtXLZ6/MLIFz9B89k/CMYBFLkCFan+KYGmPOfEMDqE9LlkynSAOJQGQnheWjceVAKA5H/YbMIIcc7kRtRZQBeCqBnCzkiTbgON7ZHeKTlAaIrWkAAiaAM79PlAKqvjmDY1/ufMJefdN5HudO4QidW39bbdMHaSeeXVO6/XDSV70V63L79q5mry5bZc6IWf0zE2XvdQ5eOYcSp8jQGethz1bgeNdzsUsiEEeWTJns/AO1JUVTkC2RNkfXF97RDE72mUhEjNToJuNwCksZso0kFMgM1RsHNN6eEl24N5rSVSK+osA8yUF0gj+AfnFF/eoOeQTMm+50NYxe6u6jczbyr9OYXiSwjCfu5eLZSEMRYChC2HosbTH/dYsF8DQj+y4gOphXtiM1y178o9LigtYmCuseFztMY8Ld+SRgEN7mbqcDrRYCN+9LgC2g4D6YPIAmYhWfxYlEyvQKOjmDmc63jW/JHsp1HNJQo8wBb3A+wTGpXgAvNC8MXvb8nt/8MS6yQui6/P4DzqP+K5b/9Nvvv1Z87prJlUB5K++7eC6tYcjFen8xzvUcWPVn72j/i04fMoUCnvgQ8JpoPkAV8ot4GJpeNpc4A0If8VkbY+7i9MAB4ob+VqQCjc4hOyIyOlu1PEVLxypDL4XpMNBTLw7DXfulRSDqOsGMc7rQE3JBPqUbKAIEfFY7oJIwARncgr+4XBAD54nH3iHkDjsbN77zLaJc9ddck9zjW/gY7f89A9fvaeG99lLR9486e6Ht665bic/TZg2Z8WEUXM3bb6ocYaqvn1S/R/+6ovuWHZR5EePrVPmUf7QAPf6AOUPIOsNOn9QODySKYzMgVMIUotQz/g0KSINwi2qUSZfG/gdK06fBCEJ3HU68FEzwCoXdKtabiUXy0FoFVqY+qnUAG1UleU4UPPERw+i0MoDIzLPLYeQNqwAOWtYCTnxI6UEoJYJP63GH7kBjHXwQTWoWoccflAuywyUJMoKgVQyQb+UqyTFb4DvNR7FbWX65nC+rkqo1WSWkzfR25ivqVYMhl79daFxenVzUzB/xIjg54ef/zw4YkR+sKm5Wv1Wname2b97/f2P7Vt1z1OVmxcs3Pz9U/eRzZNWTa1zu2omzR+6/9ix/UPnT6pxueumrpr08t/+9vKixx9ftHLHDj5n1vr1s65bs4brQUsLNakGjJPp5cVAS/4sEyrj/q60BITkAZGTG1EMHkZL6YAMxQJnlD3SQZNdgNtBYWE3AZIs9GJY65XiLKAtA+epZ7DwRPNBuyoMIo8aLtSijslrOmZNlYDU9NV75L3Ovx3Y3jR3bZKi9iIZVWkkJbxxkpg713fsvT5BU4R/b11s/nRGUolzkibhJMhuN1eZlN6yO6zYUHZLKE1lcwRFN9wUKsE9XSQ4T1GWEOXjxg4MJyS6cPWMMWNmjKPrgA4D6zi4NK6Kk9PCioSPDyAPVDhnhCoxYO9RPSZd12NsXfWYQaDGuBPLMX3mCnvlYLakrtSMbTaOFvxsYXpnLudeE3aIDXBnJC7GEyZO6VWhrNRvIf7LhZGd8/ht/LB7yfe2qx+q7z8Ee24ha0SfMIv6OjKZVmSk2rHBSLUa3YeBtwy+WoRXO4YLr5I1a9eSKYyO2No79bXFrmvX1VpA9vgv53d0zhVGv/YQKSdF29X77kW8IN+eR22fMm4mFytDvBSDVoUqrpKLIq88LHuOKxKYPdmeQmdIKQX4SW4lCz0ZcAEHwHcJGPJBQ25RcbAMaE7JKgVSTHcgL8stBg7HmaV8Zt4MFzSZnUOKkqLco2G42V1/5dqWF0+UjZo8eVTZ7uCIpkkjgvfe+vRF8yjGxWcrL22JvL+vccnlF40fN6XqymsGz7lowoRJswbNu+/AmUOaagdnmqK+b3zTMJcbzk3gdnHykLBSYwCiCst+MOns7fLoiDw+rGTBZ/kRuQLAbIdjTqR3ayDoJwPdlDBGwMsRbiUPrtnYiFIgUWMviH4tsHWb4HveCMlz2JDlr6gZMno8cvACYEmD4AIGQU7V4ekdNUBbg+qV8cVoC3Lp7iCaeXKWpOQVaBdwUHE0IqZ5mAEcdMKdK6W8KZeAESH5mDsBZJbI+30e0HjqAtQQLOVLUvjVlLt+S4bEj5Dat29RHr7iVp+9fOzchr0nfvdE4x2DPGuXX3zdjGfO/uDn6ssHDpAhP31/3/Dxn615Sn33d/fwwzYumL95/aL5G/kshdR/dM/3fqm2P3Lq28vG+ivrik7EYx9XhwPzO//x0KFD939+4JqfqM+9/pb6wvMzZlePu+sDUv/UnTu2rl760DaEeQboI19Qv6EVrAeqCcpClAqNuNEM4hluGgp/MP3sVHaYNXcg6N6kSCgQvAVCBp++j8/Yd6DznQMnyNufotlOQHbxM/lVHMqSVs3f6QRumZ/QN13mdiabQPGMpwfoUulGpmcARl3ILSOyy432mWID2ZGNsgPZJmoV2aBVyGbAVcBF+YCcLsFbOR+lLmxOKmCGeC5BDJUkNDn9RStZ/1+/nzV13oovf6ye+nL1rkdX//1/5q+689b/Mex87cANT4RL21b8+IPN962+7+71qxfMv5PdVbhz4tf0zg3W5KHfqt04pzWxcQ/bIejBfrxDlgDVbwy4vQTlpAVMlE0DcXCUNuBNMd98y1Fi37bp4wm1maNmrxyz6+wmUv/175+LZk5cvPvSd9S2F/i3dxHf67dOa9jqL4/k7lS/fLJTVXY+GBhYX/wqYToOwvpNgLUZ+Ans0oy7tAiajkNVYQ/dpQXAa3FTfy+CFG1gRbJICfDlc5KbKwhG2feiVhIkC8gWdYG6ZeXjxETC6i/UjscNO9XV6rPq4+qDW0gp8RErqUQ4wR6EmbAHG9xjhmvcAcU1KJdxAyMrA27GntgMmsLUTLbYLPivYNHMYs0WZnYw+2rl93Wq5Kg6kk837NyhFm1TTdu0dSfAuhZuJFs3uabZQNc045rWXtZMrmbrthpb61V1OK7k39a5IkELBuS/JdzNXKwAz+gD3UjU7Kd4VnaBCOtlmWG9Urqe5KHsNwMAnutoj2Xk4roZWbAi8qYMCeS7VSxAMyRXArnPKVlgi8q59XK2pEioEtmZmkBpCEgol2cKJe93AwmBciSBkSIZRcpkmo+QSb+4ru2eKYXzDnz9vXc3XUzqT0156PrhaepRcmKx+snh7eo/ji7k33qXXPqTAeOGF920Z9oj/2e5qqqH8mtCaaRqc+fpJbfc9Crxcxo+xT9RfI7QOISJcQjZEI0LVgpZwZLApg0gy0dkmxvFGPpZTCBudCRioAMtUgDsXv70k092Gg07O9fzi0/P4Td0LuL09ch46q8qSMEj9VZxzMbFL0Piia17keWwv608+xVfAH9r58JczEa1FYFZ/wQlieE4FX5OJHfBBgDmqHOYAFhHEGDMtfA4ZOmVnsbG+N5nfnCzeav3PXHkmf1PPJPYmzib2m8Du8FCjCKXxB1aKQA0fonqnWCpr2dbJVELKNx49oY3O/fyt/5X57Nw/hv5rZ0tnT7+vc5w6v0x6ByZnoHBwKjDICZQyhUMQEGmJHD98Gi4FKc7trH97uY442QKj9Hafo0p+3XQp9nBpLMzo83ooMBRTHbYNk/NGnYCs3YCC0Hs4Rl2H+N5XvzVbjVrj5pp2HnmCfGq03PE/Wd+IwbPTNXXNnD0Po7rZW1rKh8StLUxomJB84SvlwVJNvVYnyD1wOJ7hbQ9ezr+DOveKG6FdTeeuYXyv8lnTxpFuJcuLodrZJ5zxWfVbmYWculc5hn3UM94ALUh4H956BUAm02x0zPj3VPMXPK2iWix4d0CNdsDVoentoYvzhf5yS+Ti97+BbnopZdV+Rdvq7GXDmzhzpIh3NktD6pn1Z+pZx/k34ZL9upP1Kd/8a769GuvkEt/+UP1i+3bifOHTxLnww+rX3A63xbep3Tl1THFuJcXpKPFRu+YBbmXL0FitggG7lwaB/cjtXltUlcBGCIZJCnz1r7+p7+9/Mmxuzdtuhts/g9fOfqHzn38Xx+8684HNNh9QmHnBa42nfnOZEdUSdfBV2RNcDOfh7rP8jTwIQvL86F173TbUNyZJaAqhGQ6BaoT+FeRFDPbuPquMKUucmOBBlcQhcG6wKDusL3ykh0Ldr6sntXh+8hra3bP272sJ4TvP3PNQwu2bdWBPHfnwp1bP9LBzGRjHcDYwfm4KzWKtDCKVHwAZruTgtmOTNtPj+kAMDsjGCKQNDBjKEVywJlsQJEo1a3o8bJTZUT2SV21D7gmRQD/fKkGJeiN/+fkPXeQ2c+pL375UyKpJ1807Hz3pdXvlnYu5Bd2bhY4Yu1gd3Yc6PbPAR6iiIUq3a8lUc0e2WwNdcQUOKlmi8EvMLKVWvRLaMEvo3RQsEq5pVWIipBHCaRTnV6LegXSQz2jXiBQusW80N+SGvE6ceTCu6eOLbX3iHj97fXmdVc3VXSNeD36brBh0uiCnuGuZ06WjZjaQs8ZApo/RnXPIVzMmOqrkIUIdQsbjysGYHUGI7I6AwjpmNGAL43o+UpaV+gfDwn71RV7DfyOHadVdGHA83eCvvYGPN/N1XExJ8LRaGF8FNBOTVfGSmWBiirF5qC2Kwt5O6n3FMVBWv4gKha4okJu55MvkTlH96h/OKOqn/K8sKNj3qF33j0sbO2Y9z/qr0kxXdcDfM9IfTAF2rloGFyIJl0wnJHyOAy3WFCR9hwmr5LXD3WeiAFHC4nHQJwR0JY50yLKu1/XYoBmiw2j2zSGQwTRaCoOJLg48bbLhNGDyUu5OMakX418PpOGojm3bD/qhN+Q+aNHhi3/bCR+apCFKoXwZvjMqVhN3xpk29Ejr674rIn+iaVKsVnNshV+ZsCfifCHP/l8KP5MEQ1m2eiWDUcNssktm48KYDkbrFVVVWSkhRfgpxarzd49zoxnpccFIRiIkQvJNXvITNIkq3OPqHvUJ56Ds9eLb+AXcPS9Z6YBDLLgzh6iukepdmPNUarMgu6BCgdVLBQeZYRItSNtDQsukkX+pDa8QWaT619Vh5L2F9V56i38Sf5g53/xgzondmbxczt3MHyJYaozD2QejiS+LGHZdJxKJitKKBPFGqDP1AV9QH6el0kzmfqc2rgH5PkT/FWdxs6Z/G52n8fD8xdSOVilyXOToLFUgSmkVOtUTMyLq4hIf0bqNmee5wL/eGFixzuiuaNNaFkqrt+27MwSTb7r8TkTV0s9EAYWnyMmFlfhjsdNPs6B2RURxeBoxziNgyZi6NcHVIYiKerH+Nx+9QPTyAe+/WBD1ziLFxAW3cbf+JCRwyhLMmZnAksdKRpjdkJYEbU1Tcfh+saN2kJuhYB6QeAuu/XFBd0zEgBZDkprwcb9+0mTGt9hLHngm6PsXNP59cKv6B2SuESIQ/fJMBKaThavJ0ta1T+qJ+GXXR1/5+d3PoR/23h2mLjt7Ouw9wCHi3HGdvyisSqmNQaAZzSKLWeebfg+R8gUcT+/w/A2/H4Z/n6ciJxL1PXNOE83Tf9QIQJVGQdWk6i3iEyRt24yvK1+iLITefZOsRHs6WLubi7mQyoKIKpzjO0xF/A6xWoG6BcF0J0uYIS+hN7aTABOJr21cn5E8cA7j1vxSSBdw0opOk2RslGUMqbuCuTQ0JTPI/uBDoUABuT99Rirku31ssvD/P/UBxbQAi7UOyYVBdFTUZf0kI47GZ+xrWTdHY/9YNQLv3jv9fs9c1740R+f2Lp08ZYHT20h4x9+fUjpqoV3Tl+y+JfxztHTFv/skRkr7rxm9pI7mb6yHnhrq+FNzs8VYr4R1Vcoi83UVNWYmTDbnkaR4KQYYOfTIhFMnMEsBDATaPAox4+6lpPmZWSCFWTzCfW6uox+J86PnLdKCPolX0pwYH2re9CV6yZ/RLLUDz4ZtWTS2GzH1B/Of+Tdnz+y613Dm53xzCHjKtXX/+cr9Y2iihGF3n28++bnb/748KE//55jNHJS+ADwlYNWMo0defBO4p7tQkJLdDmpasgpdg/1h/n8CHwRFVNmyzNTnqdSM0235Ev5xgdO71j54pC67An3T9h7/HdPyBuqfUOvumfcrtP3874fELJ12uD1OYNq/vKjZz7bsNZfWVuwhXAMrrAvcRrAFePVl2pc30VdDbA9C838wD1ma0Et9Dc4Kc3YUXBlRCKKzcWCXLhlRXAhXLP9GJlwmDXli6PWIyrStUATHKWJ4YSBtZFkfDxp3bTBzj2Prmk/qX745Du7btw79Z0fPPJz3vM/pKFybEMm33S6bt9rZPCXhz8GkB79/Z81+hcbAZ7pXB43R4utOM0gunG3Oab2eIYtzQCkn4E+u/yEnZhB7cRMzSeJMZZMG3q6nWloCZulmNUt1eMRbKDaKPhazpAUzqyHBCh5mAqQLhjsOW9BFYFzjGu5/8V5nxIP37Gf/PdTx2+fn37h/O1Tv1Tfe5bfb3p1/X1v8O7lxza1qL/8Mscnv713cnnTeAz0NT/2oxcofdTCoYYZXgP6nqDdZgInkV1R5CSyFEHRY0aGlxaWfTSej4ExZyTm9aGC4pVAV/F58aUPdZWApqtEaZJIwA+gziEsQle7pG7mosYxmRlHPvlkj7B7bd01D1xUYtggHqtb2zFT2I00oS4RLwfYlnIRbi4XK0bYDkByIDo5DBSoRz4dNdcoBW7QQXN8KhGyORpV1GDuD8oYb71cKbUJbh8LNRSnw2e+emUgJgFx5twuZILeTCePTs66XB4dDcOIU9SpZpBONHkfTVp75SBp10VbXrxj9rsX1mdP3jzuolXzGmw5Y5qWjP6D+vET7z7y+BvvPLLrbd7zNRlaMW5I1oGOeVuOLasfVrlCKiouAt1yhqd4eGUhGfyPwx//+Uc//uhTiof1III+gvvg5S7Q5L+VaewxIx7clTSJEP58BKOPaERaHdQkUmxeKks5xaUHvShfIYwnSnT7fml9a/n+ufHXWzfctGwXMI+fNt3wtx93zuF3L9/y5L2dS5G+F8Bmmgz7aV7WcO1e0liPRWyPOajf3k23oeVatNmNmGvkgm2g6eBCe9oCjI3rljoFm1kwsio8enS4amRuq6GhatSoqvCoUae/EsvPvM/xZ/erS+m6Ti6TG8rFPLhkOiyJp8d8GR5pMIs5NtDVb3A5gVfAHrIR8wZY1ZNOVzVRdEkMm8HUPUzN8kyb1hqdsWh83Wv6Vr7h590ijj8Tn/VAc7FofEnblYaPNwAfVqDFLv4PLXiheUAcSQ+I2KsHZH0rib2t1pI/vqfWGd7s2E7eVIs643xd55ucjndSCev04QMCsOJX0ge0HoTR6brE3xqnw30pwNtC9S13OmjNeIEZ3OxRJQdujA+MjEI9OQxpp4D559IdNFCHeHPDIkXonyugZIReZku9zDJolJwuJ6OB3bRAgrTclLKSJLa7YM/cxT8sDccXPftS6+e3Pdi66pYbt4nlOyfMv2HajOt+F++czK8k4d2bO1fyu1ds/uG9nct0+j8BZ+lK/+Rfo39/D/rfXf70DfHXWu9fuGwnbGnS3K7kr8mlXbAPO3D4Rpa3oLiBB1H2k4a7yEhYzA7ms0etGTm716HTPk0zTCQQcrpsL+W7MpMRn50iDeqrnz/auenJ3+5/+ne/e3r/b3nf38kI9eipz9WjGwm3O/6nT9tif/6rpouoK8VW2BvqIpdwTFxmoBqCYEImqeQBtrkw1UTIcSUNNREfaCJpbnpN7Jomkp2GG6USMy8DWKFd8DFWiBATE5oIH5RSsh2dZP0uR/bYSUtGfUJK1JMfTV535SC38d1dj/z83Ufm/3CqutKwb5+3cERFkfrGV9+oP60cNySz85iw7eUTnx567qObn6eyE/Y/DfYvgTai7x/FvTHB37Ng/5awrpVoWiL6rgwW4O0ml+bASkr8LCrxDdYkK0dGXiRREVlHTdoaJidJ0cn2NbtanXVXrp30sfrHJ94mg9+duvfGR97lA/8gg1/bd/pyPpTZMLaSDPnm0KcnXgaJ/5FGl/xc2LOVq9bvZ4IoTbb23hiBqRsF+vMzyPrduU/fpr4ulscuvaNVna7yNIcBdLMMePYA9H+UU/8HKNEefHQmqvEhzEpSclztcg6zd0sBAJjNmuNK+j9snszCctTWSnX/Rybzf7gC6aXU/0EdvggHI/N/MIc6uj+MyBjzG265rO2SW6smzrxu5sSqV7decMfkavuScdubZlc1wUdNVb94RP3mzQufuPKiirGhiuK6kdePvPeR8lGjCxrXNo8JjR4woKhu1LzR98uMJ2Wd/YIPGcxwjy/VstLsGoWCIUt1ClNEzxMUMU/Qh+FbmifoYIEKj54nKDsiMQ/NBfKgauFPqBZRP2oUQJp1fth+Bsla/vif/3z5gspQnfoOKBYnTqzt/GDTHH6jkSzjo7CnlQDn98VyxlsciEOJOkn0jVmjOm8RHNRJAlYbxvjtGm/B3ClZQhetkTpMdH+JJmiKaF5C6crWB25a9vCe1uABkLBkI7+zcybyFX7Nmfd3gpyFfYAwFUDepfpLSD/+EvuzZDwZd0CdExPLOzYIi0BWEpCRnHEpPMfBrWDnQe8ePqqNiCYzdZU4U10lNKnf244uVHSVvCb89WHdVeJIuEqGfvnXpfipE/0cxqMG2eyWLUcFTuGNVVWkjTdaHLqHQ+EcNBaJuySDkq4OeFRAINmPkRySIavbY2CxfoL73mIS5nRsERaceV+Y3BFjdAI2o/AFnKGrv4Ocn78jQDaoG18mHuJ9Sd1IHnhBfVt9iw/yvHoL2dipdv6GPKu2ILzVzSIPa5g4H5cEdTJfgW3ca5dJCxl/oPP11odhs/uEy0/PJUtxj6Nhjwvg71P8GUbNdhKM5+fPGM3P6pQFZ+dufv4iIbR+ccextez8E9QP+JAxC6yf6RyIFCXd1E4TKwRankLTgsHsyaL5u2lAldZILC0L70JaBtwMU4SaPmlZEibxAUJAs1X8WWA1EAk+kM0exWCjLLEWaVRLUGbJRJKPcqSa0gkTJ5Cm/fnVQUkKVufvV+MT+eqt8+8kJZi4rD7bOH9IjtGYM2R+o/rswQ1kAilZdiPbe1ydRpqNjdTvkNBUgDXhl5YYC9civkudZvrzN2nsbzbCeW/Rz5vLfCnpYSXAFHpJOy9/HO9dNqbeRWJ8Np6Xz4Xzutl5s3ktGE6TiYRsOG+AhsPdHsXhxfMGIrWSlkGl50xjWjaIfnfBRjhrmSSVwVlJ08SJE9ATc5C0JM9JWjChWv1g2Y1bb1ymfqAeQv8M+Uj4TOBAGxjByf6wIpgxINFmFvxmqpXIXERXCdIlqk7pxTKoEtjSdUmlqcNoWgyqizKvM6b+TV+/tG5xy6yS4aP4769dWjH1grEtZSNGCeSj5a0VtRUXD739qZwBA3IuHkZrn9Q3yHJxGWcGTjKWeqRoWrGjS9GTjRY90WqnMKt9An7mQbFKA142KwhMXjDV0z1pmS1FhYI36t02hiYtlbg2OIXfYLbKmDPVYvWZd5ivHu7ChzQH9XqWP8n8etlZ7vyjYTkjqnjQ7ePIwmgwwggTO5nd7nbSCFQWMB8homRKmDROsZmZhQmTHpqIQt0OVuZ2EFD3pNKclqiQgIlKcDfzO/BYo1LKjSO+X6244ZHy2oGt8558/8M9B++LZoxdO2HF++opPvY70uB74ce2qRXrI5f9Vd3z+Ya1WTXDzGvW+MhgGtPmONFtiIMWMl+713jtsiKslsJrbY+LBs7qCMmBqCIa0XinGgkQpzGiZMFx0iKxLB6JMysH4+lZcCVjPL2dPIcf8CDZmD/Fa9AycJEpoKiISroMpofya/H35rVLlvz+pUvWX1HnWJ2xbOb37iaXq/v4zVvIF2uJ5fk/RFsurWgYPXvjnWe5tapzC5yhBM4wGvCRxt3GfP66LzfulpycA0WC4rYjrcb9PvqBKar47Qh8mm3mPC57IooDbpo5EnM4ce8OEy1riDkd+M7pY/cOU40cTt0f7O8inmDvfhaVAHaH/yt5Cb3Dz6trCaceIePUI3vUF8hY+OI0b/GKZc/foW4hC+54fhnTacerTcIaw4dgZY3klnNyQRgtfmQJNIVhFDX4vABygkkxURfm5FJjPxc+y3XLGfjxEPh4SFjJAPYzGvVwgHmbUFYdQWKqlA67zYGCAQPrhuPbXI/izEaKcw/A5CiHMzdYRn9C70JdaTcNKS2P0ABXmhYnCurJ0sESdDHmEepOChMnGX/9JTv+W5724LRBrtUX/nj+ossu+UP79Zds/5V84Z2XjCm2r57w4vxbL7tE/f2Fg2rK1Kbrmye80jSHfP7q1oI7ntr+cs2U5gF1e+ZeeeH86tUPxGdtLVyyf/uPi2vHDy+oa71+Gnwqh04NaknfItwwYcTMAfOEGxjsToq/EnjDbpChAW4QR810dNyApS77IwmrnQCf1Qx29FKj/8wDvCKDMeoU+7gk5fXJYQNCDUMqQkNJc0PFgKENoYoGQ/2AYfhpQ0j7TnOeLj/7idEHd0ni8mEPN3FaYh4QmjOspMG32rASNrTLA8JKMXqD65gNJ1FEYoJTJbysZK4xTFwbjIyhEnGT5swtDkZqqedmQFjyjLRbrB5vZkFhkGO4Tc1Pc/M0I4T3uDG6ysLWRYWix808l4hNzW8Jt+7yhUeJe+ejxP/KwpuOqn979D31Ry+s2kF8z8rEv327+qlyQP2s+Z2n5/+g4sqpKxfdeeeiuy+7MrRr/tP8mw8T389uX/wz9a/qz9XP3lj0OrmE3KXuVj/Zs4fkxGSS8+STnavJlE+uGDJl7kOfbbuhpeFKxNM0fg6P9VsZcGtBY6NJ51YATSCs5MC3onBcsHNe9MSzoDPyyEymtvnyI5G4h9Ytxb2sfCnYxVtukuKC1eUPUDDloJvc66dBaMz4EKgt/11d5gCrac+sG7kgf87URctqN7Q+svUmV9Pa+55ZedMVly64ceoVNwmLFz8UzJrSMm3srGmPr+s8Nax5x9KxV00bP+6yaZQux3EnhKDwDmcAyuSySFTwFnmp5jZOfURVHxlLuEfPAgt7lJ9KlqprgFksYd+71t9wXaprgN1xQf5ZYZHhFLXNS7kw9xQHMi7uprCTS8LxIH0VKwki/yopAv6VEZHD4XgW+420JJxp1WDcIdHPHdQbEi9l74IRudSthOCDXPZBLrXysVwX3tEiwlCp5IkL7jRrMWUpklJQBCD3euRCwEGwBEtrHN4CLKKRw5Kcm1JFSA2FLpncklZJFygKFvkTaXvB9ueP/vm61+76cfuM2LYdP1J2bpWP7BzfXJo7ZXZjfX16VnagXpys/P2z2K0/XvRZbOMLz23dcvB59UFy5MLhoWGOl/bt68hJz8hGeB4zmPnXDWuT9UyGdvxKrWeydKlnOkZOGcwrV9IaDmE2vwPo1sr50RdCGYrPzlQJO3MJY1aNRLNqJFZ7Sa11CWspzegKAYD4nD2LKfNLByWBMOKpe1Y9/ZT69d57rmqadNVVkyaK6+985uk773p6/8+2XTu7aeK1eI4Z/EJ+nmE/yOwGbSdZdionHHYWxUg/jsvH0mkIPd2tC+AsB2oWxrQcLcGXMDyIJpBbtTXDRXYRZmQtm3P7AzWTr2oeLJDbO78ePOWaKYMvGHpNhfjFxAVr5tfOHHvhsIvKbm0ZMm/SRSMnB2vHzaN6BFDqLbQu+2JOK8dht1qgQIpLGrVl0wC/D4CD8SBfj6Ic9L4oDonldzqlHmU5dWhMaCmeWJUzN3LziOZLW5qOqi+Tj47Nvv+ROwZPHzlACFQuHD9m7MTZ7y2+9k/8PTctWZs/eBjqbqRF3M9vo3G/fKSBvuN+A6uJNyqQls1th8X9pAgjfkgHU8/uERbTuK6Di2pyxsaMTExcQI3OHedoYRyWBhrcNIjskNq1CkZAewPGjqsIZjVN/fDRzetbT/CbHxDzHv3wtJVXyYcdxYavT1sRpot4J5nGfw06bqGu4TIt10KJTS+es+oPponZpYtAdR03Ywy/Kkwz7+HMITXKz4U9eblJnOxhKAHDyioyP6L1eNzGrjeox3D0uIsxV7+mIoOCb/ck+wK4NC4KAEK8INGY6qI6SkjIU5CzaMSgYM4cd9Nl9147WB12g3FKWYX47m2mmRfMvFqjXzKPxnnzua6lbFIfpWwzWuetmmOYPrzjGL+vnOKhjp8jrKQ1037MnUq9j67kfQS4I0vzpNxHj0Nz4MJtdPVa2uxB7XqQG+5C3d8PH/zbqfjhz1e3rlje2rp8hWh97gv47O+fkXr19IFnifFADx5fx2xzrwD/H0e4s9wj+M8+VX1UVU/o3D3J5ZGX7zx7wGg2fAbwQO6Swd2nR5/wUDYftSqkKNUgXGD62qjp60CHUaYONvTU+MCqCESoPtFrTMoGfCBLg65CwOqRfVLcbLE60ihy02zUxQ1WsyKkU5gw2GPkvUQrLgNzIxiV+J2PLVh93VYh56GOT0gbWbV67txVHR2ndfycfsk4+tuXvp7Nl3T+dXFr62Jyo7qV6kdwTsMX2jmDqKvT2rN0Owsex50lWZiKRdlpGR4MTXvtbKgdScDSCiU8SiGm0JYnCUUulA5h8okzLZ0epQRMzYOiTRLyg1jjQJDrGoxdz2Qh3fmfwPgfPdx8Ie+hjo/4cuCFSzZovHBJ5z8mL7xp8gVDZ1Z2PSr//sQF9+mMcVFL47IrL5leWTtuPuJ2IeD2cjhzFpfHDeCquBeYdzPBIpX8corf0qgSAvwWR2KhfDxiqNASigeEcqxmDNixsBFfJthoWGejmJEHkJArIkoZvCuKxMrK8e/LSgHx5WX4sjwfoDVQ47YxlzsPw6zlUiynMISvyjDjmFNC+QDKgnqaXiBX1ssWqRs3PicftvQkkoWUNU9taXpFfYl8fGz2+l2UNZNGIXdbx0dkM1l1H6Mbxqwbm7ow647neyMinmtWDwjzwO4vAGjezMXS0VuWF8ZohFweVkpE5ipGtdpD1WotxwtYW1u2LegMKYWg+heGlaCPuY8Lsb2B2wDHtJmBaNLyikvKyikRpaexsn+AFOe1UKd6Xc1wwzASxaIYPfQPmnYp0Vlvc7IapgmrYZ656C5HcNTFi8f8+ASZMIa6Ecobl1zefMG4S6umzRw856KJrCLmmaHFYy6oKTwu3jtwLJbPwF2hNRqmAO3t4uxZpWFPVmm4wljjzSnErjlkE1UaUS9+S6nU+Jm8ddMjKdUapoD6YceN/Kou61l7W8/cy3o9q0JsKDK7VYY0Pxg7lFodQiRNmOprmmFNJ9hMPdZ0JdcEoUWrFYiLep+Ta2ZhUk7Q1PWYzx498MqOFcvnppzUoBKr+jXogrO0+hS6trEd1s4BKbS0+9q5+tooSMxRxWVob8t0pWELHbilnggt/DAfj+ewniQ5VMboVgkyqxwzypZcWuIXJzY+LZ/WjQIfyqMJ1thTIj8VeKyQKOkRQ49It3Otnn9pxTWX5haGyKK5l1ZefWkBvMpMOaTRc83tlZXV5bOWVIUj5R2T6VGBB7GzYj2fl0tLVn8nT+tLnFYKy/lRrPKTMyM0dGY+rjh9tA4chWeOj0XNnHg65A7oc0yrl3M8Cu+n58IChrTu59ID313fppzsyNABFQ0NFaGGEjjOOLS1h4YqhiTOtWLA0KFoZXfYgX52DRg6rJyZ3PrZTM2UbtOAKyzuk3JB1YlnMusnPxx3aoy0MCzbjsfTmf6TTrOU4hIzbzAGnG5jAiZHauOtTh9lDBrh08wlRaKu5dQrkHLCFMW+2614bu7kS66f23zRDbOrSoOVVWUlXa7IC5NnXztp8pzrFjUNHFhWWoV8z81xRjfoTC7A4QyWiyBz0WSRjZcm0MadbjuVoSYsubEnSm5Ay7Mfl6VIogLGTgNLvF4BwypwtLAS9WUlK28EUiAVufnfCm6t/iats1Gd8gkpJ3PyEpU42tZbWZ2MGqU1U1Gskq3GneZEsZw8UTYFBqoywM6ymln1FMY2gR3HC9kNwsTmCo/kOew05OaVBAdW4+UplGj+W/UACa3L71hqFdRlVTCptBZz56y+KjA3XX7v7MG53nyq0AbUb9WD56jG4i+gCq6VqbvPhshDeo7/TOCrmEPS0l9llPs8KqMkvVqC9vNIrZBCVphSJdX5JqYq6ghCVt99PxP+Tfvpvg8QAin7UEdvRgmg7cPwVdKWYnsxw148/cPGex578fUNGy+VE6nguZ9JieTONBHB6fWLwkzgmehPLOJuP/fusHKgAISEiJ5zIhf3v9U2uwVThTw+WgmDfuVcYK1YMe+xoEnsr+9xgj68k6lH2q2zUdI8pGLAMMZDteMlmGgohX/yGIclzUAPWM8c1LqLsJY5ZmpbYB0XdgAxUaNBS2ZCxQKsV7u8dWPeXqSs03ZWjcVzu+B5J7TnDej5POwr0tsjQY7b0CDeBbSyZi8jEu2h/NmT8GAP0AmzG1i2NutxZ6Op2lZ4ILpyrSZ8oIE+UGAIx+Bb1isHjm5fsbxor47h07xeOyacPQXPtlM8Y++tK7QsLwetF6CxHCx890ao48JOk0PbjC47oI7z0SAlpn256QdpPubTsOsZQkoa2pfeDLafbglgqe/dgLYhIPQaYnstuoc5ga5vD+BmE28RxsBSxfdojUAGRqCsHGt+wqJQfqE9Tjir6ABxFqXBnLQINRRtNLMAc3X8kZiDGpGOdDASbDTEYeMsIb3mxeRpR0NRK8MySSx4qheIlhPJq5eIIm1WLwFRcCPZqoKGrr6/dw8xkQr1PbVjDylX3+fXb+WX6QWj/HrVrNeMqllbKf3RejHQwyxgH63uUTGG7nprVJFA+8qW0s3MqeSL6NmkWiGZFQRHHlPE8qgZHPezd/5kkRmmmVotNGKj+PIw2AY2riJgDKfPgrPedTK9DK25F20stTStqzaGPIXWqcHdwDq1Asy/6KVSrbC3SrUirVKtzS7msn47512shkKh/4I1MgKucr9Va8KTyLn/HzoHCJXzOMebwD/6PQd/jy6D9LOY6VmK+zhLSW9nKU05S8F3PgvypvM4ThpjXf2f6P5U2UXPBHcKzxTl7urlTHJFWM6NKiVwrwaWVMC9KoB7VRbRFTLtqLlwk6LsJkXd2LgkXs7elSfBgJpaWRQ0NbvXl5lVIFZ8N1D0fsX6h8xXvVy+/qG0u+uNRPuBweokhVU5V8st6Q1awbAcjSoFIAkqI3rfmySMlGIQBcVu2l1joI/2pNChgx1vsEWQkuUFW2mAREtN5YEeJdP3nUpO+xL+50FCJV10ApQtQ/q/6I6krqBJHdTrZ3K7hA/FKZqXE/4fsBCThcwkM9TWa8gMMmOGupvMmqnuVveoZClZNktdQ5bOBO6/aiZZpq6htNl89n2j0fAKaFV5XBl3o5YXV6hDO8fKuphgComHppCU0rIG1rsEU11kX71cKh02iW6v35JFrWo7S4QpxERTDxqlOdJBi93PZZbRyg2ww81JEAfqAqY0DcxBU7AOE1EDpBSrCNJYtDTYjFA9EZ8/Z+68xQjYP8Tnzpk7d9GBnfxP1u79XD16+r4f7SLcll0Mjkvva7nvOrV9N8JyyeqW1deR9Nav9whrr1LlTs80hOqpp5iuRWsTgW+6OR9GbnpWJ/p7q05M06oTY07JyzJVelQoIpPvUqVIGkD376VU0ejUde//vb0Ao+66l0PIk3vuRfwL48L6Xsywl0Dve0nvbS8Zyb34+t4LMtqu2+GY3t/bjv6hc1GB7Qn4gpvLBjqd03NXqFKVRhWfiJ1pdJrVtohKVAA4QYBVPRX5aBtbfeNIyQGJ9QrLkWRnvVxE07V7O0Af977riew91f5eTme4vacBwLM6SKADzKOq614J6aCFfZZIokUAFkPGeKudBjN7FkSC0i0kiyJFavclCyOFKRThzO47QfVXHzcxJdM/bnNQi8pmpjWLtMWEkKjLxoxt3hGJ6AFWE6vM5hSfgypxrCYgmloCTyvg9/7l9T999tJfPlyxedPdHxp2qn/64JWjn6gvkV9tOf0A42traA7Ua4DnpVzMo3lWvKZ2zM3LM1FvhSgk+FKZA0QlKxoAZbrN5MgA+VnooF5l7ItaaKIhCo+FtvxCZBeWwQZFrGKileO5mJ7vqJfzaLviEn3vOnqpo8LJF9Vily/sJ1SruZD80pq35R/+bNr4+9su3fHGkrob5k4aOGbh2glXbVg4/TfizPiPlDuvX1VQ9rtHl/34toaN/mjTHRMuvrc59MA1V7bM/NuZF5luQGsWDW/TmsUy7p7zqlos77dqcUC3qsXDrGqxJPhvqlvEe3zO2sXRwO/OUb8oFuv63v83z4+JI+c8/8ub2w6f4/wCYbxWP/9b9Pwhbt15nb+i3/NXdjv/SIsOgPIEBGQPNuT+l+GADP2coLAw/n4uaKQjn//hD5Pw2AfwCHNDuEOp8IgCPHKQFRZHlQrQlAtyUFMuM6BvPAVQ9UlANbC+ZI72tsyBnDkUDzN1eSCD2iAGteL841K8hP0kCcGhqCliZhdALpDjKosOrsfQZQlHeQWn1KOqyCHUBIkmMtFYrUvqB3Z9hBX6qQhe0Yt23dx3lbBYnNCrq6rLO5Ymi4ZFDb67Kb0N5IZyR7pTXBlCuCaqVIEgHRLpnQCHpRIgOslCIFFDqbTYVucxAnKq4fPqsFLnSyXO4fgHJQDHonq5GlPEAL5IlUZPrLBmCEY463QoF/1zUE7lVH1I7HOSbE5KhmGICfBzke+mHsmHGpyNvAbnBu797nAeggK2jGWFDcCflNIy457gjlfVWMscoXiVFiEZ2g348QgLlkTcaN7EQ+xdqA/OMAzbq2vAr5MOMeLWepSgF99zHqBXhtTAz0pC9f8MElJiMOfEwfy5ky+Ze0NKROZcGPhhtwAN5SPGU2IjV8kN5kaAbhQLoR5RElWqje1yDqNr7GkIsJaHReL1mSEEdz2Y3XWYtkvJfCSFdBXAr4pmPMo1EaXeiexGrncrQ7T+uqPge1VKziN2CAhVD0KQ1oP9UwYfDpFiOSV+DO6ne5S8fFoIVY2FUHn5ZVU19DcRxopVwMd4eocrrWrkckhKoXVpsGvSXqGxRKu8ToXsA20lje8s/ZR4sAx737Hb56ePn7dt6ra/jCx9ZSuF922bHji1hT9Mi7LXvJoK55uumbVA/eWX1VidPWDi+NDtN129OgH1Vx77UYzV8atRWscfxpz1Sq3/v8eYLOXH1OlSe2IiArYVdDEHRi6LL2HmYpkLua1d9GRmFRRVVFK/RWUp7b/2nUr/ewks9dEMYMaqcdamy++9dnCuRwspvf6P3lsDjE0NJR0oJGFddxEbQXfBevsirHM9d8V9cR8V9yVaxX3c4EzLL2Sdm/7pmnuqmfVXd3+zvGVj37X3/LtaPsD/G89HNa/+zvfHB8HC7fN85BmqfOnne4uer7T/8wX7OF9Z6vmK/vXzUY2qvyMO1jyRfZ/yJ5pSJWrn3E3PGQKrcl3KSYtQ3IejSjmI+9pI7wcf3O3gWCCDnWxL2fySCLyMJMGBAzzyMUyfV69UwP1tc6blsNbS35mW+5Ld/QFn7FAmvxvIRXr85hzkPrRn7QB/9itgbHU0LzUlDkdS4nCOnkEzIRGH27IxpxW70pyZSlsIgI29Ap732nd8nh6EWwHGxMpWlvWqPxH3+BY88xug3y5xOJISh3OcMw5XyxTzYKv4CiOVMyP0Zwtn34Nnf0brNzAOd2VKtwXZy8o4MiJazwUtEuf4X4jEhXVPypFWu66JJWo9Tn+B20281Wp2gNbnGd7n8kHy36B1iMVRNF5Ut8RQjheIWjS2t9lyvDhcoYq1HmBt3PAiB4CCwyiNCjBl0W7y+XMo7YaKYccB7AFKxQ/t8tdmdXn8WrEHazxQRYKGYF0piB50a3KSD8m5inTp7jL+3i92Ni4uDq2Oqoc8n89ZesOajR3+feTO0OV3/Wjuw6dW7v3p7jv2X/RfP3j6DdKx5W/fL80Ytapg5ZKZF4xsHjrr2iWN6jvq4plPb76hYdOXW/d8tOjwood++Vusv6c+nH2clyvHTvF6l4IAIiw3qpSCvZQVKEXPiAEjdt3bFwxIaV/Q5vOisaTFFpK9DNryrDazLrLl3LAW48N6BCW3HKdPBFzI3rne+xsIvZo+qV0P6nsxc3p0QhDfSzVuqJyifRHgbmHtRTbGjHrpjJDTW2eEXK0zQptFyGADEc6nOQLeoN4bJGxCudprkwTBosnU//Be0fvb+15JAQrJXjdL/piMx7H9vkX3m9fHfvN7229Byn6zz3u/mvjrfcuLNZnX+6Y7NXmn73kf3XMVxtsSe87G61AUVUJwHfKzQ3AdggbKyZKHCaceBmtvqhi9gwlQBO+K2bvi5EExk7eoCriFxZ2WLQTPn4x6vQ+9n7xp/lTtZtx6fSK81isYeEe36wHyn8FjN4UHWqM3dodIWVQpBI5elQqH6m5wUPJ8iSkSmrmvQwCn9pTkIardacJ3O38v0r13CKzoWfTXBwAW9xTnQBMtIHN94gR45WTTDexhkLXt+sCAtLDi0WYdiMdlV0SxsEkH6cnpAZhUrOWHaPnFLcKrnYeHTR0KywyDb0On8vXr1qm/hzew9nD+p1OHD5/aQOnxHXGX2AK8OQv06JtYXwQcEMDAnSEklGdtIlKB1jwGYe3jaIqtXCAdMjrcgieQTccieRSziTYUdWAOuYRDKUCriputXBpVQQWPYjAlG49gkI3igIbYtAib0cuwEUSQP3Xf5BmTHwWo71kxeUbTvievJ5/PuHX/b19rXvT072ZQUE+d3TTr0S8A2k2zJsxs/fbAzfzyhr92fhr9tG3XIip7aS8L4G1eLoBxhD66WaT30c0iQ+tmEZN8aVR1PmdHC2TCXbpafIAe5x6dLcQzlJH9Z/eGTLdrx42mzbFDPTcn/DqZe8f29xbsLxOznvrYX1Yf+8MOOoIWjLVIccmflp6pRWID/e1WY7ldNrxD89n23PLnuqsW6JrteTfsGe2K27rvOqAx2xy4ZuWR5CEqUg+BKYKZPurLSp6nrdRuAd6cD5/nh9HUoA5tlt9r7J80+mAsXU64LxmjS7j4elLP9b3wEp717gBawlqA1O4dWmeQZPcOjL+ldPBwY+1aoouHuFuPt9LeSVq/walax3S/3sLRoPcewt5JrGuBBBjnPZEI9rJP16wutMnSJeDBBps224m2HzILbr19kjSo7+5JrZs+7KNzkml854sv99U2CWiAwWI3zWWn+oENsR6I4ugY9LMlgJOfmruuYZ0yOsxdjxlMxnpaAIWl/CkA7AOVKUA90hORSRgbwr3VhbP8+91aLUe0z1oO2o7FcM6SDtpJJbUm4OfklFqUWgOQt3JlxyjM/NdjG2u1WNeW84j1YKiz9F8LeZWygE/MHyyjnOvf4FKHQ5/TdTuQfH4uZ+3VWMGbxEMH7YETwGlgXfHgT+DBG1bs9vaYndbN2c2WEEhoyqyBoiwSzTnEFuxuSePUWBDgx0PFeeLxYv257MYyCMAgJhgGuhTlsINFsV6o6xyVoytHNI4ZufL733w/LxWhHaMuvnjUzQ8+eOa/WT2Hjtc4xWs1d7A7XkvwRlREe/Xtlw+0lsDLcnSzRLpHVUol6mNJiapU0qhKhYQJY7Q7QRL/UfwDzbFfgdgH5LvCdGZOJQt4/hswnwqsc5JAVgJ254oC20Y1NyMocQaOegudgZMGULxMn7jgiWqZp3Z6EeN+NqGGTsLLpA3IsKzaSMfeGa1aOaXRRbtrcgpnodWxCgnQwjGGcydBT7HfyGYF1XWZnlMx+8Iad8G01dc2FKXO0ZGuGlpdvUKcPX3cLekpM3WwZ9wttN9wkItwcY4NBw4Bwr2I/sLUcI6cHaaDgoXqkkQQLZqavYA4rmI4TqM4zgOsYh0dnC8tjxaYZsL5sHtoWeKS50kHrS6hJIRIVtKMDPceSckuxItekgG/l5YHvxeSaKiNDtpIQX3vSO8GoH46Fusgu3qI71yti1NBmNrGmGfzfEw4k6i4j4k+JYmJPqX/1EQf1Mb6n+ozgSaqnmu0j/CtLq9p32KQ/5ht23vn4sJE5+Kif6JzMTXa++5eTOK4175aGAsRTanUYWsG2Ab7gG1ZArbl/yxsUXfsF7zkqJ44ey4Ii4Ke76XD+C2aBdw7jEsSMC7952BMHQ3nALNdS0zrE9IXJnRhDdbGdoB1BfKvHrCmTWbQwqxMLbFC/QcrX6vwewFqb/4cJxvg+p1RkaIe9U/uc0exJrOj+sHI3VUjaTtaLomT/TQz94oUnBTgGYNiKnIGpAb6tJxc6ijE7Ns20ZNpZwMWvyPSUt0E57ogegvdvnH3mt5O9z9zT6KBuqhQ1P89ObJz+YrtRw+cGysGx7596tcc9x+5J2zn54I29/DyFTteOdAnrMVL6HbZDLo3Ac6Y3Z+O1W5m3QtFJ6OlJzvYan3ZfNrAFwwtuTk2i9MnxawuR70+16brrDSB7VboZWRajO1yY2+T00xm3OHphxID1KgP0bBEs8kKuVt76wIv50dTGsEX9dUIXo+YFTjb9XLK4j5bw7N+nnn9tohnft2+2sQLv3buG9p3r3jyQzJd3cPo5/9PtUvo58Q+5RlcKU5STtHCBTYyl6GrGE5lsxY74FRSlNaPozXBoruZTqp9m0koZvcVRCLMynJGYh6zPls5ZqZdYM2ob2LEyJyJLd0COVofdx/t3+7v2uYfG9CxzrDnavevfkPMe9as6bPpP6le2tq69ExL18b/Wt2mkcXqruynMhJ9FIbvWNrKxkh1K3+s7TICsPNZcipZ2piHFp4eX1+r5Q8sPHd8HT09BYb/WJoE2rD9hZGvIqfOETa2wSF12HcA7NP1uFufsA+Ese1hzB1AaLvtOKY70aCzD0yAaSs7MCGJdrIK0wY6FuZ590kprb3TAj0xlGqspaJqR8I2S2JMN2pT8j7iFG8V3KYUvOUj2wtGe8NfvDiUkw8vi+0JJadrxkDKFFjsjFKWxGxVSsYAakEHMWNgQOifyxnoYqL2h+ELE6A4B6IP61ZqokYa9DysQ57ebxUyliDrXuVz3jVEatfuh33VGqdWco+nKgxocUlELksobDoe92t5H6u6ZX1gykfv+R4Vfed76CirTKJMLpX0FA/KC//5O/ldUjz+kFBg+0bc8ISOR7hWsNVxnmMmZgUksGZLHVCKXhTJ0LXKPSsFdYgjLCRzutpjTnqHnRSLTopFJ3LMbNonW9J9TCko7GZWp2Cx4lpqQt93dUMCi0lz+dYA8zPQuS6YIf4IRz0LigOw6NOTSJRyU8LFUGItRESWJBGJcwpL6JxCbFDf1aOA7fdLU3CaZ4W9h+rlNKnNYUj0bvdm00EwWme4Qt2xoFgdWrs4uUSiI5k0/CaTFImp28FLuw+H6djHEFyyeobuTGioPKX+miH6+68m8EuTEEfcnJsATt3VuQYSIZNZGuJ/uH8BUzRT2eqjO+9EBTPZ4cHMtPT/nTyz4n85T5AeoP88M80g6fuW/UIzRng2jxfgXwJS49b+JvJW9jORt0qbyBu3igWl5ayZ5b88k1f3V5zXaF7yk1eYA6D/Eb3Cf6fW+9JZQYBvnBVUz83rd1rQkD6nBTV0mRZ0EKcFRQf9e+YFJTItzn9s0IKjzxzdseLO858eRL7VPCQabYCeVAIw2X1u2sCKgQGgJw2oRmIYUApcCst8o6kEgzwrKCUAViXRHO1eyAg9ppVB0CnsPrGA9q1RMqpov6B/kZJS9YzzpKc3k9pG/yQl/jKpkiVoKk5pagS3PYWmoqiTDYn2SlvxuuEDowDVOnsinV0jMwwX1ADUalgiewO8bOhGfJjYHg0yMsOM/8PudKF44IBhw7sS4AAkwFzzdybALpradyHDFQjGUSvXAhjPmxL5vyaUOJ0W24EWq7m1/dBiOIx6kh6cSaG+ClCIKnolOQQtTXwVfXbsRMDqDOVcz7/OvlJ9fOc3XnxeQk86D5K7WFcedXrbT+ltOFrTCXobhFAaKvbFzEZ0p7J6AFR9N9IamcLXohJmLdR7DjLy+vcQVxdP4XegLeJPuA7Pn7YWpfoS1SxtJn0N9g09twys7UZUcjhyDroapNFVHOkq8r9CWKbgcFJXRc6TtpYMrYiO3Do2Z5CpPHoe5NVZWjli9KCn7xoTmBg0DtNpzFhPaWwUdh/vR06O7k5aQwFWgyLy0G7UNaYHdQ31HGLUVf/vEZ6khuq2WqXJd6Mwy5ZxFGLDKqIjvgORjT+wnAEOoZjQd8U/afruhV0nwcmGaFywspJtS0LbRZ2SpzqlGYhNZK2fUMk129DL49J8CKDootcR/tWUhNa9/Oknn+w03sSiOIadnev5xafn8Bs6FyW7dLEc5I9MZj2HqY9JgVl9TErDHCavlsNkk+JGPYfJynKYzjk7UMtqTx0hqEVvek4STO0rxuOsCsNssAsxL+w2rdrcEWWJ7qZo3Of2CA56g+OEoy9tadEo7VSOY7+obc9GREkAStEXicQ8kj4WCm81rdL3R5izNDnOArv7ZaQMjUq4ByWcWBHAcRXLEejLlwPY98KrTqOYt/I0/LfyzEcIdzHv9Gm0a63abMYsbhHz/stutvuYnSQ8uH6Bzdgg2oyN7LCcSTedAXAXzbDpjEzKZsDoiWVm4MtM3H9GcgAf5u9LGdrQPX8m9cUnNg8mUXeMFEnWla3ErH6TxEirGFv66KNL1Q+74kOMYS3DIfinDmQy9luezSwklkCG06KiisnQ3uYxOc0h2izbyrzQ3PGUxlLYCiMDbSbWf8rGPO2YEJCGw209AtqraLmanMmygx7pt5gnNaGXZNsle7u2j/r2M60X2qOw7zzDPrpvbeYqIx5rVPHApk2CBzbtNOAwnliA1kv0unPHv2Pns3pJoF/a2jVj/kxYK/LgORz0hnlQWJNSnNIbTuvF363lnJ4HC+vw5JQq70U377cfJXvCkWO0l3/Ks0jPZzn0Zwnas7LgWYdasa3/6W+0eZtYe9MBtoKdc6OPzaH3Z5ZtYUUEw0CkAQeRo8Om9BnyRKLzxBxIryx6REeLSWycvIOwDvZuCRs/mKj+jwU7qck/WLmT0NCf3ZvwiX57m3bG38C+PgLZjvuapu2LY4wi5iTYL0PEaTYYUuhtV45/dlfBxK5irYa4psieflHDI+FK1FvIeOBhHm4Sm3FCZw8YGNtnCGyzmkQszZFoxrNVao9ZqcvD6tTcHCYrhqOof8fg0AZsBzBBBtZPceGUXD0ke6/up3nnglsCqQkySFNW2AvOSvVwufQ+0EFMmqMxsa08nRb0bbnYtlyp25JFd1u26HXC5fCx/EbcY5vgTmPlBOfaZqor0Xp1Q0YrOtkkTO3R1bt3xt0aQADqezfO0ZU4nsNhH3Opj9eF815TOxCyfv+9Tpl19j9ldq3ur83Ym3DUfhvXmh9q81bF8tR5q+Tc81YTtWBc69mvRCvQgAC02aT9tUsfc094LfVWSu2KY9HGbnq05GZFpNFIOjFOpNPaDJq4pVMaaRMcOEnr3nc8Yxrjew/84GbcuXmr9z1x5Jn9ew7QWoMF6lJB1Gb05nIDUColK8cKWeVYGasck9Oick5Y8ZhYj3CthizbzgHKcSCQy01HHqTjh/48+LBE6xGeALGcJ8XcHlTflBJklYVlvYI90OfY3ZSxv7VZniunPR69atH4wYkJvN1GAfcxkJfCv/LsV/yHJuza4+XqtRxeAeeH0r6YPjYc2MlmNtKRwC46XEywUSKWjZJM9HGYOqA15avS0wjQfuYHN1/AtC8d4E88Y7QmdC86o/grw1ucEyRRkOs6mjhNH03M+qAZqI7VYxyxtlzKJOIcpkJ1PXajnvQCNKdmiag7WUH2NXXTP8WoJuio+5mn7mfQ9GQfaEo+GhKmsywwGU2SWJJ6rzOKA10tE9BEG97s3Mvf+l+dz8bQ/NCUaVBJb+S3drZ0+vj3OsMyGhq6vqzPp83SZiZn6H12u01NzkwZltrLbiVUkY0YZutjmnK3naYOV74lxVDqOmhZ7mIS6bOdgQdYuYEpuyQaRHsOdCX9TnYWy9UQOaamdb7ChzqPpfYcNnAWzBnhdFploz+sOo+ICZQXCwYQETatwCBmNFnqk2YC6y28l0/vnLy57TCwg45kQ2FqD5B3TEV679mUCdJmXAMNEEEre8Vn04IV7cmYOb++tRV71b95us7IJZ4JNEfjOAbOh3NGuu3d38vekdVheqULIOZjLdPsmCvpSZ7C0IPI0tVxXagLDtadqHhusZpFmoGmnCDthrCZwTE33Qc1t2ijLk1GuKiM8DiYueVx0dR8O4NkN8Kpgy0tTiGYtNYuRHJcn7Gt4ZHCwqJPpk7AAsimDcBm7gOhCBQTiyvELUzhtCXkShKt6sfOfUPp6cVh5Cr1CU7HKx+mc8FNeO4EXul4VHNqdYcBrR9YwsSWsOgUC/KFLYXl/Otbm5z7GvBY4gItMSX1bK4eeI5bnNSytSRlca8op/iWUo9FIU3j4Xi458eEcb7DGHpA/ovwGBwyqZ1vIT2fXa8OYOvaTXRduzbZsus5rT7ak01bzKMvtb51WiNdBg/IL5yBi8A9L9fO50Cdza5HqgRKPU7aHZ7v3h0+0Rc+ZqeTh+0ELiZOMYL7j5ndDpZbg/RT5zfRQFX50r2qCrdzNPnrY+P5Nzof3rV3h2rYxlczvRH++Q2c04YSy6pLaaxjka1dxh5b9fVjVrqyFVfWSl0S6xVJJatbN2xo5ev2TOV3dL49Y9/0Tje/Qe8pDPwGZzRN6NFTWB8IrDUP1hsEu/TYG49JyzGT1uSu18bASK56G2Ay6sHY4dS+vzpD0mukEzVgfUxyT+/DP5GhTXKPGbUasHNOc6eEnVLbvJ/W/nSvZd6f4Gu71SwDR+dYpet5BV1glNGtwTIWJ7p91KIQUua8axBT3FY69wHTvftsp9yN6yUAmI2eqQTnSwKyGwNkMvWE2AjwLOzi7+kKz6Ju8MSxSDkRvehLh24xrQhC6Lry+4dud1mbAugdKayzB8C7idsEbZoB7u5eaVPqjTY93WnT2TdtaoFWHbq3s3hqKly1QLFOn6wGsKVPeJ7Lf4b02Wb0BTKo40yS0/sDpLa7VACKbIc9YGd4iwV6+bOfgKLvMRwBuUdnl6DckzOiMTfu009YaauGd00G4nBPl421ZZQiciELamdoeDeyELuSWSixSpVcF5XPaBdjaq3QFdveXs6Rk0KzH+wuP3BD/NXHN8BhDJNTifb0r+FUXb1PyAd3q8vo3fNyMzVuLyVEmhilIwW1oR0cG/gKUHezkcFGbQy7V6MGt6RYbEgLTgsz7TnaU48AXXhS6CLRn2gYIRIljQM7bx7qBbOq488aaVTvOeADTT8PKQT1QrCr8K7loLxI2IaMLDKEdixR85rYtEHYZA6jjhxmQSF1YOqHPwdVWGrjZ/RCFNQKqKUGiAZVjSyiV902vi7LF6PUoZHFGGoNrOc/4F/WAKn3ud6t9SGf3FvnZuzgafjfaEdeW+A/j+bLdeRU/12pn9Hr01jd/FqtV8PkXnof4HT0TMO/ub0EHKX3GvitsPvea94bYcs6/Dso/AdgL82e8C8PK4X29lghnUlWiOPLSyL6hK6UDtq0+qhLEZqOI7S/87CDtjeLpv0Arsr0NCFf5ndrop3q5zoP5FUnw+f9Nsxel5rPyPAYp3gswcyUBB4zUtO4AZ/xnOK0DNDwctCDV9q9A4I2+zYlmVHHdFArTz4ouNMsRcXfoZVIlxh4b0hfeY926rV94P5UMj1R75+emAVQgnGhXjrol/Z2/YLa9TuI16+w+LvPA4ie30yAYQ/uP7wcvs5zLoBeIy92652Sj2frpRtJQW9XsVC7igfxKubkfZd+JPRYvePmmc37Dy2Hr3O1UdF6LANezPVAg5lcGbeGi/n1Og2an55nZY4ixaJHikut7XG7K4CRYnuy1XEWICyLDV90wUt7JOYqxIvsMqNp4HLSf72gm9Mux1kYKrb4AzgrFMs83Vhwg5Ynl1VYn9KAHQyFXIL/GnmcvGjsiVyK1GvniNUd7dfd5SKfqAX2lfOF8JnD867uFcUMs5k7pn29YdvDqjpjW1Yv2E3wWNNXINeKuDA3iNuhxbDyo4rH3C4HWUMSnBdfCcy2JhIf6MrEINxAe2Jcd7Ez0ezfBVJvYAT9htWaaxMndg/Azk356C10SYoxpx4rIWMWTybWm9ulmNPnZ/qmByDj8+fgxwOlNs5ePECrnTXqBKK1YOyaUKf1YOxCNQaWY4dEs/PrsSM+Xd9OvJhhd+ypX92+IOPCedumPvaPEY2nH06lJeF5fr/plfvXvEqJaeOdyx9Qf/lluTn2Fuu8+MDyZZtSaGsaS3pkNTV1cN8dnA9uxQxNa7QwDVbxAUuzM2PZbk5U1+DdcEb0Cg29wEZCSWUz03HdWNSEGVJOLHg307p8rc6GtcQmRaQog0TzpZqCojr0FZAb/8/Je+4gs59TX/zyp0RST754E50z+O5Lq98t7VzIL+zcLHDE2vFZii3Gz4W7jNMN63toNCYbrbpPcXa5UY/hqE6luahTtBd/fgahHqPduU/fpr7u2Rw7JJbHLr2jVZ2u8rqRJVB/ZR21uX2sHuGcsCruBivQpLCBeJaP3kEdcigisdOCYiuop65MgJbBc97A83bzPP3f8r4FTIrqzrdOVXVVP6Yf1Q+659HzhHnQ0M1MzzAMM8PAMIw6DAMi1wdRRAOIIIuIBAkSorwyIEEWRWKiIrqsYY3b1dOAGmOIms26JnG5WcjNR/Z6E2WzE9fHZ+7dVWBq7vn/T1V3dU8Pr7jft/e7fg4z3T1Tdc7/f86p//P3GynHbebY4Qh5nuvJ8mjQJ+OX0/0Ecc7r8ss1K9DpKD+tJPzxdJjT7gAEf1+wpWUUOcu5rheKfE+W12WIPtfdSq9XK+qgGGphs3RQDDoIZHRQktZBAHUQ0qUO2Wgnh2AMiZBy1GF1Kz4/rluvasfAekAXfnEe4SuZNjHQQZbQF7A2sXuY8LMEzvy0IZ6KncXB+ug/GxF/TwGehDT+HmY3VJcDiTIBiE+hsqaOEDyMFMDikwi6CLJO2Kk7YUJGyH1sFFuYcJnnBeh8hmDZ/QF34GW69+NcM+z8KMbI6BNEAVGW2hhyoysNbwcRsYgO0FjhYjyKiBOhlFZHGyczDGA1GEJYIQHgaYkrGIowgDudajZqacLssxCUoyL2CpbKjHJWAAuge3ffh/c/2vO1PY9+ree9V6/75o2zqgsecZRMmjJv4n2bo31L7129tC/60U/n7by9dwK5ATDSK9rf27z62nt7Ontu3bvo6X+saZ3TWTE1NDE+LvT12xpv6pjSOOXaG79+3Q/O1nbcON/CZfByWuncC+n5ARy+dzIOX1WQBpNeEH2RxIC83NQTcg+CGwRzr3YzsK6w25j7dJvg8BZV1kUmRJkJmwyGJuLKL2LzdwdD1Th/TMzA/CU2f1ZMBdOXYPrlYCe0rrlp4Ib7orMXL108O/rGY9c80FdfsL77id4l0V76Vm/0l09pnx+iR9Pb1z33lbkTZkUmjG2eftf0rU/Vzeis6OqfNzPSOX58VfOMFZ2PJMSfGuck07GV6ngqtzSvjlvz6bhN17FKGhkAvJ2puWnylKlM0XSqzS1XqWoDpPQKtP2Ujih0RfrO5Ld0fb9D9V0Pcsij74Z8+o7r+lZJxJADanzCxFh9WuXRq1K5wmqOLkfrbO6Xo/ffplvKqc/frcWFl6nN2A1VqjPgnIzGMQhuKD/RFFOngil0jXkNtDFM8HKGCW6siGtNu76NysEuKKXRWFPz9BkghwZvorpFjUiKcQDMmEp/taHlSleHm4xEX46Kl7VQfpW0Z/N7zlp/w8zay1wwz/0vZxbd51/JE6dd30tl2EplWEifh+0gwzaQYV08a+EkJsXUJpDhNPP6AST1iUyGEzOrqcN0ejRTGTq8QlHd+EkNrW26qVjZolZnZNjWhNTdV7iy8omw+lKr7PjuHOGdueRqe/gHjmyRlfxnnDfNLZnzZsrVnjdGs8oVnDdPsCfoFZ03kj/TV/9lnzfRSZnzJnZV541utFzOecOzyV/GgWP5Fz32HNGKhVPUNpa5MYBBJqUb4zgkMkZkROm0anENJi0S+JwWwUaNSgtC70AlluQZKJGsLuypdlFjEk01ILh3eAw6qCZISVUpOeHciHBE23y4uD1tQDZa+AMHzmkW/lxfrv3Ic8XUvo1YrJhzWK2zlRUYEHmWuMrRHS03JAnmAoloi2Ag2puVzvIa6ayEsyHptRnlmgN+m9eK3MhFOq12kY26RJ5gSTlDtWXVjlCmSX295gDVSSHJMeCLNz37xz/evGpipFl7d5HJJhYO9r/3Xv/QmUeX8XskspGPn0+MnFuEGsindP71rnw6cF9cB+gkgcxVuytb4mzpMEmfYIvDEDIvpfu3ioc/4xda3sb82AaTbAO87kSMIuBQjoAzIoWkCUSgx7gGU0F2nEoNGEsLAhCXBxoNqXmPBjvBspT8Uh5HbUuzaEmB64XWETI9RRZoLwLgHMgRublv0/OaJimmnAV2wsphnRIrh/VgvtOVybeyfGe6D9DIesIamW4vSJMsM/EyEUMxPcqXhLX3D2sa4UHA2vTtQ138a9vJCXieg3xh7RbDyg1xzOdklXG2OKBSJxwNSYuImrXaIimOhKxOKEdWOR2kAAt3VV5qaEAQQGtBQ0NSwdJdBSqKXQH6ugjrj4uoZoDcN5wuMq4y5IpfhmyVpuJNm0CyH3zwlRUoW7514x9BsH/ceHLrHSjZXxqccNIg5+GquXvzsK+VxWDjhyyDA1WhMiudWQHjXq7J4WFLVbNlUO0BdzNVwl6VZNjYoMuxGLocLJLfVaZvvFwetvzYuVksbIN6Fe94sjYDmZuHhc2Wy0FpYHEyLO1v5EW1HA1RG4vsxhuVAQN+wQSknYXYmSgF1qFcAG0lKFUySnvnpfAtR0w+C91yTZ5C4DxgnsO5WMGGng8iD2FnHj0rMShr/jPoCOmeyWbLqyef5NPLGMjCGLroxzNp/ii4qNC4HbAMfmnQsnSIWdJ8jXyaBxt0MuI/MHldoPIKQ2ZhhLxK6NAK6BFaApsyoNBNGWowsnQmdkIvw/ILYdMrloIbMi3DTxk7YUhJuopLEOp3VIZCc0YhW9AlmfxJHnn/yciYGDJPUZmXc1/PlbkfJlYcN2SfKgsRvzOilhWkQ+8mZNcAnUsgC9m1BJFdi+n7xTG1RGGR+WKsLFNKUTdlykVhf03Ty1LSixnEwZG6+r0pR6JzScrzkEuyBnAR8nBJpsqRbilRHUv5deKl2tyjrJRRLZUyZPAgexXMqK4O4j0Cqk6tKoVt4ceocxAw+Di1uhw8BaWl5RJEkybGpGyFrsilSMqn18dzqJEM3F6JR8TW8dz+XA3XQalTkDFTFcInASOICPoOV5GgM5IK60KJ5Kg8VcHEUIENbaki9ioL3RdziNWAdqZIwbD5vFPrqhSWRrw0sq9JKlnr4NwI3qiRy+EbI2Vi5l8NUW8xD+tpYb4jr0g/8lL0yMPQ+WgcrPERPKytRvZoNC5WI25txq4u5haMig5dMsrxF9aPv6N0VCHMRCcKlETRZQBD46izxPsrfdCjoVmzMRPuSW2N+DNqg5VBBXjYkKU7XVdBN1kwpvotafoAXa6YiVAGDasmwLqoDGkDXl4R21EQaw+3JKz04HCxaHUYcpVK0Yj9xOdiUFRyuiJeeWHCbQbkxLD2h2xFvKV9Uq/cNjWNNUHGwrwe0tYIvxbrqPexjUuWGyrAEvcS0zYB7Bd8Tlbl6qSEnYNuPAdD1HsMxVS3m4omZDeyd+B6hKAgXypvacGUnRoohhmWA2aYO0TfRMWFcxWXC27K9Kjrz2iBuL21kIGSZ2nQDDkC2oRnb5Dj5LV6Tfu7eh2/1eaIx+PY9pIigijJY4NxozSG+LDZBXxh2Yd1MYnJRa++0fDJYi4QsSc4T6LghIv+RoI/8Wr7po+nw7uWhBBVCW+l77lUu/yFJeE48eobmz/uxT+xRVWH3Zqw088s8JlI//CtT9rgM1W0WKnTmbCcsCRkT8J6QuCSvMUejUbJdBsv0E9tdkdB1PgvMb2IDoyKz+lpSSNMI8g0FEyzUF4wSa4jdzxPFpPehLb8Ve157bmXCWf0PJ5vEX8GX+eWiYfPLzT3PdKjQtpgeQdzGv1sd0JGAzyRASLKVhRRwCwiLL31ocEEInpT+LfvGCJypkXU9qd/2wDvumB+Ep2m1ZOw0WlS+59OcoCXbE5jZjLMzKUgC7ATk2QwQzI5M0U9ZEuvHRRIyTMkTAoT2hNJ7V+095MvsymKdRf2ycKyC/uEVed/LfRdSBq8QBleYobd15DLS+zBLAfk2RWdlFjlXaNSEsM4MqzEb6Z7SjPExIsysmX44u+gT2zGWtchubOw1uHCJmTwt1jY1YS4fjzDM8rmI9H5+KmVc0/2jCBtQ038AnEQrbUKY3oDbkmmuxa4IWx01/oHBwL4RrGf2TGyTefvUwNuVodZDN54qHQUWYyCbp4RzrG28ROmZhNZmQUlckgh3dYW0b/rHEh0bqv1etuoXjstG5h+yODsirHCYUzwkRZVFBSW5443kQrENMcS8GuF2RfeFa0XBoT5Q/v2DhzfIO7av/H8enONPwBNraLPpqx7GdR/gnT59+rk7xxKCK6hg/zKoS/+MnlsrRDZte7CqX5TjSzOi/qgNi4AfVkj5gU44U6RNbzYT0N5LNS2XPzOJrGbZ7vNaAEyppwB1jLmfATHMc00Z+gRU32iefJXNxKTLDTOGIkhkHRTkknXrH41v67BY7vUvVl8yCSAC79hUSJj+ukaVTb3d7Lvl6Xvy7+fWeU3s/ulJ8mKTclwUlsvrKayroOTFZor1KA8iPVLcVVgEP1yaTyu2qRB1V4MHdnjY+BQw7Hasfw/ZrMDlD4nHCfUssAXiSJ6jkqeAVly+CIDdvg3UeYZKC4roi9L4V+BG5AcRWVwspLjkmx3FBWXlpmeItCgiRHrZl9VU7x5mkC1VkYwVOsm8UCVIMmsLKQvMLF+0Vf9i/cdrnReu2x1R0mrx+OL1S9c6g2f+sOttgL3dUtWtBW3ebQtu+wbH+d/2H/h9p2zKyVBeMRx9+Z/7h/6i5ndt3xzVpkkYO0TYuXL4Gf6EJF0mZ45L4jDUahQSYRjQF2ARjk1OgTsMPaxDmNqVEGXh0+HHg0ILIVRpKQkXxnDUrSxyoqwAkVsNgdB1HyATK9uMiKcRAdL5zOWdw3duIU830dt7rvm8PwLBmz6At32LoMikFub7gB7+6vxc4cM+HTSxCzvvfretjAMfeqTGXy5HdwvLocfIRpLNTJHbWpMZ9M1gG6uliF3RhZDLiQykCK3rb0jmyVXdU5ruRye3Mi4P5cnF6R8ZVy5Y4Fv5iIUDPv7llIH6C5wgOqpGp7I8H15qC3jwfpB8DaWMasPNlsaSM3HwqguTwGUabhkgFUrSMOqhbB3RcntXeFtWR0sLCJTYDQixkkGWY1+CaRCwbIiD/9bwaMDrI0Z6tIWvE/qyLKyO/ZCaZEOs6YvqUOfZeoEkfuXPpOA+7eNmwks4hdh/53RkGpn7L/tWey/XXnYf9sZ+2+7B0msgf131ujsv+3eJLD/0renKUfD46YG2lrh7dEogNu/JApg+jB1kKunAY4ALdyVUgEzPvuhE1CVJnLzhn8tSXQNBan3V8tNSOdpKo0a1LA9DQAX8lIbiyEqFXgZFGhIBwGppptPFj2+gK24vC6i0xlZAYAQCje9firYsHLUVhDgimoRzJo6TFZTXSNwXunVqsh6xeu0VxzQXkFtYw1SA0Bt43uplcuWr1gHNasfpJYvW7587YtP8m/1H/5EO3Fu+99+j3D7vqdZkCEAChs3bJ+/fak2eBDKVtdvm79tKQkd+vfnhf7btMSQdyGUOH76ffJtc93qu1i3yvi/arg1eRnAavMxgNVlMYBNtxkUYNVfPgmYQRV4USIw7V6DNfBibGBkR9pm69aKsYYhTi2H1XnzyTPN+eRGus/aG9Sp1MKemskud2VqF/BMPYa5ZWE6oLmZahaupmgpO313RfVL15nye1eUZ9ZuHZn7a6VygjqF8VwLty5vvnmqOd8cYedRPZVTfSb73GqqT4go0H5S700JRXXeZlgNkkIfXVCnz6R1pfnnnJ6ry8lDHzZJ6DKS0Y9niYVgTzvgIbjoOZLd0e5Od7QzJzC7k93Uwp7Vuw7xm2PiT/j3sWYvwiU4aifFU0TkPGA2yIjLIvg5K7WTrOlWVSgf1L3nY7qjnPaLzdebyCWkmH4xzNay64nm68Fa5fiWTM3fMb0dTO+tItzbYpI/ib0KzZwBLqLjnhg9pzqmiAEkAghD6P/bHXpkwxQiz0AOpoFDsLaILBLf4dsRp6GOw7ZP6KZN/4A9oBmIC73X0+yikEVp7GGzP0L84tP8Nonn7NQ3WshhtiAlsFiyBeNjGByJpVy6rTYGhVTATLICFleXmKkKfQlKAXRKA9YDXbF+KDDhJBBfeihZhhLxL597w13LD969VLeDLPNYpHfZfUakF+beqq3hF9GfMJIhcGxd2TOo6LJ7MCljflt26MleVbDraCOWxsnNcVOgjbTe3tpvYPgCqkgGDQX7+cV3hQLEB7qGGxUYyBBDBhPIBAQEYrBDhbHgyqBbjOTRzQNaNIIql66nlHiE/0znoZ6EO0DEHeCm94VcOLZvpyS2aG16c57KiwYhNUaEU3oHB/PN02c9ixcGER/n4vFCJV+80PtfM17ozhMvpKdB3mChkti3JzdSKAeNmlUWJ/wF5+SU0eOE3nxxQt+XGif0XCROCFG0vEHCM3RqIyKEwHHO/X+me7r+8+o+hQ0POVHidO/5/wu6h6nl1T3Zhh0VueFhFpkTmO6lszq/8L9eRPtwzlXGVY84mChpMKhp9PkCRpbPj821JrphY4FU/xdbICOWxSix3LxLRQKWymwy49yVI22ua29jzJVt+B2Zi2ENHaRrqJAbx72VWUVgTEPdWpDKtaohZ1FVm4UMxoLfjy4GZNqQYTWz1Gq+pKXmItjQDZ0vYkuiCBuhy6ERQ8c4G/XwGUWIeRfl6yZG6AzxZ8751DKS/9PIZQQ5K7OysnMZTiPYn3A0MPRGmZogvA4/kSeITw/MTMD+cOKxR7Mi9Ov1Z+Plc8bS65mSGFtUPHYNPtM32XlLuAV8mF/Ep+iq4KBeZQFv58NPPPHnflYlbuBfwh2tE2PDFwCQ6ahj+CfiOL5q1y72+9KBS/++1KX/frfwOYkhbkAE+LdTvMjZwQZkjV42amfCl8dgnREk3d7Jwlrtfqq3bJo8sbkz1tglrvvRt64bs2C8PL1u0qxZOIceeo843iPKJVyxlC1zD+k0FMQBJkyBfhvAAUqbVejVpIOdPeXt8oTJHbGmrqfEzsIb6qTOukmdM6e8BvNYMmwlfRxgbU3gqMGUEjL3sOE9DLMZ7iHZDP6A5mwHagmdwayne8vpZKbcHOui136kB2/E/Gbhc34RziPMdYG0EsVxXWAJJV1BBJkoocHgPw3RV94GrBhCdAqpRQ25GaTCCDGOG12qJKa/mEEHmC3iKTny5kHe/J36OK8FidNzSBe6UemUljvY9wGGxAQZszKzBlgTnTecTxfNo6rm/dG01JOlMhjnsJW/E3X2JY4zeBXjfEkf2cyZU36UHia+wPXbRQf7E8uT9JS41oTJk6m+lQcR8/LSED2cCaIHAIkYumzXh4c+/fSQcHgPWap9d8+FhcJh2Mf0nicR/2IpQ8BNyvDQ5ohX1stPZSg/TVlEfMMRp89PaGjDvL93RD0qllcrbht1dbLQcMUGkKo+oKr0oNjAFnz44YcHP6P/HSRb9pC1e8h27et7tN17tE1kC8ilgxQLnHCGnp90X8u452Qxon9Dt4WcTln8+Cb7puOMej2Ty8d4pPKOfyDRt9/W/jv5A6n9+c+1//FzFu9eMnyW+qWQX3bTU2wWexqoLgD5FcRB1e6lM8K3BJ3Jh5xWLXSJWBh+otM/aPTRBtLUPZMbJyP009ic70u6F3V1LSKPdy3q7l5E9s+CV3XwT9b/MC6Zmz981nrIkkIcxWL6tI9xrVw397ZuW7XAg39sXO2wILU64zYD3x0YYKJlLYD3S2cQpR/Pakj5bPCG6rOwTiHo/Few8x/qNSUF0VnCGUIFKM+qpD9WerBdrp3+2O5RO+mPkxXWRwSd80nBDUhw6oQaxTvgHDsOSnUTlQpUcXW20y0Sx+dllPrvqZJw5aTJyLzgM3XcmzAa6YPPxEcucR79s3KWaoI3LflTI/MHtj/y8iv9O1IdYtcL51+9dVnf9Uvuok4/f+fRHTuPH9c+nUDf+eqS+X3k86Pbd73ySv+3jvbfNXfe0rvmzxE3bD1+bNvDR1MX7IBjKW7oW7Gib+6qVedPEuvx41u3HCU7nr5n5cEVr27FVwP/RF/Nm7sSnmPce+R3wruchSvnSEIywjz0KEFLCuEBeSHtMfuqurWnNO0p/kayQduh9bPervQ1Koxr0O2ce5kEwQcHGAVCtwZXeY+s169Chk8NvyjssHwMz3KZijAihB+/8P4CqfOL19nzvGX4rPg6XUMTuTu4ZC0s4gr7YLIA1oliG6T7u7bACbWcKmeBrEjKKuMbY+KqFUuaSSKKQK2F3kE1BpWpIuBuTkQ7qIIObmyLqliRYxn3dHVTYzPd1pMh1AyhQ1GukCukgD9Iv40RIV4RhFxFlK9pWSmKK7d0kCUf/XpH99ceS2jnG/lm+9AxSeJb7UMfNxBu4CtPRmdOfPO+hz74/vow0TZFx9ZO3XSWVN28o/vtw5ti9ZG6TYdP1Zdtq5654LGf3MuJgONk3UHnSh98XIArBSSBHCwnlp4PS4Mpr49z0v3gpTIoVPDHQomh0o6AeoKt4WCsSUCVBB3SboWh0SLoGi/TLTAGoCG9vhboNh5wehTGbRouBPIah8tthaXvNLVS68hQnH4yIRKyfwys80rJwIkSl79L2n75C+0NlX9q6OSDP9/44D9sMoNGCS+RSadPa//4K+3zJ57g1y7euuWN7dshjsy/bDmAfTx+qLzDjJ2tIM5aCATwDeA85iQbYP9BujwAD76UBWNNo7T2WLAAL+Vn0Sk/GhspF4tOwRHihhQoGMi6xQfnOZ0jXftgH1cJSiv5/PWNZMf+//P5Y+vOrP+NpWbt2qG90FLN/16jYx4q5X3aDPLjoY/Yup3Pt4h+/s1L2JXzhTf4lp076e9DkqUOcXNrRuLmQkAXnxTsocD+vl6pUOBPAD0XavqKya3Dr+Wz57JQHJk9l+aDygmIP2QCjMzFigRbeTe/SBhHx1jJ5mQbhC+cE0ciRtjZZDZTy3z3gQPsb58UN+DfXsouf1K3y5+UDlz696ldDr9PbU2yRKgRF9CzyMFx7MTyIZAoO7dmEe7pYXrZp/kz7OhJH0G5f+tjDjE7rgg3zD0F/7ygaU9rGlli/Fnmz+EcpO//Dv/+ys7SMznXeB+vcemzlA0xM7jMsNja6x+uIaekZdTHjnEQd7dTS4eKTZAHDZxC2WmODgMImBtl2qx4KgKVAajGDFRW95PeI9ff8uzfrBFfJNftTp2fecMdu5+n199Dr3/GuL4zhqaVFFNl/foCAjMkBTTnBKcN+6XY9YOQ4WisaiovJPQpuOeW64+Q3r95tveOG8QfpXZrx88vOPy8afwy14S6t7DxE3nQiO3Kfs5JtzG1HS3OQeMVnQUzl4JKBdpkMP4jv5E7dn9xZjdnGrfMTQP7C8ctxFRRv658GmoCJHYxemYSenQSerJ4jBvQP9FvALZfhVKx5wgdv5bqlcbt/vwnTPY9wzV8hN6jjLuVSxTF1EIZYcGBd9aqi6g8lihB4NigE2gAkkHsqwgWIRQ8Zk2DJdhYRh9RSFMHzHUEsG8SVq9qcTCITJCkriwXL5eK9DvCLjRW98zuoRMvr69RnKW15WOOaKnZ/KZ99zxIxoEWtZe6Vk4NS6Jv/JTbmrWXUrtJDxm38R4Ye0p7gcyT9uKeSyN2uwfxS99z9NRPfU97QR78PMjmS2XKr6HzLYX5ljKZhmJqkFGeKDJ7JvGnoY67hM7X15Dkcb48AHd5GvAxVMIrLCseQp+5hPUXWFsSHq/q9MF8gwDoNo1vjgrp9QNLVApQGeyhc61VlNr6cqqN2bN7QCMpMp9Os1SSwlNXdpH5sLi0Mw/es++ejdoZ7Rgdd3x4odAkNYPdEaR2R5xf9fjQY4elf/6iis3L9LkvTqri+/l7Hpea4VOe209/YRN9TkPs5XqG38QsV6s4mLTjse1EI9tAznVIxBoBxPqEPaY6FKRTtnmxANOlg0gnZavA2o3SqKtQDbqfwbuOc+92WXyAu9p1vl6sP/+uwVUnAE9PBTee+wsuWcYx+KjkOIMZ04ZjYe0NPi+GJfUqdDqCgRJHjYtaydT6r4whgzsazWDeeizUInBQs+jomLKx4xAbjVNtYwB2KVSowy5Ns7STeMDvshhU2yIkknQvoXpe7Yy+vhm1B2s6ens7arbe94O533DWzLh+3cwfvUd6ZoKPMJPc2bX+5nnXdP+36MLFU5bNnd0z587Jd29/sW3szGsaK0+LWxHWdiboYi2/jCwU+qi8K3HfglODrowNZ0ZdGfyysyVqDGHtTHBRZvJnYvRu3bPQ/1oncGITnitYtJCS0fUy/3wlbhg/w3DDeG45tVMl7DeaBL3HWCtSYkBijYdakXpcEnptxFjqmlc0UNdsUG1AZnlqZ0luj6WSgV6qjiqwUMfTc2CA2B0cJre9nmlCQ6ngcQnU/vT5Sy0N0yyNUUuly7K8uPPuZ/7pmbs7i40fdouuogntt9x3S3uk0CWKrsIIvphQ5BL5VjL2dz98YMaMB374O+239KfOzgd+SNZev27LwpviZWWNN92y9f5D92+95abGsvL4zQsfXof7gdokwquIk97JunpVGWuodNBqRyxh1RGMrQaCcdIqIMk02GnACytY0w+wcchDSY9QS5Ks3UFcQ3WkSvtX8d+fP6cdOCAu3Mz2IHWahUEqU0ToxCrNcr2TF1ioBlxcwMoKBd0Y9XDRjeViLm3IO5gMYQwhVKk3I9hcACsaCDNQRlc5dGvZQgxAC63/eBNd03qh0jQRrSKXRa4IbJn9wN69D8zeteFk619aK7oW7rz+Z+9fc1//I+t6Rf6v269/Zvu2LQ893nPvt/9nXe38RddO+kC96YX+LetWrm7YB3NYN/wH4RyVWyl0/hUZlSPABAIU5SnFVuRyQocVOyel02rQy0zzoKTzknKs7Y8j0CECHSOOloQTHg+Z4pBqILLEulS6PgJ+ERyUdbu7PnzwucTB1WTj0AGhSutvuX/NjZO1828sO3TXNFIW/9WhTd94cht5e//3tJ5w5+JHb3p9aMriZXiuUM9cjKOundzN+vnGYzTFYeOd4IeoVDH0qY6Pe9vpREED1DHAarDaDJUnbbgQbJwB8Oxg9kuCh7JCeIIRI6AzrkJp4b+deO2157UweZ+s2CQMXFjymLafrHiM/ynK8CzKsBw43Io5RoSadIMMwf8J2Iuh8i0gs+49FwOW9XkSXqiDc7sRWNTrHkx63Qb/OZyEsl79hrB60J/iJPTUk71AemcPMKxLO/UWqY/pdIVgXwaUhA+ljplr5ufLNT66kgVmRfNQjrNuT8n+TVu/+9zOvlXxXWX8maFX/Ut3/t0XX/z9vJ13zIlSyd9+/9Gd/ccbJoT43x/Qumdpf/+u9lHNtAULUPar6DnC0zUf5Kq5VTrLaik9R0D+qmwfTHnGjqE6UD22NMtqCGACG6ACDWwHn86yWhGiE5F5zxgYuU9RLZD+VsdCCx/nc0LUQ/awJiReQShzn6eC+bwuAdFUoeysqpyeM0J6sqt470v7e5fvvOHhuY3+SU+v+bsP/vdJbdJfF1TPuHfO5u/s27H0u/xCYeGyzT0zlj+6d27XIk37xVntP/jb5z6wcW7D3z6zU12J+5qeKKhPie5svaJC722HghNT2YrQovP1VNGTe9vQZyrvsPAHNp87a+Eh7rWYyqqAygo4OpqAuRx7tCptehV7I10b0dow+MZRuPRklFaZF3JyiQisDaB1oE/kiCuNFFpEP62HjzxUjM30jfqI4j3mDJSEK2stuCRqK+lSKQJyuqiiBuiDMtFIH5h2g6wWLBTdpwKzDHZj+dgsuMxMlePi+nm9NeUdHTWfHH/lk5ppHeU1vXPrtS+0xdr5Iwd3PfLMC1se/v7EvatW7/3Wp9vJ3jlbbmz2uBvnrGw7curUkbaVcxrdnuYbt8z58Ucf/Xjts8+ufejAAT58565ddy7dsYMbsZZW61FBenAyW2UsXUuBYhmCaoHstUQXkpfhxAFMWa1ezYhEfAmvclQuEOjuQFkUyMihBRvD3qKOLaZry8J5DVzGeDk1zhgCzDQB27h0gMHmxqgAq+lPJ8nJoY9/8ETv8v4bHp6nr6i/emzH0iejBdXT753zze8IPztLrEO7Lhy+K72mCH9yZ3LlrWxJ0Wn+X3duiSEAeNpjYGRgYADiu6ta+OP5bb4yyHMwgMCFR89mw+j/8/5Jcyxi/wPkcjAwgUQBhRYOtgAAAHjaY2BkYGD/8/czAwPH1//z/pdwLGIAiiADxokAxGcIPwAAAHjahVRLaFNBFD1v5r6XUIIEEa0K4qJFRaSUIlKKBLWUKlpjDEVKKCGE4sL6pZsiiIhIyKK48INV0XQh7cJFKSJSpLjzg6goUkREpEgRUVF3Yjx3kkh8Wgwczkzee3PvnHvulTii4M9MEFyZOM6bHHJ+CzZLDF3BIqR8wU6vFzmTR4EYsQcwIANIeZPImymkvSnk7X60yUHsN8eRkiXokzYkZRgJaSH38/lrdEgeGV3rdwr7Bfv0HGU7jWRkNdJ+DMulDyU/gaTfiJJ9QExz/477AkrePErmHjbIaf5/AaXgE67513Et2IseiXOvnEVJc5elWO9ncYnnLI4UsUyeYaVswWKZQbfeRXM2hzHCHDMyi04776WZe5fMoSiN6CR3Mk6X6cNGecV1DkXvNga92+UJ+8yti8Ebvsv/5Q2fvye/5/tnUbS96DAZxtuHk2IQC85gkUSZQxwxO4mt5g52GMEUeUS2I1PTXpoY/zA1G0CzfYJuO4+54CD12YY+6t6letsrWGNH8cLMImGm0c8zksw9JQ3o9R7jmB311vO8fnsXm/SbYDcuBXliBodUZ9X4XwiOI666O83rQM1jxGVvvjxHfPZXobWmeRiSQJacdLrXwem+gnXZhTNO438g0kpurGheD+r9jVqfID8knsoddP/WPAz6Sd6SVfd6UHdXH7LzGOP9xby7xl+Q6Uf54LhVvaHaaH7/Y/Wu+mdBpq/1PuRmcgM1vsV7XqXmhqya8/7lWe6bqQOfo6Dek5usz1EMaj+oJ11P0JcO7A19p8pDdow8U9mbK47X0X/NWkcXO8RyrvyutnZ1pbZhjo6hJ9pGrdlv6vkQ92gPah8syOxP1yMhdn5hzfyBKmdDHPpfe9v1l3pM61ztce2zMNux8qTfUKm3+l09F+xhHdQ71bxcf4/iVhX32U/9xBKig/uivYGpSKESM9JS5cKfOdifQOQHUGMzDnhlIl0BdH2RfITP2NM1yCOkg4+cqcP0/TB2uBk7zr4f57wgbEDfNXEGJJCgDnk9I/oVKbOW7xA2U36hcTiz26PfORufU2ftibWM9xIn62PobHAzpfptbb475lysn1E6K9285IzSGeLmDHPQmY9JnMIQ2olBIovBX1t4at0AeNpjYGDQgsI8hiWMVUx8TEuYLZjDmNuYtzE/Y9FgiWKpYJnHso5VjtWJdQnrPzY3tj3seuxB7I84wji6OE5wPOFk41Ti7OFy46rgusOtx13AvYb7EU8EzwSedTz3eAV4zXhLeNfxcfH58O3hF+Bv4d/C/0FARGCawAmBH4JqgkGCCYKTBDcInhB8JZQkdEiYTzhL+JKIhMg0kVuiYqJxopNEN4iJiUWJrRDnEE8SnyD+S8JFokNijSSfpINkgmSf5BspNqkkqRVA+EzaR3qdjJDMBplPsi2yf+Sk5DTkDsk9kFeTL5A/Iv9EQUrBTqFNYYXCO0U+xSbFP0pLlCWUA5S7lE+o2KmsUVVQLVP9o+ai1qV2Q91HvUR9nvoZDTWNHk0mzTTNM1pmWme0k7RbdJh0PHT6dG7o+ui26Z7Tc9E7ou+if8agxtDA8IPRMmMl40kmTCZlpgKmFqZJphNM35hlmD0ztzGfYv7Ooszih6WZ5SrLH1YeVous5azdrJdY/7Oxsjlkq2Z7wk7J7oi9nH2R/QUHDYdZjmyOKY67nAScWpxeOac5b3JRcelzlXEtcv3hFub2yt3MfZWHnscOzwjPf14TvHW8D/kk+azyZfFN8T3hp+LX5LfC75y/lH+a/5oAvgCvgIyANYEagRmBiwJ/BPkE1QVtCroTrBScFDwv+EIIX4hDSFPItpBfoR6hi8JYwrzC5oWzhUeEr4oQisiK+BaZE3kryiLqSHRK9IHoXzE5MXtilWKTYh/EhcTdiA+K/5LQkyiQ2JF4J8krqSvpXbJV8owUvpSelCupKql9qf/S6tI50sPSN2TIZEzKVMuckXkliyErL2tJ1q1sueyU7DnZV3Iick7k9uS+y1uXb5a/pcCj4FLBn0KVQp/ChsI1hf+KTIpqilYVWxWvKLEoWVYaVfqvzKIsAQfMK6sp6ypbVLar7E25XHlA+ZLyHxU+FW0VNypZKgMqA6rkqhyqkqqKgPBFdU71uepnNWw1FjVhNXk1bTVLao7UPKvlqbWpzamdUXuqTqPOqW5e3bq6PfUM9SX1M+qPNZg1FDRcatRpLGl81RTT1NAs0NwCAJXuMaMAAAAAAQAAAZoASwAHAAAAAAACAAEAAgAWAAABAAE7AAAAAHjatZC9TgJREIXPBRRBY0QTo1SrNtoQQCm0MyaSmNigkXpXFiTCru6CxmorC2N8CgvjA/gENv48AQ9j4tnLsIDGUibMfHfOzN47A2BZFaEQ/kZ9TMc+xzX1OYGViCcZV6mqRIonC2vCilW3wjEqd8LxEU7QBjyBLB6EJ9nxJJzEMZ6Fp5DGl3AKaZUUTsNSGeFpLClfeIZ8LzyHefUonMGsehF+w6J6FX5HXvWEPzh+SvgT6QH34sjGFoKy7bZNp+l3jIrd6LZML4pV26q7TifAHlxc4AYemmjgDB0YWMcpNhiLyKOALZLFCgMm1SarXeR42kWLZox0+vpkM9qMV/Q1VuYQ6P+JzvqsduGwssBsXluAMjUXbd7gUPf1KyrMNdDlHSb7DJ0P32BQ9Rhr1NtaO2fORf3HC4c8pP+f9lpbbqw7rPkr/3vy8bmrPFmcLdxZJ9raoezwQPeF2W3tC9hBSftNnenPVGK1J3vfj750hEve0qQSTtH6Bg+UecgAAHjabZR3dBRVFMa/L4TZJJsQivQioiKdJBB6cU02BUIiKUY6k93J7iS7M2EKKXQFsYHYKyioWLD3ox49x97Lsfeux949dpydN2SHc9w/5vfdu/fdd+998wYZcH8HY2jG//x4WeqBDPRAJnpCQgBZyEYOgshFHnohH73RB33RD0egPwZgIAZhMIZgKIZhOEbgSIzEURiFo3EMjsVoHIcxGItxGI8JmIhJmIwCFKIIUzAVxZiG6ZiBmZiF2ZiDuZiH+TgeIZyAEpQijDKUowKVWICFqMIiVKMGJ2IxalGHejTgJDTiZCzBUizDcqzASqzCasjMwNXYim24CKdhJ87CbtzAHjgTb+NU/ISfsQOn41G8jx+xBzfiV/yC37APN+NpPIlb0IQIdiGKZ6HgKTyDF/EcnscL+NKZ2St4CS/jVsTwA87F63gVryGOr/EtzkALVLQiiQQ0XAUda9AGAyZsWFiLdnyFDnShE+uwAetxH/ZiEzZiM7bgG3yH+5nJnpQYYBaz8Q/+ZQ6DzGUeDhLsxXz2JtmHfdmPR7A/B3AgB3Ewh3Aoh+F3/MHhHMEjOZJHcRSP5jE8lqN5HMdwLMdxPCfgT7zBiZzEySxgIYs4hVNZzGmczhmcyVmcjY/xCedwLudxPo9niCewhKUMs4zlrGAlF+A23M6FrOIiVrOGJ3Ixa1nHevyFv/EpPmMDT2IjT+YSLuUyLucKruQqrqbMJkYYpcJmxhinyhY8wFYmmKSGz/EF9lNnG9fQoEmLNteyHW/iI7yDd/EePsRb+IAd7GQX13E9N3AjN3Ezt/AUnsqt3MbTuJ2n8wyeybN4NnfgDtyJe3AvHsNduBuP4xQ8gu04wJ14Ag/hYTzIc7iL5+JsfM/zeD4v4IW8iBfzEl7Ky3g5r+Bu7uGVvIp7uY9X8xpey/28jtfzBt7IA7yJN/MW3srbeHvA1tSCglCBx9JAKClHDF0LyIJSqMlQ1iqS7CIQ0mO6prQGZMFgSUQ1InayOaF0BCNpnVMS1S05ElE0KyfSLaXSiJxKGRUodfLLViDsbah4G4bFhoqLnHA6kdItA2GvDEVQCouMiotgua+omK+o8nSuWLfMLY/oyaTsGTGfEazw5YmndWZFk2xkxp2HVGmpiagiqS4ClV4nqtdJpehEFaOr9GpWBTMqF2SoLcEFvj1a0jp3ob+q1sOMmKEoWkLWompEqpIjtqVICRe5Vf64hM+QqsSAEi4yq5zuMxPOQ6oW6zWxvtq/XvOvrxbrNTFgTW7TTcvQ2+JKj7AW66FosUCN17zuNV8jmtdd5NXEbS0mG3YyIdtWnu63pFpRgyFqqPXXYPhrqBU1GAJ1YpXpIljnG6PpG2O9P5vlz1Yv0lhiIvWpI7VSR9ogjtQWR9rgdWV7XTWIrmwXPRsMVYv1tFPPvIbDOrT9VqDBO3rbuzWNvmrbfXqJT3emtbRU9NrlImdp+jXuSstQqgoRIHfLQCgsKCtiTjVmQjbjQutpnVvnn5PpM7KcHRKKabZIjTFDdlpvF2gUJbW7yG6MqoqhmKqZ3X5ISUtEYKeL1OelqKCgwGOhxyKPUzxO9VjscZrH6R5neJzpMSRY6OUtLMxpVmO2oUSdxoSrqEywuCwzbBu6pNlJxdBdX3FZSdB/3eOdzvusTYrIbWZQ0VIpPJ3s1n1jtppIKMnUTJot19Wv22WosbiVDjOdQ0gcHua60mG92mTDucmHQvJdM/137ybnSrQq6a36eA5fhpRH6Q7Icl5gkcr1p+Ny3KP2ljg50ma+0hFJyMmo3i4677PGVkxL1bVuT782J5EeTY3IOdmomEmT7bTmbdrlDHSSJTcFnHfbpdXu2tlW3PlSpVRWs24bQqhrRYypdrgxpnOPNFcpbrWpIE0Vif4DVSQP+QAAeNo9zasOwkAUBNDdbt+l7yYYSIrBbJCQEJC0iBqCoZvwHWgMEiTfcYsiaBwfBTdwWTdnMsnc+fsE/MwacDdtx/lFdbUt2xEkqoFii+GohmDLfctAlBUIuQKzrG4iN+QXFsLsE2yEdSU4CHtHcBHOmuAh3BnBR3hTQoDwx4QeIpj8wCGk96isHizkghmyE/UBmxh30VMzQcYvzRSZzDUzZLrUzJHZQrNA5oM/FRTyA82/UNMAAAFUvTYbAAA=) format("woff"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-regular-webfont.ttf") format("truetype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-regular-webfont.svg#geomanist_regularregular") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'geomanistbold';
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.eot");
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.woff2") format("woff2"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.woff") format("woff"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.ttf") format("truetype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-bold-webfont.svg#geomanistbold") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'geomanistmedium';
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.eot");
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.woff2") format("woff2"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.woff") format("woff"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.ttf") format("truetype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/css/fonts/geomanist-medium-webfont.svg#geomanistmedium") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

a:active,
a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: textfield;
    box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }

    .navbar {
        display: none;
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important;
    }

    .label {
        border: 1px solid #000;
    }

    .table {
        border-collapse: collapse !important;
    }

    .table td,
    .table th {
        background-color: #fff !important;
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important;
    }
}

@font-face {
    font-family: 'Glyphicons Halflings';
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.eot");
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.woff2") format("woff2"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.woff") format("woff"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.ttf") format("truetype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/bootstrap/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg");
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-asterisk:before {
    content: "\002a";
}

.glyphicon-plus:before {
    content: "\002b";
}

.glyphicon-euro:before,
.glyphicon-eur:before {
    content: "\20ac";
}

.glyphicon-minus:before {
    content: "\2212";
}

.glyphicon-cloud:before {
    content: "\2601";
}

.glyphicon-envelope:before {
    content: "\2709";
}

.glyphicon-pencil:before {
    content: "\270f";
}

.glyphicon-glass:before {
    content: "\e001";
}

.glyphicon-music:before {
    content: "\e002";
}

.glyphicon-search:before {
    content: "\e003";
}

.glyphicon-heart:before {
    content: "\e005";
}

.glyphicon-star:before {
    content: "\e006";
}

.glyphicon-star-empty:before {
    content: "\e007";
}

.glyphicon-user:before {
    content: "\e008";
}

.glyphicon-film:before {
    content: "\e009";
}

.glyphicon-th-large:before {
    content: "\e010";
}

.glyphicon-th:before {
    content: "\e011";
}

.glyphicon-th-list:before {
    content: "\e012";
}

.glyphicon-ok:before {
    content: "\e013";
}

.glyphicon-remove:before {
    content: "\e014";
}

.glyphicon-zoom-in:before {
    content: "\e015";
}

.glyphicon-zoom-out:before {
    content: "\e016";
}

.glyphicon-off:before {
    content: "\e017";
}

.glyphicon-signal:before {
    content: "\e018";
}

.glyphicon-cog:before {
    content: "\e019";
}

.glyphicon-trash:before {
    content: "\e020";
}

.glyphicon-home:before {
    content: "\e021";
}

.glyphicon-file:before {
    content: "\e022";
}

.glyphicon-time:before {
    content: "\e023";
}

.glyphicon-road:before {
    content: "\e024";
}

.glyphicon-download-alt:before {
    content: "\e025";
}

.glyphicon-download:before {
    content: "\e026";
}

.glyphicon-upload:before {
    content: "\e027";
}

.glyphicon-inbox:before {
    content: "\e028";
}

.glyphicon-play-circle:before {
    content: "\e029";
}

.glyphicon-repeat:before {
    content: "\e030";
}

.glyphicon-refresh:before {
    content: "\e031";
}

.glyphicon-list-alt:before {
    content: "\e032";
}

.glyphicon-lock:before {
    content: "\e033";
}

.glyphicon-flag:before {
    content: "\e034";
}

.glyphicon-headphones:before {
    content: "\e035";
}

.glyphicon-volume-off:before {
    content: "\e036";
}

.glyphicon-volume-down:before {
    content: "\e037";
}

.glyphicon-volume-up:before {
    content: "\e038";
}

.glyphicon-qrcode:before {
    content: "\e039";
}

.glyphicon-barcode:before {
    content: "\e040";
}

.glyphicon-tag:before {
    content: "\e041";
}

.glyphicon-tags:before {
    content: "\e042";
}

.glyphicon-book:before {
    content: "\e043";
}

.glyphicon-bookmark:before {
    content: "\e044";
}

.glyphicon-print:before {
    content: "\e045";
}

.glyphicon-camera:before {
    content: "\e046";
}

.glyphicon-font:before {
    content: "\e047";
}

.glyphicon-bold:before {
    content: "\e048";
}

.glyphicon-italic:before {
    content: "\e049";
}

.glyphicon-text-height:before {
    content: "\e050";
}

.glyphicon-text-width:before {
    content: "\e051";
}

.glyphicon-align-left:before {
    content: "\e052";
}

.glyphicon-align-center:before {
    content: "\e053";
}

.glyphicon-align-right:before {
    content: "\e054";
}

.glyphicon-align-justify:before {
    content: "\e055";
}

.glyphicon-list:before {
    content: "\e056";
}

.glyphicon-indent-left:before {
    content: "\e057";
}

.glyphicon-indent-right:before {
    content: "\e058";
}

.glyphicon-facetime-video:before {
    content: "\e059";
}

.glyphicon-picture:before {
    content: "\e060";
}

.glyphicon-map-marker:before {
    content: "\e062";
}

.glyphicon-adjust:before {
    content: "\e063";
}

.glyphicon-tint:before {
    content: "\e064";
}

.glyphicon-edit:before {
    content: "\e065";
}

.glyphicon-share:before {
    content: "\e066";
}

.glyphicon-check:before {
    content: "\e067";
}

.glyphicon-move:before {
    content: "\e068";
}

.glyphicon-step-backward:before {
    content: "\e069";
}

.glyphicon-fast-backward:before {
    content: "\e070";
}

.glyphicon-backward:before {
    content: "\e071";
}

.glyphicon-play:before {
    content: "\e072";
}

.glyphicon-pause:before {
    content: "\e073";
}

.glyphicon-stop:before {
    content: "\e074";
}

.glyphicon-forward:before {
    content: "\e075";
}

.glyphicon-fast-forward:before {
    content: "\e076";
}

.glyphicon-step-forward:before {
    content: "\e077";
}

.glyphicon-eject:before {
    content: "\e078";
}

.glyphicon-chevron-left:before {
    content: "\e079";
}

.glyphicon-chevron-right:before {
    content: "\e080";
}

.glyphicon-plus-sign:before {
    content: "\e081";
}

.glyphicon-minus-sign:before {
    content: "\e082";
}

.glyphicon-remove-sign:before {
    content: "\e083";
}

.glyphicon-ok-sign:before {
    content: "\e084";
}

.glyphicon-question-sign:before {
    content: "\e085";
}

.glyphicon-info-sign:before {
    content: "\e086";
}

.glyphicon-screenshot:before {
    content: "\e087";
}

.glyphicon-remove-circle:before {
    content: "\e088";
}

.glyphicon-ok-circle:before {
    content: "\e089";
}

.glyphicon-ban-circle:before {
    content: "\e090";
}

.glyphicon-arrow-left:before {
    content: "\e091";
}

.glyphicon-arrow-right:before {
    content: "\e092";
}

.glyphicon-arrow-up:before {
    content: "\e093";
}

.glyphicon-arrow-down:before {
    content: "\e094";
}

.glyphicon-share-alt:before {
    content: "\e095";
}

.glyphicon-resize-full:before {
    content: "\e096";
}

.glyphicon-resize-small:before {
    content: "\e097";
}

.glyphicon-exclamation-sign:before {
    content: "\e101";
}

.glyphicon-gift:before {
    content: "\e102";
}

.glyphicon-leaf:before {
    content: "\e103";
}

.glyphicon-fire:before {
    content: "\e104";
}

.glyphicon-eye-open:before {
    content: "\e105";
}

.glyphicon-eye-close:before {
    content: "\e106";
}

.glyphicon-warning-sign:before {
    content: "\e107";
}

.glyphicon-plane:before {
    content: "\e108";
}

.glyphicon-calendar:before {
    content: "\e109";
}

.glyphicon-random:before {
    content: "\e110";
}

.glyphicon-comment:before {
    content: "\e111";
}

.glyphicon-magnet:before {
    content: "\e112";
}

.glyphicon-chevron-up:before {
    content: "\e113";
}

.glyphicon-chevron-down:before {
    content: "\e114";
}

.glyphicon-retweet:before {
    content: "\e115";
}

.glyphicon-shopping-cart:before {
    content: "\e116";
}

.glyphicon-folder-close:before {
    content: "\e117";
}

.glyphicon-folder-open:before {
    content: "\e118";
}

.glyphicon-resize-vertical:before {
    content: "\e119";
}

.glyphicon-resize-horizontal:before {
    content: "\e120";
}

.glyphicon-hdd:before {
    content: "\e121";
}

.glyphicon-bullhorn:before {
    content: "\e122";
}

.glyphicon-bell:before {
    content: "\e123";
}

.glyphicon-certificate:before {
    content: "\e124";
}

.glyphicon-thumbs-up:before {
    content: "\e125";
}

.glyphicon-thumbs-down:before {
    content: "\e126";
}

.glyphicon-hand-right:before {
    content: "\e127";
}

.glyphicon-hand-left:before {
    content: "\e128";
}

.glyphicon-hand-up:before {
    content: "\e129";
}

.glyphicon-hand-down:before {
    content: "\e130";
}

.glyphicon-circle-arrow-right:before {
    content: "\e131";
}

.glyphicon-circle-arrow-left:before {
    content: "\e132";
}

.glyphicon-circle-arrow-up:before {
    content: "\e133";
}

.glyphicon-circle-arrow-down:before {
    content: "\e134";
}

.glyphicon-globe:before {
    content: "\e135";
}

.glyphicon-wrench:before {
    content: "\e136";
}

.glyphicon-tasks:before {
    content: "\e137";
}

.glyphicon-filter:before {
    content: "\e138";
}

.glyphicon-briefcase:before {
    content: "\e139";
}

.glyphicon-fullscreen:before {
    content: "\e140";
}

.glyphicon-dashboard:before {
    content: "\e141";
}

.glyphicon-paperclip:before {
    content: "\e142";
}

.glyphicon-heart-empty:before {
    content: "\e143";
}

.glyphicon-link:before {
    content: "\e144";
}

.glyphicon-phone:before {
    content: "\e145";
}

.glyphicon-pushpin:before {
    content: "\e146";
}

.glyphicon-usd:before {
    content: "\e148";
}

.glyphicon-gbp:before {
    content: "\e149";
}

.glyphicon-sort:before {
    content: "\e150";
}

.glyphicon-sort-by-alphabet:before {
    content: "\e151";
}

.glyphicon-sort-by-alphabet-alt:before {
    content: "\e152";
}

.glyphicon-sort-by-order:before {
    content: "\e153";
}

.glyphicon-sort-by-order-alt:before {
    content: "\e154";
}

.glyphicon-sort-by-attributes:before {
    content: "\e155";
}

.glyphicon-sort-by-attributes-alt:before {
    content: "\e156";
}

.glyphicon-unchecked:before {
    content: "\e157";
}

.glyphicon-expand:before {
    content: "\e158";
}

.glyphicon-collapse-down:before {
    content: "\e159";
}

.glyphicon-collapse-up:before {
    content: "\e160";
}

.glyphicon-log-in:before {
    content: "\e161";
}

.glyphicon-flash:before {
    content: "\e162";
}

.glyphicon-log-out:before {
    content: "\e163";
}

.glyphicon-new-window:before {
    content: "\e164";
}

.glyphicon-record:before {
    content: "\e165";
}

.glyphicon-save:before {
    content: "\e166";
}

.glyphicon-open:before {
    content: "\e167";
}

.glyphicon-saved:before {
    content: "\e168";
}

.glyphicon-import:before {
    content: "\e169";
}

.glyphicon-export:before {
    content: "\e170";
}

.glyphicon-send:before {
    content: "\e171";
}

.glyphicon-floppy-disk:before {
    content: "\e172";
}

.glyphicon-floppy-saved:before {
    content: "\e173";
}

.glyphicon-floppy-remove:before {
    content: "\e174";
}

.glyphicon-floppy-save:before {
    content: "\e175";
}

.glyphicon-floppy-open:before {
    content: "\e176";
}

.glyphicon-credit-card:before {
    content: "\e177";
}

.glyphicon-transfer:before {
    content: "\e178";
}

.glyphicon-cutlery:before {
    content: "\e179";
}

.glyphicon-header:before {
    content: "\e180";
}

.glyphicon-compressed:before {
    content: "\e181";
}

.glyphicon-earphone:before {
    content: "\e182";
}

.glyphicon-phone-alt:before {
    content: "\e183";
}

.glyphicon-tower:before {
    content: "\e184";
}

.glyphicon-stats:before {
    content: "\e185";
}

.glyphicon-sd-video:before {
    content: "\e186";
}

.glyphicon-hd-video:before {
    content: "\e187";
}

.glyphicon-subtitles:before {
    content: "\e188";
}

.glyphicon-sound-stereo:before {
    content: "\e189";
}

.glyphicon-sound-dolby:before {
    content: "\e190";
}

.glyphicon-sound-5-1:before {
    content: "\e191";
}

.glyphicon-sound-6-1:before {
    content: "\e192";
}

.glyphicon-sound-7-1:before {
    content: "\e193";
}

.glyphicon-copyright-mark:before {
    content: "\e194";
}

.glyphicon-registration-mark:before {
    content: "\e195";
}

.glyphicon-cloud-download:before {
    content: "\e197";
}

.glyphicon-cloud-upload:before {
    content: "\e198";
}

.glyphicon-tree-conifer:before {
    content: "\e199";
}

.glyphicon-tree-deciduous:before {
    content: "\e200";
}

.glyphicon-cd:before {
    content: "\e201";
}

.glyphicon-save-file:before {
    content: "\e202";
}

.glyphicon-open-file:before {
    content: "\e203";
}

.glyphicon-level-up:before {
    content: "\e204";
}

.glyphicon-copy:before {
    content: "\e205";
}

.glyphicon-paste:before {
    content: "\e206";
}

.glyphicon-alert:before {
    content: "\e209";
}

.glyphicon-equalizer:before {
    content: "\e210";
}

.glyphicon-king:before {
    content: "\e211";
}

.glyphicon-queen:before {
    content: "\e212";
}

.glyphicon-pawn:before {
    content: "\e213";
}

.glyphicon-bishop:before {
    content: "\e214";
}

.glyphicon-knight:before {
    content: "\e215";
}

.glyphicon-baby-formula:before {
    content: "\e216";
}

.glyphicon-tent:before {
    content: "\26fa";
}

.glyphicon-blackboard:before {
    content: "\e218";
}

.glyphicon-bed:before {
    content: "\e219";
}

.glyphicon-apple:before {
    content: "\f8ff";
}

.glyphicon-erase:before {
    content: "\e221";
}

.glyphicon-hourglass:before {
    content: "\231b";
}

.glyphicon-lamp:before {
    content: "\e223";
}

.glyphicon-duplicate:before {
    content: "\e224";
}

.glyphicon-piggy-bank:before {
    content: "\e225";
}

.glyphicon-scissors:before {
    content: "\e226";
}

.glyphicon-bitcoin:before {
    content: "\e227";
}

.glyphicon-btc:before {
    content: "\e227";
}

.glyphicon-xbt:before {
    content: "\e227";
}

.glyphicon-yen:before {
    content: "\00a5";
}

.glyphicon-jpy:before {
    content: "\00a5";
}

.glyphicon-ruble:before {
    content: "\20bd";
}

.glyphicon-rub:before {
    content: "\20bd";
}

.glyphicon-scale:before {
    content: "\e230";
}

.glyphicon-ice-lolly:before {
    content: "\e231";
}

.glyphicon-ice-lolly-tasted:before {
    content: "\e232";
}

.glyphicon-education:before {
    content: "\e233";
}

.glyphicon-option-horizontal:before {
    content: "\e234";
}

.glyphicon-option-vertical:before {
    content: "\e235";
}

.glyphicon-menu-hamburger:before {
    content: "\e236";
}

.glyphicon-modal-window:before {
    content: "\e237";
}

.glyphicon-oil:before {
    content: "\e238";
}

.glyphicon-grain:before {
    content: "\e239";
}

.glyphicon-sunglasses:before {
    content: "\e240";
}

.glyphicon-text-size:before {
    content: "\e241";
}

.glyphicon-text-color:before {
    content: "\e242";
}

.glyphicon-text-background:before {
    content: "\e243";
}

.glyphicon-object-align-top:before {
    content: "\e244";
}

.glyphicon-object-align-bottom:before {
    content: "\e245";
}

.glyphicon-object-align-horizontal:before {
    content: "\e246";
}

.glyphicon-object-align-left:before {
    content: "\e247";
}

.glyphicon-object-align-vertical:before {
    content: "\e248";
}

.glyphicon-object-align-right:before {
    content: "\e249";
}

.glyphicon-triangle-right:before {
    content: "\e250";
}

.glyphicon-triangle-left:before {
    content: "\e251";
}

.glyphicon-triangle-bottom:before {
    content: "\e252";
}

.glyphicon-triangle-top:before {
    content: "\e253";
}

.glyphicon-console:before {
    content: "\e254";
}

.glyphicon-superscript:before {
    content: "\e255";
}

.glyphicon-subscript:before {
    content: "\e256";
}

.glyphicon-menu-left:before {
    content: "\e257";
}

.glyphicon-menu-right:before {
    content: "\e258";
}

.glyphicon-menu-down:before {
    content: "\e259";
}

.glyphicon-menu-up:before {
    content: "\e260";
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent;
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857;
    color: #000;
    background-color: #fff;
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

figure {
    margin: 0;
}

img {
    vertical-align: middle;
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto;
}

.img-rounded {
    border-radius: 6px;
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.img-circle {
    border-radius: 50%;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eeeeee;
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto;
}

[role="button"] {
    cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .checkout-coupon a, .h4, .h5, .h6 {
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small, .checkout-coupon a small,
.h3 .small,
.checkout-coupon a .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3, .checkout-coupon a {
    margin-top: 20px;
    margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small, .checkout-coupon a small,
.h3 .small,
.checkout-coupon a .small {
    font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
    font-size: 75%;
}

h1, .h1 {
    font-size: 36px;
}

h2, .h2 {
    font-size: 30px;
}

h3, .h3, .checkout-coupon a {
    font-size: 24px;
}

h4, .h4 {
    font-size: 18px;
}

h5, .h5 {
    font-size: 14px;
}

h6, .h6 {
    font-size: 12px;
}

p {
    margin: 0 0 10px;
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
}

@media (min-width: 768px) {
    .lead {
        font-size: 21px;
    }
}

small,
.small {
    font-size: 85%;
}

mark,
.mark {
    background-color: #fcf8e3;
    padding: .2em;
}

.text-left {
    text-align: left;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-justify {
    text-align: justify;
}

.text-nowrap {
    white-space: nowrap;
}

.text-lowercase {
    text-transform: lowercase;
}

.text-uppercase, .initialism {
    text-transform: uppercase;
}

.text-capitalize {
    text-transform: capitalize;
}

.text-muted {
    color: #777777;
}

.text-primary {
    color: #55e05f;
}

a.text-primary:hover,
a.text-primary:focus {
    color: #2ad836;
}

.text-success {
    color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
    color: #2b542c;
}

.text-info {
    color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
    color: #245269;
}

.text-warning {
    color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
    color: #66512c;
}

.text-danger {
    color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
    color: #843534;
}

.bg-primary {
    color: #fff;
}

.bg-primary {
    background-color: #55e05f;
}

a.bg-primary:hover,
a.bg-primary:focus {
    background-color: #2ad836;
}

.bg-success {
    background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
    background-color: #c1e2b3;
}

.bg-info {
    background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
    background-color: #afd9ee;
}

.bg-warning {
    background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
    background-color: #f7ecb5;
}

.bg-danger {
    background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
    background-color: #e4b9b9;
}

.page-header {
    padding-bottom: 9px;
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}

ul,
ol {
    margin-top: 0;
    margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
    margin-bottom: 0;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-inline {
    padding-left: 0;
    list-style: none;
    margin-left: -5px;
}

.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-top: 0;
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 1.42857;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
    content: " ";
    display: table;
}

.dl-horizontal dd:after {
    clear: both;
}

@media (min-width: 991px) {
    .dl-horizontal dt {
        float: left;
        width: 160px;
        clear: left;
        text-align: right;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .dl-horizontal dd {
        margin-left: 180px;
    }
}

abbr[title],
abbr[data-original-title] {
    cursor: help;
    border-bottom: 1px dotted #777777;
}

.initialism {
    font-size: 90%;
}

blockquote {
    padding: 10px 20px;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
    margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
    display: block;
    font-size: 80%;
    line-height: 1.42857;
    color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
    padding-right: 15px;
    padding-left: 0;
    border-right: 5px solid #eeeeee;
    border-left: 0;
    text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
    content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
    content: '\00A0 \2014';
}

address {
    margin-bottom: 20px;
    font-style: normal;
    line-height: 1.42857;
}

code,
kbd,
pre,
samp {
    font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
    padding: 2px 4px;
    font-size: 90%;
    color: #c7254e;
    background-color: #f9f2f4;
    border-radius: 4px;
}

kbd {
    padding: 2px 4px;
    font-size: 90%;
    color: #fff;
    background-color: #333;
    border-radius: 3px;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: bold;
    box-shadow: none;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857;
    word-break: break-all;
    word-wrap: break-word;
    color: #000;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: inherit;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}

.container, .purchase-guide-topbar {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before, .purchase-guide-topbar:before, .container:after, .purchase-guide-topbar:after {
    content: " ";
    display: table;
}

.container:after, .purchase-guide-topbar:after {
    clear: both;
}

@media (min-width: 768px) {
    .container, .purchase-guide-topbar {
        width: 740px;
    }
}

@media (min-width: 992px) {
    .container, .purchase-guide-topbar {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    .container, .purchase-guide-topbar {
        width: 1160px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container-fluid:before, .container-fluid:after {
    content: " ";
    display: table;
}

.container-fluid:after {
    clear: both;
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before, .row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .product-choice-inline li, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .product-choice-inline li, .product-choice-single li, .col-sm-12, .col-md-12, .col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .product-choice-inline li, .product-choice-single li {
    float: left;
}

.col-xs-1 {
    width: 8.33333%;
}

.col-xs-2 {
    width: 16.66667%;
}

.col-xs-3 {
    width: 25%;
}

.col-xs-4 {
    width: 33.33333%;
}

.col-xs-5 {
    width: 41.66667%;
}

.col-xs-6 {
    width: 50%;
}

.col-xs-7 {
    width: 58.33333%;
}

.col-xs-8 {
    width: 66.66667%;
}

.col-xs-9 {
    width: 75%;
}

.col-xs-10 {
    width: 83.33333%;
}

.col-xs-11 {
    width: 91.66667%;
}

.col-xs-12, .product-choice-inline li, .product-choice-single li {
    width: 100%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-pull-1 {
    right: 8.33333%;
}

.col-xs-pull-2 {
    right: 16.66667%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-4 {
    right: 33.33333%;
}

.col-xs-pull-5 {
    right: 41.66667%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-7 {
    right: 58.33333%;
}

.col-xs-pull-8 {
    right: 66.66667%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-10 {
    right: 83.33333%;
}

.col-xs-pull-11 {
    right: 91.66667%;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-push-1 {
    left: 8.33333%;
}

.col-xs-push-2 {
    left: 16.66667%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-4 {
    left: 33.33333%;
}

.col-xs-push-5 {
    left: 41.66667%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-7 {
    left: 58.33333%;
}

.col-xs-push-8 {
    left: 66.66667%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-10 {
    left: 83.33333%;
}

.col-xs-push-11 {
    left: 91.66667%;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-offset-0 {
    margin-left: 0%;
}

.col-xs-offset-1 {
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-4 {
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-7 {
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-10 {
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

@media (min-width: 768px) {
    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .product-choice-inline li, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-sm-1 {
        width: 8.33333%;
    }

    .col-sm-2 {
        width: 16.66667%;
    }

    .col-sm-3 {
        width: 25%;
    }

    .col-sm-4, .product-choice-inline li {
        width: 33.33333%;
    }

    .col-sm-5 {
        width: 41.66667%;
    }

    .col-sm-6 {
        width: 50%;
    }

    .col-sm-7 {
        width: 58.33333%;
    }

    .col-sm-8 {
        width: 66.66667%;
    }

    .col-sm-9 {
        width: 75%;
    }

    .col-sm-10 {
        width: 83.33333%;
    }

    .col-sm-11 {
        width: 91.66667%;
    }

    .col-sm-12 {
        width: 100%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-pull-1 {
        right: 8.33333%;
    }

    .col-sm-pull-2 {
        right: 16.66667%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-4 {
        right: 33.33333%;
    }

    .col-sm-pull-5 {
        right: 41.66667%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-7 {
        right: 58.33333%;
    }

    .col-sm-pull-8 {
        right: 66.66667%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-10 {
        right: 83.33333%;
    }

    .col-sm-pull-11 {
        right: 91.66667%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-push-1 {
        left: 8.33333%;
    }

    .col-sm-push-2 {
        left: 16.66667%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-4 {
        left: 33.33333%;
    }

    .col-sm-push-5 {
        left: 41.66667%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-7 {
        left: 58.33333%;
    }

    .col-sm-push-8 {
        left: 66.66667%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-10 {
        left: 83.33333%;
    }

    .col-sm-push-11 {
        left: 91.66667%;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-offset-0 {
        margin-left: 0%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 992px) {
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-md-1 {
        width: 8.33333%;
    }

    .col-md-2 {
        width: 16.66667%;
    }

    .col-md-3 {
        width: 25%;
    }

    .col-md-4 {
        width: 33.33333%;
    }

    .col-md-5 {
        width: 41.66667%;
    }

    .col-md-6 {
        width: 50%;
    }

    .col-md-7 {
        width: 58.33333%;
    }

    .col-md-8 {
        width: 66.66667%;
    }

    .col-md-9 {
        width: 75%;
    }

    .col-md-10 {
        width: 83.33333%;
    }

    .col-md-11 {
        width: 91.66667%;
    }

    .col-md-12 {
        width: 100%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-pull-1 {
        right: 8.33333%;
    }

    .col-md-pull-2 {
        right: 16.66667%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-4 {
        right: 33.33333%;
    }

    .col-md-pull-5 {
        right: 41.66667%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-7 {
        right: 58.33333%;
    }

    .col-md-pull-8 {
        right: 66.66667%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-10 {
        right: 83.33333%;
    }

    .col-md-pull-11 {
        right: 91.66667%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-push-1 {
        left: 8.33333%;
    }

    .col-md-push-2 {
        left: 16.66667%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-4 {
        left: 33.33333%;
    }

    .col-md-push-5 {
        left: 41.66667%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-7 {
        left: 58.33333%;
    }

    .col-md-push-8 {
        left: 66.66667%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-10 {
        left: 83.33333%;
    }

    .col-md-push-11 {
        left: 91.66667%;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-offset-0 {
        margin-left: 0%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }
}

@media (min-width: 1200px) {
    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-1 {
        width: 8.33333%;
    }

    .col-lg-2 {
        width: 16.66667%;
    }

    .col-lg-3 {
        width: 25%;
    }

    .col-lg-4 {
        width: 33.33333%;
    }

    .col-lg-5 {
        width: 41.66667%;
    }

    .col-lg-6 {
        width: 50%;
    }

    .col-lg-7 {
        width: 58.33333%;
    }

    .col-lg-8 {
        width: 66.66667%;
    }

    .col-lg-9 {
        width: 75%;
    }

    .col-lg-10 {
        width: 83.33333%;
    }

    .col-lg-11 {
        width: 91.66667%;
    }

    .col-lg-12 {
        width: 100%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-pull-1 {
        right: 8.33333%;
    }

    .col-lg-pull-2 {
        right: 16.66667%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-4 {
        right: 33.33333%;
    }

    .col-lg-pull-5 {
        right: 41.66667%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-7 {
        right: 58.33333%;
    }

    .col-lg-pull-8 {
        right: 66.66667%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-10 {
        right: 83.33333%;
    }

    .col-lg-pull-11 {
        right: 91.66667%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-push-1 {
        left: 8.33333%;
    }

    .col-lg-push-2 {
        left: 16.66667%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-4 {
        left: 33.33333%;
    }

    .col-lg-push-5 {
        left: 41.66667%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-7 {
        left: 58.33333%;
    }

    .col-lg-push-8 {
        left: 66.66667%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-10 {
        left: 83.33333%;
    }

    .col-lg-push-11 {
        left: 91.66667%;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-offset-0 {
        margin-left: 0%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }
}

table {
    background-color: transparent;
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777777;
    text-align: left;
}

th {
    text-align: left;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;
}

.table .table {
    background-color: #fff;
}

.table-condensed > thead > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > tfoot > tr > td {
    padding: 5px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5;
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell;
}

.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
    background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
    background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
    background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc;
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%;
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }

    .table-responsive > .table {
        margin-bottom: 0;
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }

    .table-responsive > .table-bordered {
        border: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}

fieldset {
    padding: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

legend {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
    font-size: 21px;
    line-height: inherit;
    color: #000;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input[type="radio"],
input[type="checkbox"] {
    margin: 4px 0 0;
    margin-top: 1px \9;
    line-height: normal;
}

input[type="file"] {
    display: block;
}

input[type="range"] {
    display: block;
    width: 100%;
}

select[multiple],
select[size] {
    height: auto;
}

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

output {
    display: block;
    padding-top: 7px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control::-moz-placeholder {
    color: #999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999;
}

.form-control::-webkit-input-placeholder {
    color: #999;
}

.form-control::-ms-expand {
    border: 0;
    background-color: transparent;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1;
}

.form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed;
}

textarea.form-control {
    height: auto;
}

input[type="search"] {
    -webkit-appearance: none;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    input[type="date"].form-control,
    input[type="time"].form-control,
    input[type="datetime-local"].form-control,
    input[type="month"].form-control {
        line-height: 34px;
    }

    input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
    .input-group-sm > input[type="date"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
    input[type="time"].input-sm,
    .input-group-sm > input[type="time"].form-control,
    .input-group-sm > input[type="time"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
    input[type="time"],
    input[type="datetime-local"].input-sm,
    .input-group-sm > input[type="datetime-local"].form-control,
    .input-group-sm > input[type="datetime-local"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
    input[type="datetime-local"],
    input[type="month"].input-sm,
    .input-group-sm > input[type="month"].form-control,
    .input-group-sm > input[type="month"].input-group-addon,
    .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
    input[type="month"] {
        line-height: 30px;
    }

    input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
    .input-group-lg > input[type="date"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
    input[type="time"].input-lg,
    .input-group-lg > input[type="time"].form-control,
    .input-group-lg > input[type="time"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
    input[type="time"],
    input[type="datetime-local"].input-lg,
    .input-group-lg > input[type="datetime-local"].form-control,
    .input-group-lg > input[type="datetime-local"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
    input[type="datetime-local"],
    input[type="month"].input-lg,
    .input-group-lg > input[type="month"].form-control,
    .input-group-lg > input[type="month"].input-group-addon,
    .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
    input[type="month"] {
        line-height: 46px;
    }
}

.form-group {
    margin-bottom: 15px;
}

.radio,
.checkbox {
    position: relative;
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
}

.radio label,
.checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer;
}

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
    position: absolute;
    margin-left: -20px;
    margin-top: 4px \9;
}

.radio + .radio,
.checkbox + .checkbox {
    margin-top: -5px;
}

.radio-inline,
.checkbox-inline {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    margin-bottom: 0;
    vertical-align: middle;
    font-weight: normal;
    cursor: pointer;
}

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
    margin-left: 10px;
}

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
    cursor: not-allowed;
}

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
    cursor: not-allowed;
}

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
    cursor: not-allowed;
}

.form-control-static {
    padding-top: 7px;
    padding-bottom: 7px;
    margin-bottom: 0;
    min-height: 34px;
}

.form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
.input-group-lg > .form-control-static.input-group-addon,
.input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
.input-group-sm > .form-control-static.input-group-addon,
.input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0;
}

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
    height: 30px;
    line-height: 30px;
}

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-sm .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-group-sm select.form-control {
    height: 30px;
    line-height: 30px;
}

.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
    height: auto;
}

.form-group-sm .form-control-static {
    height: 30px;
    min-height: 32px;
    padding: 6px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
    height: 46px;
    line-height: 46px;
}

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
    height: auto;
}

.form-group-lg .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.form-group-lg select.form-control {
    height: 46px;
    line-height: 46px;
}

.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
    height: auto;
}

.form-group-lg .form-control-static {
    height: 46px;
    min-height: 38px;
    padding: 11px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.has-feedback {
    position: relative;
}

.has-feedback .form-control {
    padding-right: 42.5px;
}

.form-control-feedback {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    pointer-events: none;
}

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
    width: 46px;
    height: 46px;
    line-height: 46px;
}

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
    width: 30px;
    height: 30px;
    line-height: 30px;
}

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
    color: #3c763d;
}

.has-success .form-control {
    border-color: #3c763d;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
}

.has-success .input-group-addon {
    color: #3c763d;
    border-color: #3c763d;
    background-color: #dff0d8;
}

.has-success .form-control-feedback {
    color: #3c763d;
}

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
    color: #8a6d3b;
}

.has-warning .form-control {
    border-color: #8a6d3b;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
}

.has-warning .input-group-addon {
    color: #8a6d3b;
    border-color: #8a6d3b;
    background-color: #fcf8e3;
}

.has-warning .form-control-feedback {
    color: #8a6d3b;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
    color: #a94442;
}

.has-error .form-control {
    border-color: #a94442;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
}

.has-error .input-group-addon {
    color: #a94442;
    border-color: #a94442;
    background-color: #f2dede;
}

.has-error .form-control-feedback {
    color: #a94442;
}

.has-feedback label ~ .form-control-feedback {
    top: 25px;
}

.has-feedback label.sr-only ~ .form-control-feedback {
    top: 0;
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #404040;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .form-inline .form-control-static {
        display: inline-block;
    }

    .form-inline .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
        width: auto;
    }

    .form-inline .input-group > .form-control {
        width: 100%;
    }

    .form-inline .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .form-inline .radio label,
    .form-inline .checkbox label {
        padding-left: 0;
    }

    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .form-inline .has-feedback .form-control-feedback {
        top: 0;
    }
}

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 7px;
}

.form-horizontal .radio,
.form-horizontal .checkbox {
    min-height: 27px;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}

.form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table;
}

.form-horizontal .form-group:after {
    clear: both;
}

@media (min-width: 768px) {
    .form-horizontal .control-label {
        text-align: right;
        margin-bottom: 0;
        padding-top: 7px;
    }
}

.form-horizontal .has-feedback .form-control-feedback {
    right: 10px;
}

@media (min-width: 768px) {
    .form-horizontal .form-group-lg .control-label {
        padding-top: 11px;
        font-size: 18px;
    }
}

@media (min-width: 768px) {
    .form-horizontal .form-group-sm .control-label {
        padding-top: 6px;
        font-size: 12px;
    }
}

.btn {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    touch-action: manipulation;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: 0.65;
    filter: alpha(opacity=65);
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

/*
.btn-default {
  @include button-variant($btn-default-color, $btn-default-bg, $btn-default-border);
}
.btn-primary {
  @include button-variant($btn-primary-color, $btn-primary-bg, $btn-primary-border);
}
// Success appears as green
.btn-success {
  @include button-variant($btn-success-color, $btn-success-bg, $btn-success-border);
}
// Info appears as blue-green
.btn-info {
  @include button-variant($btn-info-color, $btn-info-bg, $btn-info-border);
}
// Warning appears as orange
.btn-warning {
  @include button-variant($btn-warning-color, $btn-warning-bg, $btn-warning-border);
}
// Danger and error appear as red
.btn-danger {
  @include button-variant($btn-danger-color, $btn-danger-bg, $btn-danger-border);
}
*/
.btn-link {
    color: #55e05f;
    font-weight: normal;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    color: #24c52f;
    text-decoration: underline;
    background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus {
    color: #777777;
    text-decoration: none;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
    border-radius: 6px;
}

.btn-sm, .btn-group-sm > .btn {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
    width: 100%;
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.35s;
    transition-duration: 0.35s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup,
.dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857;
    color: #000;
    white-space: nowrap;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: black;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #55e05f;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed;
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    left: auto;
    right: 0;
}

.dropdown-menu-left {
    left: 0;
    right: auto;
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857;
    color: #777777;
    white-space: nowrap;
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: "";
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

@media (min-width: 991px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto;
    }
}

.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn,
.btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar:before, .btn-toolbar:after {
    content: " ";
    display: table;
}

.btn-toolbar:after {
    clear: both;
}

.btn-toolbar .btn,
.btn-toolbar .btn-group,
.btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn,
.btn-toolbar > .btn-group,
.btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child),
.btn-group > .dropdown-toggle:not(:first-child) {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.btn-group .dropdown-toggle:active,
.btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-left: 8px;
    padding-right: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle {
    padding-left: 12px;
    padding-right: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret, .btn-group-lg > .btn .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn,
.btn-group-vertical > .btn-group,
.btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after {
    content: " ";
    display: table;
}

.btn-group-vertical > .btn-group:after {
    clear: both;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child,
.btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn,
.btn-group-justified > .btn-group {
    float: none;
    display: table-cell;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle="buttons"] > .btn input[type="radio"],
[data-toggle="buttons"] > .btn input[type="checkbox"],
[data-toggle="buttons"] > .btn-group > .btn input[type="radio"],
[data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group .form-control:focus {
    z-index: 3;
}

.input-group-addon,
.input-group-btn,
.input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon,
.input-group-btn {
    width: 1%;
    white-space: nowrap;
    vertical-align: middle;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    color: #555555;
    text-align: center;
    background-color: #eeeeee;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.input-group-addon.input-sm,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px;
}

.input-group-addon.input-lg,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px;
}

.input-group-addon input[type="radio"],
.input-group-addon input[type="checkbox"] {
    margin-top: 0;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.nav {
    margin-bottom: 0;
    padding-left: 0;
    list-style: none;
}

.nav:before, .nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav > li {
    position: relative;
    display: block;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.nav > li.disabled > a {
    color: #777777;
}

.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
    color: #777777;
    text-decoration: none;
    background-color: transparent;
    cursor: not-allowed;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #eeeeee;
    border-color: #55e05f;
}

.nav .nav-divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5;
}

.nav > li > a > img {
    max-width: none;
}

.nav-tabs {
    border-bottom: 1px solid #ddd;
}

.nav-tabs > li {
    float: left;
    margin-bottom: -1px;
}

.nav-tabs > li > a {
    margin-right: 2px;
    line-height: 1.42857;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;
}

.nav-tabs > li > a:hover {
    border-color: #eeeeee #eeeeee #ddd;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #555555;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-pills > li {
    float: left;
}

.nav-pills > li > a {
    border-radius: 4px;
}

.nav-pills > li + li {
    margin-left: 2px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #55e05f;
}

.nav-stacked > li {
    float: none;
}

.nav-stacked > li + li {
    margin-top: 2px;
    margin-left: 0;
}

.nav-justified, .nav-tabs.nav-justified {
    width: 100%;
}

.nav-justified > li, .nav-tabs.nav-justified > li {
    float: none;
}

.nav-justified > li > a, .nav-tabs.nav-justified > li > a {
    text-align: center;
    margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
    top: auto;
    left: auto;
}

@media (min-width: 768px) {
    .nav-justified > li, .nav-tabs.nav-justified > li {
        display: table-cell;
        width: 1%;
    }

    .nav-justified > li > a, .nav-tabs.nav-justified > li > a {
        margin-bottom: 0;
    }
}

.nav-tabs-justified, .nav-tabs.nav-justified {
    border-bottom: 0;
}

.nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
    margin-right: 0;
    border-radius: 4px;
}

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:focus {
    border: 1px solid #ddd;
}

@media (min-width: 768px) {
    .nav-tabs-justified > li > a, .nav-tabs.nav-justified > li > a {
        border-bottom: 1px solid #ddd;
        border-radius: 4px 4px 0 0;
    }

    .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a,
    .nav-tabs-justified > .active > a:hover,
    .nav-tabs.nav-justified > .active > a:hover,
    .nav-tabs-justified > .active > a:focus,
    .nav-tabs.nav-justified > .active > a:focus {
        border-bottom-color: #fff;
    }
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar {
    position: relative;
    min-height: 50px;
    margin-bottom: 20px;
    border: 1px solid transparent;
}

.navbar:before, .navbar:after {
    content: " ";
    display: table;
}

.navbar:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar {
        border-radius: 4px;
    }
}

.navbar-header:before, .navbar-header:after {
    content: " ";
    display: table;
}

.navbar-header:after {
    clear: both;
}

@media (min-width: 991px) {
    .navbar-header {
        float: left;
    }
}

.navbar-collapse {
    overflow-x: visible;
    padding-right: 10px;
    padding-left: 10px;
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    -webkit-overflow-scrolling: touch;
}

.navbar-collapse:before, .navbar-collapse:after {
    content: " ";
    display: table;
}

.navbar-collapse:after {
    clear: both;
}

.navbar-collapse.in {
    overflow-y: auto;
}

@media (min-width: 991px) {
    .navbar-collapse {
        width: auto;
        border-top: 0;
        box-shadow: none;
    }

    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse.in {
        overflow-y: visible;
    }

    .navbar-fixed-top .navbar-collapse, .navbar-static-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
        padding-left: 0;
        padding-right: 0;
    }
}

.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
    max-height: 340px;
}

@media (max-device-width: 480px) and (orientation: landscape) {
    .navbar-fixed-top .navbar-collapse,
    .navbar-fixed-bottom .navbar-collapse {
        max-height: 200px;
    }
}

.container > .navbar-header, .purchase-guide-topbar > .navbar-header,
.container > .navbar-collapse,
.purchase-guide-topbar > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
    margin-right: -10px;
    margin-left: -10px;
}

@media (min-width: 991px) {
    .container > .navbar-header, .purchase-guide-topbar > .navbar-header,
    .container > .navbar-collapse,
    .purchase-guide-topbar > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container-fluid > .navbar-collapse {
        margin-right: 0;
        margin-left: 0;
    }
}

.navbar-static-top {
    z-index: 1000;
    border-width: 0 0 1px;
}

@media (min-width: 991px) {
    .navbar-static-top {
        border-radius: 0;
    }
}

.navbar-fixed-top,
.navbar-fixed-bottom {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}

@media (min-width: 991px) {
    .navbar-fixed-top,
    .navbar-fixed-bottom {
        border-radius: 0;
    }
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

.navbar-fixed-bottom {
    bottom: 0;
    margin-bottom: 0;
    border-width: 1px 0 0;
}

.navbar-brand {
    float: left;
    padding: 15px 10px;
    font-size: 18px;
    line-height: 20px;
    height: 50px;
}

.navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none;
}

.navbar-brand > img {
    display: block;
}

@media (min-width: 991px) {
    .navbar > .container .navbar-brand, .navbar > .purchase-guide-topbar .navbar-brand, .navbar > .container-fluid .navbar-brand {
        margin-left: -10px;
    }
}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 10px;
    padding: 9px 10px;
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle:focus {
    outline: 0;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggle .icon-bar + .icon-bar {
    margin-top: 4px;
}

@media (min-width: 991px) {
    .navbar-toggle {
        display: none;
    }
}

.navbar-nav {
    margin: 7.5px -10px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
    line-height: 20px;
}

@media (max-width: 990px) {
    .navbar-nav .open .dropdown-menu {
        position: static;
        float: none;
        width: auto;
        margin-top: 0;
        background-color: transparent;
        border: 0;
        box-shadow: none;
    }

    .navbar-nav .open .dropdown-menu > li > a,
    .navbar-nav .open .dropdown-menu .dropdown-header {
        padding: 5px 15px 5px 25px;
    }

    .navbar-nav .open .dropdown-menu > li > a {
        line-height: 20px;
    }

    .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus {
        background-image: none;
    }
}

@media (min-width: 991px) {
    .navbar-nav {
        float: left;
        margin: 0;
    }

    .navbar-nav > li {
        float: left;
    }

    .navbar-nav > li > a {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

.navbar-form {
    margin-left: -10px;
    margin-right: -10px;
    padding: 10px 10px;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(255, 255, 255, 0.1);
    margin-top: 8px;
    margin-bottom: 8px;
}

@media (min-width: 768px) {
    .navbar-form .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }

    .navbar-form .form-control-static {
        display: inline-block;
    }

    .navbar-form .input-group {
        display: inline-table;
        vertical-align: middle;
    }

    .navbar-form .input-group .input-group-addon,
    .navbar-form .input-group .input-group-btn,
    .navbar-form .input-group .form-control {
        width: auto;
    }

    .navbar-form .input-group > .form-control {
        width: 100%;
    }

    .navbar-form .control-label {
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio,
    .navbar-form .checkbox {
        display: inline-block;
        margin-top: 0;
        margin-bottom: 0;
        vertical-align: middle;
    }

    .navbar-form .radio label,
    .navbar-form .checkbox label {
        padding-left: 0;
    }

    .navbar-form .radio input[type="radio"],
    .navbar-form .checkbox input[type="checkbox"] {
        position: relative;
        margin-left: 0;
    }

    .navbar-form .has-feedback .form-control-feedback {
        top: 0;
    }
}

@media (max-width: 990px) {
    .navbar-form .form-group {
        margin-bottom: 5px;
    }

    .navbar-form .form-group:last-child {
        margin-bottom: 0;
    }
}

@media (min-width: 991px) {
    .navbar-form {
        width: auto;
        border: 0;
        margin-left: 0;
        margin-right: 0;
        padding-top: 0;
        padding-bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.navbar-fixed-bottom .navbar-nav > li > .dropdown-menu {
    margin-bottom: 0;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.navbar-btn {
    margin-top: 8px;
    margin-bottom: 8px;
}

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn {
    margin-top: 10px;
    margin-bottom: 10px;
}

.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn {
    margin-top: 14px;
    margin-bottom: 14px;
}

.navbar-text {
    margin-top: 15px;
    margin-bottom: 15px;
}

@media (min-width: 991px) {
    .navbar-text {
        float: left;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media (min-width: 991px) {
    .navbar-left {
        float: left !important;
    }

    .navbar-right {
        float: right !important;
        margin-right: -10px;
    }

    .navbar-right ~ .navbar-right {
        margin-right: 0;
    }
}

.navbar-default {
    background-color: #f8f8f8;
    border-color: #e7e7e7;
}

.navbar-default .navbar-brand {
    color: #777;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #5e5e5e;
    background-color: transparent;
}

.navbar-default .navbar-text {
    color: #777;
}

.navbar-default .navbar-nav > li > a {
    color: #777;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #333;
    background-color: transparent;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #555;
    background-color: #e7e7e7;
}

.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus {
    color: #ccc;
    background-color: transparent;
}

.navbar-default .navbar-toggle {
    border-color: #ddd;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: #ddd;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #888;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #e7e7e7;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    background-color: #e7e7e7;
    color: #555;
}

@media (max-width: 990px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #777;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #333;
        background-color: transparent;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #555;
        background-color: #e7e7e7;
    }

    .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #ccc;
        background-color: transparent;
    }
}

.navbar-default .navbar-link {
    color: #777;
}

.navbar-default .navbar-link:hover {
    color: #333;
}

.navbar-default .btn-link {
    color: #777;
}

.navbar-default .btn-link:hover, .navbar-default .btn-link:focus {
    color: #333;
}

.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus {
    color: #ccc;
}

.navbar-inverse {
    background-color: #222;
    border-color: #090909;
}

.navbar-inverse .navbar-brand {
    color: #9d9d9d;
}

.navbar-inverse .navbar-brand:hover, .navbar-inverse .navbar-brand:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-text {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a {
    color: #9d9d9d;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #fff;
    background-color: transparent;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #090909;
}

.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus {
    color: #444;
    background-color: transparent;
}

.navbar-inverse .navbar-toggle {
    border-color: #333;
}

.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
    background-color: #333;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-collapse,
.navbar-inverse .navbar-form {
    border-color: #101010;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
    background-color: #090909;
    color: #fff;
}

@media (max-width: 990px) {
    .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header {
        border-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu .divider {
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a {
        color: #9d9d9d;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus {
        color: #fff;
        background-color: transparent;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #fff;
        background-color: #090909;
    }

    .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus {
        color: #444;
        background-color: transparent;
    }
}

.navbar-inverse .navbar-link {
    color: #9d9d9d;
}

.navbar-inverse .navbar-link:hover {
    color: #fff;
}

.navbar-inverse .btn-link {
    color: #9d9d9d;
}

.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus {
    color: #fff;
}

.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus {
    color: #444;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination > li {
    display: inline;
}

.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #55e05f;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination > li > a:hover, .pagination > li > a:focus,
.pagination > li > span:hover,
.pagination > li > span:focus {
    z-index: 2;
    color: #24c52f;
    background-color: #eeeeee;
    border-color: #ddd;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus,
.pagination > .active > span,
.pagination > .active > span:hover,
.pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    background-color: #55e05f;
    border-color: #55e05f;
    cursor: default;
}

.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    text-align: center;
}

.pager:before, .pager:after {
    content: " ";
    display: table;
}

.pager:after {
    clear: both;
}

.pager li {
    display: inline;
}

.pager li > a,
.pager li > span {
    display: inline-block;
    padding: 5px 14px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 15px;
}

.pager li > a:hover,
.pager li > a:focus {
    text-decoration: none;
    background-color: #eeeeee;
}

.pager .next > a,
.pager .next > span {
    float: right;
}

.pager .previous > a,
.pager .previous > span {
    float: left;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
    color: #777777;
    background-color: #fff;
    cursor: not-allowed;
}

.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.label:empty {
    display: none;
}

.btn .label {
    position: relative;
    top: -1px;
}

a.label:hover, a.label:focus {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
}

.label-default {
    background-color: #777777;
}

.label-default[href]:hover, .label-default[href]:focus {
    background-color: #5e5e5e;
}

.label-primary {
    background-color: #55e05f;
}

.label-primary[href]:hover, .label-primary[href]:focus {
    background-color: #2ad836;
}

.label-success {
    background-color: #55e05f;
}

.label-success[href]:hover, .label-success[href]:focus {
    background-color: #2ad836;
}

.label-info {
    background-color: #00baff;
}

.label-info[href]:hover, .label-info[href]:focus {
    background-color: #0095cc;
}

.label-warning {
    background-color: #f32d43;
}

.label-warning[href]:hover, .label-warning[href]:focus {
    background-color: #e00d24;
}

.label-danger {
    background-color: #f32d43;
}

.label-danger[href]:hover, .label-danger[href]:focus {
    background-color: #e00d24;
}

.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: #eeeeee;
}

.jumbotron h1,
.jumbotron .h1 {
    color: inherit;
}

.jumbotron p {
    margin-bottom: 15px;
    font-size: 21px;
    font-weight: 200;
}

.jumbotron > hr {
    border-top-color: #d5d5d5;
}

.container .jumbotron, .purchase-guide-topbar .jumbotron, .container-fluid .jumbotron {
    border-radius: 6px;
    padding-left: 10px;
    padding-right: 10px;
}

.jumbotron .container, .jumbotron .purchase-guide-topbar {
    max-width: 100%;
}

@media screen and (min-width: 768px) {
    .jumbotron {
        padding-top: 48px;
        padding-bottom: 48px;
    }

    .container .jumbotron, .purchase-guide-topbar .jumbotron, .container-fluid .jumbotron {
        padding-left: 60px;
        padding-right: 60px;
    }

    .jumbotron h1,
    .jumbotron .h1 {
        font-size: 63px;
    }
}

.thumbnail {
    display: block;
    padding: 4px;
    margin-bottom: 20px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: border 0.2s ease-in-out;
    -o-transition: border 0.2s ease-in-out;
    transition: border 0.2s ease-in-out;
}

.thumbnail > img,
.thumbnail a > img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.thumbnail .caption {
    padding: 9px;
    color: #000;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
    border-color: #55e05f;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

.alert h4 {
    margin-top: 0;
    color: inherit;
}

.alert .alert-link {
    font-weight: bold;
}

.alert > p,
.alert > ul {
    margin-bottom: 0;
}

.alert > p + p {
    margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
    position: relative;
    top: -2px;
    right: -21px;
    color: inherit;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #3c763d;
}

.alert-success hr {
    border-top-color: #c9e2b3;
}

.alert-success .alert-link {
    color: #2b542c;
}

.alert-info {
    background-color: #d9edf7;
    border-color: #bce8f1;
    color: #31708f;
}

.alert-info hr {
    border-top-color: #a6e1ec;
}

.alert-info .alert-link {
    color: #245269;
}

.alert-warning {
    background-color: #fcf8e3;
    border-color: #faebcc;
    color: #8a6d3b;
}

.alert-warning hr {
    border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
    color: #66512c;
}

.alert-danger {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

.alert-danger hr {
    border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
    color: #843534;
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 40px 0;
    }
    to {
        background-position: 0 0;
    }
}

.progress {
    overflow: hidden;
    height: 20px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.progress-bar {
    float: left;
    width: 0%;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #55e05f;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-transition: width 0.6s ease;
    -o-transition: width 0.6s ease;
    transition: width 0.6s ease;
}

.progress-striped .progress-bar,
.progress-bar-striped {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-size: 40px 40px;
}

.progress.active .progress-bar,
.progress-bar.active {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite;
}

.progress-bar-success {
    background-color: #55e05f;
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-info {
    background-color: #00baff;
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-warning {
    background-color: #f32d43;
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.progress-bar-danger {
    background-color: #f32d43;
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}

.media {
    margin-top: 15px;
}

.media:first-child {
    margin-top: 0;
}

.media,
.media-body {
    zoom: 1;
    overflow: hidden;
}

.media-body {
    width: 10000px;
}

.media-object {
    display: block;
}

.media-object.img-thumbnail {
    max-width: none;
}

.media-right,
.media > .pull-right {
    padding-left: 10px;
}

.media-left,
.media > .pull-left {
    padding-right: 10px;
}

.media-left,
.media-right,
.media-body {
    display: table-cell;
    vertical-align: top;
}

.media-middle {
    vertical-align: middle;
}

.media-bottom {
    vertical-align: bottom;
}

.media-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.list-group {
    margin-bottom: 20px;
    padding-left: 0;
}

.list-group-item {
    position: relative;
    display: block;
    padding: 10px 15px;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.list-group-item:first-child {
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
}

.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

a.list-group-item,
button.list-group-item {
    color: #555;
}

a.list-group-item .list-group-item-heading,
button.list-group-item .list-group-item-heading {
    color: #333;
}

a.list-group-item:hover, a.list-group-item:focus,
button.list-group-item:hover,
button.list-group-item:focus {
    text-decoration: none;
    color: #555;
    background-color: #f5f5f5;
}

button.list-group-item {
    width: 100%;
    text-align: left;
}

.list-group-item.disabled, .list-group-item.disabled:hover, .list-group-item.disabled:focus {
    background-color: #eeeeee;
    color: #777777;
    cursor: not-allowed;
}

.list-group-item.disabled .list-group-item-heading, .list-group-item.disabled:hover .list-group-item-heading, .list-group-item.disabled:focus .list-group-item-heading {
    color: inherit;
}

.list-group-item.disabled .list-group-item-text, .list-group-item.disabled:hover .list-group-item-text, .list-group-item.disabled:focus .list-group-item-text {
    color: #777777;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
    z-index: 2;
    color: #fff;
    background-color: #55e05f;
    border-color: #55e05f;
}

.list-group-item.active .list-group-item-heading,
.list-group-item.active .list-group-item-heading > small,
.list-group-item.active .list-group-item-heading > .small, .list-group-item.active:hover .list-group-item-heading,
.list-group-item.active:hover .list-group-item-heading > small,
.list-group-item.active:hover .list-group-item-heading > .small, .list-group-item.active:focus .list-group-item-heading,
.list-group-item.active:focus .list-group-item-heading > small,
.list-group-item.active:focus .list-group-item-heading > .small {
    color: inherit;
}

.list-group-item.active .list-group-item-text, .list-group-item.active:hover .list-group-item-text, .list-group-item.active:focus .list-group-item-text {
    color: white;
}

.list-group-item-success {
    color: #3c763d;
    background-color: #dff0d8;
}

a.list-group-item-success,
button.list-group-item-success {
    color: #3c763d;
}

a.list-group-item-success .list-group-item-heading,
button.list-group-item-success .list-group-item-heading {
    color: inherit;
}

a.list-group-item-success:hover, a.list-group-item-success:focus,
button.list-group-item-success:hover,
button.list-group-item-success:focus {
    color: #3c763d;
    background-color: #d0e9c6;
}

a.list-group-item-success.active, a.list-group-item-success.active:hover, a.list-group-item-success.active:focus,
button.list-group-item-success.active,
button.list-group-item-success.active:hover,
button.list-group-item-success.active:focus {
    color: #fff;
    background-color: #3c763d;
    border-color: #3c763d;
}

.list-group-item-info {
    color: #31708f;
    background-color: #d9edf7;
}

a.list-group-item-info,
button.list-group-item-info {
    color: #31708f;
}

a.list-group-item-info .list-group-item-heading,
button.list-group-item-info .list-group-item-heading {
    color: inherit;
}

a.list-group-item-info:hover, a.list-group-item-info:focus,
button.list-group-item-info:hover,
button.list-group-item-info:focus {
    color: #31708f;
    background-color: #c4e3f3;
}

a.list-group-item-info.active, a.list-group-item-info.active:hover, a.list-group-item-info.active:focus,
button.list-group-item-info.active,
button.list-group-item-info.active:hover,
button.list-group-item-info.active:focus {
    color: #fff;
    background-color: #31708f;
    border-color: #31708f;
}

.list-group-item-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #8a6d3b;
}

a.list-group-item-warning .list-group-item-heading,
button.list-group-item-warning .list-group-item-heading {
    color: inherit;
}

a.list-group-item-warning:hover, a.list-group-item-warning:focus,
button.list-group-item-warning:hover,
button.list-group-item-warning:focus {
    color: #8a6d3b;
    background-color: #faf2cc;
}

a.list-group-item-warning.active, a.list-group-item-warning.active:hover, a.list-group-item-warning.active:focus,
button.list-group-item-warning.active,
button.list-group-item-warning.active:hover,
button.list-group-item-warning.active:focus {
    color: #fff;
    background-color: #8a6d3b;
    border-color: #8a6d3b;
}

.list-group-item-danger {
    color: #a94442;
    background-color: #f2dede;
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #a94442;
}

a.list-group-item-danger .list-group-item-heading,
button.list-group-item-danger .list-group-item-heading {
    color: inherit;
}

a.list-group-item-danger:hover, a.list-group-item-danger:focus,
button.list-group-item-danger:hover,
button.list-group-item-danger:focus {
    color: #a94442;
    background-color: #ebcccc;
}

a.list-group-item-danger.active, a.list-group-item-danger.active:hover, a.list-group-item-danger.active:focus,
button.list-group-item-danger.active,
button.list-group-item-danger.active:hover,
button.list-group-item-danger.active:focus {
    color: #fff;
    background-color: #a94442;
    border-color: #a94442;
}

.list-group-item-heading {
    margin-top: 0;
    margin-bottom: 5px;
}

.list-group-item-text {
    margin-bottom: 0;
    line-height: 1.3;
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
}

.panel-body {
    padding: 15px;
}

.panel-body:before, .panel-body:after {
    content: " ";
    display: table;
}

.panel-body:after {
    clear: both;
}

.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}

.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}

.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .list-group,
.panel > .panel-collapse > .list-group {
    margin-bottom: 0;
}

.panel > .list-group .list-group-item,
.panel > .panel-collapse > .list-group .list-group-item {
    border-width: 1px 0;
    border-radius: 0;
}

.panel > .list-group:first-child .list-group-item:first-child,
.panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
    border-top: 0;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
    border-bottom: 0;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.panel-heading + .list-group .list-group-item:first-child {
    border-top-width: 0;
}

.list-group + .panel-footer {
    border-top-width: 0;
}

.panel > .table,
.panel > .table-responsive > .table,
.panel > .panel-collapse > .table {
    margin-bottom: 0;
}

.panel > .table caption,
.panel > .table-responsive > .table caption,
.panel > .panel-collapse > .table caption {
    padding-left: 15px;
    padding-right: 15px;
}

.panel > .table:first-child,
.panel > .table-responsive:first-child > .table:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
    border-top-left-radius: 3px;
}

.panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
.panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
    border-top-right-radius: 3px;
}

.panel > .table:last-child,
.panel > .table-responsive:last-child > .table:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
    border-bottom-left-radius: 3px;
}

.panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
.panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
    border-bottom-right-radius: 3px;
}

.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
    border-top: 1px solid #ddd;
}

.panel > .table > tbody:first-child > tr:first-child th,
.panel > .table > tbody:first-child > tr:first-child td {
    border-top: 0;
}

.panel > .table-bordered,
.panel > .table-responsive > .table-bordered {
    border: 0;
}

.panel > .table-bordered > thead > tr > th:first-child,
.panel > .table-bordered > thead > tr > td:first-child,
.panel > .table-bordered > tbody > tr > th:first-child,
.panel > .table-bordered > tbody > tr > td:first-child,
.panel > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-bordered > tfoot > tr > td:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
}

.panel > .table-bordered > thead > tr > th:last-child,
.panel > .table-bordered > thead > tr > td:last-child,
.panel > .table-bordered > tbody > tr > th:last-child,
.panel > .table-bordered > tbody > tr > td:last-child,
.panel > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-bordered > tfoot > tr > td:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
.panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
.panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
}

.panel > .table-bordered > thead > tr:first-child > td,
.panel > .table-bordered > thead > tr:first-child > th,
.panel > .table-bordered > tbody > tr:first-child > td,
.panel > .table-bordered > tbody > tr:first-child > th,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
.panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
    border-bottom: 0;
}

.panel > .table-bordered > tbody > tr:last-child > td,
.panel > .table-bordered > tbody > tr:last-child > th,
.panel > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-bordered > tfoot > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
.panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
    border-bottom: 0;
}

.panel > .table-responsive {
    border: 0;
    margin-bottom: 0;
}

.panel-group {
    margin-bottom: 20px;
}

.panel-group .panel {
    margin-bottom: 0;
    border-radius: 4px;
}

.panel-group .panel + .panel {
    margin-top: 5px;
}

.panel-group .panel-heading {
    border-bottom: 0;
}

.panel-group .panel-heading + .panel-collapse > .panel-body,
.panel-group .panel-heading + .panel-collapse > .list-group {
    border-top: 1px solid #ddd;
}

.panel-group .panel-footer {
    border-top: 0;
}

.panel-group .panel-footer + .panel-collapse .panel-body {
    border-bottom: 1px solid #ddd;
}

.panel-default {
    border-color: #ddd;
}

.panel-default > .panel-heading {
    color: #000;
    background-color: #f5f5f5;
    border-color: #ddd;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ddd;
}

.panel-default > .panel-heading .badge {
    color: #f5f5f5;
    background-color: #000;
}

.panel-default > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ddd;
}

.panel-primary {
    border-color: #55e05f;
}

.panel-primary > .panel-heading {
    color: #fff;
    background-color: #55e05f;
    border-color: #55e05f;
}

.panel-primary > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #55e05f;
}

.panel-primary > .panel-heading .badge {
    color: #55e05f;
    background-color: #fff;
}

.panel-primary > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #55e05f;
}

.panel-success {
    border-color: #d6e9c6;
}

.panel-success > .panel-heading {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

.panel-success > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #d6e9c6;
}

.panel-success > .panel-heading .badge {
    color: #dff0d8;
    background-color: #3c763d;
}

.panel-success > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #d6e9c6;
}

.panel-info {
    border-color: #bce8f1;
}

.panel-info > .panel-heading {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.panel-info > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #bce8f1;
}

.panel-info > .panel-heading .badge {
    color: #d9edf7;
    background-color: #31708f;
}

.panel-info > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #bce8f1;
}

.panel-warning {
    border-color: #faebcc;
}

.panel-warning > .panel-heading {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

.panel-warning > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #faebcc;
}

.panel-warning > .panel-heading .badge {
    color: #fcf8e3;
    background-color: #8a6d3b;
}

.panel-warning > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #faebcc;
}

.panel-danger {
    border-color: #ebccd1;
}

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

.panel-danger > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #ebccd1;
}

.panel-danger > .panel-heading .badge {
    color: #f2dede;
    background-color: #a94442;
}

.panel-danger > .panel-footer + .panel-collapse > .panel-body {
    border-bottom-color: #ebccd1;
}

.embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0;
}

.embed-responsive-16by9 {
    padding-bottom: 56.25%;
}

.embed-responsive-4by3 {
    padding-bottom: 75%;
}

.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

.well blockquote {
    border-color: #ddd;
    border-color: rgba(0, 0, 0, 0.15);
}

.well-lg {
    padding: 24px;
    border-radius: 6px;
}

.well-sm {
    padding: 9px;
    border-radius: 3px;
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
}

.modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0);
}

.modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
    content: " ";
    display: table;
}

.modal-header:after {
    clear: both;
}

.modal-header .close {
    margin-top: -2px;
}

.modal-title {
    margin: 0;
    line-height: 1.42857;
}

.modal-body {
    position: relative;
    padding: 15px;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    content: " ";
    display: table;
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    }

    .modal-sm {
        width: 300px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 12px;
    opacity: 0;
    filter: alpha(opacity=0);
}

.tooltip.in {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tooltip.top {
    margin-top: -3px;
    padding: 5px 0;
}

.tooltip.right {
    margin-left: 3px;
    padding: 0 5px;
}

.tooltip.bottom {
    margin-top: 3px;
    padding: 5px 0;
}

.tooltip.left {
    margin-left: -3px;
    padding: 0 5px;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    background-color: #000;
    border-radius: 4px;
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-left .tooltip-arrow {
    bottom: 0;
    right: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000;
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000;
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000;
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000;
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

.popover.top {
    margin-top: -10px;
}

.popover.right {
    margin-left: 10px;
}

.popover.bottom {
    margin-top: 10px;
}

.popover.left {
    margin-left: -10px;
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
}

.popover-content {
    padding: 9px 14px;
}

.popover > .arrow, .popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
}

.popover > .arrow {
    border-width: 11px;
}

.popover > .arrow:after {
    border-width: 10px;
    content: "";
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px;
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff;
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999999;
    border-right-color: rgba(0, 0, 0, 0.25);
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff;
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px;
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff;
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999999;
    border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px;
}

.carousel {
    position: relative;
}

.carousel-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-inner > .item {
    display: none;
    position: relative;
    -webkit-transition: 0.6s ease-in-out left;
    -o-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
    line-height: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
    .carousel-inner > .item {
        -webkit-transition: -webkit-transform 0.6s ease-in-out;
        -moz-transition: -moz-transform 0.6s ease-in-out;
        -o-transition: -o-transform 0.6s ease-in-out;
        transition: transform 0.6s ease-in-out;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px;
    }

    .carousel-inner > .item.next, .carousel-inner > .item.active.right {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.prev, .carousel-inner > .item.active.left {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        left: 0;
    }

    .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0;
    }
}

.carousel-inner > .active,
.carousel-inner > .next,
.carousel-inner > .prev {
    display: block;
}

.carousel-inner > .active {
    left: 0;
}

.carousel-inner > .next,
.carousel-inner > .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner > .next {
    left: 100%;
}

.carousel-inner > .prev {
    left: -100%;
}

.carousel-inner > .next.left,
.carousel-inner > .prev.right {
    left: 0;
}

.carousel-inner > .active.left {
    left: -100%;
}

.carousel-inner > .active.right {
    left: 100%;
}

.carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: 0.5;
    filter: alpha(opacity=50);
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    background-color: transparent;
}

.carousel-control.left {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.0001) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
}

.carousel-control.right {
    left: auto;
    right: 0;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.0001) 0%, rgba(0, 0, 0, 0.5) 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
}

.carousel-control:hover, .carousel-control:focus {
    outline: 0;
    color: #fff;
    text-decoration: none;
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 5;
    display: inline-block;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
    left: 50%;
    margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
    right: 50%;
    margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
    width: 20px;
    height: 20px;
    line-height: 1;
    font-family: serif;
}

.carousel-control .icon-prev:before {
    content: '\2039';
}

.carousel-control .icon-next:before {
    content: '\203a';
}

.carousel-indicators {
    position: absolute;
    bottom: 10px;
    left: 50%;
    z-index: 15;
    width: 60%;
    margin-left: -30%;
    padding-left: 0;
    list-style: none;
    text-align: center;
}

.carousel-indicators li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
    text-indent: -999px;
    border: 1px solid #fff;
    border-radius: 10px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: transparent;
}

.carousel-indicators .active {
    margin: 0;
    width: 12px;
    height: 12px;
    background-color: #fff;
}

.carousel-caption {
    position: absolute;
    left: 15%;
    right: 15%;
    bottom: 20px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}

.carousel-caption .btn {
    text-shadow: none;
}

@media screen and (min-width: 768px) {
    .carousel-control .glyphicon-chevron-left,
    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-prev,
    .carousel-control .icon-next {
        width: 30px;
        height: 30px;
        margin-top: -10px;
        font-size: 30px;
    }

    .carousel-control .glyphicon-chevron-left,
    .carousel-control .icon-prev {
        margin-left: -10px;
    }

    .carousel-control .glyphicon-chevron-right,
    .carousel-control .icon-next {
        margin-right: -10px;
    }

    .carousel-caption {
        left: 20%;
        right: 20%;
        padding-bottom: 30px;
    }

    .carousel-indicators {
        bottom: 20px;
    }
}

.clearfix:before, .topbar .signed-in .popover ul:before, .products-grid:before,
.products-recommended:before, .breadcrumb-list:before, .clearfix:after, .topbar .signed-in .popover ul:after, .products-grid:after,
.products-recommended:after, .breadcrumb-list:after {
    content: " ";
    display: table;
}

.clearfix:after, .topbar .signed-in .popover ul:after, .products-grid:after,
.products-recommended:after, .breadcrumb-list:after {
    clear: both;
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pull-right {
    float: right !important;
}

.pull-left {
    float: left !important;
}

.hide {
    display: none !important;
}

.show {
    display: block !important;
}

.invisible {
    visibility: hidden;
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}

.hidden {
    display: none !important;
}

.affix {
    position: fixed;
}

@-ms-viewport {
    width: device-width;
}

.visible-xs, .product-overlay .toggle-mobile-accessories, .product-overlay .category-header, .product-main-name-mobile, .product-main-info, .product-main-info .rating, .accordion {
    display: none !important;
}

.visible-sm, .product-main-info {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-xs, .product-overlay .toggle-mobile-accessories, .product-overlay .category-header, .product-main-name-mobile, .product-main-info, .product-main-info .rating, .accordion {
        display: block !important;
    }

    table.visible-xs, .product-overlay table.toggle-mobile-accessories, .product-overlay table.category-header, table.product-main-name-mobile, table.product-main-info, .product-main-info table.rating, table.accordion {
        display: table !important;
    }

    tr.visible-xs, .product-overlay tr.toggle-mobile-accessories, .product-overlay tr.category-header, tr.product-main-name-mobile, tr.product-main-info, .product-main-info tr.rating, tr.accordion {
        display: table-row !important;
    }

    th.visible-xs, .product-overlay th.toggle-mobile-accessories, .product-overlay th.category-header, th.product-main-name-mobile, th.product-main-info, .product-main-info th.rating, th.accordion,
    td.visible-xs,
    .product-overlay td.toggle-mobile-accessories,
    .product-overlay td.category-header,
    td.product-main-name-mobile,
    td.product-main-info,
    .product-main-info td.rating,
    td.accordion {
        display: table-cell !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm, .product-main-info {
        display: block !important;
    }

    table.visible-sm, table.product-main-info {
        display: table !important;
    }

    tr.visible-sm, tr.product-main-info {
        display: table-row !important;
    }

    th.visible-sm, th.product-main-info,
    td.visible-sm,
    td.product-main-info {
        display: table-cell !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important;
    }

    table.visible-md {
        display: table !important;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important;
    }

    table.visible-lg {
        display: table !important;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important;
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}

@media (max-width: 767px) {
    .hidden-xs, .topbar-languages, .single-product-images, .product-overlay .divider, .product-overlay-top .product-options-price .regular, .product-overlay-top-wrapper, .product-overlay .product-images, .product-overlay .product-images-nav-thumbnails, .product-overlay .info-icons, .product-overlay .why-buy-button, .product-main .product-options-points, .product-main .divider, .bicycle-size, .single-product-image-wrapper .choose-size .product-options-price, .single-product-image-nav-thumbnails, .product-top-wrapper #product-name, .product-top-items, .product-options-links, .product-options-links #product-specification, .product-text, .product-top-wrapper .lipscore-rating {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm, .topbar-languages, .product-overlay .product-images, .product-overlay .product-images-nav-thumbnails, .single-product-image-wrapper .choose-size .product-options-price,.single-product-image-wrapper .choose-size .svea-badge {
        display: none !important;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .hidden-ipad {
        display: none !important;
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    table.visible-print {
        display: table !important;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

@media print {
    .visible-print-block {
        display: block !important;
    }
}

.visible-print-inline {
    display: none !important;
}

@media print {
    .visible-print-inline {
        display: inline !important;
    }
}

.visible-print-inline-block {
    display: none !important;
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}

@media print {
    .hidden-print {
        display: none !important;
    }
}

@font-face {
    font-family: 'icomoon';
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.eot?sg2xib");
    src: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.eot?sg2xib#iefix") format("embedded-opentype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.woff2?sg2xib") format("woff2"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.ttf?sg2xib") format("truetype"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.woff?sg2xib") format("woff"), url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/fonts/icomoon.svg?sg2xib#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.no-stock-icon:before {
    content: 'X';
    display: inline-block;
    margin-right: 10px;
    font-size: inherit;
    font-family: inherit !important;
}

.icon-instagram:before {
    content: "\e924";
}

.icon-logotype:before {
    content: "\e922";
}

.icon-facebook:before {
    content: "\e923";
}

.icon-trefoil:before {
    content: "\e921";
}

.icon-star2:before {
    content: "\e91f";
}

.icon-package:before {
    content: "\e920";
}

.icon-insurance:before {
    content: "\e91b";
}

.icon-specifications:before {
    content: "\e91c";
}

.icon-tools:before {
    content: "\e91d";
}

.icon-delivery:before {
    content: "\e91e";
}

.icon-cancel:before {
    content: "\e900";
}

.icon-ruler:before {
    content: "\e901";
}

.icon-down:before {
    content: "\e902";
}

.icon-checked:before {
    content: "\e903";
}

.icon-star:before {
    content: "\e904";
}

.icon-send:before {
    content: "\e905";
}

.icon-search:before {
    content: "\e906";
}

.icon-coins:before {
    content: "\e907";
}

.icon-bicycle:before {
    content: "\e908";
}

.icon-left:before {
    content: "\e909";
}

.icon-right:before {
    content: "\e90a";
}

.icon-cart:before {
    content: "\e90b";
}

.icon-user:before {
    content: "\e90c";
}

.icon-menu:before {
    content: "\e90d";
}

.icon-info:before {
    content: "\e90e";
}

.icon-primitive-dot:before {
    content: "\e90f";
}

.icon-table:before {
    content: "\e910";
}

.icon-chat:before {
    content: "\e911";
}

.icon-question-circle:before {
    content: "\e912";
}

.icon-heart:before {
    content: "\e913";
}

.icon-minus:before {
    content: "\e914";
}

.icon-plus:before {
    content: "\e915";
}

.icon-box:before {
    content: "\e916";
}

.icon-creditcard:before {
    content: "\e917";
}

.icon-minus2:before {
    content: "\e918";
}

.icon-plus2:before {
    content: "\e919";
}

.icon-like2:before {
    content: "\e91a";
}

h1, .h1 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: -0.04em;
}

h2, .h2 {
    font-size: 23px;
    font-weight: 600;
    margin: 0 0 20px 0;
    letter-spacing: -0.04em;
}

h3, .h3, .checkout-coupon a {
    font-size: 13px;
    font-weight: 400;
    margin: 0 0 10px 0;
    letter-spacing: -0.01em;
}

h4, .h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
}

h5, .h5 {
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 5px 0;
    letter-spacing: -0.01em;
}

p {
    font-weight: 100;
    margin: 0 0 20px;
    font-size: 16px;
    line-height: 24px;
}

a {
    color: #00baff;
    text-decoration: none;
}

a:hover, a:focus {
    color: #00baff !important;
    outline: none !important;
}

*:focus {
    outline: none;
}

b, strong {
    font-weight: 400;
}

ul, ol {
    padding-left: 30px;
    font-weight: 100;
    font-size: 16px;
    line-height: 24px;
}

ul li, ol li {
    margin-bottom: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
    select,
    textarea,
    input {
        font-size: 16px !important;
    }
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 35px;
        line-height: 40px;
    }
}

img {
    max-width: 100%;
    height: auto;
}

body {
    min-width: 320px;
    margin: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 15px;
    border-top: none !important;
    background-color: #f3f3f3;
}

body .cf:before,
body .cf:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

body .cf:after {
    clear: both;
}

body img {
    border: 0;
}

body.locked {
    overflow: hidden;
    height: 100%;
    max-height: 100%;
    position: fixed;
}

body.menu-open {
    overflow: hidden;
    position: fixed;
}

body.search-menu-open {
    overflow: hidden;
    position: inherit;
}

.adnm-topscroll body.search-menu-open {
    overflow: auto;
}
@media (max-width: 991px) {
    body {
        background-color: #ffffff;
    }
}

.block {
    display: block;
}

.inline-block {
    display: inline-block;
}

.white-box {
    border-radius: 4px;
    background-color: #ffffff;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.white-box-bike {
    display: none;
}

@media (max-width: 767px) {
    .white-box-bike {
        display: block;
        margin-bottom: 0;
        border-bottom: 1px solid #e0e0e0;
    }
}

@media (max-width: 767px) {
    .white-box-no-margin-mobile {
        margin: 0;
    }

    .white-box-no-margin-mobile .product-simple {
        min-height: 100%;
        margin: 0;
    }
}

.light-gray-box, .checkout-checkbox + label {
    border-radius: 4px;
    background-color: #f4f4f4;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.gray-box {
    border-radius: 4px;
    background-color: #222222;
    padding: 20px 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.gray-box a {
    color: #ffffff;
}

.gray-box a:hover {
    color: #00baff;
    text-decoration: none;
}

.light-gray-box, .checkout-checkbox + label {
    border-radius: 4px;
    background-color: #f4f4f4;
    padding: 20px 20px;
    margin-bottom: 20px;
}

.light-gray-box a, .checkout-checkbox + label a {
    color: #000000;
}

.green-box, .checkout-checkbox:checked + label {
    border-radius: 4px;
    background-color: #55e05f;
    padding: 20px 20px;
    margin-bottom: 20px;
    color: #ffffff;
}

.larger-box {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

@media (max-width: 768px) {
    .larger-box {
        padding: 30px !important;
    }
}

@media (min-width: 991px) {
    .larger-box {
        display: table-cell;
        vertical-align: top;
        width: 40%;
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 100px;
        padding-right: 0;
    }
}

.larger-box-left {
    width: 100%;
}

@media (min-width: 991px) {
    .larger-box-left {
        width: 60%;
        padding-right: 100px;
        padding-left: 0;
    }
}

@media (min-width: 991px) {
    .box-wrapper {
        display: table;
    }
}

@media (min-width: 991px) {
    .container-gradient {
        background: #ffffff;
        /* Old browsers */
        background: -moz-linear-gradient(left, #ffffff 2%, #ffffff 50%, #f4f4f4 51%, #f4f4f4 60%, #f4f4f4 76%, #f4f4f4 79%, #f4f4f4 91%, #f4f4f4 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, #ffffff 2%, #ffffff 50%, #f4f4f4 51%, #f4f4f4 60%, #f4f4f4 76%, #f4f4f4 79%, #f4f4f4 91%, #f4f4f4 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, #ffffff 2%, #ffffff 50%, #f4f4f4 51%, #f4f4f4 60%, #f4f4f4 76%, #f4f4f4 79%, #f4f4f4 91%, #f4f4f4 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    }
}

@media (max-width: 991px) {
    .container-gradient .container, .container-gradient .purchase-guide-topbar {
        width: 100%;
        padding: 0;
    }
}

.readmore {
    color: #00baff;
    text-transform: uppercase;
    font-weight: 500;
}

.readmore .icon-down {
    transform: rotate(180deg);
    display: inline-block;
    font-size: 1rem;
}

.readmore:hover {
    color: #000000;
}

.padding-box {
    padding: 20px 20px;
}

.no-padding {
    padding: 0;
}

.text-bold, .product-options-link h3 {
    font-weight: 500;
}

.text-underline {
    text-decoration: underline;
}

.text-green {
    color: #55e05f;
}

.text-blue {
    color: #00baff;
}

.text-red {
    color: #f32d43;
}

.text-white {
    color: #ffffff;
}

.label-red, .label-blue, .label-green, .label-gray {
    line-height: 1;
    display: inline-block;
    vertical-align: bottom;
    padding: 4px 6px 4px;
    margin-left: 4px;
    color: #ffffff;
    position: relative;
    top: 1px;
}

.label-red {
    background-color: #f32d43;
}

.label-blue {
    background-color: #00baff;
}

.label-green {
    background-color: #55e05f;
}

.label-gray {
    background-color: #858585;
}

.margin-top,
.margin-top-desktop {
    margin-top: 20px !important;
}

.margin-bottom,
.margin-bottom-desktop {
    margin-bottom: 20px !important;
}

.margin-left,
.margin-left-desktop {
    margin-left: 20px !important;
}

.margin-right,
.margin-right-desktop {
    margin-right: 20px !important;
}

.word-break {
    word-break: break-word;
}

.fast-delivery {
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #55e05f;
    text-transform: uppercase;
}

.fast-delivery .icon-right {
    font-size: 0.9em;
}

.stock-area {
    color: #b1b1b1;
    float: right;
    padding-top: 2px;
    font-size: 13px;
    text-align: end;
}

.product-stock-info {
    display: inline-block;
    width: 100%
}

.stock-line {
    width: 7px;
    height: 7px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    color: #adadad;
    line-height: 100px;
    display: inline-block;
    position: relative;
    margin: 0 6px 1px 0;
}

.stock-line-green {
    background: #55e05f;
}

.stock-line-blue {
    background: #00d0f5;
}

.stock-line-backorder {
    background: #FFA500;
}

.question-review-wrapper {
    background-color: #ffffff;
}

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}

@media (max-width: 1024px) {
    .wrapper .row {
        margin-left: 0;
        margin-right: 0;
    }

    .wrapper .col-mobile-full {
        padding-left: 0;
        padding-right: 0;
    }

    .wrapper .main-content,
    .wrapper .footer {
        margin: 0;
    }

    .wrapper .main-content > .container, .wrapper .main-content > .purchase-guide-topbar,
    .wrapper .main-content > .container-fluid,
    .wrapper .footer > .container,
    .wrapper .footer > .purchase-guide-topbar,
    .wrapper .footer > .container-fluid {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .wrapper .white-box,
    .wrapper .gray-box {
        border-radius: 0;
        margin: 0;
    }

    .footer .white-box,
    .footer .gray-box {
        border-radius: 0;
        margin: 0;
    }

    .footer-bottom > .container, .footer-bottom > .purchase-guide-topbar,
    .footer-bottom > .container-fluid {
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-product-view .main-content {
        background-color: #f3f3f3;
    }
}

@media (max-width: 767px) {
    .row {
        margin-left: 0;
        margin-right: 0;
    }

    .col-mobile-full {
        padding-left: 0;
        padding-right: 0;
    }

    .main-content,
    .footer {
        margin: 0;
    }

    .main-content > .container, .main-content > .purchase-guide-topbar,
    .main-content > .container-fluid,
    .footer > .container,
    .footer > .purchase-guide-topbar,
    .footer > .container-fluid {
        padding-left: 0;
        padding-right: 0;
    }

    .white-box,
    .gray-box {
        border-radius: 0;
    }

    .stock-area {
        float: none;
        text-align: center;
    }

    .stock-line {
        margin-right: 6px;
    }
}

@media (max-width: 991px) {
    .wrapper {
        margin-top: 132px;
    }
}

@media (min-width: 992px) {
    .min-height-small {
        min-height: 340px;
    }
}

@media (min-width: 1200px) {
    .min-height-small {
        min-height: 310px;
    }
}

.category-link {
    position: relative;
    z-index: 8;
    display: block;
    width: 100%;
    height: 100px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

@media all and (max-width: 1024px) {
    .category-link {
        margin-bottom: 40px;
    }
}

@media all and (max-width: 767px) {
    .category-link {
        border-radius: 4px;
    }
}

.category-link:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.category-link:hover:before {
    display: block;
    opacity: 0.5;
}

.category-link .text-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    color: #ffffff;
    font-size: 35px;
    font-weight: 500;
}

@media all and (max-width: 1024px) {
    .category-link .text-center {
        font-size: 20px;
        text-shadow: none;
        color: #000000;
        transform: none;
        top: 100%;
        margin-top: 5px;
    }
}

@media all and (max-width: 767px) {
    .category-link .text-center {
        font-size: 16px;
    }
}

@media (max-width: 1024px) {
    .category-links {
        padding: 20px 10px 0;
        background-color: #ffffff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .category-links {
        padding: 30px 20px 10px;
    }
}

@media all and (max-width: 767px) {
    .category-links h2 {
        margin-top: 30px;
        font-size: 20px;
    }

    .category-links .col-xs-6:nth-child(odd) {
        padding-left: 5px;
    }

    .category-links .col-xs-6:nth-child(even) {
        padding-right: 5px;
    }
}

.category-list {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    list-style-type: none;
}

.category-list li {
    text-transform: uppercase;
    font-weight: 500;
    display: block;
    padding: 0px 5px;
    margin-bottom: 2px;
    margin-top: 2px;
}

.category-list li a {
    color: #000000;
    text-decoration: none;
    white-space: nowrap;
    background-color: #f4f4f4;
    border-radius: 3px;
    display: block;
    padding: 8px 15px;
    margin: 5px 0px;
}

.category-list li a:hover, .category-list li a:focus {
    background-color: #00baff;
    color: #ffffff !important;
}

.category-list-campaign {
    padding: 0px 10px;
    margin-bottom: 20px;
}

.category-list-campaign ul {
    position: relative;
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.category-list-campaign ul:before {
    display: block;
    height: 1px;
    content: '';
    background-color: #fff;
    opacity: 0.24;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.category-list-campaign-light {
    background-color: rgba(255, 255, 255, 0.2);
}

.category-list-campaign-light a {
    color: #ffffff;
}

.category-list-campaign-dark {
    background-color: rgba(0, 0, 0, 0.5);
}

.category-list-campaign-dark a {
    color: #ffffff;
}

.category-list-campaign li {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    padding-bottom: 20px;
    padding-top: 20px;
}

.category-list-campaign li span {
    display: block;
    border-right: 1px solid rgba(255, 255, 255, 0.24);
}

.category-list-campaign li:nth-child(4n + 0) span {
    border-right: 0;
}

@media (min-width: 768px) {
    .category-link {
        border-radius: 4px;
        height: 176px;
    }
}

@media (min-width: 992px) {
    .category-list {
        text-align: center;
    }

    .category-list li {
        display: inline-block;
    }
}

.gradient, .banner-points .points-amount {
    background: #65bc47;
    background: -moz-linear-gradient(top, #65bc47 0%, #2d87b2 100%);
    background: -webkit-linear-gradient(top, #65bc47 0%, #2d87b2 100%);
    background: linear-gradient(to bottom, #65bc47 0%, #2d87b2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#65bc47', endColorstr='#2d87b2', GradientType=0);
}

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
    height: 41px;
    vertical-align: top;
}

@media (max-width: 767px) {
    .form-inline .input-group .form-control {
        border-bottom-left-radius: 0 !important;
        border-top-right-radius: 4px !important;
    }

    .form-inline .input-group .input-group-btn {
        width: 1% !important;
    }

    .form-inline .input-group .input-group-btn .btn {
        border-bottom-left-radius: 4px !important;
        border-top-right-radius: 0 !important;
        margin-left: 0;
    }
}

.btn {
    -webkit-appearance: none;
    white-space: normal;
    position: relative;
    border: 0;
    border-radius: 4px;
    text-transform: uppercase;
    font-weight: 500;
    outline: none;
    overflow: hidden;
}

.btn:after {
    content: '';
    position: absolute;
    z-index: -1;
    transition: all 0.3s;
    width: 30%;
    height: 200%;
    background: rgba(255, 255, 255, 0.1);
    z-index: 1;
    right: 0;
    top: 0;
    margin: -5px 0 0 -5px;
    transform-origin: 0 0;
    transform: rotate(-20deg);
}

.btn:hover:after {
    opacity: 0.4;
    width: 100%;
    height: 400%;
}

.btn:focus, .btn:active {
    outline: 0 !important;
    border: 0 !important;
}

.btn-cut {
    position: relative;
    padding: 10px 20px 0;
    display: inline-block;
    line-height: 1;
    color: #ffffff !important;
    background-color: #07d1ff;
    cursor: pointer;
    margin-bottom: 20px;
}

.btn-cut > span {
    position: relative;
    top: 3px;
}

.btn-cut .icon-right {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 10px;
}

@media (max-width: 768px) {
    .btn-cut .icon-right {
        margin-left: 5px;
    }
}

.btn-cut:before {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    border-bottom: none;
    border-top: 15px solid #07d1ff;
    border-left: 15px solid transparent;
}

.btn-cut-opacity {
    background-color: rgba(7, 209, 255, 0.7);
}

.btn-cut-opacity:before {
    border-top: 15px solid rgba(7, 209, 255, 0.7);
}

.btn-cut:hover, .btn-cut:focus {
    color: #ffffff !important;
}

.btn-cut-lg {
    padding: 12px 22px 0;
}

.btn-cut-lg .icon-right {
    font-size: 12px;
}

.btn-cut-lg:before {
    border-top: 17px solid #07d1ff;
    border-left: 17px solid transparent;
}

.btn-cut-lg.btn-cut-opacity:before {
    border-top: 17px solid rgba(7, 209, 255, 0.7);
    border-left: 17px solid transparent;
}

.btn-alt {
    position: relative;
    border-radius: 0;
    background-color: #55e05f;
    color: #ffffff;
    height: 55px;
    line-height: 55px;
    padding: 0 20px;
}

@media (max-width: 768px) {
    .btn-alt {
        padding: 0 10px;
        height: 45px;
        line-height: 45px;
        font-size: 12px;
    }
}

.btn-alt:after {
    display: none;
}

.btn-alt:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border-bottom: 15px solid #222222;
    border-right: 15px solid #55e05f;
    width: 0;
}

@media (max-width: 768px) {
    .btn-alt:before {
        border-bottom: 15px solid #222222;
    }
}

.btn-alt .icon-right {
    position: relative;
    top: 1px;
    margin-left: 10px;
    font-weight: bold;
    font-size: 13px;
}

@media (max-width: 768px) {
    .btn-alt .icon-right {
        margin-left: 5px;
        font-size: 12px;
    }
}

button:focus {
    outline: 0 !important;
}

button:active {
    outline: 0 !important;
    border: 0 !important;
}

.btn-center {
    margin: 0 auto;
}

.btn-lg, .btn-group-lg > .btn {
    padding: 10px 30px 8px;
}

@media (max-width: 767px) {
    .btn-lg, .btn-group-lg > .btn {
        font-size: 14px;
    }
}

.btn-product {
    padding: 18px 60px 16px 30px;
    font-size: 22px;
    transition: all 0.2s ease;
}

@media (max-width: 767px) {
    .btn-product .price {
        display: block;
    }
}

.btn-product:before {
    content: '';
    position: absolute;
    top: 28px;
    right: 25px;
    display: inline-block;
    height: 9px;
    width: 9px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(-45deg);
}

@media (max-width: 767px) {
    .btn-product:before {
        top: 20px;
        right: 15px;
        height: 13px;
        width: 13px;
        border-right: 3px solid #ffffff;
        border-bottom: 3px solid #ffffff;
    }
}

@media (max-width: 320px) {
    .btn-product:before {
        top: 18px;
    }
}

@media (max-width: 767px) {
    .btn-product {
        padding: 13px 30px 11px;
        font-size: 20px;
    }
}

@media (max-width: 320px) {
    .btn-product {
        font-size: 17px;
    }
}

@media (max-width: 767px) {
    .add-to-cart .btn-product:before {
        top: 26px;
        right: 60px;
    }
}

@media (max-width: 320px) {
    .add-to-cart .btn-product:before {
        right: 55px;
    }
}

.btn-wide {
    width: 100%;
}

.btn-primary,
.btn-buy,
.btn-green {
    background-color: #55e05f;
    color: #ffffff;
    border-color: #55e05f;
    box-shadow: 0 4px #2ad836;
}

.btn-primary:hover, .btn-primary:focus,
.btn-buy:hover,
.btn-buy:focus,
.btn-green:hover,
.btn-green:focus {
    background-color: #55e05f !important;
    color: #ffffff !important;
    border-color: #55e05f;
}

.btn-white {
    background-color: #ffffff;
    color: #000000;
    box-shadow: 0 4px #d9d9d9;
}

.btn-red:hover {
    background-color: #F32D49 !important;
    color: #FFFFFF !important
}

.btn-black:hover,
.btn.btn-black:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
}

.btn-red {
    background-color: #f32d43;
    color: #FFFFFF;
    box-shadow: 0 4px #C7283C;
}

.btn-white:hover, .btn-white:focus {
    background-color: #ffffff !important;
    color: #000000 !important;
    border-color: #ffffff;
}

.btn-blue {
    background-color: #00baff;
    color: #ffffff;
    border-color: #00baff;
    box-shadow: 0 4px #0095cc;
}

.btn-blue:hover, .btn-blue:focus {
    background-color: #00baff !important;
    color: #ffffff !important;
    border-color: #00baff;
}

.btn-gray {
    background-color: #cecece;
    color: #ffffff;
    border-color: #cecece;
    box-shadow: 0 4px #b7b7b7;
}

.btn-gray:hover, .btn-gray:focus {
    background-color: #cecece !important;
    color: #ffffff !important;
    border-color: #cecece;
}

.btn-primary,
.btn-buy,
.btn-green,
.btn-white,
.btn-blue,
.btn-gray {
    margin-bottom: 4px;
}

.btn-mobile {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 16px 30px 14px;
    box-shadow: none;
    margin: 0;
    width: 100%;
    border-radius: 0;
    font-size: 16px;
}

.btn-products-list {
    display: none;
}

.btn-qna {
    margin-bottom: 20px;
}

.btn-qna:before {
    border-right: 2px solid #ffffff !important;
    border-bottom: 2px solid #ffffff !important;
}

.btn-products-list {
    background-color: #f4f4f4;
}

.btn-products-list:before {
    right: 15% !important;
    top: 14px !important;
}

@media (max-width: 320px) {
    .btn-products-list:before {
        right: 7% !important;
    }
}

.btn-products-list:before, .btn-qna:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 15%;
    display: inline-block;
    height: 9px;
    width: 9px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    transform: rotate(45deg);
}

@media (max-width: 767px) {
    .btn-products-list:before, .btn-qna:before {
        top: 12px;
        right: 15%;
    }
}

@media (max-width: 320px) {
    .btn-products-list:before, .btn-qna:before {
        right: 10%;
    }
}

.nice-select {
    border: 0;
    border-radius: 0;
    height: auto;
    line-height: 1;
    padding: 0 25px 0 0;
    font-size: inherit;
    font-weight: inherit;
    background-color: transparent;
}

.nice-select .current:hover {
    color: #00baff;
}

.nice-select .list {
    left: -10px;
}

.nice-select.max-height .list {
    max-height: 300px;
    overflow-y: auto;
}

.popover {
    border: 0;
    max-width: none !important;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 4px;
    z-index: 50;
}

.popover.bottom > .arrow {
    border-bottom-color: transparent;
    top: -10px;
}

.popover.bottom > .arrow:after {
    border-bottom-color: #00baff;
}

.popover-title {
    color: #ffffff;
    background-color: #00baff;
}

.popover-content p {
    font-size: 14px;
    margin-bottom: 10px;
}

.popover-content p:nth-last-child(1) {
    margin: 0 0 0 0;
}

.alert {
    margin-bottom: 0;
    margin-top: 20px;
}

.filter-dropdown {
    position: relative;
    cursor: pointer;
    display: block;
    padding: 0;
    text-align: left;
}

.filter-dropdown .dropdown-toggle {
    padding: 10px 35px;
    line-height: 1;
    display: block;
}

.filter-dropdown .icon-down {
    transition: transform 0.3s ease;
    font-size: 6px;
    position: absolute;
    right: 38px;
    top: 15px;
    color: #858585;
}

.filter-dropdown .dropdown-menu {
    padding: 5px 5px;
    margin: 0;
    float: none;
    position: relative;
}

.filter-dropdown .dropdown-menu li {
    position: relative;
}

.filter-dropdown .dropdown-menu li.search-att-box {
    position: relative;
    padding: 5px 0px;
    margin: 0;
}

.filter-dropdown .dropdown-menu li.search-att-box .icon-search {
    position: absolute;
    top: 18px;
    left: 12px;
    font-size: 1.9rem;
    color: #7f7f7f;
}

.filter-dropdown .dropdown-menu li.search-att-box .input-text {
    padding: 0px 15px 0px 40px;
    width: 100%;
}

.filter-dropdown .dropdown-menu li label {
    width: 100%;
    vertical-align: middle;
    margin: 0;
    padding: 0px 5px;
}

.filter-dropdown .dropdown-menu li label a {
    color: #000000;
    text-decoration: none;
    font-weight: 100;
    display: block;
    padding: 5px 10px 5px 30px;
    white-space: nowrap;
}

.filter-dropdown .dropdown-menu li label a:before {
    cursor: pointer;
    position: absolute;
    left: 5px;
    content: '';
    display: inline-block;
    border: 1px solid #858585;
    border-radius: 4px;
    width: 20px;
    height: 20px;
    vertical-align: middle;
}

.filter-dropdown .dropdown-menu li .checkbox {
    display: none;
}

.filter-dropdown .dropdown-menu li .checkbox:checked + label a:before {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 15px 15px;
    background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/svg/checked_green.svg");
}

.filter-dropdown.display .icon-down {
    transform: rotate(180deg);
}

@media (max-width: 991px) {
    .filter-dropdown .dropdown-menu {
        border: 0;
        border-radius: 0;
        box-shadow: none;
        padding: 5px 30px;
    }
}

@media (min-width: 992px) {
    .filter-dropdown {
        display: inline-block;
        border-right: 1px solid transparent;
        border-left: 1px solid transparent;
        text-align: center;
        margin: 4px 2px;
        background-color: #f4f4f4;
    }

    .filter-dropdown .dropdown-toggle {
        padding: 10px 40px 10px 25px;
    }

    .filter-dropdown .icon-down {
        right: 15px;
    }

    .filter-dropdown:nth-last-child(1) {
        border: 0;
    }

    .filter-dropdown:hover {
        background-color: #00baff !important;
        color: #ffffff;
    }

    .filter-dropdown:hover .icon-down {
        transition: transform 0s ease;
        color: #ffffff;
        transform: rotate(180deg);
    }

    .filter-dropdown .dropdown-menu {
        max-height: 400px;
        overflow-y: auto;
        float: left;
        position: absolute;
    }
}

.list-navigation {
    margin: 0;
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.list-navigation li {
    display: block;
    border-top: 1px solid #f4f4f4;
}

.list-navigation li:nth-child(1) {
    border: 0;
}

.list-navigation li a {
    position: relative;
    display: block;
    padding: 20px 15px;
}

.list-navigation li a:after {
    color: #858585;
    transform: translateY(-50%) rotate(-90deg);
    position: absolute;
    right: 0;
    top: 50%;
    font-size: 7px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e902";
}

.list-navigation li a:hover:after, .list-navigation li a:focus:after {
    color: #00baff;
}

.list-checkmark {
    list-style: none;
    list-style-type: none;
}

.list-checkmark li {
    position: relative;
    margin-bottom: 5px;
}

.list-checkmark li:after {
    font-size: 0.8em;
    color: #55e05f;
    position: absolute;
    left: -25px;
    top: 5px;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0;
    /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=text],
input[type=email],
input[type=number] {
    -webkit-appearance: none;
    outline: none;
    min-width: 280px;
    height: 45px;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: none;
    padding-left: 20px;
    padding-right: 20px;
    font: inherit;
    font-weight: 300;
    font-size: 14px;
    background: #f4f4f4;
    text-transform: none;
    color: #7f7f7f;
    letter-spacing: 0.04em;
}

input[type=text]:focus, input[type=text]:active,
input[type=email]:focus,
input[type=email]:active,
input[type=number]:focus,
input[type=number]:active {
    outline: none;
    border-color: transparent;
    box-shadow: none;
}

input[type=text]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
}

input[type=text]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
}

input[type=text]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
}

input[type=text]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
}

@media (max-width: 767px) {
    input[type=text],
    input[type=email],
    input[type=number] {
        min-width: 100%;
    }
}

textarea {
    -webkit-appearance: none;
    outline: none;
    min-width: 280px;
    border: 2px solid #f4f4f4;
    border-radius: 4px;
    box-shadow: none;
    padding: 20px 20px;
    font: inherit;
    font-weight: 300;
    font-size: 14px;
    background: #f4f4f4;
    text-transform: none;
    color: #7f7f7f;
    letter-spacing: 0.02em;
}

textarea:focus {
    outline: none;
}

textarea::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: uppercase;
}

textarea::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: uppercase;
}

textarea:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: uppercase;
}

textarea:-moz-placeholder {
    /* Firefox 18- */
    text-transform: uppercase;
}

input[type=submit] {
    outline: none;
    height: 41px;
    border-radius: 4px;
    padding-left: 20px;
    padding-right: 20px;
    font: inherit;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    vertical-align: top;
}

input[type=submit]:focus {
    outline: none;
}

.form-prenumerera {
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}

.table-responsive {
    border: 0;
}

.table-responsive td.value a {
    color: #00baff;
}

.table-responsive td.value a:hover, .table-responsive td.value a:focus {
    color: #00baff;
    text-decoration: underline;
}

.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > th,
.table > tbody > tr > td,
.table > tfoot > tr > th,
.table > tfoot > tr > td {
    border-bottom: 1px solid #f4f4f4;
    border-top: 0;
}

.table > tbody > tr:nth-last-child(1) > td {
    border-bottom: 0;
}

.product-specification {
    padding: 0 20px;
}

.product-specification h3 {
    font-size: 16px;
    padding: 8px 0;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.42857;
    margin: 0;
}

.product-specification .icon-info {
    color: #00baff;
    cursor: pointer;
}

.product-specification .attribute, .product-specification h3 {
    text-transform: uppercase;
    font-weight: 500;
}

.product-specification .table > tbody > tr > td {
    border-bottom: 1px solid #e0e0e0;
    padding: 10px 8px 6px 0px;
}

.product-specification .table > tbody > tr > td.value {
    padding: 10px 8px 6px;
}

.product-specification .table > tbody > tr:last-child > td {
    border: none;
}

.hide-table {
    display: none;
}

.show-table {
    display: table-row;
}

.show-specifications, .hide-specifications {
    cursor: pointer;
    border: none !important;
}

.show-specifications:after, .hide-specifications:after {
    content: '';
    display: inline-block;
    height: 8px;
    width: 8px;
    transform: rotate(45deg);
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.hide-specifications:after {
    transform: rotate(-135deg);
    position: relative;
    top: 1px;
}

.topbar {
    width: 100%;
    z-index: 1000;
    position: fixed;
    height: 22px;
    background-color: #222222;
    font-size: 14px;
    top: 0;
}

.topbar ul {
    width: 100%;
    text-align: center;
    list-style: none;
    margin: 0px;
    padding: 0px;
    height: 22px;
}

.topbar ul a {
    color: #b1b1b1;
    text-decoration: none;
}

.topbar ul a:hover {
    text-decoration: none;
}

.topbar ul li {
    font-size: 13px;
    margin: 0px 0px;
    padding: 0px;
    display: inline-block;
    color: #b1b1b1;
    height: 22px;
    line-height: 22px;
}

.topbar ul li .icon-checked {
    margin-right: 1px;
    font-size: 10px;
}

.topbar .signed-in {
    display: none;
    position: relative;
}

.topbar .signed-in li {
    float: right;
    margin: 0;
}

.topbar .signed-in img {
    display: inline;
}

.topbar .signed-in a {
    text-decoration: none;
    float: right;
    height: 35px;
    line-height: 35px;
    padding: 0px 20px;
    color: #b1b1b1;
}

@media (max-width: 1199px) {
    .topbar .signed-in a {
        padding: 0;
    }
}

.topbar .signed-in .icon-coins {
    margin-right: 10px;
}

.topbar .signed-in .popover {
    position: absolute;
    top: 34px;
    left: 0;
    right: 0;
    background-color: #222222;
    color: #ffffff;
    display: none;
    z-index: 700000;
    border-radius: 0;
}

.topbar .signed-in .popover ul {
    padding: 10px 10px;
    height: auto;
}

.topbar .signed-in .popover ul li {
    position: relative;
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    float: left;
    height: auto;
    padding-left: 23px;
    margin: 5px 0px;
}

.topbar .signed-in .popover ul li i {
    position: absolute;
    left: 1px;
    top: 6px;
    font-size: 11px;
    color: #55e05f;
}

.topbar .signed-in:hover .popover {
    display: block;
}

.topbar-languages li {
    margin: 0 20px 0 0 !important;
}

@media (max-width: 1025px) {
    .topbar-languages li {
        position: relative;
        right: -30px;
        margin: 0 10px 0 0 !important;
    }
}

@media (min-width: 992px) {
    .topbar {
        position: relative;
        height: 35px;
        background-color: #222222;
    }

    .topbar ul {
        width: auto;
        height: 35px;
    }

    .topbar ul li {
        font-size: 14px;
        height: 35px;
        line-height: 35px;
        margin-right: 30px;
        text-align: left;
    }

    .topbar ul li:nth-last-child(1) {
        margin-right: 0;
    }

    .topbar .signed-in {
        display: block;
    }
}

.autocomplete-container {
    position: relative;
    background: #ffffff;
    padding: 40px;
    border-radius: 3px;
}

@media (max-width: 991px) {
    .autocomplete-container {
        padding: 50px 15px;
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .autocomplete-container {
        padding: 50px 0;
    }
}

.autocomplete-chevron {
    position: absolute;
    top: -15px;
    left: 400px;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    transform: rotate(45deg);
    z-index: 0;
}

.autocomplete-close {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 25px;
    width: 25px;
    z-index: 1;
    cursor: pointer;
}

@media (max-width: 991px) {
    .autocomplete-close {
        top: 14px;
        right: 13px;
    }
}

.autocomplete-close:after, .autocomplete-close:before {
    content: "";
    position: absolute;
    top: 12px;
    left: 0;
    width: 25px;
    height: 2px;
    background: #000000;
}

.autocomplete-close:after {
    transform: rotate(-45deg);
}

.autocomplete-close:before {
    transform: rotate(45deg);
    transform-origin: center center;
}

@media (min-width: 992px) {
    .autocomplete-wrapper {
        position: absolute;
        top: 100px;
        left: 0;
        right: 0;
        z-index: 200;
        max-height: calc(100vh - 120px);
        overflow-y: auto;
    }

    .autocomplete-wrapper:after {
        content: '';
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #000000;
        opacity: 0.2;
        z-index: -1;
    }
}

.autocomplete-wrapper h3 {
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.autocomplete-wrapper ul {
    padding: 0;
    margin: 0;
}

.autocomplete-wrapper li {
    list-style-type: none;
}

.autocomplete-left-wrapper {
    padding-right: 40px;
}

@media (max-width: 991px) {
    .autocomplete-left-wrapper {
        padding-right: 0;
        padding-left: 0;
    }

    .autocomplete-left-wrapper .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media (max-width: 767px) {
    .autocomplete-left-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }
}

.autocomplete-right-wrapper {
    padding-left: 40px;
    border-left: 1px solid #e0e0e0;
}

@media (min-width: 992px) {
    .autocomplete-right-wrapper {
        float: right;
    }
}

@media (max-width: 991px) {
    .autocomplete-right-wrapper {
        padding-right: 0;
        padding-left: 0;
        border: 0;
    }
}

@media (max-width: 767px) {
    .autocomplete-right-wrapper {
        padding-right: 15px;
        padding-left: 15px;
    }

    .autocomplete-right-wrapper .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.autocomplete-suggestions {
    margin-bottom: 40px;
}

.autocomplete-suggestions ul {
    padding: 0;
    margin: 0;
}

.autocomplete-suggestions li {
    font-size: 18px;
    margin-bottom: 10px;
}

.autocomplete-suggestions li a, .autocomplete-suggestions li span {
    color: #000000;
}

.autocomplete-suggestions li a:hover, .autocomplete-suggestions li span:hover {
    color: #00baff;
}

.autocomplete-suggestions-articles {
    margin-bottom: 0;
}

.autocomplete-suggestions-articles li {
    font-style: italic;
    margin-bottom: 15px;
}

.autocomplete-suggestions-articles li a {
    color: #00baff;
}

.autocomplete-categories li {
    display: inline-block;
    margin-right: 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .autocomplete-categories li {
        display: block;
        margin-right: 0;
    }
}

.autocomplete-categories li a {
    color: #ffffff;
    padding: 10px 20px !important;
    background: #00baff;
    text-transform: uppercase;
    text-align: center;
    border-radius: 3px;
    font-weight: normal;
    font-size: 15px;
    width: 100%;
}

.autocomplete-categories li a:hover {
    color: #ffffff !important;
}

.autocomplete-product {
    display: block;
    background: #f4f4f4;
    padding: 10px;
    margin-bottom: 20px;
    border-radius: 3px;
}

@media (max-width: 767px) {
    .autocomplete-product {
        margin-bottom: 10px;
    }
}

.autocomplete-product:hover .autocomplete-product-name {
    color: #00baff;
}

.autocomplete-product img {
    max-width: 90%;
    max-height: 90%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.autocomplete-product-info {
    color: #000000;
}

.redprice {
    color: #f32d43 !important;
}

.autocomplete-product-name {
    margin-bottom: 5px;
    line-height: 1.1;
    min-height: 32px;
    font-size: 14px;
}

.autocomplete-product-text {
    margin-bottom: 10px;
    font-size: 12px;
    font-weight: 100;
    text-transform: none;
    line-height: 1.2;
}

.autocomplete-product-price .price {
    display: inline-block;
}

.autocomplete-product-price .promo {
    color: #f32d43;
    line-height: 1;
    font-weight: 500;
}

.autocomplete-product-price .regular-price {
    display: inline-block;
    font-weight: 300;
    text-decoration: line-through;
    padding-left: 5px;
    font-size: 12px;
}

.autocomplete-product-large .autocomplete-image-wrapper {
    height: 155px;
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-image-wrapper {
        height: 75px;
    }
}

.autocomplete-product-large .autocomplete-product-name {
    font-size: 22px;
    margin-top: 20px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .autocomplete-product-large .autocomplete-product-name {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .autocomplete-product-large .autocomplete-product-name {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-product-name {
        font-size: 16px;
        margin-top: 0;
    }
}

.autocomplete-product-large .autocomplete-product-text {
    font-size: 14px;
    max-width: 400px;
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-product-text {
        font-size: 12px;
    }
}

.autocomplete-product-large .autocomplete-product-price .price {
    font-size: 30px;
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-product-price .price {
        font-size: 16px;
    }
}

.autocomplete-product-large .autocomplete-product-price .promo {
    color: #f32d43;
    line-height: 1;
    font-weight: 500;
}

.autocomplete-product-large .autocomplete-product-price .regular-price {
    font-size: 16px;
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-product-price .regular-price {
        font-size: 12px;
        padding-left: 4px;
    }
}

.autocomplete-product-large .autocomplete-discount {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f32d43;
    color: #ffffff;
    border-radius: 50%;
    font-size: 20px;
    line-height: 65px;
    width: 65px;
    height: 65px;
    text-align: center;
    margin-left: 10px;
    margin-bottom: 10px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .autocomplete-product-large .autocomplete-discount {
        display: block !important;
    }
}

@media (max-width: 767px) {
    .autocomplete-product-large .autocomplete-discount {
        font-size: 16px;
        line-height: 47px;
        width: 47px;
        height: 47px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
}

.autocomplete-product-categories {
    display: inline-block;
    float: right;
    font-weight: 100;
    position: relative;
    font-size: 16px;
}

@media (max-width: 320px) {
    .autocomplete-product-categories {
        font-size: 13px;
    }
}

.autocomplete-product-categories ul {
    padding: 0;
}

.autocomplete-product-categories li {
    list-style-type: none;
    display: inline-block;
    padding-right: 3px;
}

.autocomplete-product-categories li:after {
    display: inline-block;
    content: '/';
    padding-left: 3px;
    font-weight: normal;
}

@media (max-width: 991px) {
    .autocomplete-product-categories li:after {
        display: none;
    }
}

.autocomplete-product-categories li:first-child:after, .autocomplete-product-categories li:last-child:after {
    display: none;
}

.autocomplete-product-categories li.active {
    font-weight: bold;
}

.autocomplete-product-categories .dropdown {
    display: inline-block !important;
    float: right;
    height: 19px;
    line-height: 24px;
    padding-left: 10px;
    position: static;
}

@media (max-width: 320px) {
    .autocomplete-product-categories .dropdown {
        font-size: 13px;
    }
}

.autocomplete-product-categories .dropdown li {
    margin-bottom: 0;
}

.autocomplete-product-categories .dropdown-chevron {
    display: inline-block;
    border-bottom: 1px solid #000000;
    border-right: 1px solid #000000;
    height: 10px;
    width: 10px;
    transform: rotate(45deg);
    position: relative;
    top: -4px;
    left: -3px;
    transition: transform 0.1s ease;
}

@media (max-width: 320px) {
    .autocomplete-product-categories .dropdown-chevron {
        top: -2px;
    }
}

.autocomplete-product-categories .dropdown-choosen {
    padding-right: 7px;
    font-weight: 400;
}

.autocomplete-product-categories .dropdown-toggle {
    line-height: 24px;
    height: 19px;
    outline: 0 !important;
    border: 0 !important;
    background: none;
    padding: 0;
}

.autocomplete-product-categories .dropdown-toggle:after {
    display: none !important;
}

.autocomplete-product-categories .dropdown.open .dropdown-menu {
    position: absolute;
    background-color: #ffffff;
    left: initial;
    right: 0;
    top: 150%;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}

.autocomplete-product-categories .dropdown.open .dropdown-chevron {
    transform: rotate(-135deg);
    top: 0;
}

@media (max-width: 320px) {
    .autocomplete-product-categories .dropdown.open .dropdown-chevron {
        top: 2px;
    }
}

.autocomplete-product-categories .dropdown .default {
    min-width: 30px;
}

.autocomplete-product-categories .dropdown li {
    display: block;
}

.autocomplete-product-categories .dropdown li.selected {
    font-weight: bold;
}

.autocomplete-product-categories .dropdown .current {
    font-weight: bold;
}

.autocomplete-product-categories .dropdown .current:hover {
    color: #000000;
}

.autocomplete-product-categories .dropdown .list {
    left: -85px !important;
}

.autocomplete-product-categories .dropdown .list-active {
    left: -30px !important;
}

.autocomplete-products {
    margin-top: 40px;
}

@media (max-width: 991px) {
    .autocomplete-products {
        margin-bottom: 40px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .autocomplete-products .row {
        margin-left: -10px;
        margin-right: -10px;
    }
}

.autocomplete-products-header h3 {
    display: inline-block;
}

.autocomplete-discount {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #f32d43;
    color: #ffffff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 47px;
    width: 47px;
    height: 47px;
    text-align: center;
    margin-left: 5px;
    margin-bottom: 5px;
}

@media (min-width: 992px) and (max-width: 1199px) {
    .autocomplete-discount {
        display: none;
    }
}

@media (max-width: 991px) {
    .autocomplete-discount {
        display: block;
    }
}

.autocomplete-image-wrapper {
    position: relative;
    background-color: #ffffff;
    height: 75px;
}

.autocomplete-all-products {
    text-transform: uppercase;
    color: #000000;
    font-size: 18px;
    font-weight: 100;
}

.autocomplete-all-products:after {
    content: '';
    display: inline-block;
    position: relative;
    top: -2px;
    right: 2px;
    border-right: 1px solid #000000;
    border-bottom: 1px solid #000000;
    height: 8px;
    width: 8px;
    transform: rotate(-45deg);
    margin-left: 10px;
}

.autocomplete-all-products:hover:after {
    border-color: #00baff;
}

@media (max-width: 991px) {
    .autocomplete-all-products {
        float: right;
        right: 3px;
    }
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover {
    background-color: #fff;
    color: #000000 !important;
}

.navbar-default .navbar-nav > .open > a:focus {
    color: #00baff !important;
}

.menu-open .navbar-default, .search-menu-open .navbar-default {
    height: 100vh;
}

.search-menu-open .navbar-default {
    background-color: transparent;
}

.search-menu-open .navbar-search {
    top: -3px;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #000000;
    text-decoration: none;
}

.navbar-search.open {
    display: block;
}

@media (max-width: 991px) {
    .navbar-search {
        display: none;
        position: absolute;
        top: -1px;
        left: -15px;
        right: -15px;
        margin-top: 58px;
        /*height: calc(100vh - 58px);*/
        /*overflow-y: auto;*/
        /*z-index: 500;*/
        -webkit-overflow-scrolling: touch;
    }

    .autocomplete-wrapper {
        position: absolute;
        height: calc(100vh);
        overflow-y: auto;
        z-index: 500;
        width: 100%;
        margin-left: -12px;
    }
}

@media (max-width: 767px) {
    .navbar-search {
        left: 0;
        right: 0;
        width: 100%;
    }
}

.navbar-default {
    border-radius: 0;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    border-right: 0;
    border-left: 0;
    min-height: 60px;
    height: 60px;
    top: 22px;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 600;
    width: 100%;
    background-color: #ffffff;
}

.navbar-default > .container, .navbar-default > .purchase-guide-topbar {
    position: relative;
}

.navbar-default .navbar-header {
    width: 100%;
    background-color: #ffffff;
    margin: 0;
}

.navbar-default .navbar-toggle, .navbar-default .navbar-toggle-search {
    float: left;
    border: 0;
    margin: 0px;
    padding: 16px 6px;
    position: relative;
    z-index: 1001;
    font-size: 24px;
    line-height: 1;
    background: none;
}

.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle-search:hover, .navbar-default .navbar-toggle-search:focus {
    background: none;
}

.navbar-default .navbar-cart {
    float: right;
    border: 0;
    margin: 0px;
    padding: 13px 14px;
    position: relative;
    z-index: 1001;
    background-color: transparent;
    font-size: 23px;
}

.navbar-default .navbar-cart:hover, .navbar-default .navbar-cart:focus {
    background: none;
}

.navbar-default .navbar-cart .basket-quantity {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 10px;
    border-radius: 50%;
    background-color: #55e05f;
    top: 8px;
    right: 4px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.navbar-default .navbar-brand {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin: 19px auto 0;
    display: block;
    float: none;
    padding: 0;
    height: auto;
    line-height: 1;
}

.navbar-default .navbar-brand:hover {
    opacity: 0.6;
}

.navbar-default .navbar-brand .brand-img {
    width: 168px;
    height: 24px;
}

.navbar-default .navbar-form {
    margin: 0;
    padding: 20px 20px;
    display: block;
    background-color: #ffffff;
}

.navbar-default .navbar-contact {
    width: 170px;
    padding: 24px 10px;
}

@media screen and (max-width: 1199px) {
    .navbar-default .navbar-contact {
        display: none;
    }
}

.navbar-default .navbar-contact .top-trygg {
    float: left;
    margin-right: 14px;
}

.navbar-default .navbar-contact .top-contact {
    font-weight: 300;
    color: #9cabb7;
    font-size: 14px;
}

.navbar-default .navbar-contact .top-contact a {
    color: #9cabb7;
    text-decoration: none;
}

.navbar-default .navbar-contact .top-contact .top-tel {
    margin-bottom: -2px;
}

.navbar-default .navbar-contact .top-contact .top-tel .tel {
    margin-right: 4px;
}

.navbar-default .icons-list li {
    text-align: center;
}

.navbar-default .icons-list li a {
    color: #000000;
    padding: 18px 14px 18px;
}

.navbar-default .icons-list li .icons-list-icon {
    font-size: 1.6em;
}

.navbar-default .icons-list li .icons-list-title {
    margin-top: 5px;
    font-size: 14px;
}

.navbar-default .icons-list li.shoppingcart a {
    position: relative;
}

.navbar-default .icons-list li.shoppingcart a .basket-quantity {
    position: absolute;
    width: 20px;
    height: 20px;
    font-size: 12px;
    border-radius: 50%;
    background-color: #55e05f;
    top: 8px;
    right: 20px;
    color: #fff;
    text-align: center;
    line-height: 20px;
}

.navbar-default .icons-list li:hover {
    background-color: transparent;
    border: 0;
}

.navbar-default .icons-list li:hover a {
    background-color: transparent;
    color: #00baff !important;
}

.navbar-default .navbar-main {
    margin: 0;
}

.navbar-default .navbar-second {
    position: relative;
}

.navbar-default .navbar-nav {
    margin: 0;
}

.navbar-default .navbar-nav > li {
    position: static;
    margin: 0;
}

.navbar-default .navbar-nav > li > a {
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: 500;
    font-size: 18px;
    border-bottom: 1px solid #f4f4f4;
}

.navbar-default .navbar-nav > li > a.red-menu-link {
    color: #f32d43;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a.red-menu-link:hover {
    background-color: #f32d43;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a.green-menu-link {
    color: #55e05f;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a.green-menu-link:hover {
    background-color: #55e05f;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a.blue-menu-link {
    color: #00baff;
    background-color: #ffffff;
}

.navbar-default .navbar-nav > li > a.blue-menu-link:hover {
    background-color: #00baff;
    color: #ffffff;
}

.navbar-default .navbar-nav > li > a.cycle-selector {
    color: #ffffff;
    background-color: #00baff;
}

.navbar-default .navbar-nav > li > a.user-login, .navbar-default .navbar-nav > li > a.user-logout {
    color: #ffffff;
    background-color: #55e05f;
}

.navbar-default .navbar-nav > li > a.user-login, .navbar-default .navbar-nav > li > a.user-logout, .navbar-default .navbar-nav > li > a.cycle-selector {
    border: 0;
}

.navbar-default .navbar-nav > li > a.user-login i, .navbar-default .navbar-nav > li > a.user-logout i, .navbar-default .navbar-nav > li > a.cycle-selector i {
    padding-bottom: 5px;
    font-size: 30px;
    vertical-align: middle;
    width: 35px;
    margin: auto;
    display: block;
    text-align: center;
}

.navbar-default .navbar-nav > li.icons-list-item a {
    padding: 19px 9px 19px;
}

.navbar-default .navbar-nav ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav .dropdown .contact {
    padding: 15px 15px;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .dropdown .contact {
        padding: 10px 15px 30px !important;
    }
}

.navbar-default .navbar-nav .dropdown .contact a {
    display: block;
    color: #000000;
}

.navbar-default .navbar-nav .nav-blurbs {
    display: none;
}

.navbar-default .navbar-nav .menu-column {
    padding: 0;
    margin: 0;
}

.navbar-default .navbar-nav .menu-column > li {
    margin-bottom: 0;
}

.navbar-default .navbar-nav .menu-column > li > a {
    color: #000000;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.navbar-default .navbar-back {
    margin-top: 20px;
    text-transform: uppercase;
}

.navbar-default .navbar-back .icon-send {
    font-size: 12px;
}

.navbar-default .navbar-back .icon-left {
    color: #000000;
}

.navbar-fullscreen {
    display: none;
    position: fixed;
    top: 82px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.navbar-fullscreen-open {
    display: block;
}
.col-main a[href$=".pdf"]:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/pdf.ico) no-repeat;
    margin-left: 5px;
    background-size: 100%;
    background-position: center;
}

body.menu-open .navbar-default .navbar-toggle .icon-menu:before {
    content: "\e900";
}

.navbar-category h3 {
    text-decoration: none;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    font-size: 15px !important;
    color: #00baff;
}

.navbar-category-links li {
    margin-bottom: 7px;
    line-height: 1;
}

.navbar-category-links li a {
    color: #000000;
    font-size: 13px;
    text-transform: none;
}

.navbar-category-search-box {
    position: relative;
    margin-bottom: 10px;
}

.navbar-category-search-box input {
    height: 35px;
    min-width: 100%;
    font-size: 12px !important;
    padding-left: 30px;
    padding-right: 10px;
}

.navbar-category-search-box .search-button {
    width: 20px;
    height: 20px;
    top: 7px;
}

.navbar-category-search-box .search-button .icon-search {
    font-size: 1em;
}

.navbar-default .navbar-nav .dropdown-mobile {
    display: none;
}

.navbar-default .navbar-nav .dropdown-languages {
    display: block;
}

.navbar-default .navbar-nav .dropdown-languages li {
    display: inline-block;
    margin: 0 10px;
}

.navbar-default .navbar-nav .dropdown-languages img {
    border: 1px solid #e0e0e0;
}

@media (max-width: 991px) {
    .navbar-default .navbar-form {
        border: 0;
        padding: 0px;
    }

    .navbar-default .navbar-main, .navbar-default .navbar-second {
        margin: 0 15px;
    }

    .navbar-default .navbar-main {
        margin-bottom: 20px;
    }

    .navbar-default .navbar-main li:last-child a {
        border: 0;
    }

    .navbar-default .navbar-main .red-menu-link:hover {
        color: #f32d43 !important;
        background-color: #ffffff !important;
    }

    .navbar-default .navbar-main .red-menu-link:after {
        opacity: 0;
    }

    .navbar-default .navbar-main .label {
        top: -3px;
    }

    .navbar-default .navbar-main .dropdown-toggle {
        position: relative;
        font-weight: 100;
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-default .navbar-main .dropdown-toggle:after {
        content: '';
        position: absolute;
        display: inline-block;
        top: 20px;
        right: 2px;
        height: 8px;
        width: 8px;
        border-right: 1px solid #000000;
        border-bottom: 1px solid #000000;
        transform: rotate(45deg);
        transition: all 0.2s ease;
    }

    .navbar-default .navbar-main .dropdown-toggle.open:after {
        transform: rotate(-135deg);
    }

    .navbar-default .navbar-main .dropdown-toggle.open:active, .navbar-default .navbar-main .dropdown-toggle.open:hover, .navbar-default .navbar-main .dropdown-toggle.open:focus {
        background-color: transparent !important;
    }

    .navbar-default .navbar-main .dropdown-toggle:active, .navbar-default .navbar-main .dropdown-toggle:hover, .navbar-default .navbar-main .dropdown-toggle:focus {
        color: #000000 !important;
        background-color: transparent !important;
    }

    .navbar-default .navbar-nav .dropdown-login {
        margin-bottom: 15px;
        text-align: center;
    }

    .navbar-default .navbar-nav .dropdown-login a {
        border-radius: 4px;
    }

    .navbar-default .navbar-nav .dropdown-login a.user-login {
        padding: 10px 0 6px;
    }

    .navbar-default .navbar-nav .dropdown-login a.user-logout {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    .navbar-default .navbar-nav .dropdown-support {
        margin-bottom: 15px;
    }

    .navbar-default .navbar-nav .dropdown-support a {
        background-color: #00baff !important;
        color: #ffffff !important;
        text-align: center;
        padding-top: 25px;
        padding-bottom: 25px;
        border-radius: 4px;
    }

    .navbar-default .navbar-nav .dropdown.text-center .dropdown-toggle {
        border: 0;
        padding: 10px 15px;
    }

    .navbar-default .navbar-nav .dropdown-menu {
        display: none;
        position: static;
        float: none;
        min-width: 100%;
        border: 0;
        box-shadow: none;
        padding: 0;
        margin: 10px 0 0;
    }

    .navbar-default .navbar-nav .dropdown-menu a {
        display: block;
        color: #000000;
        text-transform: none;
        padding: 0;
    }

    .navbar-default .navbar-nav .dropdown-menu a:active, .navbar-default .navbar-nav .dropdown-menu a:hover {
        color: #000000 !important;
    }

    .navbar-default .navbar-nav .dropdown-menu .container, .navbar-default .navbar-nav .dropdown-menu .purchase-guide-topbar {
        padding: 0;
    }

    .navbar-default .navbar-nav .dropdown-menu.open {
        display: block;
    }

    .navbar-default .navbar-nav .dropdown-submenu {
        margin-bottom: 10px;
    }

    .navbar-default .navbar-nav .dropdown-submenu li {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .dropdown-mobile {
        display: block;
    }

    .navbar-default .navbar-nav > li, .navbar-default .navbar-nav > div {
        position: relative;
    }

    .navbar-default .navbar-nav .submenu-parent {
        margin-top: 10px;
    }

    .navbar-default .navbar-nav .submenu-parent strong {
        text-transform: none;
    }

    .navbar-content {
        position: relative;
        padding-left: 0;
        padding-right: 0;
        width: 100%;
    }

    .navbar-content .navbar-second .dropdown li > a {
        font-size: 16px;
    }

    .navbar-content .navbar-second .dropdown:first-child {
        margin-bottom: 20px;
    }

    .navbar-content .navbar-second .dropdown:first-child a {
        border: 0;
    }
}

@media (max-width: 320px) {
    .navbar-content .navbar-second .dropdown > a {
        font-size: 16px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar-default .navbar-nav .dropdown-login, .navbar-default .navbar-nav .dropdown-support {
        float: left;
        width: 50%;
    }

    .navbar-default .navbar-nav .dropdown-support {
        padding-right: 7.5px;
    }

    .navbar-default .navbar-nav .dropdown-login {
        padding-right: 7.5px;
    }

    .navbar-default .navbar-nav .text-center {
        clear: both;
    }

    .navbar-default .navbar-right li:nth-of-type(6) {
        padding-right: 0;
        padding-left: 7.5px;
    }
}

@media (min-width: 992px) {
    .navbar-default .navbar-nav > li > a:hover,
    .navbar-default .navbar-nav > li > a:focus,
    .navbar-default .navbar-nav > li:hover,
    .navbar-default .navbar-nav > li:focus {
        background-color: transparent;
        border: 0;
    }

    .navbar-default .navbar-nav > li > a:hover > a,
    .navbar-default .navbar-nav > li > a:focus > a,
    .navbar-default .navbar-nav > li:hover > a,
    .navbar-default .navbar-nav > li:focus > a {
        background-color: #333;
        color: #ffffff !important;
        font-weight: 500;
    }

    .navbar-nav .dropdown.open > a, .navbar-nav .dropdown.open > a:hover, .navbar-nav .dropdown.open > a:focus {
        background-color: #333;
        color: #ffffff !important;
        font-weight: 500;
    }

    .navbar-fullscreen {
        position: static;
        overflow: inherit;
        display: block;
        border-top: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }

    .navbar-nav .dropdown.open > .dropdown-menu,
    .menu-hover .dropdown:hover > .dropdown-menu {
        display: block;
    }

    .navbar-default {
        top: 0;
        border: 0;
        height: auto;
        position: relative;
        margin: 0 !important;
    }

    .navbar-default .navbar-brand {
        transform: none;
        display: inline-block;
        position: relative;
        height: auto;
        left: auto;
        margin-top: 29px;
        margin-bottom: 29px;
        margin-left: 0 !important;
    }

    .navbar-default .navbar-brand .brand-img {
        width: 220px;
        height: 32px;
    }

    .navbar-default .navbar-title {
        margin: 20px 0px;
        width: calc(100% - 220px - 220px);
    }

    .navbar-default .navbar-title h1 {
        font-weight: 700;
        margin: 0;
    }

    .navbar-default .navbar-back {
        text-align: right;
        margin: 33px 0px 0px;
        width: 220px;
        color: #000000;
    }

    .navbar-default .navbar-nav > li > a {
        padding: 14px 7px 15px;
        background: none;
        font-size: 13px;
        border: 0;
    }

    .navbar-default .navbar-nav .dropdown-menu {
        border: 0;
        margin-top: -1px !important;
        background: #ffffff;
        border-top: 1px solid #f4f4f4;
        padding: 0;
    }

    .navbar-default .navbar-nav .dropdown-menu .lists {
        padding: 20px 20px;
    }

    .navbar-default .navbar-nav .menu-column {
        padding: 0;
        margin: 0;
        float: left;
    }

    .navbar-default .navbar-nav .menu-column > li {
        margin-bottom: 0;
    }

    .navbar-default .navbar-nav .menu-column > li > a {
        font-size: 15px;
    }

    .navbar-default .navbar-nav .menu-column > li .dropdown-submenu {
        margin-bottom: 10px;
    }

    .navbar-default .navbar-nav .menu-column > li .dropdown-submenu > li {
        margin-bottom: 0;
        line-height: 20px;
    }

    .navbar-default .navbar-nav .menu-column > li .dropdown-submenu > li > a {
        font-size: 14px;
    }

    .navbar-default .navbar-nav .menu-column > li .dropdown-submenu strong {
        margin-top: 10px;
        display: block;
        text-transform: none;
        font-size: 16px;
    }

    .navbar-default .navbar-nav .menu-column > li .dropdown-submenu a {
        color: #000000;
        text-decoration: none;
        text-transform: none;
    }

    .navbar-default .navbar-nav .menu-column-tight {
        width: 205px;
    }

    .navbar-default .navbar-nav .nav-blurbs {
        display: block;
        float: right;
        width: 300px;
    }

    .navbar-default .navbar-nav .nav-blurbs-tight {
        width: 100%;
        margin-top: 10px;
    }

    .navbar-default .navbar-nav .nav-blurbs-tight .nav-blurb {
        width: 190px;
        float: left;
        margin-right: 15px;
    }

    .navbar-default .navbar-nav .nav-blurbs img {
        max-width: 100%;
        height: auto;
        margin-bottom: 10px;
        width: 100%;
    }

    .navbar-default .navbar-nav .nav-blurbs .nav-blurb {
        margin-bottom: 20px;
    }

    .navbar-default .navbar-nav .nav-blurbs h3 {
        font-weight: 400;
        font-size: 16px;
        text-transform: none;
    }

    .navbar-default .navbar-nav .nav-blurbs p {
        text-transform: none;
        font-size: 14px;
        line-height: 20px;
    }

    .navbar-default .navbar-nav .nav-blurbs .blurb-link {
        color: #000000;
    }

    .navbar-default .navbar-main {
        margin-left: -9px;
    }

    .navbar-default .navbar-second .dropdown .dropdown-menu {
        padding: 5px 5px;
        left: 0;
        right: auto;
    }

    .navbar-default .navbar-second .dropdown .dropdown-menu li a {
        padding: 10px 15px;
        text-decoration: none;
    }

    .navbar-default .navbar-second .dropdown .dropdown-menu li a:hover {
        background-color: transparent;
        color: #f32d43;
    }

    .navbar-content {
        position: relative;
    }
}

@media (min-width: 1200px) {
    .navbar-default .navbar-nav .nav-blurbs {
        width: 400px;
    }

    .navbar-default .navbar-nav .nav-blurbs-tight {
        width: 220px;
    }

    .navbar-default .navbar-nav .nav-blurbs-tight .nav-blurb {
        width: 100%;
    }

    .navbar-default .navbar-nav .menu-column-tight {
        width: 225px;
    }

    .navbar-default .navbar-nav > li > a {
        font-size: 16px;
        padding: 14px 8px 15px;
    }
}

.navbar-form [ng-click] {
    cursor: pointer;
}

.navbar-header .autocomplete-products .col-md-6:nth-child(2n+1) {
    clear: left;
}

.search-inputbox {
    padding-left: 45px;
    padding-right: 10px;
    min-width: 350px;
}

input#search::placeholder {
    text-transform: none !important;
}

.search-button {
    position: absolute;
    border: 0;
    padding: 0;
    width: 25px;
    height: 25px;
    left: 10px;
    top: 10px;
    outline: 0;
    background-color: transparent;
}

@media (max-width: 991px) {
    .search-button {
        left: 30px;
    }
}

@media (max-width: 767px) {
    .search-button {
        left: 15px;
    }
}

.search-button .icon-search {
    font-size: 1.7em;
    color: #7f7f7f;
}

@media (max-width: 991px) {
    .search-button .icon-search {
        font-size: 24px;
    }
}

.search-wrapper {
    position: relative;
    width: 350px;
    color: #383838;
}

@media (min-width: 991px) {
    .search-wrapper {
        z-index: 300;
    }
}

@media (max-width: 991px) {
    .search-wrapper {
        width: 100%;
    }
}

.search-wrapper .search-box input {
    width: 100%;
    box-sizing: border-box !important;
    margin: 0;
    display: block;
    vertical-align: middle;
    padding: 5px 60px;
    border-radius: 5px;
    line-height: 15px;
}

@media (max-width: 991px) {
    .search-wrapper .search-box input {
        border-radius: 0;
        padding: 5px 60px;
    }
}

@media (max-width: 767px) {
    .search-wrapper .search-box input {
        line-height: 17px;
    }
}

.search-wrapper .search-box button {
    box-sizing: border-box !important;
    vertical-align: middle;
    cursor: pointer;
    background-size: contain !important;
    border-radius: 0 5px 5px 0;
    overflow: visible;
    margin: 0;
    text-indent: 0;
    color: #fff;
}

.slider {
    position: relative;
}

.slider-item {
    margin-bottom: 0;
    cursor: pointer;
}

.slider-item:focus {
    outline: none;
}

.slick-arrow {
    width: 24px;
    height: 24px;
    line-height: 0;
    position: absolute;
    z-index: 500;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: block;
    padding: 0;
    cursor: pointer;
    border: none;
    outline: none;
    background: transparent;
}

.slick-prev {
    left: 30px;
}

.slick-next {
    right: 30px;
}

.slick-dots {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    list-style: none;
    padding: 0;
}

.slick-dots li {
    display: inline-block;
    height: 3px;
    width: 50px;
    background-color: #fff;
    margin: 0px 5px;
}

.slick-dots li button {
    display: none;
}

.slick-dots li.slick-active {
    background-color: #00baff;
}

.products-slider .slick-prev {
    left: 10px;
    transform: translateY(-120%);
}

@media (max-width: 768px) {
    .products-slider .slick-prev {
        left: -15px;
    }
}

.products-slider .slick-next {
    right: 10px;
    transform: translateY(-120%);
}

@media (max-width: 768px) {
    .products-slider .slick-next {
        right: -15px;
    }
}

.products-slider .slick-arrow {
    display: inline-block !important;
}

@media (max-width: 1024px) {
    .products-slider .price {
        display: block;
    }
}

.products-crosssell, .products-crosssell-bike {
    padding: 0;
    margin: 0;
}

.products-crosssell .slick-prev, .products-crosssell-bike .slick-prev {
    left: 0;
    transform: translateY(-120%);
}

.products-crosssell .slick-next, .products-crosssell-bike .slick-next {
    right: 0;
    transform: translateY(-120%);
}

@media (max-width: 767px) and (max-width: 767px) {
    .products-crosssell-bike .slick-prev {
        left: -15px;
    }
}

@media (max-width: 767px) and (max-width: 767px) {
    .products-crosssell-bike .slick-next {
        right: -15px;
    }
}

@media (max-width: 767px) {
    .products-crosssell-bike .slick-arrow {
        display: block !important;
    }
}

.products-add {
    padding: 0;
    list-style: none;
    list-style-type: none;
}

.jumbotron-slider {
    height: 250px;
    overflow: hidden;
}

.jumbotron-slider.slick-slider {
    height: auto;
    overflow: visible;
}

@media (min-width: 768px) and (max-width: 1024px) {
    .jumbotron-slider .slick-dots {
        bottom: 40px;
    }
}

@media (max-width: 1024px) {
    .jumbotron-slider .slick-dots li {
        height: 2px;
        width: 25px;
    }
}

@media (max-width: 767px) {
    .jumbotron-slider .slick-dots {
        bottom: 65px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .jumbotron-slider {
        background-color: #ffffff;
        padding-bottom: 20px;
    }
}

.banner-slider .slick-dots {
    bottom: 0;
}

.banner-slider .slick-dots li {
    height: 2px;
    width: 25px;
}

.products-recommended .slick-dots {
    bottom: 5px;
}

.products-recommended .slick-dots li {
    background-color: #f4f4f4;
}

.products-recommended .slick-dots li.slick-active {
    background-color: #00baff;
}

.single-product-images .icon-left, .single-product-images .icon-right {
    color: #000000;
}

.single-product-images .slick-prev {
    left: 15px;
}

.single-product-images .slick-next {
    right: 15px;
}

.single-product-images .slick-dots {
    bottom: 5px;
}

.single-product-images .slick-dots li {
    background-color: #f4f4f4;
}

.single-product-images .slick-dots li.slick-active {
    background-color: #00baff;
}

@media (max-width: 767px) {
    .single-product-image {
        margin-bottom: 0px;
        padding-bottom: 40px;
    }

    .single-product-image .slick-dots {
        bottom: 0;
        margin-bottom: 0;
    }

    .single-product-image .slick-dots li {
        background-color: #f4f4f4;
        width: 30px;
    }

    .single-product-image .slick-dots li.slick-active {
        background-color: #00baff;
    }
}

@media (max-width: 767px) {
    .input_submit {
        margin-top: 5px;
        display: block;
    }

    .slick-dots {
        bottom: 50px;
        width: 100%;
        text-align: center;
    }

    .slick-arrow {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .jumbotron-slider {
        height: 480px;
        overflow: hidden;
    }

    .jumbotron-slider.slick-slider {
        height: auto;
        overflow: visible;
    }

    .products-crosssell {
        padding: 0px 25px;
    }
}

.jumbotron {
    position: relative;
    height: 480px;
    overflow: hidden;
    padding: 0;
    color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.jumbotron h2 {
    margin-top: 0;
    font-size: 40px;
    color: #fff;
}

.jumbotron p {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 25px;
}

.jumbotron .slick-prev:before,
.jumbotron .slick-next:before {
    color: #fff !important;
    font-size: 40px !important;
}

.jumbotron .container, .jumbotron .purchase-guide-topbar {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    padding-left: 70px;
    padding-right: 70px;
}

@media (max-width: 1024px) {
    .jumbotron .chevron {
        display: inline-block !important;
        position: relative;
        top: -1px;
        left: 7px;
        height: 9px;
        width: 9px;
        border-right: 2px solid #ffffff;
        border-bottom: 2px solid #ffffff;
        transform: rotate(-45deg);
    }
}

@media (max-width: 767px) {
    .jumbotron .container, .jumbotron .purchase-guide-topbar {
        text-align: center;
        padding: 30px 25px 85px;
    }
}

@media (min-width: 992px) {
    .jumbotron h2 {
        font-size: 85px;
    }
}

.banner {
    position: relative;
    padding: 0;
    color: white;
    margin-bottom: 20px;
    border-radius: 4px;
    padding: 45px 60px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

@media screen and (max-width: 991px) {
    .banner {
        padding: 20px 20px;
        border-radius: 0;
    }
}

@media (max-width: 1024px) {
    .banner {
        margin-bottom: 0;
    }
}

.banner .discount {
    background-color: #f32d43;
    position: absolute;
    border-radius: 50%;
    top: 15px;
    left: 20px;
    font-size: 30px;
    width: 90px;
    height: 90px;
    text-align: center;
    line-height: 90px;
}

.banner h2 {
    text-decoration: none;
    position: relative;
    margin-top: 0;
    font-size: 45px;
    color: #fff;
}

.banner h3 {
    text-decoration: none;
    position: relative;
    margin-top: 0;
    font-size: 30px;
    font-weight: 600;
    color: #fff;
}

.banner p {
    text-decoration: none;
    position: relative;
    font-size: 18px;
    font-weight: 300;
    color: #fff;
}

.banner a {
    text-decoration: none;
    position: relative;
    color: #00baff;
}

.banner button {
    position: relative;
}

.banner:before {
    border-radius: 4px;
    position: absolute;
    content: '';
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    transition: opacity 0.5s ease;
}

.banner:hover:before {
    display: block;
    opacity: 0.5;
}

.banner-overlay {
    z-index: 0;
}

.banner-overlay:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(7, 209, 255, 0.6);
}

.banner-overlay .container-fluid {
    position: relative;
    z-index: 1;
}

.banner-header > div {
    text-align: center;
}

.banner-header h2 {
    margin-top: 32px;
    font-size: 25px;
    text-transform: none;
}

.banner-header:before {
    display: none;
}

.banner-header:hover:before {
    display: none;
}

.banner-page-header {
    padding-top: 150px;
    padding-bottom: 150px;
    margin: 0;
}

.banner-page-header h2 {
    margin-top: 0;
}

.banner-page-header > div {
    text-align: left;
}

.banner-page-header .breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.banner-page-header .breadcrumbs a, .banner-page-header .breadcrumbs span {
    color: #ffffff !important;
    font-size: 14px;
}

.banner-page-header .breadcrumbs span {
    font-weight: 400;
}

.banner-page-header .breadcrumb-list-item {
    border-color: #ffffff;
}

.banner-center {
    text-align: center;
}

.banner-small {
    padding: 45px 0px;
    min-height: 340px;
}

@media screen and (max-width: 991px) {
    .banner-small {
        padding: 20px 0;
    }
}

@media (max-width: 767px) {
    .banner-small {
        min-height: 240px;
    }
}

.banner-small h2 {
    font-size: 35px;
}

.banner-small p {
    font-size: 18px;
    min-height: 50px;
}

.banner-small .text-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    backface-visibility: hidden;
    z-index: 1;
}

.banner-small .text-left {
    position: absolute;
    text-align: left;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    backface-visibility: hidden;
    padding-left: 40px;
    max-width: 60%;
    z-index: 1;
}

.banner-table {
    display: table;
    table-layout: fixed;
}

.banner-table .banner-cell {
    display: table-cell;
    vertical-align: middle;
}

.banner-points {
    margin-bottom: 20px;
}

.banner-points .banner-cell {
    padding-left: 15px;
    padding-right: 15px;
}

.banner-points .points {
    background-color: #ffffff;
    text-align: center;
    padding: 20px 20px;
}

.banner-points .points-amount {
    font-size: 35px;
    font-weight: 500;
    line-height: 1;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.banner-points .points-unit {
    color: #00baff;
    font-weight: 500;
    font-size: 17px;
}

.banner-points .points-title {
    font-weight: 500;
    font-size: 16px;
    color: #ffffff;
}

.banner-points .points-badge {
    vertical-align: top;
    padding: 0;
}

.banner-points .points-readmore {
    padding: 0px 30px;
}

.banner-register img {
    margin-bottom: 20px;
}

.banner-register:before {
    display: none;
}

.banner-register:hover:before {
    display: none;
}

.banner-icon {
    display: inline-block;
    color: #ffffff;
    margin-top: 20px;
    margin-bottom: 40px;
    padding: 0 60px;
}

.banner-icon i {
    display: block;
    font-size: 40px;
    margin-bottom: 15px;
}

@media (max-width: 1024px) {
    .banner-left {
        text-align: center;
    }

    .banner-icon {
        padding: 0 35px;
    }
}

@media (max-width: 767px) {
    .banner {
        border-radius: 0;
    }

    .banner h2 {
        font-size: 30px;
    }

    .banner p {
        font-size: 17px;
    }

    .banner-left {
        min-height: 300px;
        text-align: center;
    }

    .banner-left .container-fluid {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
        backface-visibility: hidden;
        max-width: 320px;
        padding: 0;
    }

    .banner-icon {
        vertical-align: top;
        width: calc(50% - 2px);
        padding: 0 10px;
        margin-top: 0;
        margin-bottom: 0;
    }

    .banner-icon i {
        font-size: 30px;
    }
}

@media (max-width: 320px) {
    .banner-left .container-fluid {
        max-width: 300px;
    }
}

@media (min-width: 992px) {
    .banner-header h2 {
        font-size: 50px;
    }
}

.usp-grid {
    margin-bottom: 20px;
}

.usp-grid a {
    display: block;
    padding: 10px 0px;
}

.usp-grid-icon {
    width: 88px;
    height: 50px;
    display: inline-block;
    text-align: center;
}

.ups-grid-copy {
    width: calc(100% - 110px);
    display: inline-block;
    vertical-align: middle;
    font-weight: 500;
    font-size: 16px;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .usp-grid {
        margin-bottom: 0;
    }
}

.products-list {
    padding: 0;
    list-style: none;
}

@media (min-width: 1200px) {
    .products-list {
        min-height: 470px;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    .products-list {
        min-height: 325px;
    }
}

@media (max-width: 991px) {
    .products-list-hidden {
        padding-top: 0;
    }

    .products-list-hidden .btn-products-list {
        display: block;
    }

    .products-list-hidden .products-list-wrapper {
        display: none;
    }

    .products-list-wrapper .btn {
        width: 100%;
    }

    .products-list-wrapper .product-inline-image {
        display: block;
        width: 120px;
        padding: 0px 10px 10px;
        margin: auto;
    }

    .products-list-wrapper .product-inline-info {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.products-add {
    margin-bottom: 0;
}

.products-grid,
.products-recommended {
    margin: 0;
    list-style: none;
    padding: 0;
}

.products-grid > li,
.products-recommended > li {
    margin-bottom: 20px;
}

.product-simple {
    min-height: 204px;
}

.product-simple a {
    text-decoration: none;
    color: #000000 !important;
    display: block;
}

.product-simple a:hover {
    opacity: 0.7;
}

.product-simple a:hover .product-simple-name {
    color: #00baff;
}

.product-simple-image {
    margin-top: 0;
    margin-bottom: 20px;
}

.product-simple-image img {
    max-width: 80%;
    height: auto;
    margin: 0 auto;
}

.product-inline {
    margin-bottom: 10px;
}

.product-inline a {
    text-decoration: none;
    color: #000000 !important;
    display: block;
}

.product-inline a:hover {
    opacity: 0.7;
}

.product-inline a:hover .product-inline-name {
    color: #00baff;
}

.product-inline-image {
    display: inline-block;
    width: 100px;
    padding: 0px 10px;
}

.product-inline-image img {
    /*width: 100%;*/
    height: auto;
}

@media (max-width: 767px) {
    .product-inline-image {
        display: block;
        width: 120px;
        padding: 0px 10px 10px;
        margin: auto;
    }
}

.product-inline-info {
    display: inline-block;
    width: calc(100% - 105px);
    vertical-align: middle;
    font-size: 12px;
}

@media (max-width: 767px) {
    .product-inline-info {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.product-inline-name {
    margin-bottom: 5px;
}

.product-inline-price .price {
    font-size: 14px;
}

.product-upsale {
    padding: 0px 5px;
}

.product-upsale a {
    text-decoration: none;
    color: #000000 !important;
    display: block;
}

.product-upsale a:hover {
    opacity: 0.7;
}

.product-upsale a:hover .product-upsale-name {
    color: #00baff;
}

.product-upsale-image {
    display: inline-block;
    width: 100px;
}

.product-upsale-image img {
    width: 100%;
    height: auto;
}

.product-upsale-info {
    display: inline-block;
    width: calc(100% - 105px);
    vertical-align: top;
}

.product-upsale-name {
    font-size: 12px;
    margin-bottom: 5px;
}

.product-upsale-price {
    margin-bottom: 10px;
}

.products-crosssell-bike .product-upsale {
    padding: 0 20px;
    text-align: center;
}

@media (max-width: 767px) {
    .products-crosssell-bike .product-upsale-image {
        margin-bottom: 10px;
    }

    .products-crosssell-bike .product-upsale-image, .products-crosssell-bike .product-upsale-info {
        display: block;
        width: 100%;
        text-align: center;
    }
}

.product-add {
    margin-bottom: 10px;
}

.product-add-image {
    display: inline-block;
    width: 125px;
    padding: 5px;
    background-color: #ffffff;
    border-radius: 4px;
}

.product-add-image img {
    width: 100%;
    height: auto;
}

.product-add-info {
    display: inline-block;
    width: calc(100% - 185px);
    vertical-align: top;
    margin-left: 10px;
}

.product-add-price {
    display: inline-block;
    margin-right: 15px;
    margin-bottom: 0;
}

.product-add-buy {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
}

.product-grid, .product-recommended {
    position: relative;
    border-radius: 4px;
    background-color: #fff;
    padding: 10px 10px;
    height: 340px;
}

.product-grid a, .product-recommended a {
    text-decoration: none;
    color: #000000 !important;
}

.product-options-price .price {
    color: #f32d43;
}

.product-grid-price .price {
    color: #f32d43;
}

.product-grid-price.campaign {
    background-color: #e9e8e8;
    display: flex;
    align-items: center;
    padding-left: 10px;
    border-radius: 5px;
    overflow: hidden;
    margin-top: 5px;
}

.price.promo.campaign {
    line-height: 1;
}

.campaign-block {
    width: 43%;
    margin-left: auto;background: #f32d43;display: flex;line-height: 1;flex-direction: column;align-items: center;color: white;padding: 6px 13px;
}


.notify-badge-date {
    font-size: 10px;
    font-weight: bold;
}
.notify-badge-product {
    margin-left: auto;background: #f32d43;display: flex;line-height: 1.3;flex-direction: column;align-items: center;color: white;padding: 6px 13px;
}

@media only screen and (max-device-width: 480px) {
    .product-grid-price.campaign {
        flex-direction: column;
        padding-left: 0;
    }

    .campaign-prices {
        display: flex;
        align-items: center;
        flex-direction: row-reverse;
        padding-top: 4px;
    }

    .price.promo {
        margin: 5px 0;
    }

    .price.promo.campaign {
        margin-left: 4px;
    }

    .campaign-block {
        margin-top: 4px;
        margin-left: 0;
        width: 100% !important;
    }

    .product-grid-attribute {
        display: none;
    }

    .price.savings {
        margin-left: 21px;
    }

   .product-grid-content .price.savings {
        margin-left: 0;
    }
}


.savings.price  {
    color: #000000;
}

.product-grid a:hover, .product-recommended a:hover {
    opacity: 0.7;
}

.product-grid a:hover .product-grid-name, .product-recommended a:hover .product-grid-name {
    color: #00baff;
}

.product-grid-topbar, .product-recommended-topbar {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    z-index: 400;
    font-size: 11px;
    z-index: 2;
    line-height: 1;
}

.product-grid-topbar .list-compare-checkbox, .product-recommended-topbar .list-compare-checkbox {
    cursor: pointer;
    float: right;
    text-transform: uppercase;
}

.product-grid-topbar .list-compare-checkbox a, .product-recommended-topbar .list-compare-checkbox a {
    color: #b4b4b4;
}

.product-grid-topbar .list-compare-checkbox a:hover, .product-recommended-topbar .list-compare-checkbox a:hover {
    color: #55e05f;
}

.product-grid-topbar .fast-delivery, .product-recommended-topbar .fast-delivery {
    float: right;
}

.product-grid-image, .product-recommended-image {
    margin-top: 20px;
    height: 65%;
    text-align: center;
}

.product-grid-image img, .product-recommended-image img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.product-grid-info, .product-recommended-info {
    font-size: 14px;
    z-index: 2;
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
}

.product-grid-content {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
}

.product-grid-attribute {
    display: none;
    text-transform: uppercase;
    font-size: 14px;
    list-style: none;
    list-style-type: none;
    border-bottom: 1px solid #f4f4f4;
    padding: 5px 0px;
}

.product-grid-attribute .attribute {
    font-weight: 400;
    margin-bottom: 1px;
    font-size: 13px;
    line-height: 1.3em;
}

.product-grid-attribute .attribute:nth-last-child(1) {
    margin-bottom: 4px;
}

.product-grid-attribute .attribute-name {
    color: #b1b1b1;
}

.product-grid-discount {
    background-color: #f32d43;
    color: #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 47px;
    width: 47px;
    height: 47px;
    text-align: center;
    margin-bottom: 10px;
}

.product-grid-discount.se {
    font-size: 11px;
    width: 55px;
    height: 55px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 15px;
    text-wrap: wrap;
    text-transform: uppercase;
}

.catalog-category-view .product-grid-discount, .catalogsearch-result-index .product-grid-discount {
    position: absolute;
    top: 7px;
    left: 7px;
}

.product-grid-discount {
    position: absolute;
    top: 7px;
    left: 7px;
}

/*.cms-index-index .product-grid-discount {*/
/*    position: inherit;*/
/*}*/

.product-grid-name {
    margin-bottom: 3px;
    line-height: 1.3em;
    font-weight: 500;
    word-break: break-word;
}

.product-grid-price .price, .product-upsale-price .price, .product-add-price .price, .product-recommended-price .price {
    font-size: 17px;
    font-weight: 500;
}

.product-grid-price .price.promo, .product-upsale-price .price.promo, .product-add-price .price.promo, .product-recommended-price .price.promo {
    font-size: 18px;
    color: #f32d43;
}

.product-grid-price .price.savings, .product-upsale-price .price.savings, .product-add-price .price.savings, .product-recommended-price .price.savings {
    font-weight: 300;
    font-size: 13px;
    text-decoration: line-through;
}

.product-recommended a {
    text-decoration: none;
    color: #000000 !important;
}

.product-recommended a:hover {
    opacity: 0.7;
}

.product-recommended a:hover .product-recommended-name {
    color: #00baff;
}

.product-recommended-topbar {
    text-align: right;
}

.product-recommended-topbar .bestsellers {
    display: inline-block;
    font-size: 14px;
    padding: 3px 5px;
    border: 1px solid #55e05f;
    border-radius: 4px;
    color: #55e05f;
    text-transform: uppercase;
}

.product-recommended-image {
    height: 80%;
}

.product-recommended-discount {
    background-color: #f32d43;
    color: #fff;
    border-radius: 50%;
    font-size: 25px;
    line-height: 80px;
    width: 80px;
    height: 80px;
    text-align: center;
    margin-bottom: 10px;
    position: absolute;
    top: 10px;
    left: 10px;
}

.product-recommended-discount.se {
    font-size: 17px;
    font-weight: bold;
    line-height: 1.2;
    padding-top: 21px;
    text-transform: uppercase;
}

.catalog-category-view .product-recommended-price {
    margin-top: 10px;
}
.catalog-category-view .product-recommended-price .price {
    display: inline;
}

.catalog-category-view .product-recommended-price .price.savings {
    margin-left: 0;

}

.product-recommended-info:after {
    opacity: 0.8;
}

.product-recommended-name {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 0px;
    max-width: 70%;
    display: block;
    background-color: rgba(255, 255, 255, 0.6);
}

.product-recommended-price .price {
    display: block;
}

.product-recommended-price .price.promo {
    font-size: 27px;
}

.product-campaign-list {
    padding: 10px 0px;
    margin: 0;
    list-style: none;
    list-style-type: none;
    text-align: center;
}

.product-campaign-list li {
    border-radius: 4px;
    display: inline-block;
    background-color: #f4f4f4;
    padding: 4px 10px;
    margin: 5px 3px;
}

.product-campaign-list li a {
    text-decoration: none;
    color: #000000;
}

@media (max-width: 1024px) {
    .products-recommended {
        background-color: #ffffff;
        padding-bottom: 10px;
    }

    .product-grid-content {
        text-align: left;
    }

    .product-grid-attribute .attribute-name {
        color: #000000;
    }
}

@media (max-width: 1024px) {
    .products-grid {
        background-color: #f4f4f4;
        padding-top: 20px;
    }
}

@media (max-width: 991px) {
    .product-recommended {
        height: 100% !important;
        margin-bottom: 0 !important;
    }

    .product-recommended-discount {
        position: absolute;
        bottom: 100%;
        font-size: 20px;
        line-height: 65px;
        width: 65px;
        height: 65px;
    }

    .product-recommended-info {
        position: relative;
        bottom: 0;
    }

    .product-recommended-price .price.promo {
        font-size: 25px;
    }
}

@media (max-width: 767px) {
    .products-grid {
        padding: 1px 0;
    }

    .products-grid li {
        padding: 1px;
        margin-bottom: 0px;
    }

    .product-grid-image, .product-recommended-image {
        margin-top: 20px;
    }

    .product-grid-image img, .product-recommended-image img {
        width: auto;
        height: auto;
    }

    .product-grid-topbar {
        text-align: center;
    }

    .product-grid-topbar span, .product-recommended-topbar span {
        float: none !important;
    }

    .product-grid-attribute {
        min-height: 38px;
        font-size: 11px;
        border-bottom: 0;
    }

    .product-recommended {
        margin-bottom: 20px;
    }

    .product-recommended-image img {
        width: auto;
        height: auto;
    }
}

@media (max-width: 991px) {
    .product-add {
        margin-bottom: 20px;
        padding: 0;
    }

    .product-add-image {
        width: 100px;
    }

    .product-add-info {
        width: calc(100% - 115px);
    }

    .product-add:nth-last-child(1) {
        margin-bottom: 0;
    }
}

.close-product-overlay {
    position: absolute;
    top: 10px;
    right: 0;
    height: 35px;
    width: 35px;
    margin: 0 10px;
    cursor: pointer;
}

@media (max-width: 991px) {
    .close-product-overlay {
        top: initial;
        bottom: 0;
    }
}

.close-product-overlay:before, .close-product-overlay:after {
    content: '';
    position: absolute;
    top: 16px;
    left: 0;
    background: #000000;
    height: 3px;
    width: 35px;
    border-radius: 1px;
}

.close-product-overlay:before {
    transform: rotate(45deg);
    transform-origin: center center;
}

.close-product-overlay:after {
    transform: rotate(-45deg);
}

.product-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: -1000;
    max-height: 0;
    background: #ffffff;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

@media (max-width: 991px) {
    .product-overlay {
        padding-bottom: 70px;
    }
}

@media (max-width: 767px) {
    .product-overlay {
        position: static;
        opacity: 1;
        z-index: 1;
        max-height: 100%;
        padding-bottom: 20px;
        overflow-y: visible;
    }

    .product-overlay .container, .product-overlay .purchase-guide-topbar {
        padding: 0;
    }
}

.product-overlay .divider {
    margin: 30px 0;
}

.product-overlay .product-images .discount {
    display: none;
}

.product-overlay .add-to-cart {
    float: left;
    width: 100%;
}

@media (max-width: 767px) {
    .product-overlay .add-to-cart {
        float: none;
        width: initial;
        margin: 0 -10px;
    }
}

.product-overlay .add-to-cart .btn {
    width: 100%;
}

@media (max-width: 767px) {
    .product-overlay .add-to-cart .btn {
        border-radius: 0;
        padding: 20px 20px 15px;
    }
}

.product-overlay .product-choice {
    padding: 0;
    margin: 0px 0px 20px 0px;
}

.product-overlay .product-top-items {
    position: absolute;
    bottom: -2px;
}

.product-overlay .product-options-wrapper {
    margin-top: 20px;
}

@media (min-width: 768px) {
    .product-overlay .product-options-wrapper {
        float: left;
        width: 100%;
        margin-top: 0;
    }

    .product-overlay .product-options-wrapper .message {
        float: left;
        width: 100%;
    }
}

.product-overlay .product-options-points {
    border: 0;
    margin-top: 0;
}

@media (max-width: 991px) {
    .product-overlay .product-options-points {
        float: left;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-overlay .product-options-points {
        padding-top: 0;
    }

    .product-overlay .product-options-points p {
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .product-overlay .product-options-header h3 {
        text-align: center;
    }
}

.product-overlay .product-options-size {
    text-align: center;
    padding: 0 10px 20px;
}

.product-overlay .product-options-size a {
    text-decoration: underline;
    color: #858585;
}

.product-overlay-top {
    position: absolute;
    bottom: 0;
    right: 0;
}

.product-overlay-top .product-options-price {
    margin: 0;
}

.product-overlay-top .product-options-price .regular {
    font-size: 18px !important;
    margin-left: 10px;
}

.product-overlay-top-wrapper {
    position: relative;
    padding-top: 20px;
}

.product-overlay-top-wrapper h1 {
    margin: 0;
}

.product-overlay-top-name {
    padding-right: 150px;
    min-height: 80px;
    display: flex;
    align-items: flex-end;
}

@media (max-width: 991px) {
    .product-overlay-top-name {
        min-height: 60px;
    }
}

.product-overlay-top-name h2 {
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .product-overlay-top-name {
        padding-right: 10px;
    }
}

@media (max-width: 991px) {
    .product-overlay .product-images-nav-thumbnails {
        margin-bottom: 10px;
    }
}

.product-overlay-left-wrapper {
    float: right;
}

@media (max-width: 767px) {
    .product-overlay-left-wrapper {
        float: none;
        margin-bottom: 20px;
        padding: 0;
    }
}

.product-overlay .product-choice .configurable span {
    display: none;
    float: right;
    font-size: 12px;
}

.product-overlay .product-choice .configurable label {
    font-size: 16px;
}

@media (max-width: 767px) {
    .product-overlay .product-choice .configurable label {
        border-color: #00baff;
        padding: 10px 0;
        font-weight: 100;
        margin: 0 3px;
        font-size: 14px;
    }
}

@media (max-width: 320px) {
    .product-overlay .product-choice .configurable label {
        width: 64px !important;
    }
}

@media (max-width: 320px) {
    .product-overlay .product-choice .configurable {
        width: 72px !important;
    }
}

@media (max-width: 767px) {
    .product-overlay .product-choice {
        text-align: center;
        margin: 0;
    }

    .product-overlay .product-choice li {
        position: relative;
        display: inline-block;
        width: 100%;
        border: 0;
        padding: 0 0 35px;
    }

    .product-overlay .product-choice .item.configurable .validate-custom-configurable:checked + label {
        background-color: #00baff;
        color: #ffffff;
        border-color: #00baff;
    }

    .product-overlay .product-choice .item.stock {
        text-align: left;
        padding-left: 10px;
        font-size: 13px;
        width: 96px;
    }

    .product-overlay .product-choice .item.delivery-time {
        width: 50%;
    }

    .product-overlay .product-choice .item.size {
        position: absolute;
        bottom: 5px;
        left: 83px;
        width: auto;
        padding: 0;
        min-height: inherit;
    }

    .product-overlay .product-choice .out-of-stock-variant label {
        border: 1px solid #00baff !important;
    }

    .product-overlay .product-choice .icon {
        font-size: 0.7em;
    }
}

@media (max-width: 320px) {
    .product-overlay .product-choice .item.stock, .product-overlay .product-choice .item.delivery-time, .product-overlay .product-choice .item.size {
        font-size: 12px;
    }

    .product-overlay .product-choice .item.delivery-time {
        width: 40%;
    }
}

.product-overlay .mobile-accessories {
    display: inline-block;
}

.product-overlay .mobile-accessories .options-list label {
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-overlay .mobile-accessories {
        width: 100%;
        display: none;
        padding: 20px 0 0;
    }

    .product-overlay .mobile-accessories.open {
        display: inline-block;
    }
}

.product-overlay .toggle-mobile-accessories {
    background: #f4f4f4;
    margin: 0 -10px;
    padding: 20px 20px 15px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    cursor: pointer;
}

@media (max-width: 320px) {
    .product-overlay .toggle-mobile-accessories {
        font-size: 16px;
    }
}

.product-overlay .toggle-mobile-accessories.open:after {
    transform: rotate(-135deg);
    top: 0;
}

.product-overlay .toggle-mobile-accessories:after {
    content: '';
    display: inline-block;
    margin-left: 10px;
    width: 11px;
    height: 11px;
    border-right: 2px solid #00baff;
    border-bottom: 2px solid #00baff;
    transform: rotate(45deg);
    transition: all 0.3s ease;
    position: relative;
    top: -2px;
}

@media (max-width: 767px) {
    .product-overlay .mobile-options {
        display: inline-block;
    }

    .product-overlay .mobile-options .options-list {
        border: 0;
        padding: 0;
    }

    .product-overlay .mobile-options .options-list li {
        width: 33%;
        padding: 10px;
    }

    .product-overlay .mobile-options .options-list .label {
        white-space: normal;
    }

    .product-overlay .mobile-options .options-list label {
        text-align: center;
        border: 1px solid #00baff;
        padding: 10px 5px;
        border-radius: 4px;
        line-height: 1.2;
    }

    .product-overlay .mobile-options .options-list label:before {
        display: none;
    }

    .product-overlay .mobile-options .radio:checked + .label label, .product-overlay .mobile-options .checkbox:checked + .label label {
        border: 1px solid #00baff;
        background-color: #00baff;
        color: #ffffff;
    }
}

.product-overlay .category-header {
    padding-top: 0;
    margin-bottom: 20px;
    margin-left: -10px;
    margin-right: -10px;
}

.product-overlay .category-header .category-size {
    margin-top: 0;
    border: 0;
    padding-left: 10px;
    padding-right: 10px;
}

.product-overlay .category-header .size-header {
    margin-top: 10px;
}

.product-overlay-showing {
    max-height: 0;
    overflow: hidden;
}

.product-overlay.open {
    z-index: 1000;
    opacity: 1;
    max-height: 100%;
}

@media (max-width: 767px) {
    .product-main {
        position: relative;
        padding: 0 10px;
        z-index: 100;
    }
}

.product-main .product-options-price .regular {
    font-size: 18px !important;
    margin-left: 10px;
}

@media (max-width: 767px) {
    .product-main .product-options-price .regular {
        margin-left: 5px;
        font-size: 14px !important;
    }
}

@media (max-width: 320px) {
    .product-main .product-options-price .regular {
        margin-left: 0;
    }
}

@media (max-width: 767px) {
    .product-main .product-options-price {
        margin-top: 0;
        margin-bottom: 10px;
    }

    .product-main .product-options-price .price {
        font-size: 25px;
    }
}

.product-main .product-options-points {
    border: none;
    margin: 0;
    padding-top: 0;
}

.product-main .product-options-points .icon-trefoil {
    font-size: 22px;
}

@media (max-width: 991px) {
    .product-main .product-options-points {
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

.product-main-name-mobile {
    text-align: center;
}

@media (max-width: 320px) {
    .product-main-name-mobile .h1 {
        font-size: 22px;
    }
}

.product-main-info {
    position: relative;
}

.product-main-info .rating {
    text-align: center;
}

.bicycle-size h3 {
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 20px;
    color: #00baff;
}

.bicycle-size p {
    max-width: 460px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .bicycle-size p {
        margin-bottom: 20px;
    }
}

.bicycle-size-header {
    margin-bottom: 10px;
    /*position: absolute;*/
    /*top: 7px;*/
    /*left: 7px;*/
}

.catalog-category-view .product-recommended-price {
    margin-top: 10px;
}
.catalog-category-view .product-recommended-price .price {
    display: inline;
}

.catalog-category-view .product-recommended-price .price.savings {
    margin-left: 0;

}

.bicycle-size-header label {
    font-size: 24px;
    text-transform: uppercase;
    margin-left: 10px;
}

.bicycle-size-form input {
    float: left;
    margin: 0;
}

.bicycle-size-form input[type="number"] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    min-width: 270px;
    text-align: center;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .bicycle-size-form input[type="number"] {
        width: 100%;
        border-top-right-radius: 4px;
        border-bottom-left-radius: 0;
    }
}

.bicycle-size-form input[type="button"], .bicycle-size-form input[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    height: 41px;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width: 991px) and (max-width: 1200px) {
    .bicycle-size-form input[type="button"], .bicycle-size-form input[type="submit"] {
        width: 100%;
        border-bottom-left-radius: 4px;
        border-top-right-radius: 0;
    }
}

.breadcrumb {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #ffffff;
    border-radius: 0;
}

.breadcrumb-list {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.breadcrumb-list-item {
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    padding: 0;
    margin-right: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.breadcrumb-list-item::after {
    content: "|";
    color: #858585;
    padding: 0 8px;
}

.breadcrumb-list-item:nth-last-child(1)::after {
    content: "";
    padding: 0;
}

.breadcrumb-list-item a, .breadcrumb-list-item span {
    color: #000000;
    text-decoration: none;
    line-height: 1;
    display: block;
}

.breadcrumb-list-item:nth-last-child(1) span {
    color: #00baff;
}

@media (max-width: 767px) {
    .breadcrumbs {
        overflow: hidden;
        background-color: #ffffff;
        position: relative;
        z-index: 1;
        padding-top: 5px;
        text-align: left;
    }
    .breadcrumb-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: flex-start;
    }
    .breadcrumb-list-item {
        flex-shrink: 0;
        margin-top: 8px;
        margin-bottom: 8px;
    }
    .breadcrumb-list-item:nth-last-child(2)::after {
        content: "";
        padding: 0;
    }
    .catalog-category-view .breadcrumb-list-item.hidden-xs,
    .catalog-category-view .breadcrumb-list-item.hidden-sm {
        display: flex !important;
    }
    .catalog-category-view .breadcrumb-list-item:nth-last-child(2)::after {
        content: "|";
        padding: 0 8px;
    }
}

.ez-hide {
    opacity: 0;
    filter: alpha(opacity=0);
}

.list-compare-checkbox .ez-checkbox,
.list-compare-checkbox .ez-radio {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    letter-spacing: 0.02em;
    color: #b4b4b4 !important;
}

.list-compare-checkbox .ez-checkbox:before,
.list-compare-checkbox .ez-radio:before {
    position: absolute;
    top: -2px;
    left: 0;
    content: '';
    width: 14px;
    height: 14px;
    border: 1px solid #b4b4b4;
    border-radius: 50%;
}

.list-compare-checkbox .ez-checkbox input,
.list-compare-checkbox .ez-radio input {
    z-index: 1;
    position: relative;
    width: 25px;
    height: 25px;
    margin-top: 0;
}

.list-compare-checkbox .ez-checkbox.ez-checked:after, .list-compare-checkbox .ez-checkbox.ez-radio:after,
.list-compare-checkbox .ez-radio.ez-checked:after,
.list-compare-checkbox .ez-radio.ez-radio:after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #55e05f;
    border-radius: 50%;
    top: 2px;
    left: 4px;
    z-index: 500;
}

.compare_product {
    padding: 20px;
    background-color: #247fc3;
    margin-top: -2px;
    color: #fff;
    text-align: center;
    position: fixed;
    z-index: 800;
    bottom: -1px;
    left: 0;
    right: 0;
}

.compare_product a {
    color: #fff;
    text-decoration: underline;
}

.catalog-product-compare-index .main-content {
    margin-top: 0;
    padding-top: 20px;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.compare-products {
    margin-bottom: 60px;
}

.compare-products h2 {
    margin-bottom: 0;
}

.compare-products td, .compare-products th {
    border: none !important;
}

.compare-products th {
    text-transform: uppercase;
}

.compare-products .product-options-price .price {
    font-size: 30px;
}

.compare-products .product-options-price .price.regular {
    font-size: 16px;
    margin-left: 10px;
}

.compare-products .border-bottom th, .compare-products .border-bottom td {
    border-bottom: 1px solid #f4f4f4 !important;
    padding: 8px 8px 30px !important;
}

.compare-products .padding-top th, .compare-products .padding-top td {
    border-top: 1px solid #f4f4f4 !important;
    padding: 30px 8px 8px !important;
}

@media (max-width: 767px) {
    .compare-products .product-options-price {
        text-align: left;
    }

    .compare-products .btn-wide {
        width: initial;
    }
}

.product-table-description th, .product-table-description td {
    vertical-align: top;
    border-top: 1px solid #f4f4f4 !important;
    border-bottom: 1px solid #f4f4f4 !important;
    padding: 30px 8px !important;
}

.product-table-description-text > * {
    display: none;
}

.product-table-description-text p {
    margin-bottom: 10px;
}

.product-table-description-text p:nth-child(1) {
    display: block;
}

.product-table-description-text .readmore {
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    padding-top: 10px;
    color: #000000;
}

.product-table-description-text .readmore:hover, .product-table-description-text .readmore:focus {
    color: #000000 !important;
}

.product-table-description-text .readmore .icon-down {
    font-size: 6px;
    position: relative;
    top: -2px;
    margin-left: 3px;
}

.product-table-description-text .readmore .icon-down.down {
    transform: none;
}

.product-table-image {
    position: relative;
}

@media (min-width: 768px) {
    .product-table-image {
        text-align: center;
    }
}

.product-table-image .btn:after {
    display: none;
}

.product-table-image .btn-remove {
    position: absolute;
    top: 0;
    right: 0;
    background-color: #00baff;
    border-radius: 50%;
    height: 25px;
    width: 25px;
}

.product-table-image .icon-cancel {
    color: #ffffff;
    position: relative;
    top: -2px;
    right: 5px;
    font-size: 12px;
}

.rating {
    margin-right: 0;
    display: inline-block;
    line-height: 1;
}

.rating a {
    float: left;
    margin-right: 4px;
    position: relative;
    cursor: default;
}

@media all and (max-width: 767px) {
    .rating a {
        margin-right: 2px;
    }
}

.rating a img {
    display: block;
    width: 10px;
    height: 10px;
}

@media all and (max-width: 767px) {
    .rating a img {
        width: 10px;
        height: 10px;
    }
}

.rating a .star-blue {
    display: none;
}

.nav-tabs {
    border: 0;
}

.nav-tabs > li {
    margin: 0;
    padding: 0;
}

.nav-tabs > li > a {
    font-weight: 500;
    color: #858585;
    border: 0;
    cursor: pointer !important;
    padding: 10px 0 10px 0;
    margin: 0;
    text-align: center;
    border-bottom: 1px solid #f4f4f4;
}

.nav-tabs > li > a:hover, .nav-tabs > li > a:focus {
    color: #00baff;
    border: 0;
    background-color: transparent;
}

.nav-tabs > li > a [class^="icon-"] {
    font-size: 40px;
    margin-bottom: 5px;
    line-height: 1;
    display: block;
}

.nav-tabs > li > a .count {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background-color: #00baff;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    padding-right: 1px;
}

.nav-tabs > li.active > a {
    border-left: 1px solid #f4f4f4;
    border-top: 1px solid #f4f4f4;
    border-right: 1px solid #f4f4f4;
    border-bottom: 0;
    position: relative;
    color: #00baff;
    cursor: pointer !important;
}

.nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #00baff;
    border-color: #f4f4f4;
    border-bottom: 0;
}

.tab-content > .tab-pane {
    border: 1px solid #f4f4f4;
    border-top: 0;
    padding: 10px 10px;
    font-size: 14px;
}

.tab-content > .tab-pane .attribute {
    font-weight: 500;
    text-transform: uppercase;
}

.tab-content > .tab-pane .icon-info {
    cursor: pointer;
    position: relative;
    top: 1px;
    color: #00baff;
}

.panel-box {
    margin-bottom: 20px;
}

.panel-box .tab-content > .tab-pane {
    background: #ffffff;
    padding: 30px 40px;
}

.panel-box .nav-tabs > li > a {
    padding: 15px 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .panel-box .nav-tabs > li > a .title {
        font-size: 16px;
    }

    .panel-box .nav-tabs > li > a .count {
        position: static;
        margin-left: 5px;
    }
}

@media (max-width: 991px) {
    .nav-tabs > li > a {
        font-weight: 400;
        font-size: 10px;
    }

    .nav-tabs > li > a .count {
        position: absolute;
        top: 5px;
        right: 30px;
    }
}

.brands-list {
    padding: 0;
    list-style: none;
    text-align: center;
}

.brands-list li {
    vertical-align: middle;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
    height: 70px;
    position: relative;
}

.brands-list li img {
    max-height: 100%;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    display: block;
    text-align: center;
    width: auto;
}

@media (max-width: 767px) {
    .brands-list li img {
        max-width: 80%;
    }
}

@media (min-width: 1024px) {
    .brands-list li:nth-child(4n + 1) {
        clear: both;
    }
}

@media (max-width: 767px) {
    .brands-list-wrapper {
        height: 60px;
        overflow: hidden;
        margin-right: -10px;
    }

    .brands-list-wrapper .brands-list-small {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
        padding-bottom: 20px !important;
    }

    .brands-list-wrapper .brands-list-small li {
        display: inline-block;
        float: none;
        width: 30%;
    }
}

.brands-list-small li {
    height: 40px;
    filter: grayscale(100%);
}

@media (min-width: 992px) {
    .brands-list-small li:nth-of-type(1), .brands-list-small li:nth-of-type(2), .brands-list-small li:nth-of-type(3), .brands-list-small li:nth-of-type(4) {
        margin-bottom: 40px;
    }
}

.brands-list-small li img {
    max-width: 90%;
}

@media (min-width: 768px) {
    .brands-list-small li img {
        max-width: 70% !important;
    }
}

.brands-list-small li:hover {
    filter: none;
}

@media (min-width: 768px) {
    .brands-list-tall {
        height: 60px !important;
    }
}

.footer ul {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-weight: 300;
}

.footer a {
    text-decoration: none;
}

.footer h4 {
    margin-bottom: 25px;
    font-weight: 400;
}

.footer .footer-list,
.footer .footer-img-list {
    margin-bottom: 10px;
}

.footer .feedback-text {
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .footer .feedback-text {
        margin-bottom: 0;
    }
}

.footer .sign-up-wrapper p {
    max-width: 80%;
}

@media (min-width: 992px) {
    .footer .sign-up-wrapper p {
        max-width: 70%;
    }
}

@media (min-width: 992px) {
    .footer .sign-up-wrapper h2 {
        font-size: 36px;
        letter-spacing: -0.02em;
    }
}

@media (max-width: 768px) {
    .footer .sign-up-wrapper {
        margin-bottom: 60px;
    }
}

.footer .white-box {
    margin: 0;
    padding: 40px 0;
}

@media (max-width: 768px) {
    .footer .white-box {
        margin: 0;
        padding: 10px 0;
    }
}

.footer .icon-logotype {
    font-size: 2em;
    line-height: 60px;
}

@media (max-width: 768px) {
    .footer .icon-logotype {
        font-size: 1.5em;
    }
}

.footer #newsletter, .footer .btn-alt {
    float: left;
}

@media (min-width: 769px) {
    .footer .btn-alt {
        margin-left: 10px;
    }
}

@media (max-width: 768px) {
    .footer .btn-alt {
        margin: 6px 9px;
        width: calc(35% - 18px);
    }
}

.footer #newsletter {
    width: 70%;
    min-width: initial;
    border-radius: 0;
    background-color: #ffffff;
    font-size: 14px !important;
    height: 55px;
    line-height: 55px;
    border: 0;
}

.footer #newsletter::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    text-transform: none;
}

.footer #newsletter::-moz-placeholder {
    /* Firefox 19+ */
    text-transform: none;
}

.footer #newsletter:-ms-input-placeholder {
    /* IE 10+ */
    text-transform: none;
}

.footer #newsletter:-moz-placeholder {
    /* Firefox 18- */
    text-transform: none;
}

@media (min-width: 769px) {
    .footer #newsletter {
        max-width: 340px;
    }
}

@media (max-width: 768px) {
    .footer #newsletter {
        width: 65%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.footer-usp li {
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.footer-usp .icon {
    margin-right: 5px;
    color: #55e05f;
}

@media (max-width: 767px) {
    .footer-usp {
        margin-bottom: 70px;
    }
}

.footer-social li {
    display: inline-block;
    margin-right: 15px;
    margin-top: 10px;
    margin-bottom: 0;
    font-size: 1.5em;
}

.footer-feedback h2, .footer-logos h2 {
    margin-bottom: 40px;
}

.footer-bottom .gray-box {
    border-radius: 0;
    padding: 60px 20px 0;
    margin: 0;
}

@media (max-width: 768px) {
    .footer-bottom .gray-box {
        padding: 40px 0 0;
    }
}

.footer-bottom .row {
    margin-bottom: 60px;
}

@media (max-width: 767px) {
    .footer-bottom .row:last-child {
        margin-bottom: 20px;
    }
}

@media (max-width: 768px) {
    .footer-bottom .footer-list, .footer-bottom p {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .footer .review-item {
        margin-bottom: 30px;
    }
}

@media (max-width: 767px) {
    .footer .text-align-mobile {
        text-align: center;
    }

    .footer .footer-social {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .footer #TEH_LOGOTYPE {
        margin-bottom: 20px;
    }
}

.products-pagination {
    list-style: none;
    list-style-type: none;
    margin-top: 20px;
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 24px;
    padding: 0 10px;
    width: 100%;
    text-align: right;
}

@media (max-width: 1024px) {
    .products-pagination {
        background-color: #ffffff;
        margin-top: 0;
        margin-bottom: 0;
        padding: 20px 10px;
        text-align: center;
    }
}

.products-pagination > li {
    display: inline-block;
    margin-left: 10px;
    margin-bottom: 0;
}

.products-pagination > li span, .products-pagination > li a {
    display: inline-block;
    opacity: 0.4;
    border-radius: 50%;
    color: #000000;
    border: 1px solid #000000;
    width: 26px;
    text-align: center;
}

@media (max-width: 1024px) {
    .products-pagination > li span, .products-pagination > li a {
        color: #ffffff;
        background-color: #e0e0e0;
        border: 0;
        width: 36px;
        line-height: 36px;
        font-size: 18px;
    }
}

.products-pagination > li .icon-left,
.products-pagination > li .icon-right {
    display: inline-block;
    font-size: 12px;
}

@media (max-width: 1024px) {
    .products-pagination > li .icon-left,
    .products-pagination > li .icon-right {
        font-size: 18px;
    }
}

.products-pagination > li .icon-left {
    margin-right: 5px;
}

.products-pagination > li .icon-right {
    margin-left: 5px;
}

.products-pagination > li.pre span, .products-pagination > li.pre a, .products-pagination > li.next span, .products-pagination > li.next a {
    width: auto;
    border: 0;
    border-radius: 0;
    opacity: 1;
}

.products-pagination > li.pre a, .products-pagination > li.next a {
    opacity: 1;
}

@media (max-width: 1024px) {
    .products-pagination > li.pre span, .products-pagination > li.pre a, .products-pagination > li.next span, .products-pagination > li.next a {
        color: #000000;
        background-color: #ffffff;
    }
}

.products-pagination > li .inlt-curr-pno {
    opacity: 1;
}

@media (max-width: 1024px) {
    .products-pagination > li .inlt-curr-pno {
        background-color: #00baff;
    }
}

.modal {
    text-align: center;
    padding: 0 !important;
}

.modal input[type=text],
.modal input[type=email],
.modal input[type=number],
.modal textarea {
    width: 100%;
}

.modal-content {
    border: 0px;
}

.modal-header {
    border-bottom: 0;
    background-color: #00baff;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    color: #ffffff;
}

.modal-body {
    padding: 20px 30px;
}

@media (max-width: 767px) {
    .modal-body {
        padding: 20px;
    }
}

.modal-body .size-form {
    max-width: 350px;
    padding-top: 20px;
    margin: auto;
}

.modal-body .size-form input[type="number"], .modal-body .size-form input[type="text"] {
    text-align: center;
    width: 100%;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.modal-body .size-form button, .modal-body .size-form input[type="button"], .modal-body .size-form input[type="submit"] {
    width: 100%;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

.modal-footer {
    border: 0;
    padding: 0;
}

.rating-modal .input-group-addon {
    padding: 0;
    border: 0;
    background: transparent;
}

.rating-modal .input-group-addon label {
    cursor: pointer;
    padding: 6px 12px;
    display: block;
    margin: 0;
}

.rating-modal .input-group-addon .icon-cancel {
    color: #858585;
}

.rating-modal .input-group-addon .icon-star.selected {
    color: #00baff;
}

@media (min-width: 992px) {
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
        /* Adjusts for spacing */
    }

    .modal-dialog {
        display: inline-block;
        text-align: left;
        vertical-align: middle;
    }
}

.empty-review {
    padding: 20px 0px;
}

.review {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    margin-bottom: 20px;
    clear: both;
}

.review h3 {
    margin-bottom: 10px;
}

.review .rating {
    float: right;
}

@media (max-width: 767px) {
    .review .rating {
        float: none;
    }
}

.review-text {
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .review-text {
        padding: 0;
    }
}

.review-image {
    width: 100%;
    height: auto;
}

.review-posted {
    display: block;
    text-align: right;
}

.review.qna {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.review:last-of-type {
    border: 0;
}

.empty-question {
    padding: 20px 0px;
}

.question {
    overflow: hidden;
    *zoom: 1;
    position: relative;
    margin-bottom: 20px;
    clear: both;
}

.question h3 {
    color: #00baff;
    margin-bottom: 10px;
}

.question-text {
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .question-text {
        padding: 0;
    }
}

.question-image {
    width: 100%;
    height: auto;
}

.question.qna {
    padding-bottom: 20px;
    border-bottom: 1px solid #f4f4f4;
}

.question:last-of-type {
    border: 0;
}

.responses .responses-list {
    list-style: none;
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 20px;
}

.responses .responses-list .response {
    position: relative;
    padding-left: 10px;
    border-left: 1px solid #55e05f;
    margin-bottom: 20px;
}

.responses .responses-list .response h3 {
    color: #55e05f;
    margin-bottom: 10px;
}

.responses .responses-list .response .response-text {
    margin-bottom: 0;
}

.responses .responses-list .response .response-text a {
    word-wrap: break-word;
}

.helpfulness {
    position: absolute;
    top: 0;
    right: 0;
}

.helpfulness-unit {
    border-radius: 50%;
    display: inline-block;
    vertical-align: middle;
}

.helpfulness-unit a {
    position: relative;
    color: #ffffff !important;
    width: 25px;
    height: 25px;
    display: block;
    line-height: 22px;
    text-align: center;
    font-size: 12px;
}

.circle-button {
    width: 30px;
    height: 30px;
    background-color: #34d058; /* green */
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.circle-button svg {
    width: 16px;
    height: 16px;
    fill: white;
}

.minus-button {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #888888; /* gray */
    color: white;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    cursor: pointer;
}

.minus-button:focus {
    outline: none;
}

.helpfulness-unit a span {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
}

.helpfulness-unit-like {
    background-color: #55e05f;
}

.helpfulness-unit-value {
    margin: 0px 10px;
}

.helpfulness-unit-dislike {
    background-color: #858585;
}

.helpfulness-unit:hover {
    opacity: 0.5;
}

.badge {
    padding: 20px 15px;
    text-align: center;
}

.badge-row {
    text-transform: uppercase;
    font-weight: 100;
    color: #ffffff;
    font-size: 18px;
}

.badge-discount {
    color: #ffffff;
}

@media (min-width: 1200px) {
    .badge {
        padding: 0px;
        background-color: #f32d43;
        border-radius: 50%;
        position: absolute;
        right: -3%;
        top: 50%;
        transform: translateY(-50%);
    }

    .badge-large {
        width: 236px;
        height: 236px;
    }

    .badge-medium {
        transform: rotate(25deg);
        top: 15%;
        width: 118px;
        height: 118px;
        right: 3%;
    }

    .badge-content {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .badge-row {
        display: block;
    }

    .badge-discount {
        font-size: 80px;
        line-height: 88px;
        font-weight: 500;
        opacity: 1;
        margin-bottom: 4px;
    }

    .badge-discount-medium {
        font-size: 45px;
        line-height: 38px;
    }
}

.info-icons {
    text-align: center;
    padding: 20px 0;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .info-icons {
        padding: 50px 0;
        margin-bottom: 0;
    }
}

.info-icon {
    border-right: 1px solid #e0e0e0;
}

@media (max-width: 767px) {
    .info-icon {
        border: 0;
    }
}

.info-icon h3 {
    font-size: 14px;
    text-transform: uppercase;
    max-width: 200px;
    margin: 5px auto;
    letter-spacing: normal;
}

@media (max-width: 767px) {
    .info-icon h3 {
        text-transform: none;
        max-width: 130px;
    }
}

.info-icon .icon {
    font-size: 26px;
}

@media (max-width: 767px) {
    .info-icon .icon {
        display: block;
        font-size: 46px;
        margin-bottom: 10px;
    }
}

.info-icon:last-child {
    border: none;
}

.info-icon:nth-of-type(2) .icon, .info-icon:nth-of-type(4) .icon {
    color: #55e05f;
}

.info-icon:nth-of-type(1) .icon, .info-icon:nth-of-type(3) .icon {
    color: #00baff;
}

@media (max-width: 767px) {
    .info-icon:nth-of-type(1), .info-icon:nth-of-type(2) {
        margin-bottom: 30px;
    }

    .info-icon:nth-of-type(1) .icon, .info-icon:nth-of-type(4) .icon {
        color: #00baff;
    }

    .info-icon:nth-of-type(2) .icon, .info-icon:nth-of-type(3) .icon {
        color: #55e05f;
    }
}

#product-accessories-attribute .price {
    margin-left: 5px;
}

#product-accessories-attribute .price-free {
    text-transform: uppercase;
}

#product-accessories-attribute .price-regular {
    text-decoration: line-through;
    margin-left: 10px;
}

#product-accessories-attribute .price-promo {
    color: #f32d43;
}

.product-overlay .options-list {
    float: left;
    width: 100%;
    margin-top: 0;
}

.product-overlay .options-list li {
    float: left;
    width: 100%;
}

.product-accessories {
    list-style: none;
    list-style-type: none;
    padding: 0;
    margin: 0px 0px 20px 0px;
    border-bottom: 1px solid #f4f4f4;
    float: left;
    width: 100%;
}

.product-accessories:last-child {
    border-bottom: 0;
}

.product-accessories li {
    margin: 0;
    padding: 10px 0px;
    float: left;
    width: 100%;
}

.product-accessories img {
    display: inline-block;
    float: left;
    max-width: 40px;
    height: auto;
}

@media (max-width: 767px) {
    .product-accessories img {
        max-width: 100%;
    }
}

.product-accessories-info {
    display: inline-block;
    float: left;
}

@media (max-width: 767px) {
    .product-accessories-info {
        width: 60%;
    }
}

.product-accessories-info h3 {
    margin-bottom: 5px;
    cursor: pointer;
}

.product-accessories-attribute {
    float: left;
    padding-right: 10px;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-accessories-attribute {
        width: 10%;
    }
}

.product-accessories .price-free {
    text-transform: uppercase;
}

.product-accessories .price-regular {
    display: block;
    text-decoration: line-through;
}

.product-accessories .price-promo {
    color: #f32d43;
}

.product-accessories .label {
    display: inline-block;
    padding: 0;
    margin: 0;
    float: right;
    text-align: right;
}

@media (max-width: 767px) {
    .product-accessories .label {
        width: 30%;
        position: relative;
        bottom: 5px;
    }
}

.product-accessories label {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 14px;
    text-align: left;
    line-height: 24px;
    cursor: pointer;
}

.product-accessories label:before {
    display: inline-block;
    float: right;
    color: #ffffff;
    font-family: 'icomoon' !important;
    font-size: 10px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    padding: 6px 4px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-left: 15px;
}

.product-accessories label .price {
    cursor: initial;
}

.product-accessories .radio, .product-accessories .checkbox {
    display: none;
}

.product-accessories .radio:checked + .label label:before, .product-accessories .checkbox:checked + .label label:before {
    border: 1px solid #00baff;
    background-color: #00baff;
    color: #ffffff;
}

@media (max-width: 767px) {
    .accordion {
        border-top: 1px solid #f4f4f4;
        background-color: #f4f4f4;
    }
}

.accordion-block {
    padding: 15px 20px 10px;
    border-bottom: 1px solid #e0e0e0;
}

.accordion-block-collapsed {
    background: #ffffff;
}

.accordion-block-collapsed .accordion-title {
    color: #00baff;
}

.accordion-block-collapsed .accordion-icons:after {
    transform: rotate(-135deg);
}

.accordion-content {
    margin-top: 10px;
    font-size: 13px;
}

.accordion-content h3, .accordion-content .h3, .accordion-content .checkout-coupon a, .checkout-coupon .accordion-content a, .accordion-content h4, .accordion-content .h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
}

.accordion-content p {
    font-size: 13px;
}

.accordion-content ul {
    font-size: 13px;
}

.accordion-count {
    text-align: center;
    width: 20px;
    height: 20px;
    line-height: 21px;
    background-color: #00baff;
    color: #ffffff;
    border-radius: 50%;
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    padding-right: 1px;
    margin-left: 5px;
    position: relative;
    top: 3px;
}

.accordion-title {
    position: relative;
    text-transform: uppercase;
    padding-right: 30px;
    font-size: 20px;
}

.accordion-icons {
    position: absolute;
    top: 0;
    right: 0;
    height: 25px;
    width: 25px;
}

.accordion-icons:after {
    content: '';
    position: absolute;
    left: 4px;
    top: 50%;
    display: block;
    width: 13px;
    height: 13px;
    margin-top: -5px;
    border-bottom: 3px solid #00baff;
    border-right: 3px solid #00baff;
    pointer-events: none;
    transform-origin: 66% 66%;
    transform: rotate(45deg);
    transition: all .15s ease-in-out;
}

.accordion .product-specification {
    padding: 0;
}

@media (min-width: 992px) {
    .extra-content {
        column-count: 2;
    }
}

.amshopby-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.9);
    z-index: 4000;
}

.amshopby-page-container {
    position: relative;
}

.sk-fading-circle {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 480px;
    left: 50%;
    transform: translate(0%, -50%);
}

.sk-fading-circle .sk-circle {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-fading-circle .sk-circle:before {
    content: '';
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #00baff;
    border-radius: 100%;
    -webkit-animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
    animation: sk-circleFadeDelay 1.2s infinite ease-in-out both;
}

.sk-fading-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-fading-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-fading-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-fading-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-fading-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-fading-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-fading-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-fading-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-fading-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-fading-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-fading-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-fading-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-fading-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-fading-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-fading-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-fading-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-fading-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-fading-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-fading-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-fading-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-fading-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-fading-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

@keyframes sk-circleFadeDelay {
    0%, 39%, 100% {
        opacity: 0;
    }
    40% {
        opacity: 1;
    }
}

.bike-profiles h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 20px;
}

.bike-profiles h2 i.icon-dog {
    background: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/dog.jpg") no-repeat 0 0;
    width: 33px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
}

.bike-profiles h2 span {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 0 0 10px;
}

.bike-profiles p {
    text-align: center;
}

ul.bike-profiles-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    max-width: 1050px;
    margin: 0 auto;
    width: 100%;
}

ul.bike-profiles-list li {
    width: 33.33%;
    margin-bottom: 28px;
    display: flex;
    justify-content: center;
}

ul.bike-profiles-list li:nth-child(3n+1) {
    justify-content: flex-start;
}

ul.bike-profiles-list li:nth-child(3n) {
    justify-content: flex-end;
}

.bike-checkbox {
    display: none;
}

.bike-checkbox + label {
    cursor: pointer;
    position: relative;
    color: #272626;
    background: #f4f4f4;
    display: flex;
    width: 270px;
    min-height: 97px;
    align-items: center;
    padding-left: 20px;
    border-radius: 6px;
}

.bike-checkbox + label .icon {
    width: 87px;
    height: 48px;
    background: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/spirit-icon.png") no-repeat 0 0;
}

.bike-checkbox + label span {
    width: 165px;
    text-align: center;
}

.bike-checkbox:checked + label, .bike-checkbox:hover + label {
    background-color: #55e05f;
    color: #fff;
}

.bike-checkbox:checked + label .icon-mountain-bike, .bike-checkbox:hover + label .icon-mountain-bike {
    background-position: 0 -106px;
}

.bike-checkbox:checked + label .icon-country-cycle, .bike-checkbox:hover + label .icon-country-cycle {
    background-position: -149px -106px;
}

.bike-checkbox:checked + label .icon-pendling, .bike-checkbox:hover + label .icon-pendling {
    background-position: -299px -106px;
}

.bike-checkbox:checked + label .icon-bicycles, .bike-checkbox:hover + label .icon-bicycles {
    background-position: 0 -332px;
}

.bike-checkbox:checked + label .icon-Clothes, .bike-checkbox:hover + label .icon-Clothes {
    background-position: -149px -332px;
}

.bike-checkbox:checked + label .icon-bicycle-components, .bike-checkbox:hover + label .icon-bicycle-components {
    background-position: -299px -332px;
}

.bike-checkbox:checked + label .icon-bicycle-elcyklar, .bike-checkbox:hover + label .icon-bicycle-elcyklar {
    background-position: 0 -538px;
}

.bike-checkbox + label .icon-mountain-bike {
    background-position: 0 0;
}

.bike-checkbox + label .icon-country-cycle {
    background-position: -149px 0;
}

.bike-checkbox + label .icon-pendling {
    background-position: -299px 0;
}

.bike-checkbox + label .icon-bicycles {
    background-position: 0 -229px;
}

.bike-checkbox + label .icon-Clothes {
    background-position: -149px -229px;
}

.bike-checkbox + label .icon-bicycle-components {
    background-position: -299px -229px;
}

.bike-checkbox + label .icon-bicycle-elcyklar {
    background-position: 0 -440px;
}

@media (max-width: 991px) {
    ul.bike-profiles-list li {
        width: 50%;
    }

    ul.bike-profiles-list li:nth-child(3n+1), ul.bike-profiles-list li:nth-child(3n) {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .bike-profiles p br {
        display: none;
    }

    ul.bike-profiles-list li {
        width: 100%;
    }
}

.page-header {
    margin: 0;
    padding-bottom: 0;
    border: 0;
}

@media (min-width: 768px) {
    .main-content {
        margin-top: 20px;
    }
}

@media (max-width: 991px) {
    .cms-monteringsguide .container .white-box, .cms-monteringsguide .purchase-guide-topbar .white-box, .cms-kop-villkor .container .white-box, .cms-kop-villkor .purchase-guide-topbar .white-box, .cms-kop-prisgaranti .container .white-box, .cms-kop-prisgaranti .purchase-guide-topbar .white-box {
        padding: 10px 0;
    }

    .cms-kop-prisgaranti .container .col-sm-7, .cms-kop-prisgaranti .purchase-guide-topbar .col-sm-7, .cms-kop-prisgaranti .container .col-md-12, .cms-kop-prisgaranti .purchase-guide-topbar .col-md-12 {
        padding: 0;
    }
}

.category-header {
    background-color: #ffffff;
    padding-top: 20px;
    padding-bottom: 20px;
}

@media (max-width: 1024px) {
    .category-header {
        padding-top: 25px;
    }
}

.category-header-image {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    color: #ffffff;
    margin-bottom: 25px;
    margin-top: -25px;
}

.category-header-image h1 {
    padding-top: 150px;
}

.category-header-image h2 {
    padding-top: 150px;
}

@media (max-width: 767px) {
    .category-header-image h2 {
        padding-top: 120px;
        padding-bottom: 15px;
    }
}

.category-header .faq-list a, .main-content .faq-list a {
    color: #000000;
    text-decoration: none;
    display: block;
    margin: 5px 0px;
}

.category-header .faq-list a span, .main-content .faq-list a span {
    background-color: #55e05f;
    border-radius: 50%;
    color: #ffffff;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    vertical-align: text-bottom;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .category-header .faq-list a span {
        display: none;
    }
}

@media (max-width: 767px) {
    .category-header .faq-list a {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .category-header .faq-list .text-bold, .category-header .faq-list .product-options-link h3, .product-options-link .category-header .faq-list h3 {
        font-size: 16px;
    }
}

.category-header .category-size .size-form {
    display: block;
}

.category-header .category-size .size-form input[type="number"], .category-header .category-size .size-form input[type="text"], .category-header .category-size .size-form button, .category-header .category-size .size-form input[type="button"], .category-header .category-size .size-form input[type="submit"] {
    float: left;
    display: inline-block;
}

.category-header .category-size .size-form input[type="number"], .category-header .category-size .size-form input[type="text"] {
    width: 80%;
    text-align: center;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 320px) {
    .category-header .category-size .size-form input[type="number"], .category-header .category-size .size-form input[type="text"] {
        font-size: 14px !important;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.category-header .category-size .size-form button, .category-header .category-size .size-form input[type="button"], .category-header .category-size .size-form input[type="submit"] {
    width: 20%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.category-header .category-size .size-form button .icon-right, .category-header .category-size .size-form input[type="button"] .icon-right, .category-header .category-size .size-form input[type="submit"] .icon-right {
    display: inline-block;
}

.category-header .category-size .size-form button .size-text, .category-header .category-size .size-form input[type="button"] .size-text, .category-header .category-size .size-form input[type="submit"] .size-text {
    display: none;
}

.category-description {
    margin-bottom: 20px;
}

.category-description > * {
    display: none;
}

.category-description p {
    margin-bottom: 10px;
}

.category-description p:nth-child(1) {
    display: block;
}

.category-description .readmore {
    display: block;
}

@media (max-width: 767px) {
    .category-description .readmore {
        font-size: 16px;
    }
}

.category-size {
    border-top: 1px solid #f4f4f4;
    text-align: center;
    margin-top: 20px;
    text-transform: uppercase;
}

.category-size .size-form button, .category-size .size-form input[type="button"], .category-size .size-form input[type="submit"] {
    height: 41px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .category-size .size-form button, .category-size .size-form input[type="button"], .category-size .size-form input[type="submit"] {
        font-size: 14px !important;
    }
}

.category-size .size-header {
    display: block;
    margin-bottom: 20px;
    margin-top: 20px;
}

.category-size .tip {
    background-color: #55e05f;
    border-radius: 50%;
    color: #ffffff;
    padding: 15px 8px;
    margin-right: 20px;
}

.category-size .title {
    font-weight: 500;
    font-size: 18px;
    text-transform: uppercase;
    margin-right: 20px;
    margin-left: 10px;
    margin-bottom: 0;
}

.category-selected {
    background-color: #00baff;
    color: #ffffff;
    padding: 5px 20px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

@media (max-width: 767px) {
    .category-selected {
        padding: 4px 12px 12px 12px;
    }
}

.category-selected a {
    color: #ffffff;
    text-decoration: none;
}

.category-selected a:hover {
    color: #000000;
}

.category-selected .title {
    margin-right: 20px;
    margin-top: 9px;
}

.category-selected .clear {
    text-transform: uppercase;
    padding: 0;
    margin-top: 9px;
}

.category-selected .clear a:hover {
    color: #ffffff !important;
}

.category-selected .clear a:hover .icon-cancel {
    color: #f32d43;
}

.category-selected .clear a .icon-cancel {
    font-size: 12px;
    position: relative;
    top: 1px;
    margin-left: 10px;
}

.category-selected .selected-list {
    padding: 0;
    margin: 0;
    display: inline-block;
    width: 70%;
}

.category-selected .selected-list .list-item {
    position: relative;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
}

.category-selected .selected-list .list-item a {
    position: relative;
    display: inline-block;
    margin: 4px 4px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    padding: 2px 33px 2px 8px;
    font-size: 14px;
}

.category-selected .selected-list .list-item a .icon-cancel {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 12px;
    transform: translate(0, -50%);
}

.category-selected .selected-list .list-item a:hover {
    background-color: #f32d43;
    border-color: #f32d43;
    color: #ffffff !important;
}

@media (min-width: 320px) and (max-width: 767px) {
    .category-selected .selected-list .list-item a {
        font-size: 16px;
    }
}

.category-filter {
    background-color: #ffffff;
}

.category-filter .filter-list {
    text-align: center;
    padding: 0;
    margin: 0;
}

.category-sort {
    background-color: #ffffff;
}

.category-sort .sort-list {
    text-align: center;
    margin: 0px;
}

.category-sort .sort-list .list-item {
    display: block;
    padding: 10px 5px;
}

.category-sort .sort-list .list-item a {
    text-decoration: none;
    text-transform: uppercase;
    color: #bbbbbb;
    letter-spacing: 0.03em;
}

.category-sort .sort-list .list-item .active {
    color: #00baff;
    text-decoration: underline;
}

.category-result {
    background-color: #ffffff;
    padding: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    font-size: 18px;
}

.category-campaign h2 {
    margin: 0 0 20px 0;
}

.category-campaign .campaign-list {
    padding: 0;
    margin: 0;
}

.category-campaign .campaign-list .list-item {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    margin-top: 10px;
    border-right: 1px solid #858585;
    text-transform: uppercase;
}

.category-campaign .campaign-list .list-item a {
    color: #000000;
    text-decoration: none;
    padding-right: 10px;
    line-height: 1;
    display: block;
}

.category-campaign .campaign-list .list-item:nth-last-child(1) {
    border: 0;
}

.category-dropdown {
    background-color: #ffffff;
    position: relative;
}

.category-dropdown .title {
    padding: 20px 10px;
    display: block;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
}

.category-dropdown .title i {
    transition: transform 0.5s ease;
    position: absolute;
    top: 28px;
    font-size: 0.8rem;
    margin-left: 10px;
}

@media (max-width: 768px) {
    .category-dropdown .title {
        color: #00baff;
    }

    .category-dropdown .title i {
        color: #00baff;
    }
}

.category-dropdown.open .title i {
    transform: rotate(180deg);
    top: 25px;
}

@media (max-width: 768px) {
    .category-dropdown[data-target=".filter-list"] {
        border-right: 2px solid #f4f4f4;
    }
}

@media (max-width: 992px) {
    .category-dropdown-wrapper {
        border-top: 2px solid #f4f4f4;
        border-bottom: 2px solid #f4f4f4;
    }
}

.category-filter > ul, .category-sort > ul {
    padding: 0px 0px 10px 0px;
    display: none;
}

@media (max-width: 767px) {
    .archive-category {
        margin-top: 0;
        margin-bottom: 0;
    }

    .category-selected {
        border-radius: 0;
    }

    .category-selected .selected-list {
        width: 100%;
    }

    .category-selected .selected-list .list-item {
        display: block;
    }

    .category-selected .selected-list .list-item a {
        margin: 4px 0px;
        display: block;
    }

    .category-filter .filter-list {
        padding: 0px 0px 10px 0px;
    }

    .category-header .category-size input {
        min-width: initial;
    }
}

@media (min-width: 769px) {
    .category-header .category-size {
        padding-top: 20px;
        margin-top: 0;
    }

    .category-header .category-size .size-header,
    .category-header .category-size .size-form {
        display: inline-block;
        float: left;
        width: 50%;
    }

    .category-header .category-size .size-header {
        margin-bottom: 0;
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .category-header-image {
        margin-top: -20px;
    }

    .category-header-image h2 {
        padding-top: 150px;
    }

    .category-header .category-size {
        padding-top: 20px;
        margin-top: 0;
    }

    .category-header .category-size .size-header,
    .category-header .category-size .size-form {
        display: inline-block;
    }

    .category-header .category-size .size-header input[type="number"], .category-header .category-size .size-header input[type="text"], .category-header .category-size .size-header button, .category-header .category-size .size-header input[type="button"], .category-header .category-size .size-header input[type="submit"],
    .category-header .category-size .size-form input[type="number"],
    .category-header .category-size .size-form input[type="text"],
    .category-header .category-size .size-form button,
    .category-header .category-size .size-form input[type="button"],
    .category-header .category-size .size-form input[type="submit"] {
        width: auto;
    }

    .category-header .category-size .size-header {
        margin-bottom: 0;
        margin-top: 10px;
    }

    .category-filter {
        background-color: #ffffff;
        padding: 20px 70px;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
    }

    .category-sort .sort-list {
        padding: 0 10px;
    }

    .category-sort .sort-list .list-item {
        margin: 0px 5px;
        display: inline-block;
    }

    .category-filter > ul, .category-sort > ul {
        display: block;
    }
}

@media (min-width: 1025px) {
    .category-result {
        background-color: transparent;
        margin-bottom: 20px;
        margin-top: 0;
    }

    .category-filter {
        margin-bottom: 20px;
    }

    .category-sort {
        background-color: transparent;
        margin-bottom: 20px;
    }
}

@media (min-width: 1200px) {
    .category-header .category-size .size-header button .icon-right,
    .category-header .category-size .size-form button .icon-right {
        display: none;
    }

    .category-header .category-size .size-text {
        display: inline-block !important;
    }
}

.banner-wrapper {
    background-color: #ffffff;
    padding-bottom: 10px;
}

.banner-wrapper .ambanner-top {
    margin: 0;
    background-color: #f3f3f3;
    padding: 5px 0;
}

.products-slider {
    padding: 0px 50px;
    color: black;
}

@media screen and (max-width: 991px) {
    .products-slider {
        padding: 0px 0px;
        margin: 0;
    }
}

.product-images {
    margin-bottom: 35px;
    padding: 0px 20px;
    max-height: 360px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-images .slider-item {
    position: relative;
    cursor: pointer;
}

.product-images .slider-item img {
    max-width: 100%;
}

.product-images .slider-item .discount {
    color: #ffffff;
    background-color: #f32d43;
    position: absolute;
    border-radius: 50%;
    bottom: 0;
    left: 0;
    font-size: 25px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.product-images-nav-thumbnails {
    padding: 0px 20px;
    max-height: 60px;
    overflow: hidden;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.product-images-nav-thumbnails .slick-slide {
    cursor: pointer;
    opacity: 0.5;
}

.product-images-nav-thumbnails .slick-slide.slick-current {
    opacity: 1;
}

.product-images-nav-thumbnails .slick-slide img {
    max-width: 100%;
    padding: 0 10px;
}

.single-product-header {
    padding-top: 0;
    padding-bottom: 25px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .single-product-header {
        padding-top: 25px;
        margin-bottom: 0;
    }
}

.single-product-header-bike {
    margin-bottom: 0;
}

@media (min-width: 767px) {
    .bike-discount-badge {
        position: absolute;
        bottom: 20%;
        left: 15px;
        background: #f32d43;
        color: white;
        width: 77px;
        height: 77px;
        border-radius: 50%;
        font-weight: bold;
        font-size: 14px;
        text-align: center;
        z-index: 10;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .bike-discount-badge .discount-percentage {
        font-size: 25px;
        font-weight: 700;
        line-height: 1.2;
    }

    .bike-discount-badge .discount-text {
        font-size: 11px;
        font-weight: 500;
        text-transform: uppercase;
        letter-spacing: 0.5px;
        opacity: 0.9;
    }
}


@media (max-width: 767px) {
    .bike-discount-badge {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-product-header-bike {
        padding-bottom: 0;
    }
}

.single-product-slider {
    margin-top: 40px;
    margin-bottom: 25px;
}

@media (max-width: 991px) {
    .single-product-slider {
        margin-top: 0;
    }
}

.single-product-slider .slider-item {
    position: relative;
}

.single-product-slider .slider-item img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.single-product-order .toggle-mobile-accessories {
    display: none !important;
}

.single-product-image-wrapper {
    position: relative;
    padding: 10px 0;
}

@media (max-width: 768px) {
    .single-product-image-wrapper {
        padding: 10px 0 90px;
        margin-bottom: 15px;
    }
}

@media (max-width: 767px) {
    .single-product-image-wrapper {
        padding: 0;
    }
}

.single-product-image-wrapper .discount {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 80px;
    height: 80px;
    color: #ffffff;
    background-color: #f32d43;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    line-height: 80px;
}

.single-product-image-wrapper .discount.se,
.product-images .slider-item .discount.se {
    height: 87px;
    width: 87px;
    padding-top: 25px;
    font-size: 17px;
    font-weight: bold;
    text-wrap: wrap;
    text-transform: uppercase;
    line-height: 1.2;
}

@media (max-width: 767px) {
    .single-product-image-wrapper .discount {
        top: 0;
        bottom: initial;
        font-size: 20px;
        line-height: 60px;
        width: 60px;
        height: 60px;
    }
}

.single-product-image-wrapper .premier {
    position: absolute;
    top: 40px;
    right: 80px;
    color: #ffffff;
    background-color: #55e05f;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}

@media (max-width: 991px) {
    .single-product-image-wrapper .premier {
        top: 30px;
        right: 30px;
        width: 150px;
        height: 150px;
        font-size: 26px;
    }

    .single-product-image-wrapper .premier span:first-child {
        font-size: 16px !important;
    }
}

@media (max-width: 767px) {
    .single-product-image-wrapper .premier {
        top: 0;
        right: 0;
        width: 75px;
        height: 75px;
        font-size: 12px;
    }

    .single-product-image-wrapper .premier span:first-child {
        font-size: 10px !important;
    }
}

.single-product-image-wrapper .premier-wrapper {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.single-product-image-wrapper .premier span {
    display: block;
}

.single-product-image-wrapper .premier span:first-child {
    font-size: 18px;
}

.single-product-image-wrapper .choose-size {
    position: absolute;
    top: calc(100% - 143px);
    right: 0;
    background-color: #ffffff;
    text-align: right;
    border-radius: 4px;
}

@media (max-width: 768px) {
    .single-product-image-wrapper .choose-size {
        top: initial;
        bottom: 0;
        left: -24px;
        right: -24px;
        background-color: transparent;
    }

    .single-product-image-wrapper .choose-size .btn {
        border-radius: 0;
    }
}

@media (max-width: 767px) {
    .single-product-image-wrapper .choose-size {
        top: initial;
        bottom: -220px;
        left: -20px;
        right: -20px;
        z-index: 900;
    }

    .single-product-image-wrapper .choose-size .btn {
        border-radius: 0;
    }
}

.single-product-image-wrapper .choose-size .product-options-price {
    margin: 30px 0 9px;
}

.single-product-image-wrapper .choose-size-scroll {
    text-align: center;
}

.single-product-image-wrapper .choose-size-scroll button {
    padding: 12px 40px 10px 20px;
    font-size: 18px;
}

.single-product-image-wrapper .choose-size-scroll button:before {
    top: 20px;
    right: 20px;
}

.single-product-image-wrapper .choose-size-scroll .product-options-price {
    margin: 15px 0;
}

.single-product-image-wrapper .choose-size-scroll .product-options-price .price {
    font-size: 26px;
}

.single-product-image-wrapper .choose-size-scroll .product-options-price .regular {
    font-size: 16px !important;
}

.single-product-images {
    margin-bottom: 20px;
    background-color: #ffffff;
}

.single-product-images .slider-item {
    position: relative;
}

.single-product-images .slider-item:hover .single-product-images-text {
    opacity: 1;
}

.single-product-images .slider-item:hover:after {
    opacity: 0.3;
}

.single-product-images .slider-item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ffffff;
    opacity: 0;
    transition: opacity 0.2s ease;
}

.single-product-images .slider-item .single-product-images-text {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
    color: #000000;
    opacity: 0;
    transition: opacity 0.5s ease;
    z-index: 10;
}

.single-product-images .slider-item .single-product-images-text h2 {
    margin: 0;
}

.single-product-images .slider-item img {
    max-height: 300px;
}

.single-product-images .slider-item .discount {
    display: none;
}

.single-product-image {
    opacity: 0;
    max-height: 760px;
    overflow: hidden;
    transition: opacity 0.2s ease;
}

@media (max-width: 991px) {
    .single-product-image {
        max-height: 470px;
    }
}

@media (max-width: 767px) {
    .single-product-image {
        max-height: 260px;
    }
}

.single-product-image .single-product-images-text {
    display: none;
}

.single-product-image .slider-item {
    position: relative;
}

.single-product-image-nav-thumbnails {
    padding-top: 10px;
    width: 600px;
    max-height: 90px;
    opacity: 0;
    transition: opacity 0.2s ease;
}

@media (max-width: 1199px) {
    .single-product-image-nav-thumbnails {
        width: 400px;
    }
}

.single-product-image-nav-thumbnails img {
    max-width: 100%;
    cursor: pointer;
}

.product-name {
    position: relative;
}

.product-name h1 {
    margin-right: 80px;
}

.product-name .rating {
    position: absolute;
    bottom: 0;
    right: 0;
    margin-bottom: 2px;
}

.product-top {
    position: relative;
}

@media (max-width: 767px) {
    .product-top {
        margin-bottom: 10px;
    }
}

.product-top h1 {
    margin-bottom: 0;
}

.product-top-highlight {
    position: absolute;
    left: 0;
    bottom: -30px;
    padding: 0 10px;
    z-index: 10;
    color: #000000;
}

@media (max-width: 991px) {
    .product-top-highlight {
        bottom: -20px;
    }
}

@media (max-width: 767px) {
    .product-top-highlight {
        position: static;
        padding: 0;
        margin-bottom: 20px;
    }
}

.product-top-highlight .icon-right {
    font-size: 10px;
    padding-left: 5px;
}

.product-top-wrapper {
    padding-right: 150px;
    position: static;
}

@media (max-width: 991px) {
    .product-top-wrapper {
        padding-right: 10px;
    }
}

.product-top-items {
    position: absolute;
    bottom: -20px;
    right: 0;
    padding: 0 10px;
    margin-bottom: 2px;
    max-width: 270px;
    text-align: right;
    z-index: 10;
}

.product-top-items a {
    display: block;
    color: #858585;
    text-decoration: underline;
    margin-bottom: 0px;
}

.product-options-header {
    position: relative;
    float: left;
    width: 100%;
}

.product-options-header h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
}

.product-options-header a {
    color: #858585;
    text-decoration: underline;
}

.product-choice {
    padding: 0;
    margin: 0px 0px 20px 0px;
    list-style: none;
    list-style-type: none;
}

.product-choice-inline li {
    display: inline-block;
    padding: 8px 0px 8px;
    min-height: 74px;
    margin: 0;
}

.product-choice-inline li:nth-child(3n + 1) {
    clear: both;
}

.product-choice-inline li .item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
}

.product-choice-inline li .item > * {
    margin-bottom: 5px;
}

.product-choice-inline li .item.configurable {
    margin-right: 8px;
}

.product-choice-inline li .item .delivery-time {
    font-weight: 100;
}

.product-choice-row li {
    display: table;
    table-layout: fixed;
    width: 100%;
    padding: 16px 0px;
    border-bottom: 1px solid #f4f4f4;
    margin: 0;
}

.product-choice-row li .item {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.product-choice-row li .item.configurable {
    position: relative;
    width: 80px;
}

.product-choice-row li .item.stock {
    width: 100px;
    font-size: 14px;
}

.product-choice-row li .item.delivery-time {
    width: 210px;
    text-transform: uppercase;
}

.product-choice-row li .item.delivery-time div:first-child {
    font-size: 16px;
}

@media (min-width: 768px) {
    .product-choice-row li .item.delivery-time div:first-child {
        font-size: 18px;
    }
}

.product-choice-row li .item.size {
    color: #858585;
    font-weight: normal;
}

@media (max-width: 767px) {
    .product-choice-row li .item .backorder {
        word-break: break-all;
    }
}

.product-choice-row li.out-of-stock-variant {
    opacity: 0.7;
}

.product-choice-row li.out-of-stock-variant .item.configurable {
    color: #f32d43;
}

.product-choice-row li.out-of-stock-variant .item.configurable label {
    border: none;
}

.product-choice-single {
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
}

.product-choice-single li {
    display: block;
    padding: 20px 0px;
    margin: 0;
}

.product-choice-single li .product-choice-availability {
    display: table;
    table-layout: fixed;
    vertical-align: middle;
    width: 100%;
}

@media (min-width: 767px) and (max-width: 991px) {
    .product-choice-single li .product-choice-availability {
        width: 70%;
    }
}

.product-choice-single li .product-choice-availability .item {
    display: table-cell;
    vertical-align: middle;
    text-transform: uppercase;
}

.product-choice-single li .product-choice-availability .item.stock {
    font-size: 14px;
    width: 50%;
    padding-left: 30px;
    border-left: 1px solid #f4f4f4;
}

@media (max-width: 991px) {
    .product-choice-single li .product-choice-availability .item.stock {
        padding-left: 15px;
    }
}

@media (max-width: 767px) {
    .product-choice-single li .product-choice-availability .item.stock {
        width: 35%;
    }
}

.product-choice-single li .product-choice-availability .item.delivery-time {
    text-transform: uppercase;
    width: 50%;
}

@media (max-width: 767px) {
    .product-choice-single li .product-choice-availability .item.delivery-time {
        width: 65%;
    }
}

.product-choice-single li .product-choice-availability .item.delivery-time div:first-child {
    font-size: 18px;
}

.product-choice li {
    font-size: 14px;
    font-weight: 500;
}

.product-choice li .icon {
    font-size: 0.8em;
    margin-right: 4px;
}

.product-choice li .delivery-time .icon-info {
    margin-left: 5px;
}

.product-choice li .in-stock {
    color: #55e05f;
}

.product-choice li .not-in-stock {
    color: #f32d43;
}

.product-choice li .not-in-stock-icon {
    display: inline-block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #f32d43;
    margin-right: 8px;
}

.product-choice li .backorder {
    color: #FFC107;
}

.product-choice .validate-custom-configurable {
    margin: 0;
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
}

.product-choice .validate-custom-configurable + label {
    padding: 6px 0px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin: 0;
    cursor: pointer;
    text-align: center;
    width: 52px;
    font-size: 14px;
}

@media (min-width: 768px) and (max-width: 1025px) {
    .product-choice .validate-custom-configurable + label {
        margin-bottom: 10px;
    }
}

.product-choice .validate-custom-configurable[disabled] + label {
    cursor: not-allowed;
    opacity: 0.3;
}

.product-choice .validate-custom-configurable:checked + label {
    background-color: #55e05f;
    color: #ffffff;
    border-color: #55e05f;
}

.why-buy-button {
    text-align: center;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .why-buy-button {
        margin-bottom: 20px;
    }
}

.product-amount {
    padding: 0px 0px 20px 0px;
    margin: 0px 0px 20px 0px;
    list-style: none;
    list-style-type: none;
    border-bottom: 1px solid #f4f4f4;
}

.product-amount-text h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.product-amount-text p {
    font-size: 14px;
    margin: 0;
}

@media (min-width: 768px) {
    .product-amount-text {
        padding: 0px 20px;
        border-left: 1px solid #f4f4f4;
    }
}

.product-amount .price {
    display: inline-block;
}

.product-amount-inline li {
    display: inline-block;
    margin: 0px 10px 10px 0px;
}

.product-amount-inline li .item {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    line-height: 1;
}

.product-amount-inline li .item > * {
    margin-bottom: 0;
}

.product-amount-single .nice-select {
    margin-bottom: 10px;
    padding: 15px 20px;
    border: 1px solid #000000;
}

.product-amount .validate-custom-configurable {
    display: none;
}

.product-amount .validate-custom-configurable + label {
    padding: 6px 0px;
    border: 1px solid #000000;
    border-radius: 4px;
    font-weight: 500;
    margin: 0;
    cursor: pointer;
    text-align: center;
    width: 67px;
    font-size: 14px;
}

.product-amount .validate-custom-configurable[disabled] + label {
    cursor: not-allowed;
    opacity: 0.3;
}

.product-amount .validate-custom-configurable:checked + label {
    background-color: #f32d43;
    color: #ffffff;
    border-color: #f32d43;
}

@media (max-width: 767px) {
    .product-amount .row {
        marign: 0 -10px;
    }
}

.product-options-links {
    padding-top: 20px;
    text-align: center;
}

@media (max-width: 991px) {
    .product-options-links {
        padding: 10px 0;
        float: left;
        width: 100%;
    }
}

@media (max-width: 767px) {
    .product-options-links {
        border-top: 1px solid #f4f4f4;
    }
}

.product-options-link {
    padding: 10px 0;
    border-right: 1px solid #e0e0e0;
    cursor: pointer;
}

@media (max-width: 767px) {
    .product-options-link {
        padding: 10px 0 0;
        border-right: 1px solid #f4f4f4;
    }
}

.product-options-link:nth-of-type(3) {
    border: none;
}

.product-options-link .icons-list-icon {
    font-size: 30px;
    color: #000000;
}

.product-options-link h3 {
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #000000;
}

.product-options-bottom {
    float: left;
    width: 100%;
}

.divider {
    border-bottom: 1px solid #e0e0e0;
    margin: 10px 0;
}

.product-options-price {
    margin: 9px 0px;
}

.product-options-price .price {
    line-height: 1;
    font-size: 35px;
    font-weight: 500;
}

@media (max-width: 320px) {
    .product-options-price .price {
        font-size: 30px;
    }
}

.product-options-price .price.promo {
    color: #f32d43;
}

.product-options-price .price.regular {
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through;
}

.product-options-addtocart {
    margin: 5px 0px;
}

.product-options-addtocart .product-qty {
    display: inline-block;
    width: 50px;
    min-width: 50px;
    padding: 4px;
    text-align: center;
}

.product-options-addtocart .product-qty + .btn-primary {
    width: calc(100% - 55px);
}

.product-options-addtocart .btn-primary {
    font-size: 15px;
    height: 42px;
    top: -1px;
}

@media (max-width: 767px) {
    .product-options-addtocart .btn-primary {
        font-size: 14px;
    }
}

.product-options-points {
    border-top: 1px solid #f4f4f4;
    padding-top: 20px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.product-options-points .icon {
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

.product-options-points p {
    margin-top: 0px;
    margin-bottom: 5px;
    font-weight: 300;
    font-size: 18px;
}

.product-price-description {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.product-price-description .orginal {
    text-decoration: line-through;
}

.options-list {
    float: left;
    width: 100%;
    list-style: none;
    list-style-type: none;
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #f4f4f4;
}

.options-list li {
    margin: 0;
    padding: 10px 0px;
}

.options-list .label {
    display: block;
    padding: 0;
    margin: 0;
}

.options-list label {
    display: block;
    padding: 0;
    margin: 0;
    color: #000000;
    font-size: 14px;
    text-align: left;
}

.options-list label:before {
    display: inline-block;
    color: #ffffff;
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e903";
    padding: 8px 10px;
    border: 1px solid #000000;
    border-radius: 4px;
    margin-right: 10px;
}

.options-list .radio {
    display: none;
}

.options-list .radio:checked + .label label:before {
    border: 1px solid #00baff;
    background-color: #00baff;
    color: #ffffff;
}

.message {
    padding: 20px 20px;
    margin-bottom: 20px;
    margin-top: 20px;
    background-color: #d9edf7;
    color: #31708f;
    border: 1px solid #bce8f1;
    border-radius: 4px;
}

.product-text h3, .product-text .h3, .product-text .checkout-coupon a, .checkout-coupon .product-text a, .product-text h4, .product-text .h4 {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
    margin: 0 0 10px 0;
    letter-spacing: 0.02em;
}

@media (min-width: 768px) and (max-width: 991px) {
    .product-text .white-box {
        display: none;
    }
}

@media (max-width: 767px) {
    .product-options-price {
        text-align: center;
        margin-bottom: 20px;
    }

    .product-images {
        margin-bottom: 25px;
        padding: 0;
    }

    .product-choice-row li .item.configurable {
        display: inline-block;
        float: left;
        min-height: 40px;
    }

    .product-choice-row li .item.size {
        min-height: 40px;
        display: inline-block;
        width: calc(100% - 80px);
        float: left;
        padding: 6px 0px 0px 0px;
    }

    .product-choice-row li .item.stock {
        display: inline-block;
        width: 60%;
        float: left;
        min-height: 40px;
    }

    .product-choice-row li .item.delivery-time {
        display: inline-block;
        width: 40%;
        float: left;
        min-height: 40px;
    }
}

@media (min-width: 992px) {
    .product-options-header a {
        position: absolute;
        bottom: -2px;
        right: 0;
    }
}

.klarna-wrapper .white-box h2 {
    font-size: 20px;
    font-weight: 400;
    margin: 0px 0px 20px;
}

.klarna-wrapper .white-box h2 .icon-cart {
    margin-right: 10px;
}

.klarna-wrapper .white-box h2 .icon-box {
    margin-right: 10px;
    font-size: 24px;
    vertical-align: text-bottom;
}

.klarna-wrapper .white-box h2 .icon-creditcard {
    margin-right: 10px;
    font-size: 16px;
}

.klarna-wrapper .divider {
    text-align: center;
    color: #858585;
    margin: 0px 0px 20px;
    font-size: 0.6em;
    border: 0;
}

.checkout-topbar {
    background-color: #00baff;
    color: #ffffff;
    text-align: center;
}

.checkout-topbar .usp {
    margin: 0px 20px;
    display: inline-block;
    text-transform: uppercase;
    padding-top: 10px;
    padding-bottom: 10px;
}

.checkout-coupon a {
    font-weight: 400;
    display: inline-block;
    text-transform: uppercase;
    padding: 6px 10px;
    border: 1px solid #00baff;
    border-radius: 4px;
    color: #00baff;
}

.checkout-coupon a .icon-plus2 {
    font-size: 0.9em;
    margin-right: 5px;
}

.checkout-points {
    padding: 20px 0px 0px;
    margin: 0px 0px 20px;
    border-bottom: 1px solid #f4f4f4;
}

.checkout-points h4 {
    text-transform: uppercase;
}

.checkout-points .form-control {
    margin-top: 20px;
    display: inline-block;
    width: calc(100% - 88px);
    min-width: 0px;
}

.checkout-points .btn {
    margin-top: 20px;
    vertical-align: top;
}

.checkout-checkbox {
    display: none;
}

.checkout-checkbox + label {
    cursor: pointer;
    position: relative;
    color: #858585;
    margin-left: 75px;
    margin-right: 50px;
    width: calc(100% - 75px - 50px);
    font-weight: 400;
}

.checkout-checkbox + label .price {
    position: absolute;
    top: 17px;
    right: 20px;
    font-size: 16px;
}

@media (max-width: 767px) {
    .checkout-checkbox + label .price {
        position: static;
        margin-bottom: 10px;
    }
}

.checkout-checkbox + label .shipping-info {
    max-width: 70%;
    font-weight: 100;
    font-size: 14px;
}

@media (max-width: 767px) {
    .checkout-checkbox + label .shipping-info {
        max-width: 100%;
        margin-bottom: 10px;
    }
}

.checkout-checkbox + label .logo {
    position: absolute;
    bottom: 20px;
    right: 20px;
    width: 80px;
    height: auto;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .checkout-checkbox + label .logo {
        position: static;
    }
}

.checkout-checkbox + label .service {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 10px;
}

.checkout-checkbox + label .delivery-time {
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    margin-bottom: 10px;
}

.checkout-checkbox + label .not-checked {
    display: block;
}

.checkout-checkbox + label .checked {
    display: none;
}

.checkout-checkbox + label:before, .checkout-checkbox + label:after {
    content: '';
    position: absolute;
    left: -35px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.checkout-checkbox + label:before {
    width: 20px;
    height: 20px;
    background-color: #f4f4f4;
}

.checkout-checkbox + label:after {
    width: 30px;
    height: 30px;
    border: 1px solid #f4f4f4;
}

.checkout-checkbox:checked + label .not-checked {
    display: none;
}

.checkout-checkbox:checked + label .checked {
    display: block;
}

.checkout-checkbox:checked + label:before {
    background-color: #55e05f;
}

.checkout-checkbox:checked + label:after {
    border: 1px solid #55e05f;
}

@media (max-width: 1024px) {
    .checkout-checkbox:checked + label {
        color: #000000 !important;
        background-color: #ffffff !important;
    }

    .checkout-checkbox:checked + label:before {
        background-color: #000000;
    }

    .checkout-checkbox:checked + label:after {
        border: 1px solid #000000;
    }
}

@media (max-width: 767px) {
    .checkout-checkbox:checked + label:before, .checkout-checkbox:checked + label:after {
        top: 40px;
    }

    .checkout-checkbox:checked + label:before {
        background-color: #000000;
        width: 15px;
        height: 15px;
    }

    .checkout-checkbox:checked + label:after {
        border: 1px solid #000000;
        width: 20px;
        height: 20px;
    }
}

.newsletter-checkbox {
    display: none;
}

.newsletter-checkbox + label {
    padding: 12px 20px;
    cursor: pointer;
    position: relative;
    margin-left: 50px;
    margin-bottom: 0;
    width: calc(100% - 50px);
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
    border-radius: 4px;
    letter-spacing: 0.04em;
}

.newsletter-checkbox + label:before, .newsletter-checkbox + label:after {
    content: '';
    position: absolute;
    left: -25px;
    top: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.newsletter-checkbox + label:before {
    width: 20px;
    height: 20px;
    background-color: #f4f4f4;
}

.newsletter-checkbox + label:after {
    width: 30px;
    height: 30px;
    border: 1px solid #f4f4f4;
}

.newsletter-checkbox:checked + label:before {
    background-color: #55e05f;
}

.newsletter-checkbox:checked + label:after {
    border: 1px solid #55e05f;
}

.newsletter-container {
    margin-bottom: 40px;
}

.coupon {
    display: none;
    margin-right: 50px;
}

.coupon .form-control {
    width: calc(100% - 88px);
}

.cart tbody > tr > td {
    padding: 20px 10px;
    border-top: 1px solid #f4f4f4;
}

@media (max-width: 767px) {
    .cart tbody > tr > td {
        padding: 5px 10px;
    }
}

.cart.table > tbody > tr:nth-last-child(1) > td {
    border-bottom: 1px solid #f4f4f4;
}

.cart-item {
    vertical-align: middle !important;
    border-bottom: 0;
    border-top: 1px solid #f4f4f4;
}

.cart-item-remove {
    text-align: center;
}

.cart-item-remove a {
    font-size: 0.7em;
    color: #858585;
}

.cart-item-image {
    width: 120px;
}

.cart-item-image img {
    width: 100%;
    height: auto;
}

.cart-item-qty {
    text-align: center;
}

.cart-item-qty .add-item,
.cart-item-qty .subtract-item {
    display: inline-block;
    padding: 5px 5px;
}

.cart-item-qty .qty-input {
    text-align: center;
    margin: 0px 10px;
    padding: 10px 0px;
    border: 2px solid #f4f4f4;
    border-radius: 0px;
    width: 45px;
}

.cart-item-price {
    text-align: right;
}

.cart-item-price .price {
    display: block;
    font-size: 16px;
    font-weight: 400;
}

.cart-item-price .price.promo {
    font-size: 16px;
    color: #f32d43;
}

.cart-item-price .price.savings .price {
    font-weight: 300;
    font-size: 14px;
    text-decoration: line-through;
}

.cart-item-name {
    display: block;
    font-weight: 400;
    font-size: 16px;
    color: #000000;
    margin-bottom: 5px;
}

.cart-item-name:hover {
    color: #00baff;
}

.cart-item-attributes {
    font-weight: 400;
    list-style: none;
    list-style-type: none;
    padding: 0;
    text-transform: uppercase;
    margin-bottom: 0;
    font-size: 12px;
}

.cart-item-attributes li {
    margin: 0;
}

.cart-item .fast-delivery {
    font-weight: 400;
    font-size: 12px;
    margin-top: 0;
    margin-bottom: 0;
    display: inline-block;
    color: #000000;
}

.cart-item .fast-delivery .icon-right {
    display: none;
}

.cart-item-details .checkout-info {
    margin-top: 5px;
    margin-bottom: 10px;
    max-width: 500px;
    font-weight: 100;
}

@media (max-width: 767px) {
    .cart-item-details .checkout-info {
        width: 100% !important;
    }
}

.cart-item-details .item-msg {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 5px;
    color: #00baff;
}

.cart-summary {
    font-weight: 400;
}

.cart-summary tbody > tr > td {
    border-bottom: 1px solid #e0e0e0;
}

.cart-summary tr {
    vertical-align: top;
}

.cart-summary tr:last-child {
    font-weight: 500;
}

.cart-summary tr:last-child .text-left {
    font-size: 20px;
    text-transform: uppercase;
}

.cart-summary .currency {
    text-transform: none;
}

.cart-summary .grand-total {
    text-transform: uppercase;
    font-size: 35px;
}

.cart-summary .vat {
    text-transform: uppercase;
    color: #b1b1b1;
    font-weight: normal;
}

.klarna_checkout {
    border-color: transparent;
}

@media (max-width: 1024px) {
    .newsletter-container {
        margin-top: 20px;
    }

    .checkout-points {
        padding: 10px 0px 20px;
        margin: 0px;
    }

    .checkout-points .form-control {
        margin-top: 0;
    }

    .checkout-points .btn {
        margin-top: 0;
    }

    .coupon .btn-primary {
        top: 0px;
    }

    .checkout-topbar {
        color: #000000;
        background-color: #f4f4f4;
    }

    .checkout-topbar .usp {
        padding: 10px 0px;
    }

    .cart-summary {
        padding: 0;
    }

    .cart-summary .grand-total {
        font-size: 22px;
    }

    .cart-summary .vat {
        font-size: 12px;
    }

    .coupon {
        margin: 0;
    }

    .coupon .btn-primary {
        top: -2px;
    }

    .coupon .form-control {
        display: inline-block;
        min-width: 100px;
        width: calc(100% - 88px);
    }
}

@media (max-width: 1024px) and (max-width: 767px) {
    .coupon .form-control {
        width: 100%;
    }
}

@media (max-width: 1024px) and (max-width: 767px) {
    .coupon .input-group-btn {
        top: 2px;
    }
}

@media (max-width: 1024px) {
    .checkout-checkbox + label {
        margin-left: 40px;
        margin-right: 0;
        width: calc(100% - 40px);
    }

    .checkout-checkbox + label:before, .checkout-checkbox + label:after {
        left: -25px;
    }

    .klarna-wrapper .white-box {
        padding: 0;
        margin: 0;
    }

    .klarna-wrapper .white-box h2 {
        position: relative;
        padding: 20px 0;
        color: #ffffff;
        background-color: #00baff;
        margin: 0 0 15px;
    }

    .klarna-wrapper .white-box h2:after {
        content: '';
        display: inline-block;
        position: absolute;
        bottom: -10px;
        left: 50%;
        transform: translateX(-50%) rotate(45deg);
        width: 20px;
        height: 20px;
        background-color: #00baff;
    }

    .klarna-wrapper .divider {
        display: none;
        margin: 20px 0px;
    }

    .checkout-topbar {
        padding: 10px 0px;
    }

    .checkout-topbar .usp {
        margin: 0;
        padding: 0px;
    }

    .cart tbody > tr > td {
        border-top: 0;
    }

    .cart-item-remove .icon-cancel {
        font-size: 1.8em;
    }

    .cart-item-qty .qty-input {
        border: 0;
    }

    .cart-item-qty .subtract-item, .cart-item-qty .add-item {
        color: #000000;
        background-color: #f4f4f4;
        border-radius: 50%;
        padding: 7px 7px 4px;
    }
}

@media (max-width: 768px) {
    .cart-item-details .checkout-info {
        display: none;
    }
}

@media (max-width: 767px) {
    .cart tbody > tr {
        position: relative;
        display: block;
        border-bottom: 1px solid #f4f4f4;
        padding-top: 10px;
        padding-bottom: 65px;
    }

    .cart tbody > tr > td {
        display: block;
        border: 0;
    }

    .cart.table > tbody > tr:nth-last-child(1) > td {
        border-bottom: 0;
    }

    .cart-item {
        display: block !important;
        text-align: center;
    }

    .cart-item-remove {
        display: inline-block !important;
        position: absolute;
        top: 18px;
        right: 5px;
        padding: 0 !important;
    }

    .cart-item-image {
        width: 130px;
        margin: auto;
    }

    .cart-item-details {
        width: calc(100% - 135px);
        margin: auto;
    }

    .cart-item-details .checkout-info {
        display: none;
    }

    .cart-item-qty {
        padding: 10px 0px !important;
        width: 130px;
        margin: auto;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .cart-item-price {
        width: calc(100% - 135px);
        margin: auto;
    }

    .cart-item-price .price, .cart-item-price .cart-price {
        display: inline-block;
    }

    .cart-item-price .cart-price {
        margin-left: 5px;
    }

    .cart-item-price .cart-price .price {
        text-decoration: line-through;
    }
}

.klarna_loader {
    display: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.klarna_loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin: -8px 0 0 -8px;
}

.klarna-default {
    margin-bottom: 10px;
}

.klarna_left, .klarna_right {
    display: inline-block;
    vertical-align: top;
}

.klarna_left {
    margin-right: 20px;
}

.klarna_checkout {
    min-height: 944px;
}

.klarna_cart, .klarna_shipping, .klarna_discount {
    font-size: 14px;
}

.klarna_block .special-price, .klarna_totals .total-saving {
    color: #e44849;
}

.klarna_totals {
    font-size: 16px;
    font-weight: 100;
}

.klarna_loader {
    display: none;
    background-color: #fff;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.klarna_loader img {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    margin: -8px 0 0 -8px;
}

.klarna_msg {
    display: none;
    position: relative;
    border-radius: 3px;
    padding: 0 20px;
    margin: 1em auto;
    height: 40px;
    line-height: 40px;
    background: #44C92C;
    color: #fff;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
}

.klarna_msg.error {
    color: #fff;
    background: #DA3532;
}

.klarna_msg-content {
    display: inline-block;
    margin-left: 5px;
}

.klarna_msg .icon {
    color: #44C92C;
    background: #fff;
    border-radius: 100%;
    width: 25px;
    height: 25px;
    padding-top: 6px;
    text-align: center;
    vertical-align: baseline;
    box-sizing: border-box;
}

.klarna_msg .icon:before {
    content: "";
}

.klarna_msg.error .icon {
    color: #DA3532;
}

.klarna_msg.error .icon:before {
    content: "";
}

#klarna_reload {
    display: none;
}

#klarna-checkout-newsletter-container, .klarna_discount {
    width: 260px;
    margin-bottom: 10px;
    clear: both;
}

a.disabled, .klarna-default .button.disabled {
    border-color: #bbb !important;
    background: #bbb !important;
}

.klarna_cart .qty input {
    display: inline-block;
    zoom: 1;
    width: 20px;
    height: 28px;
    background: #fff;
    border: none;
    text-align: center;
}

.klarna_shipping {
    width: auto;
}

.klarna_shipping ul {
    background: #f5f5f5;
    padding: 10px;
    margin: 0;
}

.klarna_shipping li {
    display: inline-block;
    zoom: 1;
    margin: 5px 20px 5px 0;
    padding: 0;
}

.klarna_shipping input {
    margin-right: 5px;
}

.klarna_shipping label {
    font-weight: 700;
}

.klarna_shipping .price {
    font-size: inherit;
    font-weight: 700;
}

.klarna_shipping h3, .klarna_discount h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.klarna_discount label {
    font-size: 11px;
    font-weight: 400;
    text-transform: none;
}

.klarna_discount .button {
    letter-spacing: .8px;
    width: 138px;
    border-radius: 3px;
    cursor: pointer;
    float: right;
    height: 28px;
    line-height: 28px;
}

.klarna_discount .error {
    border-color: #ff5e5e;
    box-shadow: inset 0 0 0 1px rgba(255, 26, 26, 0.12);
}

.klarna_checkout iframe {
    display: block;
}

.klarna-checkout-newsletter-container h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.klarna-checkout-newsletter {
    margin-right: 5px;
}

.klarna-checkout-reward-container {
    width: 280px;
}

.klarna-checkout-reward-container label {
    font-size: 11px;
}

.klarna-checkout-reward-container h3 {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.use-reward-points {
    margin-right: 5px;
}

.klarna_methods .button {
    display: block;
}

table.klarna_price-totals {
    width: 100%;
}

@media all and (max-width: 1024px) {
    .klarna_totals {
        padding: 0 10px;
    }
}

@media all and (max-width: 767px) {
    .klarna_cart, .klarna_shipping, .klarna_discount {
        font-size: 12px;
    }

    .klarna_totals {
        font-size: 14px;
        padding: 0 10px;
    }

    .klarna_cart {
        padding: 10px;
    }

    .klarna-default {
        margin-bottom: 0;
    }

    .klarna_main > .white-box {
        padding: 5px 10px !important;
    }

    .klarna_main > .white-box > h2 {
        margin-left: -10px;
        margin-right: -10px;
    }
}

@media all and (max-width: 992px) {
    .klarna_block .redeem-btn {
        margin-bottom: 10px;
    }
}

.storytelling--white {
    background-color: #fff;
}

.storytelling--gray {
    background-color: #f3f3f3;
}

.storytelling--background {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
}

.storytelling--background .storytelling-box {
    padding-top: 150px;
    padding-bottom: 150px;
}

.storytelling-box img {
    vertical-align: top;
    padding: 0 15px;
    margin: auto;
    display: block;
    margin-bottom: 20px;
}

.storytelling-box h3 {
    margin-top: 15px;
}

.banner-storytelling {
    min-height: 390px;
    z-index: 2;
}

@media (max-width: 767px) {
    .banner-storytelling {
        margin-bottom: 0;
    }
}

.banner-storytelling-text {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
    margin: auto;
    padding: 0 10px;
}

.slide-to-title {
    padding: 0;
    list-style-type: none;
    margin-top: 3px;
    margin-bottom: 2px;
    text-align: right;
}

.slide-to-title li {
    display: none;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    padding-right: 90px;
}

.slide-to-title li span {
    color: #6dc437;
}

.slide-to-title li.active {
    display: block;
}

.slide-to-content {
    height: 30px;
    padding: 0;
    list-style-type: none;
    margin-top: 0;
    margin-bottom: 0;
    user-select: none;
}

.slide-to-content li {
    cursor: pointer;
    user-select: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    border: 3px solid #ffffff;
    border-radius: 50%;
    margin-right: 10px;
}

.slide-to-content li.active {
    border: 3px solid #247fc3;
    background-color: #247fc3;
}

.storytelling-box {
    position: relative;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.storytelling .row {
    margin-left: -15px;
    margin-right: -15px;
}

.storytelling .col-sm-6 {
    padding-left: 15px;
    padding-right: 15px;
}

.storytelling h2 {
    font-size: 35px;
    margin-top: 0;
    margin-bottom: 25px;
    text-transform: none;
    font-weight: normal;
}

@media (max-width: 767px) {
    .storytelling h2 {
        font-size: 28px;
        margin-bottom: 20px;
    }
}

.storytelling h3 {
    font-size: 20px;
    margin-top: 0;
    margin-bottom: 10px;
    color: #247fc3;
    font-weight: bold;
}

.storytelling p {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 100;
    max-width: 93%;
    margin: 0 auto;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .storytelling p {
        margin-bottom: 20px;
    }
}

.storytelling img {
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    max-width: 100%;
}

.storytelling .btn {
    display: inline-block !important;
}

@media (max-width: 767px) {
    .storytelling .btn-inline {
        margin-bottom: 30px;
    }
}

.checkmark {
    clear: both;
    display: inline-block;
    padding-left: 20px;
    list-style-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/checkmark.png");
    margin-top: 15px;
    margin-bottom: 0;
    text-align: left;
    font-size: 16px;
    font-weight: 400;
}

@media (max-width: 767px) {
    .checkmark {
        margin-top: 0;
    }
}

.checkmark li {
    margin-bottom: 15px;
}

.checkmark-inline li {
    display: inline-block;
    margin: 0px 15px;
}

@media (max-width: 767px) {
    .checkmark-inline li {
        display: block;
    }
}

.checkmark-inline li:before {
    content: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/checkmark.png");
    margin-right: 10px;
}

.track {
    display: none;
}

.scroll-follow {
    padding: 25px 0;
}

.scroll-follow-fixed {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 4000;
    background-color: #247fc3;
    padding: 15px 10px;
}

.scroll-follow-fixed .slide-to-title li {
    color: #ffffff;
}

.scroll-follow-fixed .slide-to-content li {
    border: 3px solid #ffffff !important;
}

.scroll-follow-fixed .slide-to-content li.active {
    border: 3px solid #ffffff !important;
    background-color: #ffffff !important;
}

.scroll-follow .slide-to-content li {
    border: 3px solid #bab8b8;
    background-color: transparent;
}

.scroll-follow .slide-to-content li.active {
    border: 3px solid #247fc3;
    background-color: #247fc3;
}

@media (max-width: 768px) {
    #content-6 img {
        max-width: 150px;
    }
}

#content-7 h3 {
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #content-4 img {
        max-width: 100%;
        height: auto;
        padding: 0 30px;
    }

    #content-7 h3 {
        max-width: 200px;
        margin: auto;
    }

    .storytelling-box {
        padding-top: 140px;
        padding-bottom: 100px;
    }

    .main-content-background .storytelling-box {
        padding-top: 120px;
        padding-bottom: 120px;
    }

    .storytelling-box p {
        max-width: 420px;
        margin: 0 auto 20px;
    }

    .storytelling-box p.text {
        max-width: 70%;
    }

    .track-center {
        z-index: 400;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 34px;
        height: 34px;
        background-color: #fff;
        border-radius: 50%;
        transition: all 200ms ease-in-out 400ms;
    }

    #content-1 .track-center {
        transition-delay: 100ms;
    }

    .track-white {
        border: 3px solid #bab8b8;
        background-color: transparent;
    }

    .track-gray {
        border: 3px solid #bab8b8;
        background-color: transparent;
    }

    .track-center-left {
        left: 0px;
    }

    .track-center-right {
        right: 5px;
    }

    .track-center-active, .track-center-blue {
        border: 3px solid #247fc3;
        background-color: #247fc3;
    }

    .track {
        display: block;
        position: absolute;
        z-index: 1;
    }

    .track-v {
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-down.png");
        background-size: 15px;
        background-repeat: repeat-y;
    }

    .track-v:before {
        content: '';
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-down-blue.png");
        background-size: 15px;
        background-repeat: repeat-y;
        display: block;
        top: 0;
        left: 0;
        z-index: 1000;
        height: 100%;
        height: 0;
        transition: none;
    }

    .track-v.fill:before {
        height: 100%;
        transition: height 100ms linear;
    }

    .track-h {
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-left.png");
        background-size: 15px;
        background-repeat: repeat-x;
    }

    .track-h-r {
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-right.png");
    }

    .track-h:before {
        position: absolute;
        content: '';
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-left-blue.png");
        background-size: 15px;
        background-repeat: repeat-x;
        display: block;
        top: 0;
        z-index: 1000;
        height: 100%;
        width: 0;
        transition: none;
        right: auto;
        left: auto;
    }

    .track-h-r:before {
        background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/default/img/tire-right-blue.png");
        right: 0;
    }

    .track-h.fill:before {
        width: 100%;
        transition: width 100ms linear;
    }

    .track-1-1 {
        right: 15px;
        top: -102px;
        bottom: 54.5%;
        width: 15px;
    }

    .track-1-2 {
        right: 15px;
        top: 54.5%;
        bottom: 0;
        width: 15px;
    }

    .track-2-1 {
        right: 15px;
        top: 0;
        height: 40px;
        width: 15px;
    }

    .track-2-2 {
        right: 15px;
        top: 40px;
        height: 20px;
        left: 10px;
    }

    .track-2-3 {
        top: 55px;
        left: 10px;
        bottom: 53.5%;
        width: 15px;
        transition-delay: 1500ms;
    }

    .track-2-4 {
        top: 53.5%;
        left: 10px;
        bottom: 0;
        width: 15px;
        transition-delay: 0ms;
    }

    .track-2-1.fill:before {
        transition-delay: 100ms;
    }

    .track-2-2.fill:before {
        transition-delay: 200ms;
    }

    .track-2-3.fill:before {
        transition-delay: 300ms;
    }

    .track-3-1 {
        top: 0;
        left: 10px;
        height: 40px;
        width: 15px;
    }

    .track-3-2 {
        left: 10px;
        height: 15px;
        right: 15px;
        top: 40px;
    }

    .track-3-3 {
        top: 55px;
        right: 15px;
        width: 15px;
        bottom: 54.5%;
    }

    .track-3-4 {
        top: 54.5%;
        right: 15px;
        width: 15px;
        bottom: 0;
    }

    .track-3-1.fill:before {
        transition-delay: 100ms;
    }

    .track-3-2.fill:before {
        transition-delay: 200ms;
    }

    .track-3-3.fill:before {
        transition-delay: 300ms;
    }

    .track-4-1 {
        right: 15px;
        top: 0;
        width: 15px;
        height: 40px;
    }

    .track-4-2 {
        top: 40px;
        height: 15px;
        left: 10px;
        right: 15px;
    }

    .track-4-3 {
        left: 10px;
        top: 55px;
        bottom: 53.5%;
        width: 15px;
    }

    .track-4-4 {
        left: 10px;
        top: 53.5%;
        bottom: 55px;
        width: 15px;
    }

    .track-4-5 {
        bottom: 40px;
        height: 15px;
        left: 10px;
        right: 15px;
    }

    .track-4-6 {
        bottom: 0;
        height: 40px;
        width: 15px;
        right: 15px;
    }

    .track-4-1.fill:before {
        transition-delay: 100ms;
    }

    .track-4-2.fill:before {
        transition-delay: 200ms;
    }

    .track-4-3.fill:before {
        transition-delay: 300ms;
    }

    .track-4-4.fill:before {
        transition-delay: 100ms;
    }

    .track-4-5.fill:before {
        transition-delay: 200ms;
    }

    .track-4-6.fill:before {
        transition-delay: 300ms;
    }

    .track-5-1 {
        top: 0;
        bottom: 54.5%;
        width: 15px;
        right: 15px;
    }

    .track-5-2 {
        top: 54.5%;
        bottom: 0;
        width: 15px;
        right: 15px;
    }

    .track-5-3 {
        bottom: 40px;
        right: 15px;
        left: 10px;
        height: 15px;
    }

    .track-5-4 {
        left: 10px;
        width: 15px;
        bottom: 0;
        height: 40px;
    }

    .track-5-1.fill:before {
        transition-delay: 400ms;
    }

    .track-5-2.fill:before {
        transition-delay: 100ms;
    }

    .track-5-3.fill:before {
        transition-delay: 200ms;
    }

    .track-5-4.fill:before {
        transition-delay: 300ms;
    }

    .track-6-1 {
        right: 40px;
        top: 0;
        width: 15px;
        height: 40px;
    }

    .track-6-2 {
        left: 10px;
        top: 40px;
        height: 15px;
        right: 40px;
    }

    .track-6-3 {
        top: 55px;
        bottom: 55%;
        left: 10px;
        width: 15px;
    }
    .track-6-4 {
        top: 54.5%;
        bottom: 55px;
        width: 15px;
        left: 10px;
    }
    .track-6-5 {
        left: 10px;
        right: 40px;
        bottom: 40px;
        height: 15px;
    }
    .track-6-6 {
        bottom: 0;
        height: 40px;
        right: 40px;
        width: 15px;
    }
    .track-6-1.fill:before {
        transition-delay: 400ms;
    }

    .track-7-1 {
        right: 40px;
        top: 0;
        width: 15px;
        bottom: 55%;
    }

    .track-7-2 {
        top: 40px;
        left: 10px;
        right: 15px;
        height: 15px;
    }

    .track-7-3 {
        top: 55px;
        bottom: 55%;
        right: 15px;
        width: 15px;
    }

    .track-7-4 {
        top: 55%;
        bottom: 55px;
        right: 15px;
        width: 15px;
    }

    .track-7-5 {
        bottom: 40px;
        right: 15px;
        left: 10px;
        height: 15px;
    }

    .track-7-6 {
        height: 40px;
        bottom: 0;
        width: 15px;
        left: 10px;
    }

    .track-7-1.fill:before {
        transition-delay: 100ms;
    }

    .track-7-2.fill:before {
        transition-delay: 200ms;
    }

    .track-7-3.fill:before {
        transition-delay: 300ms;
    }

    .track-7-5.fill:before {
        transition-delay: 100ms;
    }

    .track-7-6.fill:before {
        transition-delay: 200ms;
    }

    .track-8-1 {
        top: 0;
        left: 10px;
        width: 20px;
        bottom: 55%;
    }

    .track-8-1.fill:before {
        transition-delay: 300ms;
    }
}

@media (min-width: 769px) {
    #content-4 img {
        max-width: 400px;
        height: auto;
        padding: 0;
    }

    .track-center-right {
        right: 30px;
    }

    .track-1-1 {
        right: 40px;
    }

    .track-1-2 {
        right: 40px;
    }

    .track-2-1 {
        right: 40px;
    }

    .track-2-2 {
        right: 40px;
    }

    .track-3-2 {
        right: 40px;
    }

    .track-3-3 {
        right: 40px;
    }

    .track-3-4 {
        right: 40px;
    }

    .track-4-1 {
        right: 40px;
    }

    .track-4-2 {
        right: 40px;
    }

    .track-4-5 {
        right: 40px;
    }

    .track-4-6 {
        right: 40px;
    }

    .track-5-1 {
        right: 40px;
    }

    .track-5-2 {
        right: 40px;
    }

    .track-5-3 {
        right: 40px;
    }

    .track-7-2 {
        right: 40px;
    }

    .track-7-3 {
        right: 40px;
    }

    .track-7-4 {
        right: 40px;
    }

    .track-7-5 {
        right: 40px;
    }
}

.sales-guide .main-content {
    margin-top: 0;
}

@media (min-width: 768px) {
    .sales-guide .main-content {
        margin-bottom: 20px;
    }
}

.sales-guide .container-fluid {
    padding: 0;
}

.cms-kop-prisgaranti .main-content {
    margin-bottom: 0;
}

.purchase-guide {
    position: relative;
}

.purchase-guide-slide {
    position: relative;
    min-height: 650px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
}

@media (max-width: 767px) {
    .purchase-guide-slide {
        min-height: 400px;
    }
}

.purchase-guide-slide a {
    color: #ffffff;
}

.purchase-guide-slide a:hover, .purchase-guide-slide a:focus, .purchase-guide-slide a:active {
    color: #ffffff !important;
}

.purchase-guide-topbar {
    position: absolute;
    top: 50px;
    left: 0;
    right: 0;
    min-height: 25px;
    z-index: 10;
    color: #ffffff;
}

@media (max-width: 767px) {
    .purchase-guide-topbar {
        top: 20px;
        display: inline-block;
    }
}

.purchase-guide-topbar h2 {
    margin: 0;
    font-weight: normal;
}

@media (max-width: 767px) {
    .purchase-guide-topbar h2 {
        font-size: 18px;
    }
}

.purchase-guide-topbar a {
    color: #ffffff;
}

.purchase-guide-topbar a:hover, .purchase-guide-topbar a:focus, .purchase-guide-topbar a:active {
    color: #ffffff !important;
}

.purchase-guide-topbar i {
    font-size: 15px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.purchase-guide-topbar-left, .purchase-guide-topbar-right {
    position: absolute;
    top: 0;
    padding: 10px;
}

.purchase-guide-topbar-left {
    left: 0;
}

.purchase-guide-topbar-right {
    right: 0;
}

.purchase-guide-slide-content, .purchase-guide-slide-content-images {
    width: 100%;
    margin: 0 auto;
    color: #ffffff;
    text-align: center;
}

.purchase-guide-slide-content h2, .purchase-guide-slide-content-images h2 {
    font-weight: normal;
    margin-top: 0;
    margin-bottom: 50px;
    padding: 0 10px;
}

@media (max-width: 767px) {
    .purchase-guide-slide-content h2, .purchase-guide-slide-content-images h2 {
        margin-bottom: 30px;
    }
}

.purchase-guide-slide-content {
    padding-top: 100px;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    .purchase-guide-slide-content {
        width: 600px;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translate(0, -50%);
        padding-top: 0;
    }
}

.purchase-guide-slide-content-images {
    padding-top: 90px;
    padding-bottom: 50px;
    display: inline-block;
}

@media (min-width: 768px) {
    .purchase-guide-slide-content-images {
        padding-top: 100px;
        width: 700px;
    }
}

.purchase-guide-slide-content-images .purchase-guide-choice-wrapper {
    display: inline-block;
    width: 33.333%;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .purchase-guide-slide-content-images .purchase-guide-choice-wrapper {
        display: block;
        width: 100% !important;
    }
}

@media (min-width: 768px) {
    .purchase-guide-slide-content-images.two-col {
        padding-top: 100px;
        width: 700px;
    }
}

@media (min-width: 992px) {
    .purchase-guide-slide-content-images.two-col {
        padding-top: 100px;
        width: 800px;
    }
}

.purchase-guide-slide-content-images.two-col .purchase-guide-choice-wrapper {
    width: 50%;
}

.purchase-guide-input-wrapper {
    position: relative;
    width: 330px;
    margin: auto;
}

@media (max-width: 767px) {
    .purchase-guide-input-wrapper {
        width: 100%;
        padding: 0 10px;
    }
}

.purchase-guide-choice-wrapper {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 10px;
}

@media (max-width: 767px) {
    .purchase-guide-choice-wrapper {
        width: 100%;
        max-width: 320px;
        margin: 0 auto 10px;
        float: none;
    }
}

.purchase-guide-choice-wrapper .purchase-guide-choice {
    max-width: 100%;
}

.purchase-guide-choice-wrapper p {
    text-align: left;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.purchase-guide-choice {
    display: block;
    color: #ffffff;
    border: 3px solid #ffffff;
    background-color: rgba(255, 255, 255, 0.3);
    font-size: 20px;
    text-transform: uppercase;
    max-width: 270px;
    margin: 0 auto 10px;
    padding: 18px 10px;
}

@media (max-width: 767px) {
    .purchase-guide-choice {
        font-size: 18px;
        padding: 13px 10px;
    }
}

.purchase-guide-choice i {
    font-size: 15px;
    margin-left: 10px;
}

.purchase-guide-choice-image {
    display: block;
    border: 3px solid #ffffff;
    padding: 4px;
    position: relative;
    z-index: 1;
}

.purchase-guide-choice-image picture {
    display: block;
    background-color: #ffffff;
}

.purchase-guide-choice-image img {
    padding: 10px;
}

.purchase-guide-choice-text {
    padding: 10px 0;
    text-align: left;
}

.purchase-guide-choice-text i {
    font-size: 12px;
    margin-left: 4px;
}

.purchase-guide-choice-text h3, .purchase-guide-choice-text p {
    font-size: 16px;
}

.purchase-guide-choice-text h3 {
    font-weight: bold;
}

.purchase-guide-input-choice {
    width: 100%;
    height: 70px !important;
    padding-right: 50px !important;
    border: 3px solid #ffffff !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
}

@media (max-width: 767px) {
    .purchase-guide-input-choice {
        font-size: 18px !important;
        height: 55px !important;
        line-height: 50px !important;
    }
}

.purchase-guide-input-choice::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #ffffff;
}

.purchase-guide-input-choice::-moz-placeholder {
    /* Firefox 19+ */
    color: #ffffff;
}

.purchase-guide-input-choice:-ms-input-placeholder {
    /* IE 10+ */
    color: #ffffff;
}

.purchase-guide-input-choice:-moz-placeholder {
    /* Firefox 18- */
    color: #ffffff;
}

.purchase-guide-input-icon {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    color: #ffffff;
    line-height: 70px;
    padding: 0 15px;
}

@media (max-width: 767px) {
    .purchase-guide-input-icon {
        line-height: 55px;
        right: 10px;
    }
}

.purchase-guide-header {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.purchase-guide-header .container, .purchase-guide-header .purchase-guide-topbar {
    position: relative;
    min-height: 180px;
}

.purchase-guide-header-left, .purchase-guide-header-center, .purchase-guide-header-right {
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
    color: #ffffff;
}

.purchase-guide-header-left {
    left: 0;
}

@media (max-width: 767px) {
    .purchase-guide-header-left {
        top: 25px;
        padding: 10px;
    }
}

.purchase-guide-header-left a {
    font-size: 23px;
    color: #ffffff;
    text-transform: uppercase;
    position: relative;
    top: -1px;
}

@media (max-width: 991px) {
    .purchase-guide-header-left a {
        font-size: 18px;
    }
}

.purchase-guide-header-left a:hover, .purchase-guide-header-left a:focus, .purchase-guide-header-left a:active {
    color: #ffffff !important;
}

.purchase-guide-header-left a i {
    font-size: 15px;
    margin-right: 10px;
}

.purchase-guide-header-center {
    left: 0;
    right: 0;
    text-align: center;
    width: 600px;
    margin: auto;
    padding: 0 10px;
}

@media (max-width: 991px) {
    .purchase-guide-header-center {
        width: 100%;
    }
}

.purchase-guide-header-right {
    right: 0;
    padding: 10px;
}

@media (max-width: 991px) {
    .purchase-guide-header-right h2 {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .purchase-guide-header-right {
        top: 25px;
    }
}

.purchase-guide-header h1, .purchase-guide-header h2 {
    margin: 0;
    font-size: 50px;
    font-weight: bold;
}

.purchase-guide-parameters-wrapper {
    text-align: center;
}

@media (max-width: 767px) {
    .purchase-guide-parameters-wrapper {
        margin-top: 20px;
    }
}

.purchase-guide-parameters {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.purchase-guide-parameters li {
    display: inline-block;
    padding: 0 10px;
    border-right: 1px solid #000000;
    text-transform: uppercase;
    font-size: 15px;
}

@media (max-width: 767px) {
    .purchase-guide-parameters li {
        font-size: 14px;
        padding: 0 5px;
    }
}

.purchase-guide-parameters li:last-child {
    border: none;
}

.purchase-guide-parameters li a {
    color: #000000;
}

.purchase-guide-parameters li a:hover, .purchase-guide-parameters li a:focus, .purchase-guide-parameters li a:active {
    color: #000000 !important;
}

.product-table-rating {
    margin-bottom: 10px;
}

@media (min-width: 768px) {
    .product-table-rating {
        min-height: 21px;
    }
}

.product-table .product-grid-price, .product-table .product-upsale-price, .product-table .product-add-price, .product-table .product-recommended-price {
    margin-bottom: 10px;
}

.product-table .product-grid-price .price, .product-table .product-upsale-price .price, .product-table .product-add-price .price, .product-table .product-recommended-price .price {
    font-size: 30px;
}

.product-table .product-grid-price .price.savings, .product-table .product-upsale-price .price.savings, .product-table .product-add-price .price.savings, .product-table .product-recommended-price .price.savings {
    font-size: 20px;
    margin-left: 10px;
}

.product-table .table {
    font-size: 18px;
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.product-table .table td {
    border-bottom: 1px solid #e0e0e0;
}

.product-table .table .attribute {
    padding-left: 0 !important;
}

.product-table .table .value {
    font-weight: 100;
}

@media (max-width: 767px) {
    .product-table .btn-green {
        margin-bottom: 20px;
    }
}

.product-table-title {
    margin-bottom: 10px;
}

.product-table-title h2 {
    text-transform: uppercase;
    font-size: 18px;
    margin: 0;
}

.product-table-title a {
    color: #000000;
}

.product-table-title a:hover, .product-table-title a:focus, .product-table-title a:active {
    color: #000000 !important;
}

.product-table-image-wrapper {
    position: relative;
    padding: 20px;
    background-color: #ffffff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.product-table-image-wrapper .number {
    color: #ffffff;
    background-color: #00baff;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 20px;
    margin-left: 20px;
    border-radius: 50%;
    font-size: 25px;
    width: 80px;
    height: 80px;
    text-align: center;
    line-height: 80px;
}

.product-table-image-wrapper .number-green {
    background-color: #55e05f;
}

@media (max-width: 991px) {
    .product-table-image-wrapper .number {
        font-size: 16px;
        line-height: 47px;
        width: 47px;
        height: 47px;
    }
}

.product-grid-toggle {
    padding: 60px 0;
    text-align: center;
}

@media (max-width: 767px) {
    .product-grid-toggle {
        padding: 30px 10px;
    }
}

.product-grid-toggle button {
    position: relative;
    padding: 10px 60px 8px 40px;
    width: 420px;
}

@media (max-width: 767px) {
    .product-grid-toggle button {
        width: 100%;
    }
}

.product-grid-toggle button:before {
    content: '';
    position: absolute;
    top: 14px;
    right: 35px;
    display: inline-block;
    height: 10px;
    width: 10px;
    border-right: 2px solid #ffffff;
    border-bottom: 2px solid #ffffff;
    transform: rotate(45deg);
    transition: transform 0.2s ease;
    margin-left: 10px;
}

.product-grid-toggle button.open .toggle-show {
    display: none;
}

.product-grid-toggle button.open .toggle-hide {
    display: inline-block;
}

.product-grid-toggle button.open:before {
    transform: rotate(-135deg);
    top: 17px;
}

.product-grid-toggle .toggle-hide {
    display: none;
}

.blog-container {
    margin-bottom: 20px;
}

.blog-container .category-list li.active a {
    background-color: #00baff;
    color: #ffffff;
}

@media (min-width: 768px) {
    .blog-container .category-list li {
        display: inline-block;
    }
}

@media (max-width: 767px) {
    .blog-container .category-list li {
        padding: 0;
        margin-bottom: 10px;
    }
}

@media (max-width: 767px) {
    .blog-container > .container, .blog-container > .purchase-guide-topbar {
        padding: 0;
    }
}

.blog-header {
    padding: 50px 0 30px;
    background-color: #ffffff;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .blog-header {
        padding: 20px 0;
    }
}

.blog-header h1 {
    font-weight: normal;
}

@media (max-width: 767px) {
    .blog-header h1 {
        margin-bottom: 20px;
    }
}

.blog-header p {
    max-width: 500px;
    margin: auto;
}

@media (max-width: 767px) {
    .blog-header p {
        text-align: center;
    }
}

.blog-item {
    margin-bottom: 20px;
    color: #000000;
    display: block;
}

.blog-item:nth-child(3n+1) {
    clear: left;
}

@media (max-width: 991px) {
    .blog-item:nth-child(3n+1) {
        clear: none;
    }

    .blog-item:nth-child(2n+1) {
        clear: left;
    }
}

@media (max-width: 767px) {
    .blog-item:nth-child(2n+1) {
        clear: none;
    }
}

.blog-item h3 {
    font-size: 18px;
}

.blog-item p {
    font-size: 14px;
    margin: 0;
}

.blog-item .banner {
    min-height: 220px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .blog-item .banner {
        min-height: 200px;
    }
}

.blog-item:hover p {
    color: #000000;
}

.blog-date {
    margin-bottom: 10px;
    text-transform: uppercase;
    min-height: 0;
}

.blog-content {
    background-color: #ffffff;
    padding: 20px 20px 15px;
}

@media (min-width: 768px) {
    .blog-content {
        min-height: 107px;
    }
}

@media (max-width: 767px) {
    .blog-post {
        padding: 0 10px;
    }
}

.blog-post .banner {
    min-height: 430px;
    padding: 0;
    margin: 0;
    border-radius: 0;
}

@media (max-width: 767px) {
    .blog-post .banner {
        min-height: 260px;
    }
}

.blog-post .banner:hover:before {
    display: none;
}

.blog-post-content {
    background: #ffffff;
    padding: 60px 60px 30px;
    margin-bottom: 60px;
}

.blog-post-content h3 {
    font-size: 1.1em;
}

@media (max-width: 767px) {
    .blog-post-content {
        padding: 20px;
        margin-bottom: 30px;
    }
}

.blog-post-date {
    display: inline-block;
    margin-bottom: 10px;
    text-transform: uppercase;
    margin: 0 0 20px 0;
}

.blog-post-category {
    display: inline-block;
    background-color: #55e05f;
    color: #ffffff;
    padding: 5px 10px 3px;
    border-radius: 4px;
    font-size: 13px;
    text-transform: uppercase;
}

.blog-post-category-wrapper {
    display: inline-block;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
}

.blog-post-category-wrapper li {
    display: inline-block;
    margin: 0 0 20px 10px;
}

.blog-post-text {
    margin-bottom: 20px;
}

.blog-post-related {
    margin-bottom: 100px;
}

@media (max-width: 767px) {
    .blog-post-related {
        margin-bottom: 0;
    }
}

.blog-post-related .banner {
    min-height: 220px;
}

.campaign-black {
    background-color: #000000;
}



.campaign-black .topbar {
    background-color: #000000;
}

.campaign-black .topbar li, .campaign-black .topbar a {
    color: #595959;
}

.campaign-black .navbar-default {
    background-color: #0d0d0d;
    border: 0;
}

.campaign-black .navbar-default .navbar-toggle,
.campaign-black .navbar-default .navbar-cart {
    color: #ffffff;
}

.campaign-black .navbar-default .navbar-header {
    background-color: #0d0d0d;
}

.campaign-black .navbar-default .navbar-header .top-contact a {
    color: #595959;
}

.campaign-black .navbar-default .navbar-header .icons-list li.icons-list-item a {
    color: #595959;
}

.campaign-black .navbar-default .navbar-header .icons-list li.icons-list-item a:hover {
    color: #01abd2;
}

.campaign-black .main-content {
    background-color: #000000;
    margin-top: 0;
    margin-bottom: 20px;
}

.campaign-countdown {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 100;
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .campaign-countdown {
        font-size: 16px;
    }
}

.campaign-jumbotron {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.campaign-jumbotron .container, .campaign-jumbotron .purchase-guide-topbar {
    position: relative;
}

.campaign-jumbotron .content br {
    display: none;
}

.campaign-jumbotron .badge-row {
    color: #ffffff;
}

.campaign-jumbotron .badge-discount {
    color: #f32d43;
}

.campaign-jumbotron h1 {
    text-transform: uppercase;
    font-size: 55px;
    line-height: 0.9em;
    color: #ffffff;
}

.campaign-jumbotron h2 {
    font-weight: 500;
    font-size: 35px;
    text-transform: uppercase;
    color: #01abd2;
}

.campaign-jumbotron p {
    color: #ffffff;
}

.campaign-products {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding-bottom: 25px;
}

.campaign-products:before {
    content: '';
    position: absolute;
    background-color: #000000;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100px;
    width: 100%;
}

.campaign-products h2 {
    margin: 0;
    padding: 90px 0px 50px;
    font-size: 30px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #ffffff;
}

.campaign-story {
    background-color: #1d1d1d;
    color: #ffffff;
}

.campaign-story .story-image {
    padding: 0 0 0 0;
}

.campaign-story .story-image img {
    width: 100%;
    max-width: 100%;
}

.campaign-story .story-text {
    padding: 10px 10px 20px 10px;
}

.campaign-story .story-text h2 {
    text-transform: uppercase;
    font-size: 35px;
}

.campaign-story .story-text p {
    opacity: 0.6;
}

.campaign-story .story-text .btn.red {
    background-color: #000000;
    color: #f32d43;
    border: 1px solid #000000;
}

.campaign-story .story-text .btn.red:hover, .campaign-story .story-text .btn.red:focus {
    color: #f32d43 !important;
}

.campaign-story .story-text .btn.white {
    background-color: #000000;
    color: #ffffff;
    border: 1px solid #000000;
}

.campaign-story .story-text .btn.white:hover, .campaign-story .story-text .btn.white:focus {
    color: #ffffff !important;
}

@media (min-width: 992px) {
    .campaign-black .navbar-default .navbar-fullscreen {
        background-color: #0d0d0d;
        border-top: 1px solid #262626;
        border-bottom: 1px solid #262626;
    }

    .campaign-black .navbar-default .navbar-nav > li > a {
        color: #595959;
    }

    .campaign-black .inlt-searchbox {
        background: #000 !important;
    }

    .campaign-black .inlt-searchinputbox {
        border-color: #000000 !important;
        background-color: #000000 !important;
        color: #595959 !important;
    }

    .campaign-black .inlt-searchinputbox::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #595959;
    }

    .campaign-black .inlt-searchinputbox::-moz-placeholder {
        /* Firefox 19+ */
        color: #595959;
    }

    .campaign-black .inlt-searchinputbox:-ms-input-placeholder {
        /* IE 10+ */
        color: #595959;
    }

    .campaign-black .inlt-searchinputbox:-moz-placeholder {
        /* Firefox 18- */
        color: #595959;
    }

    .campaign-black .inlt-searchbutton .icon-search {
        color: #595959 !important;
    }

    .campaign-story .story-text {
        padding: 20px 70px 20px 35px;
    }

    .campaign-story .story-text h2 {
        font-size: 55px;
    }
}

@media (min-width: 1200px) {
    .campaign-products h2 {
        padding: 140px 0px 100px;
        font-size: 45px;
    }

    .campaign-jumbotron h1 {
        font-size: 90px;
        line-height: 95px;
    }

    .campaign-jumbotron h2 {
        font-size: 45px;
    }

    .campaign-jumbotron .content {
        max-width: 80%;
        padding-top: 145px;
        padding-bottom: 154px;
        padding-left: 75px;
    }

    .campaign-jumbotron .content br {
        display: inline-block;
    }

    .campaign-jumbotron .badge {
        background-color: #1a1a1a;
        right: -5%;
        top: 30%;
    }

    .campaign-story .story-image {
        padding: 0 65px 0 0;
    }

    .campaign-story .story-text {
        padding: 95px 70px 20px 35px;
    }

    .campaign-story .story-text p {
        width: 550px;
    }
}

.not-in-stock .product-options-price {
    display: none;
}

.size-block .product-top-items {
    position: static;
}

.size-block .product-top-items a {
    color: #fff;
    text-decoration: none;
}

.product-header-item.size-block {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
}

.product-grid-content #lipscore-rating-small .lipscore-rating-star.lipscore-svg-rating-star
{
    height: 15px;
    width: 15px;
}

.no-review-link .lipscore-rating-review-link {
    display: none;
}

.lipscore-rating.no-review-link {
    margin-top: 10px;
}

.lipscore-rating.no-review-link[ls-product-votes='0'] {
    display: none;
}

.size-block .product-top-items {
    display: block !important;
}

@media (max-width: 767px){
    .size-block .product-top-items {
        margin-left: auto;
        margin-right: auto;
    }

    .product-main-name-mobile {
        margin-bottom: 10px;
    }
}

.notify-badge-product{
    display: block;
    top:0px;
    background:#f32d43;
    text-align: center;
    color:white;
    padding:0;
    font-weight:bold;
    font-size: 10px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.notify-badge-product-tom{
    display: block;
    position: center;
    background:#fcdde2;
    color:#f32d43;
    padding:0px 11px;
    font-weight:bold;
    font-size:10px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.lipscore-rating-star {
    cursor: pointer !important;
}

.till-blogg {
    margin-left: 28%;
}

@media (min-width: 768px) {
    .till-blogg {
        margin-left: 40%;
    }
}

.svea-badge {
    margin-top: 10px;
}
.svea-badge p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.svea-badge img {
    height: 18px;
    margin-left: 7px;
    display: inline-block;
}

.products-grid .svea-badge {
    margin-top: 0px;
}

.products-grid .svea-badge p {
    font-size: 13px;
    font-weight: 300;
}

.products-grid .svea-badge img {
    height: 16px;
    margin-left: 7px;
}

@media (max-width: 1024px) {
    .products-grid .svea-badge img {
        margin-left: 0;
    }
}

@media (max-width: 465px) {
    .products-grid .svea-badge p {
        font-size: 11px;
    }
}

@media (max-width: 426px) {
    .products-grid .svea-badge p {
        font-size: 10px;
    }

    .products-grid .svea-badge img {
        height: 13px;
        margin-left: 3px;
    }
}

@media (max-width: 403px) {
    .products-grid .svea-badge p {
        font-size: 9px;
    }

    .products-grid .svea-badge img {
        height: 11px;
        margin-left: 1px;
    }
}

@media (max-width: 327px) {
    .products-grid .svea-badge p {
        font-size: 8px;
    }

    .products-grid .svea-badge img {
        height: 10px;
        margin-left: 1px;
    }
}

@media (max-width: 767px) {
    .single-product-header {
        padding-top: 25px;
        margin-bottom: 0;
    }
}

@media (max-width: 768px) {
    .cms-index-index .products-list {
        display: flex;
        flex-wrap: wrap;
    }

    .adnm-topscroll-mobile #page {
        padding-top: unset ;
    }

    .adnm-topscroll-mobile .single-product-header {
        padding-top: 85px ;
    }
}

@media (max-width: 991px) {
    .cms-index-index .products-list {
        display: flex;
        flex-wrap: wrap;
    }

    .textbanner {
        top: 55px;
    }

    .breadcrumb {
        padding-top: 25px;
    }

    .category-header, .page {
        padding-top: 33px;
    }

    .cms-page-view .page, .cms-index-index .page {
        padding-top: 55px;
    }

    .cms-no-route .page, .checkout-cart-index .page {
        padding-top: 65px;
    }

    .category-header .h1 {
        margin: 10px 0 0 0;
    }

    .note-msg {
        padding-left: 20px;
    }
        .navbar-search {
            background-color: #fff;
            padding-bottom: 12px;
            padding-left: 12px;
            padding-right: 12px;
        }

    .navbar-search .search-wrapper .search-box input {
        border-radius: 5px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .catalog-category-view .navbar .container {
        width: auto;
    }
}

#div-gpt-ad-3075852-1 iframe {
    margin-bottom: 15px;
    border-radius: 7px !important;
}

@media (min-width: 768px)  {
    .pagination-button {
        display: none;

    }
}


@media (max-width: 768px)  {
    .pagination-button {
        display: block;
        width: 45%;
        margin: 20px auto 0;
    }

    .pagination-button a {
        color: #fff;
        width: 100%;
    }

    .pagination-button a .icon-right {
        margin-left: 5px
    }

    .products-pagination > li a {
        color: #000;
        width: 33px;
        line-height: 33px;
        font-size: 16px;
    }
    .products-pagination > li  {
        margin-left: 5px;
    }

    .products-pagination  {
        padding: 20px 0;
    }

    .inlt-curr-pno {
         color: #fff;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .navbar .container {
        width: 100%;
        padding: 0 12px;;
    }

    .navbar-search {
        padding-right: 24px;
        padding-left: 24px;
    }

    .navbar .navbar-search .navbar-form {
        width: 100%;
    }
}

#accessories_products .price,
.product-recommended .product-recommended-price .price:not(.savings) {
    color: #f32d43;
}
.product-grid-discount.se.bra-pris {
    font-size: 12px;
    padding-top: 13px;
}
.se.bra-pris {
    background-color: #00BAFF;
}
.product-recommended-discount.se.bra-pris{
    font-size: 18px;
    padding-top: 19px;
}
.single-product-image-wrapper .discount.se.bra-pris,
.product-images .slider-item .discount.se.bra-pris {
    padding-top: 22px;
    font-size: 19px;
}

.product-grid-discount.se.font-size-9 {
    font-size: 9px;
}
.product-recommended-discount.se.font-size-9 {
    font-size: 14px;
}
.discount.se.font-size-9 {
    font-size: 15px;
}
.product-grid-discount.se.font-size-10 {
    font-size: 10px;
}
.product-recommended-discount.se.font-size-10 {
    font-size: 14px;
}
.discount.se.font-size-10 {
    line-height: 87px;
    padding: 0;
    font-size: 16px;
}
.product-grid-discount.se.line-height {
    line-height: 25px;
}

.product-recommended-discount.se.line-height {
    line-height: 40px;
}

.product-grid-discount.se.black-badge-se {
    background-color: #000;
    padding: 1px;
    line-height: 1.2;
    padding-top: 14px;
}
.product-grid-discount.se.black-badge-se.black-friday {
    padding-top: 10px;
    font-size: 10px;
}
.product-recommended-discount.se.black-badge-se {
    background-color: #000;
}
.product-recommended-discount.se.black-friday {
    font-size: 15px;
    padding-top: 14px;
}

.discount.se.black-badge-se {
    background-color: #000;
    padding: 7px;
    padding-top: 24px;
    line-height: 1.2;
    font-size: 16px;
}
.discount.se.black-badge-se.black-friday {
    padding-top: 18px;
    font-size: 15px;
    bottom: 20%;
}

.pricerunner-box {
    z-index: 100;
    display: block;
}

@media (max-width: 991px) {
    .product-recommended-discount.se.bra-pris {
        font-size: 16px;
        padding-top: 14px;
    }
    .product-recommended-discount.se {
        padding-top: 17px;
        font-size: 14px;
    }

    .product-recommended-discount.se.black-badge-se {
        padding-top: 15px;
    }
    .product-recommended-discount.se.black-badge-se.black-friday {
        font-size: 13px;
        padding-top: 10px;
    }

    .product-grid-discount.se.font-size-9 {
        padding-top: 17px;
    }

    .product-grid-discount.se.font-size-10 {
        font-size: 10px;
    }

    .product-recommended-discount.se.font-size-9 {
        font-size: 10px;
        padding-top: 21px;
    }
    .product-recommended-discount.se.font-size-10 {
        line-height: 33px;
        font-size: 12px;
    }
}

#countdown {
    padding-left: 10px;
}

.campaign-label .display-grid span {
    font-weight: bold;
}

.campaign-label .display-grid span:first-child {
    /*text-transform: uppercase;*/
}

.display-grid {
    display: grid;
}

.campaign-label {
    display: inline-block;
    margin-left: 5px;
}

.countdown-campaign-block {
    display: inline-block;
    width: 41%;
}

.display-flex-countdown {
    display: flex;
    align-items: center;
}

.countdown-block {
    white-space: nowrap;
    border-radius: 5px;
    clear: both;
    margin-bottom: 10px;
    display: block;
    /*background: #F5F5F5;*/
    /*width: 50%;*/
}

.countdown-block.display-flex-countdown {
    margin-bottom: 10px;
}

.countdown-block.only-text {
    background: #000;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    width: 60%;
}

.product-overlay .countdown-block.only-text {
    width: 50%;
}

.single-product-image-wrapper .countdown-block.only-text{
    width: 25%;
}

.only-text .campaign-label .display-grid span:first-child {
    text-transform: none;
}

.only-text .campaign-label .display-grid span {
    font-weight: unset;
}

.only-text b {
    font-weight: bold;
}

.single-product-image-wrapper .countdown-block {
    position: absolute;
    margin-top: 0;
    top: 12px;
    left: 12px;
    z-index: 60;
}

.single-product-image-wrapper .pricerunner {
    position: absolute;
    left: 12px;
    z-index: 50;
    margin: 0;
}

/* When countdown exists, position pricerunner below it */
.single-product-image-wrapper:has(.countdown-block) .pricerunner {
    top: 75px;
    padding-top: 2%;
}

/* When no countdown, position pricerunner at the top */
.single-product-image-wrapper:not(:has(.countdown-block)) .pricerunner {
    top: 12px;
}

.product-main-info .pricerunner,
.product-overlay-top .pricerunner {
    display: none;
}

.countdown-block .one-line {
    margin: 9px 0;
    min-height: 19px;
}

.single-product-image-wrapper .countdown-block .countdown-campaign-block {
    width: 38%;
}

.product-overlay .countdown-block {
    margin-top: 10px;
    margin-bottom: 8px;
}

#countdown p {
    font-size: 27px;
    color: #F4253A;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    line-height: inherit;
}

.countdown-timer-overlay #countdown p {
    font-size: 18px !important;
    color: white !important;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    line-height: 1 !important;
    padding: 0 !important;
    vertical-align: middle;
}


#countdown .countdown-labels {
    font-size: 20px;
    color: #B9BEC8;
}

.left-border {
    border-left: 2px solid #DDDDDD;
    height: 50%;
    margin: 0 8px;
}

.campaign-icon {
    display: none;
    vertical-align: top;
    top: 2px;
    position: relative;
    padding: 7px 7px 7px 4px;
}

.campaign-text {
    border-radius: 5px;
    display: block;
    line-height: 1.3;
    color: white;
    padding: 8px 15px;
    background: #f32d43;
    font-size: 14px;
    white-space: normal;
    position: relative;
    min-height: auto;
}

.countdown-timer-overlay {
    position: absolute;
    top: 8px;
    right: 10px;
    bottom: auto;
    left: auto;
    display: inline-block;
    white-space: nowrap;
    line-height: 1;
    visibility: hidden;
}

.countdown-timer-overlay.visible {
    visibility: visible;
}

@media (max-width: 991px) {
    .countdown-timer-overlay {
        position: static !important;
    }
}




.countdown-timer-overlay #countdown {
    display: inline-block;
}

.countdown-timer-overlay #countdown p {
    font-size: 18px;
    color: white;
    font-weight: bold;
    margin: 0;
    display: inline-block;
    line-height: 1;
    padding: 0;
    vertical-align: middle;
}

.countdown-timer-overlay #countdown .countdown-labels {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
    font-weight: normal;
    margin: 0 2px 0 1px;
    vertical-align: middle;
}

.countdown-timer-overlay .left-border {
    border-left: 1px solid rgba(255, 255, 255, 0.4);
    height: 16px;
    margin: 0 6px;
    display: inline-block;
    vertical-align: middle;
}

@media (max-width: 991px) {
    .campaign-text .countdown-timer-overlay {
        position: static !important;
        display: block !important;
        margin-top: 10px;
        top: auto !important;
        right: auto !important;
    }
    
    .campaign-text .countdown-timer-overlay #countdown p {
        font-size: 14px !important;
        color: white !important;
    }
    
    .campaign-text .countdown-timer-overlay #countdown .countdown-labels {
        font-size: 10px !important;
    }
    
    .campaign-text .countdown-timer-overlay .left-border {
        height: 12px;
        margin: 0 4px;
    }
}


.gg-timer,
.gg-timer::before {
    border: 2px solid;
    width: 18px;
    height: 18px;
    border-radius: 40px
}

.gg-timer {
    background: linear-gradient(to left,
    currentColor 10px, transparent 0) no-repeat 6px -2px/2px 6px;
    box-sizing: border-box;
    transform: scale(1.7);
    position: relative;
    display: block;
    border-top-color: transparent
}

.gg-timer::after,
.gg-timer::before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute
}

.gg-timer::before {
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    right: -2px;
    top: -2px;
    transform: rotate(45deg)
}

.gg-timer::after {
    width: 2px;
    height: 6px;
    background: currentColor;
    transform: rotate(-50deg);
    left: 4px;
    bottom: 5px;
    border-radius: 100px
}

@media (max-width: 1200px) {
    .countdown-block,
    .countdown-block.only-text {
        height: 100%;
        width: 100%;
    }
}

@media (max-width: 1150px) {
    .display-flex-countdown {
        display: block;
    }

    #countdown {
        width: 55%;
        margin: auto;
    }
}


@media (max-width: 991px) {
    .svea-badge {
        margin-top: -5px;
        margin-bottom: 7px;
    }
    .single-product-image-wrapper .countdown-block {
        display: none;
    }
    .campaign-text {
        border-radius: 5px 5px 5px 5px;
        clip-path: none;
        line-height: inherit;
    }

    .countdown-block,
    .countdown-block.only-text {
        width: 60%;
    }

    .gg-timer {
        transform: scale(1.5);
    }

    .campaign-label {
        font-size: 13px;
    }

    .countdown-campaign-block {
        width: 40%;
    }
    .left-border {
        margin: 0 4px;
    }

    #countdown {
        padding-left: 0px;
        padding-top: 5px;
    }
}

@media (max-width: 674px) {
    .countdown-block,
    .countdown-block.only-text {
        width: 75%;
    }
}



@media (max-width: 547px) {
    .countdown-block,
    .countdown-block.only-text {
        width: 100%;
    }

    .left-border {
        margin: 0 3px;
    }
}

@media (max-width: 420px) {
    .campaign-label {
        font-size: 12px;
    }
}

@media (max-width: 413px) {
    #countdown p {
        font-size: 24px;
        padding-top: 8px;
    }

    #countdown .countdown-labels {
        font-size: 14px;
    }

    .campaign-icon {
        padding: 8px 6px;
    }

    .campaign-text {
        width: 100%;
        text-align: center;
        padding: 6px;
        padding-left: 3px;
    }
}

@media (max-width: 367px) {
    .campaign-label {
        font-size: 10px;
    }

    #countdown p {
        font-size: 20px;
        padding-top: 9px;
    }

    .countdown-block {
        white-space: nowrap;
        /*height: 45px;*/
    }

    #countdown .countdown-labels {
        font-size: 12px;
    }
}

@media (max-width: 325px) {
    .countdown-block,
    .countdown-block.only-text {
        width: 100%;
    }
}

.white-box-cykelrea {
    border-radius: 4px;
    background-color: #ffffff;
    margin-bottom: 20px;
    padding: 20px 20px 10px;
}

@media (max-width: 991px) {
    .white-box-cykelrea {
        border-radius: 0;
        margin: 0;
        padding: 0;
    }
}

.bikessale-index-index .page {
    padding-top: 60px;
}

.product-grid-price .price.promo.campaign {
    line-height: 1.5;
}

@media (max-width: 991px) {
    .product-grid-price .price.promo.campaign {
        line-height: unset;
        margin: 0 0 0 5px;
    }
}

.tooltip-wrapper.icon-info-img .display-inline-block {
    display: inline-block;
    width: auto;
}

.bagde-toltip {
    position: absolute;
    bottom: 0;
    font-weight: 600;
    display: none;
}
.single-product-image-nav-thumbnails + .discount.black-friday,
.product-images-nav-thumbnails + .discount.black-friday,
.single-product-image-nav-thumbnails + .discount.se,
.product-images-nav-thumbnails + .discount.se{
    display: none;
}
.product-overlay .product-image-slider .discount + .bagde-toltip,
.slider-item .discount + .bagde-toltip {
    display: none;
}

.single-product-image-wrapper .slider-item .discount + .bagde-toltip {
    display: block;
}
.single-product-slider .discount.se.black-badge-se.black-friday
{
    bottom: 0;
}
.product-images-nav-thumbnails + .discount + .bagde-toltip
{
    display: block;
    position: relative;
    bottom: 85px;
}

@media (max-width: 991px) {
    .discount.se.black-badge-se.black-friday {
        bottom: 0;
    }
    .single-product-image-nav-thumbnails + .discount + .bagde-toltip,
    .product-images-nav-thumbnails + .discount + .bagde-toltip {
        display: block;
        bottom: -30px;
    }

    .one-image-product + .single-product-image-nav-thumbnails + .discount + .bagde-toltip,
    .one-image-product + .product-images-nav-thumbnails + .discount + .bagde-toltip {
        display: block;
        bottom: 10px;
    }

    .slider-item .discount + .bagde-toltip,
    .single-product-image-wrapper .slider-item .discount + .bagde-toltip {
        display: none;
    }
}

@media (max-width: 767px) {
    .single-product-image-wrapper:has(.black-friday),
    .single-product-slider:has(.black-friday) {
        margin-bottom: 40px;
    }

    .single-product-image-wrapper:has(.one-image-product) {
        margin-bottom: 15px;
    }

    .campaign-block {
        display: block;
        text-align: center;
    }

    .products-grid .svea-badge {
        margin: 3px 0;
    }
    .products-grid .svea-badge p{
        line-height: normal;
    }
}

@media (max-width: 390px) {
    .bagde-toltip .tooltip-wrapper .tooltiptext {
        width: 250px;
    }
}

/*tooltip start*/

.tooltip-wrapper {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.tooltip-wrapper .tooltiptext {
    font-family: 'Roboto';
    background: #fff;
    bottom: 100%;
    color: #222222;
    display: block;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 15px 20px;
    pointer-events: none;
    border-radius: 3px;
    position: absolute;
    width: 393px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 999;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.tooltip-wrapper .tooltiptext:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip-wrapper .tooltiptext:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

.tooltip-wrapper:hover .tooltiptext {
    opacity: 1;
    pointer-events: auto;
}


/* IE can just show/hide with no transition */

.lte8 .tooltip-wrapper .tooltiptext {
    display: none;
}

.lte8 .tooltip-wrapper:hover .tooltiptext {
    display: block;
}

.tooltip-wrapper .tooltiptext .tooltiptext-content {
    display: inline-block;
    width: 100%;
    position: relative;
    border-left: 4px solid #00BAFF;
    padding-left: 10px;
    font-family: 'Roboto';
}

.tooltip-wrapper .tooltiptext .tooltiptext-content b {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto';
    line-height: 22px;
}

.tooltip-wrapper .tooltiptext .tooltiptext-content p {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
    line-height: 21px;
    font-family: 'Roboto';
}

.tooltip-wrapper.icon-info-img img {
    width: 15px;
}


/*tooltip end*/

#checkout-shipping-method-load .price {
    margin-left: auto;
}

.shipping-badge, .discount-badge {
    color: #fff;
    padding: 2px 5px;
    margin-right: 3px;
    border-radius: 3px;
    font-weight: bold;
    font-size: 13px;
    text-wrap: nowrap;
    background-color: #55e05f;
}

.discount-badge {
    text-transform: uppercase;
    background-color: #00baff;
    margin-left: 10px;
    padding: 2px 10px;
    font-size: 12px;
}

.cart-item-price .price {
    font-size: 20px;
    font-weight: 600;
}

.sveacheckout-index-index .button {
    color: #000;
}

#checkout-shipping-method-load .free-price-label {
    background: #55e05f;
    color: #fff;
    border-radius: 3px;
    padding: 5px 15px;
    font-weight: 600;
    text-align: center;
}

.shipping-logo {
    width: 25px;
    margin-left: 15px;
}

.shopping-cart-totals-table .shipping-logo {
    width: 22px;
}

@media only screen and (min-width: 992px) {
    .coupon-container {
        width: 960px;
        border-radius: 4px;
        background-color: #ffffff;
        padding: 20px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    .grid-container {
        width: 960px;
        border-radius: 4px;
        background-color: #ffffff;
        padding: 20px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }

    /* .countdown-block #countdown {
        margin-top: 45px
    } */
}

.sveacheckout-index-index .cart .sveacheckout-totals {
    margin-top: 20px;
}

.grand-total.text-red {
    font-size: 24px;
    font-weight: 600;
}

.grand-total.text-red + .vat {
    font-style: italic;
    width: 150px;
    font-weight: 300;
    font-size: 14px;
}

@media only screen and (max-width: 768px) {


    #shopping-cart-table .cart-item-price .cart-price .savings .price {
        text-decoration: line-through;
    }

    #checkout-shipping-method-load .free-price-label {
        font-size: 13px;
        padding: 5px 8px;
        width: 75px;
    }

    .shipping-logo {
        margin-left: 8px;
    }
}

.reg-price {
    margin-top: 10px;
    color: #989898;
    font-size: 14px;
}

.products-grid .reg-price {
    display: inline-block;
    margin-top: 0;
    font-size: 11px;
    margin-left: 15px;
}
.products-grid .reg-price.badge-reg-price {
    display: block;
    margin-left: 0;
}

@media (max-width: 393px) {
    .products-grid .reg-price {
        margin-left: 5px;
    }
}

@media (max-width: 373px) {
    .products-grid .reg-price {
        margin-left: 0;
    }
}

.sveacheckout-index-index .in_store_pickup .nice-select {
    display: inline-block;
    clear: none;
    width: 300px;
    background-color: #F3F3F3;
    margin: 5px 0;
}

.mobile-price {
    display: none;
}

@media only screen and (max-width: 610px) {
    .in_store_pickup li {
        flex-wrap: wrap;
    }
    .in_store_pickup li label  {
        flex-basis: 65%;
    }
    .in_store_pickup li .nice-select  {
        flex-basis: 100%;
    }

    .in_store_pickup li .free-price-label  {
        display: none;
    }

    .in_store_pickup li .free-price-label.mobile-price {
        display: inline-block;
        flex-basis: 22%;
    }
}

@media only screen and (max-width: 320px) {
    .in_store_pickup li label  {
        flex-basis: 45%;
    }

    .in_store_pickup li .free-price-label.mobile-price {
        flex-basis: 30%;
    }
}

#checkout-shipping-method-load .in_store_pickup .nice-select {
    width: 520px;
}

#co-shipping-method-form #checkout-shipping-method-load .in_store_pickup label {
    width: 150px;
}

#checkout-shipping-method-load .in_store_pickup .nice-select .option {
    padding: 5px;
    font-size: 15px;
}

#co-shipping-method-form #checkout-shipping-method-load label {
    width: 500px;
}

@media only screen and (max-width: 520px) {
    #checkout-shipping-method-load .in_store_pickup .nice-select {
        width: 300px;
        font-size: 11px;
        min-height: 35px;
        padding: 10px;
    }

    #checkout-shipping-method-load .in_store_pickup .nice-select .option {
        font-size: 10px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 325px) {
    #checkout-shipping-method-load .in_store_pickup .nice-select {
        width: 250px;
    }
}

.sveacheckout-index-index .sveacheckout-coupon {
    padding: 10px;
}

.pricerunner-box {
    z-index: 100;
    display: block;
}

.pricerunner-box img {
    height: 60px;
}

.in_store_pickup input[type=radio],
.in_store_pickup label{
    pointer-events: none;
}

.sveacheckout-index-index #checkout-shipping-method-load .sp-methods li {
    padding: 10px;
}

@media only screen and (min-width: 992px) {
    .newsletter-checkbox-block {
        width: 960px;
        border-radius: 4px;
        background-color: #ffffff;
        padding: 20px 20px;
        margin-bottom: 20px;
        margin-left: auto;
        margin-right: auto;
    }
}

.newsletter-checkbox-block {
    padding: 20px;
}

.newsletter-checkbox-block label {
    max-width: 90%;
    padding-left: 3px;
    vertical-align: middle;
}

#cykelkraft_checkout_newsletter {
    height: 17px;
    width: 17px;
}

.price.promo.campaign {
    font-size: 15px;
}

.pdp-discount-block {
    border: 1px solid #000000;
    padding: 6px 13px;
    margin-top: 5px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 14px;
    display: block;
    width: auto;
    max-width: 39%;
    position: relative;
    background-color: white;
    z-index: 1;
    clear: both;
}

.product-overlay-top-wrapper .pdp-discount-block {
    display: block;
    position: relative;
    width: 99%;
}

.single-product-order .pdp-discount-block {
    display: block;
    position: relative;
    width: 99%;
}

.pickup-location-warehouse {
    background-color: #55E05F;
}

.pricerunner {
    z-index: 100;
    margin-top: 10px;
    position: relative;
    display: block;
    opacity: 0;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    clear: both;
}

.external_warehouse {}



.pricerunner.is-visible {
    opacity: 1;
    transform: translateY(0);
}

#pdp-discount-anchor {
    display: block;
}

@media (max-width: 991px) {
    .single-product-image-wrapper .pdp-discount-block {
        display: none;
    }

    .pricerunner {
        position: relative;
        margin-top: 10px;
    }

    .single-product-image-wrapper .pricerunner {
        display: none;
    }

    .pdp-discount-block {
        margin-top: 10px;
        display: block;
        position: relative;
    }
}

@media (max-width: 768px) {
    .pdp-discount-block {
        width: 100%;
    }
}

.countdown-block a {
    color: white;
}

.countdown-block a:hover {
    color: white;
}

.store-pickup-header {
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
}

table.store-pickup-table {
    width: 100%;
    border-collapse: collapse;
    color: #222222;
}

table.store-pickup-table tr:not(:last-child) td {
    padding: 8px 0;
    border-bottom: 1px solid #ddd;
}

.pickup-location-status {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 8px;
}

.pickup-location-available {
    background-color: #55E05F;
}

.pickup-location-unavailable {
    background-color: transparent;
}

.pickup-location-preorder {
    background-color: #00D0F5;
}
.store-pickup-table {
    margin-top: 10px;
    margin-bottom: 10px;
}

.inventory-container {
    margin-bottom: 30px;
}

#store-pickup-placeholder {
    padding: 15px 0;
}

.store-pickup-table {
    font-size: 15px !important;
    color: #222;
    font-weight: 400;
}
.store-pickup-header {
    color: #222;
}

.inventory-container.simple-product {
    margin-bottom: 0px;
    margin-top: 5%;
}

@media (min-width: 768px) {
    .inventory-container.simple-product {
        margin-top: 0;
    }
}

#store_stock_inventory > tbody > tr > td {
    width: 70%;
    padding: 7px 0;
}

.product-accessories-attribute img {
    width: 100%;
    object-fit: contain;
    display: block;
    aspect-ratio: 1 / 1;
}

.btn-black {
    background-color: #222222;
    color: #ffffff;
    border: 1px solid #222222;
    box-shadow: 0 4px #313131;
}

.btn-black:hover,
.btn-black:focus {
    background-color: #313131;
    border-color: #313131;
    color: #ffffff;
}

@media (min-width: 992px) {
.navbar-default .navbar-nav .nav-blurbs.nav-blurbs-small {
	width: 100px;

}

.navbar-default .navbar-nav .nav-blurbs.nav-blurbs-small h3.top-camplaign-title {
    position: relative;
     font-size: 14px;    
    line-height: 14px;
    margin-bottom: 20px;
    transform: none;
    left: inherit;
    top: inherit;
    color: #222;
}

.navbar-default .navbar-nav .nav-blurbs .nav-blurb {
	margin-bottom: 40px;
}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link {
	position: relative;
	display: inline-block;
	width: 100%;
}
.navbar-default .navbar-nav .nav-blurbs h3 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
	font-size: 41px;
	line-height: 33px;
	color: #fff;
	text-transform: capitalize;
	margin: 0;
	letter-spacing: -0.832px;
	font-family: 'Roboto';
	font-weight: 700;

}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge {
	width: 78px;
	height: 78px;
	transform: rotate(11deg);
	top: 10px;
	right: 15px;
	padding: 0px;
    background-color: #f32d43;
    border-radius: 50%;
    position: absolute;
    text-align: center;
}

.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge-row {
	text-transform: initial;
	font-size: 11px;
	font-weight: 700;
	line-height: 24px;
}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge-discount {
	font-size: 28px;
	font-family: 'Roboto';
	font-weight: 700;
	line-height: 22px;
	margin-bottom: 0;
}

.navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-black, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-black:hover, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-black:focus {
    background-color: #2d2d2d;
    color: #ffffff !important;
    border-color: #000000;
    box-shadow: 0px 5px 0px 0px rgba(0, 0, 0, 1);
    width: 100%;
    font-size: 14px;
	font-family: 'Roboto';
	font-weight: 700;
	word-break: break-all;
}

.navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-menu-green, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-menu-green:hover, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-menu-green:focus{
	background-color: #55e05f;
    color: #ffffff !important;
    border-color: #55e05f;
    box-shadow: 0px 5px 0px 0px rgba(45, 174, 65, 1);
    width: 100%;
    font-size: 14px;
	font-family: 'Roboto';
	font-weight: 700;
	word-break: break-all;
}

.navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-red, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-red:hover, .navbar-default .navbar-nav .nav-blurbs .nav-blurb .btn-red:focus{
	background-color: #c7283c;
    color: #ffffff !important;
    border-color: #c7283c;
    box-shadow: 0px 5px 0px 0px rgba(84, 20, 41, 1);
    width: 100%;
    font-size: 14px;
	font-family: 'Roboto';
	font-weight: 700;
	word-break: break-all;
}
}
@media (min-width: 1200px){
.navbar-default .navbar-nav .nav-blurbs.nav-blurbs-small {
    width: 220px;
}

.navbar-default .navbar-nav .nav-blurbs.nav-blurbs-small h3.top-camplaign-title {    
   
    font-size: 25px;
    color: #222;
    line-height: 26px;
    margin-bottom: 30px;
    color: #222;
}

.navbar-default .navbar-nav .nav-blurbs h3 {	
	font-size: 62px;
	line-height: 54px;
}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge-row {
	
	font-size: 11px;	
	line-height: 24px;
}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge-discount {
	font-size: 28px;
	line-height: 22px;
}
.navbar-default .navbar-nav .nav-blurbs .nav-blurb .image-link .badge {
	width: 78px;
	height: 78px;
}
}

@media (max-width: 480px) {
    .category-link .badge-row{
        font-size: 10px;
        ext-transform: inherit;
        display: block;
    }
    .category-link .badge-medium {
        transform: rotate(11deg);
        right: 3%;
        top: 5%;
        width: 87px;
        height: 87px;
        padding: 10px;
        background-color:
            #f32d43;
        border-radius: 50%;
        position: absolute;
    }
    .category-link .badge-discount {
        font-size: 30px;
        line-height: 39px;
    }
}

.aw-pq2-list__button_position_right{float:right}.aw-pq2-question-form__wrapper{padding:10px;border:thin solid #e5dcc3;background-color:#f1ecdb}.aw-pq2-list__please-login-note{float:right}.aw-pq2-list__no-questions{font-style:italic}.aw-pq2-list__question-item{margin-top:10px;margin-bottom:10px}.aw-pq2-list__question-wrapper{position:relative}.aw-pq2-list__question-expand{float:left;width:21px;height:21px;cursor:pointer;background-repeat:no-repeat}.aw-pq2-list__question-expand_arrow_right{background:url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/cykelkraft/aw_pq2/image/expand-closed.png) no-repeat center center}.aw-pq2-list__question-expand_arrow_down{background:url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/cykelkraft/aw_pq2/image/expand-open.png) no-repeat center center}.aw-pq2-list__question{display:inline-block;max-width:80%;margin-left:5px}.aw-pq2-list__question-date{color:#999;font-size:10px;margin-left:-27px}.aw-pq2-list__question-item_hidden{display:none}.aw-pq2-list__question-action-bar{line-height:22px;margin-bottom:0}.aw-pq2-list__next-question{text-align:center}.aw-pq2-list__answer-list{margin-left:50px}.aw-pq2-list__no-answers{margin-top:10px;margin-bottom:10px;font-style:italic}.aw-pq2-list__answer-item{margin-top:10px;margin-bottom:10px}.aw-pq2-list__answer-item_hidden{display:none}.aw-pq2-list__answer-wrapper{position:relative}.aw-pq2-list__answer{display:inline-block;max-width:80%}.aw-pq2-list__answer-date{color:#999;font-size:10px}.aw-pq2-list__admin-name{color:#444;font-weight:700}.aw-pq2-list__answer-action-bar{line-height:22px;margin-bottom:10px}.aw-pq2-form__field-wrapper{margin-bottom:10px}.aw-pq2-form__field{width:50%;display:table}.aw-pq2-form__field_size_wide{width:100%}.aw-pq2-form__field_position_left{float:left}.aw-pq2-form__field_position_right{float:right}.aw-pq2-form__field-clear{clear:both}.aw-pq2-form__label-box{display:table-cell;width:1%;white-space:nowrap;padding-right:5px}.aw-pq2-form__label-box_type_popup{display:block}.aw-pq2-form__input-box{display:table-cell}.aw-pq2-form__input-box_type_popup{display:block}.aw-pq2-form__input-box_offset_right{padding-right:15px}.aw-pq2-form__input{width:100%;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}.aw-pq2-form__textarea{width:100%;height:100px;padding:0;box-sizing:border-box;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;resize:vertical}.aw-pq2-form__label{color:#666;font-weight:700;position:relative;z-index:0}.aw-pq2-form__label_indent_left{margin-left:5px}.aw-pq2-form__label__asterisk{font-style:normal;color:#eb340a;margin-left:2px}.aw-pq2-form__button-set{padding-top:5px}.aw-pq2-list__next-answer{text-align:center}.aw-pq2-form__field-checkbox{padding-bottom:5px}.aw-pq2-form__button_position_left{float:left}.aw-pq2-form__note-wrapper{float:left;margin-left:5px}.aw-pq2-form__button-note{line-height:21px;margin-bottom:0;text-align:left}.aw-pq2-form__button-note_size_small{font-size:10px;line-height:11px}.aw-pq2-form__points{color:green;text-align:center}.aw-pq2-list__helpfulness-layout-unit{width:18px;height:21px}.aw-pq2-list__helpfulness-value{font-weight:700;font-size:15px}.aw-pq2-list__helpfulness-progress{display:block;height:23px;background:url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/cykelkraft/aw_pq2/image/progress.gif) no-repeat center center}.aw-pq2-list__helpfulness-icon{display:block;width:17px;height:17px;cursor:pointer}.aw-pq2-answer-popup-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;-moz-opacity:.3;opacity:.3;filter:alpha(opacity=30);z-index:100}.aw-pq2-answer-popup{width:500px;margin:0 auto;position:fixed;z-index:9999;padding:20px;border:1px #999 solid;background-color:#fff;text-align:left}.aw-pq2-answer-popup__salutation{text-align:center}.aw-pq2-answer-popup__question-wrapper{text-align:justify;font-size:14px}.aw-pq2-answer-popup__label{color:#666;font-weight:700}.aw-pq2-answer-popup__close-button{position:absolute;right:5px;top:5px;width:10px;height:10px;overflow:hidden;background:url(https://static.cykelkraft.se/skin/frontend/cykelkraftv2/cykelkraft/aw_pq2/image/close-popup.png);cursor:pointer}.aw-pq2-question-sort.pager{color:#2f2f2f}.aw-pq2-question-sort.pager .limiter img{margin-left:5px;vertical-align:middle}.aw-pq2-overlay{background:no-repeat center center;position:absolute;z-index:9999}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 500;
}

.ampromo-gift .product-image{
    float: left;
}

.ampromo-gift li{
    margin: 10px 10px;
    float: left;
}

.ampromo-product-name{
    font-weight: bold;
}

.add-to-cart-wrapper .product-options {
    margin-bottom: 10px;
}

.ampromo-label{
    float: right;
    position: absolute;
    z-index: 1;
}
.campaign-products-block{ height: 150px; margin-bottom: 20px; display: none; } .campaign{ display: flex; width: 100%; justify-content: space-between; color: #fff; align-items: center; height: 100%; } .campaign .col-left{ width: 35%; } .campaign .col-left, .campaign .col-right{ text-align: center; margin:  0 20px; } .campaign h3{ font-size: 25px; font-weight: 500; padding: 0; margin: 0;  } .campaign p{ font-size: 22px; font-weight: 300; padding: 0; margin: 0; line-height: 32px;} .col-right p.phone-icon{ padding-top: 10px; } .col-right p.phone-icon img{ margin-right: 11px; } .campaign-products-block.price-rule .campaign .col-right { margin-right: -10px; } @media screen and (max-width: 1199px) {.campaign .col-left{ width: 39%; } .col-right p.phone-icon img{ width: 18px; } } @media screen and (max-width: 991px) {.campaign .col-left{ width: 51%; } .col-right p.phone-icon{ padding-top: 5px; } } @media screen and (max-width: 767px) {.campaign-products-block{ height: 264px; background-repeat: no-repeat; background-position: top center; } .campaign{ display: block; padding: 15px 0; } .campaign .col-left, .campaign .col-right{ width: 100%; margin: 0; padding: 15px 0; } .campaign h3{ font-size: 21px; } .campaign p{ font-size: 20px; line-height: 28px; } .col-right p.phone-icon img{ width: 15px; } .campaign-products-block.price-rule .campaign .col-right{ text-align: right; padding: 0; float: right;} .campaign-products-block.price-rule .campaign .col-right img.img-responsive {display: inline-block; max-width: 100%; height: 129px; } } @media screen and (max-width: 767px) {.campaign-products-block.price-rule .campaign .col-right{ height: 163px; } .campaign-products-block.price-rule .campaign .col-right img.img-responsive { height: 163px; } } @media screen and (max-width: 592px) {.campaign-products-block.price-rule .campaign .col-right{ height: 130px; } .campaign-products-block.price-rule .campaign .col-right img.img-responsive { height: 130px; }} 
.product-overlay.open {
    padding-top: 80px;
}

.close-product-overlay {
    top: 20px;
    right: 20px;
}

.product-overlay-left-wrapper {
    padding-left: 30px !important;
}

.product-image-slider {
    padding-right: 30px !important;
}

.product-overlay-top-wrapper {
    padding-top: 0;
    padding-bottom: 50px;
}

.product-overlay-top-name {
    padding-right: 0;
    display: block;
    align-items: unset;
    min-height: unset;
}

.product-overlay-top-name h2 {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #222222;
    line-height: 48px;
}

.product-overlay-top {
    position: initial;
    right: inherit;
    bottom: inherit;
}

.product-overlay .product-top-items {
    position: initial;
    bottom: unset;
    top: unset;
    max-width: unset;
    margin-bottom: 0;
    line-height: 1.7;
    display: inline-block;
    vertical-align: bottom;
}

.product-overlay .product-top-items a {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.product-options-price .price.regular {
    font-size: 20px;
    margin-left: 0;
    color: #222222;
}

.product-options-price .price.promo {
    font-size: 28px;
    font-weight: 600;
    padding-left: 9px;
}

.product-header-item {
    display: flex;
    margin-bottom: 0px;
}

.product-header-item .product-options-header {
    float: none;
    width: auto;
    margin-bottom: 0;
}

.col-md-12 .product-top-highlight {
    padding: 0px 0px;
    margin: 0px -10px;
    display: inline-block;
    position: relative;
    top: 0;
    left: 0;
}

.product-header-item .product-options-header h3 {
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
    text-transform: initial;
}

.mobile-accessories.open {
    display: inline-block;
}

.mobile-accessories.open .product-options-header h3 {
    margin-bottom: 0;
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 00px;
}

.product-choice-row li .item.configurable {
    width: 105px;
    margin-right: 15px;
}

.product-choice-inline li .item.configurable {
    width: 105px;
    margin-right: 15px;
    vertical-align: middle;
}

.product-choice .validate-custom-configurable+label {
    padding: 10px 10px;
}

.product-choice .validate-custom-configurable+label,
.product-overlay .product-choice .configurable label {
    width: 85px;
    border-radius: 8px;
    border-color: #222222;
    font-size: 16px;
    font-weight: 400;
    color: #222222;
    text-transform: initial;
    line-height: 1.1;
}

.product-choice-row li.out-of-stock-variant .item.configurable label {
    border: 1px solid #222222;
}

.product-choice-row li.out-of-stock-variant {
    opacity: 1;
}

.product-choice .validate-custom-configurable:checked+label {
    background-color: #222222;
    color: #fff;
    border-color: #222222;
}

.product-options-points {
    margin-top: 50px;
}

.product-options-points p {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
}

.product-options-points .icon {
    font-size: 12px;
}

.product-options-points .icon.text-green {
    color: #2CCC73;
    display: inline-block;
    width: 20px;
}

.product-options-points p .point-content {
    display: inline-block;
    width: calc(100% - 30px);
    vertical-align: top;
}

.product-options-points p a {
    color: #222222;
    text-decoration: underline;
    text-underline-position: under;
}

.product-options-points p .text-bold {
    font-weight: 600;
}

.configurable-delivery-time-stock {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    z-index: 99;
}

.product-choice-row li .configurable-delivery-time-stock .size.item-size-range,
.product-choice-row li .configurable-delivery-time-stock .item.size {
    display: none;
}

.product-choice-row li {
    padding: 20px 0;
    position: relative;
    z-index: inherit;
    display: inline-block;
    width: 100%;
}

.product-choice-inline li {
    border-bottom: 1px solid #f4f4f4;
    padding: 20px 0;
}

.product-choice-row li .item.size.item-size-range {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-transform: initial;
    margin-top: 20px;
}

.product-choice-inline li .item.size.item-size-range {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222222;
    font-weight: 400;
    text-transform: initial;
    margin-top: 20px;
}

.product-choice-row li .configurable-delivery-time-stock .size.item-size-range {
    display: none;
}

.product-choice-row li .item-field {
    display: inline-block;
}

.product-choice-row li .stock .butik-stock {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    font-size: 12px;
    color: #222222;
    text-transform: initial;
    font-weight: 400;
}

.product-choice li .butik-stock {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    font-size: 12px;
    color: #222222;
    text-transform: initial;
    font-weight: 400;
}

.product-choice li:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}

.product-choice-row li:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}

.product-choice-inline li:last-of-type {
    padding-bottom: 40px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}

.size-choice.product-choice li:last-of-type, .size-choice.product-choice-inline li:last-of-type {
    border-bottom: none;
    padding-bottom: 20px;
}

.size-choice.product-choice {
    padding-bottom: 10px;
    border-bottom: 1px solid #C9C9C9;
    margin-bottom: 20px;
}

.no-stock-icon:before,
.product-choice-row li .stock .not-in-stock.butik-stock .no-stock-icon:before,
.product-choice li .stock .not-in-stock.butik-stock .no-stock-icon:before,
.product-choice-inline li .stock .not-in-stock.butik-stock .no-stock-icon:before {
    background-image: url("https://static.cykelkraft.se/skin/frontend/cykelkraftv2/cykelkraft/images/not-in-stock.svg");
    height: 13px;
    width: 11px;
    content: "";
    background-position: center center;
    background-repeat: no-repeat;
    vertical-align: middle;
    font-size: unset;
    font-family: unset !important;
}

.product-choice-row li .stock .butik-stock.not-in-stock {
    text-decoration: line-through;
    color: #D9D9D9;
}

.product-choice li .butik-stock.not-in-stock {
    text-decoration: line-through;
    color: #D9D9D9;
}

.product-choice li .backorder {
    color: #00BAFF;
}

.product-choice-row li .stock .butik-stock.in-stock {
    color: #222222;
}

.product-choice li .butik-stock.in-stock {
    color: #222222;
}

.product-choice-row li .stock .butik-stock.in-stock .icon {
    color: #55e05f;
}

.product-choice li .butik-stock.in-stock .icon {
    color: #55e05f;
}

.product-choice-row li .stock .butik-stock:last-child {
    margin-right: 0;
}

.product-choice li .butik-stock:last-child {
    margin-right: 0;
}

.product-choice-row li .stock {
    width: 269px;
}

.product-choice-inline li .stock {
    width: 269px;
}

.product-choice-row li .stock .text-underline {
    text-decoration: none;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    text-transform: initial;
}

.product-choice-inline li .stock .text-underline {
    text-decoration: none;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    text-transform: initial;
}

.product-choice-row li .item.delivery-time div:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: initial;
}

.product-choice-row li .item.delivery-time .in-stock .icon,
.product-choice-inline li .item.delivery-time .in-stock .icon {
    display: none;
}

.product-choice-row li .item.delivery-time .not-in-stock .no-stock-icon,
.product-choice-inline li .item.delivery-time .not-in-stock .no-stock-icon {
    display: none;
}

.product-choice-row li .delivery-time .in-stock .icon,
.product-choice-inline li .delivery-time .in-stock .icon {
    display: none;
}

.product-choice-row li .delivery-time .not-in-stock .no-stock-icon,
.product-choice-inline li .delivery-time .not-in-stock .no-stock-icon {
    display: none;
}

.product-choice-row li .delivery-time .backorder .icon,
.product-choice-row li .item.delivery-time .backorder .icon,
.product-choice-inline li .item.delivery-time .backorder .icon {
    display: none;
}

.product-choice-inline li .item.delivery-time .item-size-range {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 21px;
}

.product-choice-inline li .item.delivery-time div:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 21px;
    text-transform: initial;
    margin-bottom: 0;
}

.product-choice-row li .item.delivery-time {
    width: 190px;
}

.product-choice-inline li .item.delivery-time {
    width: 205px;
}

.product-choice-row li .item.delivery-time span {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
}

.product-choice-inline li .item.delivery-time span {
    color: #222222;
    font-size: 12px;
    font-weight: 400;
    text-transform: initial;
}

.product-choice-row li .item.delivery-time span i {
    padding-left: 5px;
    font-size: 14px;
    color: #00BAFF;
    display: inline-block;
    opacity: 1;
}

.product-choice-inline li .item.delivery-time span i {
    padding-left: 5px;
    font-size: 14px;
    color: #00BAFF;
    display: inline-block;
    opacity: 1;
}

.product-choice-row li .item.delivery-time span i img {
    max-width: 14px;
    width: 100%;
}

.product-choice-inline li .item.delivery-time span i img {
    max-width: 14px;
    width: 100%;
}

.product-choice li .item.delivery-time .in-stock {
    color: #00BAFF;
}

.product-choice-inline li .item.delivery-time .in-stock {
    color: #00BAFF;
}

.product-choice li .item.delivery-time .not-in-stock {
    color: #F32D43;
}

.product-choice-inline li .item.delivery-time .not-in-stock {
    color: #F32D43;
}

.configurable-delivery-time-stock .popover {
    border: 0;
    max-width: none !important;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 4px;
    z-index: 50;
    background-color: #F4F4F4;
    color: #9B9B9B;
}

.configurable-delivery-time-stock .popover.bottom>.arrow {
    border-bottom-color: transparent;
    top: -10px;
}

.popover.bottom>.arrow:after {
    border-bottom-color: #F4F4F4;
}

.configurable-delivery-time-stock .popover-content p {
    color: #9B9B9B;
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
}

.configurable-delivery-time-stock .popover-content p:nth-last-child(1) {
    margin: 0 0 0 0;
}

.product-accessories:last-child {
    border-bottom: 1px solid #f4f4f4;
    padding-bottom: 10px;
}

.product-options-main-header {
    color: #222222;
    font-size: 20px;
    font-weight: 600;
    margin-top: 30px;
    margin-bottom: 0px;
    display: none;
}

.product-options-main-header h2 {
    text-transform: initial;
    margin-bottom: 0;
}

.product-options-header {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 30px;
}

.product-accessories li {
    display: flex;
    justify-content: flex-start;
}

.product-accessories .label {
    float: left;
    margin-right: 35px;
    margin-top: 3px;
}

.product-accessories label:before {
    margin-left: 0;
    border-radius: 3px;
    border: 1px solid #222222;
}

.product-accessories .radio+.label label:before,
.product-accessories .checkbox+.label label:before {
    color: rgba(155, 155, 155, 0.30);
    opacity: 1;
}

.product-accessories .radio:checked+.label label:before,
.product-accessories .checkbox:checked+.label label:before {
    background-color: #000;
    border: 1px solid #222222;
    color: #fff;
}

.product-accessories-attribute {
    max-width: 55px;
    text-align: center;
    width: 100%;
    margin-right: 20px;
}

.product-overlay .add-to-cart {
    margin-top: 50px;
    margin-bottom: 30px;
}

.product-accessories-info h3 {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #222222;
    margin-bottom: 5px;
    text-transform: inherit;
}

.price-promo-regular-group span {
    display: inline-block;
}

.product-accessories {
    margin-bottom: 30px;
}

.product-accessories li {
    list-style: none;
}

.product-accessories .price-regular {
    font-size: 14px;
    text-decoration: line-through;
    font-weight: 400;
    color: #222222;
    margin-right: 8px;
    display: inline-block;
}

.product-accessories .price-promo {
    font-weight: 600;
    font-size: 14px;
    color: #F32D43;
}

.product-choice-inline li {
    width: 100%;
}

.product-choice-single li .product-choice-availability {
    display: inline-block;
    width: 100%;
}

.product-choice-single li .product-choice-availability .item.delivery-time {
    width: 100%;
    font-size: 12px;
    color: #222222;
    font-weight: 400;
    line-height: 19px;
    text-transform: initial;
    margin-bottom: 30px;
}

.product-choice-single li .product-choice-availability .item.delivery-time .icon {
    display: none;
}

.product-choice-single li .product-choice-availability .item.delivery-time div:first-child {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    text-transform: initial;
    margin-bottom: 2px;
}

.product-choice-single li .product-choice-availability .item.delivery-time .icon-info-img,
.configurable-delivery-time-stock .item.delivery-time .icon-info-img {
    padding-left: 4px;
}

.product-choice-single li .product-choice-availability .item.delivery-time .icon-info-img img,
.configurable-delivery-time-stock .item.delivery-time .icon-info-img img{
    max-width: 14px;
    width: 100%;
}

.product-choice li .in-stock {
    color: #00BAFF;
}

.product-choice-single li .product-choice-availability .item {
    display: inline-block;
    width: 100%;
}

.product-choice-single li .product-choice-availability .item.stock {
    width: 100%;
    padding-left: 0;
    border-left: 0;
}

.product-choice-single li .product-choice-availability .item.stock .text-underline {
    color: #222222;
    font-size: 12px;
    font-weight: 300;
    line-height: 19px;
    margin-bottom: 4px;
    text-decoration: none;
    text-transform: initial;
}

.product-choice-single li .product-choice-availability .item.stock .butik-stock {
    display: inline-block;
    width: auto;
    margin-right: 15px;
}

.product-name h1 {
    font-size: 36px;
    color: #222222;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
    text-transform: inherit;
    margin-top: 20px;
}

.plus-minus-input {
    display: inline-block;
    width: calc(100% - 390px);
}


/*Plus minus quantity start*/

.plus-minus-input {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.plus-minus-input .input-group-button {
    display: inline-block;
    width: auto;
}

.plus-minus-input .input-group-field {
    text-align: center;
    margin-left: 15px;
    margin-right: 15px;
    padding: 20px 0;
    min-width: 58px;
    width: 58px;
    height: 69px;
    font-size: 22px !important;
    font-weight: 400;
    color: #222222;
    border-radius: 3px;
    background-color: #F4F4F4;
}

.plus-minus-input .input-group-field::-webkit-inner-spin-button,
.plus-minus-input .input-group-field ::-webkit-outer-spin-button {
    -webkit-appearance: none;
    appearance: none;
}

.plus-minus-input .input-group-button .circle {
    border-radius: 0;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    padding: 0;
}


/*Plus minus quantity end*/

.product-upsale {
    text-align: center;
}

.product-upsale-info {
    position: relative;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.product-upsale-info .btn {
    display: none;
}

.product-upsale-price {
    margin-bottom: 0;
}

.product-upsale-price .price {
    display: inline-block;
    width: auto;
}

.product-options-addtocart {
    margin-top: 50px;
    margin-bottom: 30px;
}

.product-upsale-image {
    margin-bottom: 20px;
}

.product-options-addtocart .add-to-cart {
    width: 100%;
    display: flex;
    align-items: center;
}

.single-product-slider {
    padding-right: 30px;
}

.single-product-order {
    padding-left: 30px;
}

.product-options-addtocart .btn-primary {
    top: inherit;
    width: 100%;
    height: 65px;
    max-width: 380px;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

.product-choice-single {
    border-top: 0;
    border-bottom: 0;
}

.product-name .rating {
    display: none;
}

.product-overlay .product-options-size {
    display: none;
}

.product-images {
    margin-bottom: 50px;
    padding: 0;
}

.product-images .slider-item {
    max-width: 100%;
}

.product-images .slider-item img {
    width: 100%;
}

.product-images-nav-thumbnails {
    max-height: 80px;
    padding: 0;
}

.product-options-points {
    margin-top: 30px;
}

.product-overlay .toggle-mobile-accessories {
    text-align: left;
    position: relative;
    margin: 20px 0 20px;
    padding: 15px 20px;
}

.product-overlay .toggle-mobile-accessories:after {
    position: absolute;
    top: 20px;
    right: 22px;
    width: 13px;
    height: 13px;
    border-right: 3px solid #00baff;
    border-bottom: 3px solid #00baff;
}

.product-overlay .toggle-mobile-accessories.open:after {
    top: 26px;
}

.message {
    margin-bottom: 0px;
    margin-top: 30px;
    padding: 10px 15px;
    background-color: #F4F4F4;
    border: 0px;
    font-size: 14px;
    color: #9B9B9B;
    font-weight: 400;
    line-height: 19px;
    position: relative;
    border-radius: 4px;
}


/*Slick slider*/

.product-images-nav-thumbnails .slick-slide {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #f4f4f4;
    background-color: #e6e6e6;
}

.product-images-nav-thumbnails .slick-slide img {
    opacity: 0.5;
}

.product-images-nav-thumbnails .slick-slide.slick-current {
    background-color: #fff;
    border: 1px solid #222222;
    opacity: 1;
}

.product-images-nav-thumbnails .slick-slide.slick-current img {
    opacity: 1;
}


/*Slick Slider*/


/*tooltip start*/

.tooltip-wrapper {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-font-smoothing: antialiased;
}

.tooltip-wrapper .tooltiptext {
    font-family: 'Roboto';
    background: #fff;
    bottom: 100%;
    color: #222222;
    display: block;
    left: 50%;
    margin-bottom: 15px;
    opacity: 0;
    padding: 15px 20px;
    pointer-events: none;
    border-radius: 3px;
    position: absolute;
    width: 393px;
    -webkit-transition: all .25s ease-out;
    -moz-transition: all .25s ease-out;
    -ms-transition: all .25s ease-out;
    -o-transition: all .25s ease-out;
    transition: all .25s ease-out;
    -webkit-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.20);
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    z-index: 999;
}


/* This bridges the gap so you can mouse into the tooltip without it disappearing */

.tooltip-wrapper .tooltiptext:before {
    bottom: -20px;
    content: " ";
    display: block;
    height: 20px;
    left: 0;
    position: absolute;
    width: 100%;
}


/* CSS Triangles - see Trevor's post */

.tooltip-wrapper .tooltiptext:after {
    border-left: solid transparent 10px;
    border-right: solid transparent 10px;
    border-top: solid #fff 10px;
    bottom: -10px;
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 0;
}

.tooltip-wrapper:hover .tooltiptext {
    opacity: 1;
    pointer-events: auto;
}


/* IE can just show/hide with no transition */

.lte8 .tooltip-wrapper .tooltiptext {
    display: none;
}

.lte8 .tooltip-wrapper:hover .tooltiptext {
    display: block;
}

.tooltip-wrapper .tooltiptext .tooltiptext-content {
    display: inline-block;
    width: 100%;
    position: relative;
    border-left: 4px solid #00BAFF;
    padding-left: 10px;
    font-family: 'Roboto';
}

.tooltip-wrapper .tooltiptext .tooltiptext-content b {
    font-size: 16px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 8px;
    display: inline-block;
    width: 100%;
    font-family: 'Roboto';
    line-height: 22px;
}

.tooltip-wrapper .tooltiptext .tooltiptext-content p {
    font-size: 14px;
    font-weight: 400;
    color: #222222;
    margin-bottom: 10px;
    line-height: 21px;
    font-family: 'Roboto';
}


/*tooltip end*/


/*Product Black Badge Campaign Start*/
.single-product-slider .product-images .slider-item .black-badge {
    font-size: 14px;
}

.single-product-slider .product-images .slider-item .black-badge span {    
    font-size: 14px;
}

.product-images .slider-item .black-badge {
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    background-color: #222;
    border-radius: 50%;
    width: 102px;
    height: 102px;
    font-size: 16px;
    text-align: center;
    text-transform: inherit;
    transform: rotate(11deg);
    line-height: 16px;
}

.product-images .slider-item .blue-badge {
    background-color: #00baff;
}
.product-images .slider-item .black-badge .black-badge-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.product-images .slider-item .black-badge span {
    display: block;
    font-size: 16px;
}

.single-product-image-wrapper .black-badge {
    position: absolute;
    top: 40px;
    right: 80px;
    color: #ffffff;
    background-color: #222;
    border-radius: 50%;
    width: 180px;
    height: 180px;
    font-size: 30px;
    text-align: center;
    text-transform: inherit;
    transform: rotate(11deg);
    line-height: 20px;
}

.single-product-image-wrapper .blue-badge {
    background-color: #00baff;
}

.single-product-image-wrapper .black-badge-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translate(0, -50%);
}

.single-product-image-wrapper .black-badge span {
    display: block;
    font-size: 20px;
}

.single-product-image-wrapper .blue-badge .tag-text {
    font-size: 14px;
}
.single-product-image-wrapper .black-badge span:first-child {
    font-size: 25px;
}

.product-top .locker-area {
    width: 145px;
}

.product-top .badges-area {
    margin: 10px 0px 18px 0px;
}
/*Product Black Badge Campaign End*/
@media (min-width: 992px) {
body.category-filter{
        padding:0px 0px !important;
    }
}
@media screen and (min-width: 992px) and (max-width: 1199px) { 
    .plus-minus-input {
        width: calc(100% - 200px);
    }
    .product-options-addtocart .btn-primary {
        max-width: 300px;
        padding: 18px 30px 16px 10px;
    }
}

@media (max-width: 1025px) and (min-width: 768px) {
    .product-choice .validate-custom-configurable+label {
        margin-bottom: 0px;
    }
}

@media (max-width: 991px) {
    .product-accessories li {
        display: inline-block;
        vertical-align: top;
        justify-content: inherit;
    }
    .product-overlay-left-wrapper {
        padding-left: 10px !important;
        padding-right: 10px;
    }
    .product-image-slider {
        padding-right: 10px !important;
        padding-left: 10px;
    }
    .single-product-slider {
        padding-right: 10px;
    }
    .single-product-order {
        padding-left: 10px;
    }
    .single-product-slider .product-images .slider-item .black-badge {
        font-size: 14px;
    }

    .single-product-slider .product-images .slider-item .black-badge span {    
        font-size: 14px;
    }
    .product-images .slider-item .black-badge {
        top: 0px;
        right: 0px;
        width: 80px;
        height: 80px;
        font-size: 14px;
    }
    .product-images .slider-item .black-badge span {
        font-size: 14px;
    }
    .single-product-image-wrapper .black-badge {
        top: 30px;
        right: 30px;
        width: 150px;
        height: 150px;    
    }
    .single-product-image-wrapper .black-badge span:first-child,
    .single-product-image-wrapper .black-badge span {
        font-size: 16px !important;
    }    
}

@media (max-width: 767px) {
    .product-images-nav-thumbnails {
        max-width: 80px;
    }
    .product-options-price .price.regular {
        font-size: 20px !important;
    }
    .product-options-price {
        margin-bottom: 10px;
    }
    .product-options-price .price.regular .text-uppercase {
        text-transform: initial;
    }
    .product-main-name-mobile,
    .product-options-price {
        text-align: left;
    }
    .product-main-name-mobile h2 {
        font-size: 28px;
        color: #222222;
        margin-bottom: 13px;
    }
    .product-options-price .price.regular {
        display: inline-block !important;
    }
    .product-overlay.open {
        position: relative;
    }
    .product-overlay .product-top-items {
        display: block !important;
    }
    .product-header-item .product-options-header {
        margin-bottom: 10px;
    }
    .product-overlay .product-choice .item.configurable .validate-custom-configurable:checked+label {
        background-color: #222222;
        color: #fff;
        border-color: #222222;
    }
    .configurable-delivery-time-stock {
        display: inline-block;
        width: 100%;
        text-align: left;
        margin-bottom: 0;
    }
    .product-overlay .product-choice li {
        border-bottom: 1px solid #f4f4f4;
        padding: 20px 0;
    }
    .product-choice-row li .item.item-field {
        float: none;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
    }
    .product-choice-inline li .item.item-field {
        float: none;
        display: inline-block;
        width: auto;
        margin-bottom: 10px;
        margin-right: 20px;
    }
    .product-overlay .product-choice .item.delivery-time {
        width: auto;
    }
    .product-choice-inline li .item.delivery-time {
        width: auto;
    }
    .product-overlay .product-choice .stock {
        width: 100%;
        display: inline-block;
        margin-top: 10px;
    }
    .product-choice-inline li .stock {
        width: auto;
        padding-left: 0px;
    }
    .product-overlay .product-choice .item.size {
        position: relative;
        bottom: unset;
        left: unset;
        text-align: left;
        margin-top: 10px;
    }
    .product-options-main-header {
        margin: 20px 0;
        display: none;
    }
    .product-overlay .product-options-header h3 {
        text-align: left;
    }
    .product-accessories .label {
        width: auto;
        bottom: 0;
        margin-top: 0;
    }
    .product-accessories-info {
        width: 58%;
        vertical-align: top;
    }
    .product-accessories-info h3 {
        line-height: 1.2;
        margin-top: 0;
    }
    .product-overlay .add-to-cart {
        margin: 0 0px;
    }
    .product-overlay .add-to-cart .btn {
        border-radius: 3px;
        padding: 20px 10px 15px
    }
    .product-overlay {
        padding: 0 10px 20px;
    }
    .product-main {
        z-index: 99;
    }
    .product-choice-inline li .item.size.item-size-range {
        margin-top: 10px;
    }
    .product-options-addtocart {
        margin-top: 20px;
        margin-bottom: 0
    }
    .product-options-addtocart .add-to-cart {
        display: block;
        width: 100%;
    }
    .plus-minus-input {
        width: 100%;
        text-align: center;
    }
    .product-options-addtocart .btn-primary {
        max-width: 100%;
        margin-top: 20px;
        padding: 13px 10px 11px;
        font-size: 20px;
    }
    .add-to-cart .btn-product:before {
        right: 20px;
        top: 26px;
    }
    .single-product-slider .product-options-points {
        display: none;
    }
    .single-product-slider-points {
        display: inline-block;
        width: 100%;
    }
    .single-product-slider-points .product-options-points {
        border-top: 0;
        padding-top: 0;
    }
    .tooltip-wrapper .tooltiptext {
        width: 280px;
    }
    /*Slick slider*/
    .single-product-image .slick-dots li {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background-color: #ECEBEA;
    }
    .single-product-image {
        max-height: 380px;
    }
    /*Slick Slider*/
    .product-choice-inline li .item.delivery-time .item-size-range {
        margin-top: 0;
    }
    .product-choice-row li .item.size.item-size-range {
        display: none;
    }
    .product-choice-row li .configurable-delivery-time-stock .size.item-size-range {
        display: inline-block;
        width: 100%;
        margin-top: 5px;
    }
    .accordion-icons {
        top: -3px;
    }
    #accessories_products {
        margin: 0 -30px;
        width: auto;
    }
    .mobile-accessories.open .product-options-header h3 {
        margin-top: 0;
    }
    .product-accessories {
        margin-bottom: 20px;
    }
    .product-choice .validate-custom-configurable+label,
    .product-overlay .product-choice .configurable label {
        margin-left: 0;
    }
    .product-options-header {
        margin-bottom: 20px;
    }
    .product-choice-single li .product-choice-availability .item.delivery-time {
        margin-bottom: 20px;
    }
    .mobile-accessories.open,
    .product-overlay .mobile-accessories.open {
        padding: 20px 30px 0;
    }
    .product-images .slider-item .black-badge {
        width: 50px;
        height: 50px;
        font-size: 12px;
    }
    .product-images .slider-item .black-badge span {
        font-size: 12px;
    }
    .single-product-slider .product-images .slider-item .black-badge {
        font-size: 12px;
    }

    .single-product-slider .product-images .slider-item .black-badge span {    
        font-size: 12px;
    }
    .single-product-image-wrapper .black-badge {
        top: 0;
        right: 0;
        width: 75px;
        height: 75px;
        font-size: 12px;
        line-height: 13px;
    }
    .single-product-image-wrapper .black-badge span:first-child,
    .single-product-image-wrapper .black-badge span {
        font-size: 10px !important;
    }
}

@media (max-width: 480px) {
    .product-choice-row li .item.item-field {
        margin-right: 20px;
    }
    .tooltip-wrapper .tooltiptext {
        width: 280px;
    }
    .product-accessories .label {
        margin-right: 20px;
    }
    .product-accessories-attribute {
        margin-right: 10px;
    }
}

@media (max-width: 390px) {
    .tooltip-wrapper .tooltiptext {
        width: 170px;
    }
    .product-accessories-info {
        width: 58%;
    }
    .product-top .badge-clothes {        
        width: 120px;
        height: 45px;        
    }
    .product-top .locker-area {
        width: auto;        
    }
    .product-top .badge-locker {
        width: 80px;
    }
    .product-top .badge-text p{
        line-height: 20px;
    }
    .product-top .badges-area {
        margin: 5px 5px 5px 0;
    }    
}

@media (max-width: 320px) {
    .add-to-cart .btn-product:before {
        right: 20px;
        top: 26px;
        width: 12px;
        height: 12px;
    }
    .product-options-addtocart .btn-primary {
        font-size: 17px;
    }
}
.panel-box .tab-content>.tab-pane {
	padding: 40px;
}

.specs-detail {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}

.specs-box-detail {
	display: inline-block;
	width: 100%;
	margin-bottom: 60px;
}

.specs-box-detail .specs-detail {
	margin-bottom: 0;
}

.specs-box-detail h3 {
	font-size: 22px;
	color: #222222;
	font-weight: 700;
	margin-bottom: 30px;
	border-bottom: 0;
}

.specs-box-detail ul,
.specs-detail ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
}

.specs-box-detail ul li,
.specs-detail ul li {
	padding-bottom: 6px;
	border-bottom: 1px solid #ECEBEA;
	margin-bottom: 16px;
	width: 48.5%;
}

.specs-box-detail ul li:nth-child(odd),
.specs-detail ul li:nth-child(odd) {
	clear: left;
}

.specs-box-detail ul li>b,
.specs-detail ul li>b {
	width: 30%;
	text-align: left;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	color: #222222;
	word-break: break-word;
	vertical-align: top;
	line-height: 20px;
}

.specs-box-detail ul li>span.value,
.specs-detail ul li>span.value {
	width: 68%;
	text-align: right;
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	color: #222222;
	word-break: break-word;
	vertical-align: top;
	line-height: 20px;
}

.specs-box-detail ul li a,
.specs-detail ul li a {
	font-size: 14px;
	font-weight: 300;
	color: #00baff;
	word-break: break-word;
}


/*Media Query*/

@media (max-width: 991px) {
	.specs-box-detail ul li>b,
	.specs-detail ul li>b {
		width: 49%;
	}
	.specs-box-detail ul li>span.value,
	.specs-detail ul li>span.value {
		width: 49%;
	}
}

@media (max-width: 767px) {
	.specs-detail {
		margin-bottom: 30px;
	}
	.specs-box-detail ul li,
	.specs-detail ul li {
		width: 100%;
	}
	.specs-box-detail {
		margin-bottom: 30px;
	}
	.specs-box-detail .specs-detail {
		margin-bottom: 0px;
	}
	.accordion .product-specification {
		padding-top: 40px;
	}
}

/*Media Query*/

