/*
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.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
@font-face{
    font-family: Georgia;
    src: url(/wp-content/themes/flatsome-child/fonts/Georgia.ttf);
}
.wrapper ::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
.wrapper ::-webkit-scrollbar-thumb {
    border-radius: 4px;
    width: 6px;
    background-color: #c1c1c1;
}
::-webkit-scrollbar-thumb {
    width: 6px;
    border-radius: 10px;
    background-color: #c1c1c1;
}
.wrapper ::-webkit-scrollbar-track {
    padding: 6px;
}
p{
	font-size: 15px;
	margin-bottom: 10px;
}
input, input:focus, textarea, textarea:focus {
	box-shadow: none !important;
}
.header-top .nav-dark .nav-divided>li+li>a:after {
	border-color: rgb(255 255 255 / 41%);
}
.header-top .nav-left > li > a {
	color: #fff;
}
.header-top .nav-left > li > a:hover {
	text-decoration: underline;
}
.header-top .flex-right .nav-right > li {
	color: #000;
	padding: 10px 8px;
	height: 37px;
	font-size: 13px;
	margin-right: 0;
}
.header-top .flex-right .nav-right > li:hover strong {
	color: #000;
}
.header-top .flex-right .nav-right > li strong {
	height: 100%;
	padding: 12px 0;
	color: #fff;
}
.header-top .flex-right .nav-right > li.cart-item a {
	padding: 0;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
}
.header-top .flex-right .nav-right > li.cart-item a i{
	font-size: 18px;
}
.header-top .flex-right .nav-right > li:hover {
	background: #fff;
}
.header-top .flex-right .nav-right > li.cart-item:hover a {
	color: #000;
}
.header-top .flex-right .nav-dark .nav-divided>li+li>a:after {
	opacity: 0;
}
.free-shipping {
	display: flex;
	align-items: center;
}
.help-center {
	padding-left: 15px;
	font-size: 15px;
	flex-direction: column;
	display: flex;
	align-items: flex-start;
}
.help-center span a {
	font-size: 15px;
	color: #000;
}
form.searchform input {
	border: 0;
	background: transparent !important;
	border-bottom: solid 1px #000;
	border-radius: 0 !important;
}
.header-bottom {
	border-bottom: 2px solid #d1d1d1;
}
.header-bottom ul > li > a {
	display: block;
	font-weight: 600;
	font-size: 15px;
	padding: 10px 0;
	color: #000;
	position: relative;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	text-decoration: none;
}
.header-bottom ul > li > a:after {
	content: "";
	height: 2px;
	width: 100%;
	display: block;
	background-color: #000;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transition: all 350ms cubic-bezier(.175,.885,.32,1.275);
}
.header-bottom ul > li:hover > a:after {
	transform: scaleX(1);
	transition-delay: 350ms;
}
.sec-01 .col {
	padding-bottom: 0;
}
.stack-pt .icon-box,.stack-pt a{
	display: flex;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	flex-basis: 10%;
	flex-shrink: 0;
	text-align:center
}
.stack.stack-pt{
	justify-content: space-between;
	background: white;
	text-align: center;
}
.stack-pt h5 {
    font-size: 15px;
    text-transform: capitalize;
}
.sec-02 .col{
	padding-bottom: 0;
}
p:empty {
    display: none !important;
}
.best-brand-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
}
.best-brand-icon {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    text-transform: uppercase;
    color: #c20009;
    font-size: calc(17px + (23 - 17) * ((100vw - 300px)/ (1920 - 300)));
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.best-brand-icon img {
    width: 22px;
    height: 22px;
    margin-right: 4px;
}
.best-brand-icon span {
    margin-right: 4px;
}
.best-brand-icon strong {
    margin-right: 4px;
    font-weight: 800;
}
.update-time {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 4px;
}
.best-brand-header p {
    margin-bottom: 0;
}
.best-brand-header p {
    border-radius: 3px;
    display: block;
    padding: 4px 15px;
    border: 1px solid #a64c31;
    margin-left: auto;
    text-decoration: none;
    color: #a64c31;
    text-transform: uppercase;
}
.best-brand-header a {
    color: #000;
}
.updatetime-count span {
    background-color: #111;
    color: #fff;
    padding: 5px;
    border-radius: 3px;
    margin: 0;
    line-height: 1;
    display: block;
}
.updatetime-count {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 12px;
    text-transform: uppercase;
}
.cate-pro .product-category img {
    padding: 40px;
    background-color: #f5f5f5;
    transition: all 350ms ease;
}
.cate-pro .product-category img:hover {background-color: #e1e1e1;}
.cate-pro .product-category h5.header-title {
    font-weight: 600;
    font-size: 18px;
    text-transform: none;
}
.cate-pro .product-category h5.header-title:hover {
    text-decoration: underline;
}
.section-title-container .section-title b {
    background: transparent;
}
.section-title-container .section-title-center .section-title-main {
    font-size: 28px;
    color: #222;
    text-align: center;
    text-transform: unset;
    font-weight: 400;
}
.section-title-container .section-title-center .section-title-main:after {
    content: "";
    display: block;
    width: 150px;
    clear: both;
    margin: 15px auto 35px;
    border-bottom: 1px solid #222;
    left: 0;
    border-top: none;
    top: 0;
}
.section-title-container .section-title {
    position: relative;
}
.form-footer input {
    font-size: 14px;
    height: 40px;
    margin-bottom: 0;
}
span.wpcf7-spinner {
    display: none;
}
.form-footer {
    display: flex;
}
.sec-footer .r-footer-1 .col {
    padding-bottom: 0;
}
.form-footer input.wpcf7-submit {
    margin-bottom: 0;
    height: 40px;
}
.footer-title p, form.wpcf7-form.init {
    margin-bottom: 0;
}
.tieude_footer .section-title, .tieude_footer .section-title span {
    border-bottom: 0;
}
.tieude_footer .section-title span {
    font-size: 14px;
}
.sec-footer .ux-menu .ux-menu-link__link {
    font-size: 14px;
}
.sec-footer .ux-menu .ux-menu-link__link:hover {
    text-decoration: underline;
}
.ft-content {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 10px;
    font-size: 14px;
}
.ft-content strong {
    width: 90px;
    padding-right: 7px;
    font-weight: 700;
}
.content-2 {
    width: calc(100% - 90px);
}
.footer-extrem-bottom {
    border-top: 1px solid #eee;
    padding: 15px 0;
    border-bottom: 1px solid #eee;
}
.bottom-menu {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #bbb;
}
address.copyright {
    float: left;
    color: #666;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    font-style: unset;
}
.footer-extrem-bottom .bottom-menu a {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-left: 27px;
    min-height: 30px;
}
.track-order-link {
    margin-left: 27px;
}
.track-order-link {
    display: flex!important;
    justify-content: center;
    align-items: center;
    border-radius: 48px;
    background-color: #fff;
    color: #24272b;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    font-size: 13px;
    border: 1px solid #24272b;
    width: -webkit-fit-content;
    width: fit-content;
    width: -moz-fit-content;
    padding: 4px 6px!important;
    text-transform: uppercase;
}
.track-order-link img {
    min-width: 20px;
    display: block;
    margin: 0 4px 0 0;
}
.payment-method {
    margin-left: auto;
}
.payment-method img {
    -o-object-fit: contain;
    object-fit: contain;
    margin-left: 10px;
    height: 80px;
}
.flex-menu-footer .ux-menu-link {
    display: inline-block !important;
}
.flex-menu-footer {
    display: inline-block;
}
.flex-menu-footer .ux-menu-link + * {
    text-align: left;
}
.flex-menu-footer .ux-menu-link a {
    font-size: 13px !important;
    color: #000;
    text-decoration: none;
    padding: 0 4px;
    min-height: 0;
}
.flex-menu-footer .ux-menu-link a:hover {
    color: red;
}
.absolute-footer {
    display: none;
}
.back-to-top {
    background: #000 !important;
    border: solid 1px !important;
    border-radius: 0 !important;
    bottom: 50px;
}
.back-to-top i {
    color: #fff;
}
.tab-menuNews {
    margin-top: 25px;
}
.tab-menuNews > ul > li {
    margin: 0 15px;
}
.tab-menuNews > ul > li > a {
    line-height: 30px;
    border-bottom: 1px solid transparent;
    font-size: 16px;
    color: #000;
    padding: 0;
}
.tab-menuNews > ul > li.active > a {
    color: #d80d0d;
    border-bottom: 1px solid #d80d0d;
}
.tab-menuNews > ul > li:hover > a {
    color: #126db3;
    border-bottom: 1px solid #126db3;
}
.tab-menuNews > ul {
    margin-bottom: 10px;
}
.cat-label {
    padding: 6px 8px;
    background-color: #111;
    color: #fff !important;
    font-size: 14px;
    opacity: 1;
    font-weight: 100;
    text-transform: capitalize;
}
.has-hover:hover .tag-label {
    background: #000;
}
.blog-news h5.post-title {
    font-size: 20px;
    margin: 7px 0 0px;
    letter-spacing: 1px;
}
.blog-news .post-meta {
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    opacity: 1;
}
.blog-news .post-item .box:after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: block;
    background-image: linear-gradient(180deg,hsla(0,0%,100%,0),rgba(11,11,11,.8));
    z-index: 1;
}
.box-overlay.dark .box-text {
    text-shadow: none;
    z-index: 9;
}
.blog-news2 h5.post-title {
    font-size: 14px;
}
.blog-wrapper header.archive-page-header {
    display: none;
}
.blog-wrapper {
    padding-top: 0;
}
.row-tabNews .large-12 {
    padding-bottom: 0;
}
.tab-panels .entry-content.active {
    opacity: 1;
    transform: scale(1);
}
.tab-panels .entry-content {
    transition: opacity 0.8s ease, transform 0.8s ease;
    opacity: 0;
    transform: scale(0.1);
    transform-origin: top left;
}
.row-nguyenntu .large-9 .box-text {
    padding: 0;
}
.row-nguyenntu .large-9 .box-text .display_none {
    display: block !important;
}
.display_none {
    margin-top: 10px;
    color: #126db3;
    padding: 1px 3px;
    font-size: 16px;
    text-transform: capitalize;
}
.row-nguyenntu .large-9 .box-text h5.post-title {
    font-size: 19px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 23px;
    margin: 7px 0 10px;
}
.row-nguyenntu .large-9 .box-text h5.post-title:hover {
    color: red;
}
.row-nguyenntu .large-9 .box-text .from_the_blog_excerpt {
    max-height: 65px;
    line-height: 21px;
    overflow: hidden;
    font-size: 16px;
}
.display_none2 {
    color: #666;
    position: relative;
    margin-top: 8px;
}
.display_none2 span:after {
    content: "";
    height: 1px;
    width: 90px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #126db3;
}
.display_none2 span {
    margin-right: 10px;
}
ul.menu>li+li, .widget>ul>li+li {
    border-top: 0;
}
.widget-title {
    background-color: #fff;
    color: #000;
    display: block;
    padding: 7px 0 6px;
    border-bottom: 2px solid #000;
    font-size: 23px;
    font-weight: 700;
    margin: 0;
}
span.post_comments {
    display: none;
}
.recent-blog-posts a {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}
.recent-blog-posts a:hover {
    color: red;
}
.recent-blog-posts-li .mr-half {
    width: 40%;
}
.recent-blog-posts-li .mr-half .badge.post-date {
    height: 70px;
    width: 100%;
}
.recent-blog-posts+.recent-blog-posts {
    padding-top: 0 !important;
}
li.recent-blog-posts-li+* .recent-blog-posts {
    padding-top: 0;
}
.crumbsCustom  .page-title-bg {
    box-shadow: none;
    text-shadow: none;
}
.crumbsCustom .page-title-bg .title-bg {
    background-image: none !important;
}
.crumbsCustom .page-title-bg .title-overlay {
    background: transparent !important;
}
.crumbsCustom {
    background: transparent !important;
    text-shadow: none;
}
#custom_html-5 {
    margin-bottom: 0;
}
#custom_html-5 .custom-html-widget {
    border: 0;
    border-radius: 0;
    padding: 0;
}
.app-promote-txt {
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
}
.app-promote-txt img {
    width: 48px;
    min-width: 48px;
    margin-right: 8px;
}
.crumbsCustom .page-title-inner {
    padding: 0;
}
.breadcrumbs, .breadcrumbs a {
    font-size: 14px;
    color: #000 !important;
    text-transform: none;
}
.breadcrumbs a {
    color: #0275d8!important;
}
.blog-archive .row-nguyenntu {
    margin-top: 20px;
}
.blog-single h1.entry-title, .tieudePage h1 {
    font-size: 30px;
    line-height: 33px;
}
ul.thong-tin-them {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 7px;
    list-style: none;
}
ul.thong-tin-them li {
    margin-right: 13px;
}
.social-icons a {
    border-radius: 0 !important;
    border: 0 !important;
    color: #000;
    font-size: 14px;
    margin-bottom: 0;
}
.entry-header-text {
    padding-bottom: 0;
}
.entry-content.single-page {
    padding-top: 0;
    padding-bottom: 0;
}
ul.thong-tin-them .li-2 {
    margin-left: auto;
}
.li-2 span {margin: 0 10px;font-size: 13px;color: #000;}
.li-2 span.tacgia {
    margin-right: 0;
}
.li-2 a {
    color: #000;
}
.li-2 i {font-size: 13px;color: #6c6c6c;}
.info-defaul p {
    margin-bottom: 8px;
}
.info-defaul p {
    margin-bottom: 8px;
}
.social-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding: 10px;
    margin: 15px 0;
    border: 1px solid #bba;
    border-radius: 3px;
}
.social-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.social-list img {
    width: 32px;
    height: 32px;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: inline-block;
}
.social-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.zalo-share-button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
}
.social-header {
    font-weight: 600;
    font-size: 17px;
    margin-bottom: 10px;
}
.like-wrapper .social-header {
    text-align: right;
}
.like-list {
    margin-bottom: 16px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    text-align: right;
}
.like-list a {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 3px;
    margin-left: 10px;
    font-size: 14px;
    padding-left: 12px;
    padding-right: 12px;
    line-height: 2;
    transition: background-color .3s ease-in-out;
}
.like-list img {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    filter: brightness(0) invert(1);
}
.like-list a:hover {
    text-decoration: none;
    background-color: #000;
}
.likethis-facebook {
    background-color: #1678f7;
}
.likethis-zalo {
    background-color: #06a0f8;
}
.likethis-youtube {
    background-color: #e92018;
}
.page-right-sidebar {
    padding-top: 10px;
}
.tieudeSub .section-title-normal, .tieudeSub .section-title-normal span {
    border-bottom: 0;
}
.header-bottom ul > li.has-dropdown .icon-angle-down {
    display: none;
}
.rowSub {
    margin: 0 auto !important;
}
.header-bottom ul > li.has-dropdown .icon-angle-down {
    display: none;
}
.header-bottom ul > li.has-dropdown .sub-menu {
    background-color: #f3f4f6;
    box-shadow: 0 6px 12px -5px rgb(0 0 0 / 30%);
}
.rowSub .col {
    padding-top: 30px;
}
.rowSub .ux-menu a, .rowSub p {
    color: #000;
}
.rowSub .ux-menu a:hover {
    text-decoration: underline;
}
.badge-container {
    margin-top: 0;
    left: 10px;
}
.on-sale {
    padding: 0 4px;
    border-radius: 0 0 7px 7px;
    background-color: #d80d0d !important;
    color: #fff;
    top: 0;
    right: 15px;
    font-weight: 500;
    font-size: 12px;
    line-height: 13px;
    z-index: 10;
}
.badge-container .badge {
    width: auto;
    height: 2em;
}
.proLoop p.product-title a {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    font-size: 16px;
    min-height: 15px;
    line-height: 19px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #000;
    -webkit-box-orient: vertical;
    text-transform: capitalize;
}
.proLoop p.product-title a:hover {
    text-decoration: underline;
}
.proLoop .box-text-products {
    padding: 0;
}
.proLoop .price-wrapper .price ins .amount {
    color: #d80d0d!important;
    font-family: Georgia,serif;
    font-style: oblique;
    font-weight: 600;
    font-size: 16px;
    margin-right: 7px;
}
.proLoop .price-wrapper .price {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}
.proLoop .price-wrapper .price del .amount {
    color: #989696;
    font-weight: 400;
    font-size: 90%;
    font-style: oblique;
    font-family: Georgia,serif;
}
.proSlider button.flickity-button {
    opacity: 1;
    margin-top: 0 !important;
    transform: none !important;
    background: #ccc;
    width: 30px;
}
.proSlider button.flickity-button.previous {
    left: 0;
}
.proSlider button.flickity-button.next {
    right: 0;
}
.proSlider button.flickity-button svg {
    color: #8b8b8b;
    transition: none;
    width: 25px;
}
.proSlider ol.flickity-page-dots {
    bottom: -10px;
}
.cate-pro .product-category, .cate-pro .box-text {
    padding-bottom: 0;
}
.newS h5.post-title {
    font-size: 17px;
    line-height: 20px;
    height: 39px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.newS .post-meta {
    color: #777;
    font-size: 14px;
    padding: 5px 0;
}
.newS .box-text.text-left {
    padding-bottom: 0;
}
.top-title h1.product-title {
    font-size: 23px;
    line-height: 1.2em;
    color: #000;
    font-weight: 600;
}
.product-attr table {
    border: 0;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
    font-size: 100%;
}
.product-attr table td {
    border-bottom: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
}
.product-attr table td span {
    color: #000;
}
span.amount {
    font-family: Georgia;
}
.top-title .price-wrapper .price del, .top-title .price-wrapper .price ins {
    display: block;
}
.top-title .price-wrapper .price ins .amount {
    color: #fe302e;
    font-weight: 600;
    font-size: 31px;
    font-style: italic;
    margin-top: 3px;
    line-height: 40px;
}
.top-title .price-wrapper .price del .amount {
    font-size: 23px;
    font-weight: 400;
    display: block;
    color: #aaa;
    line-height: 24px;
}
.general-info {
    display: flex;
    flex-direction: column;
}
.isures-sdc--wrap {
    padding-top: 0;
}
.isures-sdc--code_item span {
    color: #fff;
    font-size: 14px;
}
.isures-sdc--dropdown_list {
    z-index: 999 !important;
}
.isures-global--row_middle svg path {
    fill: #fff;
}
.attr-detail-box {
    display: flex;
    align-items: center;
}
.attr-title {
    color: #777;
    padding: 5px 0;
    min-width: 95px;
}
.attr-property {
    color: #000000;
    padding: 5px 7px;
}
.attr-property a, .attr-property span.text-link {
    color: #d80d0d;
}
.attr-property small {
    color: #777;
    font-size: 90%;
    margin-left: 7px;
}
ul.special-action li {
    margin-left: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
.special-icon {
    width: 20px;
    margin-right: 10px;
    padding-top: 3px;
    color: #296795;
}
.special-text {
    width: calc(100% - 40px);
    text-align: left;
}
li.product-verify {
    padding: 10px 0;
    margin-top: 2px;
    border-top: 1px solid #ddd;
    margin-bottom: 0;
}
.verifyItem span {
    margin: 0 5px;
    font-family: Arial;
    font-size: 12px;
}
.verify-link {
    color: #00f;
}
.special-text a {
    color: #000;
}
.top-title .quantity.buttons_added.form-normal {
    display: none;
}
.devvn-quickbuy button.single_add_to_cart_button.loading:after {
    display: none;
}
.devvn-quickbuy button.single_add_to_cart_button.button.alt.loading {
    color: #fff;
    pointer-events: none !important;
}
.devvn-quickbuy button.buy_now_button {
    position: relative;
    color: rgba(255,255,255,0.05);
}
.devvn-quickbuy button.buy_now_button:after {
    animation: spin 500ms infinite linear;
    border: 2px solid #fff;
    border-radius: 32px;
    border-right-color: transparent !important;
    border-top-color: transparent !important;
    content: "";
    display: block;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    width: 16px;
}
.add-to-cart-container button {
    width: 50%;
    margin-right: 0 !important;
    box-shadow: none;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
}
.add-to-cart-container form {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.add-to-cart-container button {
    margin-right: 0 !important;
    box-shadow: none;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-size: 15px !important;
    display: block;
    width: 49%;
    transition: none;
    border: 2px solid transparent;
}
.add-to-cart-container button:hover{
    color: #000;
    background-color: transparent !important;
    box-shadow: none;
    border: 2px solid #000;
}
.sharing-box strong {
    margin: 15px 0;
    text-transform: uppercase;
    line-height: 20px;
}
.sanphamlienquan .product-section {
    border-top: 0;
}
.sanphamlienquan .product-section h3.product-section-title {
    display: none;
}
.sanphamlienquan  .section-title-container span {
    border-bottom: 0;
    text-transform: none;
}
.sanphamlienquan .section-title-container .section-title {
    border-bottom: solid 1px #eee;
}
.woocommerce-tabs ul.tabs li > a:before {
    display: none;
}
.woocommerce-tabs ul.tabs li a{
    padding: 10px 24px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    position: relative;
    font-weight: 600;
    font-size: 20px;
    white-space: nowrap;
}
.woocommerce-tabs ul.tabs:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    background-color: #e9e9e9;
    position: absolute;
    bottom: 0;
    left: 0;
}
.woocommerce-tabs ul.tabs li.active a {
    color: #eba640;
}
.woocommerce-tabs ul.tabs li a:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 1;
    background-color: #eba640;
}
.tieudeSidebar h3 {
    color: #000!important;
    display: block;
    padding: 7px 0 6px;
    border-bottom: 2px solid #000;
    font-size: 23px;
    font-weight: 700;
    margin-bottom: 15px;
    font-style: oblique;
    font-family: Georgia;
}
.woocommerce-tabs .tab-panels {
    clear: both;
    background-color: #f3f4f6;
    padding: 10px 10px 20px;
}
.menuSidebar , .menuSidebar > .menu-item {
    display: inline-block;
}
.menuSidebar > .menu-item > a {
    border-radius: 5px;
    border: 1px solid #e1e1e1;
    display: inline-block;
    padding: 5px 7px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 14px;
}
.sanphamlienquan ul.product_list_widget li span {
    font-size: 15px;
    line-height: 18px;
    margin-top: 5px;
    font-weight: 700;
    color: #000;
    text-transform: capitalize;
}
.sanphamlienquan ul.product_list_widget li span:hover{
    text-decoration: underline;
}
.sanphamlienquan ul.product_list_widget li {
    margin-left: 0;
    margin-bottom: 0;
}
.sanphamlienquan ul.product_list_widget li del, .sanphamlienquan ul.product_list_widget li ins {
    display: block;
}
.sanphamlienquan ul.product_list_widget li ins .amount {
    text-align: center;
    margin-top: 10px;
    margin-right: 10px;
    color: #d80d0d!important;
}
.sanphamlienquan ul.product_list_widget li .amount {
    font-size: 16px;
}
.product_list_widget li {
    padding: 10px 0 5px 120px !important;
    min-height: 120px !important;
}
ul.product_list_widget li img {
    width: 100px;
    height: 100px;
}
ul.product_list_widget li+li {
    border-top: 0;
}
.pin-right-product {
    position: -webkit-sticky;
    position: sticky;
    top: 60px;
    z-index: 1;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    background-color: #fff;
    width: 100%;
    margin-bottom: 20px;
}
h3.pin-title {
    font-size: 17px;
    line-height: 21px;
    margin-bottom: 10px;
    text-transform: capitalize;
}
.attr-detail-box {
    font-size: 15px;
}
.pin-new-price .amount {
    color: #fe302e;
    font-weight: 600;
    font-family: Georgia,Sans-serifrif;
    font-size: 27px;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 0;
    line-height: 40px;
}
button.pin-button, .pin-hotline {
    background-color: #000;
    border: 2px solid #000;
    line-height: 40px;
    padding: 0 10px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    text-decoration: none;
}
.pin-hotline svg {
    width: 24px;
    margin-right: 7px;
}
.pin-hotline svg path {
    fill: #fff;
}
.pin-hotline:hover {
    background: transparent;
}
.pin-hotline:hover svg path {
    fill: #000;
}
.pin-new-price del {
    display: none;
}
.product-images .flickity-prev-next-button {
  display: none;
}
.product-gallery .product-images a {
    display: block;
    border: solid 1px #ff9897;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: transparent;
}
.product-thumbnails .col a img {
    padding: 2px;
}
.product-thumbnails a {
    border: 1px solid #eaebf3;
}
.product-thumbnails .is-nav-selected a img {
    border: solid 1px;
    padding: 2px;
}
.product-thumbnails a:hover img, .product-thumbnails .is-nav-selected a img {
    transform: none !important;
    margin-bottom: unset;
    border: 1px dashed #000;
}
.single-product .product-thumbnails img {
    transition: none !important;
    opacity: 1;
    margin-bottom: 0;
}
.product-thumbnails a:hover, .product-thumbnails .is-nav-selected a {
    border-color: transparent;
}
.attr-title a {
    color: #000;
}
.results-info {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    border-bottom: 1px solid #e1e1e1;
    padding: 0;
}
.boloc {
    padding: 7px 10px;
    font-weight: 700;
    font-size: 15px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    cursor: pointer;
    border: solid 1px #e1e1e1;
    border-top: 0;
    margin-bottom: 20px;
    text-align: center;
}
.boloc .category-filtering {
    padding: 0;
}
.boloc .category-filtering > a {
    margin-top: 0;
}
h1.category-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
}
.sortby-wrapper {
    position: relative;
    padding: 7px 0;
    margin-left: auto;
    font-size: 15px;
}
.woocommerce-ordering select {
    background: transparent;
    padding: 0;
    border: 0;
    box-shadow: none;
    font-weight: 700;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin: 0 5px;
}
h1.category-title span {
    font-size: 18px;
    font-weight: 400;
}
ul.top-selling-wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 7px;
    margin-bottom: 21px;
    list-style: none;
}
ul.top-selling-wrapper li {
    white-space: nowrap;
    border: 1px solid #e1e1e1;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    margin-left: 10px;
    margin-right: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: fit-content;
}
ul.top-selling-wrapper li a {
    white-space: nowrap;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.top-selling-wrapper li img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 40px;
    height: 40px;
}
ul.top-selling-wrapper li span {
    font-size: 14px;
    padding-left: 5px;
}
ul.top-selling-wrapper li span:hover {
    text-decoration: underline;
}
.term-nuoc-hoa ul.top-selling-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 7px;
    margin-bottom: 21px;
}
.term-nuoc-hoa .term-Danhmuc{
    display: block !important;
}
.filter-thuoctinh {
    margin-top: 17px !important;
    border: 1px solid #e1e1e1;
    padding: 6px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: block;
    scrollbar-width: thin;
}
.filter-thuoctinh li a:before, .filter-thuoctinh li span:before {
    content: '' !important;
    font-size: 15px;
    color: #222 !important;
    position: absolute !important;
    left: 0;
    width: 20px;
    height: 20px;
    border: 1px solid #999;
    top: auto !important;
    border-radius: 5px;
    margin-top: 3px;
    margin-left: 10px;
    opacity: 1 !important;
}
.filter-thuoctinh li a, .filter-thuoctinh li span {
    color: #000;
    padding-left: 30px !important;
    font-size: 15px;
}
.filter-thuoctinh li a:hover:before, .filter-thuoctinh li span:hover:before, .filter-thuoctinh li.chosen a:before {
    content: '\f00c' !important;
    color: #a05139 !important;
    font-size: 13px;
    position: absolute !important;
    left: 0;
    border-color: #999;
    line-height: 20px !important;
    text-align: center;
    top: auto !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 600 !important;
}
.archive .isures-container .large-columns-4, .archive .shop-container .large-columns-5{
    display: none;
}
.noidungcuoi {
    padding: 15px;
    background: #fbfbfb;
    border-radius: 5px;
}
.sortby-wrapper img.filter-icon {
    height: 16px;
}
.sortby-wrapper > span {
    align-items: center;
}
.add-to-box-mobile {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    height: 54px;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 99;
    background-color: #fff;
    box-shadow: 0 8px 10px -5px rgb(0 0 0 / 20%), 0 16px 24px 2px rgb(0 0 0 / 14%), 0 6px 30px 5px rgb(0 0 0 / 10%);
}
.add-to-box-mobile a {
    color: #fff;
    width: 30%;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 6px 6px 2px;
    text-align: center;
    text-decoration: none;
}
.add-to-box-mobile a:first-child {
    white-space: nowrap;
    position: relative;
}
.cartItem {
    position: relative;
}
.cartItem {
    border: none;
}
.buynow {
    background-color: #d80d0d !important;
    width: 47%!important;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0;
    font-size: 16px;
    text-transform: uppercase;
}
.cartItem+.cartItem:before {
    content: "";
    width: 1px;
    height: 60%;
    display: block;
    position: absolute;
    top: 20%;
    left: 0;
    background-color: rgb(255 255 255 / 89%);
}
.chatnow svg path {
    fill: #fff;
}
.product-special-content-box {
    border: 1px solid #c3cbd5;
    padding: 15px;
}
@media (min-width: 850px){
    .results-info{
        margin-bottom: 15px;
    }
    .boloc, .add-to-box-mobile{
        display: none;
    }
	.blog-wrapper .large-3 {
        padding-left: 0;
    }
    .col-divided {
        border-right: 0;
    }
    .page-right-sidebar .large-3 {
        padding-left: 0;
    }
}
@media (max-width: 849px){
	.stack-pt{
		overflow: auto;
	}
	.stack-pt a,.stack-pt .icon-box{
		flex-basis: 29%;
	}
    .header-top {
    display: none;
}
.header-main .flex-right ul li a {
    color: #000;
    font-size: 16px;
}
.header-main {
    border-bottom: 1px solid #d1d1d1;
}
.header-main .flex-right ul li.header-search ul.nav-dropdown {
    left: auto;
    right: -65px;
    width: 100%;
    padding: 5px 0;
    border: 0;
    background: white;
}
.header-main .flex-right ul li.header-search ul.nav-dropdown input {
    font-size: 14px;
}
.stack-pt .icon-box-img {
    width: 50px !important;
}
.mfp-content {
    background: #fff !important;
    transition: transform .5s,opacity .3s,-webkit-transform .5s !important;
    width: 300px !important;
}
.mfp-ready .mfp-close {
    opacity: 1;
    mix-blend-mode: unset;
}
.mfp-content .nav.nav-vertical {
    padding-top: 0;
}
.mfp-content .nav.nav-vertical li.html {
    background: #000;
    padding-top: 8px;
    padding-bottom: 8px;
}
.titleMPT {
    color: #fFf;
    display: block;
    text-align: center;
    width: 100%;
    font-size: 25px;
}
.off-canvas .nav-vertical>li>a {
    text-transform: none;
    text-align: left;
    font-weight: 600;
    font-size: 18px;
    color: #000;
    padding-top: 10px;
    padding-bottom: 10px;
}
.nav-slide-header .toggle {
    color: #000;
}
.nav-slide-header .toggle {
    color: #000;
}
.mobile-sidebar-levels-2 .nav > li > ul > li > a {
    color: #000 !important;
    text-transform: none !important;
    font-size: 16px !important;
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}
.best-brand-header p {
    display: none;
}
span.update-txt {
    display: none;
}
.footer-title, .col-right-ft .col-inner {
    text-align: center !important;
}
.col-right-ft .col-inner .social-icons {
    margin-top: 10px;
}
.bottom-menu {
    float: none;
    margin: 0 auto;
    padding-left: 12px;
    padding-right: 12px;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 22px;
}
address.copyright {
    padding: 0;
    margin: 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 7px;
    float: none;
}
.footer-extrem-bottom .bottom-menu a {
    margin: 0 7px;
}
a.track-order-link {
    margin: 10px 0 !important;
}
ul.thong-tin-them {
    display: block;
}
.blog-single h1.entry-title, .tieudePage h1 {
    font-size: 24px;
}
.like-wrapper .social-header {
    text-align: center;
    margin-top: 10px;
}
.social-wrapper {
    justify-content: center;
    text-align: center;
}
.bai-viet-lien-quan img {
    height: auto;
}
.row-nguyenntu .post-sidebar {
    display: none;
}
.row-nguyenntu > .large-9 {
    padding-bottom: 0 !important;
}
.product-attr table td+td {
    margin-top: 10px;
}
.product-attr table td {
    display: block;
}
.header-main #logo {
    margin-left: 0 !important;
    order: unset;
    text-align: left;
}
}
.heading-page h1:after {
    content: "";
    background: #252a2b;
    display: block;
    width: 60px;
    height: 4px;
    margin: 15px auto 0;
}
.heading-page {
    text-align: center;
    margin-bottom: 50px;
}
.shop_table thead th {
    padding: 20px 0;
    border-top: solid 1px #ececec;
}
.shop_table thead th, .shop_table .order-total td, .shop_table .order-total th {
    border-width: 1px;
}
th {
    text-transform: initial;
    font-weight: 100;
}
.col_right_5 {
    border-left: none !important;
}
.col_right_5 .cart_totals {
    padding: 15px;
    border: solid 1px #ececec;
}
.col_right_5 .cart_totals th {
    border-width: 1px !important;
}
.col_right_5 .cart_totals tr.cart-subtotal {
    display: none;
}
.checkout_7 .woocommerce-billing-fields {
    border-top: none;
}
p#billing_address_1_field {
    width: 100%;
}
.right_payment .woocommerce-checkout-review-order-table {
    display: none;
}
.checkout_5 .has-border {
    border: solid 1px #d1ecf1 !important;
    background: #fafafa;
}
div#order_review td, div#order_review th {
    border-bottom: none !important;
    padding: 15px 0;
}
.checkout_5 ul.wc_payment_methods.payment_methods.methods {
    display: none;
}
.checkout_5  tr.cart-subtotal {
    display: none;
}
.right_payment .form-row.place-order {
    display: none;
}
.right_payment ul.wc_payment_methods.payment_methods.methods {
    padding: 10px;
    border: solid 1px #ececec;
}
.right_payment .form-row.place-order {
    display: none;
}
form.checkout h3 {
    font-weight: 100;
}
input#billing_last_name, input#billing_address_1, input#billing_phone, input#billing_email, textarea#order_comments {
    box-shadow: none;
    transition: all 0.2s ease-out;
    border-radius: 5px;
}
input#billing_last_name:focus, input#billing_address_1:focus, input#billing_phone:focus, input#billing_email:focus, textarea#order_comments:focus {
    box-shadow: 0 0 0 2px #338dbc;
    outline: none;
}
.form-dhtc {
    max-width: 100%;
    flex-basis: 100%;
}
.form-dhtc .woocommerce-customer-details {
    margin-bottom: 10px;
}
.form-dhtc .woocommerce-customer-details address {
    font-style: inherit;
}
.form-dhtc .woocommerce-customer-details address > p {
    margin-bottom: 0;
}
.form-dhtc .entry-content {
    box-shadow: none !important;
    background: transparent;
    border: solid 1px;
}
.woocommerce-notice--success strong {
    color: #000;
    font-size: 18px;
}
.form-dhtc .woocommerce-order-details {
    display: none;
}
@media (max-width: 549px){
.col_left_7 form {
    margin-bottom: 0;
}
.col_left_7 .shop_table {
    margin-bottom: 0;
}
}
@media (min-width: 850px){
.col_left_7 {
    max-width: 70% !important;
    flex-basis: 70% !important;
}
.col_right_5 {
    max-width: 30%;
}
}
.woocommerce a.remove {
    width: 30px;
    height: 22px;
    position: relative;
    transition: opacity 200ms;
    vertical-align: top;
    display: block;
    -webkit-appearance: none;
    background: none;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    text-indent: -9999px;
}
.woocommerce a.remove:before, .woocommerce a.remove:after {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAQCAQAAACMnYaxAAAAXUlEQVR4XsWQQQrAQAgD84Pti/JSoaftN1MCdgXxXgYvGfUQyABE4DEIUJmeuKgVlJI5em0RGTesFXXZuLwCzvL2pYbHmfCTNSXxpyyajLGClFy7K1dgaaho7YYovIpO3rju6hYFAAAAAElFTkSuQmCC) 0 0 no-repeat;
    left: 8px;
    position: absolute;
    right: 8px;
    top: 2px;
    display: inline-block;
    content: '';
}
.woocommerce a.remove:before{
    height: 6px;
    transform-origin: -7% 100%;
    -moz-transform-origin: -7% 100%;
    -webkit-transform-origin: -7% 100%;
    transition: transform 150ms;
    -moz-transition: transform 150ms;
    -webkit-transition: transform 150ms;
    width: 14px;
}
.woocommerce a.remove:after{
    background-position: -1px -4px;
    height: 12px;
    margin-left: 1px;
    margin-right: 2px;
    margin-top: 4px;
    width: 11px;
}
.woocommerce a.remove:hover:before{
    transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: transform 250ms;
    -moz-transition: transform 250ms;
    -webkit-transition: transform 250ms;
}
.woocommerce a.remove:hover {
    background: transparent;
}
.col_left_7 table.shop_table {
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
}
.col_left_7 table.shop_table td.actions.clear {
    border-bottom: solid 1px #ececec;
}
.col_left_7 .shop_table thead th, .col_left_7 .shop_table tbody td {
    padding-left: 15px;
    padding-right: 15px;
}
.col_right_5 .wc-proceed-to-checkout {
    margin-bottom: 0 !important;
}
.page-id-23 #content .row-main {
    max-width: 900px;
}
section.woocommerce-order-details table.woocommerce-table {
    border-left: solid 1px #ececec;
    border-right: solid 1px #ececec;
}
section.woocommerce-order-details table.woocommerce-table th, section.woocommerce-order-details table.woocommerce-table td {
    padding-left: 15px;
    padding-right: 15px;
}