#content table.shop_table a.remove {
    color: red;
    display: block;
    font-size: 20px;
    font-weight: 700;
    height: 20px;
    line-height: 20px;
    padding: 0;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    width: 20px;
    float: left;
    border: 0;
}

.product_name {
    float: left;
}

button#place_order:before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    margin-right: 10px;
}

.woocommerce-checkout .quantity .qty {
    background: none;
}

.woocommerce-checkout .quantity .qty inpute[type=”number”],
.woocommerce-checkout input::-webkit-outer-spin-button,
.woocommerce-checkout input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
    display: none;
}

.woocommerce-checkout .quantity .qty {
    border: none;
    background: var(--greyf4-color);
    height: 60px;
    width: auto;
    max-width: 80px;
    text-align: center;
    font-size: 36px;
    line-height: 1.5;
    color: var(--black-color);
}

.woocommerce-checkout button.minus,
.woocommerce-checkout button.plus {
    background: var(--greyf4-color) !important;
    height: 60px;
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 35px;
    color: var(--greya6-color) !important;
}

.woocommerce-checkout .quantity {
    background: var(--greyf4-color);
    display: inline-flex;
    /* padding-right: 20px;
    margin-right: 25px !important; */
}

.woocommerce a.remove:hover {
    background: inherit !important;
    color: #fa8574 !important;
}


/*Woocommerce style checkout*/

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    max-width: 100%;
    float: none !important;
    width: 50% !important;
    flex: 0 1 50%;
}

.woocommerce-checkout label {
    display: block;
    width: 100%;
}

.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce .select2-container--default .select2-selection--single {
    max-width: 100% !important;
    width: 100% !important;
    padding: 17px 20px;
    border: none;
    border-radius: 0px;
    height: 43px;
    font-size: 16px;
    border-radius: 0 !important;
    background: #F6F6F6;
    color: #767676;
}

.woocommerce span.woocommerce-input-wrapper {
    display: block;
    width: 100%;
}

.woocommerce span#select2-billing_country-container {
    height: 43px;
}

.woocommerce span.select2-selection.select2-selection--single {
    padding: 5px !important;
}

.woocommerce .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 43px;
}

.woocommerce-checkout .col-1,
.woocommerce-checkout .col-2 {
    flex: 100%;
    width: 100% !important;
}


/* ---------------------------------- */

.woocommerce-info {
    background: #fff;
    padding: 1em 2em 1em 2em;
}

.woocommerce-info::before {
    left: 0;
}

.woocommerce form.checkout_coupon {
    border-radius: 0 !important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr:not(.custom_cart_item) {
    border-top: 1px solid #d3ced2;
}

.woocommerce table.woocommerce-checkout-review-order-table tr dl.variation dd p {
    line-height: 1.5em;
}

.woocommerce table.woocommerce-checkout-review-order-table {
    border-left: 0 !important;
    border-right: 0 !important;
}

.woocommerce-checkout label,
.woocommerce-checkout-review-order-table td,
.woocommerce-checkout-review-order-table th,
.woocommerce-terms-and-conditions-wrapper {
    font-size: 15px;
    font-weight: 400 !important;
}

.woocommerce-form-coupon-toggle a.showcoupon,
.woocommerce-form-login-toggle a.showlogin {
    font-weight: 600;
}

.woocommerce-checkout #payment div.payment_box {
    background-color: #ffffff;
}

.woocommerce-checkout #payment div.payment_box::before {
    border: 1em solid #ffffff;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
}

.woocommerce-checkout label {
    display: inline;
    width: auto;
}

.woocommerce-checkout ul.wc_payment_methods {
    background: #fff;
    border: 1px solid #D9D9D9;
    padding: 20px !important;
}

.woocommerce-checkout #payment {
    background: #fff;
}

ul.payment_methods {
    padding: 0 0 10px 0 !important;
}

textarea#order_comments {
    min-height: 96px;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: 0.02em;
    color: #333333;
}

.woocommerce form .form-row [type="checkbox"]:not(#bwfan_user_consent),
input#ship-to-different-address-checkbox {
    vertical-align: text-top;
    margin: 4px 9px 0 0;
}

label.checkbox {
    display: flex;
    align-items: center;
}

p#woo-ml-subscribe {
    padding: 3px;
}

h3#ship-to-different-address {
    padding: 3px;
}

.woocommerce-terms-and-conditions-wrapper span.required {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 1.3;
}

.woocommerce-terms-and-conditions-wrapper .woocommerce-form__label {
    position: relative;
}

.right_coloumn_checkout {
    padding: 20px;
    background: #f7f7f7;
}

h3#order_review_heading {
    text-align: center;
    font-weight: 600;
    margin-bottom: 20px;
    display: none!important;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    float: none;
    width: 100%;
    padding: 17px 20px;
    text-transform: uppercase;
}

main#content h1.entry-title {
    border-bottom: none;
    text-align: center;
    font-weight: 700;
}

@media screen and (max-width:767px) {
    body .select2-container {
        z-index: 1 !important;
    }
    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last,
    .woocommerce-page form .form-row-first,
    .woocommerce-page form .form-row-last {
        width: 100%;
    }
    .right_coloumn_checkout {
        padding: 10px;
    }
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    border-left: 1px solid #a8a8a8;
    padding-left: 10px;
}

ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details li {
    margin-bottom: 10px;
    border-right: 0;
}

.woocommerce-form-login label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
    margin-top: 12px;
}

#alg_checkout_files_upload_form_1 {
    display: none;
}

@media (min-width: 992px) {
    footer#footer {
        clear: both;
    }
    #customer_details {
        width: 55%;
        float: left;
        margin-bottom: 80px;
    }
    #order_review_heading {
        width: 43%;
        float: left;
        margin-left: 2%;
    }
    #order_review {
        width: 43%;
        float: left;
        margin-left: 2%;
        margin-bottom: 80px;
    }
    /* .woocommerce table.shop_table td {
        width: 50%;
    } */
    .woocommerce .col2-set .col-1,
    .woocommerce-page .col2-set .col-1,
    .woocommerce .col2-set .col-2,
    .woocommerce-page .col2-set .col-2 {
        width: 100%;
    }
}

.woocommerce-terms-and-conditions .wp-block-stackable-spacer {
    height: 0 !important;
}

button#place_order+.woocommerce-error {
    margin-top: 15px;
    background: #fafafa;
}

button#place_order+.woocommerce-error li:not(:last-child) {
    margin-bottom: 8px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
    background: var(--hover-color);
    margin-top: 10px !important;
}

.fkwcs_stripe_icons {
    display: flex !important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart-item {
    display: flex;
}

.woocommerce table.shop_table td.product-name {
    align-items: center;
    gap: 12px;
    display: flex;
    align-items: center
}

.woocommerce table.shop_table td .qib-button-wrapper button.qib-button {
    padding: 3px 6px 3px !important;
    width: 20px;
}

.woocommerce table.shop_table td .qib-button-wrapper .quantity input.input-text.qty.text {
    padding: 3px 6px 3px !important;
    width: 30px;
    max-width: 70px;
}

.woocommerce table.shop_table td a.remove {
    font-size: 18px !important;
}

.woocommerce ul#shipping_method li {
    margin-bottom: 15px;
}

.woocommerce ul#shipping_method li p {
    font-size: 11px;
    line-height: 1.4;
}

.woocommerce ul#shipping_method li p:empty {
    display: none !important;
}

.woocommerce-info::before {
    content: "\e016";
    padding-left: 15px;
    height: 100%;
    display: flex;
    align-items: center;
    top: 0;
}

body.page-id-181 {
    background: #F6F6F6 !important;
}

body.page-id-181 #header {
    background: #fff;
}

.woocommerce-info {
    background: #DCF9F6;
    border-top: 0;
}

#customer_details {
    background: #FFFFFF;
    box-shadow: 0px 2px 15px 1px rgba(97, 97, 97, 0.1);
    border-radius: 4px;
}

#order_review {
    background: #FFFFFF;
    border: 1px solid #1BCEB8 !important;
    box-shadow: 0px 2px 15px 1px rgba(97, 97, 97, 0.1);
    border-radius: 4px;
}

.woocommerce-billing-fields h3,
#order_review_heading,
#fkwcs_stripe_smart_button fieldset legend,
#order_review:before,
tr.woocommerce-shipping-totals.shipping:before,
#payment:before {
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0.02em;
    color: #333333;
}

tr.woocommerce-shipping-totals.shipping:before {
    content: "Dostava";
    margin-top: 10px;
    margin-bottom: 10px;
    display: block;
}

input#coupon_code {
    border-bottom: 1px solid #d3ced2;
}

ul#shipping_method {
    border: 1px solid #D9D9D9;
    padding: 20px !important;
}

.woocommerce table.woocommerce-checkout-review-order-table td {
    border-top: 0 !important;
}

#order_review:before {
    content: "Vaše naročilo";
    display: block;
    margin-bottom: 18px;
}

#payment:before {
    content: "Način plačila";
    display: block;
    margin-bottom: 18px;
}

#fkwcs_stripe_smart_button fieldset legend {
    padding-left: 0 !important;
    margin-bottom: 10px;
}

#order_review {
    padding: 20px 15px;
}

#customer_details {
    padding: 20px 15px;
}

.woocommerce-shipping-totals.shipping {
    display: flex;
    flex-direction: column;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot {
    display: flex;
    flex-direction: column;
}

.woocommerce-shipping-totals.shipping th {
    display: none;
}

table.shop_table.woocommerce-checkout-review-order-table {
    display: block;
    border-top: 0;
}

table.shop_table.woocommerce-checkout-review-order-table thead tr {
    display: flex;
    justify-content: space-between;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
    display: flex;
    width: 100%;
    gap: 12px;
}

table.shop_table.woocommerce-checkout-review-order-table thead {
    width: 100%;
    display: block;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-total {
    display: flex;
    align-items: center;
    margin-left: auto;
    min-width: 65px;
}

table.shop_table.woocommerce-checkout-review-order-table td.product-total>span {
    width: 100%;
}

table.shop_table.woocommerce-checkout-review-order-table .qib-button-wrapper {
    margin-left: auto;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item .product-name {
    font-size: 15px !important;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item .product-name {
    display: flex;
    flex-grow: 1;
}

.woocommerce table.woocommerce-checkout-review-order-table tbody {
    display: block;
}

#order_review button.qib-button {
    position: relative;
}

#order_review button.minus.qib-button:after {
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    transform: translateY(5px);
    background: #D8D8D8;
}

#order_review button.plus.qib-button:before {
    content: "";
    height: calc(100% - 10px);
    width: 1px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(5px);
    background: #D8D8D8;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-total small {
    display: none;
}

.woocommerce table.woocommerce-checkout-review-order-table tr.cart_item td.product-total * {
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    text-align: right;
    letter-spacing: 0.02em;
    color: #333333;
}

#order_review .qib-button-wrapper .quantity input.input-text.qty.text {
    height: 25px !important;
    font-size: 12px;
}

.qib-button-wrapper button.qib-button,
.qib-button-wrapper div.quantity.wqpmb_quantity {
    height: 25px !important;
    font-size: 14px;
}

#order_review .qib-button,
#order_review .wqpmb_quantity input {
    background: #F6F6F6 !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.woocommerce ul#shipping_method li label {
    display: inline-flex;
    width: calc(100% - 24px);
    justify-content: space-between;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.02em;
    color: #333333;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal>*,
table.shop_table.woocommerce-checkout-review-order-table .order-total>*,
.custom_cart_item>* {
    border-top: 0 !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal {
    display: none !important;
}

table.shop_table.woocommerce-checkout-review-order-table tr.cart-subtotal,
table.shop_table.woocommerce-checkout-review-order-table .order-total,
.custom_cart_item {
    display: flex;
    justify-content: space-between;
}

table.shop_table.woocommerce-checkout-review-order-table .order-total {
    border-top: 0 !important;
}

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

.woocommerce ul#shipping_method li input:checked~p:not(:empty) {
    display: block !important;
    margin-top: 3px;
}

#order_review td,
#order_review th {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

table.shop_table.woocommerce-checkout-review-order-table .order-total strong>span {
    font-weight: 800;
    font-size: 18px;
    line-height: 1.1;
    letter-spacing: 0.02em;
    color: #333333;
}

.woocommerce-checkout #payment div.payment_box {
    margin: 0 !important;
    margin-bottom: 15px !important;
    padding: 5px 0 0 10px !important;
}

.woocommerce-checkout #payment div.payment_box p {
    font-size: 14px;
    font-style: italic;
}

.form-row.place-order {
    padding: 10px 0 0 0 !important;
}

.woocommerce-privacy-policy-text p {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    /* or 160% */
    letter-spacing: 0.02em;
    color: #BFBFBF;
}

body #wfob_wrap:empty {
    margin: 0;
}

.woocommerce-checkout #payment ul.payment_methods li input {
    margin-right: 3px !important;
}

.woocommerce-checkout #payment ul.payment_methods li {
    margin-bottom: 8px;
}

.woocommerce form .form-row label {
    line-height: 1;
}

.woocommerce-checkout label {
    display: inline-flex;
    width: auto;
    line-height: 1.5;
    flex-wrap: wrap;
    margin-bottom: 8px;
    gap: 10px;
}

.woocommerce-info {
    padding-left: 35px;
}

@media(min-width:992px) {
    #customer_details {
        padding: 32px 40px;
    }
    #customer_details .form-row:not(.notes) {
        width: 49% !important;
    }
    .woocommerce-info::before {
        content: "\e016";
        padding-left: 35px;
    }
    .woocommerce-info {
        padding-top: 30px;
        padding-left: 80px;
        padding-bottom: 30px;
    }
    .woocommerce-billing-fields__field-wrapper,
    .woocommerce-shipping-fields__field-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        align-items: flex-end;
    }
    #billing_company_field {
        align-self: flex-start;
    }
    #customer_details p#billing_country_field,
    #customer_details p#billing_postcode_field,
    #customer_details p#billing_city_field {
        width: 32% !important;
    }
    #order_review {
        padding: 32px 40px;
    }
    .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item .product-name {
        font-size: 15px !important;
    }
}

table.shop_table.woocommerce-checkout-review-order-table tfoot .custom_cart_item>*,
table.shop_table.woocommerce-checkout-review-order-table tfoot .order-total>* {
    padding-bottom: 3px;
    padding-top: 3px;
}

@media(max-width:991px) {
    div#fkwcs-payment-request-separator {
        margin: 0 !important;
    }
    #order_review {
        margin-top: 20px;
    }
}

.wfob_checkbox {
    display: none !important;
}

.order-total td {
    text-align: right;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
}

p.bwfan_user_consent label {
    font-size: 14px !important;
}


/* .form-row.place-order .woocommerce form .form-row {
    line-height:1.3;
} */

.ps-item-icon {
    width: 50px;
    height: 50px !important;
    padding-top: 0px !important;
}

#ps-list .list li {
    display: flex !important;
}

.list .ps-skip,
.list .ps-skip:hover,
.list .ps-skip:active,
.list .ps-skip:focus {
    height: fit-content;
    color: #fff !important;
}

#ps-list .list .ps-maps-controlls {
    display: block !important;
}

.woocommerce-terms-and-conditions-wrapper {
    padding: 0 20px !important;
}

.bwfan_user_consent {
    padding: 0 23px !important;
}

body .wfob_title {
    font-weight: 600 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

body #wfob_wrap .wfob_wrapper[data-wfob-id="48491"] .wfob_bump.wfob_layout_7.wfob_bump_section #wfob_wrapper_48491 a.wfob_l3_f_btn.wfob_btn_add {
    color: #ffffff !important;
}

#customer_details #billing_email_field {
    width: 100% !important;
}

#customer_details #billing_nakup_za_pravne_osebe_field {
    width: 100% !important;
}

#customer_details #billing_phone_field {
    width: 100% !important;
}

@media(max-width:767px) {
    #fkwcs_custom_express_button span img.fkwcs_express_checkout_button_icon {
        width: auto !important;
        max-width: 60px;
    }
    div#fkwcs_stripe_smart_button_wrapper {
        max-width: 100% !important;
    }
    body .wfob_title {
        font-weight: 600 !important;
        line-height: 1.2 !important;
        font-size: 18px !important;
    }
    body #wfob_wrap .wfob_bump:not(.wfob_header_enable_pointing_arrow) .wfob_label_wrap {
        padding-left: 0px;
    }
}

.woocommerce-checkout .woocommerce .woosb-item-child a.remove {
    display: none !important;
}

#order_review .woosb-item-child td {
    padding-left: 30px !important;
}

@media(max-width:767px) {
    #order_review .woosb-item-child td {
        padding-left: 26px !important;
    }
}

.woocommerce table.shop_table tbody th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot th {
    border-top: unset !important;
}

.cart-discount .woocommerce-Price-amount {
    font-weight: 600;
}

.cart-discount td {
    text-align: right !important;
}

.cart-discount {
    display: flex;
    justify-content: space-between;
}

.woocommerce form .form-row.woocommerce-invalid input {
    border: 1px solid var(--wc-red);
    border-color: var(--wc-red);
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 1px var(--wc-red) !important;
}

@media(max-width:767px) {
    .woocommerce-checkout .woobt-item-name+qib-button-wrapper {
        margin-bottom: 20px !important;
        display: block;
    }
    .woocommerce-checkout .woobt-item-name {
        position: absolute;
        bottom: 4px;
        font-size: 10px;
        padding-left: 24px;
    }
    .woocommerce-checkout .woobt-item-name+input {
        margin-bottom: 48px;
    }
    .woocommerce table.woocommerce-checkout-review-order-table tr.cart_item .product-name {
        font-size: 14px !important;
        line-height: 1.3;
    }
    table.shop_table.woocommerce-checkout-review-order-table tr.cart_item {
        position: relative;
        padding-bottom: 10px;
    }
}

.shop_table .fee {
    display: flex;
    justify-content: space-between;
    border-top: none !important;
}

table.shop_table.woocommerce-checkout-review-order-table tfoot .fee>* {
    padding-bottom: 3px;
    padding-top: 3px;
}

#billing_email_field {
    align-self: flex-start;
}

.phone-info-chk {
    color: #7E7E7E;
    font-size: 10px;
    font-weight: 400;
    margin-top: 5px;
}

.woocommerce-form-login {
    background-color: #fff;
}

.checkout_coupon {
    background-color: #fff;
}

#ship-to-different-address label {
    gap: 4px;
}

div#custom-gdpr-error {
    font-size: 14px;
    padding: 0 15px;
    color: #b81c23;
    line-height: 1.2;
}

p.form-row.form-row-wide.mailchimp-newsletter {
    padding: 0 23px !important; 
}

.shipping-total-before-order-total-custom.custom_cart_item{
    display:none !important;
}