.floater_shortcode {
  position: fixed;
  width: 323px;
  background-color: white;
  right: -243px;
  top: 204px;
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
  box-shadow: 0px 3px 6px #00000029;
  display: flex;
  align-items: center;
  z-index: 10;
  transition: ease-in-out 0.3s; }
  .floater_shortcode:hover {
    right: 0; }
  .floater_shortcode .icon {
    cursor: pointer;
    height: 100%;
    padding: 20px;
    width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ed0000;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px; }
    .floater_shortcode .icon svg {
      height: 40px;
      width: 40px; }
  .floater_shortcode .content {
    color: #ed0000;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: 0.48px;
    margin-left: 26px;
    font-weight: 700;
    width: 196px; }
    .floater_shortcode .content p {
      margin: 0; }
    .floater_shortcode .content a {
      text-decoration: none;
      color: #ed0000; }

@media screen and (max-width: 1635px) {
  .floater_shortcode {
    right: -187px;
    width: 260px; }
    .floater_shortcode .icon {
      width: 73px;
      padding: 15px; }
      .floater_shortcode .icon svg {
        height: 44px;
        width: 44px; }
    .floater_shortcode .content {
      margin-left: 15px;
      font-size: 20px;
      line-height: 33px; } }
    @media screen and (max-width: 1635px) and (max-width: 1635px) {
      .floater_shortcode .content {
        font-size: 16px;
        line-height: 26px; } }

@media screen and (max-width: 1635px) {
      .floater_shortcode .content a {
        font-size: 20px;
        line-height: 21px; } }

