#tpt_scroll_floating{
    font-weight:600;
    padding:8px 14px;
    display:block;
    position:fixed;
    top:auto;
    bottom:5%;
    left:0;
    z-index:100;
    font-size:18px;
    line-height:22px;
    text-decoration:none;
    color:#A00C16;
    border:2px solid #A00C16;
    background:rgba(255, 255, 255, 0.7);
    }
    #tpt_scroll_floating span{
    display:block;
    text-align:center;
    position:relative;
    padding-right:14px;
    }
    #tpt_scroll_floating span::after{
    width:8px;
    height:14px;
    display:inline-block;
    background:url("https://www.profigrass.cz/user/documents/upload/tpt/img/profigrass-float-ico.png") center center no-repeat;
    background-size:contain;
    content:' ';
    margin-right:0;
    position:absolute;
    top:20px;
    right:0;
    }
    
    @media (min-width: 768px){
    #tpt_scroll_floating{
    top:50%;
    bottom:auto;
    padding:12px 24px;
    font-size:24px;
    }
    }
    
    .type-detail .link-icon.chat{display: none;}
    .tpt_prod_detail_order_btn{
    background: #B6010D;
    color: #fff;
    font-size: 20px;
    line-height: 1;
    padding: 8px 27px;
    text-decoration: none;
    }
    #tpt_contact_box_heading h2{
    font-size: 26px;
    margin-bottom: 30px;
    }
    #tpt_contact_box{
    text-align: center;
    margin-bottom: 50px;
    }
    #tpt_contact_box_red{
    display: inline-block;
    color: #fff;
    background: #B6010D;
    padding: 23px 15px;
    }
      
      .type-category #tpt_contact_box_red h4{font-size: 16px; line-height: 23px; padding: 0; margin: 0 0 5px 0; color: #fff}
      .type-category #tpt_contact_box_red p,
      .type-category #tpt_contact_box_red a{font-size: 11px; line-height: 15px; padding: 0; margin: 0; color: #fff}
    @media (min-width: 768px){
    #tpt_contact_box{margin-bottom: 100px;}
    #tpt_contact_box_heading h2{
    font-size: 48px;
    }
      #tpt_contact_box_red{
        padding: 40px 26px;
      }
      .type-category #tpt_contact_box_red h4{font-size: 26px; line-height: 40px;margin: 0 0 10px 0;}
      .type-category #tpt_contact_box_red p,
      .type-category #tpt_contact_box_red a{font-size: 19px; line-height: 25px;}
    }