#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,
#order_review_heading {
    width: 100% !important;
    float: none !important;
}

.one-half {
    float: left;
    width: 50%;
    padding: 0 15px;
}

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

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

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

.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;
}

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

.subcategory {
    position: relative;
    background: #fff;
    padding: 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.subcategory-title {
    position: absolute;
    background: #fff;
    padding: 10px 15px 0 30px;
    left: 0;
    bottom: 50px;
}

.subcategory img {
    margin: 0;
    width: 100%;
    height: auto;
}

mark {
    background: none;
}

.product-item {
    position: relative;
    background: #fff;
    padding: 0px 20px 20px 20px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
    height: 100%;
    text-align: center;
    overflow: hidden;
}

.product-list-tags {
    display: block;
    position: absolute;
    top: 20px;
    text-align: left;
}

.product-list-tags li {
    display: block;
    margin-bottom: 5px;
}

.product-list-tags li a {
    display: inline-block;
    color: #fff;
    padding: 4px 10px 2px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.a-honap-ajanlata {
    background: red;
}

.kifuto-termek {
    background: orange;
}

.uj {
    background: green;
}

.gyartok {
    display: block;
    clear: both;
    margin-bottom: 15px;
}

.gyartok a {
    color: inherit;
}

.price {
    display: block;
    font-weight: 600;
    margin-bottom: 15px;
}

del {
    color: #888;
    font-weight: normal;
    display: block;
    font-size: smaller;
}

ins {
    text-decoration: none;
}

.page-meta {
    border-top: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    overflow: hidden;
    margin-bottom: 30px;
    padding: 15px 0;
}

.up-sells {
    margin-bottom: 40px;
}

.cart-contents {
    position: relative;
}

.contents-count {
    width: 16px;
    height: 16px;
    background: #049881;
    color: #fff;
    display: block;
    top: -2px;
    left: 15px;
    text-align: center;
    font-size: 12px;
    position: absolute;
    border-radius: 50%;
}

.contents-total {
    margin-left: 10px;
}

.top-mini-cart {
    width: 300px;
    position: absolute;
    background: #fff;
    padding: 15px;
    border: solid 1px red;
}

.widget h3 {
    border-bottom: solid 1px #ccc;
    margin-bottom: 15px;
    padding-bottom: 5px;
}

.price_label {
    clear: both;
    overflow: hidden;
    position: absolute;
    width: 100%;
    top: 0;
}

.price_slider {
    margin-bottom: 12px;
}

.price_slider_amount {
    position: relative;
}

.price_slider_amount .button {
    margin-top: 40px !important;
    font-size: smaller !important;
}

.ui-slider {
    position: relative;
    text-align: left;
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 50%;
    border: 1px solid rgba(0, 0, 0, 0.25);
    cursor: pointer;
    background: #e7e7e7;
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFEFE), to(#e7e7e7));
    background: -webkit-linear-gradient(#FEFEFE, #e7e7e7);
    background: -moz-linear-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    background: -moz-gradient(center top, #FEFEFE 0%, #e7e7e7 100%);
    outline: none;
    top: -5px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3), 0 0 0 1px rgba(255, 255, 255, 0.65) inset;
}

.ui-slider .ui-slider-handle:last-child {
    margin-left: -1em;
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: none repeat scroll 0 0 #049881;
    box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 1px 1px 1px 0.5px rgba(0, 0, 0, 0.25) inset -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}

.price_slider_wrapper .ui-widget-content {
    position: relative;

    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #1e1e1e;
    background: -webkit-gradient(linear, left top, left bottom, from(#1e1e1e), to(#6a6a6a));
    background: -webkit-linear-gradient(#1e1e1e, #6a6a6a);
    background: -moz-linear-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
    background: -moz-gradient(center top, #1e1e1e 0%, #6a6a6a 100%);
}

.ui-slider-horizontal {
    height: 10px;
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
    left: -2px;
}

.ui-slider-horizontal .ui-slider-range-max {
    right: -2px;
}

.last {
    display: inline-block;
    color: #fff;
    padding: 4px 10px 2px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    background: red;
    margin-bottom: 15px;
}

.csak2 {
    display: inline-block;
    color: #fff;
    padding: 4px 10px 2px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
    background: blue;
    margin-bottom: 15px;
}