#create_order_form {}
#popup-create-order .popup_content_right {
    overflow: visible;
    padding-top: 0;
}
#popup-create-order {}
#popup-create-order .container {
    /* width: 900px; */
}
#popup-create-order .create_order {
    position: relative;
}
#popup-create-order .create_order .section_title {
    margin-bottom: 17px;
}
#popup-create-order .create_order .section_title .button {
    position: absolute;
    right: 0;
    font-weight: initial;
}
#popup-create-order #create_order_form [type="submit"] {}
#popup-create-order #create_order_form .order_info_row {
    display: flex;
    /* justify-content: space-between; */
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}
#popup-create-order #create_order_form select {
    padding: 5px 10px;
    width: calc((100% - 7px * 3) / 4);
    border: 1px solid var(--gtt-border-light-color);
    height: 35px;
    line-height: 35px;
    cursor: pointer;
    border-radius: calc(var(--gtt-border-radius) - 2px);
    text-align: left;
    font-size: var(--gtt-font-size);
}
#popup-create-order #create_order_form select {
    color: #919191;
    padding: 5px 5px;
}
#popup-create-order #create_order_form select:valid {
    color: #000;
}
#popup-create-order #create_order_form input[type="text"] {
    padding: 5px;
    width: calc((100% - 14px * 3) / 4);
    border: 1px solid var(--gtt-border-light-color);
    height: 35px;
    line-height: 35px;
    border-radius: calc(var(--gtt-border-radius) - 2px);
    /* margin-right: 7px; */
    text-align: center;
}
#popup-create-order #create_order_form .popup_content_left input[type="text"],
#popup-create-order #create_order_form .popup_content_left select {
    width: calc(50% - 5px);
}
#popup-create-order #create_order_form .popup_content_left input[type="text"] {
    text-align: left;
    padding: 5px 10px;
}
#popup-create-order #create_order_form .popup_content_left input[type="text"]:first-child,
#popup-create-order #create_order_form .popup_content_left select:first-child {
    margin-right: auto;
}
#popup-create-order #create_order_form input[type="checkbox"] {}

#popup-create-order #create_order_form input.receiver_address[type="text"] {
    width: 100%;
}
#popup-create-order #create_order_form .loai_thanh_toan {
    width: 100%;
    display: flex;
    position: relative;
}
#popup-create-order #create_order_form .loai_thanh_toan select {}


#popup-create-order #create_order_form select.province {}
#popup-create-order #create_order_form select.district {}
#popup-create-order #create_order_form select.nguon_khach {}
	


/* payment-bank */
#popup-create-order #create_order_form .wrap_thanh_toan {
    display: flex;
    width: calc(50% - 5px);
    border: 1px solid var(--gtt-border-light-color);
    border-radius: calc(var(--gtt-border-radius) - 2px);
    padding-right: 5px;
}
#popup-create-order #create_order_form .wrap_payment_info {
    display: flex;
    /* border: 1px solid var(--gtt-border-light-color); */
    padding: 5px 0;
    height: 35px;
    border-radius: calc(var(--gtt-border-radius) - 2px);
    margin-right: 7px;
    position: relative;
}
#popup-create-order #create_order_form .wrap_payment_info input[type="text"] {
    border: 0;
    /* border-right: 1px solid var(--gtt-border-light-color); */
    border-radius: 0;
    margin-top: -5px;
    background: transparent;
    margin-right: 0;
    width: 100%;
}
#popup-create-order #create_order_form .payment_method {
    position: relative;
    margin-left: auto;
}
#popup-create-order #create_order_form .payment_method #bank_toggler {
    background: transparent;
    border: 1px solid transparent;
    height: 35px;
    width: 40px;
    line-height: 35px;
    margin-top: -5px;
    padding: 0;
    border-radius: 0;
}
#popup-create-order #create_order_form .payment_method #bank_toggler i {
    width: 25px;
    height: 25px;
    margin-top: 3px;
}
#popup-create-order #create_order_form .bank_items {
    position: absolute;
    min-width: calc(100% + 40px);
    top: 34px;
    right: -40px;
    border: 1px solid var(--gtt-border-light-color);
    max-height: 250px;
    overflow: auto;
    background: #fff;
    border-top: 0;
    display: none;
    z-index: 1;
}
#popup-create-order #create_order_form .bank_items.active {
    display: block;
}
#popup-create-order #create_order_form .bank_items .bank_item {
    padding: 7px 7px 7px 7px;
}
#popup-create-order #create_order_form .bank_items .bank_item label {
    background: #fff;
    border: 0;
    text-align: left;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: none;
    cursor: pointer;
    white-space: nowrap;
}
#popup-create-order #create_order_form .bank_items .bank_item label i {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}
#popup-create-order #create_order_form .bank_items .bank_item input[type="radio"] {
    width: 0;
}
#popup-create-order #create_order_form .wrap_thanh_toan .wrap_preview_img {
    width: 35px;
    height: 35px;
    border: 1px solid transparent;
    align-items: center;
    justify-content: center;
}
#popup-create-order #create_order_form .wrap_thanh_toan .wrap_preview_img .preview_img {
    /* top: 0; */
    /* margin-top: 0; */
    /* background-size: 100% 100%; */
    height: 35px;
}
#popup-create-order #create_order_form .wrap_thanh_toan .wrap_preview_img .delete_preview_img {
    position: absolute;
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 0;
    margin: 0;
    padding: 0;
}



/* wrap_preview_img */
#popup-create-order .create_order .wrap_preview_img {
    position: relative;
}
#popup-create-order .create_order .wrap_preview_img .choose_preview_img {
    display: block;
    height: 0;
    width: 0;
}
#popup-create-order .create_order .wrap_preview_img .preview_img {
    /* height: 70px; */
    height: var(--product-image-size);
    /* position: absolute; */
    /* top: 100%; */
    /* right: 0; */
    /* width: 100%; */
    /* background-position: right; */
    /* margin-top: 8px; */
    /* border: 1px solid #b7b7b7; */
}
#popup-create-order .create_order .wrap_preview_img .preview_img_title {
    height: 35px;
    width: 35px;
    line-height: 35px;
    text-align: center;
    /* border: 1px solid var(--gtt-border-light-color); */
    /* margin-right: 8px; */
    cursor: pointer;
    /* padding: 5px; */
    position: relative;
    z-index: 1;
}
#popup-create-order .create_order .wrap_preview_img .preview_img_title i {
    width: 100%;
    line-height: 37px;
}
#popup-create-order .create_order .wrap_preview_img .preview_img_title .preview_txt {
    font-size: 0;
}
#popup-create-order .create_order .wrap_preview_img .delete_preview_img {
    border: 0;
    /* height: 35px; */
    /* width: 35px; */
    /* line-height: 35px; */
    /* margin-right: 8px; */
    width: 20px;
    height: 20px;
    line-height: 20px;
    right: 0;
    margin: 0;
    padding: 0;
}


/* wrap_comment_box */
#popup-create-order .wrap_comment_box .media_box {width: 100%;height: 130px;}

/* phu_kien_chat_lieu */
#popup-create-order .phu_kien_chat_lieu {
    border: 1px solid var(--gtt-border-light-color);
    height: 35px;
    line-height: 35px;
    border-radius: calc(var(--gtt-border-radius) - 2px);
}
#popup-create-order .wrap_chat_lieu_phu_kien {
    display: flex;
    padding: 5px 10px;
    line-height: 35px;
    height: 35px;
    align-items: center;
}
#popup-create-order .wrap_chat_lieu_phu_kien .chat_lieu_phu_kien_title {
    margin-right: 10px;
}
#popup-create-order .wrap_chat_lieu_phu_kien .chat_lieu_phu_kien_list {
    display: flex;
}
#popup-create-order .wrap_chat_lieu_phu_kien .chat_lieu_phu_kien_list button,
#popup-create-order .wrap_chat_lieu_phu_kien button[data-id="popup-chat-lieu-phu-kien"] {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 25px;
    width: 25px;
    margin-right: 5px;
}
#popup-create-order .wrap_chat_lieu_phu_kien .chat_lieu_phu_kien_list img {
    height: 100%;
    display: block;
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#popup-create-order .wrap_chat_lieu_phu_kien button[data-id="popup-chat-lieu-phu-kien"] {
    background: var(--gtt-border-light-color);
    justify-content: center;
}
#popup-create-order .wrap_chat_lieu_phu_kien button[data-id="popup-chat-lieu-phu-kien"] i {
    font-size: 15px;
    font-weight: 600;
}


/* note_giao_hang */
#popup-create-order #create_order_form .order_info_row.note_giao_hang {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
}
#popup-create-order #create_order_form .order_info_row.note_giao_hang.vat {
    width: 440px;
    margin-left: inherit;
}
#popup-create-order .note_giao_hang ul {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    flex-wrap: wrap;
    gap: 10px;
}
#popup-create-order .note_giao_hang li {width: calc((100% - 30px) / 3);}
#popup-create-order .note_giao_hang li .checkbox {
    margin-bottom: 3px;
}
#popup-create-order .note_giao_hang li button {
    background: transparent;
    border: 1px solid var(--gtt-border-light-color);
    width: 100%;
    display: block;
    height: 22px;
    border-radius: var(--gborder-radius);
    text-transform: none;
    padding: 0;
}
#popup-create-order .note_giao_hang li button:before {
	content: "\f00c";
	font-family: fontawesome;
	padding-right: 5px;
}
#popup-create-order .note_giao_hang li button.active {
    background: #55acee;
    color: #fff;
    border-color: #55acee;
}
#popup-create-order .note_giao_hang li button.active:before {}
#popup-create-order .note_giao_hang li input[type="checkbox"] {
    /* height: 0; */
    /* width: 0; */
    /* position: absolute; */
    display: none;
}

#popup-create-order #create_order_form #vat_cong_ty_fields {
    display: none;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section {}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section .wrap_vat_cong_ty_fields {
    display: grid;
    grid-template-columns: 130px repeat(2, auto);
    gap: 10px;
    padding-top: 8px;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section .dividers {
    gap: 10px;
    display: flex;
    justify-content: center;
    margin-top: 15px;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section .dividers div {
    width: 40px;
    height: 10px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: var(--gtt-light-bg);
    border-radius: 4px;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section .wrap_vat_cong_ty_fields input[type="text"] {
    width: 100%;
    text-align: left;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section #customer_tax_name {
    grid-column: 2 / span 2;
}
#popup-create-order #create_order_form #vat_cong_ty_fields .wrap_vat_cong_ty_section #customer_tax_address {
    grid-column: 1 / span 3;
}

/* popup_content_left_foot */
#popup-create-order .wrap_create_order_products {
    position: relative;
    padding-top: 8px;
}
#popup-create-order .wrap_create_order_products.is_showing_vat {
    padding-top: 38px;
}
#popup-create-order .create_order_total_price {
    position: absolute;
    top: -30px;
    right: 20px;
    font-size: var(--gtt-font-size);
    color: var(--gtt-primary-color);
    font-weight: 600;
    line-height: 35px;
    display: none;
}
#popup-create-order .create_order_total_price #order_total_price {}

#popup-create-order .wrap_create_order_products.is_showing_vat .create_order_total_price {
    top: 0;
}

/* order_item */
#popup-create-order #new_products {
    /* height: calc(100vh - 290px); */
}
#popup-create-order #new_products .order_item {
    margin-bottom: 10px;
    position: relative;
}
#popup-create-order #new_products .order_item:last-child {
    border: 0;
    margin-bottom: 0;
}
#popup-create-order #new_products .order_item .order_item_row {
    display: flex;
    /* margin-bottom: 7px; */
    --width_item_sku: 105px;
    --width_item_name: calc(100% - var(--width_item_sku) - var(--width_item_qty) - var(--width_item_unit_chiet_khau) - var(--width_item_price) - var(--width_item_subtotal));
    --width_item_qty: 45px;
    --width_item_unit_price: 150px;
    --width_item_price: 110px;
    --width_item_subtotal: 130px;
    --width_item_unit_chiet_khau: 100px;
    --width_item_images: calc(var(--width_item_sku) + var(--width_item_name) - 10px);
    /* --width_item_notes: calc(100% - var(--width_item_images)); */
    --width_item_notes: 370px;
    --width_item_options: 129px;
    --height_item: 35px;
    --product-image-size: 116px;
    border: 1px solid var(--gtt-border-light-color);
    border-radius: calc(var(--gtt-border-radius) - 2px);
    overflow: hidden;
}
#popup-create-order #new_products .order_item .order_item_row > div {
    /* margin-right: 10px; */
    line-height: 35px;
    position: relative;
}
#popup-create-order #new_products .order_item .order_item_row > div:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: var(--gtt-border-light-color);
}
#popup-create-order #new_products .order_item input[type="text"] {
    width: 100%;
    height: var(--height_item);
    line-height: var(--height_item);
    border: 0;
    border-radius: 0;
}
#popup-create-order #new_products .order_item input[type="text"].invalid {
    border: 1px solid var(--bs-danger);
}
#popup-create-order #new_products .order_item input[type="text"][name*="sku"].invalid {
    border-top-left-radius: calc(var(--gtt-border-radius) - 2px);
    border-bottom-left-radius: calc(var(--gtt-border-radius) - 2px);
}
#popup-create-order #new_products .order_item input:disabled {
    background: var(--gtt-light-bg);
}
#popup-create-order #new_products .order_item label {
    display: block;
    text-align: center;
    border: 1px solid var(--gtt-border-light-color);
    height: var(--height_item);
}

/* product info */
#popup-create-order #new_products .order_item .order_item_sku {
    width: var(--width_item_sku);
}
#popup-create-order #new_products .order_item .order_item_name {
    width: var(--width_item_name);
}
#popup-create-order #new_products .order_item .order_item_name input {
    text-overflow: ellipsis;
    padding: 5px 8px;
}
#popup-create-order #new_products .order_item .order_item_img {
    width: calc((100% - 28px) / 5);
    margin-right: 7px;
    height: var(--product-image-size);
}
#popup-create-order #new_products .order_item .order_item_img .product_img {max-height: var(--product-image-size);}
#popup-create-order #new_products .order_item .order_item_qty {
    width: var(--width_item_qty);
}
#popup-create-order #new_products .order_item .order_item_unit_chiet_khau {
    width: var(--width_item_unit_chiet_khau);
}
#popup-create-order #new_products .order_item .order_item_unit_price {
    width: var(--width_item_unit_price);
    text-align: center;
}
#popup-create-order #new_products .order_item .order_item_unit_price .unit_price {}
#popup-create-order #new_products .order_item .order_item_price {
    width: var(--width_item_price);
}
#popup-create-order #new_products .order_item .order_item_row 
 .order_item_subtotal {
    width: var(--width_item_subtotal);
    text-align: center;
    margin-right: 0;
}
#popup-create-order #new_products .order_item .order_item_subtotal .subtotal {}


/* notes */
#popup-create-order #new_products .order_item .order_item_notes {
    /* width: 300px; */
    width: var(--width_item_notes);
}

/* volumn */
#popup-create-order #new_products .order_item .order_item_volumns {
    display: flex;
}
#popup-create-order #new_products .order_item .order_item_volumns .order_item_volumn {
    /* margin-right: 10px; */
}
#popup-create-order #new_products .order_item .order_item_volumns .order_item_volumn:last-child {
    margin-right: 0;
}
#popup-create-order #new_products .order_item .order_item_volumns .order_item_volumn input[type="text"] {
    /* height: 35px; */
    /* line-height: 35px; */
}
#popup-create-order #new_products .order_item .wrap_product_options {
    display: flex;
}
#popup-create-order #new_products .order_item .order_item_chat_lieus {
    width: var(--width_item_options);
    min-height: 70px;
}

/* color */
#popup-create-order #new_products .order_item .order_item_chat_lieus .item_chat_lieus {
    display: flex;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
#popup-create-order #new_products .order_item .order_item_chat_lieus .item_chat_lieus li {
    margin-right: 5px;
}
#popup-create-order #new_products .order_item .order_item_chat_lieus .item_chat_lieus li:last-child {
    margin-right: 0px;
}
#popup-create-order #new_products .order_item .item_chat_lieus li button,
#popup-create-order #new_products .order_item .item_phu_kiens li button {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    height: 20px;
}
#popup-create-order #new_products  .item_chat_lieus .toggle-popup[data-id="popup-order-product-variable"] {
    display: none;
}
#popup-create-order #new_products .order_item .item_chat_lieus li button img,
#popup-create-order #new_products .order_item .item_phu_kiens li button img {
    height: 100%;
    display: block;
    height: 20px;
    width: 20px;
    object-fit: cover;
}

/* vat_lieu */
#popup-create-order #new_products .order_item .order_item_vat_lieus {
    width: 120px;
    min-height: 70px;
}

/* phu_kien */
#popup-create-order #new_products .order_item .order_item_phu_kiens {
    width: var(--width_item_options);
    min-height: 70px;
}
#popup-create-order #new_products .order_item .order_item_phu_kiens .item_phu_kiens {
    display: flex;
    padding: 0;
    justify-content: center;
    flex-wrap: wrap;
}
#popup-create-order #new_products .order_item .order_item_phu_kiens .item_phu_kiens li {
    margin-right: 5px;
}
#popup-create-order #new_products .order_item .order_item_phu_kiens .item_phu_kiens li:last-child {
    margin-right: 0px;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_phu_kiens .item_phu_kiens li button {
    background: transparent;
    border: 0;
    padding: 0;
    border-radius: 100%;
    overflow: hidden;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_phu_kiens .item_phu_kiens li button img {
    /* max-height: 72px; */
    /* max-width: 20px; */
    /* object-fit: cover; */
}

/* item_note */
#popup-create-order .order_item .order_item_note {
    /* width: 300px; */
    position: relative;
    border: 1px solid var(--gtt-border-light-color);
    border-radius: var(--gborder-radius);
}
#popup-create-order #new_products .order_item .order_item_note label {border: 0;position: absolute;left: 10px;top: 0;}
#popup-create-order .order_item .order_item_note textarea {
    display: block;
    margin-top: var(--height_item);
    padding: 0 0 5px 10px;
    width: 100%;
    border-radius: var(--gborder-radius);
    border: 0;
}

/* item_sample_img */
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img {
    display: flex;
    /* min-width: 384px; */
    width: var(--width_item_images);
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img .add_img_btn {}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul.list_imgs {
    display: flex;
    width: calc(100% - (100% - 28px) / 5);
    padding: 0;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li {
    position: relative;
    width: calc((100% - 21px) / 4);
    margin-right: 7px;
    /* border: 1px solid #b7b7b7; */
    text-align: center;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li:last-child {
    margin-right: 0;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li img {}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img {
    display: block;
    max-height: var(--product-image-size);
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img .preview_img {
    /* position: initial; */
    /* background-position: center; */
    margin-top: 0;
    /* cursor: pointer; */
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img .preview_img_title {
    /* position: absolute; */
    /* right: 0; */
    /* margin-right: 0; */
    margin: auto;
    width: var(--product-image-size);
    height: var(--product-image-size);
    display: flex;
    justify-content: center;
    /* align-items: end; */
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img .preview_img_title i {
    /* font-size: var(--product-image-size); */
    font-size: 50px;
    line-height: normal;
}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img .preview_img_title .preview_txt {}
#popup-create-order .wrap_dashboard_create_order .order_item .order_item_sample_img ul li .wrap_preview_img .delete_preview_img {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    transform: none;
}


#popup-create-order .order_item .order_item_actions {
    position: absolute;
    top: -9px;
    right: -8px;
}
#popup-create-order .order_item .order_item_actions button {
    border: 0;
    background: transparent;
    padding: 0;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-create-order .order_item .order_item_actions button[data-action="delete"] {
    font-size: 17px;
}

/* wrap_create_order_actions */
#popup-create-order .wrap_create_order_actions {
    margin-top: 15px;
}
#popup-create-order .wrap_create_order_actions button {
    background: transparent;
    border: 0;
    text-transform: none;
    font-size: var(--gtt-font-size);
    margin-left: 0;
    padding-left: 0;
}
#popup-create-order .wrap_create_order_actions button:before {
    content: "+";
    margin-right: 5px;
}

/* layer_popup */
.create_order_popup {}
.create_order_popup .popup_container {
    /* width: 70%; */
    /* padding: 0; */
    /* margin-top: 50px; */
    min-height: auto;
}
.create_order_popup .popup_container .popup-body {
    /* max-height: 585px; */
    /* overflow: auto; */
    /* padding: 33px 33px 0 33px; */
    /* margin-bottom: 15px; */
}
.create_order_popup .popup_container .popup-foot {
    text-align: center;
    /* padding-bottom: 33px; */
    z-index: 1;
    position: relative;
}
.create_order_popup .popup_container .popup-foot button {
    /* width: 200px; */
    /* height: 45px; */
    /* font-size: 18px; */
}
.create_order_popup .section_popup {
    text-align: center;
    margin-bottom: 25px;
}
.create_order_popup .create_order_popup_title {
    text-transform: uppercase;
    font-size: 21px;
    font-weight: bold;
}
.create_order_popup .popup_khu_vuc {
    text-align: center;
}
.create_order_popup #khu_vuc_options {
    display: inline-flex;
}
.create_order_popup #khu_vuc_options .khu_vuc_option {
    margin: 0 8px;
}
.create_order_popup #khu_vuc_options .khu_vuc_option button {
    background: #000;
    border: 0;
    height: 35px;
    text-transform: none;
    color: #fff;
    border-radius: var(--gborder-radius);
    padding: 0 15px;
}
.create_order_popup #khu_vuc_options .khu_vuc_option button.active {
    background: #55acee;
}

/* #popup-chat-lieu-phu-kien */
#popup-chat-lieu-phu-kien .popup-body {
    height: calc(100% - 112px);
    /* overflow: hidden; */
}
#popup-chat-lieu-phu-kien .wrap_tab_contents {
    height: calc(100% - 65px - 1.5rem);
}

/* #popup-order-product-variable */
#popup-order-product-variable .list_round_buttons {
    height: auto;
}
#popup-order-product-variable .popup_container {
    /* margin-top: 50px; */
}