li {
    list-style: none
}

.checkout-top {
    background: #fff;
    border-bottom: 1px solid #e0d9d9
}

.checkout-top .inner {
    display: flex;
    flex-flow: wrap;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px
}

.checkout-top svg {
    width: 20px;
    height: 20px;
    fill: #00b83c
}

.checkout-top .logo {
    width: 80%;
    margin: 0 auto
}

.checkout-top .logo img {
    margin: 0 auto
}

.woocommerce-checkout .content-area {
    margin: 0
}

.woocommerce-checkout .woocommerce-NoticeGroup {
    max-width: 1200px;
    margin: 0 auto;
    margin-bottom: 40px
}

.back-to-cart {
    z-index: 7;
    position: absolute;
    right: 0;
    top: 6px
}

.back-to-cart a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    margin-top: -2px;
    margin-right: 4px
}

.back-to-cart a svg {
    width: 10px;
    height: 10px
}

.back-to-cart a span {
    line-height: 1;
    font-size: 13px
}

#order_review .woocommerce-privacy-policy-text {
    width: 100%;
    text-align: center;
    margin-top: 20px
}

#order_review .woocommerce-privacy-policy-text a {
    color: #03b6dc;
    margin-right: 10px
}

#order_review td,
#order_review th {
    border: 1px solid #ddd;
    line-height: 1.4;
    margin: 0;
    border: 0;
    overflow: visible;
    padding: .5em 0
}

.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-1,
.woocommerce-page .col2-set .col-2,
.woocommerce-table--order-details {
    width: 100% !important
}

.woocommerce-order-details {
    margin-bottom: 30px
}

.woocommerce-order-details .woocommerce-order-details__title {
    font-size: 18px;
    font-weight: 400;
    padding: 10px;
    margin: 0;
    border-bottom: 0;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center
}

.woocommerce-customer-details .woocommerce-column__title {
    font-size: 18px;
    font-weight: 400;
    padding: 10px 0;
    margin: 0
}

.woocommerce-customer-details address {
    color: #8f8f8f;
    margin: 0;
    padding: 1em 0;
    border-top: 1px solid #e8e8e8
}

.checkout-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    max-width: 1200px
}

@media (max-width:992px) {
    .checkout-row {
        flex-flow: column-reverse
    }
}

.checkout-row .col-left {
    padding-left: 0;
    padding-right: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    max-width: 54%;
    flex: 0 0 54%
}

@media (max-width:991px) {
    .checkout-row .col-left {
        max-width: 100%;
        flex: 0 0 100%;
        padding: 0
    }

    .checkout-row .col-left .woocommerce-info {
        margin: 0 -10px
    }
}

.checkout-row .checkout-col {
    padding-left: 15px;
    padding-right: 0;
    max-width: 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

@media (min-width:992px) {
    .checkout-row .checkout-col {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }
}

@media (max-width:991px) {
    .checkout-row .checkout-col {
        padding: 0
    }

    .checkout-row .checkout-col .col-right-inner {
        position: static;
        transform: none;
        position: relative;
        padding-bottom: 15px;
        padding-top: 15px
    }
}

.checkout-row .checkout-col .col-right-inner:before {
    display: none;
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50%;
    width: 200vw;
    background-color: rgba(0, 0, 0, .02);
    z-index: -1
}

@media (max-width:991px) {
    .checkout-row .checkout-col .col-right-inner:before {
        display: block;
        width: 100%
    }
}

@media (min-width:992px) {
    .form-distr-free-bg {
        display: flex;
        flex-direction: row;
        position: fixed;
        top: 0;
        height: 100%;
        bottom: 0;
        left: 0;
        right: 0;
        padding: 0;
        z-index: -1
    }
}

.form-distr-free-bg .col-left {
    margin-right: 15px;
    max-width: 52.66666667%;
    flex: 0 0 52.66666667%
}

.form-distr-free-bg .checkout-col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
}

.form-distr-free-bg .checkout-col.right-bg {
    position: relative;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    background-color: #f8f8f8;
    background-color: #eee;
    border-left: 1px solid #eee
}

.woocommerce-checkout-review-order-table {
    border: 0 !important;
    width: 100%
}

.woocommerce-checkout-review-order-table tr {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    border-bottom: 1px solid #ddd;
    align-items: center
}

.woocommerce-checkout-payment p {
    font-size: 13px
}

.woocommerce-checkout-payment label {
    display: inline-block;
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    margin: 17px 0
}

#customer_details {
    float: none;
    width: 100%;
    height: auto
}

#customer_details label {
    font-size: 13px
}

@media (max-width:992px) {
    #customer_details label {
        font-size: 10px
    }

    .form-row.place-order {
        float: none;
        text-align: center
    }
}

#order_review {
    float: none;
    background: 0 0;
    width: 100%;
    padding: 0
}

@media (min-width:992px) {
    #order_review {
        padding-left: 20px
    }
}

@media (max-width:991px) {
    #order_review {
        margin-top: 0
    }
}

.woocommerce-order-received td,
.woocommerce-order-received th {
    border: 1px solid #ddd
}

.woocommerce-order-received thead th {
    border-width: 0 1px 1px 0;
    font-weight: 700
}

.woocommerce-order-received caption,
.woocommerce-order-received td,
.woocommerce-order-received th {
    font-weight: 400;
    text-align: left
}

.woocommerce-checkout-review-order-table tr td:last-child,
.woocommerce-checkout-review-order-table tr th:last-child {
    text-align: right
}

.woocommerce-table--order-details td,
.woocommerce-table--order-details th,
.woocommerce-table--order-details tr {
    border-left: 0;
    border-right: 0;
    border-top: 0;
    padding: 15px 0
}

#order_review .shop_table th {
    font-weight: inherit;
    font-size: 14px;
    padding: 0 !important;
    text-transform: uppercase
}

#order_review .shop_table .cart_item {
    min-height: 60px;
    margin-bottom: 15px
}

#order_review .shop_table .cart_item .product-name {
    padding-left: 75px;
    position: relative;
    font-weight: 500;
    padding-top: 0;
    padding-bottom: 0
}

@media (max-width:991px) {
    #order_review .shop_table .cart_item .product-name {
        padding-left: 70px
    }
}

#order_review .shop_table .cart_item .product-name .w-product-thumb {
    width: 60px;
    height: 60px;
    position: absolute;
    border-radius: 2px;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#order_review .shop_table .cart_item .product-name .w-product-thumb img {
    width: 100%;
    height: 100%;
    border-radius: 2px;
    border: 1px solid rgba(0, 0, 0, .1)
}

#order_review .shop_table .cart_item .product-name strong.product-quantity {
    font-size: 11px;
    position: absolute;
    text-align: center;
    border-radius: 50%;
    background-color: #2e2e2e;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    width: 22px;
    height: 22px;
    line-height: 22px;
    z-index: 10;
    top: -5px;
    right: -5px
}

#order_review .shop_table .cart_item .product-name .variation {
    display: block;
    width: 100%;
    font-size: 13px
}

#order_review .woocommerce-checkout-review-order-table tbody tr:not(.coupon-form) {
    border: none !important
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form {
    border-top: 1px solid #d9d9d9
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form td {
    width: 100%;
    border: none !important;
    padding: 10px 0
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .woocommerce-form-coupon-toggle {
    justify-content: flex-start;
    margin: 0;
    max-width: unset
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon {
    margin: 0;
    padding: 0;
    max-width: unset;
    display: flex
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row {
    margin: 0;
    float: none
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row.form-row-first {
    -ms-flex-preferred-size: 0;
    flex-basis: 0%;
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    max-width: 100%;
    margin-right: 10px
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon .form-row.form-row-last {
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    width: auto
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon [name=apply_coupon] {
    margin: 0;
    padding: 0 10px;
    background: #000;
    color: #fff;
    height: 40px;
    min-width: 150px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px
}

#order_review .woocommerce-checkout-review-order-table tbody tr.coupon-form .checkout_coupon.woocommerce-form-coupon [name=coupon_code] {
    border-radius: 2px
}

#order_review .woocommerce-checkout-review-order-table tbody tr td {
    margin-left: 0;
    border: none !important
}

@media (max-width:991px) {
    #order_review .woocommerce-checkout-review-order-table tbody tr td {
        font-size: 15px
    }
}

#order_review .woocommerce-checkout-review-order-table tfoot tr:last-child {
    border-bottom: none
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li:not(:last-child) {
    margin-bottom: 5px
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li input {
    margin: 4px 5px 0 0
}

#order_review .woocommerce-checkout-review-order-table .woocommerce-shipping-methods li label {
    display: flex;
    justify-content: space-between;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1
}

#order_review .woocommerce-checkout-review-order-table .checkout_coupon.woocommerce-form-coupon {
    border: none
}

.checkout-row #payment .button {
    width: 290px;
    height: 54px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 19px;
    color: #000;
    line-height: 50px;
    text-align: center;
    transition: all .4s
}

form.woocommerce-checkout .checkout-col {
    position: relative;
    height: auto !important
}

.woocommerce-checkout-review-order-table thead {
    display: none
}

.select2-container--default .select2-selection--single {
    border-color: #767676 !important
}

.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap
}

.woocommerce-billing-fields__field-wrapper>* {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: 8px;
    padding-left: 8px;
    margin: 10px 0
}

.form-row {
    /* float: left */
}

.form-row .input-text,
.form-row select {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    border-radius: 7px;
    font-size: 13px
}

.form-row.notes {
    width: 100%
}

.form-row label {
    display: block;
    line-height: 2;
}

.form-row-first,
.form-row-last,
.form-row-wide.company,
.form-row-wide.country,
.form-row-wide.email,
.form-row-wide.phone {
    width: 50%
}

.form-row-last {
    float: right
}

.form-row-wide {
    clear: both;
    width: 100%
}

.form-row-wide.city {
    width: 41.66666667%
}

.form-row-wide.state {
    width: 33.33333333%
}

.form-row-wide.postcode {
    width: 25%
}

.form-row.notes .input-text {
    height: 80px;
    padding: 10px
}

.wc_payment_methods {
    list-style: none;
    border: 1px solid #dedede;
    border-radius: 5px;
    margin-bottom: 30px
}

.wc_payment_methods>li {
    padding: 0;
    list-style: none;
    border-bottom: 1px solid #ddd;
    margin: 0
}

.wc_payment_methods>li:last-child {
    border: none
}

.wc_payment_methods>li input {
    margin-left: 17px
}

.wc_payment_methods>li .payment_box {
    padding: 20px 17px;
    background: #0000000b;
    box-shadow: none;
    margin: 0
}

.wc_payment_methods>li .payment_box:after,
.wc_payment_methods>li .payment_box:before {
    display: none
}

@media (min-width:992px) {
    .checkout-options .before-checkout.ready {
        opacity: 1
    }
}

@media (min-width:992px) {
    .checkout-options .before-checkout {
        position: relative;
        width: 100%;
        padding: 0
    }
}

.coupon-form .woocommerce-form-coupon-toggle .woocommerce-info {
    padding: 0 !important;
    margin: 0 !important;
    background: 0 0 !important
}

.coupon-form .woocommerce-form-coupon-toggle .woocommerce-info:before {
    display: none
}

.checkout-options .woocommerce-form-coupon-toggle,
.checkout-options .woocommerce-form-login-toggle {
    max-width: unset;
    margin: 0 0 10px;
    display: block;
    padding: 10px;
    background: #f8f8f8;
    border-radius: 3px;
    text-align: center
}

.checkout-options .checkout_coupon.woocommerce-form-coupon,
.checkout-options .woocommerce-form.woocommerce-form-login {
    margin: 0 0 10px;
    max-width: unset
}
.woocommerce-form.woocommerce-form-login{
    padding: 0 10px;
}

.woocommerce-form.woocommerce-form-login .form-row-first{
    padding: 0 5px;
    float: left;
}
.woocommerce-form.woocommerce-form-login .form-row-last{
    padding: 0 5px;
    float: right;
}
.woocommerce-form .woocommerce-form-login__submit{
    display: inline-block;
    text-align: center;
    word-break: break-word;
    padding: .6180469716em .875em;
    font-size: .875em;
    text-decoration: none;
    cursor: pointer;
    line-height: 1;
    border: 1px solid #000;
}
.woocommerce-form.woocommerce-form-login input{
    border-radius: 3px;
}

.woocommerce-form.woocommerce-form-login .show-password-input {
    display: none;
}

#order_review .apply-coupon {
    display: flex
}

#order_review .apply-coupon .button {
    min-width: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

#order_review .apply-coupon .input-text {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0
}

#payment:after,
.woocommerce-billing-fields:after {
    content: '';
    display: block;
    clear: both
}

.flexible-shipping-notice-container .amount {
    margin: 0 5px
}

.select2-container .select2-selection--single {
    height: 40px
}

.select2-container--default .select2-selection--single {
    border: 1px solid #dcd7ca;
    border-radius: 7px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px
}

.woocommerce .woocommerce-checkout {
    margin: 40px
}

@media (max-width:992px) {
    .woocommerce .woocommerce-checkout {
        margin: 10px
    }
}

.woocommerce-billing-fields>h3 {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 8px
}

@media (max-width:991px) {
    .woocommerce-billing-fields>h3 {
        font-size: 18px
    }
}

.woocommerce-additional-fields {
    padding: 0 8px
}

#checkout-spacer {
    display: none
}

@media (min-width:992px) {
    #checkout-spacer {
        display: block
    }
}

#order_review_heading {
    font-size: 24px;
    font-weight: 400;
    margin-top: 0;
    padding-left: 20px;
    padding-bottom: 20px
}

@media (max-width:991px) {
    #order_review_heading {
        display: inline-block;
        font-size: 18px;
        padding-left: 0
    }
}

.woocommerce-billing-fields {
    position: relative
}

div.woocommerce-additional-fields>h3 {
    display: none
}

.woocommerce-address-fields .button {
    color: #fff;
    padding: 10px 20px;
    border: 0
}

.woocommerce-address-fields .button:hover {
    opacity: .7
}

.woocommerce-orders-table__cell-order-actions {
    display: inline-flex;
    flex-direction: column;
    text-align: center;
    border: 0
}

.woocommerce-orders-table__cell-order-actions a+a {
    margin-top: 10px
}

.woocommerce-order-received .woocommerce-order {
    max-width: 900px;
    margin: 0 auto
}

.woocommerce-thankyou-order-received {
    display: block;
    clear: both;
    padding: 20px;
    margin-bottom: 50px;
    text-align: center;
    font-weight: 700;
    font-size: 1.5em;
    border: 2px dashed transparent
}

.woocommerce-thankyou-order-details {
    padding-left: 0;
    margin-bottom: 30px;
    display: flex;
    justify-content: space-between;
    text-align: center
}

.woocommerce-thankyou-order-details .woocommerce-order-overview__email {
    display: none
}

@media (max-width:991px) {
    .woocommerce-thankyou-order-details {
        flex-wrap: wrap
    }
}

.woocommerce-thankyou-order-details li {
    list-style: none;
    padding: 10px 15px;
    flex-basis: 25%;
    font-size: 14px;
    color: #8f8f8f
}

.woocommerce-thankyou-order-details li strong {
    color: #000
}

@media (max-width:991px) {
    .woocommerce-thankyou-order-details li {
        flex-basis: 100%;
        border-bottom: 1px dashed #e8e8e8
    }
}

.woocommerce-thankyou-order-details li+li {
    border-left: 1px dashed #e8e8e8
}

@media (max-width:991px) {
    .woocommerce-thankyou-order-details li+li {
        border-left: 0
    }
}

.woocommerce-thankyou-order-details strong {
    display: block;
    font-weight: 400
}

.payment_method_bacs .input-radio {
    display: inline-block !important
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-heading {
    display: none
}

.woocommerce-bacs-bank-details .wc-bacs-bank-details-account-name {
    font-size: 1.5em
}

.klarna-exchange,
.woocommerce-bacs-bank-details {
    display: none
}

.payment-list {
    display: flex;
    gap: 20px;
    margin-bottom: 50px
}

.payment-list th {
    text-align: center !important
}

.payment-list table {
    width: 100%;
    border-collapse: collapse
}

.payment-list td,
.payment-list th {
    padding: 10px 15px;
    font-size: 14px
}

@media(max-width:768px) {
    .payment-list {
        flex-flow: column
    }
}

.woocommerce-checkout{
    .elementor-location-header{
        display: none;
    }
    .elementor-location-footer{
        display: none;
    }
    .wholesale-retail-switch{
        display: none;
    }
    .woocommerce-info{
        font-size: 18px;
        line-height: 1.6;
        a{
            color: #000000;
            text-decoration: underline;
        }
    }
    p{
        line-height: 1.6;
    }
    .woocommerce-privacy-policy-text:last-child{
        display: none;
    }
}

.woocommerce-form-login__submit{
    color: #000 !important;
}

#payment .form-row .button {
    width: 290px;
    height: 54px;
    border: 2px solid #000;
    border-radius: 8px;
    font-size: 19px;
    color: #000;
    line-height: 50px;
    text-align: center;
    transition: all .4s;
}
@media(max-width:768px) {
    #payment .form-row{
        text-align: center;
        padding: 20px;
    }
}

#order_review .shop_table{
    margin: 10px;
}

#order_review .shop_table {
    border-collapse: collapse;
    /* border: 1px solid #ccc; */
}
#order_review .shop_table td,
#order_review .shop_table th {
    /* border: 1px solid #ccc; */
    padding: 5px;
}

#payment .wc_payment_methods{
    margin: 10px;
}