
/*Countdown Timer*/
        /* Customization Style of SyoTimer */
        .timer{
            text-align: center;
            background-color: #535353;
            margin: 0 auto 0;
        }
        .timer-head-block h4 {
          font-size: 14px;
          color: #fff;
        }
        .timer .table-cell{
            display: inline-block;
            margin: 0 5px;
            width: 39px;
            background: url(../images/timer3.png) no-repeat 0 0;
        }
        .timer .table-cell .tab-val{
            font-size: 18px;
            color: #80a3ca;
            height: 40px;
            line-height: 40px;
            margin: 0 0 5px;
        }
        .timer .table-cell .tab-unit{
            display: none
        }

       #acquista {
          margin-left: 180px;
          position: absolute; 
          top: 20px; 
       }
       
@media (max-width: 767px) {
       #acquista {
          margin-top: 80px;
          margin-left: -68px;
        }}