.counter li {display: inline-block;background: transparent; line-height: 1.2; flex-grow: 2; margin: 0 10px; text-align: center; font-weight:800;font-size: var(--size-22);}
.counter li span { display: block;}
.products-grid .actions { position: static !important;}
.message-deal { color: #444; margin-top: 15px; font-size: 14px; }
.message-deal > span { word-wrap: break-word; }

/**       RESETS    **/
.deal-wrapper { position: relative; margin: 0px auto; display:table;}
.deal-wrapper .counter { font-size: 18px; text-align: center; }
.deal-wrapper .counter li .head-time{font-size: var(--size-10);font-weight: 600; }

.area-deal svg { display: none !important; }

@media screen and (max-width:770px){
    .counter li{margin: 0 5px;}
}
