.header-top ul li {
    font-size: 14px !important;
}
.header-top ul li a {
    color: #FFFFFF;
    text-decoration: underline;
}
.header-main .nav>li>a>i.icon-search {
    font-size: 20px;
}
.footer-wrapper h4 {
    font-size: 18px;
    font-weight: 500;
	margin-bottom: 20px;
}
.footer-wrapper h4:after {
    content: "";
    display: block;
    height: 1px;
    width: 30px;
    margin-top: 15px;
    background-color: #000;
}
.footer-wrapper p {
	margin-bottom: 10px;
}
.menu-footer .ux-menu-title{
    font-size: 15px;
    padding-bottom: 40px;
}
.menu-footer .ux-menu-link:first-child .ux-menu-link__link{
	padding-top: 0;
}
.menu-footer .ux-menu-link__link{
    font-weight: 400;
    min-height: unset;
}
.footer-wrapper {
	font-size: 15px;
}
.wpcf7-form {
	margin-bottom: 0;
}
.form-email {
    display: flex;
    align-items: center;
	position: relative;
    width: max-content;
}
.form-email .wpcf7-form-control {
    margin: 0;
    height: 52px;
    border: none;
    box-shadow: none;
    border-radius: 50px;
    color: #000;
	font-size: 14px;
}

.form-email .wpcf7-submit {
    height: 44px;
    position: absolute;
    right: 5px;
    margin: 0;
    top: 4px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 400;
	background-color: rgb(255, 248, 237) !important;
	box-shadow: none;
}
.form-email .wpcf7-not-valid-tip {
    margin-top: 0;
    position: absolute;
}
.wpcf7-spinner {
    display: none;
}
.footer-paymentMethod p {
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-paymentMethod p img{
    width: 26px;
    height: 16px;
    object-fit: cover;
    border-radius: 2px;
    margin-bottom: 10px !important;
    margin-right: 10px;
}
.ux-menu.menu-bot-ft {
    flex-direction: unset;
    font-size: 14px;
    justify-content: center;
}
.button.btn-email {
    border-width: 1px !important;
    font-size: 14px;
    font-weight: 400;
    line-height: 38px !important;
}
.only-1024 {
    display: none;
}
.archive-page-header h1 {
    font-size: 36px;
    font-weight: 700;
}
.category .box-blog-post .box-text .post-title {
    font-size: 22px;
}
.category .box-blog-post .box-text .post-title a:hover{
    color: var(--primary-color);
}
.box-blog-post .is-divider {
    height: 1px !important;
    background-color: #2f9646;
    max-width: 50px;
}
.box-blog-post .box-text .cat-label {
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	color: #83868c;
}
.box-blog-post .box-text p {
	color: #979797;
    font-size: 16px;
    font-weight: 400;
    margin-top: 10px;
    color: #83868c;
}
.box-blog-post .box-text .is-link {
    font-size: 16px;
    text-transform: inherit;
    text-decoration: underline;
    color: #262626;
    font-weight: 500;
    text-underline-offset: 5px;
}
.header-bottom {
    box-shadow: 0 -1px #ddd inset;
}
.archive-page-header {
    margin-top: 50px;
}
.blog-single.page-wrapper article.post header .entry-header-text .entry-title {
    font-size: 36px;
    font-weight: 600;
}
.blog-single.page-wrapper article.post .article-inner {
    max-width: 1000px;
    padding: 40px;
    margin: -70px auto 0;
    background-color: #fff;
}
.blog-single.page-wrapper article.post .entry-content .blog-share {
    margin-top: 50px;
}
.blog-single.page-wrapper article.post .entry-content .blog-share .social-icons {
    border: 1px solid #ccc;
    border-left: 0;
}
.blog-single.page-wrapper article.post .entry-content .blog-share .social-icons a.icon {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
    border-radius: 0 !important;
    border: none;
    border-left: 1px solid #ccc;
    width: 50px;
    height: 35px;
    line-height: 35px;
    color: #000;
}
.banner-single-post {
    min-height: 600px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.single .page-wrapper {
    padding-top: 0;
    padding-bottom: 0;
}
section.related-post {
    background: #2f9645;
    padding: 100px 0px 50px;
}
section.related-post .post-item .title-post {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.product-small .box-text-products .price-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 20px;
}
.product-small .box-text-products .price-wrapper del{
    font-size: 16px;
}
.product-small .box-text-products .price-wrapper span.amount {
    font-weight: 400;
}
.font-36 h1 {
    font-size: 36px;
}
.product-small.box .category{
    font-size: 13px;
	text-transform: none;
    color: #000;
    margin-bottom: 8px;
}
.widget .is-divider {
    display: none;
}
.widget .widget-title {
    font-family: "Andada Pro", sans-serif;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
    display: block;
    position: relative;
    text-transform: uppercase;
    cursor: pointer;
}
.widget.widget_nav_menu .widget-title::before,
.widget.widget_product_categories .widget-title::before {
    content: '';
    position: absolute;
    right: 0;
    background-image: url(../img/plus.svg);
    background-position: center;
    background-size: cover;
    width: 15px;
    height: 15px;
    top: 0px;
}
.widget.widget_nav_menu .widget-title.active::before,
.widget.widget_product_categories .widget-title.active::before {
    background-image: url(../img/minus.svg);
}
.widget.widget_nav_menu .menu-menu-danh-muc-san-pham-container,
.product-categories {
    display: none;
}
.widget_product_categories>ul>li:not('.cat-parent') {
	display: none !important;
}
.product-categories li a{
    font-size: 17px;
    font-weight: 400;
    padding: 10px 0;
}
.wrap-term-description h1 {
    text-transform: uppercase;
    margin-bottom: 0;
}
.term-description > * {
    margin-top: 15px;
}
.wrap-term-description {
    padding: 30px 0;
    text-align: center;
    box-shadow: 0 -1px #ddd inset;
    margin-bottom: 15px;
}

@media screen and (min-width: 850px) {
    .col.col-lg-20 {
        flex-basis: 20%;
        max-width: 20%;
    }
}
@media screen and (max-width: 1023.999px) {
    .row-ft > .col {
        flex-basis: 100%;
        max-width: 100%;
        padding-bottom: 0;
    }
    .row-ft > .col+.col > .col-inner{
        border-top: 0.1rem solid rgb(56, 81, 62);
    }
    .footer-wrapper .col-ft h4 {
        margin-bottom: 0;
        padding: 20px 0px;
        position: relative;
        cursor: pointer;
    }
    .footer-wrapper .col-ft h4::before,
    .footer-wrapper .col-ft h4::after {
        content: '';
        position: absolute;
        right: 0;
        top: 50%;
        background-color: #000;
        transition: transform 1s ease-in-out 0s;
		margin-top: 0;
    }
    .footer-wrapper .col-ft h4::before {
        width: 15px;
        height: 1px;
    }
    .footer-wrapper .col-ft h4::after {
        top: calc(50% - 7px);
        width: 1px;
        height: 15px;
        right: 7px;
    }
    .footer-wrapper .col-ft h4.active::before {
        transform: rotate(90deg) scale(0);
    }
    .footer-wrapper .col-ft h4.active::after {
        transform: rotate(90deg);
    }
    .row-ft .menu-footer {
        display: none;
        margin-bottom: 30px;
    }
    .hidden-1024 {
        display: none !important;
    }
    .only-1024 {
        display: block !important;
    }
}
@media screen and (max-width: 550px) {
    .product-small .box-text-products .price-wrapper {
        font-size: 14px;
        margin-top: 10px;
    }
    .product-small .box-text-products .price-wrapper del{
        font-size: 12px;
    }
    .footer-wrapper h4 {
        margin-bottom: 20px;
    }
    .blog-single.page-wrapper article.post .article-inner{
        padding: 20px;
    }
    .blog-single.page-wrapper article.post header .entry-header-text .entry-title{
        font-size: 22px;
        margin-top: 15px;
    }
	.banner-product-cs-2 .banner-layers {
		overflow: visible;
	}
}