body.home .search-desktop {
	width: 46%;
}

.search-desktop {
    position: absolute;
    z-index: 1111111;
    width: 51%;
    display: none;
    transition: all 0.3s;
    bottom: 0px;

    background-color: transparent;
    align-items: center;
}

.uk-navbar-dropdown {
    border-radius: 8px;
}
#list_a_z label
{
    font-size: 14px;
    color:#000;
    cursor: pointer;
}
.search-desktop form {
    width: 100%;
    padding: 2px 10px;
    background-color: #fff;
    border-radius: 500px;
    border: 1px solid #00ae4f;
}

.search-desktop.active {
    display: flex;
}

.search-desktop form>.uk-search-input {
    border-width: 0px;
}

.nut-close {
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%) translateX(200%);
    background: #fff;
    padding: 20px;
}
.uk-navbar-item > div.uk-grid-margin {
	margin-top: 0 !important;
}

#product_list label
{
    font-size: 14px;
}
#header-giohang {
    display: none;
}

.woocommerce-shop #header-giohang {
    display: flex;
}

.woocommerce-shop #header-giohang>div>div {
    margin-left: 0px;
}

.woocommerce-shop #btn-search {
    display: none;
}

#notification {
    display: none;
}

body.home #notification {
    display: flex;
}

#uk-nav-5-title-0 {
    width: 40px;
    height: 40px;
    background-color: transparent;
    border-color: transparent;
}

#tm-dialog-mobile li.uk-parent {
    position: relative;
}

#tm-dialog .uk-offcanvas-bar {
    margin: 10px;
    border-radius: 4px;
}

#tm-dialog .uk-offcanvas-bar::-webkit-scrollbar {
    width: 0 !important;
    display: none;
}

.tm-header .uk-navbar-toggle {
    display: none;
}

#tm-dialog .uk-offcanvas-close svg {
    width: 32px;
    height: 32px;
    padding: 0 8px 16px 8px;
}

#tm-dialog .uk-offcanvas-close {
    color: #fff;
    opacity: 0.5;
}

#tm-dialog .uk-offcanvas-close:hover {
    opacity: 1;
}

.page-id-31941 .tm-header {
    display: none;
}

.uk-breadcrumb> :nth-child(n+2):not(.uk-first-column)::before {
    margin: 0px 0px;
}

body.woocommerce-checkout div#customer_details.col2-set {
    padding: 30px;
    background-color: #F7F9FA;
    border-radius: 4px;
    width: 50%;
}

body.woocommerce-checkout .tm-main {
    padding: 20px 0;
}

body.woocommerce-checkout h1 {
    font-size: 32px !important;
    line-height: 44px !important;
    font-weight: 700 !important;
}

.woocommerce-error,
.woocommerce-info,
.woocommerce-message {
    padding: 0;
    border-left: 0;
    background-color: transparent !important;
    color: #000;
}

body.woocommerce-checkout h3 {
    font-size: 26px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
    margin-bottom: 20px !important;
}

.woocommerce input.input-text {
    color: #000;
    border-radius: 4px;
    font-size: 16px;
    height: 50px;
    line-height: 1.5;
}

a.icon {
	width: 100%;
}

.announcekit-badgeanim-1693277020102-1056 {
    position: relative;
    animation-name: kf-announcekit-badgeanim-1693277020102-1056;
    animation-duration: 2s;
    animation-timing-function: cubic-bezier(0.15, 0.03, 0.06, 0.39);
    animation-iteration-count: infinite;
    animation-fill-mode: forwards;
    opacity: 1;
}
#danh-muc
{
    font-size: 14px;
}
#danh-muc li label
{
    cursor: pointer;
}

#lienhenhanh>div>div:nth-child(1) {
    transform: translatey(203px);
}

#lienhenhanh>div>div:nth-child(2) {
    transform: translatey(137px);
}

#lienhenhanh>div>div:nth-child(3) {
    transform: translatey(72px);
}

#lienhenhanh.show-contact>div>div:nth-child(1) {
    transform: translatey(0px);
}

#lienhenhanh.show-contact>div>div:nth-child(2) {
    transform: translatey(0px);
}

#lienhenhanh.show-contact>div>div:nth-child(3) {
    transform: translatey(0px);
}

@keyframes kf-announcekit-badgeanim-1693277020102-1056 {

    4%,
    36% {
        transform: translateX(-1px) scale(1)
    }

    8%,
    32% {
        transform: translateX(1px) scale(1);
    }

    12%,
    20%,
    28% {
        transform: translateX(-2px) scale(1);
    }

    18%,
    26% {
        transform: translateX(2px) scale(1);
    }

    36%,
    100% {
        transform: translateX(-1px) scale(1);
    }
}

table, th, td {
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}

table td {
    padding: 5px;
}

@media only screen and (max-width: 959px){
	.search-desktop-mobile {
		position: absolute;
		z-index: 1111111;
		width: calc(100% - 64px);
		display: none;
		transition: all 0.3s;
		bottom: 0px;
		left: 0px;

		background-color: transparent;
		align-items: center;
	}
	.search-desktop-mobile form {
		width: 100%;
		padding: 2px 10px;
		background-color: #fff;
		border-radius: 500px;
		border: 1px solid #00ae4f;
	}

	.search-desktop-mobile.active {
		display: flex;
	}

	.search-desktop-mobile form>.uk-search-input {
		border-width: 0px;
	}
	.nut-close {
		right: 40px;
		padding: 10px;
	}
}

