/* Portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) (481px - 640px) (30.0625em - 40em) --------------------------------------------------------------*/
@media only screen and (min-width: 30.0625em) and (max-width: 40em) {

    .auth_form__container-popup {
        align-items: center;
    }

    .div_search {
        width: 55vw;
    }

    .span_left_input_CS {
        font-size: 1.4rem;
    }

    .span_left_input_PC {
        font-size: 1.4rem;
    }

    .order_input-discount {
        width: 90px;
    }

    .custommer_table-orderconfirm {
        border-bottom: 6px solid var(--background-gray);
    }

    .auth-form-product_heading_text {
        font-size: 2rem;
    }

    .auth_form--buttons_added {
        margin: 10px 0px 10px 117px;
    }

    .div_body {
        height: 55%;
        min-height : calc(100vh - 420px);
    }

    .border-line-item {
        border: none;
    }

    .auth-form_switch-btn {
        font-size: 2rem;
    }

    .item__qty-text {
        font-size: 1.8rem;
    }

    .scrollbar {
        max-width: 600px;
    }

    .discount-price_table_item-total-price-final {
        padding: 5px 16px 5px 5px;
    }

    .container__table_item--left {
        padding: 0px 16px 0px 0px;
    }

    .discount-price_table_item-title-total-final {
        padding: 0 0 0 16px;
    }

    .product__container_table tr {
        height: 128px;
        border-bottom: 1px solid var(--background-gray) !important;
    }

    .auth-form__footer-product-btn-order, .auth-form__footer-popup-confirm, .auth-form__footer-popup-cancel {
        font-size: 18px;
    }

    .item__title-modal-popup {
        font-size: 18px;
    }

    .scrollbar_table {
        height: calc(95vh - 180px);
    }

    .is-form-product {
        height: 28px;
        width: 28px;
    }

    .item__Price {
        font-size: 16px;
        padding: 0 8px;
        margin: 0;
    }

    .item__title {
        font-size: 16px;
    }

    .item_image {
        height: 120px;
        width: 120px;
    }
    .container__table tr {
        height: 124px;
        border-bottom: 1px solid var(--background-gray);
    }

    .header_navbar-Catalog-Column-title {
        font-size: 14px;
    }

    .div_footer_confirm_retailer {
        height: 60px;
    }

    .custommer__container_table {
        padding: 0px 16px;
        font-size: 1.6rem;
    }

    .header_navbar-Catalog-Column-wrapper {
        margin: 0;
    }

    .header_navbar-Catalog-Column img {
        border: 1px solid var(--border-img);
        margin: 0px 0px 5px 0px;
    }

    .img_selected {
        border: 2px solid var(--border-img-choosed) !important;
    }

    .footer_btn-order {
        font-size: 1.8rem;
    }

    .Order__toggle-switch-total-money {
        margin-bottom: 60px;
        height: 35px;
        padding: 0 0px 0px 16px;
    }

    .load_more_order {
        height: 95px;
    }

    .container__table_item--left-image {
        padding: 0 0 0 16px;
    }

    .table_DSR_order {
        margin-top: 206px !important;
        MARGIN-BOTTOM: 95PX;
    }

    .header_navbar-Catalog {
        height: 124px;
        border-bottom: 6px solid rgba(196, 196, 196, 0.2);
    }

    .span_hint_phone_number {
        font-size: 14px;
    }

    .txtFullName {
        font-size: 20px !important;
    }

    .form__register_spanFullName {
        font-size: 20px;
    }

    .form__login_text_input {
        margin: 0 0 8px 0;
    }

    .form__login {
        margin: 0 0 8px 0;
    }

    .div_header {
        height: calc(45% - 40px);
        max-height: 380px;
    }

    .txtPhoneNumber {
        font-size: 20px !important;
    }

    .btnRegister {
        width: 272px;
        height: 64px;
        font-size: 24px;
        border-radius: 12px;
        margin: 60px 0 0px 0;
    }

    .product_table-orderconfirm {
        margin-top: 0px;
    }


    .header {
        display: block;
    }

    .modal__body-popup {
        width: 320px;
        height: 190px;
        max-width: 60%;
    }

    .order_container {
        margin-top: 0px;
    }

    .header_text {
        font-size: 36px;
    }

    .header_text_below {
        font-size: 20px;
    }

    .form__register_title {
        font-size: 20px;
        margin-bottom: 16px;
    }

    .icon_left_header {
        width: 32px;
        font-size: 20px;
    }

    .register_text {
        font-size: 24px;
    }

    .div_footer_left {
        width: 39%;
    }

    .div_footer_right {
        width: 39%;
    }

    .div_center_middle {
        width: 78%;
    }

    .div_header_center {
        /*margin: 14px 0 0 0;*/
        width: 78%;
    }

    .div_center {
        width: 80%;
    }

    .div_left {
        width: 11%;
    }

    .div_right {
        width: 11%;
    }


    .Pannel_Zoom {
        zoom: 100%;
    }

    .mess_hint {
        font-size: 20px;
    }

    .tablinks {
        font-size: 1.8rem;
        padding: 8px 16px;
        width: auto;
        height: 40px;
    }

    .tabcontent-cell-title {
        font-size: 1.6rem;
        margin: 1.6rem 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        padding-bottom: 2px;
    }
    .tabcontent-cell-img {
        width:140px;
    }

    .tabcontent-cell-info {
        max-width: calc(100% - 140px);
    }

    .tabcontent-cell-button {
        justify-items: center;
        align-items: center;
        display: flex;
    }

    .auth-form__footer-product {
        width: 600px;
        max-width: 100vw;       
    }
}

/* Tablet, landscape iPad, lo-res laptops ands desktops (641px - 960px) (40.0625em - 60em) -------------------------------------------------------------------------------------------------------*/
@media only screen and (min-width: 40.0625em) and (max-width: 60em) {

    .auth_form__container-popup {
        align-items: center;
    }

    .div_search {
        width: 55vw;

    }
    .span_left_input_CS {
        font-size: 1.4rem;
    }

    .span_left_input_PC {
        font-size: 1.4rem;

    }
    .order_input-discount {
        width: 90px;
    }

    .product_table-orderconfirm {
        margin-top: 0px;
    }

    .custommer_table-orderconfirm {
        border-bottom: 6px solid var(--background-gray)
    }

    .auth-form-product_heading_text {
        font-size: 2rem;
    }

    .div_body {
        height: 55%;
        min-height: calc(100vh - 420px);
    }

    .border-line-item {
        border: none;
    }

    .auth-form_switch-btn {
        font-size: 2rem;
    }

    .item__qty-text {
        font-size: 1.8rem;
    }

    .scrollbar {
        max-width: 640px;
    }

    .discount-price_table_item-total-price-final {
        padding: 5px 16px 5px 5px;
    }

    .container__table_item--left {
        padding: 0px 16px 0px 0px;
    }

    .discount-price_table_item-title-total-final {
        padding: 0 0 0 16px;
    }

    .product__container_table tr {
        height: 128px;
        border-bottom: 1px solid var(--background-gray) !important;
    }

    .auth-form__footer-product-btn-order, .auth-form__footer-popup-confirm, .auth-form__footer-popup-cancel {
        font-size: 18px;
    }

    .item__title-modal-popup {
        font-size: 18px;
    }
    .scrollbar_table {
        height: calc(95vh - 180px);
    }

    .is-form-product {
        height: 28px;
        width: 28px;

    }
    .item__Price {
        font-size: 16px;
        padding: 0 8px;
        margin: 0;
    }

    .item__title {
        font-size: 16px;
    }

    .item_image {
        height: 120px;
        width: 120px;
    }

    .container__table tr {
        height: 124px;
        border-bottom: 1px solid var(--background-gray);
    }

    .header_navbar-Catalog-Column-title {
        font-size: 14px;
    }

    .div_footer_confirm_retailer {
        height: 60px;
    }

    .custommer__container_table {
        padding: 0px 16px;
        font-size: 1.6rem;
    }

    .header_navbar-Catalog-Column-wrapper {
        margin: 0;
    }

    .header_navbar-Catalog-Column img {
        border: 1px solid var(--border-img);
        margin: 0px 0px 5px 0px;
    }

    .img_selected {
        border: 2px solid var(--border-img-choosed) !important;
    }

    .footer_btn-order {
        font-size: 1.8rem;
    }

    .Order__toggle-switch-total-money {
        margin-bottom: 60px;
        height: 35px;
        padding: 0 0px 0px 16px;
    }

    .load_more_order {
        height: 95px;
    }

    .container__table_item--left-image {
        padding: 0 0 0 24px;
    }

    .table_DSR_order {
        margin-top: 206px !important;
        MARGIN-BOTTOM: 95PX;
    }

    .header_navbar-Catalog {
        height: 124px;
        border-bottom: 6px solid rgba(196, 196, 196, 0.2);
    }

    .span_hint_phone_number {
        font-size: 14px;
    }

    .txtFullName {
        font-size: 20px !important;
    }

    .form__register_spanFullName {
        font-size: 20px;
    }

    .form__login_text_input {
        margin: 0 0 8px 0;
    }

    .form__login {
        margin:0 0 8px 0;
    }

    .div_header {
        height: calc(45% - 40px);
        max-height: 380px;
    }

    .btnRegister {
        width: 272px;
        height: 64px;
        font-size: 24px;
        border-radius: 12px;
    }

    .header {
        display: block;
    }

    .auth-form__footer-popup-cancel {
        font-size: 18px;
    }

    .item__title-modal-popup {
        font-size: 18px;
    }

    .modal__body-popup {
        width: 320px;
        height: 190px;
        max-width: 60%;
    }

    .order_container {
        margin-top: 0px;
    }

    .header_text {
        font-size: 40px;
    }

    .header_text_below {
        font-size: 24px;
    }

    .form__register_title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .icon_left_header {
        width: 36px;
        font-size: 22px;
    }

    .register_text {
        font-size: 28px;
    }

    .div_footer_left {
        width: 36%;
    }

    .div_footer_right {
        width: 36%;
    }

    .div_center_middle {
        width: 72%;
    }

    .div_header_center {
        /*margin: 16px 0 0 0;*/
        width: calc(100vw - 224px);
    }

    .div_center {
        width: 70%;
    }

    .div_left {
        width: 112px;
    }

    .div_right {
        width: 112px;
    }

    .Pannel_Zoom {
        zoom: 100%;
    }

    .mess_hint {
        font-size: 20px;
    }

    .auth-form__footer-product {
        width: 640px;
        max-width: 100vw;
    }
}
