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

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

@media(max-width:1099px) { 
.bountiful--sidebar .slot--sidebar-login .tws-login a {
  color: #fff;
}
  .bountiful--sidebar-controls .slot--sidebar-audience-selector {
  display: block;
  color: #fff;

}
 }

.slot--top-bar-selling-points .tws-unique-selling-points ul li {
  color: #fff;
}

.checkout .opc-checkout--related .tws-article-list--list .tws-article-list--buy-button {
  display: none;
}

.slot--top-bar-audience-selector {
	display: block !important;
}

@media(min-width:1100px) {
.slot--header-logo .custom-header-left img {
  padding-top: 20px;
  max-width: 360px;
}
 }

/*------KASSAN------*/
/*
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Sportringen Uppsala";
  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%;
  }
}
/*------------------------------
BUTIKSPECIFIK CSS
-----------------------------*/
body {
    font-family: 'Nunito', sans-serif !important;
}
.custom-header-left img {
	width: auto !important;
}
.slot--top-bar-selling-points .tws-unique-selling-points ul li {
	color: #fff;
}
/*----PRISER-----*/
.tws-article-list--list .tws-article-list--price .tws-api--price-current,
.tws-article-list--list .tws-article-list--price .tws-api--price-regular {
  font-family: 'Nunito', sans-serif !important;
  font-size: 17px;
  font-weight: 400;
}
.tws-article-display .tws-article-display--show-more .btn {
background: #fc7238; 
  border-bottom: 0;
}
.tws-article-display .tws-article-display--show-more .btn:hover, .tws-article-display .tws-article-display--show-more .btn:focus {
	background: #fc601f;
}
.tws-article-display .tws-article-display--price {
	word-spacing: 0;
}
.tws-article-display .twsPriceRegular {
	margin-right: 10px;
}
.tws-article-display .twsPriceCurrent {
	color: #e94141;
}