div#top-bar {
    border-bottom: 1px solid #eee;
}

.header_left {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_left a {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #7e7e7e;
    font-size: 14px;
}
.header-main form.searchform {
    min-width: 487px;
    background-color: #f5f5f5;
    border: 0;
    padding-left: 57px;
    border-radius: 5px;
}

.header-main form.searchform .search-field {
    border: none;
    background: none;
    box-shadow: none;
    height: 48px;
    font-size: 15px;
}

.header-main form.searchform button.ux-search-submit {
    position: absolute;
    left: -40px;
    height: 48px;
    top: 0;
    background: none;
    border: none;
    color: #000;
    box-shadow: none;
}
ul.header-nav.header-nav-main.nav.nav-left > li > a:after {
    content: "";
    position: absolute;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #000;
    -webkit-transition: transform 0.4s ease;
    transition: transform 0.4s ease;
    -webkit-transform: scale3d(0, 1, 1);
    transform: scale3d(0, 1, 1);
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transition-timing-function: cubic-bezier(.8,0,.2,1);
    transition-timing-function: cubic-bezier(.8,0,.2,1);
}

ul.header-nav.header-nav-main.nav.nav-left > li > a:hover:after,ul.header-nav.header-nav-main.nav.nav-left > li.active > a:after {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    -webkit-transform-origin: 0% 50%;
    transform-origin: 0% 50%;
}
ul.header-nav.header-nav-main.nav.nav-left > li.active > a:after{
    background-color: var(--primary-color);
}
/* Header mn */
.mobile_nav-icon {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
}

.mobile_nav-icon .icon {
    width: 25px;
    position: relative;
    text-align: right;
    display: flex;
    justify-content: end;
    flex-flow: column;
    align-items: end;
    gap: 5px;
}

.mobile_nav-icon .icon span {
    position: relative;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    width: 16px;
    height: 2px;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before,
.mobile_nav-icon .icon:after {
    content: "";
    height: 2px;
    transition: all 0.3s ease-in-out;
    transition-delay: 40ms;
    background: var(--primary-color);
    display: inline-block;
}

.mobile_nav-icon .icon:before {
    width: 20px;
}

.mobile_nav-icon .icon:after {
    width: 23px;
}

.mobile_nav-icon.rotate-mb .icon *,
.mobile_nav-icon.rotate-mb .icon:after,
.mobile_nav-icon.rotate-mb .icon:before {
    width: 25px;
}
div#menu_bar form .search-field {
    border-radius: 4px;
    border: 1px solid var(--primary-color);
}
div#menu_bar form {
    margin-bottom: 15px;
}

div#menu_bar form.searchform button.ux-search-submit {
    width: 20px;
    height: 20px;
    min-height: 20px;
    min-width: 20px;
    font-size: 14px !important;
    padding: 0 !important;
    background: none;
    border: none;
    color: #000;
    line-height: 1;
    top: 0px;
}

div#menu_bar form.searchform .flex-col:last-child {
    width: 20px;
    height: 20px;
    left: auto;
    right: 5px;
    position: absolute;
}
div#menu_bar {
    position: absolute;
    top: 0;
    background: #222222;
    z-index: 99999;
    -webkit-box-shadow: 0 1px 8px #555555;
    -moz-box-shadow: 0 1px 8px #555555;
    -o-box-shadow: 0 1px 8px #555555;
    box-shadow: 0 1px 8px #555555;
    top: 0;
    left: 0;
    width: 280px;
    height: 100vh;
    transform: translateX(-350px);
    transition: .5s;
    padding: 0 15px;
}

div#menu_bar.scroll-menu {
    transform: translateX(0);
    transition: .5s;
}

div#menu_bar .bar_close {
    text-align: center;
    padding: 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

div#menu_bar .bar_close i.fa.fa-times {
    font-size: 16px;
    margin-right: 5px;
}

div#menu_bar ul#header_menu>li {
    border: none;
    position: relative;
    margin: 0
}

div#menu_bar ul#header_menu>li:not(:last-child) {
    border-bottom: 1px solid #ffffff;
}

div#menu_bar ul#header_menu>li>a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    padding: 7px 10px;
    text-transform: uppercase;
}

div#menu_bar ul#header_menu>li button.toggle {
    position: absolute;
    right: 0;
    margin: 0;
    opacity: 1;
    color: #fff;
    top: 3px
}

div#menu_bar ul.sub-menu {
    border: none;
    padding: 0;
    margin: 0
}

div#menu_bar ul.sub-menu li a {
    color: #fff;
    font-size: 14px;
    height: 34px;
    display: flex;
    align-items: center;
    position: relative
}

div#menu_bar ul.sub-menu li a::before {
    content: "\f0da";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 14px;
    color: #fff;
}

div#menu_bar ul.sub-menu li {
    list-style: none;
    margin: 0;
    position: relative;
}

div#menu_bar ul#header_menu button.toggle:after {
    content: "\f067";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-right: 5px;
    font-size: 12px;
    color: #fff;
    top: 50%;
    position: absolute;
    left: 50%;
    margin: 0;
    width: 13px;
    height: 13px;
    transform: translate(-50%, -50%)
}

div#menu_bar i.icon-angle-down {
    display: none
}

div#menu_bar ul#header_menu button.toggle {
    width: 30px;
    min-height: 30px;
    height: 30px;
    -webkit-transition: transform .3s ease-out;
    -moz-transition: transform .3s ease-out;
    transition: transform .3s ease-out;
    right: 5px
}

div#menu_bar ul#header_menu .active>.toggle {
    transform: rotate(-180deg);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg)
}

div#menu_bar ul#header_menu ul.sub-menu {
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    -webkit-transition: max-height .3s, -webkit-transform .3s;
    transition: max-height .3s, -webkit-transform .3s;
    -o-transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s;
    transition: max-height .3s, transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    display: block!important;
    padding-left: 15px!important
}

div#menu_bar ul#header_menu li.active>ul.sub-menu {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh
}

html.js.active body {
    overflow: hidden;
}
/* footer */
.absolute-footer {
    display: none;
}
.ss_footer  .ux-menu-title {
    font-size: 15px;
}

.ss_footer 
 .widget_product_categories {
    padding: 0;
    margin: 0;
}

.ss_footer .widget_product_categories li.cat-item {
    border: none;
    font-size: 15px;
    color: rgb(126, 126, 126);
}

.ss_footer .widget_product_categories li.cat-item a {
    color: rgb(126, 126, 126);
}

.ss_footer a:hover {
    color: var(--primary-color) !important;
}
.ss_footer a.ux-menu-link__link.flex {
    font-size: 15px;
    color: rgb(126, 126, 126);
    line-height: 1.2.3;
}
.ss_footer .social-icons.follow-icons {
    display: flex;
    align-items: center;
}

.ss_footer .social-icons.follow-icons a.icon.button {
    margin-bottom: 0;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
section.ss_breadcrumb {
    background-color: #F5F5F5;
}

nav.rank-math-breadcrumb p {
    margin: 0;
    min-height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 15px;
}

nav.rank-math-breadcrumb p a {
    color: #7e7e7e;
}

nav.rank-math-breadcrumb span.separator {
    margin: 0 15px;
    color: transparent;
    height: 1px;
    width: 20px;
    background-color: #7e7e7e;
}
.page_title h1 {
    font-size: 36px;
    margin: 0;
}

.page_title p {
    color: #7e7e7e;
    margin-top: 20px;
}

.page_contact .icon-box svg {
    padding: 0;
}

.page_contact .icon-box svg path {
    fill: none;
    stroke: var(--primary-color);
}

.page_contact .icon-box .icon-box-text h3 {
    font-size: 20px;
    font-weight: 500;
}
h1, h2, h3, h4, h5, h6{
    color: #000 !important;
}
.page_title h2 {
    font-size: 32px;
}

.page_contact .form_wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.page_contact form .wpcf7-form-control {
    background-color: #f5f5f5;
    border-radius: 3px;
    height: 48px;
    padding: 5px 20px;
    box-shadow: none;
    border: none;
    font-size: 14px;
    margin-bottom: 30px;
}

.page_contact form input.wpcf7-form-control.wpcf7-submit {
    background-color: #000;
    text-transform: inherit;
    margin: 0;
    padding: 0 35px;
}
span.wpcf7-spinner {
    display: none;
}
.page_store .social-icons.follow-icons a {
    font-size: 18px;
    color: #000;
    margin: 0 10px 0 0;
}
.page_title h1 span {
    font-size: 16px;
    display: flex;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.border_5{
    border-radius: 5px;
    overflow: hidden;
}
/*  */
.page_archive {
    padding: 60px 0 0;
}
span.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: inherit !important;
    display: block;
}

.widget .is-divider {
    display: none;
}

.widget_search input#s {
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 3px  0 0 3px;
    border: none;
    box-shadow: none;
}

.widget_search button.ux-search-submit {
    background-color: #f5f5f5;
    border: none;
    height: 48px;
    border-radius: 3px;
    color: #000;
}
span.widget-title {
    font-size: 20px;
    margin-bottom: 20px;
    text-transform: inherit;
    display: block;
}

.widget .is-divider {
    display: none;
}

.widget_search input#s {
    height: 48px;
    background-color: #f5f5f5;
    border-radius: 3px  0 0 3px;
    border: none;
    box-shadow: none;
}

.widget_search button.ux-search-submit {
    background-color: #f5f5f5;
    border: none;
    height: 48px;
    border-radius: 3px;
    color: #000;
}

.widget_categories li.cat-item {
    border: none;
}

.widget_categories li.cat-item a {
    color: #a8a8a8;
    font-weight: 500;
}

.widget_categories li.cat-item a:hover {
    color: #000;
    text-decoration: underline;
}
.page_archive .page_title {
    margin-bottom: 60px;
}

.flatsome_recent_posts .badge.post-date {
    border-radius: 3px;
    overflow: hidden;
}

.flatsome_recent_posts a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin: 0 !important;
}
.list_post .post_item .box-text .cat {
    color: #000;
    background: #F5F5F5;
    border-radius: 3px;
    padding: 3px 16px;
    width: fit-content;
    margin: -28px auto 15px;
}

.list_post .post_item .box-text 
 a.post-title {
    font-size: 28px;
    text-align: center;
    margin-bottom: 8px;
}

.list_post .post_item .box-text 
 ul.post-meta {
    display: flex;
    align-items: center;
    list-style: none;
    justify-content: center;
    font-size: 15px;
    color: rgb(126, 126, 126);
}

.list_post .post_item .box-text ul.post-meta li {
    margin: 0 !important;
    display: flex;
    align-items: center;
}

ul.post-meta li.meta-author img {
    height: 32px;
    width: 32px;
    border-radius: 50%;
    margin-right: 5px;
}

ul.post-meta li.meta-author  a {
    margin: 0 5px;
}

ul.post-meta li.meta-author:after {
    content: "";
    display: inline-block;
    background-color: #C4C4C4;
    margin: 0 10px;
    vertical-align: middle;
    width: 1px;
    height: 14px;
    border-radius: 0;
}

ul.post-meta 
 li.meta-date span {
    line-height: 1;
    color: #000;
    margin-left: 5px;
}

ul.post-meta li.meta-date:after {
    content: "";
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #C4C4C4;
    margin: 0 10px;
    vertical-align: middle;
}

.list_post .post_item .box-text 
 .excerpt {
    color: rgb(126, 126, 126);
    text-align: center;
}

.list_post .post_item .box-text 
 a.btn_redmore {
    margin: 10px auto 0;
    display: inline-flex;
    height: 44px;
    padding: 0 20px;
    background: #000;
    color: #fff;
    align-items: center;
    border-radius: 3px;
}
.list_post .post_item:not(:last-child) {
    margin-bottom: 30px;
}
.page_single {
    padding-top: 60px;
}
.blog-share {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: center;
    margin-bottom: 20px;
}

.blog-share .social-icons a {
    margin-bottom: 0;
    border: none;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    height: 36px;
    width: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
body.single nav.rank-math-breadcrumb p span.last, body.single nav.rank-math-breadcrumb p .separator:nth-child(4) {
    display: none;
}
.list_related .box-text .cat {
    color: rgb(126, 126, 126);
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: 600;
}

.image-tools.is-small.top.right {
    display: none;
}

.product_left {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    display: flex;
    flex-flow: column;
    gap: 10px;
    transform: translateX(100%);
    opacity: 0;
    visibility: hidden;
    transition: .5s;
}

.product_left a {
    display: flex;
    height: 48px;
    width: 48px;
    background: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}

.product_left a span {
    display: inline-flex;
    position: absolute;
    right: calc(100% + 10px);
    background: #000;
    width: max-content;
    color: #fff;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 4px;
    opacity: 0;
    transform: translateX(10px);
    visibility: hidden;
    transition: .5s;
}

.product_left a:hover {
    background: #000;
    color: #fff;
}

.product_left a:hover span {
    opacity: 1;
    transform: initial;
    visibility: visible;
}

.product_left a span:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #000000;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.product-small.col .col-inner:hover .product_left {
    transform: initial;
    visibility: visible;
    opacity: 1;
}
.product-small.box .box-text {
    display: flex;
    flex-flow: column;
}

.product-small.box .box-text .price-wrapper {
    order: -1;
    margin-bottom: 10px;
}

.product-small.box .box-text {
    padding: 20px 0;
}

.product-small.box .box-text .price-wrapper span.price {
    font-size: 14px;
    font-weight: 700;
}

.product-small.box .box-text a.woocommerce-LoopProduct-link {
    margin-bottom: 10px;
}
a.added_to_cart.wc-forward {
    display: none;
}
a.add_to_cart_button.ajax_add_to_cart.added {
    display: flex;
    background: #000;
    color: #fff;
}
div#fillter_product {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

div#fillter_product .item {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

p.woocommerce-result-count {
    margin: 0;
    font-size: 14px;
}

div#fillter_product select.orderby {
    margin: 0;
    height: 46px;
    background-color: #f5f5f5;
    border: none;
    font-size: 14px;
    border-radius: 3px;
}

.filter_btn {
    padding: 0 35px;
    height: 46px;
    line-height: 46px;
    background: #000;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
}
div#shop-sidebar {
    padding: 30px 30px 10px;
    background: #f4f4f4;
    margin-top: 20px;
    border-radius: 3px;
}

div#shop-sidebar {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}
div#shop-sidebar li a {
    font-size: 14px;
}
.fillter_wrap {
    display: none;
}
.shop_title.page_title.text-center {
    margin-bottom: 30px;
}
.single-product .shop-container {
    width: 80%;
    margin: 0 auto;
}

nav.woocommerce-breadcrumb.breadcrumbs {
    display: none;
}
.product-info {
    padding-top: 0 !important;
}

.product-info h1.product-title.product_title.entry-title {
    font-size: 28px;
    line-height: 1.5;
    margin-bottom: 8px;
    font-weight: 600;
}

.product-info .woocommerce-product-rating a * ,.star-rating span::before{
    color: #f5a623 !important;
}
form.variations_form.cart {}

form.variations_form.cart .value select {
    border: 1px solid #b0b0b0;
    background-color: transparent;
    box-shadow: none;
    border-radius: 3px;
    height: 44px;
}

.product-info .ux-quantity {
    border-radius: 3px;
    overflow: hidden;
}

.product-info .ux-quantity input.ux-quantity__button {
    height: 60px;
    border: none;
    width: 50px;
}

.product-info .ux-quantity .input-text {
    height: 60px;
    background-color: #f9f9f9;
    border: none;
    box-shadow: none;
    width: 40px;
}

button.single_add_to_cart_button.button {
    width: calc(100% - 156px);
    border-radius: 3px;
    background-color: #000 !important;
    opacity: 1;
    text-transform: inherit;
    font-size: 14px;
}
.product-info 
 .yith-wcwl-add-to-wishlist {
    margin: 0;
    width: max-content;
    float: left;
    margin-right: 20px;
}

.product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
    margin: 0;
}

.product-info .yith-wcwl-add-to-wishlist a {
    height: 40px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
}

.product-info .yith-wcwl-add-to-wishlist a svg {width: 20px;}

.product-info 
 a.compare.button {
    height: 40px;
    display: inline-flex;
    align-items: center;
    background: none;
    border: none;
    color: #000;
    text-transform: inherit;
    font-size: 14px;
    font-weight: 500;
    box-shadow: none;
}

.product-info a.compare.button:before {
    content: "\f0ec";
    font-family: "Font Awesome 6 Pro";
    margin-right: 5px;
}
.product_meta {
    margin: 0 !important;
    border-bottom: 1px dotted #ddd;
}

.product-info 
 .social-icons.share-icons {
    padding: 5px 0;
}

.product-info .social-icons.share-icons:before {
    content: "Chia sẻ:";
    color: #000;
}

.product-info .social-icons.share-icons a {
    color: #000;
}
.woocommerce-tabs ul.tabs.wc-tabs {
    justify-content: center;
    margin: 0 !important;
}

.woocommerce-tabs ul.tabs.wc-tabs li a {
    font-size: 28px;
    text-transform: inherit;
    padding: 0 35px;
    font-weight: 600;
}

.woocommerce-tabs ul.tabs.wc-tabs li a:before {
    display: none;
}

.related.related-products-wrapper.product-section {
    padding-top: 30px;
}

.related.related-products-wrapper h3 {
    text-align: center;
    font-size: 28px;
    text-transform: inherit;
}
div#reviews,.devvn_prod_cmt {
    max-width: 100% !important;
}
/* Home */
a.button.secondary.lowercase {
    font-weight: 500;
    padding: 0 35px;
    height: 46px;
    display: inline-flex;
    align-items: center;
}
.banner_product {
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
}

.banner_product:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .5);
    -webkit-transition: all .6s;
    transition: all .6s;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    content: "";
    display: block;
    position: absolute;
    opacity: 0;
    z-index: 2;
}

.banner_product:hover:before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    opacity: 1;
}

a.button.secondary.lowercase.while {
    font-size: 14px;
    background-color: #fff;
    color: #000;
}

.banner_product .text-box  h3 {
    font-size: 13px;
    font-weight: 600;
}

.banner_product .text-box p {
    font-size: 28px;
    margin: 20px 0;
    font-weight: 600;
}
.home_list_icon .icon-box svg path {
    fill: transparent;
    stroke: var(--primary-color);
}
a.button.secondary.is-link.lowercase.icon:after {
    content: "\f061";
    font-family: "Font Awesome 6 Pro";
    margin-left: 5px;
}
.header_cart {
    display: flex;
    align-items: center;
    gap: 30px;
}

.header_cart a {
    position: relative;
    font-size: 18px;
}

.header_cart a span.count {
    position: absolute;
    top: -8px;
    right: -6px;
    background: red;
    width: 18px;
    height: 18px;
    font-size: 12px;
    border-radius: 18px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
}
.product-short-description {
    margin-bottom: 20px;
}
.list_baochi .box {
    border-radius: 5px;
    padding: 10px;
    background: #c6a7654d;
}

.list_baochi .box a.post-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    font-size: 15px !important;
    line-height: 1.4 !important;
    font-weight: bold;
    margin-bottom: 6px !important;
}

.list_baochi .box  .excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box !important;
    -webkit-line-clamp: 2;
    font-size: 15px !important;
    line-height: 1.4 !important;
    margin-bottom: 5px;
    color: #777777;
}

.list_baochi .box  .box-text {
    padding: 10px 0;
}

.list_baochi .box 
 .name_bao {
    color: #1f5c90;
    font-weight: bold;
}
/* Pc      --------------------------------------------- */
@media(min-width: 766px){

}
@media (width: 1024px){

}
@media (max-width: 1024px){

}
@media (min-width: 990px) and (max-width: 1100px){

}
/*************** ------------------------PC và Tablet  --------------------------  ***************/
@media (min-width: 740px){

}
/*************** ------------------------Tablet  --------------------------  ***************/
@media (min-width: 740px) and (max-width: 1023px){

}
@media (max-width:990px){

}
/*************** ------------------------Mobile và Tablet --------------------------  ***************/
@media (max-width: 1023px){
    .mobile-nav i.icon-search {
        color: #000;
        font-size: 18px !important;
    }
    div#shop-sidebar {
        grid-template-columns: repeat(3, 1fr);
    }
    .single-product .shop-container{
        width: 100% !important;
    }
}

 /*************** ------------------------ Mobile   --------------------------  ***************/
@media screen and (max-width: 549px){
    .ss_footer .social-icons.follow-icons {
        justify-content: center;
    }
    .page_title h1 {
        font-size: 26px;
    }
    
    .page_title br {
        display: none;
    }
    
    .page_title h2 {
        font-size: 22px;
        margin-bottom: 16px;
    }
    
    .page_contact .form_wrap {
        grid-template-columns: repeat(1, 1fr);
        gap: 0;
    }
    
    .page_contact form .wpcf7-form-control {
        margin-bottom: 15px;
    }
    .page_store .list .col {
        padding-bottom: 0;
    }
    .page_title h1 span {
        margin-bottom: 10px;
        font-size: 13px;
    }
    .list_post .post_item:not(:last-child) {
        margin-bottom: 30px;
    }
    
    .page_archive .page_title {
        margin-bottom: 30px;
    }
    
    .list_post .post_item .box-text a.post-title {
        font-size: 22px;
    }
    div#shop-sidebar {
        grid-template-columns: repeat(1, 1fr);
        padding: 20px;
    }
    .woocommerce-tabs ul.tabs.wc-tabs li a {
        padding: 0;
        font-size: 20px;
    }
    
    .related.related-products-wrapper h3 {
        font-size: 24px;
    }
	.about_top .section-bg:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffc7;
    content: "";
}
}