@import url("https://design.textalk.se/webfolket/kunder/SGN/sgn-sportringen.css");

/*-----------------!!!!!!!!!!--------------*/
/*---------DO NOT EDIT FILE sgn.css--------*/
/*--------WILL AFFECT MULTIPLE SHOPS-------*/

.bountiful--header .bountiful--header-wrapper {
padding-top: 10px;
}
/*---TABLE---*/
table {
	width: 100%;
}
td {
  padding: 10px;
  text-align: center;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
  border-color: rgba(0,0,0,.08)
}
tbody tr:nth-child(even) {
background: #f9f9f9;
}
/*------KASSAN------*/
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Sportringen Tingsryd";
  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--article-price .tws-article-price--mrp, .slot--article-price .tws-article-price--compare-at-price {
    color: #919191;
    display: none;
}