/*
    Hide the selected country on checkout.
*/
#billing_country_field {
    display:none;
}

.woocommerce-Price-currencySymbol {
    text-transform: lowercase!important;
}

.converted-price {
    text-transform: lowercase!important;
}

.converted-price-separator {
    color:#abb8c3;
}

span.woocommerce-Price-amount.amount {
    text-transform: lowercase!important;
}

.woocommerce ul.products li.product .price del .amount {
    color:rgba(19,175,240,1)!important;
}

#order_review {
    width:100%!important;
}

span.breadcrumb_last {
    color: #ffffff;
}

.page-header-slim {

}

.onsale {
    background-color: #b00202!important;
}

.woocommerce span.onsale {
    left: 0!important;
    top: 0!important;
    font-size: 18px!important;
}

#main #content-wrap {
    padding-top:25px!important;
}

@media only screen and (max-width: 767px) {
    .owp-product-nav-wrap {
        margin-bottom: 35px;
    }
}
