.woocommerce-cart .cross-sells h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 20px;
    padding-bottom: 20px;
    color: #161919;
    border-bottom: 1px solid #F1F3F3;
    font-family: 'Montserrat';
}

.woocommerce-cart .cart-collaterals {
    border-color: #F1F3F3;
    padding: 45px 30px;
    margin-top: 60px;
}

.woocommerce-cart .cart-collaterals .cart_totals h2 {
    font-family: 'Montserrat';
    font-size: 24px;
    font-weight: 600;
    color: #000;
    padding-bottom: 22px;
}

.woocommerce-cart .cart-collaterals .shop_table {
    border-top-color: #485151;
}

.woocommerce-cart .cart-collaterals .woocommerce-Price-amount.amount,
.woocommerce-cart .cart-collaterals .shop_table th {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    font-family: 'Montserrat';
}

.woocommerce-cart .cart-collaterals .woocommerce-Price-amount.amount {
    font-weight: 500;
}

.woocommerce-cart .cart-collaterals .shop_table th,
.woocommerce-cart .cart-collaterals .shop_table td {
    border-color: #F1F3F3;
    padding: 22px 0;
}

.woocommerce-cart .cart-collaterals .order-total>* {
    border: 0;
}

.woocommerce-cart .cart-collaterals .checkout-button {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 155.714%;
    padding: 12px 36px;
    border-radius: 88px;
    background: #1EC52F;
    letter-spacing: 1px;
}

.woocommerce-cart .woocommerce-cart-form {
    background-color: #FDFCFC;
    padding: 28px 35px;
}

.woocommerce-cart table.cart .actions .button {
    border: 0;
    margin: 0 !important;
}

table.cart .coupon {
    display: inline-flex !important;
    width: 45% !important;
}

table.cart .actions .button {
    font-size: 14px;
    margin-top: 0;
    font-weight: 700 !important;
    line-height: 1.55;
}

table.cart .coupon .input-text {
    border-bottom: 1px solid #E4E7E7 !important;
    padding: 4px 6px !important;
}

table.cart .coupon .button {
    position: relative !important;
    white-space: nowrap;
    text-transform: none;
}

#coupon_code::placeholder {
    font-size: 0;
}

table.cart .coupon .input-text {
    background-color: transparent;
    margin: 0 10px;
}

.pre-cart-title {
    display: flex;
    align-items: center;
    gap: 5px;
}

.pre-cart-title h5 {
    font-size: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}

table.cart thead th {
    font-family: 'Montserrat';
    font-size: 12px;
    font-weight: 400;
}

table.cart .product-subtotal {
    font-weight: 600 !important;
}

table.shop_table.woocommerce-cart-form__contents th {
    border-bottom-color: #9A9A9A !important;
}

table.cart td {
    border: 0;
}

table.cart .product-thumbnail {
    max-width: 100px;
}

table.cart tbody .product-price,
table.cart tbody .product-subtotal {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 600;
}

table.cart tbody .product-name a {
    font-family: 'Montserrat';
    font-size: 16px;
    font-weight: 400;
}

table.cart .product-remove {
    text-align: left !important;
    padding-left: 0;
    padding-right: 0;
    width: 60px;
}

table.cart .product-quantity .quantity {
    min-width: 96px !important;
    width: 96px;
    border-color: #E4E7E7;
}

.woocommerce .quantity {
    border-radius: 5px;
    border-color: #E4E7E7;
    display: flex !important;
    justify-content: space-evenly;
    align-items: center;
    padding: 10px 8px;
}


.woocommerce .quantity .qty {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Inter';
    width: 32px;
}

.woocommerce .quantity .qty-button {
    padding: 0 !important;
}

.empty_cart {
    display: flex;
    align-items: center;
    gap: 8px;
    float: right;
}

.div-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.includes_tax span {
    font-weight: inherit !important;
}

#message_fields label {
    display: flex;
    align-items: center;
}

.express-text {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    position: relative;
}

.express-text::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 20px;
    height: 20px;
    border: 1px solid #E4E7E7;
    background-color: #fff;
    border-radius: 4px;
}

.express-text::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-image: url(../assets/images/checkout-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border: 0;
    opacity: 0;
    transition: opacity .3s ease;
}

@media (max-width:1199px) {

    .express-text::before,
    .express-text::after {
        top: 14px;
    }

    .cart-collaterals .shop_table .woocommerce-shipping-methods {
        padding-bottom: 0;
    }
}

#express {
    display: none;
}

#express_field {
    padding-left: 28px;
    margin-top: 40px;
}

#express_field label {
    cursor: pointer;
}

#express_field svg {
    margin-right: 6px;
}

#express:checked+.express-text::after {
    opacity: 1;
}

.express-text .option,
.express-text .option-express {
    font-weight: 900;
}

.express-text .option-express {
    color: #ff2371;
}

.woocommerce-cart .actions .coupon button[type="button"] {
    pointer-events: none;
}

.woocommerce-cart .actions .coupon button[type="submit"] {
    border-radius: 20px;
    background-color: #f9c0ce;
    color: #fff;
    text-transform: uppercase;
    padding: 3px 20px;
}

@media (max-width:1366px) {
    table.cart .coupon {
        width: 70% !important;
    }
}

@media (max-width:1199px) {
    table.cart .product-quantity .quantity {
        width: 100%;
    }

    .woocommerce-cart .site-content {
        padding-top: 0;
    }

    table.cart .coupon {
        padding-top: 50px;
    }
}

@media (max-width:768px) {
    .woocommerce-cart .woocommerce-cart-form {
        padding: 28px 0 0;
    }

    table.cart .product-subtotal,
    table.cart .product-remove {
        display: flex !important;
    }

    table.shop_table.woocommerce-cart-form__contents thead {
        display: none;
    }

    .div-actions {
        flex-direction: column-reverse;
        gap: 0;
        width: 100% !important;
    }

    table.cart .coupon {
        width: 100% !important;
        margin-bottom: 0 !important;
    }

    .empty_cart {
        width: 100%;
        justify-content: flex-end;
    }

    .woocommerce-cart .cart-collaterals {
        padding: 43px 17px;
        margin: 0;
        margin-top: 40px;
    }

    .woocommerce-cart .cart-collaterals .cart_totals h2 {
        padding-bottom: 0;
        margin-bottom: 12px;
    }

    table.cart tr {
        border-bottom: 0 !important;
    }

    .woocommerce-cart-form table.cart tr {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(4, 1fr);
        gap: 0 20px;
    }

    .woocommerce-cart-form table.cart tr td:not(.product-price) {
        padding: 0;
        display: flex;
        align-items: center;
        width: auto;
    }

    .woocommerce-cart-form table.cart td.product-thumbnail {
        grid-area: 1 / 1 / 6 / 2;
        min-width: 130px;
        max-width: 130px;
        width: 130px !important;
    }

    .woocommerce-cart-form table.cart td.product-name {
        grid-area: 1 / 2 / 2 / 4;
        padding-left: 0;
    }

    .woocommerce-cart-form table.cart td.product-name a {
        font-size: 14px;
        font-weight: 600;
        line-height: 1.21;
    }

    .woocommerce-cart-form table.cart td.product-subtotal {
        grid-area: 2 / 2 / 3 / 4;
        font-size: 18px;
        font-weight: 600;
    }

    .woocommerce-cart-form table.cart td.product-quantity {
        grid-area: 3 / 2 / 4 / 3;
        margin-right: 27px;
    }

    .woocommerce-cart-form table.cart td.product-remove {
        grid-area: 3 / 3 / 4 / 4;
    }

    table.cart .actions {
        grid-area: 1 / 1 / 4 / 3;
    }

    .woocommerce-cart-form table.cart .product-quantity .quantity {
        border: 1px solid #E4E7E7 !important;
    }
}

@media (max-width:380px) {
    .woocommerce-cart-form table.cart td.product-thumbnail {
        min-width: 60px !important;
        max-width: auto !important;
        width: auto !important;
    }
}

/* minicart */

.cart-panel .widget_shopping_cart_content .buttons .button {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 155.714%;
    padding: 12px 36px;
    border-radius: 88px;
    background: #f9c0ce !important;
    color: #fff !important;
    letter-spacing: 1px;
    border: 0 !important;
}

.cart-panel .widget_shopping_cart_content .buttons .checkout {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600 !important;
    line-height: 155.714%;
    padding: 12px 36px;
    border-radius: 88px;
    background: #1EC52F !important;
    color: #fff;
    letter-spacing: 1px;
}

.widget_shopping_cart_content .total strong {
    font-family: 'Montserrat';
    font-weight: 600 !important;
    color: #000;
    font-size: 16px;
}

.widget_shopping_cart_content .total .woocommerce-Price-amount {
    font-size: 18px;
    color: #161619;
}

.widget_shopping_cart_content .total {
    font-family: 'Montserrat';
    font-size: 18px;
    font-weight: 600;
    color: #161619;
}

.woocommerce .quantity-dropdown {
    max-width: 88px;
}

/* .widget_shopping_cart_content .quantity .qty-dropdown,  */
.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .label {
    display: none !important;
}

/* .woocommerce .quantity-dropdown .qty,
.woocommerce .quantity-dropdown .qty-button {
    display: flex !important;
} */

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    margin-bottom: 0;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.widget_shopping_cart_content .quantity {
    max-width: 88px !important;
    border: 1px solid #cdcfd0 !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
    margin-top: 12px;
}

.widget_shopping_cart_content a.remove {
    margin-top: 0 !important;
    transform: translateY(-50%);
}

/* .widget_shopping_cart_content .quantity .qty-button {
    display: flex !important;
} */

.hamburger-menu .menu-text {
    font-size: 16px;
    color: #000;
}

.hamburger-menu .hamburger-box .hamburger-inner {
    width: 11.5px;
    background-color: #000;
}

.offscreen-panel .panel-header h3 {
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 4px;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name {
    margin-bottom: 0 !important;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.widget_shopping_cart_content .woocommerce-mini-cart-item__qty .price {
    font-weight: 600;
    font-size: 18px;
    color: #161619;
    margin: 0;
}

.hamburger-menu .hamburger-box {
    width: 12px;
}

.offscreen-panel .button-close {
    display: flex;
    align-items: center;
    gap: 4px;
    top: 50px;
}

.widget_shopping_cart_content .quantity .qty-options {
    width: 30px !important;
    left: -20px !important;
    right: 0 !important;
}

.woocommerce .quantity-dropdown .qty-options ul li:hover,
.woocommerce .quantity-dropdown .qty-options ul li.active {
    background-color: #f9c0ce !important;
}

.cart-panel-counter {
    color: #fff;
    background-color: #000;
    font-size: 11px;
    font-family: 'Montserrat';
    font-weight: 500;
    line-height: 1;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.pre-cart-title svg:not(:first-of-type),
.offscreen-panel .panel-header h3 svg:not(:first-of-type) {
    display: none;
}

@media (min-width:768px) {
    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
        position: relative;
    }
}

@media (max-width:768px) {

    .cart-panel .widget_shopping_cart_content .buttons .button,
    .cart-panel .widget_shopping_cart_content .buttons .checkout {
        line-height: 1.55 !important;
    }

    .cart-panel .widget_shopping_cart_content .total {
        border: 0 !important;
    }

    .offscreen-panel .button-close .menu-text {
        display: flex !important;
    }

    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__thumbnail img {
        width: 130px !important;
    }

    .cart-panel .widget_shopping_cart_content .woocommerce-mini-cart-item__name {
        padding-right: 0;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart-item__name a {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart-item__qty .price {
        font-weight: 600;
    }

    .widget_shopping_cart_content .woocommerce-mini-cart-item__qty {
        align-items: flex-start;
        flex-direction: column-reverse;
        gap: 12px;
    }

    .widget_shopping_cart_content a.remove {
        top: 100%;
        transform: translateY(-100%);
        padding-bottom: 12px;
    }

    .cart-panel .widget_shopping_cart_content .buttons .button {
        margin-bottom: 11px;
    }

    .offscreen-panel .button-close {
        top: 20px;
    }
}


/* minicart */

/* checkout */

.woocommerce-checkout-payment .place-order .button {
    font-family: 'Inter';
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5 !important;
    padding: 12px 36px;
    border-radius: 88px;
    background: #1EC52F !important;
    letter-spacing: 1px;
    margin-top: 22px;
}

/* 
.checkout-login,
.checkout-coupon {
    width: auto !important;
    margin-bottom: 30px !important;
} */

.checkout-login .woocommerce-info,
.checkout-coupon .woocommerce-info {
    font-family: 'Inter';
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 155.714%;
    padding: 8px 28px !important;
    border-radius: 88px;
    background: #F6AEB9 !important;
    color: #fff !important;
    letter-spacing: 1px;
    border: 0 !important;
    text-transform: uppercase;
}

.checkout-login .woocommerce-info a,
.checkout-coupon .woocommerce-info a {
    color: inherit;
}

.woocommerce-checkout-payment .place-order {
    margin-left: 0 !important;
}

.checkout-wrapper {
    padding: 40px 35px;
    border: 1px solid #E4E7E7;
    max-width: 1032px;
    margin: 0 auto;
}

.checkout-wrapper .checkout-coupon {
    display: none;
}

h3#order_review_heading,
.woocommerce-billing-fields h3 {
    font-size: 24px !important;
    margin: 0 !important;
    font-weight: 700 !important;
}

h3#order_review_heading {
    border-top: 1px solid #F1F3F3;
    padding-top: 48px;
    margin-top: 40px;
}

.woocommerce-shipping-fields h3 {
    padding-left: 0 !important;
}

form.woocommerce-checkout .form-row {
    align-items: center;
}

form.woocommerce-checkout .form-row label {
    font-weight: 700 !important;
    font-size: 16px !important;
    flex-basis: 140px !important;
    margin-top: 0 !important;
}

.form-row-first {
    width: calc(50% + 70px) !important;
    float: none !important;
    padding-right: 11px !important;
}

.form-row-last {
    width: calc(50% - 70px) !important;
    float: none !important;
    padding-left: 11px !important;
}

.form-row-wide {
    width: 100%;
}

.woocommerce-checkout-review-order-table th:first-child {
    font-weight: 700 !important;
    font-size: 16px !important;
    width: 140px !important;
    padding-bottom: 23px;
}

.woocommerce-checkout-review-order-table .product-item {
    font-weight: 700 !important;
}

.woocommerce-checkout-review-order-table tbody tr:not(:last-child) th:first-child {
    padding-bottom: 15px;
}

.woocommerce-checkout-review-order-table .product-item .product-subtotal {
    font-size: 16px !important;
    font-weight: 600 !important;
}

form.woocommerce-checkout .form-row-last label {
    display: none !important;
}

form.woocommerce-checkout .form-row-last#billing_nip_field label {
    display: flex !important;
    flex-basis: 60px !important;
}

.woocommerce-shipping-fields__field-wrapper,
.woocommerce-billing-fields__field-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.woocommerce-additional-fields {
    border: 0 !important;
    padding-top: 11px;
    padding-bottom: 0;
}

form.woocommerce-checkout .form-row {
    margin: 11px 0;
}

form.woocommerce-fheckout .form-row#billing_faktura_field {
    margin-top: 39px;
}

form.woocommerce-checkout textarea,
form.woocommerce-checkout .input-text {
    border-radius: 8px;
    border: 1px solid #9A9A9A !important;
    padding: 12px 16px !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000 !important;
}

form.woocommerce-checkout #billing_phone.input-text {
    padding-left: 100px !important;
}

.woocommerce-account-fields {
    padding: 0 !important;
    border: 0 !important;
}

.woocommerce-shipping-totals.shipping {
    vertical-align: top;
}

.woocommerce-shipping-totals.shipping th {
    padding-top: 33px !important;
}

#shipping_method ul {
    width: 100%;
}

#shipping_method ul li,
#shipping_method ul li label {
    max-width: 100% !important;
    width: 100%;
}

#shipping_method ul li label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

#shipping_method ul li label p {
    order: 0;
    position: relative;
    padding-left: 8px;
}

#shipping_method ul li.bm-selected-group label p,
#shipping_method ul li.selected label p {
    font-weight: 700;
}

#shipping_method ul li input {
    display: none;
}

#shipping_method ul li label p::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #485151;
    transition: border .3s ease;
}

#shipping_method ul li label p::after {
    content: '';
    position: absolute;
    left: -4px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 7px;
    height: 7px;
    border-radius: 50%;
    opacity: 0;
    background-color: #f9c0ce;
    transition: opacity .3s ease;
}

#shipping_method ul li input:checked~p::before {
    border-color: #f9c0ce;
}

#shipping_method ul li input:checked~p::after {
    opacity: 1;
}

#shipping_method ul li label img {
    order: 2;
    margin-left: auto !important;
}

#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-group-item,
#payment>ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item.selected,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item.bm-selected-group,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-group-item.selected,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-group-item.bm-selected-group {
    border: 0 !important;
}

.woocommerce-account-fields .form-row.create-account {
    padding-left: 0 !important;
    margin-top: 0 !important;
}

.woocommerce-account-fields .form-row.create-account label {
    flex-basis: 100%;
}

.iti {
    width: 100% !important;
}

form.woocommerce-checkout textarea {
    min-height: 41px;
    height: 41px;
}

.form-row input.input-text:hover {
    border-color: #161619;
}

.checkout-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #000 !important;
    border: 1px solid #9A9A9A !important;
    padding: 10px 16px !important;
    border-radius: 8px !important;
}

.select2 .select2-selection--single .select2-selection__arrow {
    transform: translateY(-50%);
}

form.woocommerce-checkout .woocommerce-input-wrapper,
form.woocommerce-checkout .select2-container,
form.woocommerce-checkout .input-text {
    margin-right: 0 !important;
}

.woocommerce-checkout-review-order-table {
    width: 100% !important;
}

form.woocommerce-checkout .form-row.gr-wc-checkbox label {
    flex-basis: 100% !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #161619 !important;
}

.woocommerce-checkout-review-order-table tfoot .shipping ul {
    display: flex;
    flex-direction: column;
}

.woocommerce-checkout-review-order-table tfoot .shipping label {
    width: 79.4%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px !important;
    color: #000 !important;
    font-weight: 400;
}

.form-row.woocommerce-invalid input.input-text {
    border-color: #EC0000 !important;
}

.woocommerce-checkout-payment .woocommerce-privacy-policy-text {
    font-size: 12px !important;
    font-weight: 400;
    color: #000;
}

.woocommerce-checkout-review-order-table tfoot .shipping li input:checked+label {
    font-weight: 700;
}

.woocommerce-form__label-for-checkbox {
    padding-left: 28px !important;
}

.woocommerce-form__label-for-checkbox,
.woocommerce-form__label-for-checkbox span {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #161619 !important;
}

#billing_faktura_field {
    margin-top: 29px;
    padding: 11px 0;
}

#billing_faktura_field label {
    cursor: pointer;
}

.woocommerce-shipping-fields {
    margin-top: 0 !important;
}

#billing_faktura_field label {
    position: relative;
    padding-left: 28px;
}

#billing_faktura_field label input {
    display: none;
}

#billing_faktura_field .optional {
    display: flex;
    font-size: 0;
    position: absolute;
    left: 0;
    top: 50%;
}

.checkout-wrapper .woocommerce-form__label-for-checkbox span {
    position: relative;
    padding-left: 0;
}

.gr-marketing-consent-checkbox {
    display: none;
}

.gr-marketing-consent-checkbox+span {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #161619 !important;
}

.woocommerce-additional-fields p {
    margin-bottom: 0;
}

.woocommerce-additional-fields br {
    display: none;
}

.gr-marketing-consent-checkbox+span::before,
#billing_faktura_field .optional::before,
.checkout-wrapper .woocommerce-form__label-for-checkbox span::before {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 20px;
    height: 20px;
    border: 1px solid #E4E7E7;
    background-color: #fff;
    border-radius: 4px;
}

.gr-marketing-consent-checkbox+span::after,
#billing_faktura_field .optional::after,
.checkout-wrapper .woocommerce-form__label-for-checkbox span::after {
    content: '';
    position: absolute;
    left: -8px;
    top: 50%;
    transform: translateY(-50%) translateX(-100%);
    width: 20px;
    height: 20px;
    border-radius: 4px;
    background-image: url(../assets/images/checkout-check.svg);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fff;
    border: 0;
    transition: opacity .3s ease;
}

.gr-marketing-consent-checkbox+span::before,
.gr-marketing-consent-checkbox+span::after {
    left: 0;
    transform: translateY(-50%);
}

.gr-marketing-consent-checkbox+span::after {
    opacity: 0;
}

.woocommerce-terms-and-conditions-checkbox-text a {
    text-decoration: underline;
}

#billing_faktura_field .optional::before,
#billing_faktura_field .optional::after {
    left: 0;
    transform: translateY(-50%);
}

#billing_faktura_field .optional::after {
    opacity: 0;
    transition: opacity .3s ease;
}

.gr-marketing-consent-checkbox:checked+span::after,
#billing_faktura_field input:checked+.optional::after {
    opacity: 1;
}

.shipping ul {
    padding-left: 20px !important;
    display: flex !important;
    flex-direction: column !important;
}

.checkout-wrapper #shipping_method li {
    margin-bottom: 0 !important;
    display: flex !important;
    align-items: center !important;
}

#payment ul label,
.shipping ul label {
    position: relative;
    padding-left: 8px !important;
    color: #000;
    font-size: 16px;
    font-weight: 400;
}

.woocommerce-checkout-payment .payment_methods li> :checked+label {
    font-weight: 600;
}

#payment ul label::before,
#payment ul label::after,
.shipping ul label::before,
.shipping ul label::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50% !important;
    transform: translateY(-50%) translateX(-100%) !important;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    background-image: unset !important;
}

#payment ul label::before,
.shipping ul label::before {
    border: 1px solid #485151 !important;
    background-color: transparent !important;
}

#payment ul input:checked+label::before,
.shipping ul input:checked+label::before {
    border-color: #f9c0ce !important;
}

#payment ul input:checked+label {
    font-weight: 700;
}

#payment ul label::after,
.shipping ul label::after {
    width: 7px !important;
    height: 7px !important;
    background-color: #f9c0ce !important;
    left: -4px !important;
}

.shipping.paczkomaty-shipping td {
    padding-left: 140px;
}

.woocommerce-checkout-review-order-table tfoot .shipping.paczkomaty-shipping label {
    font-weight: 700 !important;
}

.woocommerce-checkout-review-order-table tfoot .shipping.paczkomaty-shipping .select2-selection__rendered {
    margin: 12px 0;
}

.woocommerce-checkout-payment .payment_methods {
    margin-left: 140px !important;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>label {
    width: 100%;
    justify-content: space-between;
}

#open-geowidget {
    font-size: 12px;
    font-weight: 700;
    color: #EC0000;
}

.woocommerce-checkout .order-total .woocommerce-Price-amount bdi {
    font-weight: 700;
}

.woocommerce-checkout-payment .place-order {
    border-top: 1px solid #F1F3F3;
    margin-top: 22px !important;
    padding-top: 11px;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
    padding: 22px 0 !important;
}

.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-checkout-review-order-table tfoot td {
    padding-top: 22px !important;
    padding-bottom: 22px !important;
}

#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>label>img {
    margin-left: auto;
}

#payment ul>li {
    margin-bottom: 0 !important;
    max-width: 81%;
}

.payment_box.payment_method_bacs p {
    margin: 0 !important;
}

#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-item>label,
#payment ul.wc_payment_methods>li.wc_payment_method.payment_method_bluemedia>.payment_box.payment_method_bluemedia .payment_box.payment_method_bacs>.bm-payment-channels-wrapper ul.woocommerce-shipping-methods>div>li>ul li.bm-payment-channel-group-item>label {
    min-height: auto;
}

.payment-row {
    display: flex;
    align-items: flex-start;
}

.payment-row .payment-label {
    width: 140px;
}

.woocommerce-checkout-payment .payment_methods .payment_box {
    padding-left: 8px;
}

/* checkout select2 */

.select2-container .select2-dropdown {
    border-radius: 8px;
    border: 1px solid #9A9A9A;
    margin-top: -1px;
    box-shadow: 0px 3px 8px 0px rgba(210, 210, 210, 0.85);
}

.select2-results__options {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.select2-container .select2-results li.select2-results__option {
    font-size: 12px;
    line-height: 1.25;
    border-radius: 5px;
    padding: 4px 8px !important;
    transition: color .3s ease, background .3s ease;
}

.select2-container--default .select2-results__option:hover,
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    color: #f9c0ce !important;
    background: rgba(239, 200, 206, 0.10) !important;
}

/* checkout select2 */

.form-pay-loader {
    display: none;
    align-items: center;
    justify-content: center;
    font-family: Montserrat;
    font-size: 14px;
    font-weight: 600;
    gap: 22px;
}

.form-pay-loader p {
    margin: 0 !important;
}

.checkout.woocommerce-checkout.processing~.form-pay-loader {
    display: flex;
}

.form-pay-loader img {
    max-width: 208px;
}

.woocommerce-checkout-review-order-table .product-item span.product-quantity {
    padding-top: 0 !important;
}

@media (max-width: 1199px) {
    .checkout-wrapper {
        padding: 20px 17px;
    }

    .woocommerce-checkout .site-content {
        padding-top: 0;
    }

    #order_comments_field,
    #billing_nip_field,
    .form-row-first,
    .form-row-wide {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }

    .woocommerce-billing-fields h3 {
        margin-bottom: 22px;
    }

    form.woocommerce-checkout .form-row label {
        margin-top: 10px !important;
        margin-bottom: 12px !important;
    }

    #order_comments_field label {
        margin-top: 22px !important;
    }

    #order_comments_field label,
    #billing_nip_field label {
        margin: 0 !important;
    }

    .woocommerce-shipping-fields__field-wrapper,
    .woocommerce-billing-fields__field-wrapper {
        gap: 12px;
        flex-direction: column;
        padding-top: 20px;
    }

    .woocommerce-shipping-fields__field-wrapper>p:not(:last-child),
    .woocommerce-billing-fields__field-wrapper>p:not(:last-child) {
        margin-bottom: 22px;
    }

    .form-row-first span {
        width: 100%;
    }

    .form-row-first,
    .form-row-last {
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    form.woocommerce-checkout .woocommerce-input-wrapper,
    form.woocommerce-checkout .select2-container,
    form.woocommerce-checkout .input-text {
        width: 100%;
    }

    form.woocommerce-checkout textarea {
        min-height: 64px;
    }

    form.woocommerce-checkout .form-row {
        margin: 0;
    }

    form.woocommerce-checkout .form-row-last#billing_nip_field label,
    form.woocommerce-checkout .form-row label {
        flex-basis: 100% !important;
        width: 100%;
    }

    #order_review tbody,
    #order_review tfoot,
    #order_review tr {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .shipping.paczkomaty-shipping td {
        padding: inherit;
    }

    .woocommerce-checkout-review-order-table tfoot th,
    .woocommerce-checkout-review-order-table tfoot td {
        padding: 23px 17px;
    }

    .woocommerce-checkout-payment .payment_methods {
        margin-left: 0 !important;
    }

    #order_review tr.order-total {
        flex-direction: row;
        justify-content: space-between;
    }

    #payment ul>li {
        max-width: 100%;
    }

    .woocommerce-checkout-review-order-table tfoot .shipping label {
        width: 100%;
    }

    h3#order_review_heading {
        font-size: 16px !important;
        padding-top: 40px !important;
        padding-bottom: 28px !important;
    }

    .woocommerce-checkout-review-order-table th:first-child {
        width: 100% !important;
    }

    .woocommerce-checkout-review-order-table .product-item {
        align-items: flex-end !important;
    }

    .woocommerce-checkout-review-order-table .product-item span.product-quantity {
        display: none;
    }

    .woocommerce-checkout-review-order-table tfoot .shipping ul {
        gap: 15px !important;
    }

    form.woocommerce-checkout .select2-container {
        width: 100% !important;
    }

    .woocommerce-checkout-payment {
        padding-left: 17px !important;
        padding-right: 17px !important;
    }

    .woocommerce-checkout-payment .payment_methods {
        border-bottom: 0 !important;
    }

    .form-pay-loader {
        flex-direction: column-reverse;
        gap: 0;
        margin-top: 30px;
    }

    .woocommerce-checkout-review-order-table th:first-child {
        padding-bottom: 0;
    }

    .woocommerce-shipping-fields h3 {
        margin: 6px 0;
    }

    .woocommerce-shipping-totals.shipping th {
        padding-top: 33px !important;
    }
}

/* checkout */

/* thankyou */

.thankyou-page .woocommerce-customer-details {
    display: none;
}

.thankyou-page {
    padding: 40px 30px;
    border: 1px solid #F1F3F3;
    max-width: 1032px;
    margin: 0 auto;
    position: relative;
}

.thankyou-page #animation-left {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    transform: translateX(-50%) translateY(-50%) rotateZ(-45deg);
}

.thankyou-page #animation-right {
    position: absolute;
    right: 0;
    top: 0;
    pointer-events: none;
    transform: translateX(50%) translateY(-50%) rotateZ(45deg);
}

.thankyou-page h1 {
    color: #f9c0ce;
    text-align: center;
    font-family: Montserrat;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: 125%;
    margin: 0;
}

.image-thankyou {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 0 36px;
}

.image-thankyou img {
    display: none;
}

video {
    -webkit-clip-path: inset(2px 2px);
    clip-path: inset(2px 2px);
}

.thankyou-page h2 {
    color: #f9c0ce;
    font-family: Montserrat;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-top: 1px solid #485151;
    padding-top: 35px;
    margin-top: 35px;
}

.thankyou-page ul {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
}

.thankyou-page .d-flex,
.thankyou-page ul li {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    margin: 0;
    font-weight: 600;
    font-size: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #F1F3F3;
}

.thankyou-page .d-flex {
    font-weight: 400;
    border-bottom: 0;
}

.thankyou-page .d-flex strong {
    font-weight: 600;
}

.thankyou-page ul li strong {
    font-weight: 400;
}

.thankyou-page .shop_table.order_details tr th,
.thankyou-page .shop_table.order_details tr td {
    font-size: 16px;
    font-weight: 600;
}

.thankyou-page .shop_table.order_details tr td.product-name a {
    font-weight: 400;
}

.thankyou-page .shop_table.order_details thead tr th:nth-child(2) {
    display: none;
}

.thankyou-page .shop_table.order_details tr th:nth-child(2),
.thankyou-page .shop_table.order_details tr td:nth-child(2) {
    text-align: right;
}

.thankyou-page .shop_table.order_details .product-total .woocommerce-Price-amount,
.thankyou-page .shop_table.order_details tfoot tr:last-child .woocommerce-Price-amount {
    font-weight: 600;
}

.thankyou-page .order_details+p {
    font-size: 14px;
}

.thankyou-page .shop_table.order_details {
    margin: 0 !important;
}

.thankyou-page .shop_table.order_details tfoot tr:last-child>* {
    border: 0 !important
}

.thankyou-page video {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    max-width: 85%;
}

.thankyou-page thead .woocommerce-table__product-name.product-name {
    position: absolute;
    padding-left: 0;
    border: 0 !important;
}

.thankyou-page tbody .woocommerce-table__product-name.product-name {
    padding-left: 140px;
}

/* .thankyou-page tbody .woocommerce-table__product-name.product-name a {
    font-weight: bold;
} */

.thankyou-page tbody tr.order_item:not(:last-child) .woocommerce-table__product-name.product-name,
.thankyou-page tbody tr.order_item:not(:last-child) .woocommerce-table__product-total.product-total {
    border: 0 !important;
}

.woocommerce-order-received .site-content {
    padding-top: 0;
}

@media (max-width:768px) {
    .thankyou-page {
        padding: 20px 15px;
    }

    .thankyou-page h1 {
        font-size: 24px;
    }

    .thankyou-page .d-flex,
    .thankyou-page ul li {
        display: inline;
        font-size: 14px;
    }

    .thankyou-page .d-flex {
        font-size: 12px;
    }

    .thankyou-page h2 {
        font-size: 16px;
    }

    .thankyou-page thead .woocommerce-table__product-name.product-name {
        position: relative;
    }

    .thankyou-page tbody .woocommerce-table__product-name.product-name {
        padding-left: 0;
    }

    .image-thankyou img {
        display: flex;
    }

    .image-thankyou video {
        display: none;
    }
}

/* thankyou */

/* checkout form-login */

.woocommerce-checkout .checkout-login {
    width: 100%;
}

.checkout-login .woocommerce-form-login .button,
.woocommerce-checkout .checkout-login .woocommerce-info {
    max-width: 60%;
}

.checkout-login .woocommerce-form-login .button {
    font-family: 'Inter';
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 155.714% !important;
    padding: 8px 28px !important;
    border-radius: 88px;
    background: #1BAC29 !important;
    color: #fff !important;
    letter-spacing: 1px;
    border: 0 !important;
    text-transform: uppercase;
}

.checkout-login .form-row-first,
.checkout-login .form-row-last {
    padding: 0 !important;
}

.checkout-login input.input-text,
.checkout-login input {
    border-radius: 8px;
    border: 1px solid var(--gray_form, #9A9A9A);
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 12px 16px !important;
}

.checkout-login .woocommerce-form-login>p {
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.checkout-login .woocommerce-form-login p:not(.focused) label {
    font-size: 12px;
    -webkit-transform: translateY(30px) translateX(12px);
    transform: translateY(30px) translateX(12px);
}

.checkout-login .form-row {
    margin: 11px 0;
}

.checkout-login .form-row:not(.form-row-first):not(.form-row-last) {
    display: flex;
    flex-direction: column;
}

.checkout-login .woocommerce-form-login__rememberme {
    width: 100% !important;
    -webkit-transform: none !important;
    transform: none !important;
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 12px 40px !important;
    margin-bottom: 25px;
}

.checkout-login .lost_password {
    margin: 0;
    color: var(--Black, #000);
    font-family: Montserrat;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.checkout-login .form-row.form-row-first,
.checkout-login .form-row.form-row-last {
    width: 60% !important;
}

@media (max-width:991px) {

    .checkout-login .woocommerce-form-login .button,
    .woocommerce-checkout .checkout-login .woocommerce-info {
        max-width: 100%;
    }

    .checkout-login .form-row.form-row-first,
    .checkout-login .form-row.form-row-last {
        width: 100% !important;
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .checkout-login .woocommerce-form-login__rememberme {
        flex-direction: column;
        align-items: flex-start !important;
        margin-bottom: 22px;
    }

    .checkout-login .woocommerce-form-login {
        padding: 0;
    }

    .checkout-login .lost_password {
        margin-left: -28px;
    }

    .checkout-login .woocommerce-form-login p:not(.focused) label {
        -webkit-transform: translateY(42px) translateX(12px);
        transform: translateY(42px) translateX(12px);
    }

    .checkout-login .woocommerce-form-login>p {
        margin-bottom: 0;
    }
}

/* checkout form-login */


/* payu checkout */

.pbl-container .payu-list-banks {
    flex-direction: column;
    gap: 20px;
}

.pbl-container .payu-list-banks li label {
    border: 0;
    width: 100%;
    background-color: transparent !important;
}

#payment .pbl-container ul.payu-list-banks li label.active:before {
    border-color: #f9c0ce !important
}

.pbl-container .payu-list-banks li label.active:after {
    opacity: 1;
}

.pbl-container {
    padding-left: 16px;
}

#payment>ul>li>label {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.pbl-container .payment_methods img {
    max-width: 100px;
}

/* payu checkout */