.woocommerce-checkout h1.entry-title.main_title{
    display: none;
}

.woocommerce-checkout .woocommerce-form-coupon-toggle{
    display: none;
}

.woocommerce-checkout  div#main-content {
    background: #F9F9F9;
    padding: 50px 0 90px 0;
}

.woocommerce-checkout form.checkout.woocommerce-checkout {
    background: #FFFFFF;
    border-radius: 0 0 15px 15px;
    padding: 40px;
    display: flex;
    flex-wrap: wrap;
}

ul.shipping-method {
    list-style: none;
    list-style-type: none !important;
    display: flex;
    background: #E7EFE9;
    padding: 24px !important;
    border-radius: 15px 15px 0 0;
    gap: 48px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

ul.shipping-method li label{
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 18px;
    line-height: 24px;
    color: #0C1F26;
}

.delivery-charge {
    margin-bottom: 35px;
    font-size: 40px;
    line-height: 48px;
    width: 100%;
    font-weight: 700;
}

.delivery-charge a{
    color: #0C1F26;
    text-decoration: underline;
    font-weight: 500;
}

.woocommerce-checkout  .woocommerce .col2-set,.woocommerce-checkout  .woocommerce-page .col2-set {
    width: 60%;
    padding-right: 57px;
    border-right: 1px solid #667276;
}

.woocommerce-checkout .woocommerce .col2-set .col-1,.woocommerce-checkout .woocommerce-page .col2-set .col-1 {
    float: left;
    width: 100%;
}

.woocommerce-checkout .woocommerce form .form-row label{
    font-size: 18px;
    line-height: 28px;
    color: #0C1F26;
    margin-bottom: 12px;
}

.woocommerce-checkout  .et_pb_wc_cart_totals .select2-container--default .select2-selection--single,
.woocommerce-checkout  .et_pb_wc_checkout_billing .select2-container--default .select2-selection--single,
.woocommerce-checkout .et_pb_wc_checkout_shipping .select2-container--default .select2-selection--single,
.woocommerce-checkout  .woocommerce #content .quantity input.qty, .woocommerce-cart table.cart td.actions .coupon .input-text,
.woocommerce-checkout  .woocommerce-page #content .quantity input.qty, 
.woocommerce-checkout .woocommerce-page .quantity input.qty, 
.woocommerce-checkout .woocommerce .quantity input.qty, 
.woocommerce-checkout .woocommerce form .form-row input.input-text, 
.woocommerce-checkout .woocommerce form .form-row textarea {
    -webkit-appearance: none;
    background-color: transparent;
    max-width: 100%;
    border-width: 0;
    border-radius: 0;
    color: #667276;
    font-size: 14px;
    padding: 16px;
    line-height: 1.7em;
    border-style: solid;
    border: 1px solid #949B9E;
    border-radius: 15px;
}

.woocommerce-billing-fields h3{
    display: none;
}

p#billing_country_field {
    margin-right: 34px;
}

.select2-container .select2-selection--single {
    height: 58px !important;
    border-radius: 15px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #667276 !important;
    padding: 20px !important;
    line-height: 18px !important;
}

.woocommerce-checkout .woocommerce .col2-set .col-2,.woocommerce-checkout .woocommerce-page .col2-set .col-2 {
    float: right;
    width: 100%;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
    font-size: 18px;
}

.order-right-side {
    width: 40%;
    padding-left: 40px;
}

h3#order_review_heading {
    font-size: 32px;
    line-height: 40px;
    padding-bottom: 32px;
}


.checkout-order-list {
    height: 366px;
    overflow: auto;
}

 /* For WebKit based browsers (Chrome, Safari, Opera) */
 .checkout-order-list::-webkit-scrollbar {
    width: 4px; /* Width of the scrollbar */
}

.checkout-order-list::-webkit-scrollbar-thumb {
    background-color: #667276; /* Color of the scrollbar thumb */
    border-radius: 4px; /* Rounded corners for the scrollbar thumb */
}

/* For Firefox */
.checkout-order-list::-moz-scrollbar {
    width: 5px;
}

.checkout-order-list::-moz-scrollbar-thumb {
    background-color: #000;
    border-radius: 4px;
}

/* For Internet Explorer and Edge */
.checkout-order-list::-ms-scrollbar {
    width: 8px;
}

.checkout-order-list::-ms-scrollbar-thumb {
    background-color: #888;
    border-radius: 4px;
}

.checkout-order-list::-ms-scrollbar-thumb:hover {
    background-color: #555;
}

.checkout-order-list .cart_item {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-right: 15px;
}

.checkout-order-list .cart_item .product-thumbnail {
    width: 26%;
}

.checkout-order-list .cart_item .product-name {
    width: 44%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
}

.checkout-order-list .cart_item .product-total {
    width: 20%;
}

dl.variation dd{
    text-align: left;
    margin-left: 0 !important;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
    /*width: 215px; */
    width:60% !important;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first input{
    border-radius: 30px;
    padding: 11px 20px;
}

.checkout_coupon.woocommerce-form-coupon button.button.wp-element-button:after {
    top: -7px;
}

.checkout_coupon.woocommerce-form-coupon p.form-row.form-row-last {
    width: 150px;
}

.order-card-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

span.order-card-item-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

span.order-card-item-wrapper h3{
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 0;
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #0C1F26;
}

.cart-subtotal  .subtotal {
    color: #0C1F26;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.cart-subtotal .amount {
    font-size: 32px;
    font-weight: 600;
}

.checkout #payment {
    border-style: solid !important;
    background: no-repeat !important;
    border: none !important;
}

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
    background-color: transparent !important;
    color: #515151 !important;
    padding: 0 !important;
}

#add_payment_method #payment div.payment_box::before, .woocommerce-cart #payment div.payment_box::before, .woocommerce-checkout #payment div.payment_box::before{
    display: none;
}

.payment_box.payment_method_bank_transfer label {
    background: #F9F9F9 !important;
    padding: 0 !important;
    width: calc(33.33% - 15px) !important;
    border-radius: 15px !important;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px !important;
    box-sizing: border-box;
    height: 90px;
}


.payment_box.payment_method_bank_transfer>div{
    gap: 15px;
}

#add_payment_method #payment ul.payment_methods li img, .woocommerce-cart #payment ul.payment_methods li img, .woocommerce-checkout #payment ul.payment_methods li img {
    vertical-align: middle;
    margin: 0 !important;
    padding: 0;
    position: relative;
    box-shadow: none;
    border-radius: 0;
    object-fit: contain;
    top: -6px;
}

li.payment_method_bank_transfer .spell--pm-wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    text-align: center;
    justify-content: center;
}

input.spell-payment-method {
    opacity: 0;
}

li.payment_method_bank_transfer .spell--pm-wrapper label {
    display: none;
}

span.woocommerce-terms-and-conditions-checkbox-text {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
    float: right;
    background: #9EF3B0;
    border: none;
    margin-top: 16px;
    padding: 13px 0;
    box-sizing: border-box;
    color: #0C1F26;
    font-size: 18px;
    display: block;
    width: 100%;
}
.woocommerce #payment #place_order:hover::after, .woocommerce-page #payment #place_order:hover::after{
    color: #fff;
}
.coupon-code-item{
    display: none;
}

.coupon-code-item.block{
    display: block !important;
}
.woocommerce-checkout .woocommerce-additional-fields{
    display: block !important;
}
.woocommerce-checkout .woocommerce-additional-fields a{
    font-size: 18px;
    line-height: 28px;
    color: #0C1F26;
    margin-bottom: 12px;
    font-weight: bold;
}
@media(max-width:767px){
    .et_pb_section_0_tb_header.et_pb_section{
        padding-top: 4px !important;
    }
    .et_pb_section_0_tb_header.et_pb_section .column-cart{
        margin-top: 4px !important;
    }
}

@media(max-width:600px){
    .woocommerce-checkout form.checkout.woocommerce-checkout {
        padding: 0 20px 40px 20px;
    }

    .woocommerce-checkout .woocommerce .col2-set, .woocommerce-checkout .woocommerce-page .col2-set {
        width: 100%;
        padding-right: 0;
        border-right: 0px solid #667276;
    }

    p#billing_country_field {
        margin-right: 0;
    }

    .order-right-side {
        width: 100%;
        padding-left: 0;
    }

    .checkout-order-list .cart_item .product-name {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }

    span.order-card-item-wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        flex-wrap: wrap;
    }

}


.tax-rate.tax-rate-pvm-1 {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.tax-rate.tax-rate-pvm-1 .tax-label {
    color: #0C1F26;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}

.tax-rate.tax-rate-pvm-1 .tax-label-amount {
    font-size: 32px;
    font-weight: 600;
}

.order-total {
    display: flex;
    justify-content: space-between;
    margin: 30px 0;
}

.order-total .order-title{
    color: #0C1F26;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
}


.order-total .order-total-amount{
    font-size: 32px;
    font-weight: 600;
}

h3.shipping-title {
    color: #0C1F26 !important;
    font-size: 24px;
    line-height: 28px;
    font-weight: 600 !important;
    margin-bottom: 9px;
}


/* point nubmer 15 */
form.checkout_coupon.woocommerce-form-coupon .form-row-last button {
    border: 3px solid #9ef3b0 !important;
}
form.checkout_coupon.woocommerce-form-coupon .form-row-last button:hover {
    border: 3px solid #0c1f26 !important;
}

/* point nubmer 16 */
.et_pb_row.et_pb_row_4 .et_pb_module_inner h2{
  padding: 25px 0px !important  
}
.postid-4085 .et_pb_row.et_pb_row_4 .et_pb_module_inner .order-total{
    margin: 0px !important;
}
.postid-4085 .et_pb_row.et_pb_row_4 .et_pb_module_inner table.shop_table.shop_table_responsive.my_account_orders th,
.postid-4085 .et_pb_row.et_pb_row_4 .et_pb_module_inner table.shop_table.shop_table_responsive.my_account_orders td {
    padding: 20px !important;
}

.postid-4085 .et_pb_row.et_pb_row_4 .et_pb_module_inner table.shop_table td {
    line-height: 4.5em !important;
}


.postid-4085 .et_pb_row.et_pb_row_4 .et_pb_module_inner table .button.view {
    border: none;
}


/* point number 20 */
span.et_pb_contact_field_options_list.required {
    display: block;
}

span.et_pb_contact_field_options_list.required span{
    width:100%;
}

.et_pb_gutters3 .woocommerce-order{
    padding: 50px;
}

.page-id-9 #et-main-area{
    padding:50px;
}



/* points fixes */

    button.woocommerce-Button.button {
        border: none;
        padding-left: 2rem !important;
    }
    button.woocommerce-Button.button::after {
        display: none;
    }

    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 60%;
    }
    form.checkout_coupon.woocommerce-form-coupon .form-row-last button {
        margin-left: -95px;
        margin-top: 1px;
        padding-left: 2em !important;
        padding-right: 2em !important;
    }
.archive-bc-page span.woocommerce-Price-currencySymbol {
    margin-left: -8px;
}

.et_button_icon_visible.woocommerce a.button{
    padding: 6px 0px !important;
    text-align: center !important;
}
.et_pb_module.et_pb_db_content.et_pb_db_content_0.clearfix {
    /* display: none; */
}

/* .et_pb_row.et_pb_row_6 {
    display: none;
} */
.et-db #et-boc .et-l .et_pb_image_0_tb_header .et_pb_image_wrap img {
    border-radius: 5px !important;
}

/* for 404 page */
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    border-radius: 16px !important;
}

.prisijunkvalign-text-middle{
	color: #2F7893 !important;
}
.prisijunkvalign-text-middle:hover{
	text-decoration:underline;
}
div#de_fb_pamiršau_slaptažodį_wrapper a {
    color: #2F7893 !important;
}
div#de_fb_pamiršau_slaptažodį_wrapper a:hover {
    text-decoration:underline;
}



.et_pb_row.et_pb_row_0.zts_registration_page_cont.et-last-child .de_fb_submit_container {
    width: 100%;
}

.et_pb_row.et_pb_row_0.zts_registration_page_cont.et-last-child .divi-form-submit-container {
    width: 100%;
}
.et_pb_row.et_pb_row_0.zts_registration_page_cont.et-last-child button.divi-form-submit.et_pb_button {
    width: 100%;
}

body.et-db #page-container #et-boc .et-l .et_pb_section .et_pb_button_0:hover {
    background-color: black !important; /* Example hover background color */
    color: white !important; /* Example hover text color */
}

div#sticky-cart-add {
    padding-top: 0px !important;
}
.et_pb_module.et_pb_wc_title.et_pb_wc_title_0.et_pb_bg_layout_light h1 {
    font-size: 20px;
}


@media (max-width: 979px) {
    form.checkout_coupon.woocommerce-form-coupon .form-row-last button {
        width: 100% !important;
    }
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 100% !important;
    }

    form.checkout_coupon.woocommerce-form-coupon .form-row-last button {
        margin-left: 0px !important;
        width: 100% !important;
    }
}


/* For widths below 980px */
/*@media only screen and (max-width: 979px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 54% !important;
    }

    form.checkout_coupon.woocommerce-form-coupon .form-row-last button {
        margin-left: 0px !important;
        width: 100% !important;
    }

}*/

/* For widths 980px to 1199px */
@media only screen and (min-width: 980px) and (max-width: 1199px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 54% !important;
    }
}

@media (max-width: 1299px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 100% !important;
    }
}

/* For widths 1200px to 1599px */
@media only screen and (min-width: 1298px) and (max-width: 1599px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 59% !important;
    }
}

/* For widths 1600px to 2199px */
@media only screen and (min-width: 1600px) and (max-width: 2199px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 68% !important;
    }
}

/* For widths 2200px and above */
@media only screen and (min-width: 2200px) {
    .checkout_coupon.woocommerce-form-coupon p.form-row.form-row-first {
        width: 78% !important;
    }
}