/* ========= INFORMATION ============================
	- document:  WP Coder!
	- author:    Dmytro Lobov 
	- url:       https://wow-estore.com/
==================================================== */
.count {
    font-size: 1.5em!important;
    text-shadow: 1px 1px 10px black
}

.counter {
    min-width: 50px;
    background: #111;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 2px;
    box-shadow: 5px 5px 50px black
}