.uc_product_stock .text {
    display: none !important;
}

.uc_product_stock .value {
    display: flex !important;
    flex-flow: row nowrap;
}

.uc_product_stock span {
    order: 2 !important;
}

.uc_product_stock img {
    order: 1 !important;
}

.uc_categories_overview.advanced.text-bg .category-name {
    margin-top: 0 !important;
}

/* Handles stock warning notification messages */
#stock_warning_message {
    display: none;
    text-align: center;
    top: 0;
    width: 100%;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 2px 10px rgba(0,0,0,.8);
    padding: 10px 15px;
    line-height: 25px;
}

#stock_warning_message {
    background-color: #ffeeba !important;
    color: #856404;
    border-bottom: 1px solid #ebccd1;
}

div#stock_warning_message::before {
    content: "\f06a";
    font-family: FontAwesome;
    margin-right: 10px;
    font-size: 20px;
    position: relative;
    top: 2px;
}

div#stock_warning_message .fa.fa-close {
    position: absolute;
    right: 15px;
    top: 13px;
    font-size: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    background-color: #856404;
    color: #ffeeba;
    border-radius: 20px !important;
    cursor: pointer;
}

@media (max-width: 475px) {
    .uc_placeholder .banner-image {
        max-width: 40px;
        max-height: 40px;
    }
}

@media (min-width: 476px) and (max-width: 767px) {
    .uc_placeholder .banner-image {
        max-width: 50px;
        max-height: 50px;
    }
}