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

.slot--header-favorites .fa-heart-o::before {
  content: "\f004";
}
.custom-header-left img {
  margin: 1rem 0;
}
/*--DESKTOP/MOBILE ONLY---*/
@media (min-width: 768px) {
    [class$="mobile-only"] {
    display: none;
    }
}
@media (max-width: 767px) {
    [class$="desktop-only"] {
        display: none;
    }
}

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


/* sams */

h1, h2, h3 {
font-family: "Oswald", sans-serif; 
}

h2 {
font-size: 28px;
}

p {
font-size: 18px;
}

.custom-header-left img {
	max-width: 180px;
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-row .col {
	width: 100%;
}

.flex-row .col--text {
	padding: 5%;
}

.flex-row .col img {
  height: 350px;
  object-fit: cover;
}



.tws-container--tws-custom-html.header {
    padding: 0 !important;
  margin-bottom: 80px !important;
  }



  .hero_header img {
    width: 100%;
    height: 40vh;
    object-fit: cover;
  }

.tws-custom-html--content {
  height: 100%; 
}



.hero_header__content-container {
	max-width: 1400px;
  margin: 0 auto;
  width: 100%;
}

.hero_header__content-container h1 {
	margin-top: 0;
  font-size: 48px;
  text-transform: uppercase;
}

.hero_header__content-container p {
	font-size: 22px;
  font-family: "Oswald", sans-serif; 
}

.content-box {
    background: #fff;
    max-width: 100%;
    width: 640px;
    padding: 45px;
  position: relative;
  z-index: 10;
}

.hero_header__content-container a, .btn--black {
	background: black;
  padding: 14px 20px;
  margin-top: 10px;
  font-size: 16px;
  display: inline-block;
  color: white !important;
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.04em;
  font-family: "Oswald", sans-serif; 
}

.swiper_logo {
height: 175px;
}


.swiper_logo .swiper-wrapper {
height: 150px;
}


.swiper_logo .swiper-slide{
display: flex; 
  align-items: center;
  justify-content: center;
}

.swiper_logo img{
max-height: 80%;
}


@media (min-width: 997px){
  
  .flex-row {
	display: flex;
	flex-wrap: wrap;
  margin-bottom: 60px;
    background: #f1f1f1;
}

.flex-row .col {
	width: 50%;
}

.flex-row .col--text {
	padding: 5%;
}

.flex-row .col img {
  height: 100%;
  object-fit: cover;
}
  .tws-container--tws-custom-html.header {
    max-width: 100% !important; 
   	height: 80vh; 
  }
  
  .hero_header {
    height: 100%;
    display: flex; 
    align-items: flex-end;
    position: relative;
    justify-content: center;
  }
  
  .hero_header img {
    position: absolute; 
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    height: 100%;
  }
  
  .hero_header__content {
    margin-left: 5%;
	}
  
  .hero_header__content-container {
  	position: absolute; 
    bottom: 0;
  }
  
  .tws-top-menu--mega-sub-list {
  	display: none; 
  }
  
  .slot--header-horizontal-menu .navbar-nav .tws-top-menu--mega-menu .tws-top-menu--sub-item {
  	margin-right: 10px;
  }
}

@media (max-width: 997px) {
  .hero_header {

  }
  
  .flex-row.mobile-reverse {
    flex-direction: column-reverse;
  }
}