.uk-button-default{
	padding-top:5px;
	padding-bottom:5px;
}
.uk-button-primary{
	padding-top:10px;
	padding-bottom:10px;
}
.tm-header .tm-headerbar-default{
	background-color:#FFFFFF;
}
.tm-header .tm-headerbar-top{
	padding-top:4px;
	padding-bottom:4px;
}
.widget_search{
	border: 1px solid #C4C4C4;
	border-radius: 100px;
	width:435px;
	transform:translatex(-36px);
	background-color:#F3F3F3;
}
.widget_search:hover{
	border-color:#212121;
	box-shadow: 0px 4px 8px 0px #00000029;
}
.uk-search-input{
	border-radius: 100px !important;
	width:433px;
	background-color:#F3F3F3 !important;
}
.uk-search-navbar.uk-search-input{
	background-color:#F3F3F3;
}

.uk-navbar.uk-navbar-justify.uk-flex-auto .uk-navbar-item{
	display:none;
}
.uk-navbar-nav{
	position:relative;
	justify-content: center;
    left:50%;
	transform:translatex(-50%); 
}
.uk-navbar-nav > *{ 
	flex-grow: unset !important;
}
.uk-navbar-sticky .uk-navbar-nav{
    left:0;
	transform:translatex(0); 
}
.uk-navbar-sticky .uk-navbar.uk-navbar-justify.uk-flex-auto .uk-navbar-item{
	transition: all 0.5s ease-in-out;
	display:block;
	padding-top:10px;
	margin-left:auto;
}
.uk-breadcrumb{
	padding:14px 0;
}
.uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before{
	content:url('/wp-content/uploads/2025/05/arrows_right_line.svg') !important;
	transform: translateY(3px);
}
.ftwp-in-post .ftwp-wrap #ftwp-contents{
	border-radius:16px;
	padding:14px;
	background-color:#FAF8F4;
}
.ftwp-in-post .ftwp-wrap #ftwp-contents #ftwp-list .ftwp-text{
	font-family: Be Vietnam Pro;
	font-weight: 300;
	font-size: 18px;
}
#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text{
	font-family: Be Vietnam Pro;
	font-weight: 300;
	font-size: 18px;
}
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before{
	font-family: Be Vietnam Pro;
	font-weight: 300;
	font-size: 18px;
}
#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before{
	font-family: Be Vietnam Pro;
	font-weight: 300;
	font-size: 18px;
}
.ftwp-in-post .ftwp-wrap #ftwp-contents #ftwp-list .ftwp-text:hover{
	text-decoration: underline;
}
#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text:hover{
	 text-decoration: underline;
}
#ftwp-container.ftwp-wrap .ftwp-icon-number::before{
	display:none;
}
#ftwp-container #ftwp-trigger{
	border-color:#FFF;
	display:none !important;
}
.tm-header-mobile .uk-navbar-container{
	height:96px !important;
}
.price_label span {
	display: flex;
    justify-content: flex-end;
    box-sizing: border-box;
    display: inline-block;
    min-width: 113px;
    border: 1px solid #C5C5C5;
    padding: 5px 6px;
    font-size: 14px;
    border-radius: 6px;
}
.ui-slider-range {
	background: #212121 !important;
}
.ui-slider-handle {
    border: 5px solid #212121 !important;
}
.price_label {
	margin-top: 12px;
	display: flex;
    align-items: center;
    gap: 4px;
    color: #666;
}
.ui-slider {
	margin-bottom: 6px !important;
    margin-top: 17px;
}
.uk-accordion-title::before {
	background-image: url(/wp-content/uploads/2025/06/Vector-85.svg);
}
.uk-open>.uk-accordion-title::before {
	background-image: url(/wp-content/uploads/2025/06/Vector-84.svg);
}
.uk-dotnav>.uk-active>* {
	width: 14px;
	height: 14px;
}
.uk-dotnav {
	align-items: center;
}
/* wwooo-cart */
.woocommerce-cart .woocommerce {
    display: flex;
    justify-content: space-between;
}

.woocommerce-cart .woocommerce-cart-form {
    overflow: unset;
    width: calc(65% - 12px);
}

.woocommerce-cart .cart-collaterals {
    width: calc(35% - 13px);
    margin-top: 0;
    height: fit-content;
}
.woocommerce-cart .cart_totals {
    width: 100%;
}

.woocommerce-cart thead th {
}
.woocommerce-cart thead tr {
    position: relative;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px #0000000A;
    border-radius: 12px;
}
.woocommerce-cart thead tr::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    pointer-events: none    ;
}


.woocommerce-cart thead .product-name {
    left: 52px !important;
}
.woocommerce-cart thead .product-thumbnail {
    padding: 0 !important;
}
.woocommerce-cart thead .product-subtotal {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.woocommerce-cart .woocommerce table.shop_table thead th {
    color: #212121 !important;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    text-transform: capitalize;
}
.woocommerce-cart .cart_item {
    background-color: #fff;
}
.woocommerce-cart .woocommerce-cart-form table.shop_table {
    border-collapse: separate;
    border-spacing: 0 16px; 
}

.woocommerce-cart .woocommerce table.shop_table>:not(:first-child)>tr {
    position: relative;
    box-shadow: 0px 0px 20px 0px #0000000A;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

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

.woocommerce-cart .cart_item .product-subtotal {
    border-bottom-right-radius: 12px;
    border-top-right-radius: 12px;
}
.woocommerce-cart .product-select {
    border-bottom-left-radius: 12px;
    border-top-left-radius: 12px;
    vertical-align: top !important;
}
.woocommerce-cart .product-select input {
    margin-right: 4px;
    margin-left: 20px;
    width: 20px !important;
    height: 20px;
    border-radius: 8px;
}
.woocommerce-cart input[type=checkbox] {
	border: 1px solid #676666;
}
.woocommerce-cart .product-select input:checked, .woocommerce-cart .product-select input:checked:focus {
    background-color: #B01722;
	border-color: #B01722;
}
.woocommerce-cart .product-select input:focus {
    border-color: #B01722;
}
.woocommerce-cart tbody .product-thumbnail {
    vertical-align: top !important;
    padding-left: 0 !important;
    padding-right: 8px !important;
}
.woocommerce-cart tbody .product-thumbnail img {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
}
.woocommerce-cart .coupon,
.woocommerce-checkout .coupon {
    position: relative;
}

.woocommerce-cart .coupon::after,
.woocommerce-checkout .coupon::after { 
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background-image: url(/wp-content/uploads/2025/06/svgexport-33-1-1.svg);
    top: 14px;
    left: 38px;
    pointer-events: none;
}

.woocommerce-cart .coupon .input-text,
.woocommerce-checkout .coupon .input-text {
    width: 347px;
    height: 48px;
    border-radius: 100px;
    font-size: 16px;
    margin-left: 16px;
    margin-right: 19px;
    padding-left: 50px;
    padding-right: 24px;
    background: #F3F3F3;
    border: none;
    outline: none;
    color: #000;
    transition: all ease 0.3s;
    border: 1px solid transparent;
}

.woocommerce-cart .coupon .input-text::placeholder,
.woocommerce-checkout .coupon .input-text::placeholder {
    color: #666;
}

.woocommerce-cart .coupon .input-text:focus,
.woocommerce-checkout .coupon .input-text:focus {
    border: 1px solid #6A4123;
    color: #000;
    border-color: #6A4123 !important;
}

.woocommerce-cart .coupon + button,
.woocommerce-checkout .coupon + button {
    width: 0;
    height: 0;
    padding: 0;
    border: unset;
}

.woocommerce-cart .coupon .button,
.woocommerce-checkout .coupon .button {
    font-size: 18px;
    font-weight: 300;
    text-transform: uppercase;
    padding-top: 0px;
    padding-bottom: 0px;
    line-height: 46px;
    background: #6a4123;
    color: #fff;
    border: 1px solid #fff;
    box-shadow: 2px 2px 0px 0px rgba(106, 65, 35, 0.30);
}
.woocommerce-cart .coupon .button:hover,
.woocommerce-checkout .coupon .button:hover { 
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), #6A4123;
}

.cart-collaterals {
    box-sizing: border-box;
    padding: 24px 16px;
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid  #F3F3F3; 
}
.cart_totals h2 {
    margin: 0;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    line-height: 150%;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    line-height: 60px;
    background: #6A4123;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 2px 2px 0px 0px rgba(106, 65, 35, 0.30);
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), #6A4123;
    box-shadow: 2px 2px 0px 0px rgba(106, 65, 35, 0.30);
}
.woocommerce-cart .continue-shopping {
    width: 100%;
    margin-top: 24px;
    color: #212121 !important;
    padding: 12px 24px;
    background-color: transparent !important;
    border: 1px solid #212121 !important;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%; 
}
.woocommerce-cart .continue-shopping:hover {
    border: 1px solid #172F53 !important;
    color: #172F53 !important;
    background-color : #EEEEF1 !important;
}
.woocommerce-cart .woocommerce *+table {
    margin: 24px 0;
}
.woocommerce-cart .cart_totals th, 
.woocommerce-cart .cart_totals td
{
    padding: 0 !important;
}
.woocommerce-cart .cart-subtotal th,
.woocommerce-cart .cart-subtotal td
{
    padding-bottom: 16px !important;
    border-bottom: 1px solid #F3F3F3;
}
.woocommerce-cart .product-subtotal, .woocommerce table.cart td.product-price {
    color: #B01722 !important;
    font-weight: 700;
}
.woocommerce-cart .price-regular {
    display: block !important;
    font-size: 16px;
    text-align: center;
    font-weight: 300;
    color: #666;
}
.woocommerce-cart tbody .product-name > a {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #212121 !important;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;       
    -webkit-box-orient: vertical; 
}
.woocommerce-cart tbody .product-name > a:hover {
    color: #212121 !important;
}
.woocommerce-cart .delete-product-wrapper a:hover {
    color: #B01722 !important;
}
.woocommerce-cart .delete-product-wrapper svg {
    width: 16px;
    height: 16px;
}
.woocommerce-cart .delete-product-wrapper .delete-text {
    margin-left: 4px;
    font-size: 14px;
    text-decoration: underline;
    text-decoration-thickness: 0.6px;
}
.woocommerce-cart thead .product-price,
.woocommerce-cart thead .product-quantity,
.woocommerce-cart thead .product-subtotal
{
    text-align: center !important;
}
.woocommerce-cart thead .product-subtotal,
.woocommerce-cart tbody .product-subtotal {
    padding-right: 20px !important;
}

.woocommerce-cart thead .product-price{
    padding-right: 8px !important;
}
.woocommerce-cart tbody .product-price{ 
    padding-right: 16px !important;
}
.woocommerce-cart tbody .product-quantity .input-text::-webkit-inner-spin-button, .woocommerce-cart tbody .product-quantity .input-text::-webkit-outer-spin-button
 {
    -webkit-appearance: none;
}
.woocommerce-cart tbody .product-quantity .quantity {
    position: relative;
}
.woocommerce-cart tbody .product-quantity .input-text {
    width: 131px;
    height: 48px;
    border-radius: 10px;
    border: 1px solid #E4E4E4;
    background-color: transparent;
    color: #212121;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.5;
    pointer-events: none;
    user-select: none;  
    outline: none;  
}
.woocommerce-cart tbody .product-quantity .decrease-qty, .woocommerce-cart tbody .product-quantity .increase-qty {
    width: 34px; 
    height: 34px;
    color: #212121;
}
.woocommerce-cart tbody .product-quantity .decrease-qty:hover ,.woocommerce-cart tbody .product-quantity .increase-qty:hover {
    color: #FFF;
}
.woocommerce-cart .cart-collaterals table tr{ 
    border-top: unset !important;
}
.woocommerce-cart .cart-total-promotion th, .woocommerce-cart .cart-total-promotion td{
    padding-top: 16px !important;
}
.woocommerce-cart .cart-total-promotion .amount {
    color: #B01722;
    font-weight: 500;
}
.woocommerce-cart .cart-total-promotion td { 
    color: #B01722;
}
.woocommerce-cart .cart-discount {
    font-size: 16px;
}
.woocommerce-cart .cart-discount th {
    padding-top: 20px !important;
    position: relative;
    padding-left: 20px !important;
    font-size: 14px;
    color: #666666;
}
.woocommerce-cart .cart-discount td {
    padding-top: 20px !important;
    font-weight: 500;
    color: #B01722;
}
.woocommerce-cart .cart-discount th::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 4px;
    background-color: #676666;
    border-radius: 50%;
    top: calc(50% + 10px);
    left: 10px;
    transform: translateY(-50%);
}

.woocommerce-shipping-destination, .woocommerce-shipping-calculator {
    display: none;
}

.woocommerce-cart .woocommerce-shipping-totals th, .woocommerce-cart .woocommerce-shipping-totals td {
    padding: 16px 0!important;
    border-bottom: 1px solid #F3F3F3;
}
.woocommerce-cart .woocommerce-shipping-totals td {
    font-size: 16px;
    color: #212121;
}
.woocommerce-cart .woocommerce-shipping-totals td ul{
    margin-bottom: 0;
}
.woocommerce-shipping-methods li {
    justify-content: flex-end;
}

.woocommerce-cart .order-total th {
    width: 50%
}

.woocommerce-cart .order-total th, .woocommerce-cart .order-total td{
    padding-top: 16px !important;
}
.woocommerce-cart .order-total td bdi{
    font-size: 20px;
    color: #B01722;
    font-weight: 500;
}
.woocommerce-cart .order-total span {
    font-size: 18px;
    color: #B01722;
    font-weight: 500;
}
.woocommerce table.shop_table :not(thead)>th{
    padding: 16px 12px;
}

.product-type {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 14px; 
    color: #676666;
    background: #F3F3F3;
    width: fit-content;;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    padding: 4px 8px;
}

.woocommerce-cart .actions {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
}
.woocommerce-cart .actions::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid #F3F3F3;
    border-radius: 12px;
    pointer-events: none;
}
.woocommerce table.cart tbody td[colspan="6"] {
    padding-top: 24.5px;
    padding-bottom: 24.5px;
}
.woocommerce table.cart tbody td[colspan="6"] > button{ 
    display: none;
}
.coupon-error-notice {
    margin-left: 16px;
    font-size: 16px;
}
.cart_totals th {
    font-size: 16px;
}
.cart-subtotal .woocommerce-Price-amount {
    color: #212121;
    font-weight: 500;
}
.woocommerce-notices-wrapper {
    display: none;
}
.quantity {
    width: 123px;
    position: relative;
    margin: 0;
}
.quantity-decrease,
.quantity-increase {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.quantity-decrease:hover {
    background: #FAF8F4;
}
.quantity-decrease:hover span {
    background: #B01722;
}
.quantity-decrease.disable {
    background: #fff;
}
.quantity-decrease.disable span {
    background: #666666;
}
.quantity-increase:hover { 
    background: #FAF8F4;
}
.quantity-increase:hover span {
    background: #B01722;
}
.quantity-decrease {
    left: 4px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
}

.quantity-increase {
    right: 4px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.minus, .plusX, .plusH {
    display: block;
    width: 14px;
    height: 2px;
    background: #000;
    border-radius: 12px;
}
.plusX, .plusH {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.plusH {
    transform: translate(-50%, -50%) rotate(90deg);
}


/* Minicart */
#offcanvas-cart .uk-offcanvas-bar {
    width: 420px;
    z-index: 10;
  }
  .ju-mini-cart .uk-offcanvas-bar {
    background-color: #FFF;
  }
  .ju-mini-cart .cart-title {
    display: flex;
    align-items: center;
    gap: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 15px;
    border-bottom: 1px solid #E4E4E4;
    font-weight: 600;
  }
  .ju-mini-cart .cart-title .text-cart {
    position: relative;
  }
  .ju-mini-cart .cart-title .text-cart::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 1px;
    background-color: #212121;
    top: 50%;
    right: -17px;
    transform: translateY(-50%);
  }
  .ju-mini-cart .cart-title p {
    margin: 0
  }
  .ju-mini-cart .uk-offcanvas-close {
    color: #212121;
    top: 24.5px;
    right: 15px;
  }
  .ju-mini-cart .uk-offcanvas-close svg {
    width: 18px;
    height: 18px;
  }
  .ju-mini-cart .product_list_widget {
    padding: 0 15px;
  }
  .ju-mini-cart .mini_cart_item {
    padding-top: 24px;
    padding-bottom: 24px;
    margin-bottom: 20px;
    padding-left: 99px;
  }
  .ju-mini-cart .cart_list li:last-child {
    margin-bottom: 0;
  }
  .ju-mini-cart .mini_cart_item img {
    top: 50%;
    transform: translateY(-50%);
    width: 83px;
    height: 94px;
    border-radius: 8px;
    border: 0.723px solid #F3F3F3;
  }
  .ju-mini-cart .mini_cart_item:not(:first-child) {
    margin-top: 0;
    border-top: 4px solid #F3F3F3;
  }

  .woocommerce-mini-cart__total.total strong:first-child,
    .woocommerce-mini-cart__total.total strong:first-child + .woocommerce-Price-amount {
    display: none;
    }

  @media (min-width: 768px) {
    #offcanvas-cart .uk-offcanvas-bar {
        width: 400px;  
    }
  }
  
  @media (max-width: 639px) {
    #offcanvas-cart .uk-offcanvas-bar {
        width: 100%;  
    }
  }

  ul.cart_list li a:not(.remove), ul.product_list_widget li a:not(.remove) {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
    white-space: nowrap;    
    overflow: hidden;        
    text-overflow: ellipsis;   
  }

  .woocommerce-mini-cart-item .my-cart-info .box-info {
    margin-top: 5px;
    display: flex;
    gap: 16px;
    color: #212121 !important
  }
  .woocommerce-mini-cart-item .my-cart-info .price {
    font-size: 20px;
    font-weight: 600;
  }
  .woocommerce-mini-cart-item .delete-text {
    border-bottom: 1px solid #212121;
  }
  .woocommerce-mini-cart-item .remove {
    margin-top: 15px;
    order: 3; 
    display: flex;
    justify-content: flex-start;
    gap: 4px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    width: 100%;
    text-align: left; 
    color: #212121;
  }
  .woocommerce-mini-cart-item .remove:hover {
    color: #212121;
  }
  
  .woocommerce-mini-cart-item {
    display: flex !important;
    flex-direction: column; 
  }
  .woocommerce-mini-cart-item .my-cart-info {
    margin-top: 5px;
  }
  .woocommerce-mini-cart__total strong {
    font-weight: 600;
  }
  .woocommerce-mini-cart__total.total {
    margin-bottom: 24px;
    display: flex;
    justify-content: space-between;
    color:#212121;
    padding: 12px 15px;
    margin-top: 48px;
    border-top: 1px solid #D7D7D8;
    border-bottom: 1px solid #D7D7D8;
  }
  .woocommerce-mini-cart__total.total .amount { 
    font-weight: 600;
  }
  .ju-mini-cart .woocommerce-mini-cart__buttons.buttons {
    margin-top: auto;
    margin-bottom: 140px;
    padding: 0 15px;
  }
  
  .ju-mini-cart #cart-content {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .ju-mini-cart .button {
    display: block;
    border-radius: 100px;
    font-size: 18px;
    font-weight: 500;
    line-height: 58px;
    width: 100%;
    height: 100%;
    text-align: center;
    text-decoration: none;
}
.ju-mini-cart .button.checkout {
    color: #FFF;
    background: #6A4123;
    box-shadow: 2px 2px 0px 0px rgba(106, 65, 35, 0.30);
}
.woocommerce-mini-cart__buttons.buttons >*:first-child {
    border: 2px solid #e4e4e4;
    color: #212121;
    background: #fff;
    margin-bottom: 16px;
    line-height: 54px;
}
.woocommerce-mini-cart__buttons.buttons >*:first-child:hover {
    border: 2px solid #6A4123;
    color: #6A4123;
    background: #FAF8F4;
    margin-bottom: 16px;
    box-shadow: 0px 2px 2px 0px rgba(255, 255, 255, 0.30);
}
.ju-mini-cart .button.checkout:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.24) 0%, rgba(0, 0, 0, 0.24) 100%), #6A4123;
    box-shadow: 2px 2px 0px 0px rgba(106, 65, 35, 0.30);
}

.ju-mini-cart .button.cart {
    margin-top: 16px;
    color: #212121;
    background: transparent;
    border: 1px solid #212121;
}

.ju-mini-cart .button.cart:hover {
    color: #172F53;
    border-color: #172F53;
    background: #EEEEF1;
}
.woocommerce-mini-cart__empty-message {
    margin: 50px 50px 0px 50px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    color: #212121;
    text-align: center;
}
.continue-shopping-link {
margin: 16px 50px 0px 50px;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
text-align: center;
color: #FF324D;

display: block;
}
.ju-mini-cart .return-to-shop {
width: 100%;
}
.uk-navbar-left{
    gap:unset;
}

/* Checkout Style */
.infor-cart {
    border-radius: 16px;
    padding: 24px 20px;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 20px 0px #0000000A;
}
.infor-cart .uk-list {
    margin: 0;
}
.infor-cart .infor-cart-title {
    font-weight: 600;
}
.infor-cart .info-item {
    display: flex;
    gap: 20px;
}
.infor-cart .info-item .title {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
}
.infor-cart .info-item img {

    border-radius: 6px;
    border: 1px solid #E4E4E4;
    aspect-ratio: 75 / 90;
    object-fit: cover;
}
.infor-cart .info-item .product-type {
    font-size: 14px;
    background: #F3F3F3;
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    margin-top: 4px !important;
}
.infor-cart .info-item .product-quantity {
    font-weight: 600;
    margin-top: 4px !important;
}
.infor-cart .sale-price {
    color: #B01722;
    font-weight: 600;
}
.infor-cart .regular-price {
    text-align: end;
}
.infor-cart .cart-product-item {
    padding-top: 16px;
    padding-bottom: 16px;
}

.infor-cart .cart-product-item:not(:first-child) {
    padding-top: 24px;
}
.infor-cart .uk-list-divider>:nth-child(n+2) {
    margin-top: 8px;
}
.woocommerce-checkout .coupon-col {
    margin-top: 40px;
    border-radius: 16px;
    padding: 24.5px 16px;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 20px 0px #0000000A;
    float: unset;
    transition: all ease 0.3s;
}
.woocommerce-checkout .coupon {
    float: unset;
}
.woocommerce-checkout .form-review {
    float: right;
    width: 384px;
    padding: 24px 16px;
    box-shadow: 0px 0px 20px 0px #0000000A;
    border: 1px solid #E4E4E4;
    border-radius: 16px;
}
#customer_details {
    width: 754px;
}
#order_review_heading, .woocommerce-checkout-review-order {
    width: 100%
}
#order_review_heading {
    margin: 0;
    font-size: 20px;
}
.woocommerce table.shop_table thead th {
    font-size: 16px;
    text-transform: unset;
}
.form-review .woocommerce table.shop_table :not(thead)>th {
    padding: 16px 12px;
}
.cart-list-discount, .woocommerce-shipping-totals{
    border-top: unset !important;
}
.cart-list-discount th {
    padding-top: 0 !important;
    padding-left: 21px !important; 
}
.cart-list-discount >* {
    font-size: 14px;
}
.box-list-coupon {
    padding-left: 21px;
}
.coupon-list li:not(:last-child) {
	margin-bottom: 8px;
}
.cart-total-discount td, .cart-list-discount .price, .woocommerce-checkout-review-order-table thead .product-total,  .order-total td strong{
    font-weight: 500 !important;
    color: #B01722 !important;
}
.woocommerce-checkout-review-order-table thead .product-total, .woocommerce-shipping-totals {
    color: #212121 !important;
}
.woocommerce-shipping-totals td, .woocommerce-shipping-totals th, .order-total th{
    font-size: 16px;
    color: #666666;
}
.wc_payment_methods {
    margin-bottom: 24px;
}
.woocommerce-privacy-policy-text {
    display: none;
}
.woocommerce-terms-and-conditions-wrapper>*+* {
    margin-top: 8px;
}
.woocommerce-terms-and-conditions-checkbox-text a {
    color: #6A4123;
}
.woocommerce input[type=checkbox], .woocommerce input[type=radio]  {
    border: 1px solid #666;
    border-radius: 6px;
}
.woocommerce input[type=checkbox]:checked:focus, .woocommerce input[type=checkbox]:checked {
    background-color: #6A4123; 
}
.woocommerce-checkout-review-order button {
    margin-top: 24px !important;
    line-height: 58px;
    background-color: #6A4123 !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 2px 0px 0px #6A412366;
}
.woocommerce-checkout-review-order button:hover {
    color: #FFF !important;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #6A4123;
}
.form-review .wc_payment_methods {
    display: none;
}
.woocommerce-billing-fields > h3 {
    display: none !important;
}
.woocommerce-billing-fields {
    margin-top: 24px;
}
.custom-contact-info, 
.woocommerce-billing-fields__field-wrapper,
.custom-address-payment
{
    padding: 24px 16px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    box-shadow: 0px 0px 20px 0px #0000000A;
}
.custom-contact-info p {
    margin: 0;
}
.custom-contact-info .title{
    font-weight: 600;
}
.custom-contact-info .content {
    font-weight: 300;
    margin: 0;
    margin-top: 8px ;
}
.woocommerce-billing-fields input.input-text {
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    height: 55px;
    padding: 24px 16px 7px 16px;
    color: #666;
    font-size: 16px;
    font-weight: 300;
}
.woocommerce-billing-fields  input.input-text:focus {
    border-color: #E0D3B9 !important;
    box-shadow: 0px 8px 16px -4px rgba(0, 0, 0, 0.08);
    color: #666 !important;
}
.woocommerce-billing-fields  input.input-text::placeholder {
    color: #666;
}
.custom-contact-info .form-row {
    position: relative;
    margin-top: 8px;
    margin-bottom: 0;
}
.form-row label:first-child:not(.checkbox, .woocommerce-form__label-for-checkbox) {
    font-family: inherit;
    color: #666666;
    font-weight: 300;
    position: absolute;
    top: 7px;
    left: 17px;
    text-transform: inherit;
    letter-spacing: 0;
}
#customer_details>.col-2 {
    display: none;
}
.woocommerce-billing-fields__field-wrapper p {
    margin: 0;
}
.woocommerce-billing-fields__field-wrapper .title {
    font-weight: 600;
}
.woocommerce-billing-fields__field-wrapper .content { 
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
}
.custom-review-payment .form-row {
    float: unset;
    width: calc(50% - (24px / 2));
    margin: 0;
}
.custom-review-payment .form-row input {
    padding: 16px;
    color: #212121;
    height: 56px;
}
.custom-review-payment .form-row input:focus {
    color: #212121;
}
.custom-review-payment label {
    display: none !important;
}
.custom-review-payment .list-form {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}
#billing_state_field, #billing_city_field, #billing_address_2_field {
    height: 56px;
    border-bottom: 1px solid #c4c4c4 !important;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
}
.woocommerce-input-wrapper {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    display: block;
}
.select2 {
    cursor: pointer;
    box-sizing: border-box;
    padding: 16px;
    display: block;
    width: 100%;
    height: 100%;
    font-size: 16px;
}
.selection, .selection span {
    font-weight: 300;
    color: #6A4123;
    display: block;
    width: 100%;
    height: 100%;
}
.select2-results__option {
    font-size: 16px;
}
.custom-review-payment select {
    display: none !important;
}
.select2-search, .select2-search span{
    display: none;
}
.select2-results__options {
    width: 348px;
    height: 300px;
    overflow: auto;
    list-style: none;
    margin-top: 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
}
ul.select2-results__options li {
    padding: 8px 16px;
    transition: all 0.2s ease;
    cursor: pointer;
}

ul.select2-results__options li:hover {
    background-color: #f2f2f2;
}
#billing_state_field, #billing_city_field, #billing_address_2_field {
    position: relative;
}
#billing_state_field::before, #billing_city_field::before, #billing_address_2_field::before {
    position: absolute;
    content:"";
    width: 10px;
    height: 10px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/wp-content/uploads/2025/06/chevron-left.svg");
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
}
.custom-address-payment p {
    margin: 0;
}
.custom-address-payment {
    margin-top: 24px;   
}
.custom-address-payment .title {
    font-weight: 600;
}
.custom-address-payment .content {
    font-weight: 300;
    margin-top: 8px;
    margin-bottom: 8px;
}
.custom-address-payment label {
    display: unset !important;
    font-weight: 700;
    font-size: 16px;
    color: #212121;
}
.wc_payment_methods > *{
    border-top: 1px solid #E4E4E4;
}
.payment_method_bacs {
    padding-top: 0;
    border-top: unset !important;
}
.wc_payment_methods .payment_box {
    font-weight: 300;
    margin-top: 8px;
    padding-left: 0 !important;
    color: #666;
}
.woocommerce-checkout-payment input[type=radio] {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    border: 1px solid #FF324D;
}
.woocommerce-checkout-payment input[type=radio]:checked {
    background-color: #fff;
    border: 1px solid #FF324D;
}
.woocommerce-checkout-payment input[type=radio]:checked:focus {
    background-color: #fff;
}
.woocommerce-checkout-payment input[type=radio]:checked {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Ccircle%20fill%3D%22%23FF324D%22%20cx%3D%228%22%20cy%3D%228%22%20r%3D%226%22%20%2F%3E%3C%2Fsvg%3E");
    background-size: 100% 100%; /* đảm bảo hình ảnh lấp đầy */
}
.custom-address-payment .place-order {
    display: none;
}
.wc_payment_methods {
    margin-top: 24px;
    margin-bottom: 0;
}
.woocommerce > .woocommerce-message {
    display: none !important;
}
.coupon-message ul, .woocommerce-message  {
    margin-bottom: 0;
    border: none;
    padding: unset;
    margin-top: 8px;
    font-size: 16px;
    background: none;
    margin-bottom: 0;
    color: #212121;
}
.woocommerce-message {
    
}
.woocommerce-checkout #coupon_code {
    margin-left: 0;
}
.woocommerce-checkout .coupon::after {
    left: 22px;
}
.coupon-col > input, .coupon-col > button {
    display: none;
}
/* an cua wwo */
.woocommerce-checkout .checkout_coupon #coupon_code {
    border-bottom: unset !important;
    border: none !important;
}
.checkout-inline-error-message {
    display: none;
}
/*  */
.woocommerce table.woocommerce-checkout-review-order-table .order-total strong {
    color: #B01722;
}



/* thank-you-page */
.woocommerce-order .section-hero {
    position: relative;
    padding-top: 40px;
    padding-bottom: 32px;
    text-align: center;
}
.woocommerce-order .section-hero::before {
    position: absolute;
    content: "";
    height: 274px;
    background-image: url(/wp-content/uploads/2025/06/f882e9b16d99c3f89b24afc567999eb3e93d33fd.png);
    background-repeat: no-repeat;
    background-size: cover;

    left: 0;
    bottom: 0;
    right: 0;

    width: 100vw; 
    margin-left: calc(-50vw + 50%); 
}
.woocommerce-order .section-hero >* {
    position: relative;
    z-index: 2;
}
.woocommerce-order .section-hero .title {
    overflow: visible;
    position: relative;
    margin-top: 24px;
}
.woocommerce-order .section-hero .title::before {
    position: absolute;
    content: "";
    width: 390px;
    height: 268.689px;
    background-image: url(/wp-content/uploads/2025/04/Ellipse-1039.svg);
    background-position: top;
    background-repeat: no-repeat;
    top: -17px;
    left: 50%;
    transform: translateX(-50%);
}
.woocommerce-order .thanks-text {
    font-weight: 600;
    margin-top: 28px;
    color: #B01722;
}
.woocomerce-order .section-info{
    padding-top: 40px;
}
.section-info .title {
    font-weight: 500;
}
.woocommerce-order .order-table {
    margin-top: 24px;
    overflow: hidden;
}
.woocommerce-order thead {
    background: #F3F3F3;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.10);
}
.woocommerce-order thead th:first-child, .woocommerce-order tbody td:first-child {
    padding-left: 20px !important;
}
.woocommerce-order thead th {
    padding: 15px 20px 17px 20px;
    font-weight: 500;
}
.spacer td {
    box-sizing: border-box;
    height: 24px;
    padding: 0;
    border: none;
}
.spacer-last td {
    padding: 0;
    border: none;
}
.woocommerce-order tbody td {
    padding: 8px 16px;
}
.woocommerce-order tbody .product-thumb {
    width: 75px;
    height: 75px;
    border-radius: 6px;
    border: 1px solid #E4E4E4;
    margin-right: 16px;
}
.uk-font-500{
    font-weight: 500;
}
.uk-font-600{ 
    font-weight: 600;
}
.order-table {
    border: 1px solid #F3F3F3;   
    border-collapse: separate !important;  
    border-radius: 12px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}
.order-table thead th:not(:first-child):not(:last-child),
.order-table tbody td:not(:first-child):not(:last-child) {
    text-align: center;
}
.order-table .name {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.woocommerce-order tbody .td-price ins{
    background: #fff;
    display: block;
    width: 123px;
    font-size: 18px;
    color: #212121 !important;
}
.woocommerce-order tbody .td-price del{ 
    margin-top: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #666 !important;
}
.woocommerce-order tbody .divider {
    padding-top: 16px;
    padding-bottom: 16px;
}
.woocommerce-order tbody .divider hr {
    border-top: 1px solid #F3F3F3;
}
.woocommerce-order tbody tr:nth-last-child(2) {
    display: none;
}
.payment-method .title {
    padding: 15px 20px;
    box-shadow: 5px 5px 10px 0px rgba(255, 255, 255, 0.10);
    background: #F3F3F3;
    margin: 0;
}
.payment-method {
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #F3F3F3;
    border-radius: 16px;
    overflow: hidden;
}
.content-method {
    display: flex;
    gap: 8px;
    align-items: center;
    margin: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #212121;
    border-radius: 8px;
    padding: 17px 15px 17px 13px;
    color: #212121 !important;
}
.order-information {
    display: flex;
    flex-direction: row-reverse;
	gap: 24px;
    margin-top: 24px;
}
.order-summary, .customer-info {
    flex: 1;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #F3F3F3;
    border-radius: 16px;
    overflow: hidden;
    padding: 20px;
}
.order-summary .order-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.order-summary .order-row .label{ 
    font-size: 16px;    
    font-weight: 300;
}
.order-summary .order-row.voucher {
    margin: 8px 0px;
    margin-left: 29px
}
.order-summary .order-row.voucher .label {
    font-size: 14px;
}
.order-summary .order-row.voucher .value {
    font-size: 16px;
    color: #666;
}
.order-summary .order-row.ship .value {
    font-size: 16px;
}
.order-summary .subtotal {
    margin-top: 16px;
}
.order-summary hr {
    border-top: 1px solid #f3f3f3;
}
.customer-info .title{
    margin-bottom: 16px;
}
.customer-info .info-row {
    display: flex;
    margin-bottom: 8px;
}
.customer-info .info-row:last-child {
    margin-bottom: 0;
}
.customer-info .label {
    font-weight: 300;
    width: 200px;
    flex-shrink: 0;
}

.customer-info .value {
    font-weight: 300;
    flex: 1;
}
.woocommerce-order .section-content .title {
    font-weight: 600;
}
.woocommerce-order .uk-text-warning {
    color: #B01722 !important;
}
.woocommerce-order .mobile-info{
    display: none;
}
.woocommerce-order td.name .uk-link-reset{
    display: flex;
    align-items: center;
} 

.woocommerce-checkout .ju-mua-sam {
	display: none;
}
.post-type-archive input[type=radio]:checked, .checked {
    background-image: url(/wp-content/uploads/2025/06/Border-1.svg) !important;
	background-color: #6A4123 !important;
}
body .uk-pagination>*>* {
    min-width: 32px;
}
.custom-price-filter label:hover {
    cursor: pointer;
}
@media (max-width: 1200px) {
    .uk-navbar-nav {
        gap: 20px;
    }
    .woocommerce-cart .woocommerce {
        flex-direction: column;
    }
    .woocommerce-cart .woocommerce-cart-form, .woocommerce-cart .cart-collaterals {
        width: 100%;
    }
    .woocommerce table.cart thead {
        display: table-header-group !important;
    }
    #customer_details {
        width: 100%;
    }
    .woocommerce-checkout .form-review {
        width: 100%;
        margin-top: 32px;
        float: left;
        box-sizing: border-box;
    }
}
@media only screen and (max-width: 960px){
	.widget_search{
		border: 1px solid #C4C4C4;
		border-radius: 100px;
		width:100%px;
		transform:translatex(-36px);
		background-color:#F3F3F3;
	}
	.widget_search:hover{
		border-color:#212121;
		box-shadow: 0px 4px 8px 0px #00000029;
	}
	.uk-search-input{
		border-radius: 100px !important;
		width:100%;
		background-color:#F3F3F3 !important;
	}
	.uk-search-navbar.uk-search-input{
		background-color:#F3F3F3;
	}
}
@media only screen and (max-width: 640px) {
	html{
		font-size:16px;
		font-weight:300;
	}
	h2{
		font-size:32px;
	}
	h3{
		font-size:28px;
	}
	h4{
		font-size:24px;
	}
	h5{
		font-size:22px;
	}
	.uk-button-primary{
        font-size:16px;
        white-space: nowrap;
        letter-spacing:0px;
        padding:8px 19px;
        
    }
	.uk-breadcrumb{
		font-size:14px !important;
	}
	.uk-pagination>*>* {
		font-size: 14px;
		height: 24px;
		width: 24px;
		padding: 0;
	}

	.uk-accordion-title {
		font-size: 24px;
	}
	.uk-dotnav > * > * {
		width: 8px;
		height: 8px;
	}
	.uk-dotnav>.uk-active>* {
		width: 10px;
		height: 10px;
	}
	.uk-dotnav {
		margin-left: -6px;
	}
	.uk-dotnav >* {
		padding-left: 6px;
	}



    /* Cart-Mobile */

    .woocommerce table.cart thead {
        display: block !important;
        border-spacing: 0 !important;
        margin-bottom: 16px;
    }
    .woocommerce-cart thead tr {
        display: flex;
        justify-content: space-between;
    }
    .woocommerce-cart thead th { 
        display: block;
    }
    .woocommerce table.cart td.product-price, .woocommerce table.cart td.product-quantity {
        position: absolute;
        left: 99px;
        padding: 0 !important;
    }
    .woocommerce-cart .price-sale { 
        font-size: 18px;
    }
    .woocommerce table.cart td.product-price {
        display: flex;
        align-items: center;
        flex-direction: column;
        gap: 0px;
        top: 85px;
        right: 54px;
        left: unset;
    }
    .woocommerce table.cart td.product-quantity {
        bottom: 46.5px;
        left: 156px;
    }
    .woocommerce table.shop_table td.product-thumbnail {
        padding-left: 8px !important;
    }
    .woocommerce-cart tbody .product-name > a { 
        display: -webkit-box;
        -webkit-line-clamp: 1;  
        font-size: 16px;
    }
    .product-select {
        vertical-align: baseline !important;
    }
    .woocommerce-cart .product-select input {
        margin-left: 16px;
    }
    .product-type {
        padding: 2px 6px;
    }

    .delete-product-wrapper {
        position: absolute;
        bottom: 16px;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table {
        display: block;
        width: 100%;
        border-spacing: 0px;

    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody {
        display: flex;
        flex-direction: column;
        gap: 40px;
    }
     .woocommerce-cart .woocommerce-cart-form table.shop_table tbody tr {
        display: block;
    }
    .woocommerce-cart .cart_item {
        height: 179px;
    }
    .woocommerce table.cart td.product-name{
        vertical-align: top;
    }
    .woocommerce-cart tbody .product-quantity .input-text {
        font-size: 20px;
        height: 40px;
    }
    .woocommerce-cart .quantity-decrease, .woocommerce-cart .quantity-increase {
        width: 24px;
        height: 24px;
    }
    .quantity {
        width: 99px; 
    }
    .woocommerce-cart .coupon {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 0;
    }
    .woocommerce-cart .coupon .button {
        margin-left: 16px;
        width: 137px;
        font-size: 16px;
        font-weight: 500;
        line-height: 38px;
    }
    .form-discount {
        margin-bottom: 32px;
    }
    .form-discount .coupon-message {
        display: none;
    }
    .woocommerce table.cart tbody td[colspan="6"] {
        display: block;
        width: 100%;
    }
    .woocommerce-cart .coupon .input-text {
        width: calc(100% - 35px);
    }
    .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
        line-height: 51px;
        font-size: 18px;
    }
    .woocommerce form.checkout_coupon .form-row-first {
        margin-bottom: 0;
    }
    .checkout_coupon #coupon_code {
        height: 0px;
    }
    .infor-cart .info-item img {
        margin-top: 12px;
        width: 75px;
        height: 90px
    }
    .infor-cart .info-item {
        height: 107px
    }
    .infor-cart .cart-product-item {
        position: relative;
    }
    .infor-cart .cart-product-item .price {
        position: absolute;
        left: 95px;
        bottom: 16px;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 0;
    }
    .infor-cart .cart-product-item .uk-text-muted { 
        font-size: 14px;
    }
    .woocommerce-notices-wrapper:empty~*~.woocommerce-checkout {
        margin-top: 24px;
    }
    .woocommerce form.checkout_coupon {
        margin-bottom: 0;
    }
    .woocommerce-checkout .coupon-col {
        margin-top: 24px;
    }
    .woocommerce-checkout .coupon-col .coupon {
        display: flex;
        gap: 24px;
        flex-direction: column;
        margin-bottom: 0;
    }
    .woocommerce-checkout .coupon .button {
        margin-left: 0;
        width: fit-content;
        line-height: 40px;
        font-size: 16px;
        font-weight: 500;
    }
    .custom-review-payment .form-row {
        width: 100%;
    }
    .woocommerce-checkout-review-order button {
        line-height: 51px;
        font-size: 18px;
    }
    .infor-cart, .woocommerce-checkout .coupon-col {
        padding: 24px 16px;
    }
    .woocommerce-checkout .coupon .input-text {
        width: 100%;
    }
    /* Thanks you */
    .woocommerce-order .section-hero {
        padding-top: 56px;
    }
    .woocommerce-order .section-hero img {
        width: 100px;
        height: 100px;
    }
    .woocommerce-order .section-hero .title {
        margin-top: 32px;
    }
    .woocommerce-order .thanks-text {
        margin-top: 32px;
    }
    .woocommerce-order .section-hero::before {
        background-size: contain;
        background-image: url("/wp-content/uploads/2025/06/Thong-bao.png");
    }
    .woocommerce-order .section-hero .title {
        margin-left: auto;
        margin-right: auto;
        width: 295px;
    }
    .woocommerce-order-received .section-info{
            padding-top: 40px;
    }
    .td-price, .td-loai, .td-quatity, .order-table .total {
        display: none !important;
    }
    .td-quatity, .woocommerce-order .order-table .total {
        position: absolute;
    }
    .order-information {
        flex-direction: column;
    }
    .order-summary, .customer-info {
        padding: 20px 16px;
    }
    .woocommerce-order thead th, .payment-method .title, .content-method {
        font-size: 18px;
    }
    .order-summary  {
        order: 0;
    }
    .customer-info {
        order: 1;
    }
    .customer-info .info-row {
        display: flex;
        flex-direction: column;
        gap: 6px;
    }
    .woocommerce-order .th-quatity, .woocommerce-order .th-price, .woocommerce-order .th-loai, .woocommerce-order .th-thanh-tien {
        display: none;
    }
    .woocommerce-order .order-table,.woocommerce-order thead,.woocommerce-order tbody,.woocommerce-order th,.woocommerce-order td,.woocommerce-order tr {
        display: block;
    }
    .woocommerce td:first-child {
        padding-right: 20px !important;
    }
    .woocommerce-order tbody td {
        padding-top: 16px;
        padding-bottom: 16px;
    }
    .spacer td {
        padding-top: 8px !important;
        padding-bottom: 8px !important;
        height: 0px;
    }
    .woocommerce-order tbody .divider {
        padding-top: 0;
        padding-bottom: 0;
    }
    .order-table .mobile-info .total {
        display: block;
        position: static;
        font-size: 18px;
        color: #39B54A;
    }
    .woocommerce-order .mobile-info {
        font-weight: 400;
        display: block;
        display: flex;
        flex-direction: column;
        gap: 4px;
    }
    .woocommerce-order .mobile-info .loai{ 
        font-size: 14px;
        background: #F3F3F3;
        border: 1px solid #e4e4e4;
        width: fit-content;
        padding: 2px 6px;
        border-radius: 4px;
    }
    .woocommerce-order td.name {
        position: relative;
        box-sizing: border-box;
        white-space: unset;
    }
    .woocommerce-order td.name .uk-link-reset{
        height: 100%
    } 
    .spacer-last td{
        padding-top: 8px !important;
        padding-bottom: 8px !important;
    }
}


@media (max-width:480px) {  
    .ju-mini-cart .cart-title {
        font-size: 18px;
        padding-bottom: 23px;
    }
    .woocommerce-mini-cart__total.total {
        margin-top: 69px;
    }
    .ju-mini-cart .button {
        line-height: 51px;
    }
    .woocommerce-mini-cart__buttons.buttons >*:first-child {
        line-height: 47px;
    }
}