/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
.product-flags li.product-flag {
    pointer-events: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    background: #FF5E00 !important;
    font-weight: 700;
    padding: .3125rem .4375rem;
    text-transform: uppercase;
    color: #fff;
    margin-top: 0rem;
    font-size: 1rem;
    box-shadow: 2px 2px 4px 0 rgba(0,0,0,.2);
 
}

.btn-primary {
    color: #fff;
    background-color: #FF5E00 !important;
    
}



#products .product-miniature, .featured-products .product-miniature, .product-accessories .product-miniature, .product-miniature .product-miniature {
    margin: 8px;
}

.container {
    max-width: 98%;
}

#header .header-nav .blockcart {
    background-color: #FF5E00 !important;
    color: #fff;
    
}

a:hover {
    color: #FF5E00 !important;
    
}

#header .header-nav .blockcart .on:hover {
    color: #000000 !important;
}

#header .header-nav .cart-preview .shopping-cart {
    vertical-align: middle;
    color: #fff;
}

#_desktop_logo {
    text-align: center;
}

#_desktop_logo a{
    display: inline-block;
}

#_mobile_logo {
    text-align: center;
}

#_mobile_logo a{
    display: inline-block;
}

#header .logo {
    max-width: 100%;
    text-align: center;
}

#header .logo {
  display: block;
  margin: 0 auto 1rem auto;
  height: 6rem;
  text-align: center;
  display: inline-block;
}

#header .header-top .menu {
    margin-bottom: .375rem;
    text-align: center;
    padding-left: 0px !important;
    width: 100%;
}

#header .header-nav {
    margin-top: 15px;
}
