/*
 Theme Name:   Auction Pro
 Description:  Auction Pro Theme
 Author:       Amir Candido
 Author URI:   https://auction-pro.com
 Template:     storefront
 Version:      1.0.0
 Text Domain:  auction-pro
*/

/* =Theme customization starts here
------------------------------------------------------- */

a:focus {
  outline: none !important;
  box-shadow: none !important;
}

@media (min-width: 768px) {
.storefront-secondary-navigation.woocommerce-active .site-header .site-branding {
    width: 41.7391304348%;
}
.storefront-secondary-navigation.woocommerce-active .site-header .secondary-navigation {
    width: 27.8260869565%;
}
h2.woocommerce-loop-product__title {
    min-height: 45px;
}
div.auction-time-countdown {
    margin-top:5px;
    margin-bottom:18px;
}
}

.storefront-handheld-footer-bar {
    display:none;
}


body.search-results #content {
    margin-top: 5%;
}


form.auction_form .buttons_added input.minus,
form.auction_form .buttons_added input.plus{
    color:#fff;
}


form.auction_form button.bid_button{
    background-color:#ba0000;
    border-color: #ba0000;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments{
    background-color: #ba0000 !important;
}

.page .content-area, .single-product #content .content-area {
    width: 100% !important;
    float: none !important;
    margin-right: 0 !important;
}

span.your-user-id {
    font-weight: 600;
    color: #ba0000;
}