article#post-70 .woocommerce {
    padding: 0;
}

article#post-70 .woocommerce .woocommerce-message {
    margin: 0;
}

.blc-cart_block {
    /*margin: -25px;*/
    background: #f3f3f3;
}

.blc-cart_header {
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #000;
    border: 1px solid #d0d0d0;
    background: #e4e4e4;
}

table.cart.woocommerce-cart-form__contents>thead>tr>th {
    background: #f3f3f3;
}

.cart-product-availability {
    color: #9E0000;
    font-size: 12px;
    line-height: 24px;
    font-weight: 600;
}

.cart-product-stock {
    color: #107500;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
}

.cart-product-name-bl .cart-product-name>a {
    font-size: 14px;
    color: #000;
    text-decoration: none;
    font-weight: 600;
    line-height: 24px;
}

td.product-remove a.remove::before {
    display: none;
}

table.cart td.product-remove a.remove {
    border-radius: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid #00000066;
    text-align: center;
    font-size: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.blc-cart_table_head,
.blc-cart-table-item.cart_item {
    display: grid;
    grid-template-columns: 2fr 5fr 20fr repeat(3, 5fr);
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}

.blc-cart_table_head {
    grid-template-columns: 20fr 2fr 5fr repeat(3, 5fr);
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    background: #f3f3f3;
    border: 1px solid #D0D0D0;
}

.blc-cart-table-item.cart_item {
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    border-top: 0;
}

.blc-cart-table-item.cart_item a.remove::before {
    display: none;
}

.blc-cart-table-item.cart_item a.remove {
    text-align: center;
    font-size: 20px;
    margin: auto;
    text-indent: unset;
}

.blc-cart-product-name,
.blc-cart-table-product-name {
    text-align: left;
}

.blc-cart_table_bottom {
    display: grid;
    grid-template-columns: 9fr 9fr 10fr;
    grid-template-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 10px;
    text-align: center;
}



.blc-cart_table_bottom .cart-collaterals .cart_totals {
    width: 100% !important;
    float: none !important;
    border: none;
    background: unset;
    border-radius: 0;
}

.blc-cart_table_bottom .cart-collaterals .cart_totals>h3 {
    display: none;
}



.blc-cart_table_bottom .cart-collaterals .cart_totals a.checkout-button {
    background: #F3D65E;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    color: #000000;
    border-radius: 4px;
}

.blc-cart_table_bottom table.shop_table th {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}


.blc-cart_table_bottom table.shop_table td {
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-align: right;
}

.blc-cart-table-coupon {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: stretch;
    height: 100%;
    padding: 10px;
}

.blc-cart-table-coupon>.coupon {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-start;
    align-items: center;
}

.blc-cart-table-coupon>.coupon button.button {
    margin-left: 10px;
    background: #31363A;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    color: #FFFFFF;
}

.blc-cart-free-shiping-text {
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-end;
    justify-content: flex-end;
    padding: 10px;
}

.left_to_free_free {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    margin-right: 20px;
}

.left_to_free_free>div:first-child i.fas {
    font-size: 38px;
    margin-right: 5px;
}

.left_to_free_free>div>div:nth-child(1) {
    padding-left: 5px;
    font-size: 12px;
    font-weight: 600;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: left;
}

.left_to_free_free>div>div:nth-child(2) {
    padding-left: 5px;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    letter-spacing: 0.03em;
    text-align: left;
}

.cart_totals.calculated_shipping .wc-proceed-to-checkout {
    margin-bottom: 0;
}

/*
.blc-cart-table-product-quantity .quantity {
  position: relative;
}

.blc-cart-table-product-quantity .quantity input[type=number]::-webkit-inner-spin-button,
.blc-cart-table-product-quantity .quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.blc-cart-table-product-quantity .quantity input[type=number] {
  -moz-appearance: textfield;
}

.blc-cart-table-product-quantity .quantity input {
  width: 45px;
  height: 42px;
  line-height: 1.65;
  float: left;
  display: block;
  padding: 0;
  margin: 0;
  padding-left: 20px;
  border: none;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.08);
  font-size: 1rem;
  border-radius: 4px;
}

.blc-cart-table-product-quantity .quantity input:focus {
  outline: 0;
}
*/
.blc-cart-table-product-quantity .quantity {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}

.blc-cart-item-head-line {
    display: none;
}

.blc-cart-table-product-thumbnail {
    max-width: 200px;
    width: 200px;
}

img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-height: 90px;
    /*max-width: max-content;*/
    margin: auto;
}
.blc-cart_block img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    max-width: max-content;
}
@media (max-width:1024px) {

    .blc-cart_table_bottom {
        display: flex;
        height: 300px;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: space-between;
        align-items: stretch;
    }

    .blc-cart-table-coupon {
        max-width: 50%;
        height: auto;
    }

    .blc-cart-free-shiping-text {
        max-width: 50%;
        height: auto;
    }
}

@media (max-width:768px) {
    .blc-cart_table_head {
        display: none;
    }

    .blc-cart-table-item.cart_item {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
        justify-content: space-evenly;
        align-items: center;
        padding-bottom: 15px;
    }

    .blc-cart-table-product-remove {
        width: 100%;
    }

    .blc-cart-table-item.cart_item a.remove {
        margin-right: 0;
    }

    .blc-cart-table-product-price {
        max-width: 30%;
    }

    .blc-cart-table-product-quantity {
        max-width: 30%;
    }

    .blc-cart-table-product-subtotal {
        max-width: 30%;
    }

    .blc-cart-table-product-thumbnail {
        width: 100%;
        display: flex;
        justify-content: center;
    }

    .blc-cart-table-product-name {
        width: 100%;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 15px;
    }

    .blc-cart-item-head-line {
        display: block;
        line-height: 30px;
    }

    .blc-cart_table_bottom {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        align-content: center;
        align-items: stretch;
        justify-content: center;
        height: auto;
    }

    .blc-cart-free-shiping-text {
        display: flex;
        align-content: center;
        align-items: center;
    }

    .blc-cart_table_bottom .cart-collaterals .cart_totals>h3 {
        display: block;
    }

    table.shop_table_responsive tbody th {
        display: table-cell;
    }

    .blc-cart-table-product-price,
    .blc-cart-table-product-quantity,
    .blc-cart-table-product-subtotal {
        display: flex;
        flex-direction: column;
        min-height: 80px;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: flex-start;
    }

    .blc-cart-table-coupon {
        max-width: 100%;
    }

    .blc-cart-free-shiping-text {
        max-width: 100%;
    }


    .page-id-70 div#primary {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

.woocommerce-cart-form button[name='update_cart'] {
    display: none !important;
}

article#post-70 {
    margin-top: 50px;
}

/* ***************************************** */
.woocommerce-checkout-card .woocommerce-order {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
    padding: 10px;
    margin-right: 30px;
}

.woocommerce-order .woocommerce-notices-wrapper {
    width: 100%;
}

.woocommerce-order .woocommerce-order-checkout-form {
    width: 100%;
}

p#billing_country_field {
    display: none;
}

.order-checkout-form-card {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.order-checkout-form-card-body {
    padding: 10px 15px;
}

.checkout-form-card-item-customer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: stretch;
}

.checkout-form-card-item-customer>div {
    width: 100%;
    padding: 5px 10px;
}

.woocommerce-order-checkout-form form.woocommerce-checkout {
    margin-top: 0;
}

.order-checkout-form-card-body .woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: stretch;
    /* grid-column-gap: 10px; */
    /* grid-row-gap: 10px; */
}

.order-checkout-form-card-body .woocommerce-billing-fields__field-wrapper p.form-row {
    width: 50%;
    padding: 5px 10px;
}

.order-checkout-form-card-body #billing_address_1_field {
    width: 100%;
}

.order-checkout-form-card-body #billing_city_field,
.order-checkout-form-card-body #billing_state_field,
.order-checkout-form-card-body #billing_postcode_field {
    width: 33%;
}

.order-checkout-form-card input.input-text {
    border-radius: 4px;
}

.checkout-save-address {
    display: flex;
    justify-content: flex-end;
    padding: 5px 10px;
}

.woocommerce-order-checkout-form .checkout-save-address .checkout-save-address-button.button {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    border-radius: 4px;
    background: #31363A;
    color: #fff;
}

@media (max-width:768px) {
    .checkout-form-card-item-customer>div {
        width: 100%;
    }

    .order-checkout-form-card-body .woocommerce-billing-fields__field-wrapper p.form-row {
        width: 100%;
    }

    .order-checkout-form-card-body #billing_city_field,
    .order-checkout-form-card-body #billing_state_field,
    .order-checkout-form-card-body #billing_postcode_field {
        width: 100%;
    }
}

.select2-container--default .select2-selection--single {
    border-radius: 4px;
    height: 25px;
}

ul.wc_payment_methods.payment_methods.methods {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-end;
    align-items: stretch;
}

ul.wc_payment_methods.payment_methods.methods>li {
    position: static !important;
}

#payment .payment_methods {
    position: relative;
}

ul.wc_payment_methods.payment_methods.methods>li .payment_box {
    position: absolute;
    width: 100%;
    top: 110px;
    left: 0;
}

.order-checkout-form-card-body {
    padding: 0;
}

.payment_box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.wc_payment_cart {
    max-width: 270px;
    min-width: 270px;
}

#payment .payment_methods>.wc_payment_method_content .payment_box {
    background-color: #fff;
    border-top: 1px solid #00000026;
}

.wc_payment_cart table.shop_table.blc-woocommerce-checkout-review-order-table-total {
    background-color: #fff;
    border-bottom: none;
}

#payment .place-order button#place_order {
    width: auto;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    background: #F3D65E;
    color: #000;
    padding: 8px 90px;
    border-radius: 4px;
}

.wc_payment_main .wc_checkout_description_payment_method>div {
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-bottom: 20px;
}

#payment .wc_checkout_description_payment_method li:before {
    content: "\2022";
    margin-right: 10px;
}


.woocommerce_checkout_place_order_bl {
    display: flex;
    justify-content: center;
    margin-top: 30px;
}

#payment .place-order {
    background-color: #fff !important;
}

.wc_payment_cart th {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    text-align: left;
    max-width: 125px;
    padding: 5px 10px !important;
}

.wc_payment_cart td {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 600;
    line-height: 20px;
    text-align: right;
    width: 160px;
}


p#billing_spam_code_field {
    display: none;
}

.checkout-save-address {
    display: none;
}


@media (max-width:768px) {
    div#wc-stripe-affirm-message-container {
        display: none;
    }
}

.free-coupon-valid-info {
    font-weight: bold;
}


.woocommerce-pre-order-body p.blc-text-required-fields {
    display: none;
}

.woocommerce-pre-order-body .form-row .button {
    width: 100%;
}

.sidebar.sidebar-checkout {
    max-width: 350px;
    width: 350px;
}

.sidebar.sidebar-checkout .blc-cart-table-product-thumbnail {
    max-width: 90px;
    overflow: hidden;
}

.checkout_cart_item {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    border-bottom: 1px solid #d0d0d0;
}

.blc-cart-table-product-item-body {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
    padding-left: 15px;
}

.checkout_cart_item .item-product-name {
    width: 100%;
    margin-bottom: 10px;
}

.checkout_cart_item .item-product-quantity {
    font-weight: 600;
}

.checkout_cart_item .item-product-total {
    font-weight: 600;
}

.woocommerce_checkout_order_review {
    border: 1px solid #d0d0d0;
}

.woocommerce-checkout-review-order-table-total {
    border-bottom: 1px solid #d0d0d0;
}

table.shop_table.blc-woocommerce-checkout-review-order-table-total th {
    background-color: transparent;
    padding: 5px 15px;
    font-weight: 400;
}

table.shop_table.blc-woocommerce-checkout-review-order-table-total td {
    background-color: transparent !important;
    text-align: right;
    padding: 5px 15px;
}


.blc-woocommerce-checkout-review-order-table-total tr.order-total th,
.blc-woocommerce-checkout-review-order-table-total tr.order-total td {
    font-weight: 700;
}

table.shop_table.blc-woocommerce-checkout-review-order-table-total {
    background: #f3f3f3;
    padding: 15px 0;
    border-bottom: 1px solid #d0d0d0;
}

.blc-checkout-review-order-button {
    text-align: center;
    padding: 20px;
}

.blc-checkout-review-order-button a.checkout-to-cart-button {
    padding: 6px 50px;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    background: #e0e0e0;
    color: #000 !important;
    letter-spacing: 0.06em;
    text-align: center;
    border-radius: 5px;
}

p.tr_ccc-label {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
}

div#tr_checkout-countdown-container {
    background: #F3D65E;
    padding: 15px;
    margin-bottom: 20px;
}

p#tr_ccc-time {
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
    margin-bottom: 0;
}

.woocommerce-checkout-card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    background: #fff;
    margin-top: 50px;
}

div#primary {
    margin-right: 0 !important;
    padding: 0;
}

.edit-link {
    display: none;
}

.woocommerce-pre-order {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: space-between;
    align-items: stretch;
    padding: 10px;
    margin-right: 30px;
}

.woocommerce-pre-order>div {
    width: 50%;
    padding: 20px 42px;
}

.woocommerce-pre-order h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

.woocommerce-pre-order-body p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: left;
    margin-bottom: 20px;
}

.woocommerce-pre-order a.checkout-guest-button,
.woocommerce-pre-order .woocommerce-form-login__submit {
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 4px;
    background: #F3D65E;
    color: #000 !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.woocommerce-pre-order-body p.lost_password {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
}

.woocommerce-pre-order-body p.lost_password a {
    font-size: 14px;
    font-weight: 600;
    line-height: 24px;
    text-align: left;
    color: #000;
    text-decoration: none;
}

.woocommerce-pre-order-body form.login>p {
    margin-bottom: 15px;
}

.woocommerce-pre-order-body form.login input {
    border-radius: 4px;
}

.woocommerce-pre-order .woocommerce-notices-wrapper {
    width: 100%;
    padding: 0 42px;
}

.woocommerce-pre-order .woocommerce-notices-wrapper ul.woocommerce-error {
    margin: 0;
}

.order-checkout-form-card-body>label {
    padding: 5px 15px;
}

@media (max-width:768px) {
    .woocommerce-pre-order {
        margin: 0;
    }

    .woocommerce-pre-order>div {
        width: 100%;
        padding: 20px;
    }

    .page-id-14790317 div#primary {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .sidebar.sidebar-checkout {
        display: block;
    }

    .woocommerce-checkout-card {
        display: flex;
        flex-direction: column-reverse;
    }

    .pre-order-guest {
        border-bottom: 1px solid #d0d0d0;
    }

    .page-id-71 div#content,
    .page-id-14790317 div#content {
        margin: 0;
        padding: 0;
    }
}

p#billing_email_field span.woocommerce-input-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    align-content: center;
}

.woocommerce-input-wrapper input#billing_email {
    width: 60%;
    order: 1;
}

.woocommerce-input-wrapper button#send_verification_code_button {
    width: 35%;
    order: 2;
}

.woocommerce-input-wrapper .woocommerce-hint-email.bad {
    width: 100%;
    order: 3;
    text-align: left;
}

/* ***************************************************************** */
.payment_box.payment_method_stripe_cc .woocommerce-NoticeGroup-checkout {
    display: none;
}

.wc_payment_cart {
    min-width: 270px;
}

div#payment {
    color: #000;
}

.wc_payment_methods .wc_payment_method_content li {
    margin-bottom: 0px;
}

.order-checkout-form-cards {
    border: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.order-checkout-form-cards input[type="radio"] {
    display: none;
}

.payment_methods_labels {
    display: flex;
    border-bottom: 1px solid #e4e4e4;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: stretch;
    height: 76px;
    overflow: hidden;
}

.order-checkout-form-card-title {
    background: #e4e4e4;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
}

.order-checkout-selected-title {
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: left;
    color: #000;
    background: #E1EFCF;
    position: relative;
}

.order-checkout-selected-title:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 38px 0 38px 15px;
    border-color: transparent transparent transparent #E1EFCF;
    position: absolute;
    top: 0;
    right: -15px;
}

.order-checkout-selected-title>div {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
}

.order-checkout-selected-title>p {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.03em;
    text-align: center;
}

.payment_method_option_label label {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    height: 100%;
    padding: 10px 15px;
    min-width: max-content;
    cursor: pointer;
    width: 100%;
    text-align: center;
}

.payment_method_option_label {
    border-left: 1px solid #e4e4e4;
    flex: 1;
}

.payment_method_option_label:last-child label {
    border-left: none;
}

.payment_method_option_label:hover label {
    background: #ddd;
}

.wc_payment_methods .wc_payment_method_content {
    display: none;
    animation: fade 0.3s ease-in-out;
    padding: 20px;
}

.order-checkout-form-cards .payment_method_option_label:nth-of-type(2) {
    padding-left: 20px;
}

.order-checkout-form-cards input:nth-of-type(1):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(2),
.order-checkout-form-cards input:nth-of-type(2):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(3),
.order-checkout-form-cards input:nth-of-type(3):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(4),
.order-checkout-form-cards input:nth-of-type(4):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(5),
.order-checkout-form-cards input:nth-of-type(5):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(6),
.order-checkout-form-cards input:nth-of-type(6):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(7),
.order-checkout-form-cards input:nth-of-type(7):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(8),
.order-checkout-form-cards input:nth-of-type(8):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(9),
.order-checkout-form-cards input:nth-of-type(9):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(10),
.order-checkout-form-cards input:nth-of-type(10):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(11) {
    background: #e4e4e4;
}

.order-checkout-form-cards input:nth-of-type(1):checked~.wc_payment_methods .wc_payment_method:nth-of-type(1) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(2):checked~.wc_payment_methods .wc_payment_method:nth-of-type(2) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(3):checked~.wc_payment_methods .wc_payment_method:nth-of-type(3) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(4):checked~.wc_payment_methods .wc_payment_method:nth-of-type(4) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(5):checked~.wc_payment_methods .wc_payment_method:nth-of-type(5) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(6):checked~.wc_payment_methods .wc_payment_method:nth-of-type(6) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(7):checked~.wc_payment_methods .wc_payment_method:nth-of-type(7) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(8):checked~.wc_payment_methods .wc_payment_method:nth-of-type(8) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(9):checked~.wc_payment_methods .wc_payment_method:nth-of-type(9) .mobile_payment_method_option_label,
.order-checkout-form-cards input:nth-of-type(10):checked~.wc_payment_methods .wc_payment_method:nth-of-type(10) .mobile_payment_method_option_label {
    background: #e4e4e4;
}

#payment span.payment_method_option_title {
    font-family: Open Sans;
    font-size: 10px;
    font-weight: 600;
    line-height: 13.62px;
    letter-spacing: 0.03em;
    text-align: left;
    margin-top: 10px;

}

#payment span.payment_method_option_title::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
    border: 1px solid #C7C7C7;
}

.order-checkout-form-cards input:nth-of-type(1):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(2)>label>span::before,
.order-checkout-form-cards input:nth-of-type(2):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(3)>label>span::before,
.order-checkout-form-cards input:nth-of-type(3):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(4)>label>span::before,
.order-checkout-form-cards input:nth-of-type(4):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(5)>label>span::before,
.order-checkout-form-cards input:nth-of-type(5):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(6)>label>span::before,
.order-checkout-form-cards input:nth-of-type(6):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(7)>label>span::before,
.order-checkout-form-cards input:nth-of-type(7):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(8)>label>span::before,
.order-checkout-form-cards input:nth-of-type(8):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(9)>label>span::before,
.order-checkout-form-cards input:nth-of-type(9):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(10)>label>span::before,
.order-checkout-form-cards input:nth-of-type(10):checked~.payment_methods_labels .payment_method_option_label:nth-of-type(11)>label>span::before {
    box-shadow: 0 0 0 3px #ffffff inset;
    background: #8E8E8E;
}

.order-checkout-form-cards input:nth-of-type(1):checked~.wc_payment_methods .wc_payment_method:nth-of-type(1) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(2):checked~.wc_payment_methods .wc_payment_method:nth-of-type(2) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(3):checked~.wc_payment_methods .wc_payment_method:nth-of-type(3) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(4):checked~.wc_payment_methods .wc_payment_method:nth-of-type(4) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(5):checked~.wc_payment_methods .wc_payment_method:nth-of-type(5) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(6):checked~.wc_payment_methods .wc_payment_method:nth-of-type(6) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(7):checked~.wc_payment_methods .wc_payment_method:nth-of-type(7) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(8):checked~.wc_payment_methods .wc_payment_method:nth-of-type(8) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(9):checked~.wc_payment_methods .wc_payment_method:nth-of-type(9) span.payment_method_option_title::before,
.order-checkout-form-cards input:nth-of-type(10):checked~.wc_payment_methods .wc_payment_method:nth-of-type(10) span.payment_method_option_title::before {
    box-shadow: 0 0 0 3px #ffffff inset;
    background: #8E8E8E;
}


.order-checkout-form-cards input:nth-of-type(1):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(1) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(2):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(2) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(3):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(3) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(4):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(4) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(5):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(5) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(6):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(6) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(7):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(7) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(8):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(8) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(9):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(9) .wc_payment_method_content,
.order-checkout-form-cards input:nth-of-type(10):checked~.wc_payment_methods .wc_payment_method_card:nth-of-type(10) .wc_payment_method_content {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.wc_payment_method_card .wc_payment_method_content {
    min-height: 200px;
    border-bottom: 1px solid #ccc;
}

#payment .payment_box.payment_method_bitpay_checkout_gateway .wc_checkout_description_payment_method ul li {
    list-style: none !important;
}

.mobile_payment_method_option_label {
    display: none;
}

@media (max-width: 768px) {
    .mobile_payment_method_option_label {
        display: block;
        /* background: #E4E4E4; */
        border: 1px solid #ddd;
    }

    .mobile_payment_method_option_label label {
        display: flex;
        gap: 15px;
        padding: 10px 15px;
        width: 100%;
        flex-direction: row-reverse;
        flex-wrap: nowrap;
        align-content: center;
        justify-content: space-between;
        align-items: center;
    }

    #payment span.payment_method_option_title {
        margin: 0;
    }

    .order-checkout-form-cards {
        border: none;
    }

    .wc_payment_method_content {
        border: 1px solid #e4e4e4;
    }

    #payment span.payment_method_option_title {
        margin: 0;
    }

    #payment .wc_payment_method.wc_payment_method_card {
        margin-bottom: 10px !important;
    }

    .payment_methods_labels {
        display: none;
    }

    .accordion-label {
        display: block;
    }

    .payment_box {
        display: block;
    }

    .wc_payment_main {
        padding-bottom: 20px;
        border-bottom: 1px solid #e4e4e4;
        width: 100%;
    }

    .wc_payment_cart {
        max-width: 100%;
        width: 100%;
    }

    p#billing_email_field span.woocommerce-input-wrapper {
        display: block !important;
    }

    .woocommerce-input-wrapper input#billing_email {
        width: 100%;
    }

    .woocommerce-input-wrapper button#send_verification_code_button {
        width: 100%;
        margin-left: 0px !important;
        margin-top: 10px;
    }

    .page-template-template-fullwidth-php .content-area {
        width: 100% !important;
    }
}