@font-face {
    font-family: 'Fz Poppins';
    src: url(../fonts/FzPoppins-Light.woff2) format('woff2'),
        url(../fonts/FzPoppins-Light.woff) format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graziela';
    src: url(../fonts/1FTV-La-Graziela.woff2) format('woff2');
}

:root {
    --Primary-Color-Main: #0F2355;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.tm-header .uk-position-z-index-high>div {
    justify-content: space-between;
}

.tm-header .uk-navbar-center {
	position: relative;
    width: 100%;
    margin: 0;
    justify-content: space-between;
}
.uk-navbar-center .widget_search {
	position: absolute;
	right: 58px;
}
.uk-search-navbar {
	width: 38px;
	transition: all 
ease 0.3s;
}
.uk-search-navbar .uk-search-input {
    background: #FFFFFF7A;
    padding: 0;
    transition: all 
ease 0.3s;
	padding-right: 34px !important;
}
.uk-search-navbar .uk-search-icon {
    transition: all 
ease 0.3s;
    border-radius: 50%;
}
.uk-search-navbar .uk-search-icon svg {
	width: 18px;
	color: #fff;
	transition: all ease 0.3s;
}
.uk-search-navbar.active .uk-search-icon svg{
	color: #0F2355 
}
.uk-search-navbar.active {
    width: 244px;
}
.uk-search-navbar.active .uk-search-input {
    padding-left: 10px;
    padding-right: 10px;
    background-color: #fff;
}
.uk-search-navbar .uk-search-input::-webkit-input-placeholder {
  color: transparent;
}
.uk-search-navbar .uk-search-input::-moz-placeholder {
  color: transparent;
}
.uk-search-navbar .uk-search-input:-ms-input-placeholder {
  color: transparent;
}
.uk-search-navbar .uk-search-input::-ms-input-placeholder {
  color: transparent;
}
.uk-search-navbar .uk-search-icon:hover {
	background: #fff;
}
.uk-search-navbar .uk-search-icon:hover svg {
		color: #0F2355 
}
.tm-header .uk-logo {
    z-index: 1000;
}
.uk-breadcrumb {
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.uk-breadcrumb>* {
    display: flex;
    align-items: center;
}
.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
    height: 20px;
    width: 20px;
    content: "";
    background-image: url(/wp-content/themes/jupitermedia-theme-dev/images/breadscrum.svg);
    background-size: 100% 100%;
}

/* --- mini cart icon --- */
.cart_header {
    position: relative;
    padding: 3.5px 8px;
    background: #828ca6;
    border-radius: 50%;
    cursor: pointer;
	transition: all ease 0.3s;
}
.cart_header:hover {
	background: #fff;
}

.cart_header .cart_count {
    position: absolute;
    top: -5px;
    right: -5px;
}
.cart_header .uk-icon {
    color: #fff;
	transition: all ease 0.3s;
}
.cart_header:hover .uk-icon {
	color: #0F2355;
}
/* --- dot nav --- */
.uk-dotnav {
    align-items: center;
}

.uk-dotnav>.uk-active>* {
    width: 14px;
    height: 14px;
}

/* --- ju khach hang --- */
.ju-khach-hang .uk-margin-large-top {
    margin-top: 32px !important;
}

.ju-khach-hang .el-content {
    color: #6A6A6A;
    font-weight: 300;
}

.ju-khach-hang .uk-h5 {
    color: #6A6A6A;
    font-weight: 400;
}

/* --- mini-cart --- */
#mini-cart .uk-h6 {
    margin: 0px;
    font-size: 18px !important;
    padding: 30px 15px 22px;
}
#mini-cart .uk-offcanvas-close {
    right: 15px;
    top: 28px;
    color: #212121;
}
#mini-cart hr {
    margin:0;
}
#mini-cart .body-minicart {
    /* padding: 50px 43px 0px 43px; */
}
#mini-cart .return-to-shop {
    display: flex;
    justify-content: center;
    margin-top: 28px;
}
#mini-cart .return-to-shop .button {
    border: none;
    color: #EF2727;
}
#mini-cart .return-to-shop .button:hover {
    text-decoration: underline;
}
.woocommerce-mini-cart__empty-message {
    text-align: center;
    margin-top: 50px;
    font-size: 28px;
    font-weight: 600;
}
#mini-cart ul.cart_list {
    margin-top: 24px;
    height: calc(100vh - 355px);
    overflow-y: scroll;
    scrollbar-width: thin;
    scrollbar-color: #0f2355 #f0f0f0;
}

#mini-cart ul.cart_list::-webkit-scrollbar {
    width: 8px;
}

#mini-cart ul.cart_list::-webkit-scrollbar-track {
    background: #f0f0f0;
    border-radius: 8px;
}

#mini-cart ul.cart_list::-webkit-scrollbar-thumb {
    background-color: #0f2355;
    border-radius: 8px;
}

#mini-cart ul.cart_list::-webkit-scrollbar-thumb:hover {
    background-color: #142e73;
}

#mini-cart ul.cart_list li {
    padding-left: calc(83px + 31px);
    padding-right: 15px;
    font-size: 16px;
    font-weight: 300;
    color: #212121;
}

#mini-cart ul.cart_list li:nth-child(n+2) {
    margin-top: 41px;
    padding-top: 24px;
    border-top: 4px solid #F3F3F3;
}

#mini-cart ul.cart_list li .uk-margin-small-top {
    margin-top: 4px !important;
}

#mini-cart ul.cart_list li img {
    width: 83px;
    aspect-ratio: 83/94;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #E4E4E4;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
}

#mini-cart ul.cart_list li a:not(.remove) {
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

#mini-cart ul.cart_list li a.remove {
    color: #212121;

    font-size: 14px;
    font-weight: 300;
    text-decoration: underline;
    width: auto;
    height: auto;
}


#mini-cart ul.cart_list li bdi {
    font-size: 20px;
    font-weight: 600;
    color: #212121;
}

#mini-cart ul.cart_list li dt,
#mini-cart ul.cart_list li dd {
    font-size: 16px;
    font-weight: 300;
    color: #212121;
}

#mini-cart .total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 15px;
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    font-size: 20px;
    font-weight: 600;
}

#mini-cart .total strong {
    font-size: 16px;
    font-weight: 600;
}

#mini-cart .buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 0;
    padding: 0 15px;
    margin-bottom: 24px !important;
}

#mini-cart .buttons>* {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 100px !important;
    font-size: 20px;
    font-weight: 500;
    line-height: 50px;
    border-radius: 6px;
    transition: all .3s;
    text-transform: inherit;
    padding: 0;
}

#mini-cart .buttons>*:first-child {
}

#mini-cart .buttons>*:last-child {
    box-shadow: 2px 2px 0 0 rgba(15, 35, 85, 0.30);
}

/* --- checkout --- */
#ju-checkout {
    margin: 0;
}

#ju-checkout .uk-h6 {
    font-size: 20px;
}
#ju-checkout .choice { 
    font-size: 16px;    
}
#ju-checkout hr {
    margin: 8px 0;
    border-color: #F3F3F3;
}

#ju-checkout>div>.uk-grid {
    margin-left: -62px;
}

#ju-checkout>div>.uk-grid>* {
    padding-left: 62px;
}

#ju-checkout #customer_details {
    width: 100%;
}

#ju-checkout #order_review_heading {
    width: 100%;
    margin: 0;
}

#ju-checkout #order_review {
    width: 100%;
}

#ju-checkout .uk-card-default {
    background: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border-radius: 16px;
    border: 1px solid #F3F3F3;
}

#ju-checkout .uk-card-default .uk-card-body {
    padding: 24px 16px;
}

#ju-checkout .ju-checkout-product img {
    width: 75px;
    border-radius: 6px;
    aspect-ratio: 75/90;
    object-fit: cover;
}

#ju-checkout .uk-input {
    padding: 0 22px 0 50px;
    border-radius: 100px;
    background: #F3F3F3;
    border-color: #F3F3F3;
    background-image: url(../images/discount.svg);
    background-repeat: no-repeat;
    background-position: 7% 52%;
    line-height: 46px;
    height: 48px;
}

#ju-checkout .uk-input:hover,
#ju-checkout .uk-input:focus {
    border-color: var(--Primary-Color-Main);
}

#ju-checkout .validate-email {
    width: 100%;
}

#ju-checkout #billing_address_1_field {
    width: 100%;
}

#ju-checkout .form-row {
    margin-bottom: 0;
}
.woocommerce-terms-and-conditions-wrapper>*+* {
    color: #666;
    margin-top: 0px;
}
.validate-required {
    position: relative;
    padding: 8px 0px 8px 30px;
}
.validate-email  {
	padding: 8px 0px 8px 30px;
}
.validate-required input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px !important;
    height: 20px !important
}
/* #ju-checkout .form-row label {
    display: none;
} */

#ju-checkout .product-name a {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}

#ju-checkout .product-quantity {
    margin-top: 4px;
    font-size: 16px;
    font-weight: 600;
}

#ju-checkout .product-variations {
    margin-top: 4px;
}

#ju-checkout .variation-item {
    padding: 2px 6px;
    font-size: 14px;
    color: var(--Primary-Color-Main);
    border-radius: 4px;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;
}

#customer_details .product-total {
    display: flex;
    flex-direction: column;
    text-align: right;
}

#ju-checkout .product-total bdi {
    font-size: 18px;
    font-weight: 600;
    color: #EF2727;
}

#ju-checkout .product-total .original-price bdi {
    font-size: 16px;
    font-weight: 400;
    color: #666;
}

.woocommerce-form-coupon-toggle {
    display: none;
}

#ju-checkout .ju-checkout-review {
    position: sticky;
    top: 100px;
    border: 1px solid #E4E4E4;
}

#ju-checkout .ju-checkout-review th {
    font-size: 16px;
    color: #666;
}

#ju-checkout .ju-checkout-review td {
    font-weight: 600;
}

#ju-checkout .ju-checkout-review tr.cart-discount {
    color: #EF2727;
}

#ju-checkout .ju-checkout-review .woocommerce-shipping-methods li {
    justify-content: flex-end;
}

#ju-checkout .ju-checkout-review tr.order-total bdi {
    font-weight: 600;
    color: #EF2727;
}

#ju-checkout button {
    background: var(--Primary-Color-Main);
    color: #fff;
    transition: all 0.3s;
    text-transform: uppercase;
    border-color: #FFF;
    box-shadow: 2px 2px 0 0 rgba(15, 35, 85, 0.30);
}

#ju-checkout button:hover {
    background: #F9AD16;
}

#ju-checkout .button {
    font-size: 20px;
    height: 62px;
    border-radius: 16px;
}

.select2-container .select2-selection--single {
    height: 56px !important;
    border-radius: 10px !important;
    border-color: #e5e5e5 !important;
}

.select2-container .select2-selection--single[aria-owns] {
    border-color: var(--Primary-color-Main) !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 56px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 56px !important;
}
.ju-checkout-review .cart-list-discount, .ju-checkout-review .woocommerce-shipping-totals {
    border-top: none !important;
}
.woocommerce-checkout-review-order .product-total{
    flex-direction: unset !important;
}
.woocommerce-checkout-review-order .product-total.price {
	color: #EF2727 !important;
}
.cart-list-discount th {
    padding: 0px;
}
/*file toc*/
#ftwp-container #ftwp-contents.ftwp-border-thin,
#ftwp-container #ftwp-trigger.ftwp-border-thin {
    border-radius: 16px;
    border: 1px solid #0F2355;
}

#ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {
    font-weight: 300;

}

#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before {
    font-weight: 300;
}

#ftwp-container #ftwp-list .ftwp-text:hover {
    text-decoration: underline;
    font-size: 18px;
}

#ftwp-container #ftwp-list.ftwp-liststyle-decimal .ftwp-anchor::before {
    font-weight: 300;
}

#ftwp-container.ftwp-fixed-to-post.ftwp-minimize #ftwp-trigger {
    display: none;
}

/* thankyou */
.woocommerce-order .uk-h6 {
    font-size: 20px;
}

.thankyou-card {
    border: 1px solid #F3F3F3;
    overflow: hidden;
    border-radius: 16px;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.payment-title {
    font-weight: 600;
    padding: 15px 20px;
    background: #F3F3F3;
}

.payment-content {
    padding: 16px;
}

.ju-method-title {
    padding: 17px 13px;
    border-radius: 8px;
    border: 1px solid var(--Primary-Color-Main);
    background: #EFEFEF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.ju-info-payment {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.ju-info-payment h2 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
}

.ju-info-payment h3 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 600;
}

.ju-info-payment .bacs_details {
    margin-top: 8px;
    margin-bottom: 0;
}

.ju-info-payment .uk-button {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

#ju-thankyou-product {
    overflow: hidden;
    margin: 0;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

#ju-thankyou-product table {
    margin: 0;
}

#ju-thankyou-product thead {
    background: #F3F3F3;
}

#ju-thankyou-product td {
    font-weight: 600;
    padding: 16px 20px !important;
}

#ju-thankyou-product tbody td {
    font-size: 16px;
}

#ju-thankyou-product tbody td .original-price {
    font-weight: 400;
    font-size: 14px;
}

.ju-thankyou-info .el-item {
    padding: 20px;
    border-radius: 16px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

.ju-thankyou-info .cart_subtotal {
    border-bottom: 1px solid #F3F3F3;
}

.ju-thankyou-info .order_total {
    border-top: 1px solid #F3F3F3;
}

.ju-thankyou-info>div:first-child>.el-item table td {
    font-size: 16px;
}

.ju-thankyou-info>div:first-child>.el-item table td.uk-text-right {
    font-size: 18px;
}

.ju-thankyou-info>div:first-child>.el-item table tr.cart_subtotal td.uk-text-right {
    font-weight: 600;
    color: #000;
}

.ju-thankyou-info>div:first-child>.el-item table tr.discount td.uk-text-right {
    font-weight: 600;
    color: #000;
}

.ju-thankyou-info>div:first-child>.el-item table tr.order_total td.uk-text-right {
    font-weight: 600;
    color: #EF2727;
}

.ju-thankyou-info>div:last-child>.el-item table td {
    font-size: 16px;
}

.ju-thankyou-info td {
    padding: 4px 0;
}

/* --- cart --- */
button.minus,
button.plus {
    cursor: pointer;
    border: unset;
    background: unset;
}

#ju-cart .qty {
    height: 48px;
    font-size: 20px;
    font-weight: 600;
}

#ju-cart button.minus,
#ju-cart button.plus {
    padding: 0px !important;
}


#ju-cart .uk-grid {
    margin-left: -62px;
}

#ju-cart .uk-grid>* {
    padding-left: 62px;
}

/* header table */
#ju-cart table.cart thead tr {
    display: flex;
    padding: 16px 20px;
    border-radius: 12px;
    border: 1px solid #F3F3F3;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    margin-bottom: 16px;

    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

#ju-cart table.cart thead tr th {
    text-transform: inherit;
    font-size: 16px;
    font-weight: 600;
    color: #212121;
}

#ju-cart table.cart thead tr th {
    display: block !important;
    position: static !important;

    flex-grow: 1;
    padding: 0 10px !important;
}

#ju-cart table.cart thead tr th.product-quantity {
    display: none !important;
}

#ju-cart table.cart thead tr th.product-checkbox {
    width: auto;
}

#ju-cart table.cart thead tr th.product-name {
    flex-grow: 999;
}

#ju-cart table.cart thead tr th.product-subtotal {
    text-align: center;
    width: auto;
    min-width: 100px;
}

#ju-cart table.cart thead tr th.product-thumbnail {
    display: none !important;
}

#ju-cart .uk-checkbox {
    width: 24px !important;
    height: 24px;
}

/* body table */
#ju-cart table.cart tbody tr {
    display: flex;
    padding: 0 16px;
    border-radius: 16px;
    background: #FFF;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
    border: 1px solid #FFFFFF;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
    transition: all .3s;
}
#ju-cart table.cart tbody tr:hover {
    border: 1px solid #2E2E2E29;
}
#ju-cart table.cart tbody tr:nth-child(n+2) {
    margin-top: 16px;
}

#ju-cart table.cart tbody tr td {
    display: block !important;
    position: static !important;
    flex-grow: 1;
}

#ju-cart table.cart tbody tr td.product-checkbox {
    width: auto;
    padding-right: 0;
}

#ju-cart table.cart tbody tr td.product-thumbnail {
    width: 99px;
    min-width: 99px;
}

#ju-cart table.cart tbody tr td.product-name {
    flex-grow: 999;
    display: flex !important;
    flex-direction: column;
}

#ju-cart table.cart tbody tr td.product-name dl {
    display: none;
}

#ju-cart table.cart tbody tr td.product-name .btn-variables {
    margin-top: 8px;
}

#ju-cart table.cart tbody tr td.product-name .btn-variables select {
    background-color: #F3F3F3;
    cursor: pointer;
}

#ju-cart table.cart tbody tr td.product-name .btn-variables select:hover {
    border-color: var(--Primary-Color-Main) !important;
}

#ju-cart table.cart tbody tr td.product-name a:not(.remove) {
    font-size: 16px;
    font-weight: 600;
}

#ju-cart table.cart tbody tr td.product-name .variation {
    margin-top: 5px;
}

#ju-cart table.cart tbody tr td.product-name .cart_item {
    margin-top: 8px;
    display: flex;
    gap: 0 8px;
}

#ju-cart table.cart tbody tr td.product-name .cart_item>* {
    width: 100px;
    font-size: 14px;
    height: 29px;

    border-radius: 8px;
    border: 1px solid #E4E4E4;
    background: #F3F3F3;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='21' viewBox='0 0 20 21' fill='none'%3E%3Cpath d='M6.58072 8.00001C5.68982 8.00001 5.24365 9.07715 5.87361 9.70712L9.29273 13.1262C9.68325 13.5168 10.3164 13.5168 10.7069 13.1262L14.1261 9.70712C14.756 9.07715 14.3099 8.00001 13.419 8.00001H6.58072Z' fill='%23666666'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 95% 50%;
}

#ju-cart table.cart tbody tr td.product-subtotal {
    font-size: 18px;
}

#ju-cart table.cart tbody tr td.product-subtotal bdi,
#ju-cart table.cart tbody tr td.product-name bdi {
    font-size: 18px !important;
    font-weight: 600;
    color: #EF2727 !important;
}

#ju-cart table.cart tbody tr td.product-subtotal .original-price bdi,
#ju-cart table.cart tbody tr td.product-name .original-price bdi {
    font-size: 16px !important;
    color: #676666 !important;
    font-weight: 300;
}

#ju-cart table.cart tbody tr td.product-subtotal .original-price,
#ju-cart table.cart tbody tr td.product-name .original-price {
    color: #c4c4c4;
    font-size: 16px;
    font-weight: 400;
    display: block;
    text-align: right;
}

#ju-cart table.cart tbody tr td.product-name .cart_item>* option {
    color: #000;
}

#ju-cart table.cart tbody tr td.product-name a.remove {
    margin-top: 15px;
}


#ju-cart table.cart tbody tr td.product-thumbnail img {
    border: 1px solid #E4E4E4;
    border-radius: 6px;
    aspect-ratio: 90 / 114;
    object-fit: cover;
}

#ju-cart table.cart tbody tr .ju_quantity {
    border-radius: 10px;
    display: flex;
    border: 1px solid #E4E4E4;
    justify-content: center;

}

#ju-cart table.cart tbody tr td.product-quantity input,
#ju-cart table.cart tbody tr td.product-name input {
    width: 35px;
    border: unset;
    padding: unset;
}

#ju-cart table.cart tbody tr td.product-quantity,
#ju-cart table.cart tbody tr td.product-subtotal {
    width: auto;
    min-width: 120px;
}

#ju-cart .coupon input {
    background-color: #F3F3F3;
    border-radius: 100px;
    min-width: 347px;

    padding: 0 22px 0 50px;
    background-image: url(../images/discount.svg);
    background-repeat: no-repeat;
    background-position: 7% 52%;
}

#ju-cart .coupon input:hover {
    border-color: var(--Primary-Color-Main);
}
#tm-dialog-mobile .uk-close {
    color: #000;
}
.ju-cart-remove {
    text-decoration: underline;
}
.tm-header-mobile .uk-navbar-toggle-icon {
    color: #212121;
}
#modal-size .uk-modal-dialog {
    width: auto;
    max-width: 1093px;
    border-radius: 24px;
}
#modal-size .template-table {
    margin-top: 27px;
}
.template-table th {
    text-transform: capitalize;
}
.template-table th,
.template-table td {
    border: 1px solid #e4e4e4; 
    padding: 16px 12px !important;
    vertical-align: middle;
    text-align: center;
    font-size: 18px;
    min-width: 145px;
}
.template-table th:first-child, .template-table td:first-child, .template-table td:last-child, .template-table th:last-child{
    padding: 10px 16px !important;
}
.template-table th:first-child, .template-table td:first-child {
    text-align: left;
}
.template-table .type {
    margin-top: 12px;
}
.template-table .size {
    margin-top: 6px;
}
.template-table .image-size {
    height: 115px;
    object-fit: contain;
}
.woo-variation-swatches.wvs-show-label .variations th label {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item) {
    overflow:hidden;
    border-radius: 12px;
}
.woo-variation-swatches .variable-items-wrapper {
    gap: 16px;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
    margin: 0px;
    padding: 0px;
    height: 42px;
    padding: 11px 16px;
}
.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    padding: 0px;
}
.woocommerce table.variations tr:not(:last-child) .value {
    padding-bottom: 24px;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item):hover {
    box-shadow:  0 0 0 1px #0F2355;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected:hover {
    box-shadow:  0 0 0 1px #0F2355;
}
.woo-variation-swatches.wvs-show-label .variations th .woo-selected-variation-item-name {
    display: none;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected .variable-item-contents{
    position: relative;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
    position: absolute;
    content: "";
    width: 34px;
    height: 34px;
    background: #0F2355;
    clip-path: polygon(0 0, 100% 0, 100% 100%); /* tam giác vuông nửa hình vuông */
    top: -12px;
    right: -16px;
}
.woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected .variable-item-contents::before {
    position: absolute;
    content: "";
    width: 8.8px;
    height: 6.286px;
    background-image: url("/wp-content/uploads/2025/08/icon-38.svg");
    background-size: 100% 100%;
    top: -2px;
    right: -14px;
    z-index: 5;
}
.woo-variation-swatches .variable-items-wrapper .color-variable-item {
    padding: 5px !important;
    height: 32px !important;
    width: 32px !important;
    border-radius: 50% !important; 
}
.color-variable-item .variable-item-contents {
    border-radius: 50%;
}
#tm-dialog-mobile .uk-offcanvas-close {
    top: 13px;
}
@media only screen and (max-width: 960px) {
	.uk-navbar-container{
		background:#E7EFFF !important;
		padding-bottom:47px;
	}
    .cart_header {
        background-color: #FFFFFF7A;
        padding: 0.5px 5px;
    }
    .cart_header .uk-icon {
        color: #0F2355;
    }
    .uk-badge {
        font-size: 10px;
    }
}

/*  */

#ju-cart .woocommerce-cart-form thead .product-name {
    left: 42px;
}

#ju-cart .cart_totals {
    width: 100%;
}

#ju-cart button[name="update_cart"] {
    display: none;
}

/* collaterals */

#ju-cart .cart-collaterals {
    margin-top: 0;
    padding: 24px 16px;
    background: #fff;
    border-radius: 16px;
    border: 1px solid #E4E4E4;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.04);
}

#ju-cart .cart-collaterals th {
    font-size: 16px;
    color: #666;
}

#ju-cart .cart-collaterals :not(thead)>th {
    padding: 4px !important;
}

#ju-cart .cart-collaterals td {
    padding: 4px !important;
}

#ju-cart .cart-collaterals .cart-subtotal td {
    font-weight: 600;
}

#ju-cart .cart-collaterals .cart-discount td {
    font-weight: 600;
    color: #EF2727;
}

#ju-cart .cart-collaterals .order-total td bdi {
    font-weight: 600;
    color: #EF2727;
}

#ju-cart .cart-collaterals .shipping {
    border: unset;
}

#ju-cart .cart-collaterals .shipping td p,
#ju-cart .cart-collaterals .shipping td form {
    display: none;
}

#ju-cart .cart-collaterals .shipping .woocommerce-shipping-methods {
    float: right;
    color: var(--Primary-Color-Main);
}

#ju-cart .cart-collaterals .button {
    background: var(--Primary-Color-Main);
    font-size: 20px;
    border-radius: 16px;
    border: 1px solid #FFF;
    box-shadow: 2px 2px 0 0 rgba(15, 35, 85, 0.30);
    height: 62px;
    line-height: 62px;
}

#ju-cart .cart-collaterals .button:hover {
    background: #f9ad16;
}

#ju-cart .coupon .button {
    color: #fff;
    border-radius: 16px;
    border: 1px solid var(--White-Color-White, #FFF);
    background: var(--Primary-Color-Main, #0F2355);
    box-shadow: 2px 2px 0 0 rgba(15, 35, 85, 0.30);
    transition: all .3s;
}

#ju-cart .coupon .button:hover {
    background: #f9ad16;
}
.filter-cat >*:not(:first-child) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #E4E4E4;
}
.filter-form .title-form {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
    transition: all ease 0.3s;
    margin-bottom: 16px;
}
.filter-form:has(.uk-active) .title-form::before {
    transform: rotate(180deg);
}
.filter-form:has(.uk-active) .title-form{
    margin-bottom: 0px;
}
.filter-form .title-form::before {
    position: absolute;
    content: "";
    width: 12.5px;
    height: 7px;
    background-image: url("/wp-content/themes/jupitermedia-theme-dev/images/drop-down.svg");
    background-size: 100% 100%;
    right: 0px;
    top: 12px;
    transition: all ease 0.3s;
}
.filter-form .filter-product-list, .filter-form .product-cat {
    max-height: 600px;
    transition: all ease 0.3s;
}
.filter-form .filter-product-list label, .product-cat a {
    color: #666;
    cursor: pointer;
    transition: all ease 0.3s;
}
.product-cat a:hover {
    text-decoration: none;
}
.filter-form .filter-product-list label:hover, .filter-form .filter-product-list label.active-label, .product-cat a:hover, .product-cat .active-label a{
    color: #f9ad16;
}
.filter-form .filter-product-list:has(label) >*:not(:first-child), .filter-form .product-cat:has(label) >*:not(:first-child) {
    margin-top: 8px;
}
.filter-form .filter-product-list.uk-active, .filter-form .product-cat.uk-active {
    max-height: 0px;
    overflow: hidden;
}
.filter-form .product-brand >*{

}
.woocommerce table.variations th.label {
    padding-bottom: 16px;
}
.filter-form .product-brand >* p {
    text-align: center;
    padding: 8px 16px;
    border-radius: 8px;
    border: 1px solid #e4e4e4;
    white-space: nowrap;    
    overflow: hidden;         
    text-overflow: ellipsis; 
    font-size: 16px;
    cursor: pointer;
    margin-bottom: 0px;
    position: relative;
}
.filter-form .product-brand >* p.active-label::before { 
    content: "";
    position: absolute;
    top: -3px;
    right: -3px;
    width: 0;
    height: 0;
    border-left: 34px solid transparent;
    border-top: 34px solid #0F2355;
}
.filter-form .product-brand >* p.active-label::after {  
    content: "";
    position: absolute;
    width: 8px;
    height: 7px;
    background-image: url(/wp-content/uploads/2025/08/icon-37.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    top: 4px;
    right: 4px;
}
.filter-form .product-brand >* p:hover, .filter-form .product-brand >* p.active-label { 
    border: 1px solid #0F2355;
}
.filter-form input[type=checkbox] {
    width: 16px !important;
    height: 16px;
    border-radius: 5px;
}

.ftwp-in-post#ftwp-container-outer.ftwp-float-none #ftwp-contents {
	padding: 14px 14px 24px 14px;
    background-color: #ECEEF2;
}
.variable-item-span-color {
    border-radius: 50%;
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #F9AD16);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):focus, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item):hover {
    box-shadow: var(--wvs-hover-item-box-shadow, 0 0 0 2px #F9AD16);
}
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before, .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: url(/wp-content/uploads/2025/08/Vector-2025-08-28T085052.857.svg);
}
form.cart .quantity:has(input[type=number]) {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 5;
}
.woocommerce input.input-text.qty {
    width: 140px;
    height: 62px;
}
.single-product .ju_quantity {
    position: relative;
}
.single-product .ju_quantity .minus, .single-product .ju_quantity .plus {
    position: absolute;
    width: 40px;
    height: 40px;

}
.single-product .ju_quantity .minus {
    top: 11px;
    left: 11px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.single-product .ju_quantity .plus {
    top: 11px;
    right: 11px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.single-product .ju_quantity .minus:hover, .single-product .ju_quantity .plus:hover {
    background-color: #ECEEF2;
    color: #EF2727;
}
.single-product .jp_custom_cart_button{
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-end;
    gap: 16px;
    width: 100%;
}
.single-product .jp_custom_cart_button .buynow {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 100%;
    border-radius: 16px;
    line-height: 62px;
    border: none;
    background-color: #EF2727;
    box-shadow: none;
}
.single-product .jp_custom_cart_button .buynow:hover {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #EF2727;
}
.single-product .jp_custom_cart_button .themgiohang {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    box-sizing: border-box;
    border-radius: 16px;
    width: 100%;
    line-height: 62px;
    border: none;
    background-color: #0F2355;
    box-shadow: 2px 2px 0 0 rgba(15, 35, 85, 0.30);
    color: #fff;
    width: calc(100% - 156px);
    cursor: pointer;
	font-size: 16px;
}
.single-product .jp_custom_cart_button .themgiohang:hover { 
    background-color: #F9AD16;
    box-shadow: 2px 2px 0 0 rgba(251, 217, 77, 0.30);
}
.woocommerce-variation-add-to-cart {
    position: relative;
}
.woobt-products {
    border: none;
}
.woobt-products .woobt-product {
    border-bottom: 1px solid #e4e4e4;;
    padding: 16px 0px;
}
.woobt-products .woobt-product:first-child {
    padding-top: 0px !important;
}
.woobt-products .woobt-product:last-child {
    border-bottom: none;
    padding-bottom: 0px !important;
}
.woobt-wrap .woobt-text, .woobt-wrap .woobt-products {
    margin-bottom: 0;
}
.page-id-508 .br-mobile-default, .page-id-594 .br-mobile-default{
    display: none !important;
}

#tm-dialog-mobile .menu-item-has-children::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 58px;
    background: url(/wp-content/uploads/2025/09/chevron-down-8.svg);
    background-repeat: no-repeat;
    background-position: center;
    right: 0;
    top: 2px;
    transition: all 0.3s;
}
#tm-dialog-mobile .menu-item-has-children.active::before {
    transform: rotate(180deg);
}

#tm-dialog-mobile .uk-nav-sub {
    display: block !important;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    padding: 0px 0 0px 40px;
}
#tm-dialog-mobile .menu-item-has-children.active .uk-nav-sub {
    padding: 5px 0 5px 40px;
    max-height: unset;
}
.uk-navbar-dropdown {
    top: 60px !important;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
    padding: 24px 32px;
}
.uk-navbar-dropdown .title-atb {
    font-size: 20px;
    font-weight: 700;
}
.uk-navbar-dropdown .list-term {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-left: 0px;
    margin: 16px 0px;
}
.uk-navbar-dropdown .list-term li {
    display: block;
}
.uk-navbar-dropdown .list-term li a {
    color: #212121;
    font-weight: 300;
}
.uk-navbar-dropdown-nav>li>a {
    padding: 0px;
}
.uk-navbar-dropdown-nav>li>a:hover {
    text-decoration: underline;
}
.uk-navbar-dropdown-nav {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.filter-column .btn-show-more {
    cursor: pointer;
    position: relative;
    border: none;
    font-size: 16px;
    color: #6066E7;
    padding-right: 24px;;
}
.filter-column .hidden-term {
    display: none !important;
}
.filter-column.expanded .hidden-term {
    display: block !important;
}
.filter-column .btn-show-more::after {
    position: absolute;
    content:"";
    width: 18px;
    height: 18px;
    right: 0px !important;
    top: 50% !important;
    transform: translateY(-50%);
    background-image: url("/wp-content/themes/jupitermedia-theme-dev/images/xemthem.svg");
    background-size: cover;
    background-position: center;
}
.jp-review-shortcode {
    display: flex;
    gap: 3px;
    color: #0F2355;
}
.jp-review-shortcode span {
    color: #F9AD16 !important;
}
.ju-parent-menu {
    position: relative;
}
.ju-parent-menu.uk-active {
    border-bottom: 1px solid #c4c4c4 !important;
    border-top: 1px solid #fff;
}
.ju-parent-menu::before {
    position: absolute;
    content: "";
    right: 0px;
    top: 2px;
    width: 55px;
    height: 58px;
    background-image: url("/wp-content/themes/jupitermedia-theme-dev/images/chevron-down-mb.svg");
    background-repeat: no-repeat;
    background-position: center;
    transition: all ease 0.3s;;
}
.ju-parent-menu.uk-active::before {
    transform: rotate(180deg);
}
.ju-menu-sub {
    transition: all ease 0.3s;
}
.ju-menu-sub.uk-active, .ju-parent-menu.uk-active {
    background-color: #c4c4c4;
}
.ju-list-product-rating {
    display: flex;
    gap: 8px;
    font-size: 14px;
    color: #F9AD16;
}
.ju-list-product-rating img{
    width: 15px;
}
.ju-list-product-rating .jp-starlist {
    gap: 2px;
    display: flex;
    margin-bottom: 1px;
}
.ju-custom-slide .uk-slidenav {
    margin: 28px;
}
.tm-element-woo-add-to-cart .discount {
    border-radius: 8px;
    background: rgba(239, 39, 39, 0.16);
    color: #EF2727;
    font-size: 14px;
    padding: 5px 8px;
}
#ju-cart table.cart thead tr .product-checkbox {
    padding: 0px !important;
}
.woocommerce-cart .dieu-huong, .woocommerce-checkout .dieu-huong {
    display: none;
}
/* .woocommerce-cart .uk-navbar-container, .woocommerce-checkout .uk-navbar-container{
    padding-bottom: 0px !important;
} */
.woocommerce-cart .br-mobile-default, .woocommerce-checkout .br-mobile-default {
    display: none !important;
}
.wc_payment_methods>*:first-child {
    border-top: none;
    padding-top: 0px;
}
.payment_methods {
    margin-top: 24px !important;
}
.payment_method_bacs label {
    font-size: 16px;
    font-weight: 700;
}
.wc_payment_methods .payment_box {
    font-weight: 300;
    margin-top: 8px;
    padding-left: 0 !important;
    color: #666;
}
.woocommerce-checkout input[type=radio] {
    width: 18px !important;
    height: 18px !important;
    border-radius: 50%;
    border: 1px solid #FF324D;
}
.woocommerce-checkout input[type=radio]:checked {
    background-color: #fff;
    border: 1px solid #FF324D;
}
.woocommerce-checkout input[type=radio]:checked:focus {
    background-color: #fff;
}
.woocommerce-checkout 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%; 
}
.checkout-inline-error-message {
    display: none;
}
.woocommerce-order-received .grid-thanh-toan, .woocommerce-order-received #thanh-toan-checkout {
    display: none;
}
.woocommerce-checkout .grid-hoan-tat, .woocommerce-checkout .back-home {
    display: none !important;
}
.woocommerce-order-received.woocommerce-checkout .back-home {
    display: block !important;
}
.woocommerce-order .name-product {
    display: -webkit-box;
    -webkit-line-clamp: 2;  
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0px;
}
#ftwp-container #ftwp-list.ftwp-strong-first.ftwp-liststyle-decimal>.ftwp-item>.ftwp-anchor::before, #ftwp-container #ftwp-list.ftwp-list-nest .ftwp-sub .ftwp-anchor::before {
    display: none;
}
.ftwp-sub .ftwp-item .ftwp-anchor {
    padding-left: 40px !important;
}
.xem-them-box {
    position: relative;
    margin-top: 16px;
    padding: 16px 16px 16px 24px;
    background: #ECEEF2;
    border-left: 3px solid #0F2355;
}
.xem-them-box::before {
    position: absolute;
    content: "";
    width: 105px;
    height: 83px;
    right: 16px;
    bottom: 16px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='105' height='83' viewBox='0 0 105 83' fill='none'><path opacity='0.1' d='M61.1017 -3.83771e-06L105 0L105 50.5489C105 61.5739 102.331 69.6867 96.9915 74.8872C91.4548 80.2957 82.5565 83 70.2966 83L60.5085 83L60.5085 60.5338L66.7373 60.5338C70.8898 60.5338 73.8559 59.5977 75.6356 57.7256C77.4153 55.8534 78.3051 52.6291 78.3051 48.0526L78.3051 43.0602L61.1017 43.0602L61.1017 -3.83771e-06ZM0.593223 -9.12753e-06L44.4915 -5.28982e-06L44.4915 50.5489C44.4915 61.5739 41.822 69.6867 36.483 74.8872C30.9463 80.2957 22.048 83 9.78812 83L-7.62939e-06 83L-5.66534e-06 60.5338L6.2288 60.5338C10.3813 60.5338 13.3475 59.5977 15.1271 57.7256C16.9068 55.8534 17.7966 52.6291 17.7966 48.0526L17.7966 43.0602L0.593219 43.0601L0.593223 -9.12753e-06Z' fill='%230F2355'/></svg>");
    background-repeat: no-repeat;
    background-size: contain; 
    background-position: center;
}
.xem-them-box strong {
    font-size: 28px;
    font-weight: 600;
}
.xem-them-box ul {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
    margin-bottom: 0px;
}
.xem-them-box ul li a:hover {
    color: #6066E7;
}
.xem-them-box ul li::marker {
    color: #6066E7;
}
.custom-price .discount {
	display: none;
}
.custom-price {
	color: #EF2727;
	font-size: 18px;
	font-weight: 600;
}
.custom-price ins { 
	background: transparent;
	color: #EF2727;
}
.custom-price:has(ins) {
	display: flex;
	flex-direction: column;
}
.coupon-item {
	cursor: pointer;
	display: block;
	padding: 5px 10px;
	font-size: 16px;
	border-radius: 8px;
	background: #E7EFFF;
	font-size: 14px;
}
.available-coupons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}


@media(max-width:960px) {

    #ju-checkout .product-total {
        text-align: left;
    }
    #ju-checkout .product-total {
        margin-top: 4px;
        text-align: left;
        flex-direction: row;
        gap: 6px;
    }
    /* thankyou */
    .vari .el-item {
        font-size: 14px;
        font-weight: 400;
        padding: 2px 6px;
        border-radius: 4px;
        border: 1px solid #E4E4E4;
        background: #F3F3F3;
    }
    /* --- cart --- */
    #ju-cart table.cart thead {
        display: block;
    }

    #ju-cart table.cart thead tr th.product-subtotal {
        display: none !important;
    }
    /* cart body */
    #ju-cart table.cart tbody tr td.product-quantity,
    #ju-cart table.cart tbody tr td.product-subtotal {
        display: none !important;
    }
    #ju-cart table.cart tbody tr td.product-thumbnail {
        width: 75px;
        min-width: 75px;
    }
    #ju-cart .coupon .button {
        margin-top: 12px;
    }
    #ju-checkout .ju-checkout-review { 
        position: static;        
    }
}
@media(max-width:640px) {
    html {
        font-size: 16px;
    }
    .uk-h3, h3 {
        font-size: 28px !important;
    }
    h5, .uk-h5 {
        font-size: 24px;
    }
    /* --- mini-cart --- */
    #mini-cart ul.cart_list li:nth-child(n+2) {
        margin-top: 24px;
    }
    #mini-cart ul.cart_list {
        height: calc(100vh - 270px);
    }
    #mini-cart .buttons {
        display: flex;
        flex-wrap: nowrap;
        gap: 16px;
        margin-top: 24px;
        margin-bottom: 0;
        padding: 0 15px;
    }
    #mini-cart .buttons>* {
        font-size: 18px;
        line-height: 46px;
    }
    /* --- checkout --- */
    #ju-checkout .uk-h6 {
        font-size: 18px;
    }

    #ju-checkout .product-total bdi {
        font-size: 16px;
    }
    #ju-checkout .product-total .original-price bdi {
        font-size: 14px;
    }

    #ju-checkout .col-1 {
        display: flex;
        flex-direction: column;
    }
    #ju-checkout .col-1>div:nth-child(4) {
        order: 1;
        margin-top: 0 !important;
    }
    #ju-checkout .col-1>div:nth-child(5) {
        order: 2;
    }
    #ju-checkout .col-1>div:nth-child(6) {
        order: 3;
    }
    #ju-checkout .col-1>div:nth-child(2) {
        order: 4;
        margin-top: 24px;
    }
    #ju-checkout .col-1>div:nth-child(3) {
        order: 5;
    }
    #ju-checkout .button {
        height: 54px;
    }
    /* --- cart --- */

    #ju-cart table.cart tbody tr {
        align-items: flex-start;
        padding: 0 16px;
    }
    /* #ju-cart table.cart tbody tr .uk-flex {
        align-items: flex-start;
    } */
    #ju-cart .coupon input {
        min-width: 100%;
    }
    .coupon {
        margin-bottom: 0 !important;
    }
    #ju-cart .qty {
        height: 40px;
        width: 20px !important;
    }
	.uk-dotnav > * > * {
		width: 8px;
		height: 8px;
	}
	.uk-dotnav > .uk-active > * {
		width: 12px; 
		height: 12px;
	}
	.uk-dotnav {
		margin-left: -4px;
	}
	.uk-dotnav >* {
		padding-left: 4px;
	}
    .uk-breadcrumb>*>* {
        font-size: 14px;
    }
    .uk-breadcrumb>:nth-child(n+2):not(.uk-first-column)::before {
        margin: 0 8px;
    }

    .filter-form .product-brand >* p {
        padding: 6px 16px;
    }
    .filter-form .product-brand {
        margin-left: -8px;
    }
    .filter-form .product-brand >* {
        padding-left: 8px;
    }
    .woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item) {
        padding: 6px 20px;
    }
    .woo-variation-swatches .variable-items-wrapper {
        gap: 10px;
    }
    .ju-list-product-rating {
        font-size: 12px;
    }
    .woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected .variable-item-contents::after {
        right: -20px;
    }
    .woo-variation-swatches .variable-items-wrapper .button-variable-item.variable-item:not(.radio-variable-item).selected .variable-item-contents::before {
        top: -1px;
        right: -15px;
    }
    /* add to cart */
    form.cart .quantity:has(input[type=number]) {
        top: 8px;
    }
    .woocommerce input.input-text.qty {
        height: 48px;
    }
    .single-product .ju_quantity .minus, .single-product .ju_quantity .plus {
        width: 24px;
        height: 24px;
        padding: 0;
    }
    .single-product .ju_quantity .minus, .single-product .ju_quantity .plus {
        border-radius: 5px;
    }
    thead input[type=checkbox]:checked {
        background-color: #EF2727 !important;
    }

    .ju-thankyou-info tbody td {
        white-space: nowrap;
    }
    .ju-thankyou-info tbody tr:last-child td {
        white-space: unset;
    }
    #ftwp-container.ftwp-wrap #ftwp-header {
        font-size: 20px;
    }
    #ftwp-container #ftwp-list.ftwp-strong-first>.ftwp-item>.ftwp-anchor .ftwp-text {
        font-size: 16px;
    }
	.custom-price { 
		font-size: 14px;
	}
}


@media(max-width:480px) { 
    /* add to cart */
    form.cart .quantity:has(input[type=number]) {
        top: 0px;
    }
    .woocommerce input.input-text.qty {
        width: 100%;
    }
    form.cart .quantity:has(input[type=number]), .ju_quantity {
        width: 100%;
    }
    .single-product .jp_custom_cart_button .themgiohang {
        width: 100%;
    }
    .single-product .jp_custom_cart_button {
        padding-top: 64px;
    }
}