/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
/* --- Layout --- */
.amlab-industry-filter-sidebar {
  background: #fff;
  border: 1px solid #bdbdbd;
  border-radius: 8px;
  padding: 10px 12px;
}

.amlab-industry-block:not(:last-child) {
  margin-bottom: 25px;
}

.amlab-industry-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  border-left: 3px solid #66ba1f;
  padding-left: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.amlab-industry-title .icon-angle-up {
  display: none;
}

.amlab-industry-title.open .icon-angle-down {
  display: none;
}

.amlab-industry-title.open .icon-angle-up {
  display: block;
}

.amlab-industry-cat-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 10px !important;
}

.amlab-industry-cat-list li {
  margin: 0;
  padding: 0;
  margin-left: 0 !important;
}

/* --- Radio Custom --- */
.amlab-radio-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 8px 10px;
  border-radius: 6px;
  transition: background .2s;
  position: relative;
}

.amlab-radio-label:hover {
  background: #f7f9fb;
}

.amlab-industry-cat-list li.amlab-cat-active .amlab-radio-label {
  background: #eaf5e4;
  color: #2c3e50;
}

input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.amlab-radio-custom {
  width: 18px;
  height: 18px;
  border: 2px solid #bbb;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  transition: border-color .2s;
}

input[type="radio"]:checked+.amlab-radio-custom {
  border-color: #66ba1f;
}

input[type="radio"]:checked+.amlab-radio-custom::after {
  content: '';
  width: 10px;
  height: 10px;
  background: #66ba1f;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.amlab-cat-name {
  flex: 1;
  font-size: 14px;
}

.ghn-loading {
  position: relative;
  opacity: 0.6;
  pointer-events: none;
}

.ghn-loading::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 28px;
  height: 28px;
  margin-left: -12px;
  margin-top: -12px;
  border: 4px solid #ccc;
  border-top-color: #2a8350;
  border-radius: 50%;
  animation: spin 0.6s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.amlab_right_checkout_column {
  height: fit-content;
  position: sticky;
  top: 120px;
}

.amlab_right_checkout_column>.col-inner.has-border {
  padding: 15px 20px !important;
  border: 1px solid rgba(189, 189, 189, 1) !important;
  border-radius: 10px !important;
}

.amlab_right_checkout_column button#place_order {
  border-radius: 10px;
  background-color: rgba(102, 186, 31, 1);
  margin-bottom: 0 !important;
}

.register-tabs {
  display: flex;
  margin-bottom: 20px;
  gap: 16px;
}

.reg-tab {
  flex: 1;
  padding: 10px 15px;
  border: 1px solid #ddd;
  background: #f7f7f7;
  cursor: pointer;
  border-radius: 6px;
  font-weight: 600;
  margin: 0 !important;
  color: #333;
}

.reg-tab.active {
  background: #66ba1f;
  color: #fff;
}

.single-product .wpcf7 form .wpcf7-response-output {
  margin: 5px 0 0 !important;
}

.woocommerce-mini-cart__save_money.save_money {
  display: flex;
  gap: 15px;
  justify-content: space-between;
}

/* DETAILS ORDER */
.amlab_order_card {
  background-color: #e8f5e9;
  border: 1px solid #81c784;
  border-radius: 12px;
  padding: 24px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.amlab_order_card_left {
  flex: 1;
}

.amlab_order_id {
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 5px;
}

.amlab_order_info {
  font-size: 14px;
  color: #333;
  line-height: 1.4;
}

.amlab_order_card_right {
  text-align: right;
}

.amlab_order_total {
  font-size: 24px;
  font-weight: bold;
  color: #ffa726;
}

.amlab_tracking_content {
  padding: 20px 30px;
}

.amlab_order_progress {
  padding: 20px 30px;
  border-bottom: 1px solid #ececec;
}

.amlab_progress_bar {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
  max-width: 600px;
  padding: 20px 0;
}

.amlab_progress_line_bg {
  position: absolute;
  top: 25%;
  left: 0;
  height: 4px;
  background-color: #8bc34a;
  transform: translateY(-50%);
  z-index: 1;
  width: 0;
}

.amlab_progress_line_fill {
  position: absolute;
  top: 25%;
  height: 4px;
  background-color: #28a745;
  transform: translateY(-50%);
  z-index: 2;
  transition: all 0.3s ease;
}

.amlab_progress_connector {
  position: absolute;
  top: 25%;
  height: 4px;
  transform: translateY(-50%);
  z-index: 1;
}

/* Đường kẻ ngang */

/* Thanh tiến trình màu xanh */
.amlab_progress_bar_fill {
  position: absolute;
  top: 12px;
  left: 12px;
  /* Bắt đầu từ giữa dot đầu tiên */
  height: 4px;
  background-color: #28a745;
  z-index: 2;
  transition: width 0.3s ease;
}

.amlab_progress_step {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  position: relative;
  z-index: 3;
  width: 100px;
  transition: all 0.3s ease;
}

.amlab_progress_step span {
  margin-top: 8px;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.amlab_progress_step span img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.amlab_progress_circle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #e0e0e0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ccc;
  font-size: 12px;
  transition: all 0.3s ease;
  z-index: 4;
  position: relative;
}

.amlab_progress_icon {
  font-size: 2rem;
  margin-bottom: 8px;
  color: #ccc;
}

.amlab_progress_label {
  font-size: 0.9em;
  color: #aaa;
}

/* Trạng thái đã hoàn thành (completed) */
.amlab_progress_step.completed .amlab_progress_circle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.amlab_progress_step.completed .amlab_progress_icon,
.amlab_progress_step.completed .amlab_progress_label {
  color: #333;
}

/* Trạng thái đang hoạt động (active) */
.amlab_progress_step.active .amlab_progress_circle {
  background-color: #28a745;
  border-color: #28a745;
  color: #fff;
}

.amlab_progress_step.active .amlab_progress_icon,
.amlab_progress_step.active .amlab_progress_label {
  color: #333;
}

/* Trạng thái chờ (pending) */
.amlab_progress_step.pending .amlab_progress_circle {
  background-color: #fff;
  border-color: #e0e0e0;
  color: #ccc;
}

.amlab_progress_step.pending .amlab_progress_icon,
.amlab_progress_step.pending .amlab_progress_label {
  color: #aaa;
}

.t-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.t-header .info {
  font-size: 14px;
  line-height: 1.4;
}

.t-header .info strong {
  font-size: 18px;
  color: #333;
}

.amlab_tracking_title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #333;
}

.activity-item {
  display: flex;
  align-items: flex-start;
  padding: 10px 0;
}

.activity-text {
  flex: 1;
  color: #333;
  font-size: 14px;
}

.activity-text medium {
  display: block;
  color: #666;
  font-size: 14px;
  margin-top: 5px;
}

.order-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.order-table th,
.order-table td {
  padding: 12px;
  text-align: left;
  border-bottom: 1px solid #eee;
}

.order-table th {
  background-color: rgba(213, 240, 211, 1);
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  color: #666;
}

.amlab_flex_tab {
  display: flex;
  align-items: center;
}

.amlab_flex_tab img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 4px;
  margin-right: 15px;
}

.amlab_producttext {
  flex: 1;
}

.amlab_producttext small {
  color: #666;
  font-size: 11px;
}

.amlab_order_table_price {
  font-weight: 600;
  color: #333;
}

.addresses {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  padding: 20px 30px;
}

.amlab_footer_tracking_box {
  background-color: #f8f9fa;
  padding: 20px;
}

.amlab_footer_tracking_box_title {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #333;
}

.amlab_tracking_backbtn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
  margin-right: 15px;
}

.amlab_acc_tablehead_tracking {
  display: flex;
  align-items: center;
  padding: 5px 10px;
  border-bottom: 1px solid #ececec;
}

.amlab_acc_tablehead_tracking h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
}

/* DETAILS ORDER */

.woocommerce-sepay-bank-details {
  max-width: 100% !important;
  border-radius: 10px !important;
  border-color: rgba(189, 189, 189, 1) !important;
  margin-bottom: 40px;
}

.row_top_0 {
  top: 0 !important;
}

.yith-wcwl-add-to-wishlist,
a.compare {
  display: none !important;
}

/*.col_iconbox_template .icon-box {
  padding: 20px;
    border: 1px solid #ddd;
}*/
td:first-child,
th:first-child {
  padding-left: 10px;
}

.amlab_row_menu_desk .ux-menu .ux-menu-link a.ux-menu-link__link {
  padding: 10px;
}

.amlab_row_menu_desk .ux-menu .ux-menu-link a.ux-menu-link__link:hover {
  background-color: #66ba1f;
  color: white;
}

#shop-sidebar {
  padding: 0px !important;
  background-color: #fff;
  height: fit-content !important;
}

#shop-sidebar ul.product-categories li.cat-item {
  background-color: white;
  padding: 0;
}

#shop-sidebar ul.product-categories li.cat-item a {
  color: #616161 !important;
  font-size: 14px;
}

#shop-sidebar ul.product-categories li.cat-item:hover a {
  text-decoration: underline;
  color: #66ba1f !important;
}

#shop-sidebar ul.product-categories li.cat-item span {
  opacity: 1;
}

#shop-sidebar ul.product-categories li.cat-item:hover span {
  color: #66ba1f !important;
}

#shop-sidebar .widget_search form.searchform {
  margin-top: 20px;
}

#shop-sidebar ul.product-categories {
  margin-top: 20px;
}

#shop-sidebar .widget-title {
  color: #222;
  margin-bottom: 15px;
  display: block;
}

#shop-sidebar .is-divider {
  display: none;
}

.sub-menu.nav-dropdown.nav-dropdown-simple {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

.sub-menu.nav-dropdown.nav-dropdown-simple .menu-item a:hover {
  background-color: #66ba1f;
  color: white;
}

.post-sidebar .widget_search form.searchform {
  margin-top: 20px;
}

.post-sidebar .widget_categories ul {
  margin-top: 20px;
}

.post-sidebar .widget_categories ul li.cat-item {
  background-color: white;
  padding: 10px 20px;
}

.post-sidebar .widget_categories ul li.cat-item:hover {
  background-color: #66ba1f;
  color: white;
}

.post-sidebar .widget_categories ul li.cat-item:hover a {
  color: white !important;
}

.post-sidebar .widget-title {
  color: #222;
  margin-bottom: 15px;
}

.post-sidebar .is-divider {
  display: none;
}

.post-sidebar {
  padding-top: 20px !important;
  background-color: #fafafa;
  height: fit-content !important;
}

.amlab_count-wrap {
  position: relative;
  height: 28px;
  margin-bottom: 27px;
}

.amlab_count-wrap .dot {
  background-color: rgb(53 254 120 / 18%);
  width: 28px;
  height: 28px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}

.amlab_count-wrap .dot:before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: rgb(53 254 104 / 29%);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.amlab_count-wrap .dot:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #009961;
}

.amlab_count-wrap .line {
  position: absolute;
  top: 14px;
  left: 0;
  background: #eee;
  width: 150%;
  height: 1px;
  margin-top: -1px;
}

.amlab_count {
  font-size: 40px;
  font-weight: 700;
  color: #ddd;
  margin-bottom: 29px;
  line-height: 1.22;
}

.col_iconbox_template .icon-box:nth-child(2n) {
  background-color: #f7f7f7;
}

.col_iconbox_template .icon-box .icon-box-img img {
  padding: 0;
}

.col_iconbox_template .icon-box .icon-box-img {
  width: 65px !important;
  padding: 12px 20px;
  border: 1px solid #ddd;
  border-right: 0;
}

.col_iconbox_template .icon-box .icon-box-text {
  padding: 12px 20px;
  border: 1px solid #ddd;
}

.col_iconbox_template .icon-box:not(:last-child) .icon-box-img,
.col_iconbox_template .icon-box:not(:last-child) .icon-box-text {
  border-bottom: 0;
}

.product-small.box:hover .product-title.woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
  color: #66ba1f;
}

.single-product .products .product-small.box,
.single-product .product-small.col.product .product-small.box {
  border: 1px solid #dddddd;
  padding: 13px;
}

.product-small.col .col-inner {
  height: 100%;
}

.products .product-small.box .image-tools.top.right,
.product-small.col.product .product-small.box .image-tools.top.right {
  padding: 14px !important;
}

.amlab_row_menu_desk {
  margin: 0 auto !important;
}

.amlab_subscribe_col {
  background-color: #112051;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px;
}

.amlab_subscribe_col h3.heading {
  font-size: 32px;
  color: white;
}

.amlab_subscribe_col h3.sub-heading {
  font-size: 16px;
  color: white;
  text-align: center;
}

.amlab_blog_vertical .post-item .box .box-image {
  display: none;
}

.amlab_blog_vertical .post-item .box {
  border-bottom: 1px solid rgb(233, 233, 233);
}

.amlab_blog_vertical .post-item .box .box-text h5.post-title a {
  -webkit-line-clamp: 3;
  font-size: 24px;
}

.post-item .box .box-text h5.post-title a {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.post-item .box .box-text .is-divider,
.post-item .box .box-text p.from_the_blog_excerpt {
  display: none;
}

#webbinar_popup {
  background-color: transparent !important;
  padding: 0 !important;
}

.product-title.woocommerce-loop-product__title a.woocommerce-LoopProduct-link {
  font-size: 16px;
  font-weight: 400;
  color: #282828;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.wpcf7-response-output {
  background-color: white;
}

#cart_amlab_request,
#cart_amlab_request_tv {
  background-color: transparent !important;
}

button[name="update_cart"] {
  display: none;
}

html:lang(vi) .header-button-1 .header-button a.button,
html:lang(vi) .lang_en {
  display: none;
}

html:lang(en-US) .header-button-2 .header-button a.button,
html:lang(en-US) .lang_vi {
  display: none;
}

html:lang(en-US) .amlab_header_contact_vi {
  display: none !important;
}

html:lang(vi) .header-contact-wrapper {
  display: none !important;
}

html:lang(vi) .amlab_header_contact_vi {
  display: block !important;
}

.amlab-link-list__title {
  color: #6d6e71;
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #e5e6e9;
  padding-bottom: 4px;
}

.amlab_section_product .amlab_text_container {
  min-height: 255px !important;
}

.amlab_col_100h .amlab_text_container {
  min-height: 210px !important;
}

[data-icon-label]:after {
  background-color: #009961 !important;
}

.amlab_text {
  color: #222;
}

.tab_information {
  margin-bottom: 30px;
}

#amlab_tab_information {
  row-gap: 10px;
}

#amlab_tab_information li {
  text-align: center;
  background-color: white;
  border: 1px solid #009961;
  cursor: pointer;
}

#amlab_tab_information li.active {
  background-color: #009961;
}

#amlab_tab_information li.active a {
  color: white;
}

#amlab_tab_information li a {
  color: #009961;
  padding: 10px 30px;
}

.shop_table.wishlist_table thead {
  display: none !important;
}

.wishlist-items-wrapper tr td.product-price,
.wishlist-items-wrapper tr td.product-stock-status {
  display: none !important;
}

.wishlist-items-wrapper tr:nth-child(even) {
  background-color: rgb(247, 247, 247);
}

.wishlist-items-wrapper tr td.product-thumbnail {
  max-width: 150px;
  min-width: 150px;
  width: 150px;
}

.wishlist-items-wrapper tr td.product-add-to-cart {
  text-align: center !important;
}

.wishlist-items-wrapper tr td.product-add-to-cart .add_to_cart_button {
  background-color: #009961;
  padding: 20px;
  color: white;
}

.wishlist-items-wrapper tr td.product-add-to-cart .add_to_cart_button:hover {
  background-color: #222;
  padding: 20px;
  color: white;
}

.amlab_small_logo .ux-logo-link {
  height: 80px !important;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amlab_small_logo .ux-logo-link img {
  height: 20px !important;
}

.amlab_explore_slider .flickity-viewport .flickity-slider .col:hover {
  transform: scale(1.2);
}

.amlab_explore_slider .flickity-viewport .flickity-slider .col:hover .box .box-text {
  background-color: #009961;
}

.amlab_explore_slider .flickity-viewport .flickity-slider .col:hover .box .box-text h3 {
  color: white;
}

.amlab_explore_slider .flickity-viewport {
  height: 450px !important;
}

.title_section_banner h2 {
  font-size: 90px;
}

.amlab_partner_img .col .col-inner {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.amlab_partner_img .col .col-inner .ux-logo:hover img {
  transform: scale(1.3) translateY(-5px);
}

#amlab_linksp {
  display: none;
}

#amlab_baogia {
  box-shadow: none !important;
  background-color: transparent !important;
}

.woocommerce-message.message-wrapper {
  display: none;
}

.amlab_baogia {
  flex: 0 0 auto !important;
  padding: 5px 20px;
  border-radius: 5px;
}

form.cart {
  align-items: flex-start !important;
}

.single-product .ux-quantity {
  width: 100% !important;
}

.woocommerce-cart-form .ux-quantity.quantity {
  width: 100%;
  justify-content: flex-end;
}

.qty-text {
  display: flex;
  align-items: center;
  margin-right: 10px;
  color: #222;
}

.woocommerce-mini-cart__buttons .checkout.wc-forward {
  display: none !important;
}

button.single_add_to_cart_button:before {
  display: inline-block;
  font-family: fl-icons;
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 5px;
}

a.amlab_baogia:before {
  display: inline-block;
  font-family: fl-icons;
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 5px;
}

button.single_add_to_cart_button {
  background-color: rgba(42, 131, 80, 1) !important;
  border: 1px solid #2a8350;
  color: white;
  padding: 5px 20px;
  border-radius: 5px;
}

button.single_add_to_cart_button:hover {
  box-shadow: none !important;
  background-color: #2a8350 !important;
}

#list_product,
#list_product_tv {
  display: none;
}

.amlab_add_to_request {
  flex: 0 0 auto !important;
  padding: 5px 20px;
  border-radius: 5px;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.amlab_add_to_request:before {
  display: inline-block;
  font-family: fl-icons;
  float: left;
  content: "";
  font-weight: 300;
  margin-right: 5px;
}

.amlab_btn_submit {
  border-radius: 24px !important;
  margin: 0;
}

.woocommerce-cart-form {
  background-color: white;
  border-radius: 24px;
  padding: 30px 30px 0;
}

.amlab_product-thumbnail a img {
  width: 100px !important;
}

.amlab_product-name,
.amlab_product-quantity {
  color: #2a8350 !important;
}

/* TIMELINE */
.mywebsite-timeline-vertical .my-timeline .amlab_line {
  padding-bottom: 2rem;
  border-right: 2px dotted hsla(0, 0%, 59%, 0.88);
  position: relative;
  width: 2px !important;
  max-width: 2px;
  margin: 0 20px;
}

/* .mywebsite-timeline-vertical .my-timeline:last-child {
  border: 0px;
  padding-bottom: 0;
} */
.product .wishlist-button {
  border-radius: unset !important;
  width: 26px;
  height: 26px;
  min-width: unset;
  min-height: unset;
  border: none !important;
  color: white;
  background-color: transparent !important;
  margin: 0 !important;
  box-shadow: none;
}

/* .product .wishlist-button:hover {
  color: rgba(102, 186, 31, 1) !important;
} */
.product .wishlist-icon:hover .wishlist-popup {
  display: none !important;
}

.product .icon-heart:before {
  content: url('./images/heart.png');
  padding: 4px 4px 0 4px;
  transition: all 0.3s ease;
}

button.wishlist-button:hover .icon-heart:before {
  content: url('./images/heartfill.png');
}

.product .wishlist-added .icon-heart:before {
  content: url(./images/heartfill.png);
}

.product .icon-heart {
  overflow: hidden;
  border-radius: 5px;
}

/* .product .has-hover .show-on-hover button.wishlist-button:hover .icon-heart {
  background: rgba(102, 186, 31, 1);
  box-shadow: 0px 4px 4px 0px rgba(34, 139, 34, 0.25);
} */
.product .has-hover .show-on-hover button.wishlist-button:hover .icon-heart::before {
  content: url(./images/heartfill.png);
}

.amlab_compare.added {
  font-size: 10px !important;
}

.amlab_compare {
  margin: 0 !important;
  padding: 0 !important;
  width: 48px !important;
  color: #222;
  height: 48px !important;
  background-color: white !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  line-height: 1 !important;
  right: 14px;
  box-shadow: 0 0 3px #ccc;
  top: 120px;
  border: none !important;
  max-height: 48px;
  min-height: 48px;
}

.amlab_quick-view {
  margin: 0 !important;
  padding: 0 !important;
  color: #222;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 2;
  line-height: 1 !important;
  right: 14px;
  top: 40px;
  border: none !important;
  background-color: transparent !important;
  box-shadow: none;
  width: 26px !important;
  height: 26px !important;
}

.amlab_quick-view:hover {
  color: black;
  background-color: transparent;
}

.amlab_compare:hover {
  background-color: #009961 !important;
  color: white !important;
}

.amlab_quick-view i,
.amlab_compare i {
  margin: 0 !important;
}

.mywebsite-timeline-vertical .my-timeline .first_history:after {
  content: "";
  color: #009961;
  width: 10px;
  height: 10px;
  background: #009961;
  position: absolute;
  right: -45px;
  top: 10px;
  border-radius: 99px;
  z-index: 2;
}

.mywebsite-timeline-vertical .my-timeline .second_history:after {
  content: "";
  color: #009961;
  width: 10px;
  height: 10px;
  background: #009961;
  position: absolute;
  left: -46px;
  top: 10px;
  border-radius: 99px;
  z-index: 2;
}

.mywebsite-timeline-vertical .my-timeline .first_history {
  height: fit-content !important;
}

.mywebsite-timeline-vertical .my-timeline .second_history {
  margin-top: 150px;
  height: fit-content !important;
}

.my-timeline .my-time {
  line-height: 32px;
  margin-bottom: 10px;
  padding: 10px 15px;
  background: #009961;
  color: #ffffff;
}

.amlab_history_text {
  padding: 5px 15px;
}

.time-section {
  padding: 0 !important;
  margin-left: 20px;
  margin-top: -13px;
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.11);
}

.time-section .col-inner {
  padding: 0 !important;
}

.time-section:before {
  top: 21px;
  left: -10px;
  border-top: 8px solid transparent;
  border-right: 8px solid #2a8350;
  border-bottom: 8px solid transparent;
  position: absolute;
  content: ”;
  z-index: 1000;
}

.my-timeline-vertical {
  padding: 16px 5px 0 25px !important;
}

.mywebsite-timeline-vertical .my-timeline:hover:before {
  color: white;
  background: #2a8350;
  box-shadow: 3px 3px 0px #bab5f8;
}

.my-time p {
  margin-bottom: 0;
}

/* TIMELINE */

/*new*/
.tab_service.active {
  color: white;
}

.select-resize-ghost,
.select2-container .select2-choice,
.select2-container .select2-selection,
select {
  box-shadow: none !important;
  font-weight: normal !important;
  border-radius: 10px !important;
}

.amlab_divider_contact {
  padding-left: 30px !important;
  gap: 10px;
  margin-bottom: 15px;
}

.amlab_contact_iconbox {
  margin-bottom: 30px;
  align-items: center;
}

.amlab_contact_iconbox .icon-box-text h4 {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.01em;
  opacity: 0.5;
}

.amlab_contact_iconbox .icon-box-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 17.58px;
}

.amlab_contact_left {
  background-color: #052e16;
  border-radius: 24px 0 0 24px;
  padding: 30px 20px;
  position: relative;
  overflow: hidden;
}

.amlab_contact_left::before {
  content: "";
  background-image: url('./images/Shape.png');
  width: 211.76px;
  height: 261px;
  top: -50px;
  right: -70px;
  position: absolute;
}

.amlab_contact_right {
  padding: 30px;
  background-color: white;
  border-radius: 0 24px 24px 0;
}

.amlab_w100 {
  width: 100% !important;
}

.pb-1 {
  padding-bottom: 15px !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.labelFile {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 200px;
  border: 2px dashed #ccc;
  align-items: center;
  text-align: center;
  padding: 5px;
  color: #404040;
  cursor: pointer;
}

/*new*/
.amlab_tab_switch {
  z-index: 10;
}

.amlab_tab_switch .flickity-viewport {
  width: 90% !important;
  height: 170px !important;
}

.amlab_tab_default {
  margin-top: -30px;
}

.amlab_tab_default .nav-tabs {
  display: none;
}

.amlab_tab_default .tab-panels {
  padding: 0;
}

.amlab_tab_switch .col {
  max-width: 20% !important;
  width: 20% !important;
  padding: 30px !important;
  /*background: #2a8350 !important;*/
  background-color: white;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}

.amlab_tab_switch .col.active {
  background-color: #009961 !important;
  box-shadow: -10px 0 20px rgba(0, 0, 0, 0.05);
}

.amlab_tab_switch .col.active::before {
  content: "";
  width: 100%;
  height: 20px;
  background-color: inherit;
  display: block;
  position: absolute;
  left: 0;
  bottom: -20px;
  opacity: 1;
}

.amlab_tab_switch .col.active::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #2a8350;
  position: absolute;
  left: 50%;
  bottom: -30px;
}

.amlab_underline {
  border-bottom: 3px solid #2a8350;
  width: fit-content;
}

.amlab-widget-title {
  font-size: 24px;
  font-weight: 700;
  border: 0;
  padding-bottom: 0;
  margin-bottom: 35px;
}

.amlab_client_say .icon-box-img.testimonial-image {
  width: 250px !important;
  max-width: 250px !important;
  position: relative;
}

.amlab_client_say .icon-box-img.testimonial-image img {
  width: 250px;
  height: 190px;
  border-radius: 0 !important;
  object-fit: contain !important;
}

.amlab_client_say .icon-box-img.testimonial-image::before {
  content: url('./images/quote.png');
  background: #f8c823;
  width: 54px;
  height: 54px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.amlab_client_say .icon-box-text {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.amlab_client_say .icon-box-text .testimonial-meta {
  order: 1;
}

.amlab_client_say .icon-box-text .testimonial-meta .testimonial-name {
  font-size: 20px;
  color: #222222;
  font-weight: bolder;
}

.amlab_client_say .icon-box-text .testimonial-meta .testimonial-company {
  font-size: 15px;
  color: #222222;
}

.amlab_client_say .icon-box-text .testimonial-text {
  order: 2;
}

.amlab_client_say .icon-box-text .testimonial-text p {
  font-size: 15px;
  font-style: normal;
  text-decoration: none !important;
}

.amlab_client_say .icon-box-text .star-rating {
  order: 3;
}

.amlab_client_say .icon-box-text .star-rating:before {
  color: #f8c823 !important;
}

.amlab_client_say .icon-box-text .star-rating span:before {
  color: #f8c823 !important;
}

/*INPUT CONTACT*/
textarea.amlab_input {
  min-height: 170px;
}

.amlab_input {
  box-shadow: none !important;
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  border-bottom: 2px solid #ddd !important;
}

.amlab_input:focus {
  color: #222;
  border-color: #2a8350 !important;
}

/*END INPUT CONTACT*/

.amlab_slider_top .flickity-viewport .flickity-slider .img .img-inner img {
  object-position: top !important;
}

.yith-ywraq-add-button .add-request-quote-button {
  background-color: white !important;
  border: 1px solid #2a8350 !important;
  font-size: 16px !important;
  padding: 10px 30px;
  display: inline-flex;
  align-items: center;
}

.yith-ywraq-add-button .add-request-quote-button span {
  line-height: 1;
}

.yith-ywraq-add-button .add-request-quote-button svg {
  margin-right: 10px;
}

.yith-ywraq-add-button .add-request-quote-button:hover svg * {
  stroke: white;
}

.yith-ywraq-add-button .amlab_btn_baogia {
  background-color: #2a8350 !important;
  border: none;
  color: white;
  font-size: 16px !important;
  padding: 10px 30px;
  max-width: 193px;
  width: 193px;
}

.yith-ywraq-add-button .amlab_btn_baogia span {
  margin-right: 10px;
}

.amlab_text_share {
  color: #222222;
  font-weight: bolder;
  font-size: 14px;
}

.product_meta {
  margin-top: 20px;
  margin-bottom: 2px;
}

.product_meta>span {
  border: none;
  color: #222222;
  font-size: 14px;
  font-weight: bolder;
}

.product_meta span.sku {
  color: #888888;
  font-weight: normal;
}

.header-wrapper.stuck .header-button-1 .header-button a.button,
.header-wrapper.stuck .header-button-2 .header-button a.button {
  height: 70px;
}

.header-button-1 .header-button a.button,
.header-button-2 .header-button a.button {
  height: 109px;
  display: flex;
  align-items: center;
}

.amlab_menu .ux-menu-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.amlab_menu .ux-menu-link__link .ux-menu-link__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 24.9px;
  color: #b6b6b6 !important;
}

.absolute-footer {
  display: none;
}

.amlab_section_flex .col-inner {
  display: flex;
}

.text-primary-color {
  color: #009961 !important;
}

.text-gray {
  color: #888888 !important;
}

.text-white {
  color: white !important;
}

.amlab-text-large {
  font-size: 60px;
  margin-bottom: 0;
}

.amlab-text-md {
  font-size: 32px;
  margin-bottom: 0;
}

.text-subtitle {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.71;
  text-transform: uppercase;
  margin-bottom: 14px;
}

.text-title {
  font-size: 40px;
  line-height: 54px;
  position: relative;
  margin-bottom: 30px;
}

.amlab_testimonial {
  position: relative;
  padding: 40px 30px;
  background-color: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
}

.amlab_testimonial .icon-box-text {
  display: flex;
  flex-direction: column;
}

.amlab_testimonial .icon-box-text .star-rating {
  order: 2;
}

.amlab_testimonial .icon-box-text .testimonial-text {
  order: 3;
}

.amlab_testimonial .icon-box-text .testimonial-meta {
  order: 1;
}

.amlab_testimonial:before {
  position: absolute;
  top: calc(100% - 3px);
  left: 0;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 35px 35px 0 0;
  border-color: #fff transparent transparent;
  -webkit-filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(0 6px 5px rgba(0, 0, 0, 0.05));
}

.amlab_btn_anim {
  background-color: transparent !important;
  color: #222222;
  border: none;
  border-bottom: 2px solid #eee !important;
  border-color: #eee !important;
}

.amlab_text_container {
  padding: 5px 20px;
}

.amlab_mg_reverse {
  margin-top: -225px;
}

.amlab_mg_reverse .col {
  transition: all 0.3s linear;
}

.amlab_mg_reverse .col:hover {
  margin-top: -20px;
}

.amlab_feedback_slider .flickity-page-dots {
  bottom: -30px;
}

.flickity-button {
  width: 50px;
  color: rgba(34, 34, 34, 0.16);
}

.flickity-button svg.flickity-button-icon {
  width: 40px;
  height: 40px;
  color: rgba(34, 34, 34, 0.16);
  fill: #222222 !important;
}

.flickity-button svg.flickity-button-icon .arrow {
  fill: #222222;
}

.amlab_btn_see_more {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  line-height: 50px;
  position: relative;
  border-top: 1px solid #333;
}

.amlab_btn_see_more:hover:before {
  width: 100%;
  left: 0;
  background-color: #009961;
  right: auto;
  z-index: 1;
}

.amlab_btn_see_more::before {
  content: "";
  width: 0;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.amlab_btn_see_more:hover {
  background-color: rgb(42, 131, 80);
  color: white;
}

.amlab_btn_see_more:hover span {
  color: white !important;
}

.amlab_btn_see_more:hover i {
  color: white !important;
}

.amlab_btn_see_more span {
  z-index: 2;
  margin-left: 20px !important;
}

.amlab_btn_see_more i {
  z-index: 2;
  margin-right: 20px !important;
}

ul#header-contact li a.tooltip {
  text-transform: none;
}

.amlab_submit_btn {
  width: 100%;
  background-color: #222222 !important;
  color: white;
}

.amlab_page_header .page-title-inner .title-wrapper,
.amlab_page_header .page-title-inner .title-content {
  text-align: left !important;
}

.amlab_page_header.featured-title .page-title-inner {
  padding-bottom: 0 !important;
}

.amlab_page_header h1 {
  text-transform: capitalize !important;
}

.shop-page-title .page-title-inner {
  padding-top: 0 !important;
}

.badge-container {
  left: 20px !important;
  margin-top: 15px !important;
}

.badge-container .callout.badge {
  height: 24px;
  width: 48px;
}

.badge-container .badge-inner {
  line-height: 14px;
  background-color: #f6a623 !important;
  color: white;
  border: none;
  border-radius: 50px;
}

.badge-container .badge-inner span.onsale {
  font-size: 14px;
  line-height: 14px;
}

.stuck .header-main .nav>li>a {
  line-height: 20px !important;
}

.single-product .page-title-inner {
  padding-top: 0 !important;
}

.product-main .amount bdi {
  color: #66ba1f;
  font-size: 22px;
}

.amlab_product-container .icon-box-img img,
.amlab_product-container .icon-box-img svg {
  padding-top: 0 !important;
}

.amlab_product-container {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.amlab_product-container .amlab_sp_row {
  flex-direction: column;
  flex-basis: 65%;
  max-width: 65%;
  flex-wrap: nowrap;
}

.amlab_product-container>.row:not(.amlab_sp_row) {
  flex-basis: 35%;
  max-width: 35%;
  height: min-content;
  position: sticky;
  top: 130px;
}

.amlab_product-container .product-gallery {
  flex-basis: 100%;
  max-width: 100%;
}

.amlab_product-container .product-gallery .product-images {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 5px;
}

.amlab_product-container .product-gallery .product-thumbnails {
  grid-column: 1 / span 2;
}

.amlab_product-container .product-gallery .woocommerce-product-gallery__wrapper img {
  object-fit: contain;
  aspect-ratio: 1;
}

.mg-0,
.mg-0>* {
  margin-bottom: 0 !important;
}

.single.single-product.a_withprice .product-main input.ux-quantity__button,
.single.single-product.a_withprice .product-main input.input-text.qty {
  border: none;
  box-shadow: none;
  background-color: rgba(232, 232, 232, 1);
}

.single.single-product.a_withprice .product-main input.ux-quantity__button.minus {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.single.single-product.a_withprice .product-main input.ux-quantity__button.plus {
  border-bottom-right-radius: 5px;
  border-top-right-radius: 5px;
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale {
  display: flex;
  gap: 15px;
  align-items: center;
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale ins,
.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale ins bdi,
.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale ins bdi span {
  font-size: 32px;
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale del,
.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale del bdi,
.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale del bdi span {
  font-size: 16px;
  color: rgba(128, 128, 128, 1);
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale ins {
  order: 1;
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale del {
  order: 2;
}

.single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale .a_sale-percentage {
  order: 3;
  padding: 5px 10px;
  background-color: rgba(255, 159, 0, 1);
  border-radius: 10px;
  color: white;
  font-size: 14px;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs {
  padding: 15px 10px;
  border: 1px solid rgba(235, 235, 235, 1);
  background-color: rgba(240, 240, 240, 1);
  box-shadow: 0px 5px 15px 0px rgba(128, 128, 128, 0.15);
  border-radius: 10px;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs>li {
  flex-basis: 25%;
  max-width: 550px;
  text-align: center;
  border-radius: 10px;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs>li.active {
  background-color: white;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs>li>a {
  color: black;
  text-transform: capitalize;
  font-size: 23px;
  font-weight: 600;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs>li>a::before {
  content: none;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs {
  border-top: none;
}

.star-rating span:before {
  color: rgba(255, 216, 0, 1) !important;
}

.single.single-product.a_withprice .product-main .product-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 10px;
  align-items: center;
}

.single.single-product.a_withprice .product-footer .woocommerce-tabs .tab-panels .woocommerce-Tabs-panel {
  padding: 15px 10px;
  border: 1px solid rgba(235, 235, 235, 1);
  box-shadow: 0px 5px 15px 0px rgba(128, 128, 128, 0.15);
  border-radius: 10px;
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button a::after {
  content: "";
  width: 17px;
  height: 18px;
  display: inline-block;
  background-image: url('./images/shopcart.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button a:hover::after {
  background-image: url('./images/shopcartwhite.png');
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button a:hover {
  background-color: transparent;
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button a {
  border: none;
  color: rgba(102, 186, 31, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 10px auto !important;
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button:hover a {
  color: white;
  background-color: rgba(102, 186, 31, 1);
  box-shadow: 0px 4px 4px 0px #228b2240;
}

.single.single-product.a_withprice .amlab_rlt_product.product-small.box .box-text {
  padding-bottom: 10px;
}

.a_related {
  padding: 5px 20px;
  border: 1px solid #ebebeb;
  margin-bottom: 20px;
  border-radius: 10px;
}

.amlab_rlt_product .flickity-slider>.col>.col-inner {
  border: 0.5px solid rgba(195, 195, 195, 1);
  border-radius: 10px;
  overflow: hidden;
}

.amlab_rlt_product.product-small.box .title-wrapper,
.amlab_rlt_product.product-small.box .box-text .price-wrapper {
  text-align: left;
}

.amlab_rlt_product.product-small.box .box-image .image-tools.top.right {
  opacity: 1;
}

span.devvn_perc_rating {
  background-color: rgba(255, 159, 0, 1) !important;
}

body.woocommerce #reviews #comments ol.commentlist ul.children li {
  padding: unset;
  background-color: unset;
}

.comment_container.devvn_review_box {
  border: 1px solid rgba(217, 217, 217, 1);
  border-radius: 10px;
  padding: 12px 30px;
}

div#reviews.woocommerce-Reviews {
  border: 1px solid #ebebeb;
}

.star_box {
  margin: 15px auto;
  width: 75%;
}

span.devvn_num_reviews {
  min-width: fit-content;
}

span.star_average {
  color: rgba(12, 67, 103, 1);
}

.woocommerce-product-rating a.woocommerce-review-link {
  color: rgba(107, 114, 128, 1);
}

.devvn_review_bottom .reply a {
  color: rgba(200, 200, 200, 1);
  border: 1px solid rgba(200, 200, 200, 1);
}

.amlab_page_header .page-title-inner .title-wrapper {
  width: 60%;
}

.amlab_product_video video {
  border-radius: 5px;
}

/*Account start*/
.woocommerce-account #main .page-wrapper.my-account .row .large-3 {
  display: none;
}

.woocommerce-account #main .page-wrapper.my-account .row .large-9 {
  max-width: 100%;
  flex-basis: 100%;
}

.amlab_header {
  min-height: 200px;
  background-image: url('./images/accbg.png');
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 30px;
}

.amlab_header>nav::after {
  display: none;
}

.amlab_header>nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
  height: 65px;
  box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.12);
  align-items: center;
  padding: 0 50px;
  border-radius: 20px;
  margin-bottom: -32.5px;
}

.amlab_cbread>.container {
  padding-left: 50px !important;
  background-image: url(/wp-content/uploads/2025/07/House-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 1.5% center;
}

.amlab_cbread {
  background-color: #f2f4f5;
  padding: 15px 0;
  margin-bottom: 30px;
}

.amlab_infcol h4,
.amlab_acc_tablehead a {
  padding: 16px 24px;
  font-size: 16px;
  line-height: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0;
}

.amlab_acc_tablehead a {
  width: 50%;
  text-align: right;
  padding-right: 5%;
  color: rgba(102, 186, 31, 1);
  background-image: url('./images/ArrowRight.png');
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 93% center;
}

.amlab_infcol_content {
  padding: 24px;
  padding-bottom: 0 !important;
}

.amlab_infcol_content a:hover {
  background-color: rgba(102, 186, 31, 1) !important;
  color: white !important;
}

.amlab_infcol_content a {
  width: fit-content;
  color: rgba(102, 186, 31, 1) !important;
  border-color: rgba(102, 186, 31, 1) !important;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  padding: 0 24px;
}

.amlab_infcol_content a>span {
  line-height: 48px;
}

.amlab_acc_icbox .icon-box .icon-box-img {
  display: flex;
  align-items: center;
}

.amlab_acc_icbox .icon-box h3 {
  margin-bottom: 0;
}

.amlab_acc_icbox .icon-box {
  width: fit-content;
}

.amlab_acc_icbox {
  border: 2px solid;
  padding: 10px 50px;
  border-radius: 20px;
}

.amlab_acc_icbox:nth-child(1) {
  border-color: #5792ff;
}

.amlab_acc_icbox:nth-child(2) {
  border-color: rgba(238, 33, 46, 0.55);
}

.amlab_acc_icbox:nth-child(3) {
  border-color: #25d366;
}

.amlab_acc_tablehead {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #ececec;
}

.amlab_acc_table tr:first-child {
  background-color: rgba(102, 186, 31, 1);
  color: white;
}

.amlab_acc_table td:first-child,
.amlab_acc_table th:first-child {
  padding-left: 15px;
}

.amlab_acc_table td:first-child {
  color: #191c1f;
  font-weight: 600;
}

.amlab_acc_table td:nth-child(3) {
  color: #5f6c72;
}

.amlab_acc_table td:nth-child(4) {
  color: #475156;
}

.amlab_acc_table td {
  padding: 20px 10px;
  border: none;
}

.amlab_acc_table a {
  color: #5792ff;
  background-image: url(/wp-content/uploads/2025/07/ArrowRight-1.png);
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: 55% center;
  display: inline-block;
  width: 100%;
}

.amlab_danggiao {
  color: #fa8232;
}

.amlab_dagiao {
  color: #2db224;
}

.amlab_dahuy {
  color: #ee5858;
}

.amlab_pstatus {
  font-weight: 600;
  text-transform: uppercase;
}

.amlab_acc_table tr>th {
  font-size: 12px !important;
}

.amlab_acc_table tr>td {
  font-size: 14px !important;
}

.amlab_order_table_price span.amount {
  color: #475156 !important;
  font-weight: normal !important;
  font-size: 14px;
}

.amlab_pslider {
  padding-bottom: 30px;
}

.amlab_pslider>.slider {
  padding: 30px !important;
  padding-bottom: 0 !important;
}

.amlab_pslider>.slider button {
  opacity: 1 !important;
}

.amlab_pslider>.slider button.previous {
  transform: translate(-50%, -50%);
  top: unset;
  left: 1%;
  bottom: 50%;
}

.amlab_pslider>.slider button.next {
  transform: translate(-50%, -50%);
  top: unset;
  right: -3.3%;
  bottom: 50%;
}

.amlab_pslider .slider:hover .flickity-prev-next-button {
  transform: translate(-50%, -50%) !important;
}

.amlab_pslider .flickity-page-dots .dot {
  background-color: rgba(102, 186, 31, 1);
  opacity: 1 !important;
}

.amlab_avatar_user img {
  border-radius: 999999px;
}

.amlab_avatar_user h5 {
  margin-bottom: 0;
}

.amlab_pslider .flickity-page-dots .dot:hover {
  background-color: rgba(42, 131, 80, 1);
}

.amlab_accbtn {
  border-radius: 10px;
}

.amlab_pslider .flickity-page-dots .dot.is-selected {
  background-color: rgba(42, 131, 80, 1);
}

.amlab_pslider .flickity-page-dots {
  left: unset;
  right: 47%;
  width: fit-content;
  transform: translate(-50%, -50%);
  bottom: -10px;
}

.amlab_pslider .flickity-prev-next-button .arrow,
.amlab_pslider .flickity-prev-next-button svg {
  border: 2px solid rgba(42, 131, 80, 1);
  fill: rgba(42, 131, 80, 1) !important;
}

.amlab_header a {
  color: #aaaaaa;
  font-weight: 500;
}

.amlab_header a:hover,
.amlab_header a.active {
  color: rgba(42, 131, 80, 1);
  font-weight: bold;
}

.amlab_address {
  color: #5f6c72;
}

.profile-section {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #0056b3;
  margin-right: 20px;
}

.profile-info,
.address-section,
.password-section {
  margin-bottom: 30px;
}

.profile-info label,
.address-section label,
.password-section label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}

.profile-info input,
.address-section input,
.password-section input {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-sizing: border-box;
}

input {
  border-radius: 2px !important;
}

select {
  width: 100%;
  padding: 8px;
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

#update_box_billing,
#update_box_shipping {
  margin-bottom: 0;
  padding: 24px 59px;
}

.address-box.amlab_footer_tracking_box {
  border: unset;
  border-right: 1px solid #e4e7e9;
}

.address-box.amlab_footer_tracking_box h3.amlab_footer_tracking_box_title {
  padding: 0;
  border: none;
}

#password_form_change {
  padding: 0 24px 24px;
}

.address-box h3 {
  padding: 16px 24px;
  border-bottom: 1px solid #e4e7e9;
}

.save-btn {
  background-color: white;
  border: 1px solid rgba(102, 186, 31, 1) !important;
  color: rgba(102, 186, 31, 1);
  padding: 5px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 10px;
}

.save-btn:hover {
  background-color: rgba(102, 186, 31, 1);
  color: white;
}

.address-container {
  display: flex;
  gap: 20px;
  margin-bottom: 50px;
}

#update_box_billing,
#update_box_shipping {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

#update_box_billing .form-user-group,
#update_box_shipping .form-user-group {
  padding: 0 10px;
  width: 100%;
}

#update_box_billing .form-user-group:nth-child(1),
#update_box_billing .form-user-group:nth-child(2),
#update_box_billing .form-user-group:nth-child(6),
#update_box_billing .form-user-group:nth-child(7),
#update_box_shipping .form-user-group:nth-child(1),
#update_box_shipping .form-user-group:nth-child(2),
#update_box_shipping .form-user-group:nth-child(6),
#update_box_shipping .form-user-group:nth-child(7) {
  width: 50%;
}

#password_form_change .save-btn,
.flex_ipnut .save-btn {
  margin-left: 0;
}

.password-wrapper {
  position: relative;
}

.password-wrapper input[type="password"],
.password-wrapper input[type="text"] {
  width: 100%;
  padding-right: 40px;
  /* chừa chỗ cho icon */
}

.password-toggle {
  position: absolute;
  right: 10px;
  top: 0;
  cursor: pointer;
  padding: 8px 0;
}

.password-toggle::before {
  content: "";
  background-image: url('./images/view.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  display: block;
}

.password-toggle.showing::before {
  background-image: url(./images/hide.png);
}

.address-box {
  flex: 1;
  background-color: #fff;
  border: 1px solid #ececec;
}

.password-section input[type="password"] {
  padding-right: 30px;
}

.password-section .eye-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.flex_ipnut {
  display: flex;
  gap: 10px 30px;
  flex-wrap: wrap;
}

.flex_ipnut_item.half {
  width: calc(25% - 30px);
}

.flex_ipnut_item {
  width: calc(50% - 30px);
}

.address-box {
  flex: 1;
  font-size: 14px;
  border-right: 1px solid #e4e7e9;
  padding: 0px;
}

.addresses .address-box:last-child {
  border: none;
}

.address-box h4 {
  font-weight: 600;
  margin-bottom: 6px;
}

.order_count_products {
  color: #5f6c72;
}

.amlab_acc_tablehead_tracking a {
  width: 50%;
  text-align: right;
  padding-right: 5%;
}

.amlab_tracking_backbtn {
  margin: 0;
  padding: 1px;
  padding-left: 10px;
}

/*Account end*/

/* REVIEW ORDER TOTAL */
ul.wc_payment_methods.payment_methods li.wc_payment_method {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_bacs"] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  flex-direction: row-reverse;
  gap: 10px;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_bacs"]:after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('./images/qr.png');
  background-size: contain;
  background-repeat: no-repeat;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_cod"] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  flex-direction: row-reverse;
  gap: 10px;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_cod"]:after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('./images/Dong.png');
  background-size: contain;
  background-repeat: no-repeat;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_sepay"] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
  flex-direction: row-reverse;
  gap: 10px;
}

ul.wc_payment_methods.payment_methods li.wc_payment_method label[for="payment_method_sepay"]:after {
  content: "";
  position: relative;
  width: 24px;
  height: 24px;
  display: block;
  background-image: url('./images/sepay.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.shipping-methods-list span.a_shipping_meth {
  display: flex;
  align-items: center;
  gap: 10px;
}

.shipping-methods-list span.pickup-yourself::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url('./images/pickup.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.shipping-methods-list span.standard-delivery::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url('./images/standardship.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.shipping-methods-list span.fast-delivery::before {
  content: "";
  width: 36px;
  height: 36px;
  display: block;
  background-image: url('./images/fastship.png');
  background-size: contain;
  background-repeat: no-repeat;
}

.shipping-method-checkbox {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.shipping-method-checkbox input {
  margin-bottom: 5px;
}

.shipping-method-checkbox .checkmark {
  width: 24px;
  height: 24px;
}

.woocommerce-billing-fields {
  border-top: none !important;
  padding-top: 0 !important;
}

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

#customer_details #shipping_state_field,
#customer_details #shipping_city_field,
#customer_details #shipping_address_2_field,
#customer_details #billing_state_field,
#customer_details #billing_city_field,
#customer_details #billing_address_2_field {
  width: calc(100% / 3) !important;
}

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

#order_place_button_final {
  width: 100%;
  background-color: #66ba1f;
  border-radius: 10px;
  height: 47px;
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 10px;
}

#order_place_button_final span.amount {
  color: white;
  text-transform: uppercase;
}

.woocommerce-cart .amlab_order_totals_summary {
  border-radius: 20px;
  padding: 12px 24px;
  font-size: 15px;
}

#order-total-price span.amount {
  color: #616161;
}

.amlab_order_totals_summary h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 16px;
}

.amlab_order_totals_summary .order-summary-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #cecece;
  padding-top: 12px;
}

.amlab_order_totals_summary .order-summary-list li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-left: 0;
}

.amlab_order_totals_summary .order-summary-list li span.amount {
  color: #616161;
  font-weight: normal;
}

.amlab_order_totals_summary .order-summary-list li span {
  color: #616161;
}

.amlab_order_totals_summary .order-shipping-price {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
  border-top: 1px solid #cecece;
  padding-top: 12px;
}

.amlab_order_totals_summary .order-shipping-price li {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
  margin-left: 0;
}

.amlab_order_totals_summary .order-shipping-price li span.amount {
  color: #616161;
  font-weight: normal;
}

.amlab_order_totals_summary .order-shipping-price li span {
  color: #616161;
}

.amlab_order_totals_summary .order-total-final {
  border-top: 1px solid #cecece;
  padding-top: 12px;
}

.amlab_order_totals_summary .order-total-final>div {
  display: flex;
  justify-content: space-between;
}

.amlab_order_totals_summary .order-total-final strong {
  font-weight: normal;
}

.amlab_order_totals_summary .order-total-price {
  font-size: 20px;
}

.amlab_order_totals_summary .order-total-price span.amount {
  color: #ff0000;
}

.amlab_order_totals_summary .total-saved {
  font-size: 14px;
  margin-top: 4px;
}

.amlab_order_totals_summary .total-saved span.amount {
  color: #007bff;
}

.a_coupon_discount_list {
  list-style: none;
}

.a_coupon_discount_list>li {
  margin-left: 0 !important;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  gap: 50px;
  align-items: center;
}

#giftcode_input {
  margin-bottom: 0;
}

#giftcode_apply {
  background-color: rgba(255, 159, 0, 1) !important;
  border-radius: 5px;
  width: 100%;
  margin: 0;
  margin-top: 10px;
}

/* REVIEW ORDER TOTAL */

/* REVIEW ORDER */
#order_review_heading {
  font-size: 22px;
  font-weight: bold;
  color: #616161;
  padding: 10px;
}

.amlab_review_order_col {
  height: fit-content;
  position: sticky;
  top: 120px;
}

.amlab_review_order_col>.col-inner {
  padding: 0 !important;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
}

.amlab_custom_review_order {
  display: flex;
  flex-direction: column;
  border: 1px solid #bdbdbd !important;
  border-radius: 10px;
  overflow: hidden;
}

.amlab_custom_review_order .custom-cart-item {
  display: flex;
  gap: 12px;
  padding: 12px 24px;
  border-bottom: 1px solid #bdbdbd;
  align-items: flex-start;
  margin: 0 30px;
}

.amlab_custom_review_order .custom-cart-item:last-child {
  border-bottom: none;
}

.amlab_custom_review_order .custom-cart-item.cart_item_gift {
  background-color: #d4edf9;
}

.amlab_custom_review_order .product-thumbnail {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}

.amlab_custom_review_order .product-thumbnail img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.amlab_custom_review_order .product-info {
  flex-grow: 1;
}

.amlab_custom_review_order .tag {
  display: inline-block;
  padding: 2px 8px;
  border-radius: 5px;
  font-size: 10px;
  font-weight: normal;
  margin-bottom: 6px;
}

.amlab_custom_review_order .tag-gift {
  background: #fdb740;
  color: white;
}

.amlab_custom_review_order .tag-buy {
  background: #007bff;
  color: #fff;
}

.amlab_custom_review_order .product-name {
  font-weight: 600;
  font-size: 15px;
  margin-bottom: 4px;
}

.amlab_custom_review_order .product-size,
.amlab_custom_review_order .product-qty {
  font-size: 13px;
  color: #555;
}

.amlab_custom_review_order .product-price {
  text-align: right;
  min-width: 90px;
}

.amlab_custom_review_order .old-price span.amount,
.amlab_custom_review_order .old-price {
  text-decoration: line-through;
  color: #505050;
  font-size: 13px;
}

.amlab_custom_review_order .final-price,
.amlab_custom_review_order .final-price span.amount {
  color: #44994a;
  font-weight: 600;
}

/* REVIEW ORDER */

/* CHECKOUT */
.checkout-page-title.page-title {
  display: none;
}

#customer_details textarea,
#customer_details select,
#customer_details input {
  border-radius: 10px !important;
  box-shadow: none !important;
}

#customer_details .form-row {
  padding: 0 8px;
  margin-bottom: 0;
}

#customer_details .form-row.form-row-first,
#customer_details .form-row.form-row-last {
  width: 50% !important;
  margin: 0 !important;
}

#customer_details #shipping_salutation_field,
#customer_details #billing_salutation_field {
  width: 20% !important;
}

#customer_details #shipping_first_name_field,
#customer_details #billing_first_name_field {
  width: 100% !important;
}

.amlab_billing_field .woocommerce-billing-fields {
  border: none !important;
  padding-top: 0 !important;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper,
.woocommerce-additional-fields__field-wrapper {
  padding: 0;
  margin: 0;
  /* Bù lại padding của .form-row */
}

.woocommerce-billing-fields__field-wrapper::after,
.woocommerce-shipping-fields__field-wrapper::after,
.woocommerce-additional-fields__field-wrapper::after,
#vat-fields::after {
  content: "";
  /* Bắt buộc phải có */
  display: table;
  /* Hoặc 'block' cũng được */
  clear: both;
  /* Đây là thuộc tính quan trọng nhất */
}

.checkout-inline-error-message {
  display: none;
}

#ship-to-different-address {
  margin-top: 10px;
}

.shipping-toggle-wrapper {
  display: flex;
  align-items: center;
}

#billing_country_field,
#shipping_country_field {
  display: none;
}

#customer_details #shipping_address_1_field,
#customer_details #billing_address_1_field {
  width: 100% !important;
}

.amlab_shipping_field .woocommerce-shipping-fields .shipping_address {
  margin-top: 1.5em;
}

#vat-fields-wrapper>label {
  display: flex;
  align-items: center;
  font-weight: 600;
  margin-bottom: 0;
}

#vat-fields {
  margin: 1.5em -8px 0;
}

/* CSS cho chính nút gạt (dùng lại từ các bước trước) */
.shipping-toggle-switch,
.vat-switch {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 24px;
  flex-shrink: 0;
  white-space: nowrap;
  padding-left: 46px;
  /* Không bị co lại */
}

.shipping-toggle-switch input,
.vat-switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.shipping-toggle-switch span,
.vat-switch span {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
  border-radius: 24px;
}

.shipping-toggle-switch span:before,
.vat-switch span:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

#customer_details .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper {
  margin: 0 -8px;
}

#customer_details .woocommerce-additional-fields .form-row {
  padding: 0;
}

form.checkout h3 {
  text-transform: none;
}

.shipping-toggle-wrapper label {
  margin-bottom: 0;
  font-weight: 600;
}

input#vat_checkbox:checked+span,
input#shipping-toggle-new:checked+span {
  background-color: #4caf50;
}

/* Màu xanh lá cây */
input#vat_checkbox:checked+span:before,
input#shipping-toggle-new:checked+span:before {
  transform: translateX(20px);
}

.amlab_vat_field,
.amlab_shipping_field {
  margin-top: 0 !important;
}

p.form-row.use-billing-address-checkbox label {
  font-weight: normal;
}

.amlab-coupon-box {
  display: none;
}

#customer_details {
  padding: 15px;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  margin-bottom: 15px;
}

/* CHECKOUT */

/* ĐĂNG NHẬP CART */
.amlab-cart-voucher-login-box {
  border: 1px solid #0057ed;
  padding: 20px;
  border-radius: 10px;
  background: #fdfdfd;
  text-align: center;
  margin-bottom: 30px;
}

.amlab-cart-voucher-message {
  font-size: 16px;
  margin-bottom: 16px;
}

.amlab-cart-voucher-message .highlight {
  color: #f44336;
  font-weight: 600;
}

.amlab-cart-voucher-buttons {
  display: flex;
  justify-content: center;
  gap: 12px;
  flex-wrap: nowrap;
}

.amlab-btn {
  padding: 10px 20px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition: all 0.2s ease-in-out;
  text-align: center;
  min-width: 120px;
  width: calc(50% - 12px);
}

.login-btn {
  background-color: #e3f2fd;
  color: #000;
}

.register-btn {
  background-color: #0057ff;
  color: #fff;
}

/* ĐĂNG NHẬP CART */

/* COUPON */
tr:not(.product_gift) .product-qty {
  display: none;
}

tr.product_gift .product-qty {
  font-size: 12px;
}

#amlab_cart_title {
  font-size: 22px;
  color: #0057ed;
  font-weight: bold;
}

#amlab_cart_title span {
  font-size: 16px;
  color: #aaaaaa;
  font-weight: normal;
}

.amlab-coupon-box {
  border: 1px solid #0057ed;
  padding: 20px;
  border-radius: 20px;
}

.amlab-coupon-box .accordion-toggle .icon-gift-coupon {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
}

.amlab-coupon-box .coupon-accordion {
  border: 1px solid #0057ed;
  border-radius: 8px;
  margin-bottom: 15px;
}

.amlab-coupon-box .accordion-toggle {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 10px;
  background-color: white;
  cursor: pointer;
  width: 100%;
  font-weight: 500;
  text-transform: none;
  border-radius: 8px;
  font-size: 14px;
  margin: 0;
}

.amlab-coupon-box .ux-cart-coupon {
  margin: 0;
}

.amlab-coupon-box .coupon-list {
  margin-top: 0;
  border-top: 1px solid #ddd;
  padding: 0 20px;
}

.coupon-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
}

.coupon-item .coupon-code .icon-gift-coupon {
  display: flex;
  gap: 5px;
  align-items: center;
  font-size: 14px;
}

.coupon-item .coupon-code {
  flex-grow: 1;
  margin-left: 10px;
}

.coupon-item .coupon-desc {
  font-size: 0.9em;
  color: #555;
}

.apply-predefined-coupon.applied {
  font-size: 14px !important;
  border-radius: 5px !important;
  text-transform: none !important;
  background-color: #0057ed !important;
  color: white !important;
}

.apply-predefined-coupon {
  font-size: 14px !important;
  border-radius: 5px !important;
  text-transform: none !important;
  background-color: white !important;
  border: 1px solid #0057ed !important;
  color: #0057ed !important;
}

/* COUPON */

.shop_table .cart_item td.product-info .product-info_flex {
  display: flex;
  gap: 20px;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_variation_info dl {
  margin: 0;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_variation_info dl dt {
  color: #505050;
  font-weight: normal;
  font-size: 12px;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_variation_info dl dd {
  color: #000000;
  font-weight: bold;
  font-size: 12px;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_variation_info {
  width: 100%;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product-subtotal .old-price span.amount,
.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product-subtotal .old-price {
  text-decoration: line-through;
  color: #505050;
  font-size: 13px;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product-subtotal .final-price,
.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product-subtotal .final-price span.amount {
  color: #66ba1f;
  font-weight: 600;
  font-size: 13px;
}

#btn_confirm_checkout {
  width: 100%;
  background-color: rgba(102, 186, 31, 1);
  border-radius: 10px;
  height: 47px;
  color: white;
  text-transform: uppercase;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
}

#btn_confirm_checkout span.amount {
  color: white !important;
}

.shop_table .cart_item td.product-info .product-subtotal {
  padding-right: 15px;
  display: flex;
  flex-direction: row-reverse;
  gap: 10px;
  align-items: center;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

tr.product_gift .product-name a::before {
  content: "Quà tặng";
  color: white;
  display: block;
  margin-bottom: 4px;
  width: fit-content;
  background-color: #fdb740;
  border-radius: 5px;
  font-size: 10px;
  font-weight: normal;
  text-transform: none;
  padding: 3px 5px;
}

tr.product_gift.product_discount .product-name a::before {
  content: "Mua kèm giảm thêm";
  background-color: #0057ed;
}

tr.product_gift .product-remove>a,
tr.product_gift .product-info_right .product_actions {
  display: none !important;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product-quantity .ux-quantity .plus:hover,
.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product-quantity .ux-quantity .minus:hover {
  background-color: #ededed;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product-quantity .ux-quantity .minus {
  border-radius: 8px 0 0 8px !important;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product-quantity .ux-quantity .plus {
  border-radius: 0 8px 8px 0 !important;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions {
  display: flex;
  gap: 5px;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions a.btn_edit_product,
.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions a.remove {
  display: flex;
  width: fit-content;
  border: 1px solid #0057ed;
  border-radius: 5px;
  height: 25px;
  font-size: 12px !important;
  font-weight: normal;
  align-items: center;
  gap: 5px;
  padding: 0 10px;
  color: #0057ed;
}

td.actions .continue-shopping {
  display: none;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions a.btn_edit_product>img,
.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions a.remove>img {
  width: 12px;
  object-fit: contain;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_subinfo {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.cart-sidebar .widget-title {
  font-size: 16px !important;
  border-bottom: 0 !important;
}

.cart_coupon_flex {
  display: flex;
  gap: 7px;
}

.cart_coupon_flex input[name="coupon_code"] {
  border-radius: 5px !important;
  box-shadow: none;
  border-color: #0057ed;
  margin: 0;
}

.cart_coupon_flex button[name="apply_coupon"] {
  max-width: 120px !important;
  border-radius: 5px;
  background-color: #0057ed !important;
  color: white !important;
  text-shadow: none !important;
  margin: 0 !important;
  font-size: 14px;
  white-space: nowrap;
}

.shop_table .cart_item td.product-info .product-info_flex .product-info_left img {
  max-width: 160px;
  aspect-ratio: 1 / 1;
}

.shop_table .cart_item.product_gift td.product-info .product-info_flex .product-info_left img {
  max-width: 60px;
}

.shop_table .cart_item td.product-info {
  text-align: left !important;
}

.shop_table .cart_item.product_gift td.product-info {
  border-color: #cce9ff;
}

/* THANK YOU */
.amlab_custom_thankyou .customer_info_box p {
  margin-bottom: 5px;
}

.amlab_custom_thankyou .thankyou-header {
  border: 2px solid rgba(151, 222, 61, 1);
  padding: 30px;
  text-align: center;
  border-radius: 10px;
  margin-bottom: 40px;
}

.amlab_custom_thankyou .thankyou-header .thankyou-title {
  font-weight: normal;
  font-size: 23px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #616161;
  margin-bottom: 10px;
}

.amlab_custom_thankyou .thankyou-header .subtext {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  color: #616161;
  margin-bottom: 10px;
}

.thankyou-content .thankyou-infos {
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  margin-bottom: 40px;
  gap: 40px;
}

.thankyou-content .thankyou-infos .thankyou-box {
  width: 35%;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  padding: 12px;
}

.thankyou-content .thankyou-infos .success_order_detail {
  width: 65%;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  padding: 12px;
}

.thankyou-content .thankyou-infos .amlab_pttt {
  display: flex;
  justify-content: space-between;
}

.thankyou-content .thankyou-infos .amlab_pttt h3,
.thankyou-content .thankyou-infos .amlab_pttt .order_payment_type {
  width: fit-content;
  font-weight: normal;
  font-size: 16px;
  line-height: 100%;
  color: #616161;
}

.thankyou-content .thankyou-infos .order-total-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #616161;
}

.thankyou-content .thankyou-infos .amlab_thanhtien {
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  color: #616161;
  margin: 10px 0;
}

.thankyou-content .thankyou-infos .amlab_thanhtien .order-total-price span {
  color: #616161;
}

.amlab_back_home a {
  background-color: rgba(2, 119, 189, 1);
  color: white;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
}

.thankyou-box-title {
  font-weight: 600;
  font-size: 23px;
  line-height: 100%;
  color: #616161;
}

.product-info-container {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 37px;
}

.product-info-container .product-qty {
  font-size: 16px;
}

.product-info-container .final-price {
  width: 100%;
  text-align: left;
  color: rgba(239, 108, 0, 1);
}

.product-info-container .final-price span {
  color: rgba(239, 108, 0, 1) !important;
}

.a_product-info_flex {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.a_product-info_flex .product-info_right .product_actions {
  display: flex;
  justify-content: space-between;
}

.a_product-info_flex .product-info_right .product-subtotal {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 15px;
  align-items: center;
}

.a_product-info_flex .product-info_right {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #333333;
}

/* THANK YOU END */
/* CART START */
.woocommerce-form-coupon-toggle {
  display: none;
}

.amlab_cart_container.large-7 .col-7-inner {
  border-radius: 10px;
  border: 1px solid #bdbdbd;
  padding: 0;
}

.cart-collaterals.large-5>.col-inner {
  border-radius: 10px;
  border: 1px solid #bdbdbd;
}

.amlab_cart_bred {
  margin-bottom: 15px;
}

.amlab_payment_method,
.amlab_shipping_method {
  padding: 15px;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  margin-bottom: 15px;
}

/* CART END */

/* AMLAB QUANTITY BUTTONS */
.amlab-quantity-wrapper {
  display: flex;
  align-items: center;
  gap: 0;
  justify-content: flex-end;
}

.amlab-qty-btn {
  width: 30px;
  height: 30px;
  border: 1px solid #ddd;
  background: #f8f8f8;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
  color: #666;
  transition: all 0.3s ease;
  margin: 0;
  border: none;
  box-shadow: none;
  background-color: rgba(232, 232, 232, 1);
}

.amlab-qty-btn:hover {
  background: #e8e8e8;
  border-color: #ccc;
  color: #333;
}

.amlab-qty-btn:active {
  background: #ddd;
  transform: scale(0.95);
}

.amlab-qty-input {
  width: 60px !important;
  text-align: center;
  margin: 0;
  height: 40px !important;
  border: none !important;
  box-shadow: none !important;
  background-color: rgba(232, 232, 232, 1) !important;
  -moz-appearance: textfield;
  /* Firefox */
}

/* Ẩn spinner buttons cho WebKit browsers (Chrome, Safari, Edge) */
.amlab-qty-input::-webkit-outer-spin-button,
.amlab-qty-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.amlab-qty-minus {
  order: 1;
}

.amlab-qty-input {
  order: 2;
}

.amlab-qty-plus {
  order: 3;
}

/* Fullscreen loading overlay */
.amlab-fullscreen-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.amlab-loading-content {
  text-align: center;
}

.amlab-spinner-large {
  display: inline-block;
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #2a8350;
  border-radius: 50%;
  animation: amlab-spin 1s linear infinite;
  margin-bottom: 15px;
}

.amlab-loading-text {
  margin: 0;
  color: #333;
  font-size: 16px;
  font-weight: 500;
}

@keyframes amlab-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* AMLAB QUANTITY BUTTONS END */
.mw-72 {
  max-width: 72px;
}

.woocommerce-checkout .product-remove {
  display: none;
}

.woocommerce-checkout .a_productlist {
  padding: 15px;
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  margin-bottom: 15px;
  text-align: center;
}

/* CSS cho tính năng hiển thị giới hạn sản phẩm trong cart */
.cart-item-hidden {
  display: none !important;
}

.view-all-products-btn {
  width: 50%;
  background-color: #fff;
  border: 1px solid #2a8350;
  border-radius: 8px;
  color: #66ba1f;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  text-align: center;
  margin: 0 auto !important;
}

.view-all-products-btn:hover {
  background-color: #2a8350;
  border-color: #66ba1f;
  color: #fff;
}

.a_shortdes {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #808080;
}

.view-all-products-btn.hidden {
  display: none;
}

.woocommerce-cart .cart-wrapper {
  text-align: center;
}

.woocommerce-ordering select {
  padding-right: 30px;
}

.archive .products .product-small.col>.col-inner {
  border: 1px solid #bdbdbd;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: none;
}

.archive .products .product-small.col>.col-inner:hover {
  box-shadow: 0px 4px 10px 0px #0000001a;
}

.archive .products .product-small.col .product-small.box .add-to-cart-button a::after {
  content: "";
  width: 17px;
  height: 18px;
  display: inline-block;
  background-image: url(./images/shopcart.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 10px;
}

.archive .products .product-small.col .product-small.box .add-to-cart-button a:hover::after {
  background-image: url(./images/shopcartwhite.png);
}

.archive .products .product-small.col .product-small.box .add-to-cart-button a:hover {
  background-color: transparent;
}

.archive .products .product-small.col .product-small.box .add-to-cart-button a {
  border: none;
  color: rgba(102, 186, 31, 1);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin: 10px auto !important;
  text-transform: math-auto;
  font-size: 14px;
}

.archive .products .product-small.col .product-small.box .add-to-cart-button:hover a {
  color: white;
  background-color: rgba(102, 186, 31, 1);
  box-shadow: 0px 4px 4px 0px #228b2240;
}

.archive .products .product-small.col .product-small.box .box-text p.category {
  text-align: left;
  color: #2a8350;
  font-size: 12px;
  text-transform: capitalize;
  font-weight: 400;
  opacity: 1;
}

.archive .products .product-small.col .product-small.box:hover .box-text p.name a {
  color: black;
}

.archive .products .product-small.col .product-small.box .box-text .price-wrapper .price {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
}

.archive .products .product-small.col .product-small.box .box-text .price-wrapper .price del bdi,
.archive .products .product-small.col .product-small.box .box-text .price-wrapper .price del span,
.archive .products .product-small.col .product-small.box .box-text .price-wrapper .price del {
  font-size: 10px;
}

.archive .products .product-small.col .product-small.box .box-text .price-wrapper {
  margin-top: 10px;
  text-align: left;
}

.archive .shop-container {
  text-align: right;
}

.archive .term-description {
  text-align: left;
}

.a_custom_archive_title .page-title-inner {
  justify-content: flex-end;
}

.a_custom_archive_title .page-title-inner .flex-col:first-child .is-large {
  display: none;
}

.amlab-baogia-summary {
  display: flex;
  margin-top: 20px;
}

.bank-information-section {
  border: 1px solid rgba(189, 189, 189, 1);
  border-radius: 10px;
  padding: 12px;
  margin-bottom: 20px;
  color: #000 !important;
}

.bank-information-section .row>.col>.col-inner {
  margin-bottom: 0 !important;
}

.amlab_product_video {
  margin-bottom: 7px;
  border-radius: 10px;
  overflow: hidden;
}

.amlab_product_video video {
  aspect-ratio: 1/1;
  object-fit: cover;
}

.tab-panels .panel:not(.active) {
  padding: 0 !important;
}

.wc_payment_methods.payment_methods.methods {
  display: flex;
  flex-direction: column;
}

#customer_details #billing_ward_field,
#customer_details #billing_district_field,
#customer_details #billing_province_field,
#customer_details #shipping_district_field,
#customer_details #shipping_ward_field,
#customer_details #shipping_province_field {
  width: calc(100% / 3) !important;
}

@media only screen and (max-width: 48em) {

  /*************** ADD MOBILE ONLY CSS HERE  ***************/
  .mfp-content #shop-sidebar {
    padding: 20px !important;
  }

  #customer_details #shipping_state_field,
  #customer_details #shipping_city_field,
  #customer_details #shipping_address_2_field,
  #customer_details #billing_state_field,
  #customer_details #billing_city_field,
  #customer_details #billing_address_2_field {
    width: 100% !important;
  }

  .single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs>li>a {
    white-space: nowrap;
    padding: 0 20px;
  }

  .single.single-product.a_withprice .product-footer .woocommerce-tabs ul.wc-tabs {
    overflow-x: scroll;
    flex-wrap: nowrap;
    gap: 15px;
  }

  .shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions {
    flex-wrap: wrap;
  }

  .shop_table .cart_item td.product-info .product-info_flex .product-info_right .product_actions .product_btn_actions {
    margin-top: 10px;
  }

  .mobile-sidebar .nav.nav-sidebar .header-wishlist-icon>a.wishlist-link::after {
    content: attr(title);
    margin-left: 5px;
  }

  .amlab-qty-btn {
    padding: 6px 10px !important;
  }

  .amlab-qty-input {
    font-size: 13px !important;
    width: 30px !important;
  }

  .amlab_add_to_request {
    font-size: 10px;
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .amlab-baogia-summary .amlab_add_to_request {
    width: 49%;
  }

  .amlab_order_card {
    padding: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .woocommerce-sepay-bank-details {
    margin-bottom: 30px;
  }

  .a_custom_archive_title .page-title-inner .flex-col .category-filtering {
    padding: 0;
  }

  .a_custom_archive_title .page-title-inner .flex-col a.filter-button {
    padding: 7px 10px;
    border: 1px solid #ddd;
    margin: 0;
    border-radius: 5px;
    text-transform: capitalize;
  }

  .a_custom_archive_title .page-title-inner .flex-col a.filter-button strong {
    color: black;
  }

  .a_custom_archive_title .page-title-inner .flex-col a.filter-button i {
    translate: 0 3px;
  }

  .a_custom_archive_title .page-title-inner .flex-col a.filter-button i::before {
    content: url('./images/filtericon.png');
  }

  .a_custom_archive_title .page-title-inner {
    flex-direction: row;
  }

  .a_custom_archive_title .page-title-inner .flex-col {
    width: 50%;
  }

  .shop_table .cart_item td.product-info .product-info_flex .product-info_right_top>* {
    margin-bottom: 5px;
  }

  #customer_details .form-row.form-row-first,
  #customer_details .form-row.form-row-last {
    width: 100% !important;
  }

  .a_product-info_flex .product-info_right .product_actions {
    font-size: 12px;
    margin-top: 10px;
  }

  .amlab_custom_review_order .product-name {
    font-size: 12px;
  }

  .a_shortdes {
    font-size: 11px;
  }

  .a_product-info_flex .product-info_right {
    width: 70%;
  }

  .a_product-info_flex .product-info_left {
    width: 30%;
  }

  .a_product-info_flex {
    align-items: center;
  }

  .amlab_custom_review_order .custom-cart-item {
    gap: 12px;
    padding: 10px 0;
    margin: 0 15px;
  }

  .thankyou-content .thankyou-infos {
    margin-bottom: 30px;
    gap: 15px;
    flex-direction: column;
  }

  .thankyou-content .thankyou-infos .success_order_detail,
  .thankyou-content .thankyou-infos .thankyou-box {
    width: 100%;
  }

  .amlab_custom_thankyou .thankyou-header {
    padding: 15px;
  }

  .cart-container .large-7 .col-7-inner {
    margin-bottom: 15px;
  }

  .shop_table .cart_item td.product-info .product-info_flex .product-info_left img {
    max-width: 70px;
  }

  .shop_table .cart_item td.product-info .product-info_flex {
    gap: 10px;
  }

  .shop_table .cart_item td.product-info {
    padding-left: 0;
  }

  .shop_table .product-remove a {
    font-size: 12px !important;
    height: 16px;
    left: 0;
    line-height: 1 !important;
    position: absolute;
    top: 30%;
    width: 16px;
  }

  .woocommerce-cart-form {
    padding: 15px 15px 0;
  }

  .amlab_acc_icbox {
    padding: 10px 25px;
  }

  .amlab_pslider {
    padding-bottom: 30px;
  }

  .amlab_pslider .flickity-page-dots {
    left: 50%;
    right: 50%;
    width: 50%;
    transform: translate(-50%, -50%);
    bottom: -5%;
  }

  .amlab_pslider>.slider button.previous {
    transform: translate(-50%, -50%);
    top: unset;
    left: 3%;
    bottom: 50%;
  }

  .amlab_pslider>.slider button.next {
    transform: translate(-50%, -50%);
    top: unset;
    right: 3%;
    bottom: 50%;
  }

  .amlab_pslider .row .flickity-slider .col {
    flex-basis: 100% !important;
    max-width: 100% !important;
  }

  .amlab_pslider .row .flickity-slider .col .price-wrapper {
    height: fit-content !important;
  }

  .amlab_pslider .row .flickity-slider .col .box-text {
    max-height: 200px;
  }

  .amlab_header>nav {
    gap: 10px;
    width: 90%;
    display: flex;
    background-color: white;
    height: unset;
    box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.12);
    align-items: center;
    padding: 15px;
    border-radius: 20px;
    flex-direction: column;
    margin-top: 30px;
  }

  .amlab_header {
    background-size: 100% 40%;
  }

  .flex_ipnut_item.half,
  .flex_ipnut_item {
    width: 100%;
  }

  .address-container {
    flex-wrap: wrap;
  }

  .address-box.address_box_billing,
  .address-box.address_box_shipping {
    width: 100%;
    flex: 0 0 auto;
  }

  #update_box_billing,
  #update_box_shipping {
    padding: 24px;
    width: 100%;
  }

  .amlab_acc_table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .amlab_acc_table table {
    min-width: 600px;
    /* hoặc lớn hơn tùy số cột */
    width: 100%;
    border-collapse: collapse;
  }

  .amlab_acc_table th,
  .amlab_acc_table td {
    white-space: nowrap;
    /* chống xuống dòng */
    padding: 10px;
    text-align: left;
    font-size: 14px;
  }

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

  .amlab_acc_table::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 3px;
  }

  .amlab_acc_table a,
  .amlab_acc_tablehead a {
    background-image: none;
  }

  .star_box_left {
    width: 100%;
    text-align: center;
  }

  .single.single-product.a_withprice .amlab_rlt_product.product-small.box .add-to-cart-button a {
    padding: 0;
  }

  .amlab_product-container>.row:not(.amlab_sp_row) {
    flex-basis: 100%;
    max-width: 100%;
  }

  .single.single-product.a_withprice .product-main .price-wrapper p.price.price-on-sale {
    gap: 15px;
  }

  .amlab_product-container .product-gallery .amlab_product_video {
    order: 1;
    grid-column: 1 / span 1;
  }

  .amlab_product-container .product-gallery .product-thumbnails {
    order: 3;
  }

  .amlab_product-container .product-gallery .product-images {
    order: 2;
    grid-column: 1 / span 2;
  }

  .single.single-product.a_withprice .product-main .product-gallery {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .amlab_product-container .amlab_sp_row {
    flex-basis: 100%;
    max-width: 100%;
    margin: 0 auto !important;
  }

  .amlab_product-container {
    flex-direction: column;
  }

  .row_top_0 {
    margin: 0 !important;
  }

  .nav-sidebar>.menu-item:hover,
  .sub-menu .menu-item:hover a {
    background-color: #66ba1f !important;
    color: white !important;
  }

  .product-small.box .box-text .add-to-cart-button a.add_to_cart_button {
    margin-right: 0 !important;
    font-size: 9px !important;
  }

  .amlab_subscribe_col {
    padding: 20px 30px !important;
  }

  .single.single-product form.cart {
    gap: 5px;
    flex-direction: row;
    justify-content: space-between;
  }

  button.single_add_to_cart_button,
  .amlab_baogia {
    font-size: 10px;
    width: 49%;
    padding: 5px 10px;
  }

  .off-canvas .nav-vertical>li>a {
    color: #000;
  }

  .sub-menu .nav-slide-header .toggle {
    border-bottom: 1px solid #2a8350;
    color: #000;
    opacity: 1;
  }

  .off-canvas:not(.off-canvas-center) .nav-vertical li>a {
    padding: 10px 0px 10px 20px;
    color: #000 !important;
    font-weight: 600;
    font-size: 14px;
  }

  .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li:not(.nav-slide-header) {
    border: none !important;
  }

  .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li>.sub-menu>li:not(.nav-slide-header) {
    width: 50%;
    float: left;
  }

  .mobile-sidebar-levels-2 .nav-slide>li>.sub-menu>li>.sub-menu>li:not(.nav-slide-header)>a {
    display: block;
    text-align: center;
    padding: 10px;
  }

  .nav.nav-vertical {
    padding-top: 50px !important;
  }

  .amlab_section_product .amlab_text_container {
    min-height: unset !important;
  }

  .amlab_col_100h .amlab_text_container {
    min-height: unset !important;
  }

  .title_section_banner h2 {
    font-size: 40px;
  }

  .shop_table.wishlist_table table.item-details-table {
    display: none !important;
  }

  .shop_table.wishlist_table .additional-info-wrapper table.additional-info {
    display: none !important;
  }

  .shop_table.wishlist_table .additional-info-wrapper .product-add-to-cart a.add_to_cart_button {
    background-color: #2a8350;
    padding: 10px 20px;
    color: white;
  }

  .amlab_quick-view,
  .amlab_compare {
    right: 14px !important;
    display: none !important;
  }

  .amlab_quick-view {
    top: 66px !important;
  }

  .amlab_explore_slider .flickity-viewport .flickity-slider .col:hover {
    transform: unset;
  }

  /* TIMELINE */
  #amlab_baogia {
    padding: 0 !important;
  }

  #amlab_baogia .amlab_contact_right {
    margin-top: 0 !important;
  }

  #amlab_baogia .amlab_contact_left,
  #amlab_baogia .amlab_contact_right {
    width: 100%;
  }

  .mywebsite-timeline-vertical .my-timeline .first_history:after,
  .mywebsite-timeline-vertical .my-timeline .second_history:after {
    left: -25px;
  }

  .mywebsite-timeline-vertical .my-timeline .first_history:before,
  .mywebsite-timeline-vertical .my-timeline .second_history:before {
    content: "";
    border-right: 2px dotted hsla(0, 0%, 59%, 0.88);
    position: absolute;
    width: 2px !important;
    max-width: 2px;
    left: -21px;
    height: 105%;
    z-index: 1;
  }

  .time-section {
    max-width: 90%;
  }

  .my-timeline {
    display: flex;
    justify-content: flex-end;
  }

  .mywebsite-timeline-vertical .my-timeline .first_history,
  .mywebsite-timeline-vertical .my-timeline .second_history {
    margin-top: 20px;
  }

  .amlab_line {
    display: none;
  }

  /* TIMELINE */

  /* new */
  .sm-justify-content {
    justify-content: center;
  }

  .amlab_contact_left {
    width: 95%;
    padding-bottom: 30px !important;
    border-radius: 0 0 24px 24px;
    z-index: 2;
    order: 2;
  }

  .amlab_contact_right {
    width: 95%;
    margin-top: -20px;
    border-radius: 24px 24px 0 0;
    z-index: 1;
    order: 1;
  }

  /* new */
  .amlab_tab_switch .col {
    max-width: 70% !important;
    width: 70% !important;
    padding: 20px !important;
  }

  .amlab_tab_default {
    margin-top: -40px;
  }

  .amlab_client_say .icon-box-img.testimonial-image {
    width: 100% !important;
    max-width: 100% !important;
  }

  .amlab_client_say .icon-box-img.testimonial-image img {
    width: 100%;
    height: 250px;
  }

  .amlab_height_330 .flickity-viewport {
    height: 502px !important;
  }

  .yith-ywraq-add-button {
    width: 100%;
  }

  .yith-ywraq-add-button .add-request-quote-button {
    width: 100%;
    justify-content: center;
  }

  .yith-ywraq-add-button .amlab_btn_baogia {
    max-width: 100%;
    width: 100%;
  }

  .text-title {
    font-size: 35px;
    line-height: 54px;
    position: relative;
    margin-bottom: 30px;
  }

  .amlab_mg_reverse {
    margin-top: 0;
  }

  .amlab_mg_reverse .col:hover {
    margin-top: 0;
  }

  .address-box.amlab_footer_tracking_box {
    border-right: unset !important;
  }

  /* Order Table Mobile Scroll */
  .order-table-wrapper {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .order-table-wrapper table {
    min-width: 600px;
  }

  /* Progress Bar Mobile Vertical Layout */
  .amlab_order_progress {
    padding: 20px 30px;
  }

  .amlab_progress_bar {
    flex-direction: column;
    align-items: flex-start;
    max-width: 100%;
    padding: 0;
    position: relative;
  }

  .amlab_progress_step {
    width: 100%;
    margin-bottom: 25px;
    display: flex;
    align-items: flex-start;
    position: relative;
    padding-left: 45px;
  }

  .amlab_progress_step:last-child {
    margin-bottom: 0;
  }

  .amlab_progress_circle {
    width: 18px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
  }

  .amlab_progress_step span {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.4;
  }

  .amlab_progress_step span img {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
    object-fit: contain;
  }

  /* Hide progress lines on mobile */
  .amlab_progress_line_bg,
  .amlab_progress_line_fill,
  .amlab_progress_connector {
    display: none;
  }

  /* Vertical connecting line - background */
  .amlab_progress_bar::before {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    bottom: 9px;
    width: 2px;
    background-color: #e0e0e0;
    z-index: 1;
  }

  /* Vertical connecting line - progress fill */
  .amlab_progress_bar::after {
    content: "";
    position: absolute;
    left: 8px;
    top: 9px;
    width: 2px;
    background-color: #28a745;
    z-index: 2;
    height: var(--progress-height, 0);
    transition: height 0.3s ease;
  }

  /* Step states */
  .amlab_progress_step.completed .amlab_progress_circle {
    width: 18px;
    height: 18px;
    background-color: #28a745;
    border: 2px solid #28a745;
    color: #fff;
  }

  .amlab_progress_step.active .amlab_progress_circle {
    background-color: #28a745;
    border: 2px solid #28a745;
    color: #fff;
  }

  .amlab_progress_step.pending .amlab_progress_circle {
    background-color: #fff;
    border: 2px solid #e0e0e0;
    color: #ccc;
  }

  .amlab_progress_step.completed span,
  .amlab_progress_step.active span {
    color: #333;
  }

  .amlab_progress_step.pending span {
    color: #aaa;
  }
}

/* Loading state for Add to Request button */
.amlab_add_to_request {
  transition: all 0.3s ease;
  position: relative;
}

.amlab_add_to_request.amlab-loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
}

/* Small spinner for Add to Request button */
.amlab-spinner-small {
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-top: 2px solid #fff;
  border-radius: 50%;
  animation: amlab-spin-small 0.8s linear infinite;
  margin-left: 8px;
  vertical-align: middle;
}

@keyframes amlab-spin-small {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* ===== LOGIN PAGE STYLES ===== */
/* Container chính */
.amlab_loginform {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url('./images/login/bg_login.jpg') center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.login-page-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Form đăng nhập */
.login-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 400px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Tiêu đề */
.login-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 8px 0;
  text-align: center;
}

.login-subtitle {
  font-size: 16px;
  color: #718096;
  margin: 0 0 32px 0;
  text-align: center;
  line-height: 1.5;
}

/* Form groups cho login */
.login-form .form-group {
  margin-bottom: 15px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 8px;
}

.login-form .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  transition: all 0.2s ease;
  margin-bottom: 0;
  outline: none;
}

.login-form .form-input:focus {
  border-color: #4a90e2;
  box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.login-form .form-input::placeholder {
  color: #a0aec0;
}

/* Remember me checkbox */
.remember-group {
  margin-bottom: 32px;
}

.checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #2d3748;
  font-weight: normal;
  position: relative;
}

.checkbox-label input[type="checkbox"] {
  display: none;
}

.checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s ease;
  background: #fff;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark {
  background: #2d3748;
  border-color: #2d3748;
}

.checkbox-label input[type="checkbox"]:checked+.checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Nút đăng nhập */
.login-button {
  width: 100% !important;
  background: #66ba1f;
  color: white;
  border: none;
  padding: 14px 24px !important;
  border-radius: 8px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.2s ease;
  text-transform: none !important;
}

.login-button:hover {
  background: #38a169;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
}

.login-button:active {
  transform: translateY(0);
}

/* Link đăng ký */
.signup-link {
  text-align: center;
  margin-top: 24px;
}

.signup-link p {
  margin: 0;
  font-size: 14px;
  color: #718096;
}

.signup-link a {
  color: #4a90e2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.signup-link a:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

/* Responsive cho Login Page */
@media (max-width: 768px) {
  .login-form {
    padding: 32px 24px;
    margin: 20px;
  }

  .login-title {
    font-size: 28px;
  }

  .amlab_loginform {
    padding: 10px;
  }
}

@media (max-width: 480px) {
  .login-form {
    padding: 24px 20px;
  }

  .login-title {
    font-size: 24px;
  }

  .login-subtitle {
    font-size: 14px;
  }
}

/* ===== REGISTER PAGE STYLES ===== */
/* Container chính */
.amlab_registerform {
  min-height: 100vh;
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("./images/login/bg_login.jpg") center/cover no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.register-page-container {
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.register-form-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* Form đăng ký */
.register-form {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  padding: 40px;
  width: 100%;
  max-width: 450px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Tiêu đề */
.register-title {
  font-size: 32px;
  font-weight: 700;
  color: #2d3748;
  margin: 0 0 8px 0;
  text-align: center;
}

.register-subtitle {
  font-size: 16px;
  color: #718096;
  margin: 0 0 32px 0;
  text-align: center;
  line-height: 1.5;
}

/* Form row cho First Name và Last Name */
.register-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 15px;
}

.register-form .form-row .form-group {
  flex: 1;
  margin-bottom: 0;
}

/* Form groups cho register */
.register-form .form-group {
  margin-bottom: 15px;
}

.register-form .form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #2d3748;
  margin-bottom: 8px;
}

.register-form .form-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  font-size: 16px;
  background: #fff;
  transition: all 0.2s ease;
  outline: none;
  margin: 0;
  box-shadow: none !important;
}

.register-form .form-input:focus {
  border-color: #4a90e2;
}

.register-form .form-input::placeholder {
  color: #a0aec0;
}

/* Input with icon cho register */
.register-form .input-with-icon {
  position: relative;
}

.register-form .input-with-icon .form-input {
  padding-right: 50px;
}

.register-form .input-icon {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

.register-form .input-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* Terms checkbox cho register */
.register-form .terms-group {
  margin-bottom: 15px;
}

.register-form .checkbox-label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 14px;
  color: #2d3748;
  position: relative;
}

.register-form .checkbox-label input[type="checkbox"] {
  display: none;
}

.register-form .checkmark {
  width: 20px;
  height: 20px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  margin-right: 12px;
  position: relative;
  transition: all 0.2s ease;
  background: #fff;
}

.register-form .checkbox-label input[type="checkbox"]:checked+.checkmark {
  background: #2d3748;
  border-color: #2d3748;
}

.register-form .checkbox-label input[type="checkbox"]:checked+.checkmark::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 2px;
  width: 6px;
  height: 10px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Nút đăng ký */
.register-button {
  width: 100%;
  background: #66ba1f;
  color: white;
  border: none;
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  text-transform: none;
}

.register-button:hover {
  background: #38a169;
  transform: translateY(-1px);
  box-shadow: 0 4px 12px rgba(72, 187, 120, 0.3);
}

.register-button:active {
  transform: translateY(0);
}

/* Link đăng nhập */
.register-form .login-link {
  text-align: center;
  margin-top: 24px;
}

.register-form .login-link p {
  margin: 0;
  font-size: 14px;
  color: #718096;
}

.register-form .login-link a {
  color: #4a90e2;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease;
}

.register-form .login-link a:hover {
  color: #2b6cb0;
  text-decoration: underline;
}

/* Responsive cho Register Page */
@media (max-width: 768px) {
  .register-form {
    padding: 32px 24px;
  }

  .register-title {
    font-size: 28px;
  }

  .amlab_registerform {
    padding: 10px;
  }

  .register-form .form-row {
    flex-direction: column;
    gap: 0;
  }

  .register-form .form-row .form-group {
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .register-form {
    padding: 24px 20px;
  }

  .register-title {
    font-size: 24px;
  }

  .register-subtitle {
    font-size: 14px;
  }
}

/* Thank You Page Styles */
.thankyou-buttons {
  display: flex;
  gap: 20px;
  margin-bottom: 32px;
}

.thankyou-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 6px;
  font-weight: 500;
  font-size: 15px;
  height: 36px;
  text-decoration: none;
  transition: background 0.2s;
}

.thankyou-btn.left-btn {
  background: #66ba1f;
  color: #fff;
}

.thankyou-btn.right-btn {
  background: #eeeeee;
  color: #444;
}

.thankyou-btn span {
  margin-right: 6px;
  display: flex;
  align-items: center;
}

.thankyou-btn span svg {
  display: inline-block;
}

/* Terms checkbox wrapper - Mobile responsive */
.terms-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.4;
}

.terms-checkbox-wrapper .checkbox-label {
  flex-shrink: 0;
  margin: 0;
  cursor: pointer;
}

.terms-checkbox-wrapper .terms-text {
  flex: 1;
  font-size: 14px;
  color: #666;
  line-height: 1.4;
}

.terms-checkbox-wrapper .terms-text a {
  color: #007cba;
  text-decoration: underline;
  word-break: break-word;
  hyphens: auto;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .terms-checkbox-wrapper {
    gap: 8px;
  }

  .terms-checkbox-wrapper .terms-text {
    font-size: 13px;
    line-height: 1.3;
  }

  .terms-checkbox-wrapper .terms-text a {
    word-break: break-all;
    hyphens: auto;
  }
}