
.sungroup .z_k b {
    user-select: auto;
    cursor: pointer;
    position: relative;
}


#sg_b .cena.sg_cena_none{
  opacity: 0;
}
.sungroup span.sg_icopy {
    font-family: Poppins;
    position: absolute;
    width: 120px;
    top: 10px;
    left: 80%;
    transform: translateX(-50%);
    color: #Fe2000;
    height: 20px;
    opacity: 0;
    font-size: 12px;
    font-weight: normal;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sungroup .sg_icopy_done {
    animation: copydone 2s;
}
/*#sg_b.sungroup .box_image {
    height: 230px;
}*/
#sg_b.sungroup .b_k {
    word-spacing: 0;
}
/*.landing-page-sun-group {
    padding-left: 10px !important;
    padding-right: 10px !important;
}*/

#sg_b.sungroup .sg_ce,
#sg_b.sungroup .sg_ce span{
  font-family: Poppins;
  font-weight: 600;
}
#sg_b.sungroup div.sg_discount_inner,
#sg_b.sungroup div.sg_discount_inner .sg_bigc{
    font-family: roboto,Arial;
}
@media(max-width:950px){
  .landing-page-sun-group {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@keyframes copydone {
    0% {
        top: 10px;
        opacity: 0;
    }
    25% {
        top: 30px;
        opacity: 1;
    }
    75% {
        top: 30px;
        opacity: 1;
    }
    100% {
        top: 30px;
        opacity: 0;
    }
}
@media(max-width:700px){
  .landing-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media(max-width:500px) {

  .sungroup span.sg_icopy {
      left: 50%;
  }
  #sg_b.sungroup .sg_dws {
    bottom: -25px;
  }
  #sg_b.sungroup .cechy_bff {
    margin-bottom: 0;
  }
}
@media(max-width:400px){
  #sg_b.sungroup .product_title, #sg_b.sungroup a.product_title {
    font-size: 12px;
    display: -webkit-box!important;
    height: 30px;
  }
}

#sg-inner-lp .lower {
    text-transform: lowercase;
}
#sg-inner-lp .upper {
    text-transform: uppercase;
}
#sg-inner-lp .color {
    color: #0298de;
}
#sg-inner-lp .nowrap {
    white-space: nowrap;
}
#sg-inner-lp .bigger {
    font-size: 150%;
}
#sg-inner-lp strong {
    font-weight: 700;
}
#sg-inner-lp .colorful {
    background: #daa438;
    background: -moz-linear-gradient(top, #daa438 0%, #e0d469 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, #daa438), color-stop(100%, #e0d469));
    background: -webkit-linear-gradient(top, #daa438 0%, #e0d469 100%);
    background: -o-linear-gradient(top, #daa438 0%, #e0d469 100%);
    background: -ms-linear-gradient(top, #daa438 0%, #e0d469 100%);
    background: linear-gradient(to bottom, #daa438 0%, #e0d469 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#daa438', endColorstr='#e0d469', GradientType=0 );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    #sg-inner-lp .colorful {
        background: transparent;
    }
}
#sg-inner-lp .bg-lp {
    background-image: url("resources/images/lp/bg.jpg");
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #EFECE8;
}

#sg_b .sg_copy {
    font-size: 13px;
    color: #000;
    text-align: left !important;
    position: relative;
    box-sizing: border-box;
    line-height: 9px !important;
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    border: 1.5px dashed #0D4DE4;
    border-radius: 4px;
    padding-left: 5px;
    margin: 8px 0;
    padding: 10px 5px;
    cursor: pointer;
}
#sg_b .row-products .sg_copy {
    margin: 20px 0 0;
}
#sg_b .sg_kod {
    font-weight: 600;
    padding: 0;
    margin-left: 5px;
    background: unset;
    color: #0D4DE4;
    -moz-user-select: all;
    -khtml-user-select: all;
    -webkit-user-select: all;
    -ms-user-select: all;
    user-select: all;
    display: inline-block;
    font-size: 14px;
    margin-top: -1px;
    /* width: 70%; */
    height: 11px;
    line-height: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#sg_b .sg_copy_click{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #0D4DE4;
    cursor: pointer;
    font-size: 13px;
    font-weight: 400;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-51%);
    box-sizing: border-box;
}
#sg_b.sungroup .sgCopyPop.sgCopyDone {
    animation:sgCopyDone 1.4s ease-in-out
   }
   #sg_b.sungroup .sgCopyPop {
    font-family:Poppins;
    position:absolute;
    width:200px;
    top:10px;
    left:50%;
    transform:translateX(-50%);
    color:#000;
    background-color:#fff200;
    border-radius:5px;
    height:20px;
    opacity:0;
    font-size:12px;
    z-index:9;
    font-weight:normal;
    display:flex;
    align-items:center;
    justify-content:center
   }
   @media (max-width:500px) {
    #sg_b.sungroup .sgCopyPop {
     font-size:10px;
     width:150px
    }
   }
   @keyframes sgCopyDone {
    0% {
     opacity:0
    }
    25% {
     opacity:1
    }
    75% {
     top:-20px;
     opacity:1
    }
    100% {
     top:-20px;
     opacity:0
    }
   }
