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

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


/* --- PRISFÖRFRÅGAN TEXT CHANGE  --- */

.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--email-field label,
.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--name-field label,
.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--oos-label,
.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--submit-button span {
  font-size: 0px;
}

.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--submit-button span::before {
	content:"Skicka in anmälan";
  font-size: 14px;
  font-weight: bold; 
}

.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--oos-label::before {
		content:"Fyll i din anmälan";
  font-size: 14px;
  font-weight: bold; 
}

.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--name-field label::before {
	content:"*Ditt namn";
    font-size: 14px;
}

.article-207267919 .slot--article-buy-button .tws-article-buy-button-with-modal--email-field label::before {
		content:"*Din e-postadress";
    font-size: 14px;
}



/*------KASSAN------*/
.checkout .bountiful--content .opc-checkout.clearfix::before {
	content: "Du handlar just nu hos Team Sportia Gävle";
  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%;
  }
}

/* Accordion */ 
details {
  /* width: 50%; */
  margin: 0 auto ;
  /* background: #ffffff; */
  margin-bottom: .5rem;
  /* box-shadow: 0 .1rem 1rem -.5rem rgba(0,0,0,.4); */
  border-radius: 5px;
  overflow: hidden;
}
details[open] summary ~ * {
  animation: sweep .5s ease-in-out;
}

@keyframes sweep {
  0%    {opacity: 0; max-height: 0px}
  100%  {opacity: 1; max-height: 100%}
}

details {
    border: 0px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
}

summary:hover {
    cursor: pointer;
}

details[open] {
    padding: .5em;
}

details[open] summary {
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: .5em;
}

/* CSS for responsive video */

.video-container {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%;
  }

  .video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
