@charset 'UTF-8';

.sungroup{
  color:#000;
}
.sg_content{
  vertical-align: top;
  font-family: arial;
  text-align: left !important;
  background: #fff;
  position: relative;
  /* padding: 5px; */
  display: inline-block;
  margin: 10px;
  height: 410px;
  box-sizing: border-box;
  border: 1px solid #e1e1e1;
  transition: .5s;
  width: 23%;
}
div.sg_content div:not(.sg_code_container){
  text-align: left !important;
}
.sg_content:hover{
  background-color: #f3f3f3;
}

.sg_promo_desc,.sg_promo_name,.sg_promo_url{
  padding:0 15px;
}
.sg_promo_foto{
  padding-bottom:15px;
}
.sg_promo_foto img{
  width:100%;
  height:auto;
}
.sg_promo_name{
  font-size: 16px;
  font-weight: bold;
  min-height: 2.7em;
}
.sg_promo_desc{
  margin-bottom: 15px;
  font-size: 14px;
  min-height: 64px;
}
.sg_promo_full{
  text-decoration:none;
  color:black;
  font-size: 0;
}
.sg_promo_button,.sg_code_button{
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 0px;
  overflow: hidden;
  font: 400 15px robotoregular,Arial,sans-serif;
  color: #000;
  text-align: center;
  text-transform: none;
  cursor: pointer;
  transition: .5s;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  border-radius: 1px;
  background-color: #0a4595;
  color: white;
}
.sg_code_button{
  background: #ff6000;
  color:white;
  margin-bottom: 5px;
  font-size: 12px;
  padding: 5px;
}
.iscode .sg_promo_button{
  padding:6px 0;
}
.sg_promo_button:hover{
    border-color: #0a4595;
    background-color: rgba(10, 69, 149, 0.52);
}
.sg_highlight .sg_promo_button{
  background-color: #fe0000;
  color:#fff;
}
.sg_highlight .sg_promo_button:hover{
  background-color: rgba(254, 0, 0, .5);
}
.promo-belka{
  color: #000;
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 20px;
  font-family: Arial;
  text-shadow: 1px 1px rgba(255,255,255,0.2);
  text-transform: uppercase;
  background: rgb(254,234,4);
  background: -moz-linear-gradient(top, #FFF 50%, #d5d5d5 83%, #d5d5d5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#FFF), color-stop(83%,#d5d5d5), color-stop(100%,#d5d5d5));
  background: -webkit-linear-gradient(top, #FFF 0%,#d5d5d5 83%,#d5d5d5 100%);
  background: -o-linear-gradient(top, #FFF 0%,#d5d5d5 83%,#d5d5d5 100%);
  background: -ms-linear-gradient(top, #FFF 0%,#d5d5d5 83%,#d5d5d5 100%);
  background: linear-gradient(to bottom, #FFF 0%,#d5d5d5 83%,#d5d5d5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#feea04', endColorstr='#fbcd05',GradientType=0 );
  margin-bottom: -1px;
  text-align: center;
  margin: 0px auto auto;
  padding: 12px;
  border-top: 1px solid #e7e7e7;
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
  text-transform: uppercase;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left:5px;
  margin-right:5px;
  margin-bottom:15px;
}

.sg_promo_zw{
  color: #000;
  z-index: 1;
  margin: auto;
  font-size: 16px;
  padding: 15px 25px;
  background-color:#fff200;
  border-radius:1px;
  text-decoration: none;
  display: inline-block;
  margin-top: 15px;
  transition: .5s;
  min-width: 500px;
}
.sg_promo_zw:hover{
  border-color: #fff200;
  background-color: rgba(255,242,0,.5);
}
.sg_promo_end .promo-belka, .sg_promo_end .sg_promo_zw{
  display: none;
}
.sg_promo_url{
  position: absolute;
    width: 100%;
    box-sizing: border-box;
    bottom: 15px;
}

div.category-name{
    font-size: 30px;
    color: #0A4595;
    padding-bottom: 0px;
    clear: both;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 12px;
    position: relative;
    margin-bottom:10px;
}
/* .sungroup .menu .dropdown{
  background: #fff200;
} */
.sungroup .menu .dropdown:not(.active_sg):not(:hover){
  background: #0A4595;
  text-shadow: none;
}
.sungroup .menu .dropdown{
  padding:13px;
  font-size:13px;
}
.sungroup .menu .active_sg {
    background: #ff6000;
    box-shadow: none;
    text-shadow: none;
}
.sungroup .menu .dropdown:hover, .menu .menu-grupa.active{
  background: #ff6000;
  box-shadow: none;
  text-shadow: none;
}
.menu::before{
  content: "Korzyści z zakupów w kategoriach";
  font-size:20px;
  font-weight: bold;
  background: white;
  padding:10px 0;
  display:table-caption;
  display: none;
}
.sungroup .grupa, .sungroup .odmiana{
  margin-top:80px;
}
.sungroup .grupa:first-child, .sungroup .odmiana:first-child{
  margin-top:20px;
  margin-bottom:30px;
}
.sungroup .menu_select{
  text-transform: uppercase;
  left:0;
}
.sg_dg{
display: inline-block;
    float: right;
    font-size: 14px;
    margin-top: 18px;
    cursor: pointer;
    position: absolute;
    right: 15px;
    top: 15px;
}
.sungroup .grupa:first-child .sg_dg{
  display: none;
}
.sungroup .grupa:first-child .category-name{
  text-transform:none;
}
h1.title{
  display: none !important;
}
.sungroup .menu{
  max-width: 1180px;
  left:50%;
  transform:translateX(-50%);
}
div.sg_code_container{
  opacity: 0;
  height: 0;
  left:0;
  border-top: 1px solid #e1e1e1;
  background: black;
  color:white;
  font-size: 13px;
  padding: 0px;
  position: absolute;
  text-align: center !important;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  transition:all 0.5s;
  -webkit-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.25);
box-shadow: 0px 5px 5px -2px rgba(0,0,0,0.25);
}
div.sg_code_container *{
  display: none;
}
div.sg_code_shown{
  opacity: 1;
  padding: 3px;
  left:0;
  height:100%;
  max-height: 54px;
}
div.sg_code_shown *{
  display: block;
}
.sg_code{
  display: block;
  font-size: 20px;
  color: #ff6000;
  font-weight: bold;
  margin: 3px;
}
.sg_promo_desc{
  position: relative;
}
@media(max-width:999px){
  .sg_content{
    width:26%;
  }
}
@media(max-width:760px){
  .sg_content{
    width:30%;
  }
  div.sg_code_shown{
    max-height: none;
  }

}
@media(max-width:600px){
  .sg_content{
    width:45%;
  }
  .sg_code_button{
    font-size:11px;
  }
}
@media(max-width:450px){
  .sg_content{
    width:45%;
    margin:4px;
  }
  div.sg_code_shown{
    max-height: 75px;
  }
}
@media(max-width:385px){
  .sg_dg{
    display: block;
    width:100%;
    text-align: right;
  }
}
@media(max-width:380px){
  .sg_code_button{
    font-size:10px;
  }
}
