#add_payment_method .cart-collaterals .cart_totals tr td,
#add_payment_method .cart-collaterals .cart_totals tr th,
.woocommerce-cart .cart-collaterals .cart_totals tr td,
.woocommerce-cart .cart-collaterals .cart_totals tr th,
.woocommerce-checkout .cart-collaterals .cart_totals tr td,
.woocommerce-checkout .cart-collaterals .cart_totals tr th {
    border-top: none;
}

.carts {
    padding: 50px 0 100px;
}

.cart-wrap h3 {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 26px;
}

.shop_table.cart .product-thumbnail {
    width: 75px;
}

.shop_table.cart .product-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}

.shop_table {
    position: relative;
}

.shop_table.cart .nm-product-details {
    padding: 20px 0 20px 20px;
}

.shop_table.cart .nm-product-details a {
    display: block;
    font-size: 28px;
    line-height: 1.4;
    font-family: "BebasNeue", sans-serif;
    font-weight: 600;
    color: #282828;
    padding-right: 17px;
    margin-bottom: 10px;
}


.variation {
    font-size: 12px;
    line-height: 1.6;
}

.shop_table.cart .product-quantity,
.shop_table.cart .nm-product-quantity-pricing .product-subtotal,
.shop_table.cart .nm-product-quantity-pricing .product-subtotal {
    font-size: 19px;
    font-weight: 500;
    color: rgba(0, 0, 0, 1);
}

.nm-quantity-wrap .quantity {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

.shop_table.cart .product-quantity .quantity .nm-qty-minus,
.shop_table.cart .product-quantity .quantity .nm-qty-plus {
    font-size: 10px;
    line-height: 24px;
    width: 24px;
}

.shop_table.cart .product-quantity .quantity .nm-qty-minus {
    position: relative;
}

.nm-font.flip:before {
    display: block;
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.woocommerce-cart-form__cart-item {
    position: relative;
}

.shop_table.cart .product-remove {
    width: 16px;
    position: absolute;
    top: 20px;
    right: 0;
    border: none;
    padding: 0;
}

.shop_table.cart .product-remove a:hover {
    opacity: 0.5;
    background: transparent;
}

.shop_table.cart .product-remove svg {
    height: 25px;
    width: 25px;
    color: rgba(196, 194, 194, 1);
}

.shop_table.cart .product-remove strong {
    color: rgb(40, 40, 40);
}

.shop_table.cart .product-remove a {
    display: block;
    font-size: 16px !important;
    color: #282828 !important;
    width: 16px;
    height: 16px;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    position: relative;
    margin-top: -18px;
}

.shop_table.cart .actions .button {
    width: 48%;
}

.shop_table.cart .actions .button:hover {
    border: 1px solid #000;
}

.woocommerce-cart-form .woocommerce-cart-form__contents .button.border {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #aaa;
    background: none;
    color: #000;
    font-weight: 400;
    padding: 14px 15px !important;
}

.woocommerce table.shop_table td.actions {
    padding: 25px 0 0 0;
    text-align: left;
}

table.shop_table tbody th {
    width: auto !important;
    font-weight: 400 !important;
}

table.shop_table .cart-discount td {
    text-align: right;
}

.woocommerce table.shop_table {
    border: none;
}

.button {
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-family: inherit;
    color: #fff;
    font-weight: 400;
    padding: 9px 15px 10px;
    border: 0 none;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    opacity: 1;
    -webkit-transition: opacity 0.2s ease;
    -o-transition: opacity 0.2s ease;
    transition: opacity 0.2s ease;
    background-color: #282828;
}

.woocommerce-cart-form ul.variation li * {
    font-size: 14px;
}

ul.variation li > div {
    display: inline-block;
}

.quantity,
.nm-quantity-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.nm-product-quantity-pricing {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.woocommerce-cart-form {
    max-width: 870px;
    width: 100%;
}

.shop_table,
.wc-proceed-to-checkout .button {
    width: 100%;
}

.shop_table.cart .actions input[name="update_cart"] {
    float: right;
}

.woocommerce-cart-form__cart-item td {
    border-bottom: 1px solid #eee;
}

.shop_table.cart .actions {
    padding-top: 25px;
}

.cart-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.carts .cart-collaterals {
    position: relative;
    float: left;
    line-height: 1.6;
    color: #282828;
    width: 33.33333333%;
    margin-left: 65px;
}

.nm-coupon #nm-apply-coupon-btn {
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
    padding-top: 8px;
    padding-bottom: 9px;
    border: 1px solid #aaa;
    background: #fff;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.nm-coupon-inner {
    padding: 15px 21px 14px;
    background-color: #fafafa;
}

.nm-coupon-wrap {
    width: 100%;
    margin-bottom: 10px;
    border: 1px solid #e5e5e5;
}

.cart-collaterals .nm-coupon {
    display: none;
}

.cart-collaterals .shop_table tr:first-child th,
.cart-collaterals .shop_table tr:first-child td {
    border-top: 1px solid #e5e5e5 !important;
}

.cart-collaterals .shop_table tr th {
    border-left: 1px solid #e5e5e5 !important;
}

.cart-collaterals .shop_table tr th,
.cart-collaterals .shop_table tr td {
    padding: 15px 21px;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.cart-collaterals .shop_table tr.order-total {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
}

.checkout-button.button.alt.wc-forward {
    font-size: 18px;
    background-color: #000;
    color: #fff;
    font-weight: 700;
    padding: 22px 0;
    margin-bottom: 1em !important;
}

.checkout-button.button.alt.wc-forward:hover {
    background-color: #282828 !important;
}


.cart-collaterals #nm-coupon-code {
    width: 100%;
    margin-top: 15px;
}

.nm-coupon input {
    font-family: inherit;
    line-height: 1.6;
    outline: 0;
    padding: 8px 10px;
    border: 1px solid #e7e7e7;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
}

.cart-collaterals .shop_table tr.shipping td {
    border-right: 1px solid #e5e5e5 !important;
    border-left: 1px solid #e5e5e5 !important;
}

#nm-coupon-btn {
    color: #282828;
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 500;
}

#nm-coupon-btn:before {
    position: absolute;
    top: 3px;
    right: 0;
    z-index: 7;
    display: block;
    font-size: 11px;
    content: "►";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.wc-proceed-to-checkout {
    margin-top: 20px;
}

.cart-collaterals #wc-stripe-klarna-cart-container td,
.cart-collaterals .wc-stripe-bnpl-cart-message-container {
    padding: 12px 0 0 !important;
    border: none !important;
    background: transparent !important;
}

.cart-collaterals #wc-stripe-klarna-cart-msg {
    min-height: 1px;
    padding: 10px 12px;
    border: 1px solid #e8e0e4;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #fbf7f9;
}

.cart-collaterals #wc-stripe-klarna-cart-msg:empty {
    padding: 0;
    border: 0;
    background: transparent;
}

.cart-subtotal th,
.order-total th {
    font-weight: 400;
    text-align: start;
}

.cart-subtotal td,
.order-total td {
    text-align: end;
    border-right: 1px solid #e5e5e5 !important;
}

.order-total td span {
    font-weight: 400;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    float: none;
    width: 100%;
}

.woocommerce-page .cart-collaterals .cart-subtotal {
    font-size: 16px;
    font-weight: 500;
}


.shop_table.cart .actions .coupon {
    visibility: hidden;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: -1;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

form.woocommerce-cart-form .product-number {
    color: rgba(140, 140, 140, 1);
    font-size: 18px;
    font-weight: 500;
}

.woocommerce-cart-form .woocommerce-cart-form__cart-item .product-quantity {
    margin-left: 10px;
}


.woocommerce-cart-form .product-quantity-mini .product-quantity input[type="number"] {
    font-weight: 500;
    font-size: 19px;
}


form.woocommerce-cart-form .product-number .product-quantity__btn {
    font-size: 10px;
}

.woocommerce ul#shipping_method li input {
    display: none;
}

.woocommerce table.shop_table_responsive tr td::before,
.woocommerce-page table.shop_table_responsive tr td::before {
    content: none;
}

.woocommerce table.cart tr td {
    text-align: left !important;
}

.woocommerce-page table.cart .product-thumbnail {
    width: 75px;
    padding: 0;
    vertical-align: top;
    display: table-cell;

}

.woocommerce table.shop_table_responsive tr,
.woocommerce-page table.shop_table_responsive tr {
    display: table;
    width: 100%;
}


.woocommerce-page table.shop_table_responsive tr td {
    border-top: none !important;
}

.woocommerce-page table.woocommerce-cart-form__contents tr:nth-child(2n) td {
    background-color: #fff;

}

.woo-notice-icon {
    height: 18px;
    width: 18px;
}

.woo-notice-icon.icon-check {
    background: url("../img/icon-notice-check.svg") no-repeat center;
    background-size: 18px;
}

/* Responsive */

@media screen and (max-width: 1340px) {
    .woocommerce-cart-form {
        max-width: 585px;
    }
}

@media screen and (max-width: 993px) {
    #paypal-button {
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #ffc439;
    }

    .cart-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .woocommerce-cart-form {
        max-width: 100%;
    }

    .cart-collaterals {
        width: 100% !important;
        margin-top: 50px;
        margin-left: 0 !important;
        float: none;
    }

    .carts {
        padding: 50px 0;
    }

    .shop_table.cart .nm-product-details a {
        font-size: 16px;
    }

    .actions a {
        display: none !important;
    }

    .shop_table.cart .actions input[name="update_cart"] {
        float: none;
        width: 100%;
    }

    .cart-collaterals .shop_table tr th {
        display: table-cell !important;
    }

    .woocommerce-page .cart-collaterals .woocommerce-shipping-totals td {
        text-align: left !important;
    }
}

@media screen and (max-width: 576px) {
    .shop_table.cart .actions .button {
        width: 100%;
    }

    .input-text {
        font-size: 16px !important;
    }
}

.checkbox._error .checkbox__lable::before {
    -webkit-box-shadow: 0 0 15px red;
    box-shadow: 0 0 15px red;
}

.checkbox__input {
    display: none !important;
}

.checkbox__lable {
    cursor: pointer !important;
    position: relative !important;
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: -webkit-inline-flex !important;
    display: inline-flex !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    font-size: 14px !important;
    line-height: 140% !important;
    width: 100% !important;
}

.checkbox__lable abbr[title] {
    text-decoration: none !important;
}

.checkbox__lable span {
    line-height: 100%;
    /* width: 335px; */
}

.checkbox__lable::before {
    content: "";
    -ms-flex-item-align: start !important;
    -webkit-align-self: flex-start !important;
    align-self: flex-start !important;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 14px;
    -webkit-flex: 0 0 14px;
    flex: 0 0 14px;
    height: 14px;
    border: 1px solid #000;
    margin-right: 5px;
}

.checkbox__lable::after {
    content: "";
    width: 14px;
    height: 14px;
    position: absolute;
    top: -1px;
    left: 0px;
    background-image: url("../img/checkmark.svg");
    /* -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition: -webkit-transform 0.5s ease 0s;
    transition: -webkit-transform 0.5s ease 0s;
    transition: transform 0.5s ease 0s;
    transition:
        transform 0.5s ease 0s,
        -webkit-transform 0.5s ease 0s; */
    opacity: 0;
    -webkit-transition: opacity 0.3s ease 0s;
    -o-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s;
}

.checkbox__lable a {
    color: #dc9814;
}

.checkbox__input:checked + .checkbox__lable::after {
    /* -webkit-transform: scale(1);
    transform: scale(1); */
    opacity: 1;
}
