/*
Theme Name: hirai

WooCommerce styles override
*/


/**
 * Shop tables
 */

table.shop_table_responsive thead {
    display: none;
}

table.shop_table_responsive tbody th {
    display: none;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.shop_table_responsive tr td::before {
    content: attr(data-title) ": ";
    float: left;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
    display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
    display: none;
}

table.shop_table_responsive tr td.download-actions .button {
    display: block;
    text-align: center;
}

@media screen and (min-width: 48em) {
    table.shop_table_responsive thead {
        display: table-header-group;
    }
    table.shop_table_responsive tbody th {
        display: table-cell;
    }
    table.shop_table_responsive tr th,
    table.shop_table_responsive tr td {
        text-align: left;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.shop_table_responsive tr td::before {
        display: none;
    }
}


/**
 * Products
 */

ul.products {
    margin: 0;
    padding: 0;
}

ul.products li.product {
    list-style: none;
    position: relative;
    margin-bottom: 2em;
}

ul.products li.product img {
    display: block;
}

ul.products li.product .button {
    display: block;
}

@media screen and (min-width: 48em) {
    ul.products li.product {
        width: 30.79667%;
        float: left;
        margin-right: 3.8%;
    }
    ul.products li.product.first {
        clear: both;
    }
    ul.products li.product.last {
        margin-right: 0;
    }
    ul.products.columns-1 li.product {
        float: none;
        width: 100%;
    }
    ul.products.columns-2 li.product {
        width: 48.1%;
    }
    ul.products.columns-3 li.product {
        width: 30.79667%;
    }
    ul.products.columns-4 li.product {
        width: 22.15%;
    }
    ul.products.columns-5 li.product {
        width: 16.96%;
    }
    ul.products.columns-6 li.product {
        width: 13.49333%;
    }
}


/**
 * Single product
 */

.single-product div.product {
    position: relative;
}

.single-product div.product .woocommerce-product-gallery {
    position: relative;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
    position: absolute;
    top: 2em;
    right: 1em;
    display: block;
    z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
    margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
    margin: 0;
    padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
    list-style: none;
    cursor: pointer;
    float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
    opacity: 0.5;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
    opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
    width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
    width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
    width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
    clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
    width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
    margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
    clear: both;
}

.stock:empty::before {
    display: none;
}

.stock.in-stock {
    color: #0f834d;
}

.stock.out-of-stock {
    color: #e2401c;
}


/**
 * Checkout
 */

@media screen and (min-width: 768px) {
    .col2-set .form-row-first {
        float: left;
        margin-right: 3.8%;
    }
    .col2-set .form-row-last {
        float: right;
        margin-right: 0;
    }
    .col2-set .form-row-first,
    .col2-set .form-row-last {
        width: 48.1%;
    }
}


/**
 * General WooCommerce components
 */


/**
 * Header cart
 */

.site-header-cart {
    position: relative;
    margin: 0;
    padding: 0;
}

.site-header-cart .cart-contents {
    text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
    display: none;
}

.site-header-cart .product_list_widget {
    margin: 0;
    padding: 0;
}


/**
 * Star rating
 */

.star-rating {
    overflow: hidden;
    position: relative;
    height: 1.618em;
    line-height: 1.618;
    width: 5.3em;
    font-family: star;
    font-weight: 400;
}

.star-rating::before {
    content: "\53\53\53\53\53";
    opacity: 0.25;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}

.star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}

.star-rating span::before {
    content: "\53\53\53\53\53";
    top: 0;
    position: absolute;
    left: 0;
    color: #4169e1;
}

p.stars a {
    position: relative;
    height: 1em;
    width: 1em;
    text-indent: -999em;
    display: inline-block;
    text-decoration: none;
    margin-right: 1px;
    font-weight: 400;
}

p.stars a::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 1em;
    height: 1em;
    line-height: 1;
    font-family: star;
    content: "\53";
    color: #404040;
    text-indent: 0;
    opacity: 0.25;
}

p.stars a:hover~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars:hover a::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}

p.stars.selected a.active~a::before {
    content: "\53";
    color: #404040;
    opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
    content: "\53";
    color: #4169e1;
    opacity: 1;
}


/**
 * Tabs
 */

.woocommerce-tabs ul.tabs {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.woocommerce-tabs ul.tabs li {
    display: block;
    margin: 0;
    position: relative;
}

.woocommerce-tabs ul.tabs li a {
    padding: 1em 0;
    display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
    margin-bottom: 1em;
}


/**
 * Password strength meter
 */

.woocommerce-password-strength {
    text-align: right;
}

.woocommerce-password-strength.strong {
    color: #0f834d;
}

.woocommerce-password-strength.short {
    color: #e2401c;
}

.woocommerce-password-strength.bad {
    color: #e2401c;
}

.woocommerce-password-strength.good {
    color: #3d9cd2;
}


/**
 * Forms
 */

.form-row.woocommerce-validated input.input-text {
    box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    color: #f00;
}


/**
 * Notices
 */

.woocommerce-message,
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #0f834d;
    clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
    background-color: #3d9cd2;
}

.demo_store {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 1em;
    background-color: #3d9cd2;
    z-index: 9999;
}

@media screen and (min-width: 48em) {
    /**
	 * Header cart
	 */
    .site-header-cart .widget_shopping_cart {
        position: absolute;
        top: 100%;
        width: 100%;
        z-index: 999999;
        left: -999em;
        display: block;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    }
    .site-header-cart:hover .widget_shopping_cart,
    .site-header-cart.focus .widget_shopping_cart {
        left: 0;
        display: block;
    }
}


/**
 * WooCommerce widgets
 */


/**
 * WooCommerce Price Filter
 */

.widget_price_filter .price_slider {
    margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
    float: left;
}

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

.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1em;
    height: 1em;
    cursor: ew-resize;
    outline: none;
    background: #4169e1;
    box-sizing: border-box;
    margin-top: -0.25em;
    opacity: 1;
}

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

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
    box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    display: block;
    border: 0;
    background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}

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


/* Cart page */

.woocommerce-checkout #container .woocommerce,
.woocommerce-cart #container .woocommerce {
    max-width: 1110px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: content-box;
}

#container .woocommerce p {
    line-height: 1.618 !important;
}

.woocommerce-message {
    margin: 10px 0;
}

.woocommerce-cart-form {
    margin-bottom: 1.618em;
}

table.shop_table {
    margin-bottom: 3.706325903em;
    border-spacing: 0;
    width: 100%;
    border-collapse: separate;
    margin: 0 0 1.41575em;
}

table.shop_table_responsive thead {
    display: none;
}

table.cart td,
table.cart th {
    padding: .875em .875em 0;
}

table.cart:not( .has-background) th {
    background-color: #f8f8f8;
}

table.cart thead th {
    padding: 1.41575em;
    vertical-align: middle;
}

table.shop_table th {
    font-weight: 600;
}

table.shop_table td,
table.shop_table th {
    padding: 1em 1.41575em;
    text-align: left;
    vertical-align: top;
    line-height: 1.618;
}

table.cart tr:first-child td.product-remove {
    border-top-width: 0;
}

table.cart td.product-remove {
    padding: 0;
    border-top: 1.618em solid #fff;
    position: relative;
}

table.shop_table_responsive tr td {
    display: block;
    text-align: right;
    clear: both;
}

table.cart tr:first-child td.product-remove {
    border-top-width: 0;
}

table.cart td.product-remove a.remove {
    position: absolute;
    font-size: 1.41575em;
    top: 0;
    right: 0;
}

table.shop_table_responsive tr td.product-remove a {
    text-align: left;
}

table.shop_table_responsive tr td:after {
    clear: both;
}

table.shop_table_responsive tr td:after {
    content: '';
    display: table;
}

a.remove {
    display: block;
    width: 1.618em;
    height: 1.618em;
    line-height: 1.618;
    font-weight: 400;
    overflow: hidden;
    position: relative;
}


/* a.remove:before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    line-height: 1;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "\f057";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    color: #737781;
    line-height: 1.618;
    text-indent: 0;
    text-align: center;
} */

table.cart .product-thumbnail img {
    margin: 0 auto;
    max-width: 3.706325903em;
    height: auto;
    display: block;
    font-size: unset;
}

table.cart td.product-name {
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

table.cart td.product-name a {
    text-decoration: underline;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}

table.cart td.product-quantity .qty {
    padding: .326em;
    width: 3.706325903em;
    text-align: center;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.618;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125)
}

table:not( .has-background) tbody tr:nth-child(2n) td,
fieldset,
fieldset legend {
    background-color: #fbfbfb;
}

table.cart td.actions {
    border-top: 1em solid #fff;
    padding: 0;
}

table.cart td.actions .coupon {
    padding-bottom: 1em;
    margin-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .05);
}

table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .5407911001em 0;
}

table.cart button,
.checkout_coupon button {
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    line-height: 1.618;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}

.coupon label {
    display: none;
}

table.cart td.actions input {
    display: block;
    width: 100%;
    margin: .5407911001em 0;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    line-height: 1.618;
}

table.cart td.actions input:focus {
    outline: 2px solid #ececec;
}

.cart-collaterals h2 {
    text-align: left;
}

table:not( .has-background) th {
    background-color: #f8f8f8;
}

table:not( .has-background) tbody td {
    background-color: #fdfdfd;
}

.wc-proceed-to-checkout {
    margin-bottom: 1.618em;
}

.wc-proceed-to-checkout:before,
.wc-proceed-to-checkout:after {
    content: '';
    display: table;
}

.wc-proceed-to-checkout .button.checkout-button {
    font-size: 1.41575em;
    display: block;
    text-align: center;
    margin-bottom: 1em;
    /* background-color: #2c2d33; */
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    -webkit-appearance: none;
}

table.shop_table_responsive tr td[data-title]:before {
    content: attr(data-title) ": ";
    font-weight: 600;
    float: left;
}

@media only screen and (min-width: 767px) {
    table.shop_table_responsive thead {
        display: table-header-group;
        font-size: 1em;
        text-indent: 0;
    }
    table.cart th,
    table.cart td {
        padding: 1.618em;
    }
    table.shop_table_responsive tr td {
        display: table-cell;
    }
    table.cart td.product-remove {
        padding: 1.618em;
        border: 0;
    }
    table.cart td.product-remove a.remove {
        float: none;
        position: relative;
        top: auto;
        right: auto;
        font-size: 1em;
    }
    table.cart .product-thumbnail {
        display: table-cell;
    }
    table.shop_table_responsive tbody tr td,
    table.shop_table_responsive tbody tr th {
        text-align: left;
    }
    table.cart td.actions {
        text-align: right;
    }
    table.cart td.actions .coupon {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
        display: inline-block;
        float: left;
    }
    table.cart td.actions input {
        display: inline-block;
        width: auto;
        margin: 0;
        background-color: #ededed;
    }
    .cart-collaterals:before,
    .cart-collaterals:after {
        content: '';
        display: table;
    }
    .cart-collaterals:after {
        clear: both;
    }
    .cart-collaterals .cart_totals {
        width: 47.8260869565%;
        float: right;
        margin: 0;
        clear: right;
    }
    .cart-collaterals h2 {
        font-size: 1.618em;
    }
    table.shop_table_responsive tr td[data-title]:before {
        content: '';
    }
}


/* checkout */

.woocommerce-info {
    padding: 1em 1.618em;
    margin-bottom: 1.617924em;
    background-color: #f6f6f6;
    margin-left: 0;
    border-radius: 2px;
    color: #222;
    clear: both;
    border-left: .6180469716em solid rgba(0, 0, 0, .15);
    text-align: left;
}

.woocommerce-info a,
.woocommerce-info a:hover,
.woocommerce-info .button,
.woocommerce-info .button:hover {
    color: #222 !important;
    text-decoration: underline;
}

.checkout_coupon {
    margin-bottom: 2.617924em;
}

.checkout_coupon input[type=text] {
    width: 100%;
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    line-height: 1.618;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}

.checkout_coupon input[type=text]:focus {
    outline: 2px solid #ececec;
}

.woocommerce-error {
    color: #e2401c;
}

.woocommerce-billing-fields h3 {
    text-align: left;
    font-size: 1.618em;
}

.woocommerce-checkout #order_review_heading {
    margin-top: 0;
    text-align: left;
    font-size: 1.618em;
}

.form-row label {
    display: block;
}

.woocommerce-billing-fields input[type=text],
.woocommerce-billing-fields input[type=number],
.woocommerce-billing-fields input[type=email],
.woocommerce-billing-fields input[type=tel],
.woocommerce-billing-fields input[type=url],
.woocommerce-billing-fields input[type=password],
.woocommerce-billing-fields input[type=search],
.woocommerce-shipping-fields input[type=text],
.woocommerce-shipping-fields input[type=number],
.woocommerce-shipping-fields input[type=email],
.woocommerce-shipping-fields input[type=tel],
.woocommerce-shipping-fields input[type=url],
.woocommerce-shipping-fields input[type=password],
.woocommerce-shipping-fields input[type=search],
.woocommerce textarea,
.woocommerce .input-text {
    padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    -webkit-appearance: none;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
    width: 100%;
    line-height: 1.618;
}

.form-row.woocommerce-invalid input.input-text {
    box-shadow: inset 2px 0 0 #e2401c;
}

.required {
    border-bottom: 0 !important;
    color: #e2401c;
}

.woocommerce-billing-fields input.input-text:focus {
    outline: 2px solid #ececec;
}

.woocommerce-shipping-fields h3 {
    text-align: left;
    margin: 10px 0;
}

.woocommerce-additional-fields {
    margin-top: 10px;
}

.select2-results__options {
    text-align: left;
}

table.woocommerce-checkout-review-order-table .product-name {
    width: 45%;
    overflow-wrap: anywhere;
    word-break: break-word;
    -ms-word-break: break-all;
}

#payment .payment_methods>li:not(.woocommerce-notice) {
    background-color: #f5f5f5;
}

#payment .payment_methods>li:not(.woocommerce-notice):hover {
    background-color: #f0f0f0;
}

#payment .payment_methods>li .payment_box,
.woocommerce-terms-and-conditions-wrapper {
    background-color: #fafafa;
    padding: 1.41575em;
}

#payment .payment_methods li.woocommerce-PaymentMethod>input[type=radio]:first-child,
#payment .payment_methods li.wc_payment_method>input[type=radio]:first-child {
    margin: 1.41575em 4px 1.41575em 1.41575em;
}

.payment_method_paypal {
    position: relative;
}

.payment_method_paypal img {
    position: absolute;
    top: 27px;
    transform: translate(0%, -50%);
    display: none;
}

.about_paypal {
    margin-left: 15px;
    text-decoration: underline !important;
}

.woocommerce-privacy-policy-link,
.woocommerce-terms-and-conditions-link {
    text-decoration: underline !important;
}

#payment .place-order .button {
    font-size: 1.41575em;
    line-height: 1.618;
    width: 100%;
    white-space: pre-wrap;
    border: 0;
    border-radius: 0;
    background: 0 0;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
    margin-top: 1.617924em;
}

.woocommerce-order {
    width: 980px;
    max-width: 100%;
    margin: 0 auto;
}

.woocommerce-order-details__title {
    text-align: left;
    font-weight: 600;
    font-size: 1.41575em;
    line-height: 1.618;
}

div[id="container"].second .woocommerce-order ul+p {
    margin-top: 0;
}

.woocommerce-order-details {
    margin-top: 15px !important;
}

@media only screen and (min-width: 767px) {
    .checkout_coupon .form-row-first {
        width: 47.8260869565%;
        float: left;
        margin-top: 0 !important;
        margin-right: 4.347826087%;
        clear: both;
    }
    .checkout_coupon .form-row-last {
        width: 47.8260869565%;
        float: right;
        margin-top: 0 !important;
        margin-right: 0;
    }
    .woocommerce-checkout .col2-set {
        width: 47.8260869565%;
        float: left;
        margin-right: 4.347826087%;
    }
    .woocommerce-checkout #order_review_heading,
    .woocommerce-checkout #order_review {
        width: 47.8260869565%;
        float: right;
        margin-right: 0;
    }
    .woocommerce-billing-fields .form-row-first,
    .woocommerce-shipping-fields .form-row-first {
        width: 45.4545454545%;
        float: left;
        margin-right: 9.0909090909%;
    }
    .woocommerce-billing-fields .form-row-last,
    .woocommerce-shipping-fields .form-row-last {
        width: 45.4545454545%;
        float: right;
        margin-right: 0;
        margin-top: 0 !important;
    }
}

#billing_state_field,
#billing_postcode_field {
    float: none;
    width: 100%;
    clear: both;
    margin-top: 25px !important;
}

.wc_payment_method label {
    padding: 0 1.41575em;
}

.woocommerce-order section.woocommerce-customer-details {
    text-align: left;
}

.blockUI.blockOverlay {
    background-image: url('assets/images/preloader.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

.processing.blockOverlay {
    background-image: url('assets/images/preloader.gif') !important;
    background-position: center 30% !important;
    background-repeat: no-repeat !important;
}

.woocommerce-checkout.processing.blockUI.blockOverlay {
    background-image: url('assets/images/preloader.gif') !important;
    background-position: center 50% !important;
    background-repeat: no-repeat !important;
    position: fixed !important;
}

.sold_out {
    color: red;
}

.added_to_cart.disabled, .added_to_cart:disabled, .button.disabled, .button:disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    opacity: .5!important;
    cursor: not-allowed;
}