@import url("https://design.textalk.se/webfolket/kunder/SGN/sgn-sportringen.css");
/*---------------------!!!!!!!!!!-----------------*/
/*------DO NOT EDIT FILE sgn-sportringen.css------*/
/*----------WILL AFFECT MULTIPLE SHOPS------------*/


/*--DESKTOP/MOBILE ONLY---*/
@media (min-width: 768px) {
    [class$="mobile-only"] {
    display: none;
    }
}
@media (max-width: 767px) {
    [class$="desktop-only"] {
        display: none;
    }
}

/*------LOGO------*/
.custom-header-left img {
	max-width: 370px;
}

/*------KASSAN------*/
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Sportringen Ljusdal";
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: bold;
}
/* Product list view on mobile */
@media only screen and (max-width: 768px) {
  .tws-article-list--list .tws-list--type-list .tws-list--list-item{
      padding: 3px 2px !important;
      padding: 0;
      margin: 0;
      border-radius: 0;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img{
    height: 100px;
    width: 100px;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .tws-img .tws-img--wrapper{
    border: 0;
  }

  .tws-article-list--list .tws-list--type-list .tws-list--list-item .media-body{
    padding: 0 0 0 8px;
  }
  .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading{
    margin: 2px 0 0 0;
    font-size: 0.9rem;
  }
  .tws-article-list--list .tws-article-list--introduction-text{
  	font-size: 0.8rem;
    margin-bottom: 10px;
  }
  .tws-article-list--price{
    display: inline-block;
    float: left;
    margin: 0 !important;
    width: 60%;
  }
}

.slot--header-horizontal-menu .navbar-nav>li:hover a {
	color: #000;
}

/*-----------BLOG/STORIES----------*/
.blog .tws-article-list--list .tws-list--type-grid .thumbnail .tws-article-list--price, 
.blog .tws-article-list--list .tws-list--type-grid .thumbnail .tws-api-price {
    display: none;
}
.blog .tws-article-list--list .tws-article-list--article-name .tws-util-heading--heading a {
    font-weight: bold;
}
.blog-post .bountiful--article-top {
    display: flex;
    flex-direction: column-reverse;
}
.blog-post .bountiful--article-top .bountiful--article-left-col,
.blog-post .bountiful--article-top .bountiful--article-right-col {
    width: 100% !important;
}
.blog-post .slot--article-images .tws-img--container {
    padding-bottom: 50% !important;
}
.blog-post .slot--article-price,
.blog-post .slot--article-favoritebutton,
.blog-post .bountiful--buy-button-group,
.blog-post .slot--unique-selling-points,
.blog-post .slot--article-description .tws-article-description .tws-article-description--heading {
    display: none;
}
.blog-post .slot--article-page-footer {
    display: none;
}
