.velikost_skladem {
    background: green;
    color: #FFF;
}

.velikost_neniskladem {
    background: grey;
    color: #FFF;
}

#subscribe-me {
    display: none;
}

.velikosti {
    display: block;
    text-align: center;
    padding-top: 10px;
}

.velikost {
    border: 1px solid #000;
    padding: 3px 5px;
}

@media (min-width: 768px) {
    #to-top {
        right: 150px !important;
    }
}

.footer-our-store > i.icon-contact-footer {
    clear: both;
}