/*

Theme Name: Flatsome Child

Description: This is a child theme for Flatsome Theme

Author: UX Themes

Template: flatsome

Version: 3.0

*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-size: 15px;
    font-family: "Roboto", sans-serif;
    color: #000!important;
}

h1, h2, h3, h4, h5, h6, b, strong {
    font-weight: 500!important;
}

.header-search-form-wrapper .search_categories {
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .09);
    box-shadow: none;
    color: currentColor !important;
    margin-right: 5px;
}

.header-search-form-wrapper input[type="search"] {
    background-color: rgba(0, 0, 0, .03);
    border-color: rgba(0, 0, 0, .09);
    box-shadow: none;
    color: currentColor !important;
}

.header:not(.transparent) .header-nav.nav > li > a {
    font-weight: 500;
}

.header-bottom-nav > li {
    margin: 0 15px;
}

.product-small .box-image img {
    flex: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.header-search-form-wrapper button {
    background-color: transparent !important;
    color: #000;
    position: absolute;
    top: 0;
    right: 0;
    border: unset;
}

.header-nav-main > li:nth-child(2) a:after {
    opacity: 0;
}

.header-nav-main > li > a {
    padding-right: 10px;
}

.navigat {
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.navigat > h3 {
    margin-bottom: 0;
    width: auto;
}

.navigat > h3 a {
    font-size: 21px;
    font-weight: 600;
}

.navigat-viewallcat {
    display: flex;
    justify-content: flex-end;
}

.dev-product > .row > .col {
    padding-bottom: 0;
}

.viewallcat {
    font-size: 13px;
    background: #dfdfdf;
    color: #444;
    margin: 0 5px;
    padding: 3px 9px 1px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
    position: relative;
    text-transform: none;
    font-weight: 500;
    min-height: inherit;
    transition: .3s;
    white-space: nowrap;
    height: unset;
    line-height: 24px;
    display: inline-block;
}

.navigat-viewallcat br {
    display: none;
}

.viewallcat:hover {
    background: #fff;
}

.col .product > .col-inner, .products .product-category .col-inner {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;
    overflow: hidden;
    height: 100%;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px, rgba(17, 17, 26, 0.05) 0px 8px 32px;
    box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
}

.box-text-products {
    padding-inline: 10px;
    display: flex;
    flex-wrap: wrap-reverse;
    padding-bottom: 15px;
    padding-top: 15px;
    flex-flow: column-reverse;
}

.product-info {
    padding-top: 0;
}

h1.product-title.product_title.entry-title {
    font-size: 20px;
    color: #333;
    font-weight: 700!important;
}

.product-images img {
    height: 350px;
    object-fit: contain;
    /* padding: 25px; */
}

.product-images {
    /* background: #f5f5f5; */
}

.product-info span bdi {
    font-size: inherit;
    color: #f00;
    font-size: 19px;
}

.box-text-products .price-wrapper bdi {
    color: #ff0000;
}

.box-text-products .category {
    display: none;
}

.box-text-products .product-title a {
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    margin-top: 10px;
    font-size: 13px;
    line-height: 20px;
    height: 40px;
    font-weight: 500;
}

.product-small.box .grid-tools {
    display: none;
}

.section-title b {
    display: none;
}

.section-title {
    /* justify-content: center; */
    position: relative;
}

.section-title:after {
    content: "";
    width: 50px;
    height: 2px;
    position: absolute;
    bottom: -4px;
    background: var(--primary-color);
    opacity: 0;
}

.home-blog-post {
    margin-top: 20px;
}

.home-blog-post .section-title {
    padding-top: 20px;
    margin-bottom: 15px;
}

.section-title-container {
    margin-bottom: 0;
}

.home-blog-post .col-left > .col-inner .row .col-inner {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.home-blog-post .col-left > .col-inner .row .col-inner .box-image {
    border-radius: 10px;
}

.home-blog-post .col-left .col-inner .box-text {
    /* padding-inline: 16px!important; */
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.home-blog-post .col-left .col-inner .box-text .post-title {
    font-size: 18px;
    font-weight: 500;
    color: #2e4871;
    text-align: left;
}

.home-blog-post .col-left .col-inner .box-text .from_the_blog_excerpt {
    font-size: 15px;
    display: none;
}

.home-blog-post .col-right .post-item {
    padding-bottom: 15px;
}

.home-blog-post .col-right .post-item > .col-inner {
    /* padding: 10px; */
    /* border-radius: 10px; */
    box-shadow: unset;
}

.home-blog-post .col-right .post-item .box-image {
    width: 35% !important;
    border-radius: 10px;
}

.home-blog-post .col-right .post-item .box-image .image-zoom {
    /* padding-top: 60%!important; */
}

.home-blog-post .col-right .post-item .box-text {
    text-align: left;
    padding-left: 15px;
    padding-top: 0;
    padding-bottom: 0;
    vertical-align: text-bottom;
}

.home-blog-post .col-right .post-item .box-text .post-title {
    font-size: 16px;
    color: #2e4871;
    font-weight: 500;
}

.section-title .section-title-main {
    font-size: 21px;
    color: #334862;
    margin: 0;
    font-weight: 600;
}

.bg-white {
    background: #fff;
    border-radius: 10px;
}

.home-blog-post .col-right .post-item .box-text .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}

.home-blog-post .col-left .col,
.home-blog-post .col-left,
.home-blog-post .col-right {
    /*padding-bottom: 0;*/
}

.home-blog-post .col-right .post-item:last-child {
    padding-bottom: 0;
}

.home-blog-post .is-divider {
    display: none;
}

.home-blog-post .col-left .post-item {
    padding-left: 20px;
}

.radius-10 {
    border-radius: 10px;
    overflow: hidden;
}

.section-title-center span {
    margin: 0;
}

.home-video {
    margin-top: 35px;
}

.home-video .section-title {
    margin-bottom: 30px;
    justify-content: center;
}

.home-video .section-title:after {
    opacity: 1;
}

.home-video .open-video img {
    flex: 1;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.home-doitac .section-title {
    justify-content: center;
    margin-bottom: 25px;
}

.home-doitac .section-title:after {
    opacity: 1;
}

.home-doitac {
    margin-top: 30px;
}

.home-doitac .box-image img {
    height: 50px;
    object-fit: contain;
}

.home-doitac .gallery-col {
    padding-bottom: 0;
}

.footer .menu li {
    border: unset;
}

.footer .menu li a {
    font-size: 14px;
    color: #41424A;
}

footer .widget-title {
    color: #143a6b;
    margin-bottom: 10px;
    display: block;
}

footer {
    color: #41424A;
}

footer .is-divider {
    display: none;
}

.footer-info {
    color: #41424A;
    font-size: 14px;
}

.footer-info a {
    font-size: 18px;
    font-weight: bold;
    color: #0088cc;
}

.footer-social__list a {
    font-weight: 400;
    font-size: 14px;
    color: #41424A;
    display: flex;
}

.footer-social__list {
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
    align-items: center;
}

.footer-wrapper .col-inner ul li {
    margin-left: 0;
    margin-right: 40px;
    margin-bottom: 0;
}

.footer-social__list li a:before {
    content: "";
    width: 25px;
    height: 25px;
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.footer-facebook:before {
    background-image: url(resources/images/facebook-icon.svg);
}

.footer-youtube:before {
    background-image: url(resources/images/youtube-icon.svg);
}

.footer-zalo:before {
    background-image: url(resources/images/zalo-icon.svg);
}

.footer-info .medium-6 {
    padding-bottom: 0;
}

.links.footer-nav {
    display: none;
}

.product-sidebar {
    border-radius: 3px;
    border: 1px solid #ebebeb;
}

.product-sidebar__title {
    background: #454a4c;
    color: #fff;
    margin: 0;
    font-size: 14px;
    text-transform: uppercase;
    padding: 8px 5px 6px;
    text-align: center;
}

.product-sidebar > ul {
    margin: 0;
    list-style: none;
    padding: 20px 15px;
}

.warranty-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 15px;
    margin-bottom: 0;
    margin-left: 0;
    width: 100%;
    font-weight: 600;
}

.product-sidebar > ul + ul {
    border-top: 1px solid #ebebeb;
}

.product-sidebar > ul {
    margin: 0;
    list-style: none;
    padding: 20px 15px;
}

.product-commitment li {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.product-commitment li:not(:last-child) {
    /* border-bottom: 1px solid red!important; */
}

.product-commitment li p.first {
    width: 45px;
    text-align: center;
}

.product-commitment li p {
    font-size: 14px;
    margin-bottom: 0;
}

.product-commitment li p + p {
    width: calc(100% - 55px);
}

.product-commitment li p + p > span {
    display: block;
}

.product-commitment li p + p > span:first-child {
    font-weight: bold;
    font-size: 16px;
}

.product-commitment li + li {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #ebebeb!important;
}

.product-main {
    background: #fff;
    padding-top: 25px !important;
    padding-bottom: 0;
}

.product-main .badge-container {
    display: none;
}

a#dev_buy_nowx {
    display: block;
    overflow: hidden;
    clear: both;
    padding: 9px 0;
    border-radius: 4px;
    font-size: 18px;
    line-height: normal;
    text-transform: uppercase;
    color: #fff !important;
    text-align: center;
    background: #fd6e1d;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fd6e1d), to(#f59000));
    background: -webkit-linear-gradient(top, #f59000, #fd6e1d);
    background: -moz-linear-gradient(top, #f59000, #fd6e1d);
    background: -ms-linear-gradient(top, #f59000, #fd6e1d);
    background: -o-linear-gradient(top, #f59000, #fd6e1d);
    margin: 0 0 20px;
    text-decoration: none;
    border-bottom: 0 !important;
    width: 100%;
}

.shop-page-title {
    display: none;
}

a#dev_buy_nowx strong {
    display: block;
}

a#dev_buy_nowx span {
    display: block;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    margin: 2px 0 0;
}

.p__card {
    background: #fff;
    border-radius: 6px;
    box-shadow: 0 0 3px 0 #dee2e6;
    padding-bottom: 0;
}

.p__card:not(:first-child) {
    margin-top: 15px;
}

.product-footer .woocommerce-tabs {
    padding: 10px;
    background: #fff;
}

.product-footer {
    margin-top: 25px;
}

.market-place {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    padding: 15px 15px 10px 10px;
    border-radius: 5px;
}

.market-place__text {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
}

.market-place__list {
    list-style: none;
    margin-bottom: 0;
}

.market-place__item {
    margin-left: 0!important;
    font-size: 14px;
    position: relative;
    padding-left: 25px;
    line-height: 20px;
}

.market-place__item:before {
    content: '';
    background: url(resources/images/warehouse-showroom.svg) no-repeat 0 0 / 100%;
    width: 17px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 3px;
    /* transform: translateY(-50%); */
}

.market-place__action {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 -5px;
    margin-top: 10px;
    width: 100%;
}

.market-place__button {
    width: 48%;
    margin-left: 6px;
}

.market-place__button {
    color: #fff;
    background-color: #e94235;
    border-radius: 5px;
    font-size: 14px;
    transition: all .5s;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

.market-place__button:hover {
    color: #fff;
}

.market-place__button.-map {
    background-color: #04AA53;
}

.market-place__item + .market-place__item {
    margin-top: 20px;
}

.product-footer .woocommerce-tabs .tabs.wc-tabs {
    margin: 0;
}

.entry-content h1 {
    font-size: 22px;
}

.entry-content h2 {
    font-size: 20px;
}

.entry-content h3 {
    font-size: 18px;
}

.entry-content h4 {
    font-size: 16px;
}

.entry-content h5 {
    font-size: 15px;
}

div#breadcrumbs {
    padding: 10px 0;
    background: #e7e7e7;
}

.boxCard {
    border-radius: 6px;
    overflow: hidden;
}

.boxCard__title {
    padding: 5px 0;
}

.boxCard__title {
    padding: 7px 0;
    background: #454a4c;
    color: #fff;
    text-align: center;
    font-size: 17px;
}

.boxCard__content {
    padding: 10px;
}

.product-related__item {
    display: flex;
}

.product-related__img {
    width: 65px;
}

.product-related__img img {
    height: 70px;
    object-fit: contain;
    object-position: left;
}

.product-related__info {
    width: calc(100% - 65px);
    padding-left: 10px;
}

.product-related__link {
    font-size: 14px;
    color: #333;
    display: -webkit-box;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 5px;
}

.product-related__item + .product-related__item {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #ebebeb;
}

.product-related__price bdi {
    font-size: 15px;
    color: #f00;
}

div#breadcrumbs * {
    color: hsla(0, 0%, 40%, .7);
    font-size: 14px;
}

div#breadcrumbs p {
    margin: 0;
}

.product-extra-info {
    position: sticky;
    top: 10px;
    height: 100%;
}

.product-footer .woocommerce-tabs .tabs.wc-tabs {
    display: none;
}

h2.feedback__heading {
    font-size: 17px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.feedback .feedback__list {
    background: #fff;
    background-size: cover;
    border: 2px solid #ffffff;
    box-sizing: border-box;
    border-radius: 4px;
    box-shadow: 0 0 3px 0 #dee2e6;
    padding: 7px;
}

.feedback {
    margin-bottom: 10px;
}

.feedback .feedback__list .feedback__img img {
    height: 146px;
    object-fit: cover;
    border-radius: 5px;
}

.feedback .feedback__list .feedback__img {
    overflow: hidden;
    display: block;
    border-radius: 5px;
}

.feedback .feedback__list .feedback__img:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.blog-archive .post-item > .col-inner {
    height: 100%;
    box-shadow: 0 0 3px 0 #dee2e6;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
}


.blog-archive .post-item > .col-inner .box-text {
    padding: 15px;
}

.blog-archive .post-item > .col-inner .box-text .post-title {
    font-weight: 500;
    font-size: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.recent-post, aside.widget {
    padding: 10px;
    background: #fff;
    box-shadow: 0 0 3px 0 #dee2e6;
    border-radius: 10px;
}

aside span.widget-title {
    text-transform: inherit;
    margin-bottom: 0;
    display: block;
}

aside .is-divider {
    display: none;
}

aside ul {
    display: flex;
    flex-wrap: wrap;
}

aside ul li {
    margin-bottom: 5px !important;
    margin-right: 5px !important;
    display: inline-flex;
    border: unset !important;
}

aside ul li a {
    background: #eee;
    border: unset;
    display: block !important;
    width: 100%;
    text-align: center;
    padding: 5px 10px 3px !Important;
    color: inherit;
    border-radius: 27px;
    font-size: 13px;
    transition: all .3s;
    flex: inherit;
}

.blog-archive .post-item > .col-inner .box-text .is-divider {
    max-width: 43%;
}

.feedback .feedback__list .feedback__img img {
    transition: all 0.4s;
}

.woocommerce-tabs .tab-panels {
    padding-top: 5px;
}

.blog-archive > .row .large-8.col {
    padding-right: 10px;
}

.blog-archive > .row .large-8.col .post-item {
    padding-inline: 10px;
}

.blog-archive > .row .large-8.col > .row {
    margin-left: -10px;
    margin-right: -10px;
}

.blog-archive > .row .large-4.col {
    padding-left: 10px;
    border: unset;
}

.nav-pagination > li > .current, .nav-pagination > li > a:hover, .nav-pagination > li > span:hover {
    background-color: var(--fs-color-secondary);
    border-color: var(--fs-color-secondary);
}

ul.page-numbers.nav-pagination.links li:not(:first-child) {
    margin: 0 3px;
}

ul.page-numbers.nav-pagination.links li:first-child {
    margin-right: 3px;
}

ul.page-numbers.nav-pagination.links li:last-child {
    margin-left: 3px;
}

.nav-pagination > li > a, .nav-pagination > li > span {
    border-radius: 0px;
    border-width: 1px;
    font-weight: 500;
}

.nav-links a, .nav-links span {
    border-radius: unset;
    font-weight: 500;
    display: inline-block;
    height: 33px;
    line-height: 33px;
    min-width: 33px;
    padding: 0 7px;
    text-align: center;
    transition: all .3s;
    vertical-align: top;
    width: auto;
    font-size: 14px;
    border: 1px solid;
    border-width: 1px !important;
}

.nav-links .current, .nav-links a:hover, .nav-links span:hover {
    background: var(--primary-color);
    color: #fff;
}
.related__postItem {
    display: flex;
}
.related__post .post__img {
    display: inline-block;
    flex: 0 0 100px;
    max-width: 100px;
    margin-right: 10px;
}
.related__postItem+.related__postItem {
    margin-top: 15px;
}
.related__post .post__img img {
    height: 65px;
    object-fit: cover;
    width: 100%;
}
.related__post .post__title {
    font-size: 14px;
    color: #334862;
    font-weight: 500;
    margin-bottom: 8px;
    display: block;
    line-height: 1.4;
}
.post__info {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.post__info li {
    font-size: 12px;
    color: #8D8E92;
    line-height: 1;
    align-items: center;
    display: flex;
    margin: 0;
}
.post__info li img {
    margin: -2px 5px 0 0;
}
.dev_widget .widget__title {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    align-items: center;
}
.dev_widget .widget__title a {
    text-transform: uppercase;
    font-size: 13px;
    color: #F16225;
    font-weight: 500;
}
.widget_categories span.widget-title {
    margin-bottom: 10px;
}
.blog-single .entry-header .entry-header-text {
    padding-bottom: 0;
}
.blog-single article {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

.blog-single .large-8 {
    padding-right: 10px;
    border: unset;
}

.blog-single .large-4 {
    padding-left: 10px;
    border: unset!important;
}
.blog-single .entry-title {
    font-size: 23px;
}
.blog-single .entry-category,.blog-single  .entry-divider {
    display: none;
}

.blog-single {
    padding-top: 25px;
}

.single-page {
    padding-top: 0;
}
.term-short-desc, .term-description {
    background: #fff;
    padding: 10px 12px;
    text-align: justify;
    border-radius: 10px;
    box-shadow: 0 0 3px 0 #dee2e6;
    font-size: 15px;
    margin-bottom: 10px;
}
.product-footer .entry-content h2, .term-short-desc h2, .term-description h2 {
    padding-bottom: 10px;
    margin-top: 15px;
    border-bottom: 1px solid #dee2e6;
    line-height: 25px;
    font-size: 20px;
}
.term-short-desc > *:first-child, .term-description > *:first-child {
    margin-top: 0;
}
.tax-product_cat .shop-container {
    display: flex;
    flex-wrap: wrap;
}
.tax-product_cat #shop-sidebar aside,
.search-results #shop-sidebar aside{
    padding: 0;
}
.tax-product_cat #shop-sidebar aside .product-extra-info {
    width: 100%;
}
.search-results .product-extra-info {
    width: 100%;
}
.market-place__item {
    flex-wrap: wrap;
}
#product-sidebar aside {
    padding: 0;
}
.term-short-desc img, .term-description img {
    max-width: 100%;
}
a#dev_buy_nowx strong {
    color: #fff;
}
.home-doitac .gallery-col .col-inner {
    background: #fff;
}

.home-doitac .gallery-col .col-inner img {
    padding: 10px;
    border-radius: 5px;
}
.blog-archive .page-title {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000;
}
.hotline-phone-ring-wrap {
    position: fixed;
    bottom: 0;
    left: 5px;
    z-index: 999;
}
.hotline-phone-ring {
    position: relative;
    visibility: visible;
    background-color: transparent;
    width: 110px;
    height: 110px;
    cursor: pointer;
    z-index: 11;
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transition: visibility .5s;
    left: 0;
    bottom: 0;
    display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
    height: 85px;
    top: 10px;
    left: 10px;
    position: absolute;
    background-color: transparent;
    border-radius: 100%;
    border: 2px solid #e60808;
    -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
    height: 55px;
    top: 26px;
    left: 26px;
    position: absolute;
    background-color: rgba(230, 8, 8, 0.7);
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
    transition: all .5s;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
    height: 33px;
    top: 37px;
    left: 37px;
    position: absolute;
    background-size: 20px;
    border-radius: 100%;
    border: 2px solid transparent;
    -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
    -webkit-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
    position: absolute;
    background: #E88A25;
    background: -webkit-linear-gradient(left, #d40000, #E88A25);
    background: -o-linear-gradient(right, #d40000, #E88A25);
    background: -moz-linear-gradient(right, #d40000, #E88A25);
    background: linear-gradient(to right, #d40000, #E88A25);
    height: 40px;
    min-width: 170px;
    line-height: 40px;
    border-radius: 3px;
    padding: 0 10px;
    background-size: 100%;
    cursor: pointer;
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    z-index: 9;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
    border-radius: 50px !important;
    border: 2px solid white;
    /* width: 175px !important; */
    left: 35px;
    bottom: 37px;
}
.hotline-bar > a {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    text-indent: 35px;
    white-space: nowrap;
    display: block;
    letter-spacing: 1px;
    line-height: 38px;
    /* font-family: Arial; */
}
#logo img {
    padding-block: 10px;
}
.product-small .box-image img {
    /*height: 300px;*/
    /*object-fit: cover;*/
}
.product-short-description table {
    border-color: #ececec;
    border-spacing: 0;
    margin-bottom: 1em;
    width: 100%;
}

.product-short-description table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.product-short-descriptio table th:first-child, td:first-child, table td {
    padding: 10px;
}

.product-short-descriptio table td, th {
    border-bottom: 1px solid #ececec;
    font-size: .9em;
    line-height: 1.3;
    padding: .5em;
    text-align: left;
}
.product-short-description p {
    margin-bottom: 10px;
}
@-webkit-keyframes phonering-alo-circle-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.5) skew(1deg);
        -webkit-opacity: 0.1;
    }
    30% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        -webkit-opacity: 0.5;
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        -webkit-opacity: 0.1;
    }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
    0% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
        opacity: 0.6;
    }
    100% {
        -webkit-transform: rotate(0) scale(0.7) skew(1deg);
        opacity: 0.6;
    }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
    0% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    10% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    20% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    30% {
        -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
    }
    40% {
        -webkit-transform: rotate(25deg) scale(1) skew(1deg);
    }
    50% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
    100% {
        -webkit-transform: rotate(0) scale(1) skew(1deg);
    }
}
.hotline-phone-ring-wrap-custom {
    bottom: 75px;
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-circle-fill{
    background-color: #0182ca;
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-img-circle{
    background-color: #0182ca;
}
.hotline-phone-ring-wrap-custom .hotline-bar{
    background: linear-gradient(to right, #0182ca, #afdcf5);
}
.hotline-phone-ring-wrap-custom .hotline-phone-ring-circle{
    border: 2px solid #0182ca;
}
.product-small .badge-container {
    display: none;
}
@media (max-width: 767px) {
    .navigat-viewallcat > *:first-child {
        margin-left: 0;
    }

    .home-doitac .flickity-prev-next-button {
        top: 15%!important;
    }

    .navigat-viewallcat {
        margin-top: 10px;
        white-space: nowrap;
        overflow-x: scroll;
        display: block;
        width: 100%;
    }

    .dev-categories ul {
        grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    }

    .dev-categories h2 {
        font-size: 18px!important;
        text-align: center;
    }

    .home-blog-post .col-right .post-item .box-image {
        width: 100% !important;
    }

    .home-blog-post .col-right .post-item .box-text {
        padding: 0;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .home-blog-post .col-right .post-item .box-text .post-title,
    .home-blog-post .col-left .post-item .box-text .post-title {
        font-size: 17px;
    }

    .home-blog-post .col-left .post-item {
        padding-bottom: 0;
    }

    .home-blog-post .col-right .post-item .box-text .from_the_blog_excerpt {
        display: none;
    }
    .tax-product_cat .shop-container {
        display: inherit;
    }
}

@media (min-width: 850px) {
    .product-article {
        width: 73%;
    }

    .product-extra-info {
        width: 26.25%;
        padding-left: 0;
        padding-right: 0;
    }
    .tax-product_cat .category-page-row > .large-3,
    .search-results .category-page-row > .large-3{
        max-width: 26.25%;
        flex-basis: 26.25%;
        padding-right: 10px;
    }

    .tax-product_cat .category-page-row > .large-9,
    .search-results .category-page-row > .large-9{
        max-width: 73%;
        flex-basis: 73%;
        padding-left: 10px;
    }
}
.dev-header-product-cat .category-title {
    display: none;
}
.dev-header-product-cat .woocommerce-ordering {
    display: none;
}
.price-wrapper del {
    display: none;
}
.archive-page-header .col {
    padding-bottom: 10px;
}
.googleRate > h3 {
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    color: rgb(64, 64, 64);
    text-wrap: balance;
    line-height: 1.32;
    text-align: center;
}

.googleRate {
    margin-top: 35px;
}

.countRate {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: rgba(17, 17, 17, 0.05);
    padding: 24px;
    justify-content: center;
    text-align: center;
    flex-flow: column;
}

.countRate .title {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
}

.countRate .title svg {
    width: 75px;
    margin-right: 5px;
}

.countRate .count {
    font-size: 12px;
    line-height: 14px;
    color: rgba(17, 17, 17, 0.5);
}
.listRate {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 10px;
    max-width: 100%;
    width: 100%;
}

.listRate .item {
    /* grid-column: 1 / 3; */
    display: flex;
    flex-direction: column;
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    transition: background-color 0.1s;
    background-color: rgba(17, 17, 17, 0.05);
    border-radius: 8px;
    padding: 24px;
    border: 1px solid transparent;
}

.listRate .item .box-thumb .name svg {
    width: 20px;
}
.listRate .item .rate {
    /* height: 30px; */
    /* width: 30px; */
    /* color: red; */
    /* background: red; */
    margin-top: 10px;
    margin-bottom: 10px;
}
.listRate .item .box-thumb {
    display: flex;
    align-items: center;
}

.listRate .item .box-thumb .name {
    display: flex;
    align-items: center;
    flex-flow: column;
    width: calc( 100% - 40px );
    text-align: left;
    justify-content: left;
}

.listRate .item .box-thumb .name svg {
    margin-left: 5px;
}

.listRate .item .box-thumb img {
    width: 40px;
    margin-right: 10px;
}
.listRate .item .rate svg {
    width: 17px;
}
.googleRate .readmore {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 10px;
}

.googleRate .readmore a {
    padding: 8px 51px;
    display: inline-block;
    border-radius: 4px;
    border-color: rgba(0, 0, 0, 0);
    line-height: 1.32;
    color: rgb(17, 17, 17);
    font-family: inherit;
    font-weight: 600;
    font-size: 14px;
    background-color: rgba(17, 17, 17, 0.05);
    border-width: 1px;
    text-transform: uppercase;
}
.listRate .item .box-thumb .name .top {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden;
    /* white-space: nowrap; */
    max-width: 100%;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    /* background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 14 14" class="ReviewVerifiedBadge__StyledVerifiedBadge-sc-aaf6683b-0 iJyREp es-review-verified-badge-icon"><path fill="%23197BFF" d="M6.757.236a.35.35 0 0 1 .486 0l1.106 1.07a.35.35 0 0 0 .329.089l1.493-.375a.35.35 0 0 1 .422.244l.422 1.48a.35.35 0 0 0 .24.24l1.481.423a.35.35 0 0 1 .244.422l-.375 1.493a.35.35 0 0 0 .088.329l1.071 1.106a.35.35 0 0 1 0 .486l-1.07 1.106a.35.35 0 0 0-.089.329l.375 1.493a.35.35 0 0 1-.244.422l-1.48.422a.35.35 0 0 0-.24.24l-.423 1.481a.35.35 0 0 1-.422.244l-1.493-.375a.35.35 0 0 0-.329.088l-1.106 1.071a.35.35 0 0 1-.486 0l-1.106-1.07a.35.35 0 0 0-.329-.089l-1.493.375a.35.35 0 0 1-.422-.244l-.422-1.48a.35.35 0 0 0-.24-.24l-1.481-.423a.35.35 0 0 1-.244-.422l.375-1.493a.35.35 0 0 0-.088-.329L.236 7.243a.35.35 0 0 1 0-.486l1.07-1.106a.35.35 0 0 0 .089-.329L1.02 3.829a.35.35 0 0 1 .244-.422l1.48-.422a.35.35 0 0 0 .24-.24l.423-1.481a.35.35 0 0 1 .422-.244l1.493.375a.35.35 0 0 0 .329-.088L6.757.236Z"></path><path fill="%23fff" fill-rule="evenodd" d="M9.065 4.85a.644.644 0 0 1 .899 0 .615.615 0 0 1 .053.823l-.053.059L6.48 9.15a.645.645 0 0 1-.84.052l-.06-.052-1.66-1.527a.616.616 0 0 1 0-.882.645.645 0 0 1 .84-.052l.06.052 1.21 1.086 3.034-2.978Z" clip-rule="evenodd"></path></svg>'); */
    /* background-repeat: no-repeat; */
    /* background-position: right; */
}

.listRate .item .box-thumb .name .top svg {
    position: relative;
    top: 3px;
}

.listRate .item .box-thumb .name .box-text .time {
    display: flex;
    align-items: center;
    color: rgba(17, 17, 17, 0.5);
}

.listRate .item .box-thumb .name .box-text {
    padding: 0;
}

.listRate .item .box-thumb .name .box-text svg {
    width: 55px;
}
.googleRate .readmore a:hover {
    background-color: #e3e1e1;
}
.listRate .item .box-thumb .name span.g-name {
    display: inline-block;
    max-width: 90%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
}
.header-nav .ux-menu-icon {
    width: 20px;
}
div#post-list .from_the_blog_excerpt {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
}
.widget_product_categories span.widget-title {
    margin-bottom: 12px;
    margin-top: 5px;
}
@media (max-width: 767px) {
    .product-info {
        padding-top: 15px;
        padding-bottom: 10px;
    }
    h1.product-title.product_title.entry-title {
        margin-top: 10px;
    }
    .col-right {
        display: none;
    }
    #logo img {
        max-height: 60px!important;
    }
    #logo img {
        padding-block: 15px!important;
    }



    .col-bottom {
        display: none;
    }
    .home-video {
        margin-top: 20px;
    }
    .header-search-form-wrapper .search_categories {
        font-size: 13px;
    }
    .header-search-form-wrapper input[type="search"] {
        font-size: 13px;
    }
    .header-search-form-wrapper i.icon-search {
        font-size: 15px!important;
        position: relative;
        top: -3px;
    }
    .listRate {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

@media (max-width: 1024px) and (min-width: 768px) {
    .blog-archive > .row .large-8.col .post-item {
        width: 50%!important;
        flex-basis: 50%!important;
        max-width: 50%!important;
    }
    .listRate {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .dev-categories ul {
        grid-template-columns: repeat(5, 1fr) !important;
    }
}

@media (max-width: 1024px) {
    .header-search-form-wrapper .search-form-categories {
        background: #fff;
        color: #000;
        margin-right: 5px;
        border-radius: 5px;
    }

    .header-search-form-wrapper input[type="search"],
    .header-search-form-wrapper .search_categories{
        font-size: 15px;
    }

    .header-search-form-wrapper .search-form-categories select {
        border: unset;
        background: transparent;
        margin: 0;
    }

    .header-search-form-wrapper input {
        background-color: #fff!important;
        border-radius: 5px;
    }
}

@media (max-width: 849px) {
    h1.product-title.product_title.entry-title {
        margin-top: 15px;
    }
}

@media (min-width: 1366px) {
    .home-banner .col-left {
        padding-right: 5px!important;
        padding-bottom: 0px!important;
    }

    .home-banner .col-right {
        padding-bottom: 0px!important;
        padding-left: 5px;
    }

    .home-banner .col-right .row > .col {
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 8px;
    }

    .home-banner .col-right .row {
        margin-left: -5px;
        margin-right: -5px;
    }
    .dev-categories ul {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}

.dev-categories ul {
    list-style-type: none;
}

.dev-categories ul {
    display: grid;
    gap: 10px;
}

.dev-categories ul li {
    margin: 0;
}

.dev-categories ul li a {
    height: 45px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.dev-categories ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.dev-categories ul li a img {
    object-fit: contain;
    transition: all 0.4s;
}
.dev-categories ul {
    list-style-type: none;
}

.dev-categories ul {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 10px;
}

.dev-categories ul li {
    margin: 0;
}

.dev-categories ul li a {
    height: 45px;
    background: #fff;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.dev-categories ul li a:hover img {
    transform: scale(1.1);
    transition: all 0.4s;
}

.dev-categories ul li a img {
    object-fit: contain;
    transition: all 0.4s;
}

.dev-categories {
    margin-top: 15px;
}
.archive .product-extra-info.col {
    width: 100%;
}
.archive .product-extra-info.col .market-place__button {
    font-size: 12px;
}
.dev-title {
    font-size: 22px;
    color: var(--fs-experimental-link-color);
    margin-bottom: 15px;
    font-weight: 600!important;
}
.dev-categories ul li.read-all a {
    align-items: center;
    font-size: 14px;
}
.phukien-scroll {
    font-size: 0;
    margin-top: 8px;
    display: flex;
    white-space: nowrap;
    padding-bottom: 5px;
    overflow: auto;
}
.pk-listmenu.yellow {
    border: 1px solid #6fc57a;
    background-color: #fff;
}
.phukien-scroll .pk-listmenu {
    margin-right: 8px;
}
.pk-listmenu.grid-3 {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(4, 1fr);
}
.pk-listmenu {
    border-radius: 6px;
    display: grid
;
    grid-gap: 3px;
    padding-bottom: 3px;
}
.pk-listmenu {
    list-style: none;
    padding: 0;
    margin: 0;
}
.pk-listmenu li:first-child {
    display: flex;
    height: 100%;
    align-self: start;
}
.pk-listmenu a {
    align-items: center;
    color: #06c;
    display: flex;
    font-size: 13px;
    line-height: 1px;
    min-height: 22px;
    padding: 3px 6px;
    height: 24px;
}
.pk-listmenu.yellow li:first-child a {
    background-color: #6fc57a;
    color: white;
}

.pk-listmenu a:hover {
    text-decoration: underline;
}

.pk-listmenu li:first-child a {
    border-radius: 6px 0 8px 0;
    display: flex;
    font-size: 12px;
    font-weight: bold;
    width: 100%;
}
.phukien-scroll::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0, 0, 0, .5);
}
.phukien-scroll::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 2px;
    height: 4px;
    background: #ddd;
}
.dev-search-category {
    margin-top: 20px;
}
.box-image .attr {
    position: absolute;
    /* background: red; */
    bottom: 0;
    width: 100%;
    padding: 0 15px;
    margin: 0;
    list-style: none;
}

.box-image .attr li:nth-child(odd) span {
    background: rgba(6, 84, 183, 72%);
}

.box-image .attr li:nth-child(even) span {
    background: rgba(80,183,71,92%);
}

.box-image .attr li {
    margin: 0;
}

.box-image .attr li:not(:last-child) {
    margin-bottom: 5px;
}

.box-image .attr li span {
    padding: 3px 5px 1px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    border-radius: 4px;
}

.row-xsmall>.col, .row-xsmall>.flickity-viewport>.flickity-slider>.col {
    padding-inline: 5px;
}
.row .row-xsmall:not(.row-collapse) {
    margin-left: -5px;
    margin-right: -5px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .dev-product .flickity-viewport .flickity-slider > .col {
        max-width: 39% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1180px) {
    .dev-product .flickity-viewport .flickity-slider > .col {
        max-width: 23% !important;
    }
}