.x13-counter-container {
  z-index: 1000;
}

#x13-counter-container .container{
  background: none;
}

html #x13-counter-container{
    background-color: #070707;
}

html #x13-counter-container .counter-btn:hover {
    color: #ffffff!important;
    background-color: #000000;
}

html #x13-counter-container p{
    display: flex;
    align-items: center;
    justify-content: center;
}

html #x13-counter-container .x13-js-counter{
    display: block;
    position: relative;
}

html #x13-counter-container .x13-js-counter .counter-item {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 6px;
    padding: 4px 0;
    text-align: center;
    position: relative;
}

html #x13-counter-container .x13-js-counter .counter-label {
    display: block;
    font-size: 9px!important;
    margin-top: -2px;
    text-transform: uppercase;
}


html #x13-counter-container .x13-js-counter .counter-item span.number {
    display: block!important;
    font-size: 20px;
    line-height: .9;
    font-weight: 700;
    background-color: transparent!important;
    border: none!important;
}

html #x13-counter-container .x13-js-counter .counter-item:not(:last-child)::before {
    content: ':';
    position: absolute;
    right: -7px;
    top: 50%;
    margin-top: -0.5em;
    font-size: 14px;
    line-height: 1em;
}

html #x13-counter-container .x13-js-counter .counter-item:not(:last-child)::before {
    right: auto;
    left: calc(100% + 6px);
    transform: translateX(-50%);
}

html #x13-counter-container .x13-js-counter .counter-item:not(:last-child)::before {
    font-size: 17px;
    right: -12px;
}

html #x13-counter-container .x13-js-counter .counter-item:not(:last-child)::before {
    color: #ffffff;
}

@media (max-width: 768px) {
    html #x13-counter-container p {
        flex-direction: column;
    }
}
