.odmiana{
  display: flex;
  flex-wrap: wrap;
}
#sg_b.sungroup .o_title {
    width: 100%;
}
.box_pro.sg_kategoria {
  border: 1px solid #E7E7E7;
  background-image: url("../../resources/images/kat/bg.jpg");
  text-decoration: none;
  background-repeat: round;
}

#sg_b.sungroup .box_pro.sg_kategoria .button .btn {
position: absolute;
width: 80%;
bottom: 15px;
left: 50%;
margin-right: -50%;
transform: translate(-50%, 0%);
background-color:#FF6600;
}
.sg_kat_txt{
  font-size: 22px;
  font-family: 'roboto';
  font-weight: 400;
  color: white;
  margin-top: 35px;
}
.sg_kat_txt_main{
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin-top: 12px;
  text-transform: capitalize;
  padding: 5px;
  box-sizing: border-box;
}
article.js-gtmEvent_viewport.js-gtmData {
    width: 100%;
}
#sg_b.sungroup .zw {
    margin: 30px auto 25px;
}
#sg_b.sungroup .box_pro.sg_kategoria img.img_kategoria {
  height: 100% !important;
  max-height: 260px;
  max-width: 100%;
  margin: 0 auto;
}

.kat_img {
    position: absolute;
    bottom: 16%;
    left:50%;
    transform:translateX(-50%);
    width:100%;
}

/*		Custom styles	*/
#akcesoria-rowerowe .box_pro.sg_kategoria .sg_kat_txt_main, #czesci-rowerowe .box_pro.sg_kategoria .sg_kat_txt_main{
	font-size: 26px;
}
#akcesoria-rowerowe .box_pro.sg_kategoria .sg_kat_txt, #czesci-rowerowe .box_pro.sg_kategoria .sg_kat_txt{
	margin-top:15px;
}
#akcesoria-rowerowe .box_pro.sg_kategoria img.img_kategoria, #czesci-rowerowe .box_pro.sg_kategoria img.img_kategoria{
	max-height: 150px !important;
}


@media (max-width:1000px){

  #sg_b .box_pro.sg_kategoria{
    min-height: 450px;
  }
  #akcesoria-rowerowe .box_pro.sg_kategoria , #czesci-rowerowe .box_pro.sg_kategoria{
    min-height: 370px;
  }

}

@media(max-width: 500px){

  .sg_kat_txt{
    font-size:15px;
    margin-top:15px;
  }
  .sg_kat_txt_main{
    font-size:20px;
    margin-top:0;
  }
  #sg_b.sungroup .box_pro.sg_kategoria img.img_kategoria{
    max-height: 120px;
  }
  #sg_b.sungroup .box_pro.sg_kategoria .button{
    display: flex;
  }
  .kat_img{
    bottom:23%;
  }
  #sg_b .box_pro.sg_kategoria{
    min-height: 300px;
  }
  #akcesoria-rowerowe .box_pro.sg_kategoria , #czesci-rowerowe .box_pro.sg_kategoria{
    min-height: 210px;
  }
  #akcesoria-rowerowe .box_pro.sg_kategoria img, #czesci-rowerowe .box_pro.sg_kategoria img{
    display: none;
  }
  #akcesoria-rowerowe .box_pro.sg_kategoria .sg_kat_txt_main, #czesci-rowerowe .box_pro.sg_kategoria .sg_kat_txt_main{
  font-size: 20px;
  margin-top: 30px;
}
}