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

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


/* --- PRICE FONT CHANGE --- */

.slot--article-price,
.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: 'Lato', sans-serif;
}


/*------KASSAN------*/
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Cykelmekano i Landskrona";
  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%;
  }
}

.tws-checkout--forms .tws-checkout--forms-block .tws-checkout--field div {
    display: none;
}
.tws-checkout--custom-form-fields::after {
    content: "Med alla cyklar så ingår en 3-månaders cykelförsäkring, för att teckna en försäkring behöver vi ditt personnummer.";
    text-decoration: underline;
  font-size: 16px;
  color: white;
  background-color: black;
}
label[for="postcode-above-delivery"]::after {

    content: " (För att se fraktpris på cykel skriv in ditt postnummer)";

    font-size: 12px;

    color: red;

}
.custompage-8950803 .bountiful--body {background-color: red;}

}