.title_checkout_page {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    pointer-events: none;
}

.container_checkout_page{
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 100px;
}


.container_simplecheckout_step{
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.container_form_contact_address_payment{
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
}

.container_form_products {
    height: fit-content;
}

.simplecheckout .label_checkout_page {
    display: flex !important;
}

.box_inputs_label_checkout_page{
    width: 100%;
}

@media screen and (min-width: 768px) {
    .container_checkout_page {
        margin-top: 20px;
    }

}

@media screen and (min-width: 1280px) {
    .container_simplecheckout_step{
        flex-direction: row;
        gap: 40px;
    }   
    .container_checkout_page {
        margin-bottom: 80px;
    }

    .title_checkout_page {
        opacity: 0;
        visibility: hidden;
        position: absolute;
        pointer-events: none;
    }

    .container_form_products {
        min-width: 480px;
        position: sticky;
        top: 100px;
    }

}





.container_content_checkout_page {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-self: stretch;
    margin-top: 20px;
}

.container_steps_checkout_page {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 24px;
    gap: 20px;
    background: #FFF;
}

.form_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.box_toggle_checkout_page {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.item_toggle_checkout_page{
    opacity: 0.6;
    padding-bottom: 20px;
    text-align: center;
    border-bottom: 2px solid #DDE0E2;
    transition: var(--transition-time-all);
    box-sizing: border-box;
    height: 37px;
}

.item_toggle_checkout_page .text_label_checkout_page{
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.06;
}

.item_toggle_checkout_page:hover {
    cursor: pointer;
    color: #007632;
    opacity: 1;
    /* border-bottom: 3px solid #007632; */
}

.item_toggle_checkout_page.active {
    color: #007632;
    opacity: 1;
    border-bottom: 3px solid #007632;
}

.item_toggle_checkout_page.active .text_label_checkout_page{
    color: #007632;
}

.box_step_form_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.box_inputs_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.box_number_title_step_checkout_page {
    display: flex;
    align-items: center;
    gap: 16px;
}


.number_step_checkout_page {
    display: flex;
    width: 36px;
    height: 36px;
    padding: 10px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    aspect-ratio: 1/1;
    border-radius: 50%;
    background: #F3F3F3;
    color: var(--Gray-600, #535863);
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21;
}

.number_step_checkout_page.active {
    background: #007632;
    color: #FFF;
}

.title_step_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.label_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    position: relative;
}


.text_label_checkout_page {
    overflow: hidden;
    color: #454F5B;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 17px; /* 121.429% */
}

#simpleregister .text_label_checkout_page {
    overflow: hidden;
    color: #454F5B;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21;
    /* 121.429% */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
}


.text_label_checkout_page_required::after {
    content: "*";
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    color: #D42620;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21;
}

.input_checkout_page {
    display: flex;
    height: 44px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background-color: #F3F3F3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.06;
    transition: var(--transition-time-all);
    border: 2px solid #F3F3F3;
}

.input_checkout_page::placeholder {
    opacity: 0.5;
}

.input_checkout_page:hover {
    background-color: #fff;
}

.input_checkout_page:focus {
    border-color: #007632;
    background-color: #fff;
}

.label_checkout_page_phone .input_checkout_page,
.label_checkout_page_email .input_checkout_page {
    padding: 10px 46px 10px 14px;
}

.label_checkout_page_phone::after {
    position: absolute;
    top: 34px;
    right: 10px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/icons/icon_phone.svg);
}

.label_checkout_page_email::after {
    position: absolute;
    top: 34px;
    right: 10px;
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-image: url(../image/icons/icon_email.svg  );
}


.container_radio_group_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}

.box_item_radio_checkout_page {
    display: flex;
    flex-direction: column;
    width: 100%;
    /* max-width: 530px; */
    padding: 16px;
    justify-content: space-between;
    border-radius: 18px;
    border: 2px solid #F3F3F3;
    background-color: #F3F3F3;
    transition: var(--transition-time-all);
    gap: 0;
}


.box_item_radio_checkout_page.active {
    border: 2px solid var(--Gray-200, #DDE0E2);
    background: var(--White-600, #FFF);
    gap: 16px;
}

.label_radio_option_checkout_page {
    position: relative;
    align-items: center;
    padding-left: 28px;
    height: 40px;
    cursor: pointer;
}

.simplecheckout .label_radio_option_checkout_page {
    display: flex !important;
}

.box_radio_text_photo {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.custom_marker_radio_input {
    position: absolute;
    display: flex;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    border-radius: 50%;
    min-width: 18px;
    max-width: 18px;
    min-height: 18px;
    max-height: 18px;
    border-radius: 9px;
    border: 1px solid #DDE0E2;
    background-color: #FFF;
    box-sizing: border-box;
    transition: var(--transition-time-all);
}

.custom_marker_radio_input::before {
    content: '';
    position: absolute;
    opacity: 0;
    visibility: hidden;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #007632;
    transform: translate(-50%, -50%);
    transition: var(--transition-time-all);
}

.box_item_radio_checkout_page.active .custom_marker_radio_input::before {
    opacity: 1;
    visibility: visible;
}

.box_item_radio_checkout_page.active .custom_marker_radio_input {
    border-color: #007632;
}

.radio_text_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.container_selects_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.container_item_custom_select_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    align-self: stretch;
    position: relative;
}



.title_custom_select_checkout_page {
    overflow: hidden;
    color: #454F5B;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21;
    /* 121.429% */
}

.box_top_custom_select_checkout_page {
    display: flex;
    width: 100%;
    justify-content: space-between;
    height: 44px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #F3F3F3;
    cursor: pointer;
}

.icon_select_custom_checkout_page {
    width: 24px;
    height: 24px;
    transform: rotate(90deg);
    transition: var(--transition-time-all);
}


.container_item_custom_select_checkout_page.open .icon_select_custom_checkout_page {
    transform: rotate(270deg);
}

.list_select_custom_checkout_page {
    position: absolute;
    top: 100%;
    width: 100%;
    z-index: 10;
    left: 0;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    border-radius: 20px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(114, 138, 155, 0.25);
    transition: var(--transition-time-all);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
}

.container_item_custom_select_checkout_page.open .list_select_custom_checkout_page {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


.item_select_custom_checkout_page {
    display: flex;
    padding: 14px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 85%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    transition: var(--transition-time-all);

}

.item_select_custom_checkout_page:hover {
    background: #F4F4F4;
    cursor: pointer;
}

.item_select_custom_checkout_page.active {
    color: #007632;
}




.container_selects_checkout_page {
    max-height: 0;
    opacity: 0;
    visibility: 0;
    pointer-events: none;
    transition: var(--transition-time-all);
}


.box_item_radio_checkout_page.active .container_selects_checkout_page {
    max-height: 1000px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
}


.container_products_checkout_page {
    display: flex;
    padding: 16px;
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    border-radius: 24px;
    background: #FFF;
}

.box_top_products_checkout_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.title_top_products_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn_open_cart_checkout_page {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text_btn_open_cart_checkout_page {
    color: #007632;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.42;
    transition: var(--transition-time-all);
}

.text_btn_open_cart_checkout_page:hover {
    cursor: pointer;
    text-decoration: underline;
}

.icon_btn_open_cart_checkout_page {
    width: 20px;
    height: 20px;
    fill: #007632;
}

.list_products_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    width: 100%;
    margin-bottom: 0;
    max-height: 300px;
    overflow-y: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* для плавності на iOS */
    scrollbar-width: thin;             /* Firefox */
    scrollbar-color: #ccc transparent; /* Firefox */
}

.list_products_checkout_page::-webkit-scrollbar {
    height: 6px;
}

.list_products_checkout_page::-webkit-scrollbar-track {
    background: transparent;
}

.list_products_checkout_page::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 3px;
}

.item_product_checkout_page {
    display: flex;
    padding: 10px;
    gap: 10px;
    align-self: stretch;
    border-radius: 20px;
    background: #FFF;
    width: 100%;

}

.img_product_checkout_page {
    width: 64px;
    height: 64px;
    max-width: none;
    border-radius: 10px;
}

.box_info_product_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.name_product_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: var(--transition-time-all);
}

.name_product_checkout_page:hover {
    color: #007632;
    text-decoration: underline;
}

.box_bottom_info_product_checkout_page {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    
}

.price_product_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.count_product_checkout_page {
    color: #535863;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.8;
}

.box_bottom_products_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-self: stretch;
}

.box_info_order_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.list_info_order_checkout_page {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    margin-bottom: 0;
}

.item_info_order_checkout_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}


.text_item_info_order_checkout_page {
    color: #535863;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 300;
    line-height: 145%;
    /* 20.3px */
}

.value_item_info_order_checkout_page {
    color: #1A1A1A;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%;
    /* 20.3px */
}

.decoration__line_checkout_page {
    background: #DDE0E2;
    height: 1px;
    align-self: stretch;
}


.box_total_order_checkout_page {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
}

.text_total_order_checkout_page {
    color: #535863;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}

.value_total_order_checkout_page {
    color: #1A1A1A;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 145%;
}



.btn_submit_checkout_checkout_page_update {
    border-radius: 12px;
    background: #007632;
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: var(--transition-time-all);
}

.btn_submit_checkout_checkout_page_update:hover {
    background: #181818;
}

.btn_submit_checkout_checkout_page_update:disabled {
    background: #007632;
    opacity: 0.5;
}

.btn_submit_checkout_checkout_page_update:disabled:hover {
    background: #007632;
}

.text_label_checkbox_checkout_page {
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21;
}


.link_label_checkbox_checkout_page {
    color: #007632;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    transition: var(--transition-time-all);

}

.link_label_checkbox_checkout_page:hover {
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #007632;
}


/* ==================================================== */

.simplecheckout .label_checkbox_checkout_page {
    display: flex !important;
    align-items: center;
    gap: 12px;
    position: relative;
    cursor: pointer;
    margin: 24px 0;
}

.input_checkbox_checkout_page {
    position: absolute;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
    z-index: 2;
}

.box_checkbox_checkout_page {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    border: 1px solid #DDE0E2;
    background-color: #fff;
    box-sizing: border-box;
    z-index: 1;
    position: relative;
    transition: var(--transition-time-all);

}


.label_checkbox_checkout_page:hover .box_checkbox_checkout_page {
    border-color: #007632;
}

.input_checkbox_checkout_page:checked+.box_checkbox_checkout_page {
    border-color: #007632;
    background-color: #007632;
}

.input_checkbox_checkout_page:checked+.box_checkbox_checkout_page::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-size: 100% 100%;
    background-image: url(../image/icons/check_marker.svg);
}



@keyframes wave-46 {
    50% {
        transform: scale(0.9);
    }
}

.box_checkbox_checkout_page {
    min-width: 18px;
    min-height: 18px;
}

.container_btns_simplecheckout_hide{
    visibility: hidden;
    opacity: 0;
    position: absolute;
    width: 0;
    height: 0;
    z-index: -1;
    overflow: hidden;
    margin: 0;
    padding: 0;
}



.container_file_input{
    width: 100%;
}

.simplecheckout .label_checkout_page_file{
    display: flex !important;
    width: 100%;
    justify-content: space-between;
}

.container_icon_text_icon_label_checkout_page_file {
    display: flex;
    align-items: center;
    gap: 16px;
}

.label_checkout_page_file{
    cursor: pointer;
}



.box_icon_label_checkout_page {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #F3F3F3;
}

.box_text_label_checkout_page {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}


.title_checkout_shipping_method{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    align-self: stretch;
    overflow: hidden;
    color: #454F5B;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.21; /* 121.429% */
}

.custom_input_radio_payment{
    -webkit-appearance: radio;
    width: 18px;
    height: 18px;
    border-radius: 9px;
    border: 1px solid #DDE0E2;
    background: #FFF;
    accent-color: #007632;
    margin-top: 0 !important;
}

.container_payment_step_checkout_page {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.box_item_input_radio_payment{
    display: flex;
    align-self: stretch;
    border-radius: 16px;
    background: #F3F3F3;
    flex-direction: column;
    gap: 16px;
    border: 2px solid #F3F3F3;
    transition: var(--transition-time-all);

}

.simplecheckout .label_input_radio_payment {
    display: flex !important;
    align-items: center;
    gap: 10px;
    padding: 16px;
    cursor: pointer;
    transition: var(--transition-time-all);
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
#simplecheckout_payment_form {
    display: none;
}

.box_item_input_radio_payment:has(.label_input_radio_payment:hover) {
    border-color: #DDE0E2;
    background: #FFF;
}

.container_description_payment {
    padding: 0 16px 16px 16px;
}

.box_item_input_radio_payment:has(.custom_input_radio_payment:checked) {
    background: #FFF;
    border-color: #DDE0E2;
}

.box_select_checkout_shipping_method {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.container_form_shipping_address {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 0 !important;
}
.simplecheckout-block{
    width: 100%;
    margin: 0 ;
}

.box_select_checkout_shipping_method {
    width: 100%;
}

.select_custom_shipping_method {
    display: flex;
    align-items: center;
    height: 44px;
    padding: 10px 14px;
    border-radius: 12px;
    background: #F3F3F3;
    gap: 14px;
    width: 100%;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal; /* 106.25% */
}

.option_custom_shipping_method{
    display: flex;
    padding: 14px 10px;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #FFF;
    overflow: hidden;
    color: var(--Black-600, #181818);
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px; /* 75% */
    transition: var(--transition-time-all);
}


@media screen and (min-width: 768px) {
    .container_steps_checkout_page {
        padding: 30px;
    }
}



.container_select_checkout_shipping_method{
    position: relative;
}

.custom-select__optgroup {
    padding: 10px;
    font-weight: bold;
    background: #f3f3f3;
    border-top: 1px solid #ddd;
}


.box_top_select_checkout_shipping_method {
    display: flex;
    height: 44px;
    padding: 10px 14px;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    align-self: stretch;
    justify-content: space-between;
    border-radius: 12px;
    background: #F3F3F3;
    overflow: hidden;
    color: #181818;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    border: 2px solid  #F3F3F3;
    transition: var(--transition-time-all);
}

.box_top_select_checkout_shipping_method::after {
    content: '';
    width: 24px;
    height: 24px;
    display: block;
    background-size: cover;
    background-position: center;
    transform: rotate(90deg);
    background-image: url(../image/icons/icon_short_arrow.svg);
    transition: var(--transition-time-all);
}

.container_select_checkout_shipping_method.open .box_top_select_checkout_shipping_method::after {
    transform: rotate(270deg);
}

.list_label_custom_shipping_method {
    position: absolute;
    top: 100%;
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    display: flex;
    padding: 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transition: var(--transition-time-all);
    border-radius: 20px;
    box-shadow: 0px 1px 4px 0px rgba(114, 138, 155, 0.25);
    max-height: 202px;
    overflow-y: auto;
}

.container_select_checkout_shipping_method.open .list_label_custom_shipping_method {
    opacity: 1;
    visibility: visible;
}

.box_top_select_checkout_shipping_method:hover {
    background: #FFF;
    border-color:  #DDE0E2;
    cursor: pointer;
}

.container_select_checkout_shipping_method.open .box_top_select_checkout_shipping_method {
    background: #FFF;
    border-color:  #DDE0E2;
}

.option_custom_shipping_method:hover {
    background: #F4F4F4;
    cursor: pointer;
}

.option_custom_shipping_method.selected {
    color: #007632;
}

/*.select2-container--focus {*/
/*    display: flex;*/
/*    height: 44px;*/
/*    padding: 10px 14px;*/
/*    align-items: center;*/
/*    gap: 8px;*/
/*    align-self: stretch;*/
/*    border-radius: 12px;*/
/*    background: #F3F3F3;*/
/*    justify-content: space-between;*/
/*}*/

/*.select2-selection.select2-selection--single::after {*/
/*    content: '';*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    display: block;*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    transform: rotate(90deg);*/
/*    background-image: url(../image/icons/icon_short_arrow.svg);*/
/*    transition: var(--transition-time-all);*/
/*}*/


.hide_select_custom_shipping_method {
    width: 0;
    height: 0;
    opacity: 0;
    overflow: hidden;
    visibility: hidden;
    position: absolute;

}


.box_info_order_checkout{
    width: 100%;
}

.list_info_order_checkout{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
}
.item_info_order_checkout {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-bottom: 1px dashed #88898B;
    gap: 40px;
}

.name_info_order_checkout {
    color: #88898B;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    white-space: nowrap;
}

.value_info_order_checkout {
    color: #181818;
    text-align: right;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.btn_delete_file_checkout_page{
    width: 24px;
    height: 24px;
}

.icon_delete_file_checkout_page {
    width: 24px;
    height: 24px;
    fill: #D42620;
}




.box_icon_label_checkout_page.is_value .icon_label_checkout_page {
    fill: #007632;
}

.btn_upload_file_checkout_page_is_value{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background-image: url(../image/icons/icon_upload.svg);
    background-color: white;
}

.btn_upload_file_checkout_page.hide_input {
    display: none;
}


/*#agreement_warning{*/
/*    display: none;*/
/*}*/

.box_new_agreement_warning {
    max-height: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: var(--transition-time-all);

}


.box_new_agreement_warning.active {
    max-height: 100px;
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    margin-bottom: 24px;
}

.label_agreement_warning {
    color: #FF0000;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.21;
}

.container_empty_checkout {
    display: flex;
    max-width: 540px;
    padding: 30px;
    flex-direction: column;
    align-items: center;
    gap: 30px;
    margin-top: 120px;
    margin-bottom: 452px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 30px;
    background: #FFF;
    box-shadow: 0px 1px 19.4px 0px rgba(196, 203, 211, 0.25);
}

.box_top_empty_checkout {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.icon_cart_empty_checkout {
    width: 40px;
    height: 40px;
    margin: 0 auto;
}

.box_text_empty_checkout {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    align-self: stretch;
}

.title_empty_checkout {
    color:  #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.text_empty_checkout {
    color: #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
}

.link_empty_checkout {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    border-radius: 12px;
    background: #007632;
    color: #FFF;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    transition: var(--transition-time-all);
}

.link_empty_checkout:hover {
    background: #181818;
    color: #fff;
}

.box_select_checkout_shipping_method .hide_select_custom_shipping_method {
    position: absolute;
    visibility: hidden;
    width: 0;
    height: 0;
}

.price_product_checkout_page.tablet_desktop {
    display: none;
}

.textarea_simplecheckout {
    display: flex;
    height: 195px;
    padding: 14px;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
    border-radius: 12px;
    background: #F3F3F3;
    resize: none;
    color: #535863;
    border: 2px solid #f3f3f3;
    text-overflow: ellipsis;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px; /* 106.25% */
    transition: var(--transition-time-all);
}

.textarea_simplecheckout::placeholder{
    opacity: 0.5;
}

.textarea_simplecheckout:hover {
    background: #fff;
}

.textarea_simplecheckout:focus {
    border-color: #007632;
    background: #fff;
}

@media screen and (min-width: 768px) {
    .price_product_checkout_page.mobile {
        display: none;
    }
    .container_products_checkout_page{
        padding: 30px;
        border-radius: 30px;
    }
    .price_product_checkout_page.tablet_desktop {
        display: flex;
        white-space: nowrap;
    }
    .item_product_checkout_page{
        padding: 0;
    }

    .box_info_product_checkout_page{
        justify-content: flex-start;
    }

    .list_products_checkout_page {
        padding-right: 5px;
        margin-bottom: 30px;
        max-height: 240px;
    }

    .list_products_checkout_page::-webkit-scrollbar {
        height: 4px;
    }

    .container_products_checkout_page{
        gap: 0;
    }

    .list_products_checkout_page::-webkit-scrollbar-thumb {
        background-color: rgba(0, 0, 0, 0.1);
    }

    .box_top_products_checkout_page {
        margin-bottom: 20px;
    }

}

.name_current_file {
    display: none;
    margin: auto 0;
    color:  #181818;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.container_file_input.add_file .name_current_file, .container_file_input.error .name_current_file {
    display: block;

}

.container_file_input.add_file .text_type_file_checkout_page,
.container_file_input.add_file  .text_label_checkout_page,
.container_file_input.error  .text_label_checkout_page,
.container_file_input.error .text_type_file_checkout_page{
    display: none;
}

.box_btn_is_value_file{
    align-items: center;
    gap: 10px;
    display: none;

}

.btn_upload_file_checkout_page {
    display: flex;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    border: 2px solid #007632;
    background: #FFF;
    color: #007632;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.25;
    transition: var(--transition-time-all);
}

.btn_upload_file_checkout_page:hover {
    background: #007632;
    color: #FFF;
}

.icon_label_checkout_page {
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M11 16V7.85L8.4 10.45L7 9L12 4L17 9L15.6 10.45L13 7.85V16H11ZM4 20V15H6V18H18V15H20V20H4Z' fill='%23181818'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.container_file_input.add_file .icon_label_checkout_page {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M4 22V2H14L20 8V22H4ZM13 9V4H6V20H18V9H13Z' fill='%23007632'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.container_file_input.error .icon_label_checkout_page {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M12 17C12.2833 17 12.5208 16.9042 12.7125 16.7125C12.9042 16.5208 13 16.2833 13 16C13 15.7167 12.9042 15.4792 12.7125 15.2875C12.5208 15.0958 12.2833 15 12 15C11.7167 15 11.4792 15.0958 11.2875 15.2875C11.0958 15.4792 11 15.7167 11 16C11 16.2833 11.0958 16.5208 11.2875 16.7125C11.4792 16.9042 11.7167 17 12 17ZM11 13H13V7H11V13ZM12 22C10.6167 22 9.31667 21.7375 8.1 21.2125C6.88333 20.6875 5.825 19.975 4.925 19.075C4.025 18.175 3.3125 17.1167 2.7875 15.9C2.2625 14.6833 2 13.3833 2 12C2 10.6167 2.2625 9.31667 2.7875 8.1C3.3125 6.88333 4.025 5.825 4.925 4.925C5.825 4.025 6.88333 3.3125 8.1 2.7875C9.31667 2.2625 10.6167 2 12 2C13.3833 2 14.6833 2.2625 15.9 2.7875C17.1167 3.3125 18.175 4.025 19.075 4.925C19.975 5.825 20.6875 6.88333 21.2125 8.1C21.7375 9.31667 22 10.6167 22 12C22 13.3833 21.7375 14.6833 21.2125 15.9C20.6875 17.1167 19.975 18.175 19.075 19.075C18.175 19.975 17.1167 20.6875 15.9 21.2125C14.6833 21.7375 13.3833 22 12 22ZM12 20C14.2333 20 16.125 19.225 17.675 17.675C19.225 16.125 20 14.2333 20 12C20 9.76667 19.225 7.875 17.675 6.325C16.125 4.775 14.2333 4 12 4C9.76667 4 7.875 4.775 6.325 6.325C4.775 7.875 4 9.76667 4 12C4 14.2333 4.775 16.125 6.325 17.675C7.875 19.225 9.76667 20 12 20Z' fill='%23D42620'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}


.container_file_input.add_file .btn_upload_file_checkout_page {
    display: none;
}

.container_file_input.add_file .box_btn_is_value_file {
    display: flex;
}

.container_file_input.add_file .box_icon_label_checkout_page {
    background: #ECFDF3;
}

.container_file_input.error .box_icon_label_checkout_page {
    background: #FBEAE9;
}

.container_file_input.error .name_current_file {
    color: #D42620;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.btn_error_checkout_page{
    display: none;
    padding: 12px 14px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    color: #007632;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    border: 2px solid #fff;
    background: #fff;
    transition: var(--transition-time-all);
}

.btn_error_checkout_page:hover{
    border-color: #007632;
    background: #007632;
    color: #fff;
}

.container_file_input.error .btn_upload_file_checkout_page {
    display: none;
}

.container_file_input.error .btn_error_checkout_page {
    display: flex;
}

.container_text_step_simpleregister {
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 4px;
    align-self: stretch;
    margin-top: 20px;
}

.container_simpleregister:has(label.active [value="legal"]) .container_text_step_simpleregister {
    display: flex;
}

.container_simpleregister:has(label.active [value="legal"]) {}

.container_simpleregister .btn_upload_file_checkout_page {
    display: none;
}

.container_simpleregister .container_file_input {
    display: flex;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    border-radius: 17px;
    background: #FFF;
}

.container_simpleregister .container_icon_text_icon_label_checkout_page_file {
    width: 100%;
    flex-direction: row-reverse;
    justify-content: space-between;
}

.label_checkout_page[for="register_person_type"] .text_label_checkout_page {
    display: none;
}

.container_simpleregister .label_checkout_page_file {
    width: 100%;
}
.container_simpleregister .container_file_input.error .container_icon_text_icon_label_checkout_page_file {
    flex-direction: row;
    justify-content: flex-start;
}
.container_simpleregister .container_file_input.add_file .container_icon_text_icon_label_checkout_page_file {
    flex-direction: row;
    justify-content: flex-start;
}
.container_simpleregister .container_file_input.add_file .label_checkout_page_file  {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
    gap: 10px;
}

.container_simpleregister .label_checkout_page_file {
    margin-bottom: 0;
}

.container_simpleregister .container_file_input.error .label_checkout_page_file {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;

}

.container_simpleregister .box_text_label_checkout_page {
    overflow-x: hidden;
}

.container_simpleregister .container_icon_text_icon_label_checkout_page_file {
    width: 100%;
    overflow-x: hidden;
}

.text_agreements_checkbox_simpleregister .custom-checkmark.checked {
    background: #007632;
    border-color: #007632;
}

.text_agreements_checkbox_simpleregister .custom-checkmark.checked::after {
    content: "";
    position: absolute;
    top: 2px;
    left: 2px;
    width: 12px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='10' viewBox='0 0 12 10' fill='none'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M8.6465 3.1189L3.42041 8.34498L1.04492 5.96949' stroke='white' stroke-width='1.78162' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect x='0.00976562' y='0.00952148' width='11.4024' height='9.32921' rx='4.5' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}


.text_step_two_simpleregister {
    display: none;
}

.current_item_step_simpleregister,
.item_step_simpleregister,
.text_step_one_simpleregister,
.text_step_two_simpleregister {
    color: #181818;
    text-align: center;
    font-family: var(--font-family-main);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px; /* 150% */
}

#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_telephone"],
#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_lastname"],
#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_firstname"],
#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_email"],
#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_password"],
#simpleregister:has(label.active [value="legal"])  .label_checkout_page[for="register_confirm_password"],
#simpleregister:has(label.active [value="legal"])  .box_checkbox_simpleregister:has(.text_agreements_checkbox_simpleregister[for="register_gdpr"]),
#simpleregister:has(label.active [value="legal"]) #labelPersonalInfo {
    display: none !important;
}
#simpleregister:has(label.active [value="physical"]) #btnNextStep{
    display: none;
}

#simpleregister:has(label.active [value="legal"]) #simpleregister_button_confirm {
    display: none;
}

.btn_submit_simpleregister:disabled{
    pointer-events: none;
    opacity: 0.5;
}

#simpleregister .btn_upload_file_checkout_page_is_value {
    display: none;
}

.text_error_step {
    display: none;
    color: #D42620;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 145%; /* 20.3px */
}

.text_error_step.show {
    display: block;
}

#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_telephone"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_lastname"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_firstname"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_email"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_password"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_confirm_password"],
#simpleregister.step_two:has(label.active [value="legal"])  .box_checkbox_simpleregister:has(.text_agreements_checkbox_simpleregister[for="register_gdpr"]),
#simpleregister.step_two:has(label.active [value="legal"]) #labelPersonalInfo {
    display: flex !important;
}

#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_ipn"],
#simpleregister.step_two:has(label.active [value="legal"])  .label_checkout_page[for="register_edrpou"],
#simpleregister.step_two:has(label.active [value="legal"])  .text_agreements_checkbox_simpleregister[for="register_is_vat_payer"],
#simpleregister.step_two:has(label.active [value="legal"])  .container_file_input[data-file-block],
#simpleregister.step_two:has(label.active [value="legal"])  .box_checkbox_simpleregister:has(.text_agreements_checkbox_simpleregister[for="register_is_vat_payer"]) {
    display: none !important;
}

#simpleregister.step_two:has(label.active [value="physical"]) #btnNextStep{
    display: flex;
}

#simpleregister.step_two:has(label.active [value="legal"]) #simpleregister_button_confirm {
    display: flex;
}

#simpleregister.step_two .text_step_one_simpleregister,#simpleregister.step_two  .btn_submit_simpleregister {
    display: none;
}
#simpleregister.step_two .text_step_two_simpleregister {
    display: flex;
}

.icon_eye_password {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    fill: #535863;
    transition: var(--transition-time-all);
}

.btnShowPassword{
    position: absolute;
    top: 33px;
    right: 14px;
    width: 24px;
    height: 24px;
    transition: var(--transition-time-all);
}

.box_inputs_label_checkout_page:has(.input_checkout_page:focus) .icon_eye_password,
.label_reset_password:has(.input_reset_password:focus) .icon_eye_password{
    fill: #007632;
}

.container_error_simple {
    display: flex;
    align-items: center;
    gap: 16px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 24px;
    background: #FFF;
    padding: 16px;
}

.text_error_simple{
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    color: #D42620 !important;
    font-family: var(--font-family-main) !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 145% !important; /* 20.3px */
    background-color: #fff !important;
}

.box_icon_error_simple {
    width: 44px;
    height: 44px;
    display: flex;
    padding: 10px;
    align-items: center;
    gap: 10px;
    border-radius: 12px;
    background: #FBEAE9;
}

.icon_error_simple{
    display: flex;
    width: 24px;
    height: 24px;
    justify-content: center;
    align-items: center;
    fill: #D42620;
    
}

@media screen and (min-width: 768px) {
    .container_error_simple {
        padding: 30px;
    }
}

.container_warehouse {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
    align-self: stretch;
}


.box_inputs_warehouse{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
    align-self: stretch;
}

.title_warehouse {
    color: #454F5B;
    font-family: var(--font-family-main);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.simplecheckout .label_input_radio_warehouse{
    color: #181818;
    font-family: var(--font-family-main);
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex !important;
    align-items: center;
    gap: 10px;
    align-self: stretch;
    transition: var(--transition-time-all);
}

.simplecheckout .label_input_radio_warehouse:hover {
    cursor: pointer;
}

.simplecheckout .label_input_radio_warehouse:has(.custom_input_radio_payment:checked) {
    color: #007632;
}

#simplecheckout_shipping_address {
    margin-bottom: 0;
}

#simplecheckout_shipping .container_form_shipping_address {
    gap: 0;
}

.text_error_radio_warehouse {
    display: none;
    margin-top: 3px;
    color: #FF0000;
    font-family: var(--font-family-main);
    font-size: 12px;
    font-weight: normal;
    line-height: 20px;
}
#textErrorRadioWarehouse.show_error {
    display: block;
}

#simpleregister .box_checkbox_simpleregister .text_label_checkout_page  {
    line-height: normal;
}

#agreement_warning{
    position: absolute;
    width: 0;
    height: 0;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    pointer-events: none;
}