/*
Theme Name:         Tmqs Theme
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme.
Version:            9.0.9
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

span.woocommerce-input-wrapper {
    display: block;
    clear: both;
    width: 100% !important;
}

li.page-item.active * {
    background: #012468;
    color: #fff;
    border-color: #012468;
}

.mini-navbar a {
    font-size:0 !important
}

.mini-navbar a i{
    font-size:16px !important
}

@media (max-width: 767px) {
    div#page-wrapper {
        padding: 0 0px !important;
    }
    .ibox-content {
        padding: 10px 5px !important;
    }
}

.bestsellers {
    font-size: 16px;
    background: #fabe5e;
    padding: 20px;
    margin-top: 19px;
}
.bestsellers a {
    color: #002366;
    font-weight: bold;
    text-transform: uppercase;
}