.uc-floatbtn{
    position: fixed !important;
    right: 20px !important;
    bottom: 20px !important;
    z-index: 999999 !important;
}

@media (max-width: 640px){

.uc-floatbtn{
    right: 15px !important;
    bottom: 15px !important;
}

}


 /* Контейнер изображения */
  .gc-new-product-image {
    position: relative !important;
    overflow: hidden !important;
    isolation: isolate;
  }

  /* Красный уголок */
  .gc-new-product-badge {
    position: absolute !important;
    z-index: 50 !important;
    top: 19px !important;
    right: -44px !important;

    display: block !important;
    width: 165px !important;
    padding: 9px 0 !important;
    margin: 0 !important;

    color: #fff !important;
    background: #e32636 !important;

    font-family: Arial, sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    white-space: nowrap !important;

    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;

    transform: rotate(45deg) translateZ(0) !important;
    transform-origin: center !important;
    backface-visibility: hidden !important;

    transition: none !important;
    animation: none !important;
    pointer-events: none !important;
  }

  /* Скрытая служебная копия каталога */
  #gc-new-products-source {
    position: fixed;
    left: -10000px;
    top: 0;
    width: 1200px;
    height: 800px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    border: 0;
  }