/* text i sidhuvud */
.slot--top-bar-html {
  display: flex;
  justify-content: center;
}

.fabrikk--top-bar-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 16px;
}

/*
Textalk Webshop
*/

/* --------------- Preview Bar --------------- */
.tws-theme-preview {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: auto;
}
.tws-theme-preview>span {
  display: none;
}
/* --------------- END Preview Bar --------------- */

/* --------------- Cookie Bar --------------- */
.slot--cookies {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 10000;
  max-width: 400px;
  width: 100%;
}
.tws-accept-cookies {
  display: block;
}
.tws-accept-cookies--wrapper {
  max-height: none;
  color: #222;
  padding: 15px;
  background: #fff;
  border: 1px solid #ddd;
  font-size: 13px;
}
.tws-accept-cookies--wrapper .col-sm-9 {
  width: 100%;
  padding: 0;
  float: none;
}
.tws-accept-cookies--accept {
  width: 100%;
  padding: 0;
  float: none;
  margin-bottom: 0 !important;
}
.tws-accept-cookies--accept .row {
  margin: 0;
  width: 100%;
}
/* --------------- /END Cookie Bar --------------- */

/* --------------- General --------------- */
* {
  outline: none !important;
}
body {
  color: #222;
  font-size: 16px;
  letter-spacing: normal;
  background: #d6d6d6;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.page-canvas {
  background: transparent !important;
  max-width: none !important;
}
h1, h2, h3, h4, h5, h6 {
  color: #222;
}
a {
  -webkit-transition: color .3s;
  transition: color .3s;
  outline: none;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
.alert {
  border: 1px solid #ddd;
  border-radius: 0;
  background: #eee !important;
}
.alert-warning, .alert-danger {
  color: #ff0000 !important;
}
label {
  color: #222;
  font-size: 16px;
}
.modal .h4, .modal h4, .tws-checkout-item-edit-dialog .tws-cart--edit-quantity-label {
  font-size: 16px;
}
.form-control-feedback {
  z-index: 0;
}
.fa-check::before {
  content: '\f00c';
}
.btn-group .btn+.btn, .btn-group .btn+.btn-group, .btn-group .btn-group+.btn, .btn-group .btn-group+.btn-group {
  margin-left: 0;
}
.modal-content {
  background: #fff;
}
.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .container {
    padding: 0 30px;
  }
}
/* --------------- /END General --------------- */

/* --------------- Form Control --------------- */
input.form-control, .has-success .form-control {
  height: 40px !important;
  box-shadow: none !important;
  border: 1px solid #ddd;
  border-radius: 0 !important;
  font-size: 16px;
}
input.form-control:focus {
  border: 1px solid #222 !important;
  box-shadow: none !important;
}
.has-success input.form-control:focus {
  border: 1px solid #222;
}
select.form-control {
  font-size: 14px;
  border-radius: 0 !important;
}
select.form-control:focus {
  border: 1px solid #222 !important;
  box-shadow: none !important;
}
textarea.form-control:focus {
  border: 1px solid #222 !important;
  box-shadow: none !important;
}
/* --------------- /END Form Control --------------- */

/* --------------- Buttons --------------- */
/* ----- General ----- */
.btn:focus {
  transform: none !important;
}
.btn .ladda-label:hover, .tws-articles-connected--show-more-button .ladda-label:hover, .tws-articles--show-more-button .ladda-label:hover, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:hover, .slot--my-pages-logout div.tws-login a .ladda-label:hover, .btn .ladda-label:active, .tws-articles-connected--show-more-button .ladda-label:active, .tws-articles--show-more-button .ladda-label:active, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:active, .slot--my-pages-logout div.tws-login a .ladda-label:active, .btn .ladda-label:focus, .tws-articles-connected--show-more-button .ladda-label:focus, .tws-articles--show-more-button .ladda-label:focus, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label:focus, .slot--my-pages-logout div.tws-login a .ladda-label:focus, .btn .ladda-label, .tws-articles-connected--show-more-button .ladda-label, .tws-articles--show-more-button .ladda-label, .tws-checkout .tws-checkout--payment-methods-list a.tws-checkout--payment-method.active .ladda-label, .slot--my-pages-logout div.tws-login a .ladda-label {
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* ----- /END General ----- */
/* ----- Primary Button ----- */
.btn-primary, a.btn-primary {
  background: #6F0513 !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  padding: 15px 20px !important;
  line-height: 13px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.btn-primary:hover, a.btn-primary:hover, .btn-primary:focus, a.btn-primary:focus, .btn-primary.focus, a.btn-primary.focus, .btn-primary:active, a.btn-primary:active, .btn-primary.active, a.btn-primary.active {
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
  background: #57040f !important;
}
.btn-primary span, a.btn-primary span, .btn-primary:hover span, a.btn-primary:hover span, .btn-primary:focus span, a.btn-primary:focus span, .btn-primary.focus span, a.btn-primary.focus span, .btn-primary:active span, a.btn-primary:active span, .btn-primary.active span, a.btn-primary.active span {
  color: #fff !important;
  font-weight: 700 !important;
}
/* ----- /END Primary Button ----- */
/* ----- Default Button ----- */
.btn-default, a.btn-default, .slot--my-pages-logout .tws-login--logout {
  background: #ddd !important;
  color: #333 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 20px !important;
  font-size: 13px !important;
  padding: 15px 20px !important;
  line-height: 13px !important;
  box-shadow: none !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700 !important;
}
.btn-default:hover, a.btn-default:hover, .btn-default:focus, a.btn-default:focus, .btn-default.focus, a.btn-default.focus, .btn-default:active, a.btn-default:active, .btn-default.active, a.btn-default.active, .slot--my-pages-logout .tws-login--logout:hover, .slot--my-pages-logout .tws-login--logout:focus {
  background: #ccc !important;
  color: #333 !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 20px !important;
  box-shadow: none !important;
}
.btn-default span, a.btn-default span, .btn-default:hover span, a.btn-default:hover span, .btn-default:focus span, a.btn-default:focus span, .btn-default.focus span, a.btn-default.focus span, .btn-default:active span, a.btn-default:active span, .btn-default.active span, a.btn-default.active span {
  color: #333 !important;
}
/* ----- /END Default Button ----- */
/* ----- Loading Button ----- */
.tws-article-buy-button-with-modal--buy-button.ladda-button::before  {
  background: #73222d;
}
/* ----- /END Loading Button ----- */
/* --------------- /END Buttons --------------- */

/* --------------- Special Prices --------------- */
.tws-article-list--list .tws-list--type-list .tws-api-price .tws-api--price-regular+.tws-api--price-current, .tws-article-search-page--list .tws-list--type-list .tws-api-price .tws-api--price-regular+.tws-api--price-current {
  color: #6F0513;
}
/* --------------- /END Special Prices --------------- */

/* --------------- Top-bar --------------- */
.fabrikk--top-bar {
  background: #6f0513;
  color: #fff;
  border-bottom: 1px solid #a33539;
  box-shadow: 0 2px 5px -2px #000;
  min-height: 40px;
  display: none;
}
.slot--top-bar-html {
  font-weight: 500;
  letter-spacing: 1px;
  font-size: 14px;
  text-align: center;
  margin: 0 auto !important;
}
@media only screen and (min-width: 992px) {
  .fabrikk--top-bar {
    display: block;
  }
}
/* --------------- /END Top-bar --------------- */

/* --------------- Header --------------- */
.fabrikk--header {
  background-color: #b21727;
  background-image: url('https://shop.textalk.se/shop/31387/files/designfiler/jebsheadermonster.png');
}
.fabrikk--header:after {
  content: '';
  display: block;
  height: 30px;
  width: 100%;
  border-top: 1px solid #646060;
  box-shadow: 0 -2px 5px -2px #000;
  background: rgb(0,0,0);
  background: -moz-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(31,31,31,1) 50%, rgba(61,61,61,1) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(31,31,31,1) 50%, rgba(61,61,61,1) 100%);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(31,31,31,1) 50%, rgba(61,61,61,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#3d3d3d",GradientType=1);
}
.tws-theme-foundation-content--loading .fabrikk--header:after, .tws-theme-foundation-content--finished .fabrikk--header:after {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
    width: 100% !important;
}
.fabrikk--header-wrapper {
  background: transparent;
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px 15px 50px 15px;
  width: 100%;
}
.fabrikk--header-wrapper:before {
  content: '';
  display: block;
  position: absolute;
  bottom: 20px;
  left: 15px;
  background-image: url('https://shop.textalk.se/shop/31387/files/designfiler/cards.png');
  background-size: 100px 55px;
  height: 55px;
  width: 100px;
}
@media only screen and (min-width: 992px) {
  .fabrikk--header-wrapper:before {
    background-size: 250px 139px;
    height: 139px;
    width: 250px;
  }
}
.fabrikk--header-wrapper:after {
  content: '';
  display: block;
  position: absolute;
  right: 15px;
  background-image: url('https://shop.textalk.se/shop/31387/files/designfiler/carheader.png');
  background-size: 70px 42px;
  height: 42px;
  width: 70px;
  bottom: 15px;
}
@media only screen and (min-width: 992px) {
  .fabrikk--header-wrapper:after {
    background-size: 200px 120px;
    height: 120px;
    width: 200px;
    top: 15px;
    bottom: auto;
  }
}
.tws-mega-menu--buttons {
  height: auto;
  position: relative;
  top: auto;
  left: auto;
}
.checkout .tws-mega-menu--buttons {
  display: none !important;
}
.fabrikk--header-right, .fabrikk--header-left, .slot--mega-menu .tws-mega-menu--search-button {
  display: none;
}
.tws-vertical-menu .tws-vertical-menu--level+.tws-vertical-menu--custom-link {
  border: 0;
}
/* ----- Logo ----- */
.custom-logo img {
  width: 90px;
  height: 51px;
}
@media only screen and (min-width: 992px) {
  .custom-logo img {
    width: 200px;
    height: 114px;
  }
}
.custom-logo {
  text-align: center;
}
.custom-logo a {
  display: inline-block;
}
/* ----- /END Logo ----- */
/* ----- Search ----- */
.slot--custom-mega-menu {
  position: absolute;
  top: 25px;
  left: 15px;
}
@media only screen and (min-width: 992px) {
  .slot--custom-mega-menu {
    top: 50px;
  }
}
.slot--custom-mega-menu .tws-mega-menu--search-bar,
.slot--mega-menu .tws-mega-menu--open-button,
.tws-mega-menu--delimiter {
  display: none;
}
.tws-mega-menu--search-button {
  background: #000 !important;
  padding: 12px 15px !important;
  height: auto;
  color: #fff !important;
  border-radius: 20px;
}
.tws-mega-menu--search-button:hover, .tws-mega-menu--search-button:focus {
  background: #000 !important;
  color: #777 !important;
}
.tws-mega-menu--search-button span {
  color: #fff !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-mega-menu--search-button:hover span,
.tws-mega-menu--search-button:focus span {
  color: #777 !important;
}
.tws-mega-menu--search-bar {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2px;
}
.tws-mega-menu--search-bar, .tws-mega-menu--search-bar.open {
  height: 29px;
  margin: 0 auto;
}
.tws-mega-menu--search-bar input.form-control {
  background: #222;
  color: #fff !important;
  text-transform: none;
  border: 0 !important;
  height: 29px !important;
  padding: 0 0 0 45px !important;
}
.tws-mega-menu--search-bar .tws-article-search {
  border: 0;
}
.tws-mega-menu .tws-article-search span::before {
  color: #fff;
}
.tws-mega-menu .tws-article-search span::before {
  margin: 0;
  font-size: 16px;
  top: 4px;
}
.tws-article-search input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff;
}
.tws-article-search input:-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.tws-article-search input::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
.tws-article-search input:-ms-input-placeholder {
  opacity: 1;
  color: #fff;
}
.tws-article-search ul {
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 5px 0;
  width: 100%;
  float: right;
  left: auto;
  right: 0;
}
.tws-article-search ul img {
  margin-right: 5px;
}
.tws-mega-menu--search-bar .tws-article-search span {
  font-size: 14px;
  margin-left: 10px;
}
.tws-article-search ul>li {
  font-weight: 500 !important;
  font-size: 14px !important;
  color: #222 !important;
  text-transform: none !important;
}
.tws-article-search ul>li>a {
  padding: 8px 15px !important;
  font-weight: 500 !important;
  font-size: 13px !important;
  text-transform: none !important;
  color: #222 !important;
  background: transparent !important;
}
.tws-article-search ul>li>a:hover,
.tws-article-search ul>li>a:focus {
  color: #777 !important;
}
/* ----- /END Search ----- */
/* ----- Cart ----- */
.slot--custom-cart {
  position: absolute;
  top: 25px;
  right: 15px;
  z-index: 1;
}
@media only screen and (min-width: 992px) {
  .slot--custom-cart {
    top: 50px;
  }
}
.tws-micro-cart a {
  height: auto;
  line-height: normal;
  padding: 0;
  color: #fff;
  background: #000;
  padding: 0 15px;
  line-height: 40px;
  height: 40px;
  border-radius: 20px;
  font-size: 13px;
}
.tws-micro-cart a:hover {
  color: #777;
}
.tws-micro-cart--counter {
  top: 9px;
  padding: 0;
  margin: 0 15px 0 0;
  font-size: 16px;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.tws-micro-cart--counter::before {
  content: '\f07a';
  font-family: fontawesome;
  font-size: 20px;
  margin: 0 5px 0 0;
  position: static;
}
/* ----- /END Cart ----- */
.tws-mega-menu--open-button-text {
  display: none;
}
.tws-mega-menu--open-button,
.tws-mega-menu--open-button:hover,
.tws-mega-menu--open-button:focus {
  padding: 8px !important;
  height: auto;
  color: #fff !important;
  background: #000 !important;
  width: auto;
  margin: 0 10px 0 0;
}
.tws-mega-menu--open-button .fa-bars {
  margin: 0;
  font-size: 22px;
}
/* --------------- /END Header --------------- */
/* --------------- Mittensektionen --------------- */
.fabrikk--body {
  max-width: 1400px;
  margin: 20px auto 80px auto;
  padding: 0 15px;
  width: 100%;
}
.fabrikk--content-wrapper, .fabrikk--content {
  padding: 0 !important;
}
.fabrikk--content-container {
  background: #fff;
  padding: 15px 15px 60px 15px;
}
.tws-theme-foundation-content--done .fabrikk--content {
  background: #fff;
}
.tws-breadcrumbs {
  padding: 0;
  margin: 0 0 40px 0;
}
/* --------------- /END Mittensektionen --------------- */

/* --------------- Startpage --------------- */
.slot--component-container .tws-container--tws-content-box {
  padding: 0;
  margin: 60px auto 0 auto !important;
}
.slot--component-container .tws-container--tws-custom-html, .slot--component-container .tws-container--tws-article-display, .slot--component-container .tws-container--tws-articles, .slot--component-container .tws-container--tws-articles-two, .slot--component-container .tws-container--tws-articles-connected, .slot--component-container .tws-container--tws-newsletter-subscribe, .slot--component-container .tws-container--tws-content-box-2x, .slot--component-container .tws-container--tws-content-box-3x, .slot--component-container .tws-container--tws-content-box-4x, .slot--component-container .tws-container--tws-articlegroups {
  padding: 0;
  margin: 60px auto 0 auto !important;
  max-width: 1400px;
  background: transparent;
}
.fabrikk--component-container>div:first-child {
  margin: 0 !important;
}
/* --------------- /END Startpage --------------- */

/* --------------- Menu --------------- */
.tws-vertical-menu--custom-html {
  background: #fff;
  padding: 10px;
}
.tws-vertical-menu .tws-vertical-menu--root-level {
  border: 0;
  padding: 0;
}
.tws-vertical-menu--root-level>.tws-vertical-menu--level {
  background: #000;
}
.tws-vertical-menu .tws-vertical-menu--root-level a {
  color: #fff;
}
.tws-vertical-menu .tws-vertical-menu--root-level a:hover {
  color: #b5202e;
}
.tws-vertical-menu--inner-ul .tws-vertical-menu--articlegroup-wrapper a {
  color: #fff;
}
.tws-vertical-menu .tws-vertical-menu--root-level a.active {
  color: #b5202e;
}
/* --------------- /END Menu --------------- */

/* --------------- Article List --------------- */
.tws-list--list .tws-list--type-grid {
  margin: 0 -5px;
}
.tws-article-list--list .tws-list--type-grid .tws-list--grid-item {
  margin: 10px 5px;
}
.tws-article-list--list .tws-list--list .thumbnail, .tws-article-search-page--list .tws-list--list .thumbnail {
  border: 0;
  background: #fff;
  border-radius: 0;
  margin: 0 !important;
  padding: 0 !important;
  box-shadow: 1px 1px 2px 0 rgba(0,0,0,0);
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-article-list--list .tws-list--list .thumbnail:hover, .tws-article-search-page--list .tws-list--list .thumbnail:hover {
  border: 0 !important;
}
.tws-article-list--labels {
  left: 0 !important;
  margin: 0 !important;
}
.tws-list--list .thumbnail .tws-article-list--product-image {
  padding: 0 !important;
  border: 0;
}
.tws-article-labels .tws-article-labels--label .tws-article-labels--label-text {
  padding: 3px 8px !important;
  font-size: 13px;
}
.tws-article-labels--new .tws-article-labels--label-text {
  background: #6F0513;
  border-color: #6F0513;
}
.tws-article-list--list .tws-list--type-grid .caption {
  padding: 15px 0 0 0 !important;
}
.tws-list--list .tws-list--type-grid .tws-article-list--article-name .tws-util-heading--heading {
  font-size: 14px;
  font-weight: 700;
  max-width: 250px;
  margin: 0 auto 10px auto;
}
.tws-article-list--list .tws-list--list .thumbnail:hover .tws-util-heading--heading a, .tws-article-search-page--list .tws-list--list .thumbnail:hover .tws-util-heading--heading a {
  color: #6F0513;
}
.tws-article-list--introduction-text {
  font-size: 13px;
  color: #777;
  line-height: normal;
}
.tws-list--list .tws-list--type-grid .tws-article-list--price {
  width: 100% !important;
  height: auto;
  margin: 15px 0 0 0;
}
.tws-list--list .tws-list--type-grid .tws-api--price-current {
  width: 100%;
  margin: 0;
  display: block !important;
  font-size: 15px;
  font-weight: 700;
  color: #6F0513 !important;
}
.tws-list--list .tws-list--type-grid .tws-api--price-regular {
  width: 100%;
  margin: 0;
  text-align: center;
  display: block !important;
}
.tws-article-list--buy-button {
  width: 100% !important;
  text-align: left !important;
}
.tws-article-list--buy-button .btn {
  height: 35px;
  padding: 0 15px !important;
  line-height: 35px !important;
}
/* --------------- /END Article List --------------- */

/* --------------- Article Group List --------------- */
.fabrikk--article-group .tws-articlegroup-list--info>div {
  margin-top: 0;
}
.tws-articlegroups--title {
  text-align: center;
}
.tws-articlegroups .tws-list--grid-item {
  margin: 5px;
}
.tws-articlegroups .tws-list--grid-item .thumbnail {
  border: 1px solid #ddd;
  border-radius: 0;
  margin: 0;
  background: #fff;
}
.tws-articlegroups .tws-list--grid-item .thumbnail:hover .caption a {
  color: #6F0513;
}
.tws-articlegroup-list .tws-list--grid-item {
  margin: 5px;
}
.tws-articlegroup-list .thumbnail {
  height: auto;
  border-radius: 0;
  border: 0;
  margin: 0;
  background: #fff !important;
}
.tws-articlegroup-list .thumbnail .caption a,
.tws-articlegroups .tws-list--grid-item .caption a {
  font-weight: 700;
}
.tws-articlegroup-list .thumbnail:hover .caption a {
  color: #6F0513;
}
.tws-articlegroup-list .caption {
  background: #fff;
  border: 1px solid #ddd !important;
}
.tws-articlegroup-list .thumbnail:hover .caption {
  border: 1px solid #ddd !important;
}
/* --------------- /END Article Group List --------------- */

/* --------------- Article Page --------------- */
.fabrikk--article .fabrikk--article-top, .fabrikk--article .fabrikk--article-section, .slot--article-page-footer .container {
  padding: 0;
}
.tws-article-manually-related--headline, .tws-article-related--headline, .tws-article-visited--headline {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: 18px;
  border-bottom: 3px solid #ddd;
  padding: 0 0 15px 0;
  text-transform: uppercase;
  letter-spacing: normal;
}
.tws-article-images--current-image {
  margin: 0;
  width: 100%;
}
.fabrikk--article-left-col {
  padding: 0 !important;
}
.slot--article-description {
  background: #eee;
  padding: 25px 15px;
}
.fabrikk--border {
  display: none;
}
.slot--article-description .tws-article-description--heading {
  display: none;
}
/* ----- Social ----- */
.slot--article-share {
  float: none;
}
.tws-article-social--share-button .entypo-export {
  display: none;
}
.tws-article-social--share-button .social {
  opacity: 1 !important;
  visibility: visible !important;
  -webkit-transform: scale(1) translateY(0) !important;
  -ms-transform: scale(1) translateY(0) !important;
  transform: scale(1) translateY(0) !important;
  width: 100% !important;
  margin: 0 !important;
  position: relative;
  text-align: center;
}
.tws-article-social--share-button .social ul {
  height: auto;
  width: auto;
  margin: 0 !important;
  text-align: left;
}
.tws-article-social--share-button .social ul li {
  display: inline-block !important;
  float: none !important;
  height: auto !important;
  width: auto !important;
  padding: 10px 10px !important;
  color: #333 !important;
  background: transparent !important;
}
.tws-article-social--share-button .social ul li:hover {
  color: #777 !important;
  background: transparent !important;
}
.fabrikk--article .slot--article-share .tws-article-social--share-button .social {
  position: relative;
}
/* ----- /END Social ----- */
/* --------------- /END Article Page --------------- */

/* --------------- My pages --------------- */
.fabrikk--my-pages h1 {
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0;
}
/* --------------- /END My pages --------------- */

/* --------------- Checkout --------------- */
/* ----- General ----- */
.checkout .azalea--content {
  max-width: 900px;
  margin: 0 auto 30px auto;
}
.fabrikk--cart, .fabrikk--summary, .fabrikk--checkout-method, .slot--checkout-introduction-text {
  padding: 0;
  background: transparent;
}
/* ----- /END General ----- */
/* ----- Shortcuts ----- */
.slot--checkout-shortcuts {
  margin: 0;
}
.tws-checkout-shortcuts {
  border: 1px solid #ddd;
  padding: 15px;
  margin-bottom: 40px;
}
.tws-checkout-shortcuts--ship-to {
  display: inline-block;
  padding: 0;
  margin: 0 10px 0 0;
}
.tws-checkout-shortcuts--purchase-as {
  display: inline-block;
  padding: 0;
  margin: 0;
}
.tws-checkout-shortcuts--dropdown-menu {
  max-width: 180px;
}
.tws-checkout-shortcuts--dropdown-menu>li>a {
  white-space: normal;
  color: #333 !important;
  background: transparent !important;
}
.tws-checkout-shortcuts--dropdown-menu>li>a:hover,
.tws-checkout-shortcuts--dropdown-menu>li>a:focus {
  color: #777 !important;
  background: transparent !important;
}
.tws-checkout-shortcuts--dropdown, .tws-checkout-shortcuts--purchase-as a {
  font-weight: 600;
}
@media (max-width: 799px) {
  .tws-checkout-shortcuts--ship-to {
    margin: 0 0 10px 0;
  }
  .tws-checkout-shortcuts--ship-to, .tws-checkout-shortcuts--purchase-as {
    display: block;
  }
}
@media (max-width: 499px) {
  .tws-checkout-shortcuts--dropdown, .tws-checkout-shortcuts--purchase-as a {
    display: block;
  }
}
/* ----- /END Shortcuts ----- */
/* ----- Cart ----- */
.azalea--cart {
  width: 100%;
  padding: 0;
  margin: 0;
  background: transparent;
}
.slot--checkout-cart {
  padding: 30px 15px;
  background: #fff;
  border: 1px solid #ddd;
  margin: 0 0 40px 0;
}
.azalea--cart h2 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px !important;
  margin-top: 0 !important;
  line-height: 18px;
  text-transform: uppercase;
}
.tws-checkout-cart.table th, .tws-checkout-cart.table td {
  padding: 15px;
}
.tws-checkout-cart.table-striped>tbody>tr:nth-child(odd)>td {
  background: transparent;
}
.tws-cart--wrapper-wrapper {
  display: none;
}
.fabbrikk--cart-help {
  display: none;
}
.tws-discount-field--enter-discount-btn {
  color: #333 !important;
  font-size: 13px !important;
  text-decoration: none !important;
}
.tws-discount-field--enter-discount-btn:hover, .tws-discount-field--enter-discount-btn:focus {
  color: #777 !important;
  text-decoration: none !important;
}
@media (max-width: 991px) {
  .tws-discount-field {
    margin-bottom: 20px;
    height: auto !important;
  }
  .tws-discount-field .col-xs-12 {
    padding: 0;
  }
}
/* Popup */
.tws-checkout-item-edit-dialog .input-group input {
  height: 35px !important;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 767px) {
  .tws-checkout-item-edit-dialog .tws-cart--edit-remove-button-wrapper {
    margin: 0;
  }
}
@media (max-width: 499px) {
  .tws-checkout-item-edit-dialog .tws-cart--edit-remove-button-wrapper {
    clear: both;
    padding-top: 15px;
  }
}
.tws-checkout-item-edit-dialog .tws-cart--edit-remove-button-wrapper {
  border: 0;
  padding-left: 0;
}
/* /END Popup */
/* ----- /END Cart ----- */
/* ----- Summary ----- */
.azalea--summary {
  position: relative !important;
  padding: 30px 15px;
  margin: 0px 0 40px 0;
  width: 100%;
  right: auto !important;
  left: auto !important;
  top: auto !important;
  background: #fff;
  border: 1px solid #ddd;
}
.azalea--summary>h2 {
  display: none;
}
.tws-theme-foundation-sticky--placeholder {
  display: none;
}
.tws-cart-summary .tws-cart-summary--items-count, .tws-cart-summary .tws-cart-summary--discount-row, .tws-cart-summary .tws-cart-summary--price-row {
  border-bottom: solid 1px #ddd;
}
.tws-cart-summary .tws-cart-summary--sum-row.tws-cart-summary--got-more {
  border-top: solid 1px #ddd;
}
/* ----- /END Summary ----- */
/* ----- Usps ----- */
.slot--checkout-cart-usps .tws-unique-selling-points {
  border: 1px solid #ddd;
  padding: 10px 15px;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  .slot--checkout-cart-usps .tws-unique-selling-points {
    margin-bottom: 40px;
  }
}
.slot--checkout-cart-usps .tws-unique-selling-points ul {
  margin: 0;
}
.slot--checkout-cart-usps .tws-unique-selling-points:before,
.slot--checkout-cart-usps .tws-unique-selling-points:after {
  content: '';
  clear: both;
  display: block;
}
.slot--checkout-cart-usps .tws-unique-selling-points li {
  float: left;
  margin: 0 10px 0 0;
  font-weight: 600;
}
/* ----- /END Usps ----- */
/* ----- Related ----- */
.azalea--summary .slot--checkout-related::before {
  display: none;
}
.azalea--summary .tws-articles-two--heading h2 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 4px;
  text-align: center;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 18px;
  text-transform: uppercase;
}
.azalea--summary .slot--checkout-related .tws-list--type-grid {
  display: flex;
  margin-bottom: 40px;
}
@media (min-width: 768px) {
  .tws-articles-two .tws-list--type-grid .tws-list--grid-item {
    max-width: calc(25% - 10px) !important;
    -ms-flex-preferred-size: calc(25% - 10px) !important;
    flex-basis: calc(25% - 10px) !important;
    width: calc(25% - 10px) !important;
    display: flex;ext
  }
}
.tws-article-list--article-name .tws-util-heading--heading {
  margin: 10px 0 !important;
}
.tws-cart--checkout-related-toggle {
  color: #333 !important;
  font-size: 13px !important;
  text-decoration: none !important;
  padding: 10px 0 !important;
}
.tws-cart--checkout-related-toggle:hover, .tws-cart--checkout-related-toggle:focus {
  color: #777 !important;
  text-decoration: none !important;
}
/* ----- /END Related ----- */
/* ----- Shipping & Payment ----- */
.azalea--checkout-method {
  padding: 0;
  width: 100%;
  margin: 0;
  background: transparent;
}
.azalea--checkout-method>h2 {
  display: none;
}
.tws-checkout--below-payment.tws-checkout--below-payment-active {
  border: 1px solid #ddd;
  padding: 30px 15px;
  background: #fff;
}
.tws-checkout--kco-container .tws-checkout--html {
  border: 1px solid #ddd;
  padding: 15px;
}
.tws-checkout--delivery-address {
  max-width: 500px;
  margin: 0 auto;
}
.tws-checkout--below-payment .tws-checkout--invoice-form .schema-form-fieldset {
  max-width: 500px;
  margin: 0 auto
}
/* Shipping */
.tws-checkout--select-delivery h4 {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 18px;
}
.tws-checkout--radio {
  position: relative;
}
.tws-checkout--radio label.btn {
  background: transparent !important;
  color: #333 !important;
  padding: 20px 15px 30px 15px !important;
  border: 1px solid #ddd !important;
  border-radius: 3px !important;
}
.tws-checkout input[type=radio]:not(old)+label:before {
  display: inline-block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
  height: auto !important;
  width: auto !important;
  font-size: 18px !important;
}
.tws-checkout input[type=radio]:not(:checked)+label:before {
  border: 6px solid #777;
}
.tws-checkout--radio .tws-checkout--delivery-title, .tws-checkout--radio .twsCost {
  font-size: 14px !important;
  text-transform: uppercase !important;
}
.tws-checkout--show-delivery-description {
  position: absolute;
  left: 15px;
  padding: 0;
  margin: 0;
  bottom: 3px;
}
/* /END Shipping */
/* Payment */
.tws-checkout--checkout-heading {
  color: #333;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 18px;
}
.tws-checkout--payment-method {
  padding: 20px 15px !important;
  background: #fff !important;
  border: 1px solid #ddd !important;
}
.tws-checkout--payment-method::before {
  display: inline-block !important;
  position: relative !important;
  top: auto !important;
  left: auto !important;
  margin-right: 10px !important;
  vertical-align: middle !important;
}
.tws-checkout--payment-method .list-group-item-heading {
  display: inline-block !important;
  color: #333 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-checkout--payment-method:hover .list-group-item-heading {
  color: #777 !important;
}
.tws-checkout--payment-method .fa-chevron-down {
  display: none;
}
.tws-checkout--payments-expand {
  height: auto !important;
  visibility: visible !important;
  border: 0 !important;
  border-radius: 0 !important;
}
.tws-checkout--delivery-address h3 {
  font-size: 15px;
  font-weight: 600;
}
.tws-checkout--pay-center hr {
  border-top: 1px solid #ddd;
  margin-bottom: 20px;
  margin-top: 10px;
}
.tws-checkout--pay-button {
  background: #6F0513 !important;
}
.tws-checkout--pay-button span {
  color: #fff !important;
}
.tws-checkout--pay-button:hover, .tws-checkout--pay-button:focus {
  background: #57040f !important;
}
.tws-checkout--pay-button:hover span, .tws-checkout--pay-button:focus span {
  color: #fff !important;
}
/* ----- /END Shipping & Payment ----- */
/* --------------- /END Checkout --------------- */

/* --------------- 404 --------------- */
.fabrikk--404-message {
  padding: 0;
}
/* --------------- /END 404 --------------- */

/* --------------- Contact --------------- */
.fabrikk--contact-heading {
  position: relative;
  background: transparent;
}
/* --------------- /END Contact --------------- */

/* --------------- Content Box --------------- */
@media (min-width: 992px) {
  .slot--component-container .tws-content-box-2x--box .tws-img--wrapper,
  .slot--component-container .tws-content-box-3x--box .tws-img--wrapper,
  .slot--component-container .tws-content-box-4x--box .tws-img--wrapper {
    background: #000;
  }
  .slot--component-container .tws-content-box-2x--box .tws-img--container,
  .slot--component-container .tws-content-box-3x--box .tws-img--container,
  .slot--component-container .tws-content-box-4x--box .tws-img--container {
    opacity: 1;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    -ms-transition: all 1s ease;
    transition: all 1s ease;
    filter: grayscale(1%);
    backface-visibility: hidden;
    -moz-transition: 0.5s;
  }
  .slot--component-container .tws-content-box-2x--box:hover .tws-img--container,
  .slot--component-container .tws-content-box-3x--box:hover .tws-img--container,
  .slot--component-container .tws-content-box-4x--box:hover .tws-img--container {
    overflow: hidden;
    max-width: 105%;
    opacity: 0.7;
    filter: grayscale(1%);
    backface-visibility: hidden;
    -moz-transition: 0.5s;
  }
}
.tws-container--tws-content-box-2x .tws-content-box-2x.row,
.tws-container--tws-content-box-3x .tws-content-box-3x.row,
.tws-container--tws-content-box-4x .tws-content-box-4x.row {
  margin: 0 -5px;
}
.tws-container--tws-content-box-2x .tws-content-box-2x--box,
.tws-container--tws-content-box-3x .tws-content-box-3x--box,
.tws-container--tws-content-box-4x .tws-content-box-4x--box {
  padding: 0 5px;
}
.tws-content-box--table {
  padding: 10px;
}
.tws-content-box--table .tws-content-box--first-line {
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
  margin: 5px 0;
  line-height: normal;
  font-weight: bold;
  color: #fff;
}
.tws-content-box--table .tws-content-box--second-line {
  text-shadow: 0 0 4px rgba(0,0,0,0.4);
  margin: 5px 0;
  line-height: normal;
  font-weight: normal;
  color: #fff;
  letter-spacing: normal;
}
.tws-content-box--table .tws-content-box--third-line {
  background: #6F0513;
  border-radius: 20px;
  padding: 8px 15px;
  display: inline-block;
  margin: 10px 0 5px 0;
  line-height: normal;
  text-align: center;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  letter-spacing: normal;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-content-box--table .tws-content-box--third-line:hover {
  background: #57040f;
}
.tws-content-box--text-color-inverted .tws-content-box--first-line,
.tws-content-box--text-color-inverted .tws-content-box--second-line {
  color: #000;
}
.tws-container--tws-content-box + .tws-container--tws-content-box,
.tws-container--tws-content-box + .tws-container--tws-content-box-2x,
.tws-container--tws-content-box + .tws-container--tws-content-box-3x,
.tws-container--tws-content-box + .tws-container--tws-content-box-4x,
.tws-container--tws-content-box-2x + .tws-container--tws-content-box,
.tws-container--tws-content-box-2x + .tws-container--tws-content-box-2x,
.tws-container--tws-content-box-2x + .tws-container--tws-content-box-3x,
.tws-container--tws-content-box-2x + .tws-container--tws-content-box-4x,
.tws-container--tws-content-box-3x + .tws-container--tws-content-box,
.tws-container--tws-content-box-3x + .tws-container--tws-content-box-2x,
.tws-container--tws-content-box-3x + .tws-container--tws-content-box-3x,
.tws-container--tws-content-box-3x + .tws-container--tws-content-box-4x,
.tws-container--tws-content-box-4x + .tws-container--tws-content-box,
.tws-container--tws-content-box-4x + .tws-container--tws-content-box-2x,
.tws-container--tws-content-box-4x + .tws-container--tws-content-box-3x,
.tws-container--tws-content-box-4x + .tws-container--tws-content-box-4x {
  margin: 10px auto 0 auto !important;
}
/* ----- One ----- */
.tws-container--tws-content-box .tws-content-box--inner-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box .tws-content-box--inner-wrapper {
    padding: 0 30px;
  }
}
.tws-container--tws-content-box .tws-content-box--table {
  padding: 0;
}
.tws-container--tws-content-box .tws-content-box--cell {
  padding: 0;
}
.tws-container--tws-content-box .tws-content-box--first-line {
  font-size: 20px !important;
}
@media only screen and (min-width: 480px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 550px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 600px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 700px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 850px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 40px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 35px !important;
  }
}
@media only screen and (min-width: 1150px) {
  .tws-container--tws-content-box .tws-content-box--first-line {
    font-size: 40px !important;
  }
}
.tws-container--tws-content-box .tws-content-box--second-line {
  font-size: 15px !important;
}
@media only screen and (min-width: 700px) {
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 850px) {
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1150px) {
  .tws-container--tws-content-box .tws-content-box--second-line {
    font-size: 22px !important;
  }
}
.tws-container--tws-content-box .tws-content-box--third-line {
  font-size: 15px !important;
}
/* ----- /END One ----- */
/* ----- Two ----- */
@media only screen and (max-width: 767px) {
  .tws-content-box-2x.row .tws-content-box-2x--box {
    margin: 0 0 10px 0;
  }
  .tws-content-box-2x.row .tws-content-box-2x--box:last-child {
    margin: 0;
  }
}
.tws-container--tws-content-box-2x .tws-content-box--first-line {
  font-size: 20px !important;
}
@media only screen and (min-width: 700px) {
  .tws-container--tws-content-box-2x .tws-content-box--first-line {
    font-size: 25px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box-2x .tws-content-box--first-line {
    font-size: 30px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .tws-container--tws-content-box-2x .tws-content-box--first-line {
    font-size: 35px !important;
  }
}
.tws-container--tws-content-box-2x .tws-content-box--second-line {
  font-size: 15px !important;
}
@media only screen and (min-width: 700px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 850px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
    font-size: 22px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
    font-size: 15px !important;
  }
}
@media only screen and (min-width: 1100px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1150px) {
  .tws-container--tws-content-box-2x .tws-content-box--second-line {
    font-size: 22px !important;
  }
}
.tws-container--tws-content-box-2x .tws-content-box--third-line {
  font-size: 15px !important;
}
/* ----- /END Two ----- */
/* ----- Three ----- */
@media only screen and (max-width: 767px) {
  .tws-content-box-3x.row .tws-content-box-3x--box {
    margin: 0 0 10px 0;
  }
  .tws-content-box-3x.row .tws-content-box-3x--box:last-child {
    margin: 0;
  }
}
.tws-container--tws-content-box-3x .tws-content-box--first-line {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .tws-container--tws-content-box-3x .tws-content-box--first-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box-3x .tws-content-box--first-line {
    font-size: 18px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tws-container--tws-content-box-3x .tws-content-box--first-line {
    font-size: 20px !important;
  }
}
.tws-container--tws-content-box-3x .tws-content-box--second-line {
  font-size: 16px !important;
}
@media only screen and (min-width: 992px) {
  .tws-container--tws-content-box-3x .tws-content-box--second-line {
    font-size: 18px !important;
  }
}
.tws-container--tws-content-box-3x .tws-content-box--third-line {
  font-size: 14px !important;
}
/* ----- /END Three ----- */
/* ----- Four ----- */
.tws-content-box-4x.row .tws-content-box-4x--box {
  margin: 0 0 10px 0;
  width: 100%;
}
@media only screen and (min-width: 480px) {
  .tws-content-box-4x.row .tws-content-box-4x--box {
    width: 50%;
  }
}
@media only screen and (min-width: 768px) {
  .tws-content-box-4x.row .tws-content-box-4x--box {
    margin: 0;
    width: 25%;
  }
}
@media only screen and (max-width: 767px) {
  .tws-content-box-4x.row .tws-content-box-4x--box:last-child {
    margin: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .tws-content-box-4x--box:nth-last-child(2) {
    margin: 0;
  }
}
.tws-container--tws-content-box-4x .tws-content-box--first-line {
  font-size: 20px !important;
}
@media only screen and (min-width: 768px) {
  .tws-container--tws-content-box-4x .tws-content-box--first-line {
    font-size: 18px !important;
  }
}
.tws-container--tws-content-box-4x .tws-content-box--second-line {
  font-size: 14px !important;
}
.tws-container--tws-content-box-4x .tws-content-box--third-line {
  font-size: 14px !important;
}
/* ----- /END Four ----- */
/* --------------- /END Content Box --------------- */

/* --------------- Article Sorting --------------- */
.tws-article-list .tws-list-controls {
  margin: 20px 0;
}
.tws-article-list .tws-list-controls>.btn-group:first-child {
  display: none;
}
.tws-article-list .tws-list-controls .btn-group {
  margin: 0;
}
.tws-article-list .tws-list-controls .btn {
  background: #fff !important;
  padding: 10px 15px !important;
  border: 0 !important;
  color: #222 !important;
  margin: 0 5px 0 0 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-transform: none !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-article-list .tws-list-controls .btn:hover,
.tws-article-list .tws-list-controls .btn:focus {
  background: #fff !important;
  color: #777 !important;
}
.tws-article-list .tws-list-controls .btn span {
  color: #222 !important;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.tws-article-list .tws-list-controls .btn:hover span,
.tws-article-list .tws-list-controls .btn:focus span {
  color: #777 !important;
}
.tws-article-list .tws-list-controls .dropdown-menu {
  box-shadow: 0 2px 1px rgba(0,0,0,0.2);
  border-radius: 5px;
  padding: 8px 0;
  min-width: auto;
  float: left;
  left: 0;
  right: auto;
}
.tws-article-list .tws-list-controls .dropdown-menu>li>a {
  background: transparent !important;
  color: #222 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  padding: 8px 15px !important;
}
.tws-article-list .tws-list-controls .dropdown-menu>li>a:hover,
.tws-article-list .tws-list-controls .dropdown-menu>li>a:focus {
  background: transparent !important;
  color: #777 !important;
}
.tws-article-list .tws-list-controls .btn span.caret {
  margin-left: 3px;
  color: #777 !important;
}
/* --------------- /END Article Sorting --------------- */

/* --------------- Back to top --------------- */
.fabrikk--back-to-top {
  padding: 0;
  background: transparent;
  max-width: none;
  margin: 0;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 1000;
}
.fabrikk--back-to-top-link {
  display: block;
  width: 28px;
  height: 28px;
  background: #fff;
  border-radius: 50%;
  color: #222;
  border: 1px solid #ddd;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.fabrikk--back-to-top-link:hover {
  background: #eee;
  color: #222;
}
.fabrikk--back-to-top-link:before {
  content: '\f106';
  font-family: fontawesome;
}
.fabrikk--back-to-top-link span {
  display: none;
}
/* --------------- /END Back to top --------------- */

/* --------------- Footer --------------- */
.fabrikk--footer {
  background-color: #000;
  background-image: url('https://shop.textalk.se/shop/31387/files/designfiler/jebsfootermonster.png');
  font-size: 13px;
  padding: 25px 0 20px 0;
  line-height: normal;
  border-top: 1px solid #646060;
  box-shadow: 0 -2px 5px -2px #000;
}
@media only screen and (max-width: 767px) {
  .fabrikk--footer {
    text-align: center;
  }
}
.fabrikk--footer-right {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .fabrikk--footer-right {
    text-align: left;
  }
}
.custom-footer-heading {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  display: block;
  margin: 0 0 10px 0;
}
.custom-scull {
  width: 150px;
  max-width: 100%;
}
.fabrikk--footer .social a {
  font-size: 16px;
}
.fabrikk--footer .social a i {
  margin: 0 10px 0 0;
  font-size: 35px;
}
.fabrikk--footer .container>.row>* {
  display: block;
  float: left;
  margin: 0 0 30px 0;
  width: 100%;
  padding: 0 15px !important;
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .fabrikk--footer-mid-right {
    width: 50% !important;
    clear: both;
  }
  .fabrikk--footer-right {
    width: 50% !important;
  }
  .fabrikk--footer-mid-left {
    width: 50% !important;
  }
  .fabrikk--footer-left {
    width: 50% !important;
  }
}
@media only screen and (min-width: 992px) {
  .fabrikk--footer-mid-left {
    width: 25% !important;
  }
  .fabrikk--footer-left {
    width: 25% !important;
  }
  .fabrikk--footer-mid-right {
    width: 20% !important;
  }
  .fabrikk--footer-right {
    width: 30% !important;
  }
}
/* --------------- /END Footer --------------- */

/* MARIA 
@media only screen and (min-width: 992px)
.fabrikk--top-bar {
  */
  .slot--checkout-return-page-cart {
display: none;
}