#sg_b.sungroup .sg_copy--custom {
  justify-content: center;
  color: #000;
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  margin-top: 24px;
}
#sg_b.sungroup .sg_copy--custom .sg_kod {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  margin-left: 8px;
}
#sg_b.sungroup .sg_copy--custom .sg_copy_click {
  font-family: Poppins;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-right: 10px;
}
#sg_b.sungroup .sg-plus {
  width: 54px;
  height: 54px;
  min-width: 54px;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto 16px;
  border-radius: 50%;
  background-color: #fe0000;
  font-family: Poppins;
  font-weight: 600;
  font-size: 48px;
  color: #fff;
}
#sg_b.sungroup .odmiana {
  flex-wrap: nowrap !important;
}
#sg_b.sungroup .box_pro.custom {
  max-width: 50% !important;
  width: 100%;
}
@media (max-width: 600px) {
  #sg_b.sungroup .sg_copy--custom,
  #sg_b.sungroup .sg_copy--custom .sg_kod,
  #sg_b.sungroup .sg_copy--custom .sg_copy_click  {
    font-size: 14px;
  }
  #sg_b.sungroup .odmiana {
    flex-wrap: wrap !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  #sg_b.sungroup .box_pro.custom {
    max-width: 250px !important;
    width: 100% !important;
  }
  #sg_b.sungroup .sg-plus {
    margin: 16px auto;
    width: 32px;
    height: 32px;
    min-width: 32px;
    min-height: 32px;
    font-size: 32px;
  }
  #sg_b.sungroup .sg_copy--custom {
    justify-content: flex-start;
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
  }
}
@media (max-width: 400px) {
  #sg_b.sungroup .sg_copy--custom {
    justify-content: flex-start;
  }
}
#sg_b.sungroup * {
  box-sizing: border-box;
}
@media (max-width: 500px) {
  #sg_b.sungroup .box_pro.custom {
    max-width: 250px !important;
    width: 100% !important;
  }
}