.tm-headerbar-top.tm-headerbar-default {
    background: #FFFFFF;
}
.uk-search-default:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-right: 40px;
    padding-left: 16px;
}
.uk-search .uk-search-icon {
    left: unset;
    right: 0;
}
.uk-search-input {
    box-shadow: 0px 2px 0px 0px #C4C4C44D;
}
.uk-navbar-left {
    width: 100%;
    justify-content: space-between;
}

.uk-accordion-title[aria-expanded="true"] {
    color: #39B54A;
}

.uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2025/03/chevron-down-5.svg)
}
.uk-open>.uk-accordion-title::before {
    background-image: url(/wp-content/uploads/2025/03/chevron-down-4.svg)
}
.ju-margin-topXX {
    margin-top: 48px !important;
}

.uk-button-secondary {
    font-size: 20px;
    line-height: 54px;
    border: 2px solid #fff;
    border-radius: 100px;
}

.uk-button-default {
    line-height: 49px;
    font-size: 18px;
    border-radius: 50px;
    border: 1px solid #fff;
    box-shadow: 1px 2px 0px 0px rgba(57, 181, 74, 0.30);
}
.uk-button-default:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #39B54A;
}
.uk-button-danger {
    box-sizing: border-box;
    border-radius: 100px;
    border: 2px solid #E4E4E4;
}

.uk-pagination > .uk-active > *, .uk-pagination>*>* {
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
}
.woocommerce-loop-product__title {
    position: relative;
    margin-top: 16px !important;
    padding-left: 20px;
    padding-right: 60px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: all ease 0.3s;
    height: 60px;
}
.woocommerce-loop-product__title:before {
	position: absolute;
    content: "";
    width: 44px;
    height: 44px;
    background: url("/wp-content/uploads/2025/04/Property-1Default-2.svg");
    right: 16px;
    top: 8px;
    transition: all ease 0.3s;
}
ul.products>*:hover .woocommerce-loop-product__title{
    color: #39B54A;
}
.woocommerce-loop-product__title:hover::before {
    background: url("/wp-content/uploads/2025/04/Property-1Variant2-3.svg");
}
ul.products>* .woocommerce-loop-product__link>img {
    margin-bottom: 16px;
}
ul.products>* .price {
    display: flex;
    gap: 15px;
}
ul.products > * .price {
    margin-top: 6px;
    padding: 0 16px 24px 16px;

}
ul.products > * .price ins {
    order: 0;
}
ul.products > * .price del {
    order: 2;
}
ul.products>* { 
    display: flex;
    flex-direction: column;
    height: fit-content;
}
/* Custom Image Loop Product */
.product-image {
    position: relative;
    display: block;
    box-shadow: 0px 5px 10px -5px #32325D40;
}
.product-image:hover {
    box-shadow: 0px 25px 40px -25px #00000040;
}
.product-image .default-image {
    width: 100%;
    object-fit: cover;
}
.product-image .hover-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    object-fit: cover;
}
.product-image:hover .hover-image {
    opacity: 1;
}
.el-slidenav {
    display: flex;
    justify-content: center;
    width: 34px;
    height: 34px;
    box-shadow: 0px 0px 20px 0px #00000014;
}
.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: #EFF9F1;
}
.quantity-decrease:hover span {
    background: #39B54A;
}
.quantity-decrease.disable {
    background: #C4C4C4;
}
.quantity-decrease.disable span {
    background: #666666;
}
.quantity-increase:hover { 
    background: #EFF9F1;
}
.quantity-increase:hover span {
    background: #39B54A;
}
.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);
}
.woocommerce-cart .custom-price {
    display: none;
}
/* 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;
    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
}

.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;
}
.woocommerce-cart .product-select input {
    margin-right: 4px;
    margin-left: 20px;
    width: 20px !important;
    height: 20px;
    border-radius: 4px;
}
.woocommerce-cart .product-select input:checked, .woocommerce-cart .product-select input:checked:focus {
    background-color: #39B54A;
}
.woocommerce-cart .product-select input:focus {
    border-color: #39B54A;
}
.woocommerce-cart tbody .product-thumbnail {
    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/04/svgexport-33-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;
}

.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 #FF324D;
    color: #000;
    border-color: #FF324D !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 {
    line-height: 47px;
}


.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: 58px;
    background: #39B54A;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    box-shadow: 0px 2px 0px 0px #39B54A66;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #39B54A;
    box-shadow: 1px 2px 0px 0px #2E913B4D;
}
.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-cart .price-sale {
    color: #39B54A !important;
    font-weight: 700;
}
.woocommerce-cart .price-regular {
    display: block !important;
    font-size: 16px;
    text-align: center;
}
.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: #C45910 !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,
.woocommerce-cart tbody .product-price {
    padding-right: 8px !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: #EE0000;
    font-weight: 500;
}
.woocommerce-cart .cart-total-promotion td { 
    color: #EE0000;
}
.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: #EE0000;
}
.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: #FF0000;
    font-weight: 500;
}
.woocommerce-cart .order-total span {
    font-size: 18px;
    color: #FF0000;
    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;
}
/* 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 {
    margin-top: 4px !important;
}
.infor-cart .sale-price {
    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;
}
.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: #39B54A;
}
.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: #39B54A; 
}
.woocommerce-checkout-review-order button {
    margin-top: 24px !important;
    line-height: 58px;
    background-color: #39B54A !important;
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 600;
    box-shadow: 0px 2px 0px 0px #39B54A66;
}
.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%), #39B54A;
}
.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 {
    margin: 0;
    margin-top: 8px ;
}
.woocommerce-billing-fields input.input-text {
    border: 1px solid #666666;
    border-radius: 10px;
    height: 55px;
    padding: 24px 16px 7px 16px;
    color: #666;
    font-size: 16px;
}
.woocommerce-billing-fields  input.input-text:focus {
    border-color: #39B54A !important;
    box-shadow: 0px 8px 16px -4px #00000014;
}
.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: 400;
    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 { 
    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 #666666 !important;
    border: 1px solid #666666;
    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 {
    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: 32px;
    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: background 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/04/Vector-68.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 {
    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 {
    margin-top: 8px;
    padding-left: 0 !important;
}
.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-bottom: 0;
}
.woocommerce > .woocommerce-message {
    display: none !important;
}
.coupon-message ul {
    margin-bottom: 0;
    border: none;
    padding: unset;
    margin-top: 8px;
    font-size: 16px;
}
.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;
}
/* 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/04/bg-pc-1.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;
}
.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{
    margin-top: 5px;
    font-size: 14px;
}
.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 #39B54A;
    border-radius: 8px;
    padding: 17px 15px 17px 13px;
}
.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;    
}
.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;
}
.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 {
    width: 200px;
    flex-shrink: 0;
}

.customer-info .value {
    flex: 1;
}
.uk-search-navbar:has(.uk-search-icon:not(.uk-search-icon-flip)) .uk-search-input {
    padding-left: 16px;
}
.uk-search-icon {
    transition: all ease 0.3s;
}
.uk-search-icon.active {
    color: #212121 !important;
}
.uk-offcanvas-flip .uk-offcanvas-bar {
    box-shadow: -4px 0px 8px 0px #0000000A;
}

/* 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;
  }
  .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;
  }
  @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-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: 18px;
  }
  .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: 21px;
    width: 100%;
    text-align: left; 
    color: #212121;
  }
  .woocommerce-mini-cart-item .remove .uk-icon {
    padding-top: 2px;
  }
  .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: #39B54A;
    box-shadow: 0px 2px 0px 0px #39B54A66;
}
.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 #39B54A3D;
    color: #39B54A;
    background: rgba(57, 181, 74, 0.16);
    margin-bottom: 16px;
    box-shadow: 0px 2px 0px 0px #39B54A66;
}
.ju-mini-cart .button.checkout:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #39B54A;
    box-shadow: 1px 2px 0px 0px rgba(46, 145, 59, 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;
  }
  
  .ju-mini-cart .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;
  }
  .uk-navbar-dropdown {
    padding-left: 8px;
    padding-right: 8px;
  }
   .checkout_coupon :not(.woocommerce-message)>.button:not(.alt,.checkout,.view,.pay,[name*=save_]) {
    height: 0;
    font-size: 0;
  }
  .uk-offcanvas-close {
    top: 10px;
    right: 8px;
  }
  .woocommerce-order .section-content{
        padding-bottom: 0;
  }
  .woocommerce-order .mobile-info{
    display: none;
  }
  
  .woocommerce-order td.name .uk-link-reset{
        display: flex;
        align-items: center;
    } 
    div#ez-toc-container {
        padding: 24px;
        border-radius: 16px;
        border: 1px solid #39B54A;
        width: calc(100% - 56px);
        background: #EFF9F1;
    }
    div#ez-toc-container p.ez-toc-title{
        font-size: 28px;
        color: #212121;
    }
    div#ez-toc-container ul.ez-toc-list a {
        font-weight: 400;
        color: #212121;
    }
    div#ez-toc-container ul.ez-toc-list a:hover {
        color: #39B54A;;
    }
    .ez-toc-list {
        margin-top: 16px !important;
    }
    div#ez-toc-container .ez-toc-list-level-2 {
        margin-top: 8px;
    }
    div#ez-toc-container nav ul > li:nth-child(n+2) {
        margin-top: 8px;
    }
    .woocommerce table.shop_table>:not(:first-child)>tr {
        border-top: unset;
    }
	.custom-review-payment .form-row p {
		display: none;
	}
@media (max-width: 1200px) {   
    .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 (max-width: 960px) {   
    .uk-navbar-container:not(.uk-navbar-transparent) {
        background: #fff;
    }
    .uk-navbar-left >*, .uk-navbar-center >*{
        min-height: 50px;
    }
    .uk-search-navbar {
        width: 100%;
    }
    .uk-navbar-left, .uk-navbar-right, [class*=uk-navbar-center] {
        align-items: unset;
    }
    .uk-navbar-left >*, .uk-navbar-right>* {
        position: relative;
        z-index: 100;
        align-items: unset;
    }
    .uk-navbar {
        box-sizing: border-box;
        height: 94px;
        padding-top: 10px;
        padding-bottom: 8px;
    }
    .uk-navbar-center:not(:only-child) {
        top: 10px;
        transform: translatex(-50%);
        z-index: 99;
    }
    .widget_search {
        position: absolute;
        bottom: -30px;
        height: 44px;
        min-height: 44px;
        width: 100%;
    }
    .uk-navbar-center .uk-logo {
        padding-top: 2px;
        display: flex;
        align-items: flex-start;
    }
    .uk-navbar-center {
        width: 100% !important;
        justify-content: center;
    }
    .uk-search-navbar .uk-search-input {
        height: 36px;
        font-size: 14px;
        background: #F3F3F3;
        border: none;
        box-shadow: none;
    }
    .uk-search-navbar {
        position: relative;
    }
    .uk-search-navbar::before {
        position: absolute;
        content: "";
        width: 30px;
        height: 30px;
        background: #e4e4e4;
        border-radius: 50%;
        right: 8px;
        top: 50%;
        transform: translateY(-50%);
        pointer-events: none;
    }
}
@media (max-width: 640px) {  
    html {
        font-size: 16px;
    }
    h2 {
        font-size: 32px;
    }
    h3 {
        font-size: 32px !important;
    }
    h5 {
        font-size: 24px;
    }
    h6 {
        font-size: 20px !important;
    }
    p, ul, ol, dl, pre, address, fieldset, figure {
        margin: 0 0 16px 0;
    }
    * + p, * + ul, * + ol, * + dl, * + pre, * + address, * + fieldset, * + figure {
        margin-top: 16px;
    }
    .uk-accordion-title {
        position: relative;
    }
    .uk-accordion-title::before {
        position: absolute;
        width: 12px;
        height: 12px;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .uk-button-default {
        font-size: 16px;
        line-height: 40px;
        padding-left: 32px;;
        padding-right: 32px;
    }
    .custom-panel .el-meta img{
        width: 24px;
        height: 24px;        
    }
    .custom-panel .el-meta {
        font-size: 16px;
    }
    .uk-dotnav > * > * {
        width: 10px;
        height: 10px;
    }
    .uk-breadcrumb>*>* {
        font-size: 16px;
    }
    .el-slidenav {
        width: 24px;
        height: 24px;
    }
    .el-slidenav svg {
        width: 4px;
    }

    /* Cart-Mobile */

    .woocommerce-cart .product-select {
        display: none;
    }
    .woocommerce table.cart thead {
        display: none !important; 
    }
    .woocommerce table.cart td.product-subtotal {
        display: none;
    }
    .woocommerce table.cart td.product-price, .woocommerce table.cart td.product-quantity {
        position: absolute;
        left: 99px;
    }
    .woocommerce-cart .price-sale { 
        font-size: 18px;
    }
    .woocommerce table.cart td.product-price {
        display: flex;
        align-items: center;
        gap: 8px;
        bottom: 0;
    }
    .woocommerce table.cart td.product-quantity {
        bottom: 32px;
    }
    .woocommerce table.shop_table td.product-thumbnail {
        padding-left: 16px !important;
    }
    .woocommerce-cart tbody .product-name > a { 
        display: -webkit-box;
        -webkit-line-clamp: 1;  
        font-size: 16px;
    }
    .product-type {
        padding: 2px 6px;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table {
        display: block;
        width: 100%;
    }
    .woocommerce-cart .woocommerce-cart-form table.shop_table tbody, .woocommerce-cart .woocommerce-cart-form table.shop_table tr {
        display: block;
    }
    .woocommerce-cart .cart_item {
        height: 204px;
    }
    .woocommerce table.cart td.product-name{
        vertical-align: top;
    }
    .woocommerce-cart tbody .product-quantity .input-text {
        font-size: 18px;
        height: 32px;
    }
    .quantity-decrease, .quantity-increase {
        width: 24px;
        height: 24px;
    }
    .quantity {
        width: 92px; 
    }
    .woocommerce-cart .coupon {
        display: flex;
        flex-direction: column;
        gap: 24px;
        margin-bottom: 0;
    }
    .woocommerce-cart .coupon .button {
        width: fit-content;
        margin-left: 16px;
    }
    .woocommerce table.cart tbody td[colspan="6"] {
        display: block;
        width: 100%;
        margin-top: 40px;
        margin-bottom: 32px;
    }
    .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 {
        width: fit-content;
    }
    .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/04/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-top: 55px;
        padding-bottom: 23px;
    }
    .woocommerce-mini-cart__total.total {
        margin-top: 192px;
    }
    .ju-mini-cart .button {
        line-height: 51px;
    }
    .woocommerce-mini-cart__buttons.buttons >*:first-child {
        line-height: 47px;
    }
}
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 50%;
}