#billing_country_field,
#shipping_country_field, .optional {
    display: none;
}

abbr {
    text-decoration: none;
}

.col2-set {
    width: 100%!important;
    float: none!important;
    margin-right: 0!important;
}

#order_review_heading, #order_review {
    width: 100%!important;
    float: none!important;
}

.one-half {
    float: left!important;
    width: 50%!important;
    padding: 0 15px!important;
    margin: 0 0 1em 0!important;
    clear: right!important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
    margin: 0 -15px;
}

@media only screen and (max-width: 600px) {
    .one-half {
        width: 100%!important;
        float: none!important;
    }
}

.subcategory {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    position: relative;
    background: #fff;
    padding: 20px;
}
.subcategory-title {
    position: absolute;
    background: #fff;
    padding: 0 15px 0 30px;
    left: 0;
    bottom: 50px;
}

.subcategory img {
    margin: 0;
    width: 100%;
    height: auto;
}
.shipping-class {
    display: inline-block;
    background: green;
    border-radius: 3px;
    margin-left: 10px;
    padding: 0 10px;
    color: #fff;
    height: 20px;
    line-height: 20px;
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;   
}

.category-top {
    padding: 8vw 20px;
    background-size: cover;
    margin-bottom: 40px;
}

.category-top-content {
    background: #fff;
    padding: 40px;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
}

.category-top-content nav, .category-top-content h1 {
    margin: 0 0 15px 0;
}

@media only screen and (max-width: 600px) {
    .category-top {
        padding: 50vw 20px 20px 20px;
    }
}