@import "../fonts/Oswald/stylesheet.css";

html,
body {
    height: auto;
    min-height: 100%;
    overflow-x: hidden;
}

body {
    background-color: #fff;
}

#body {
    box-shadow: none;
    border: 0;
}

.lxv-headerfixed {
  
    width: 100%;
    z-index: 999;
    top: 0;
    color: #fff;
}

.lxv-adstop-content {}

.lxv-adstop-content a {
    height: 50px;
    background-repeat: no-repeat !important;
    background-position: center 100% !important;
    display: block;
    background-color: #c92027;
}

.header-nav {
    position: relative;
    top: inherit;
    left: inherit;
    height: auto;
    background-color: #111;
    color: #fff;
}

.lxv-topfixmenu {
    display: flex;
    flex-wrap: nowrap;
    padding: 7px 7px 7px 225px;
}

.lxv-topfixmenu>div {
    min-width: 20px;
    padding-left: 25px;
}

.lxv-topfixmenu>div:first-child {
    padding-left: 0;
}

.lxv-topfixmenu>.right-menu {
    flex-grow: 1;
}

.lxv-topfixmenu .itemmenu {
    font-size: 12px;
    color: #fff;
    display: inline-block;
    line-height: 16px;
}

.lxv-topfixmenu .itemmenu:hover {
    color: #ff0000;
}

.lxv-topfixmenu .page-show-news {
    position: relative;
}

.lxv-topfixmenu .page-show-content {
    position: absolute;
    top: 33px;
    left: 5px;
    right: 5px;
    background-color: #F78D02;
    color: #fff;
    padding: 20px;
    border: 1px #000 solid;
    border-top: 0;
    display: none;
	z-index:999;
}

.lxv-topfixmenu .page-show-news .page-show-content {
    width: 250px;
    left: 0;
    right: inherit;
    padding: 0;
    top: 26px;
	z-index:999;
}

.lxv-topfixmenu .page-show-news .tophomenews {
    list-style: none;
    padding: 0;
    margin: 0;
}

.lxv-topfixmenu .page-show-news .tophomenews li {
    line-height: 16px;
    overflow: hidden;
    padding: 7px 10px;
    border-bottom: dashed 1px #ccc;
}

.lxv-topfixmenu .page-show-news .tophomenews li:last-child {
    border-bottom: 0;
}

.lxv-topfixmenu .page-show-news .tophomenews li img {
    float: left;
    width: 75px;
    margin-right: 7px;
}

.lxv-topfixmenu .page-show-news .tophomenews li a {
    color: #333;
    text-transform: uppercase;
    position: relative;
    top: -2px;
    font-size: 12px;
}

.lxv-topfixmenu .page-show-news .tophomenews li a:hover {
    color: #fff;
}

.lxv-topfixmenu .page-show-content .titlecontact {
    color: #ffffff;
    font-size: 18px;
    padding: 3px 10px;
    background: #fc5e00;
    text-align: center;
    margin-bottom: 15px;
}

.lxv-topfixmenu .page-show-content .titlecontactul {
    list-style: circle;
}

.lxv-topfixmenu .itemmenu img {
    height: 16px;
    position: relative;
    top: -1px;
}

.lxv-headlogo-menu {
    margin-top: 5px;
	z-index: 1;
}

#header {
    margin-top: 0;
    padding: 10px 0;
}

#header .logo {
    padding: 0;
    margin: 0 0 0 0px; 
    align-content: center;
}

#header .logo img {
    height: 100%;
    width: 100%;
}

.headerblock-search {
	padding-left: 140px;
    padding-right: 60px;
    flex-grow: 1;
}

.headerblock-search .form-control,
.headerblock-search .btn {
    height: 43px;
}

.headerblock-search .form-control,
.headerblock-search .btn {
    border-color: #000;
}

.headerblock-search .btn i {
    color: #ff0000;
    font-size: 26px;
}

.user-cart {
    background-color: #ff0000;
    border-radius: 18px;
    min-height: 68px;
    width: 334px;
    color: #fff;
    padding: 0px 18px;
}

.headerblock-card {
    padding-left: 65px;
}

.user-cart-content {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.user-cart-content>.user-cart-user {
    flex-grow: 1;
    padding-right: 20px;
}

.user-cart-cart {
    position: relative;
    overflow: hidden;
}

.user-cart-cart a {
    display: block;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
}

.user-cart-cart a .cartnum {
    position: absolute;
    width: 20px;
    height: 20px;
    border-radius: 10px;
    background-color: #00ff00;
    font-weight: 700;
    color: #000;
    line-height: 20px;
}

.user-cart-cart a i {
    font-size: 44px;
}

.user-cart-user {
    padding: 10px 0;
}

.user-cart-user .user-avatar {
    float: left;
    margin-right: 10px;
}

.user-cart-user .user-avatar img {
    width: 48px;
    height: 48px;
    border: 2px #fff solid;
    border-radius: 50%;
}

.user-cart-user .user-name {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    display: block;
    max-width: 100%;
    overflow: hidden;
    margin-top: 4px;
}

.user-cart-user .user-links a {
    color: #fff;
}

#menusite {
    background: #f2f6f4;
    border-top: 2px #000 solid;
}

/* Sticky Nav */
.second-nav.sticky {
    position: fixed;
    top: 0px;
    width: 100%;
    left: 0;
    z-index: 999;
}

#menusite.sticky {
    background: #253b75;
    color: #fff;
}

.lxvtopmenuright {
    padding: 0;
    margin: 0;
    list-style: none;
}

.lxvtopmenuright li {
    display: inline-block;
    text-transform: uppercase;
    margin-right: 28px;
    font-size: 13px;
}

.lxvtopmenuright li .flexmenu {
    -ms-display: flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.lxvtopmenuright li:last-child {
    margin-right: 0;
}

.lxvtopmenuright li a.clink {
    padding-left: 10px;
    -ms-flex-grow: 1;
    flex-grow: 1;
    color: #333;
}

.lxvtopmenuright li a.clink span {
    font-weight: 700;
}

.hsitecontent {
    padding-top: 40px;
    padding-bottom: 20px;
	background-color: #fff;
}

.lxv-hv-nav {
    display: flex;
    align-items: center;
    border-bottom: 3px #000 solid;
}

.second-nav.sticky .lxv-hv-nav {
    border-bottom-color: transparent;
}

.lxv-hv-nav .lxv-v-nav {
    width: 220px;
    position: relative;
    flex-shrink: 0;
}

.lxv-hv-nav .lxv-h-nav {
    flex-grow: 1;
    padding-left: 20px;
}

.lxv-hv-nav .lxv-sticky-h-nav {
    flex-grow: 1;
    padding-left: 20px;
    display: none;
}

.lxv-v-nav .nav-title {
    text-transform: uppercase;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.lxv-v-nav .nav-content {
    position: absolute;
    top: 44px;
    left: 0;
    z-index: 9;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 220px;
    background-color: #fff;
    border-left: 1px #ddd solid;
    border-bottom: 1px #ddd solid;
    border-right: 1px #ddd solid;
    display: none;
}

.lxv-v-nav .nav-content.nav-content-home {
    display: block;
}

.second-nav.sticky .lxv-v-nav .nav-content.nav-content-home {
    display: none;
}

.lxv-v-nav .nav-content>li {
    padding-left: 5px;
}

.lxv-v-nav .nav-content>li>a {
    display: block;
    --white-space: nowrap;
    --text-overflow: ellipsis;
    --overflow: hidden;
    padding: 7px 0;
    position: relative;
    color: #333;
}

.lxv-v-nav .nav-content>li>a>.nav-icon {
    width: 30px;
    margin-right: 5px;
    display: inline-block;
    text-align: center;
}

.lxv-v-nav .nav-content>li>a>.nav-icon img {
    height: 19px;
}

.lxv-v-nav .nav-content>li:hover {
    background-color: #333A71;
}

.lxv-v-nav .nav-content>li:hover>a {
    color: #fff;
}

.lxv-v-nav .nav-content>li:hover>a::before {
    content: "";
    right: -28px;
    top: 0;
    position: absolute;
    border-right: 15px solid transparent;
    border-top: 14px solid transparent;
    border-left: 14px solid #333A71;
    border-bottom: 15px solid transparent;
    z-index: 9;
}

.lxv-v-nav .nav-content .nav-subs {
    position: absolute;
    background-image: url("../images/background-menu.jpg");
    z-index: 99;
    border: solid 1px #ccc;
    overflow: hidden;
    display: none;

    top: 0;
    left: 218px;
    width: 100%;
    bottom: -1px;
}

.lxv-v-nav .nav-content .nav-subs>.panel-body {
    padding-top: 10px;
    padding-left: 20px;
    font-size: 13px;
}

.lxv-v-nav .nav-content .nav-subs .subcat a {
    color: #ff0000;
}

.lxv-v-nav .nav-content .nav-subs .sublist {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-bottom: 7px;
}

.lxv-v-nav .nav-content .nav-subs .sublist li {
    margin-bottom: 3px !important;
}

.lxv-v-nav .nav-content .nav-subs .sublist li a {
    color: #333;
}

.lxv-v-nav .nav-content .nav-subs .sublist li a:hover {
    color: #ff0000;
    text-decoration: underline;
}

.menu-sticky .lxv-h-nav {
    display: none;
}

.menu-sticky .lxv-sticky-h-nav {
    display: block;
}

.lxv-sticky-h-nav-content {
    -ms-display: flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    align-items: center;
}

.lxv-sticky-h-nav-content>div {
    flex-shrink: 0;
    min-width: 50px;
}

.lxv-sticky-h-nav-content>.msearch {
    flex-grow: 1;
}

.lxv-sticky-h-nav-content .headerblock-search {
    padding-left: 20px;
    margin-top: 2px;
}

.lxv-sticky-h-nav-content .headerblock-search .form-control,
.lxv-sticky-h-nav-content .headerblock-search .btn {
    height: 37px;
}

.lxv-sticky-h-nav-content .buyonline {
    padding-right: 20px;
    font-size: 12px;
}

.lxv-sticky-h-nav-content .buyonline h1 {
    font-size: 15px;
    line-height: 1;
}

.lxv-sticky-h-nav-content .user-cart {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    min-height: 41px;
    width: 300px;
}

.lxv-sticky-h-nav-content .user-cart-user .user-avatar {
    margin-top: 5px;
}

.lxv-sticky-h-nav-content .user-cart-user .user-avatar img {
    width: 30px;
    height: 30px;
}

.lxv-sticky-h-nav-content .user-cart-user .user-name {
    margin-top: 0;
    font-size: 14px;
}

.lxv-sticky-h-nav-content .user-cart-user .user-links {
    font-size: 12px;
}

.lxv-sticky-h-nav-content .user-cart-user {
    padding: 2px 0;
}

.lxv-sticky-h-nav-content .user-cart-cart a {
    position: relative;
    top: -2px;
    padding-right: 25px;
}

.lxv-sticky-h-nav-content .user-cart-cart a .cartnum {
    right: 0;
    top: 6px;
}

.lxv-sticky-h-nav-content .user-cart-cart a i {
    font-size: 26px;
    position: relative;
    top: 3px;
}

.lxv-sticky-h-nav-content .user-cart-cart a br {
    display: none;
}

.header-links {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 13px;
    line-height: 15px;
}

.header-links li {
    display: inline-block;
}

.header-links li a {
    display: inline-block;
    color: #fff;
    padding-left: 5px;
    margin-left: 5px;
    border-left: 1px #fff solid;
    margin-top: 3px;
}

.header-links li a:hover {
    color: #ff0000;
}

.right-menu .header-links {
  
    text-transform: uppercase;
}

.right-menu .header-links li a {
    color: #ff0000;
    border-left: 0;
    font-weight: 700;
}

#footer {
    min-height: 100px;
    border-top-color: #ccc;
    border-bottom-color: #c2050b;
    background-color: #c2050b;
    background-image: none;
}

.footerNav2 {
    color: #fff;
}

.footerNav3 {
    padding-top: 10px;
    padding-bottom: 10px;
}

ul.footer-links {
    padding: 0;
    margin: 0;
}

ul.footer-links li {
    margin-bottom: 5px;
}

ul.footer-links li a {
    color: #fff !important;
}

.footer-block-title,
.footer-block-title a,
.footer-block-title a:hover {
    color: #feee02;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-top: 5px;
    font-size: 14px;
}

.footer-map {
    padding-right: 40px;
    font-size: 13px;
}

.footer-map.footer-map-last {
    padding-right: 0;
}

.footer-map a {
    color: #ffff00;
}

.footer-tags {
    --
}

.footerNav4 {
    border-top: solid 1px #ccc;
    padding: 10px 0 70px 0;
}

.footer-tags {
    font-size: 13px;
}

.footer-tags .footer-block-title {
    display: inline-block;
    padding: 0;
    margin: 0;
    color: #000;
    font-size: 13px;
    margin-right: 10px;
}

.footer-tags ul {
    display: inline-block;
}

.footer-tags ul li {
    display: inline-block;
    margin-bottom: 0;
    padding: 0 7px;
    border-left: solid 1px #ccc;
}

.footer-tags ul li a {
    color: #666 !important;
}

#home_top_ads .nv-block-banners {
    margin-bottom: 5px;
}

#home_top_ads .nv-block-banners:last-child {
    margin-bottom: 0;
}

/* Home Slider */
.lxvhomeslider {
    padding-left: 220px;
    margin-right: -10px;
}

.lxvhomeslider-2 {
    border-bottom: 1px #ddd solid;
}

.lxvhomeslider-2 .owl-stage>div>div {
    border-left: 1px #ddd solid;
    height: 59px;
    overflow: hidden;
    text-transform: uppercase;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}

.lxvhomeslider-2 .owl-stage>div:first-child>div {
    border-left: 0;
}

.lxvhomeslider-2 .owl-stage>div.current>div {
    color: #fff;
    background: #d00;
    font-weight: bold;
}

/* Home shops */
.catshops-rows {
    margin-bottom: 40px;
	background-color: #fff;
}

.catshops-allrows .catshops-rows:last-child {
    margin-bottom: 0;
}

.catshops-rows .catshops-rows-header {
 /*   -webkit-box-shadow: 0px 10px 18px -7px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 10px 18px -7px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 10px 18px -7px rgba(0, 0, 0, 0.75);
    border-bottom: 2px #000 solid; */
    display: flex;
    align-items: center;
	height: 75px;
}

.catshops-rows .catshops-rows-header .catsubs {
    flex-grow: 1;
    font-size: 13px;
	display: flex;
    align-items: center;
    justify-content: flex-end;
	margin-right: 100px;
}

.catshops-rows .catshops-rows-header .catsubs ul {
    padding: 0;
    margin: 0;
}

.catshops-rows .catshops-rows-header .catsubs ul li {
    padding: 0;
    margin: 0;
    margin-right: 5px;
    padding-right: 5px;
    display: inline-block;
}

.catshops-rows .catshops-rows-header .catsubs ul li:last-child {
    border-right: 0;
}

.catshops-rows .catshops-rows-header .catsubs ul li a {
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    position: relative;
    background-color: #f3f4f6;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    color: #333e48;
    padding: 6px 10px;
    white-space: nowrap;
    display: inline-flex;
    text-transform: capitalize;
}

.catshops-rows .catshops-rows-header .catsubs ul li a:hover {
    background: #ed1b24;
	color: white;
	box-shadow: 0 1px 2px 0 rgba(60,64,67,.1), 0 2px 6px 2px rgba(60,64,67,.15)
}

.catshops-rows .catshops-rows-header .catmore {
    padding-right: 10px;
    flex-shrink: 0;
}

.catshops-rows .catshops-rows-header .catmore a {
	position: absolute;
    right: 15px;
    transform: translateY(-50%);
    background: #ed1b24;
    padding: 3px 10px 5px 15px;
    color: #fff;
    border-radius: 10px;
    font-weight: 500;
    border: 1px solid #e5e7eb;
}

.catshops-rows .catshops-rows-header h2 {
    height: 35px;
 /*   background-image: url("../images/bg_title_pro.png"); */
    background-repeat: no-repeat;
    background-position: center right;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 40px 0 10px;
    line-height: 35px;
    border-top-left-radius: 5px;
    flex-shrink: 0;
	font-size: 30px;
}

.catshops-rows .catshops-rows-header h2 a {
    color: #000;
}

.catshops-rows .catshops-rows-body {
    padding-top: 0px;
}

.catshops-rows .catshops-rows-body .row-banner img {
    width: 100% !important;
    height: auto;
}

.catshops-rows .catshops-rows-body .row-items {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    /*	border: 1px #ccc solid; */
}

.catshops-rows .catshops-rows-body .row-items>.item {
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 19%;
    position: relative;
    height: 255px;
	margin: 10px 8px;
}

.catshops-rows .catshops-rows-body .row-items>.item>div:not(.item-protip) {
    /* border: 1px #ccc solid; */
    position: absolute;
    top: -1px;
    left: -1px;
    right: 0;
    bottom: 0;
    padding: 7px;
    font-size: 13px;
}

.catshops-rows .catshops-rows-body .row-items>.item:nth-child(5)>div,
.catshops-rows .catshops-rows-body .row-items>.item:nth-child(10)>div {
    right: -2px;
}

.catshops-rows .catshops-rows-body .row-items>.item:nth-child(6)>div,
.catshops-rows .catshops-rows-body .row-items>.item:nth-child(7)>div,
.catshops-rows .catshops-rows-body .row-items>.item:nth-child(8)>div,
.catshops-rows .catshops-rows-body .row-items>.item:nth-child(9)>div,
.catshops-rows .catshops-rows-body .row-items>.item:nth-child(10)>div {
    bottom: -1px;
}

.catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(1)>div,
.catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(2)>div,
.catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(3)>div,
.catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(4)>div,
.catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(5)>div {
    bottom: -1px;
}

.catshops-rows .catshops-rows-body .row-items>.item:hover>div {
    border-color: #333;
    box-shadow: 0 0 7px #333;
    z-index: 11;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-code {
    color: #ff0000;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-img {
    display: flex;
    align-items: center;
    text-align: center;
    height: 150px;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-img>a {
    display: block;
    height: 100%;
    width: 100%;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-img img {
    max-height: 100%;
    max-width: 100%;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-code {
    height: 18px;
    overflow: hidden;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-title {
    text-align: center;
    overflow: hidden;
    font-size: 13px;
    font-weight: 300;
    height: 40px;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-title a {
    color: #333;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-title a:hover,
.catshops-rows .catshops-rows-body .row-items>.item .item-tools>div.ca a:hover {
    color: #ff0000;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-price-old {
    height: 19px;
    overflow: hidden;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-tools {
    ms-display: flex;
    display: flex;
    flex-wrap: nowrap;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-tools>div {
    flex-grow: 1;
    height: 20px;
    overflow: hidden;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-tools>div.ca {
    text-align: right;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-tools .proch {
    color: #00ff00;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-tools .prohh {
    color: #ff0000;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-price {
    position: absolute;
    left: 10px;
    right: 10px;
    top: 138px;
    text-shadow: rgb(255, 255, 0) 1px 0px 0px, rgb(255, 255, 0) 0.540302px 0.841471px 0px, rgb(255, 255, 0) -0.416147px 0.909297px 0px, rgb(255, 255, 0) -0.989992px 0.14112px 0px, rgb(255, 255, 0) -0.653644px -0.756802px 0px, rgb(255, 255, 0) 0.283662px -0.958924px 0px, rgb(255, 255, 0) 0.96017px -0.279415px 0px;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    overflow: hidden;
    font-family: "Oswald";
}

.catshops-rows .catshops-rows-body .row-items .realpr {
    text-decoration: line-through;
    color: #777;
}

.catshops-rows .catshops-rows-body .row-items .discount {
    background: #C70404;
    color: white;
    line-height: 19px;
    border-radius: 2px;
    font-size: 11px;
    font-weight: bold;
    display: inline-block;
    padding: 0 5px;
}

/* Tooltip */
.catshops-rows .catshops-rows-body .row-items>.item .item-protip {
    display: none;
    position: absolute;
    z-index: 9999;
    background: white;
    border: solid 1px #333;
    width: 377px;
    box-shadow: 0 0 7px #333;
    padding-bottom: 10px;
    right: inherit;
    bottom: inherit;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .tname {
    padding: 15px 10px;
    font-size: 18px;
    overflow: hidden;
    line-height: 18px;
    color: #fff;
    font-weight: bold;
	background: linear-gradient(to right, #243a76, #ed1b24);
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .tline {
    clear: both;
    height: 0px;
 /*	border-top: solid 1px #ccc;		*/
	margin: 5px 0;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .tcontent-row {
    padding: 0 10px;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .tcontent-row .rtit {
    font-weight: bold;
    color: #fff;
	background: #243a76;
	padding: 10px 231px 10px 15px;
}
.catshops-rows .catshops-rows-body .row-items>.item .item-protip .tcontent-row .rct {
	padding: 15px;

}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .rflex {
    ms-display: flex;
    display: flex;
    flex-wrap: nowrap;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .center-rflex {
    align-items: center;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .rflex .frtit {}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .rflex .frct {
    -ms-flex-grow: 1;
    flex-grow: 1;
    padding-left: 10px;
}

.catshops-rows .catshops-rows-body .row-items>.item .item-protip .pro_tipprice {
    text-shadow: rgb(255, 255, 0) 1px 0px 0px, rgb(255, 255, 0) 0.540302px 0.841471px 0px, rgb(255, 255, 0) -0.416147px 0.909297px 0px, rgb(255, 255, 0) -0.989992px 0.14112px 0px, rgb(255, 255, 0) -0.653644px -0.756802px 0px, rgb(255, 255, 0) 0.283662px -0.958924px 0px, rgb(255, 255, 0) 0.96017px -0.279415px 0px;
    font-size: 30px;
    font-weight: 600;
    font-style: italic;
    overflow: hidden;
    font-family: "Oswald";
}

/* Panel Red */
.panel-red {
    border: 0;
}

.panel-red>.panel-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#df0101+0,d60204+26,bc060d+76,b40810+100 */
    background: #df0101 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #df0101 0%, #d60204 26%, #bc060d 76%, #b40810 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #df0101 0%, #d60204 26%, #bc060d 76%, #b40810 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #df0101 0%, #d60204 26%, #bc060d 76%, #b40810 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0101', endColorstr='#b40810', GradientType=0) !important;
    /* IE6-9 */
}

.panel-red>.panel-heading,
.panel-red>.panel-heading a {
    color: #fff;
}

.panel-red>.panel-body {
    border: solid 1px #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    background: url("../images/bg_gradient_bottom.png") repeat-x;
}

.panel-red>.panel-heading {
    border: 0;
}

/* Panel Black */
.panel-black {
    border: 0;
}

.panel-black>.panel-heading {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,44474c+3,393d40+24,151618+68,000000+100 */
    background: #000000 !important;
    /* Old browsers */
    background: -moz-linear-gradient(top, #000000 0%, #44474c 3%, #393d40 24%, #151618 68%, #000000 100%) !important;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #000000 0%, #44474c 3%, #393d40 24%, #151618 68%, #000000 100%) !important;
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%, #44474c 3%, #393d40 24%, #151618 68%, #000000 100%) !important;
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0) !important;
    /* IE6-9 */
}

.panel-black>.panel-heading,
.panel-black>.panel-heading a {
    color: #fff;
}

.panel-black>.panel-body {
    border: solid 1px #ccc;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    border-top: 0;
    background: url("../images/bg_gradient_bottom.png") repeat-x;
}

.panel-black>.panel-heading {
    border: 0;
}

/* Home news */
#home_block_news .block_groups li .img-thumbnail {
    display: none;
}

#home_block_news .block_groups li:first-child .img-thumbnail {
    display: inline-block;
}

/* Block tab sản phẩm trên trang chủ */
.catshops-rows-tabs {
    border-bottom: 0px #000 solid;
}

.catshops-rows-tabs .nav-tabs {
    border-bottom: 0;
}

.catshops-rows-tabs .nav-tabs>li {
    margin-bottom: 0;
    text-transform: uppercase;
    font-weight: 600;
}

.catshops-rows-tabs .nav-tabs>li a {
    color: #333;
}

.catshops-rows-tabs .nav-tabs>li.active>a,
.catshops-rows-tabs .nav-tabs>li.active>a:hover,
.catshops-rows-tabs .nav-tabs>li.active>a:focus {
    background-color: #d00306;
    color: #fff;
    border-color: #d00306;
}

.catshops-rows-bodysimple {
    position: relative;
}

.catshops-rows-bodysimple .blocklink {
    position: absolute;
    right: 0;
    top: -30px;
    color: #ff0000;
}

/* Vertical Nav Catsubs */
.v-nav-catsubs {}

.v-nav-catsubs li {
    border-bottom: dashed 1px #ddd;
    padding: 7px 0;
    margin: 0 !important;
}

.v-nav-catsubs li:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.v-nav-catsubs li a {
    display: block;
    font-weight: 700;
}

/* Vertical Group cat */
.v-nav-catgroups li {
    margin-bottom: 5px !important;
}

.v-nav-catgroups li:last-child {
    margin-bottom: 0 !important;
}

.v-nav-catgroups li label {
    margin-bottom: 0;
    font-weight: 300;
}

.v-nav-catgroups li label [type="checkbox"] {
    margin-top: 0 !important;
}

/* Responsive */
@media (max-width: 1099.98px) {
    .lxv-v-nav .nav-content.nav-content-home {
        display: none;
    }

    .lxvhomeslider {
        padding-left: 0;
    }

    #checkIsShowMenu {
        display: none;
    }

    .lxv-topfixmenu>div.menu {
        display: none;
    }

    .lxv-hv-nav .lxv-h-nav {
        display: none;
    }
}

@media (max-width: 966px) {
    .lxv-sticky-h-nav-content .buyonline {
        display: none;
    }
}

@media (max-width: 992px) {
    .catshops-rows .catshops-rows-body .row-banner {
        display: none;
    }

    .catshops-rows .catshops-rows-body .row-items {
        border-right: 0;
    }

    #home_top_ads,
    .lxv-adstop {
        display: none;
    }

    #header {
        display: flex !important;
    }

    #header .headerblock-call {
        display: none;
    }

    .lxvhomeslider {
        margin-right: 0;
    }
}

@media (max-width: 850px) {
    .lxv-sticky-h-nav-content .user-cart {
        width: auto;
    }

    .lxv-sticky-h-nav-content .user-cart-user {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .catshops-rows .catshops-rows-header .catsubs {
        display: none;
    }

    .catshops-rows .catshops-rows-header .catmore {
        flex-grow: 1;
        text-align: right;
    }

    .catshops-rows-tabs .nav-tabs>li {
        float: none;
    }

    .catshops-rows .catshops-rows-body {
        padding-top: 30px;
    }

    .catshops-rows-bodysimple .blocklink {
        top: 8px;
    }

    .lxv-topfixmenu>div.showroom {
        display: none;
    }

    .second-nav {
        position: inherit;
        left: inherit;
        top: inherit;
    }

    .headerblock-card {
        display: none;
    }
}

@media (max-width: 650px) {
    .lxv-sticky-h-nav-content>.blockuser {
        display: none;
    }
}

@media (max-width: 615px) {
    .lxv-topfixmenu>div.onlinesell {
        display: none;
    }
}

@media (max-width: 530px) {
    .lxv-sticky-h-nav-content {
        display: none;
    }
}

@media (max-width: 485px) {

    .lxv-topfixmenu>div.banksell,
    .lxv-topfixmenu>div.promotion {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 857px) {
    .catshops-rows .catshops-rows-body .row-items>.item {
        -ms-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }

    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(10) {
        display: none;
    }

    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(5)>div {
        right: 0;
    }

    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(6)>div {
        bottom: 0;
    }

    .catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(4),
    .catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(5) {
        display: none;
    }
}

@media (min-width: 500px) and (max-width: 992px) {
    .lxv-v-nav .nav-content .nav-subs {
        overflow-y: auto;
    }
}

#checkScreenIsXss {
    display: none;
}

@media (max-width: 499px) {
    .catshops-rows .catshops-rows-body .row-items>.item {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(5)>div,
    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(10)>div {
        right: 0;
    }

    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(6)>div,
    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(7)>div,
    .catshops-rows .catshops-rows-body .row-items>.item:nth-child(8)>div {
        bottom: 0;
    }

    .catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(5) {
        display: none;
    }

    .catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(1)>div,
    .catshops-rows .catshops-rows-body.catshops-rows-bodysimple .row-items>.item:nth-child(2)>div {
        bottom: 0;
    }

    .lxvhomeslider-2 .owl-stage>div>div {
        height: 100px;
    }

    .lxv-v-nav .nav-content .nav-subs {
        position: relative;
        overflow: visible;
        top: 0;
        left: 0;
        bottom: inherit;
    }

    .lxv-hv-nav .lxv-v-nav {
        width: 100%;
    }

    #checkScreenIsXss {
        display: block;
    }

    .lxv-v-nav .nav-content>li:hover>a::before {
        display: none;
    }

    .lxv-v-nav .nav-content {
        width: 100%;
    }
}

/* Block tìm kiếm ajax */
.quicksearchboxitem {
    padding: 10px !important;
    display: flex;
}

.quicksearchboxitem .img {
    flex: 0 0 60px;
    max-width: 60px;
    text-align: center;
}

.quicksearchboxitem .img img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.quicksearchboxitem .ct {
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 10px;
}

.quicksearchboxitem .ititle {
    display: block;
}

.quicksearchboxitem .iprice {
    color: red;
}

.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}

.ui-autocomplete::-webkit-scrollbar {
    width: 6px;
}

.ui-autocomplete::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 9999px;
}

.ui-autocomplete::-webkit-scrollbar-track {
    background: 0 0;
    margin: 10px 0;
}
.vinhshops {
	overflow: unset;
    transition: all 0.3s;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
    text-align: left;
}
/*
 * MAYTINHTHANHLOI.VN - UI OPTIMIZATION V1
 * Kiem tra tren giao dien dang chay ngay 18/08/2026.
 *
 * Lop CSS ghi de da duoc tich hop o cuoi custom.css.
 * Khong thay doi du lieu, gio hang hay PHP.
 */

:root {
    --tl-brand: #e30613;
    --tl-brand-dark: #b90510;
    --tl-ink: #182230;
    --tl-muted: #64748b;
    --tl-line: #e5e7eb;
    --tl-surface: #ffffff;
    --tl-page: #f5f7fa;
    --tl-success: #16a34a;
    --tl-radius: 14px;
    --tl-tooltip-width: 440px;
    --tl-shadow: 0 8px 24px rgba(15, 23, 42, .07);
}

body {
    color: var(--tl-ink);
    background: transparent;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* Giu noi dung gon, can giua tren man hinh lon. */
.wraper,
.container {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
}

/* =========================
   DAU TRANG VA TIM KIEM
   ========================= */

#header {
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.headerblock-search {
    padding-right: 36px;
    padding-left: 48px;
}

.headerblock-search .form-control,
.headerblock-search .btn {
    height: 46px;
    border-color: #cbd5e1;
}

.headerblock-search .form-control {
    padding-right: 16px;
    padding-left: 16px;
    font-size: 14px;
    box-shadow: none;
}

.headerblock-search .form-control:focus {
    border-color: var(--tl-brand);
    box-shadow: 0 0 0 3px rgba(227, 6, 19, .1);
}

.headerblock-search .btn {
    min-width: 52px;
    background: var(--tl-surface);
}

.headerblock-search .btn:hover,
.headerblock-search .btn:focus {
    background: #fff1f2;
    border-color: var(--tl-brand);
}

.headerblock-card {
    padding-left: 24px;
}

.user-cart {
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(227, 6, 19, .16);
}

#menusite {
    background: #fff;
    border-top-color: #d7dce2;
}

.lxv-hv-nav {
    border-bottom-color: var(--tl-ink);
}

.lxv-v-nav .nav-title {
    font-weight: 700;
}

.lxv-v-nav .nav-content {
    border-color: var(--tl-line);
    border-radius: 0 0 12px 12px;
    box-shadow: 0 12px 30px rgba(15, 23, 42, .1);
}

.lxv-v-nav .nav-content > li > a {
    padding-top: 7px;
    padding-bottom: 7px;
}

.lxv-v-nav .nav-content > li:hover {
    background: var(--tl-brand);
}

.lxv-v-nav .nav-content > li:hover > a::before {
    border-left-color: var(--tl-brand);
}

/* Banner va khoi noi dung dau trang. */
.lxvhomeslider .owl-stage-outer,
#home_top_ads iframe,
#home_top_ads .nv-block-banners,
#home_top_ads .nv-block-banners img {
    border-radius: 12px;
}

.hsitecontent {
    padding: 12px 10px 32px;
    background: transparent;
}

/* =========================
   TIEU DE CAC NHOM SAN PHAM
   ========================= */

.catshops-rows {
    margin-bottom: 24px;
    padding: 0 12px 18px;
    background: transparent;
}

.catshops-rows .catshops-rows-header {
    min-height: 68px;
    height: auto;
    gap: 14px;
    padding: 10px 0;
}

.catshops-rows .catshops-rows-header h2 {
    height: auto;
    margin: 0;
    padding: 0;
    font-size: 24px;
    font-weight: 750;
    line-height: 1.25;
    letter-spacing: -.02em;
    background: none;
}

.catshops-rows .catshops-rows-header h2 a {
    color: var(--tl-ink);
}

.catshops-rows .catshops-rows-header .catsubs {
    min-width: 0;
    margin-right: 0;
    margin-left: auto;
    overflow-x: auto;
    scrollbar-width: thin;
}

.catshops-rows .catshops-rows-header .catsubs ul {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
}

.catshops-rows .catshops-rows-header .catsubs ul li {
    flex: 0 0 auto;
    padding: 0;
    margin: 0;
}

.catshops-rows .catshops-rows-header .catsubs ul li a {
    padding: 7px 11px;
    color: #475569;
    background: #f8fafc;
    border-color: var(--tl-line);
    border-radius: 999px;
}

.catshops-rows .catshops-rows-header .catsubs ul li a:hover {
    color: #fff;
    background: var(--tl-brand);
    border-color: var(--tl-brand);
    box-shadow: none;
}

.catshops-rows .catshops-rows-header .catmore {
    flex: 0 0 auto;
    padding-right: 0;
}

.catshops-rows .catshops-rows-header .catmore a {
    position: static;
    right: auto;
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 7px 13px;
    color: #fff;
    background: var(--tl-brand);
    border: 0;
    border-radius: 999px;
    transform: none;
}

.catshops-rows .catshops-rows-header .catmore a:hover {
    background: var(--tl-brand-dark);
}

/* Thanh San pham moi / Ban chay / Khuyen mai. */
.catshops-rows-tabs.vinhshops {
    border-radius: 0;
    box-shadow: none;
}

.catshops-rows-tabs .nav-tabs {
    display: flex;
    gap: 4px;
    overflow-x: auto;
}

.catshops-rows-tabs .nav-tabs > li {
    float: none;
    flex: 0 0 auto;
}

.catshops-rows-tabs .nav-tabs > li > a {
    margin: 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 10px 10px 0 0;
}

.catshops-rows-tabs .nav-tabs > li.active > a,
.catshops-rows-tabs .nav-tabs > li.active > a:hover,
.catshops-rows-tabs .nav-tabs > li.active > a:focus {
    background: var(--tl-brand);
    border-color: var(--tl-brand);
}

/* =========================
   LUOI VA THE SAN PHAM
   ========================= */

.catshops-rows .catshops-rows-body .row-items {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 8px 0;
}

/* Sua loi cu: 20% + margin 16px lam cot thu 5 bi rot xuong dong. */
.catshops-rows .catshops-rows-body .row-items > .item {
    flex: 0 0 calc((100% - 64px) / 5);
    max-width: calc((100% - 64px) / 5);
    height: 350px;
    margin: 0;
}

.catshops-rows .catshops-rows-body .row-items > .item > div:not(.item-protip) {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    padding: 12px;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    background: #fff;
    border: 1px solid var(--tl-line);
    border-radius: var(--tl-radius);
    box-shadow: 0 2px 8px rgba(15, 23, 42, .055);
    transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.catshops-rows .catshops-rows-body .row-items > .item:hover > div:not(.item-protip) {
    z-index: 11;
    border-color: rgba(227, 6, 19, .35);
    box-shadow: var(--tl-shadow);
    transform: translateY(-3px);
}

.catshops-rows .catshops-rows-body .row-items > .item .item-code {
    flex: 0 0 auto;
    height: 18px;
    color: var(--tl-muted);
    font-size: 11px;
    font-weight: 600;
    line-height: 18px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-img {
    flex: 0 0 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 180px;
    padding: 8px 0;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-img img {
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: transform .25s ease;
}

.catshops-rows .catshops-rows-body .row-items > .item:hover .item-img img {
    transform: scale(1.035);
}

.catshops-rows .catshops-rows-body .row-items > .item .item-price {
    position: static;
    flex: 0 0 auto;
    min-height: 29px;
    margin-top: 2px;
    color: var(--tl-brand);
    font-family: inherit;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: none;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-price-old {
    flex: 0 0 auto;
    min-height: 0;
    height: auto;
    color: #94a3b8;
    font-size: 12px;
    line-height: 16px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-title {
    display: -webkit-box;
    flex: 0 0 auto;
    height: 43px;
    margin: 4px 0 0;
    overflow: hidden;
    color: var(--tl-ink);
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
    text-align: left;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-title a {
    color: var(--tl-ink);
}

.catshops-rows .catshops-rows-body .row-items > .item .item-tools {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    min-height: 32px;
    margin-top: auto;
    padding-top: 8px;
    border-top: 1px solid #f0f2f5;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-tools > div {
    height: auto;
    overflow: visible;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-tools .proch {
    color: var(--tl-success);
    font-weight: 600;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-tools > div.ca a {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 5px 8px;
    color: #fff;
    background: var(--tl-brand);
    border-radius: 8px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-tools > div.ca a:hover {
    color: #fff;
    background: var(--tl-brand-dark);
}

/* =========================
   TRANG CHI TIET SAN PHAM
   ========================= */

.panel-product-info,
.panel-product-others {
    overflow: hidden;
    border: 1px solid var(--tl-line);
    border-radius: 16px;
    box-shadow: 0 6px 22px rgba(15, 23, 42, .06);
}

.panel-product-info > .panel-body {
    padding: 24px;
}

.panel-product-info h1,
.panel-product-info h2,
.panel-product-info h3 {
    color: var(--tl-ink);
    line-height: 1.35;
}

.gallery-view,
.gallery-view-inner,
.gallery-view .item-inner {
    border-radius: 14px;
}

.bk-btn-paynow,
.bk-btn-installment {
    min-height: 52px;
    margin-bottom: 10px;
    border: 0;
    border-radius: 10px;
    box-shadow: none;
    transition: filter .2s ease, transform .2s ease;
}

.bk-btn-paynow:hover,
.bk-btn-installment:hover {
    filter: brightness(.94);
    transform: translateY(-1px);
}

.btn-order-cart {
    min-height: 40px;
    padding-right: 16px;
    padding-left: 16px;
    border: 0;
    border-radius: 9px;
}

.product-detail .tabs .nav-tabs > li > a {
    padding: 11px 16px;
    font-weight: 650;
}

.product-detail .tab-content {
    padding: 18px;
    background: #fff;
    border: 1px solid var(--tl-line);
    border-top: 0;
    border-radius: 0 0 14px 14px;
}

.product-detail .tab-content img {
    max-width: 100%;
    height: auto !important;
}

/* =========================
   RESPONSIVE
   ========================= */

@media (max-width: 1199.98px) {
    .headerblock-search {
        padding-right: 20px;
        padding-left: 24px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item {
        flex-basis: calc((100% - 48px) / 4);
        max-width: calc((100% - 48px) / 4);
    }
}

@media (max-width: 992px) {
    .lxv-topfixmenu {
        justify-content: center;
        gap: 18px;
        padding: 7px 10px;
        overflow-x: auto;
    }

    .lxv-topfixmenu > div {
        flex: 0 0 auto;
        padding-left: 0;
    }

    #header {
        display: flex !important;
        gap: 12px;
        padding: 8px 10px;
    }

    #header .logo {
        flex: 0 0 64px;
        width: 64px;
        padding: 0;
    }

    .headerblock-search {
        flex: 1 1 auto;
        width: auto;
        padding: 0;
    }

    #home_top_ads {
        display: none;
    }

    .catshops-rows .catshops-rows-body .row-items > .item {
        flex-basis: calc((100% - 32px) / 3);
        max-width: calc((100% - 32px) / 3);
    }

    .panel-product-info > .panel-body {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .hsitecontent {
        padding: 16px 8px 24px;
    }

    .catshops-rows {
        margin-bottom: 16px;
        padding: 0 10px 14px;
        border-radius: 12px;
    }

    .catshops-rows .catshops-rows-header {
        min-height: 58px;
        padding: 9px 0;
    }

    .catshops-rows .catshops-rows-header h2 {
        font-size: 20px;
    }

    .catshops-rows .catshops-rows-header .catmore {
        margin-left: auto;
    }

    .catshops-rows .catshops-rows-body {
        padding-top: 8px;
    }

    .catshops-rows-tabs .nav-tabs > li {
        float: none;
    }

    .product-detail .tab-content {
        padding: 12px;
    }
}

/* =========================
   SMART PRODUCT TOOLTIP FALLBACK
   ========================= */

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip {
    z-index: 10050 !important;
    width: 360px !important;
    width: min(360px, calc(100vw - 24px)) !important;
    height: auto !important;
    max-height: calc(100vh - 24px) !important;
    max-height: calc(100dvh - 24px) !important;
    padding: 0 !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    box-sizing: border-box;
    color: var(--tl-ink);
    background: #fff;
    border: 1px solid #dfe4ea !important;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .22) !important;
    contain: layout paint;
    overscroll-behavior: contain;
    pointer-events: none;
    scrollbar-gutter: stable;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip > div {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip *,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip *::before,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip *::after {
    box-sizing: border-box;
    max-width: 100%;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tname {
    display: -webkit-box;
    padding: 12px 14px;
    overflow: hidden;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.4;
    background: linear-gradient(135deg, #b90510, #e30613);
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tline {
    display: none;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tcontent-row {
    padding: 11px 14px !important;
    border-top: 1px solid #eef1f4;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tcontent-row.rflex {
    display: flex;
    align-items: center;
    gap: 10px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tcontent-row .rtit {
    display: block;
    margin: 0 0 7px;
    padding: 0 0 0 9px !important;
    color: var(--tl-ink);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    background: transparent !important;
    border-left: 3px solid var(--tl-brand);
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .tcontent-row .rct {
    max-height: 7.75em;
    padding: 0 !important;
    overflow: hidden;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: break-word;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct img,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct video,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct iframe {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct table {
    width: 100% !important;
    table-layout: fixed;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rflex .frtit {
    flex: 0 0 auto;
    color: var(--tl-muted);
    font-size: 12px;
    font-weight: 650;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rflex .frct {
    min-width: 0;
    padding-left: 0;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .pro_tipprice {
    display: block;
    color: var(--tl-brand);
    font-family: inherit;
    font-size: 21px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: none;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip::-webkit-scrollbar,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct::-webkit-scrollbar {
    width: 6px;
}

.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip::-webkit-scrollbar-thumb,
.catshops-rows .catshops-rows-body .row-items > .item .item-protip.tl-smart-tooltip .rct::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

/* =========================
   GLOBAL PRODUCT TOOLTIP V1.5
   Tooltip ngan bam con tro; tooltip dai neo duoi header truot.
   ========================= */

#tl-global-product-tooltip {
    display: none;
    position: fixed !important;
    z-index: 10050 !important;
    width: 400px;
    height: auto;
    max-height: calc(100vh - 24px);
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    box-sizing: border-box;
    color: var(--tl-ink);
    background: #fff;
    border: 1px solid #dfe4ea;
    border-radius: 14px;
    box-shadow: 0 18px 50px rgba(15, 23, 42, .24);
    overscroll-behavior: contain;
    pointer-events: auto;
    scrollbar-gutter: stable;
}

#tl-global-product-tooltip,
#tl-global-product-tooltip *,
#tl-global-product-tooltip *::before,
#tl-global-product-tooltip *::after {
    box-sizing: border-box;
}

#tl-global-product-tooltip > div {
    min-width: 0;
    max-width: 100%;
}

#tl-global-product-tooltip .tname {
    position: sticky;
    z-index: 2;
    top: 0;
    display: block;
    padding: 12px 14px;
    color: #fff;
    font-size: 15px;
    font-weight: 750;
    line-height: 1.45;
    background: linear-gradient(135deg, #b90510, #e30613);
    overflow-wrap: anywhere;
}

#tl-global-product-tooltip .tline {
    display: none;
}

#tl-global-product-tooltip .tcontent-row {
    padding: 12px 14px !important;
    border-top: 1px solid #eef1f4;
}

#tl-global-product-tooltip .tcontent-row.rflex {
    display: flex;
    align-items: center;
    gap: 10px;
}

#tl-global-product-tooltip .tcontent-row .rtit {
    display: block;
    margin: 0 0 8px;
    padding: 0 0 0 9px !important;
    color: var(--tl-ink);
    font-size: 13px;
    font-weight: 750;
    line-height: 1.4;
    background: transparent !important;
    border-left: 3px solid var(--tl-brand);
}

#tl-global-product-tooltip .tcontent-row .rct {
    display: block !important;
    max-height: none !important;
    padding: 0 !important;
    overflow: visible !important;
    color: #475569;
    font-size: 13px;
    line-height: 1.55;
    overflow-wrap: anywhere;
    white-space: normal !important;
    word-break: break-word;
    -webkit-line-clamp: unset !important;
}

#tl-global-product-tooltip .rct p,
#tl-global-product-tooltip .rct ul,
#tl-global-product-tooltip .rct ol {
    margin-top: 0;
    margin-bottom: 7px;
}

#tl-global-product-tooltip .rct img,
#tl-global-product-tooltip .rct video,
#tl-global-product-tooltip .rct iframe {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

#tl-global-product-tooltip .rct table {
    width: 100% !important;
    table-layout: fixed;
}

#tl-global-product-tooltip .rflex .frtit {
    flex: 0 0 auto;
    color: var(--tl-muted);
    font-size: 12px;
    font-weight: 650;
}

#tl-global-product-tooltip .rflex .frct {
    min-width: 0;
    padding-left: 0;
}

#tl-global-product-tooltip .pro_tipprice {
    display: block;
    color: var(--tl-brand);
    font-family: inherit;
    font-size: 22px;
    font-style: normal;
    font-weight: 800;
    line-height: 1.25;
    text-shadow: none;
}

/* Tooltip cho luoi san pham o trang danh muc Shops. */
#tl-global-product-tooltip.tl-category-product-tooltip .tl-category-overview {
    align-items: center;
    min-height: 118px;
}

#tl-global-product-tooltip .tl-category-tooltip-image {
    flex: 0 0 96px;
    width: 96px !important;
    height: 96px !important;
    padding: 5px;
    object-fit: contain;
    background: #fff;
    border: 1px solid var(--tl-line);
    border-radius: 9px;
}

#tl-global-product-tooltip .tl-category-price-box {
    min-width: 0;
}

#tl-global-product-tooltip .tl-category-price-box .frtit {
    display: block;
    margin-bottom: 4px;
}

#tl-global-product-tooltip .tl-category-specs {
    line-height: 1.65;
}

#tl-global-product-tooltip .tl-category-specs strong {
    color: var(--tl-ink);
    font-weight: 700;
}

#tl-global-product-tooltip .tl-category-specs br + br {
    display: none;
}

#tl-global-product-tooltip::-webkit-scrollbar {
    width: 7px;
}

#tl-global-product-tooltip::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

/* Thiet bi cam ung khong co hover on dinh, nen khong mo tooltip. */
@media (max-width: 767.98px), (hover: none), (pointer: coarse) {
    .catshops-rows .catshops-rows-body .row-items > .item .item-protip,
    #tl-global-product-tooltip {
        display: none !important;
    }
}

@media (max-width: 575.98px) {
    .lxv-topfixmenu {
        justify-content: flex-start;
    }

    #header {
        gap: 8px;
    }

    #header .logo {
        flex-basis: 46px;
        width: 46px;
    }

    #header .logo img {
        width: 46px;
        height: 46px;
        max-height: 46px;
        object-fit: contain;
    }

    .headerblock-search .form-control,
    .headerblock-search .btn {
        height: 42px;
    }

    .headerblock-search .btn {
        min-width: 44px;
    }

    .catshops-rows .catshops-rows-body .row-items {
        gap: 12px;
    }

    /* Hai cot that su: bo margin cu de khong bi rot thanh mot cot. */
    .catshops-rows .catshops-rows-body .row-items > .item {
        flex-basis: calc((100% - 12px) / 2);
        max-width: calc((100% - 12px) / 2);
        height: 326px;
        margin: 0;
    }

    .catshops-rows .catshops-rows-body .row-items > .item > div:not(.item-protip) {
        padding: 9px;
        border-radius: 11px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-img {
        flex-basis: 150px;
        height: 150px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-price {
        font-size: 19px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-title {
        height: 42px;
        font-size: 13px;
        line-height: 1.55;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-tools {
        font-size: 11px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-tools > div.ca a {
        padding: 5px 6px;
    }

    .catshops-rows .catshops-rows-body .row-items > .item .item-protip {
        display: none !important;
    }
}

@media (max-width: 359.98px) {
    .catshops-rows .catshops-rows-body .row-items > .item {
        flex-basis: 100%;
        max-width: 100%;
    }
}

/* Ton trong cai dat giam chuyen dong cua nguoi dung. */
@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: .01ms !important;
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
    }
}

/* SLIDER COLUMNS FIX V1.5: Anh tu gian kin o; ba cot van can bang. */
.lxvhomeslider-1 {
    width: 100%;
    aspect-ratio: 1086 / 550;
    overflow: hidden;
    background: #fff;
    border-radius: 12px;
}

.lxvhomeslider-1 .owl-stage-outer,
.lxvhomeslider-1 .owl-stage,
.lxvhomeslider-1 .owl-item,
.lxvhomeslider-1 .owl-item > div,
.lxvhomeslider-1 .owl-item a {
    height: 100%;
}

.lxvhomeslider-1 .owl-item img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
    object-position: center;
}

/* Desktop: menu trai, slider va cot phai cung cao 516px. */
@media (min-width: 1100px) {
    #body {
        --tl-home-hero-height: 555px;
    }

    .lxv-v-nav .nav-content.nav-content-home,
    .lxvhomeslider-1,
    #home_top_ads {
        height: var(--tl-home-hero-height);
    }

    .lxvhomeslider-1 {
        aspect-ratio: auto;
    }

    #home_top_ads {
        display: grid;
        grid-template-rows: 215px minmax(0, 1fr);
        gap: 5px;
        align-content: stretch;
    }

    #home_top_ads iframe {
        display: block;
        width: 100% !important;
        height: 100% !important;
    }

    #home_top_ads .nv-block-banners {
        min-height: 0;
        margin: 0;
        overflow: hidden;
    }

    #home_top_ads .nv-block-banners a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background: #fff;
        border-radius: 12px;
    }

    #home_top_ads .nv-block-banners img {
        display: block;
        width: 100%;
        height: 100% !important;
        object-fit: fill;
        object-position: center;
    }
}

/* Footer gon, tuong phan ro va dong bo voi mau thuong hieu. */
#footer {
    min-height: 0;
    padding: 30px 0 24px;
    color: #cbd5e1;
    background: #0f2742;
    border-top: 4px solid var(--tl-brand);
    border-bottom: 0;
}

#footer .footer-block-title,
#footer .footer-block-title a,
#footer .footer-block-title a:hover {
    margin: 0 0 12px;
    color: #fff;
    font-size: 14px;
    font-weight: 750;
    letter-spacing: .01em;
}

#footer ul.footer-links li {
    margin-bottom: 7px;
}

#footer ul.footer-links li a {
    color: #cbd5e1 !important;
    transition: color .2s ease;
}

#footer ul.footer-links li a:hover {
    color: #fff !important;
}

.footerNav2 {
    padding: 18px 0;
    color: #cbd5e1;
    background: #081827;
}

.footerNav2 .footer-map {
    line-height: 1.65;
}

.footerNav2 .footer-map a {
    color: #fecaca;
}

@media (max-width: 767.98px) {
    #footer {
        padding-top: 24px;
    }

    #footer [class*="col-"] {
        margin-bottom: 18px;
    }

    .footerNav2 .footer-map {
        padding-right: 0;
        margin-bottom: 14px;
    }
}

/* =========================================================
   HEADER QUICK MENUS V1.2
   Showroom, ban hang truc tuyen va tin noi bat.
   ========================================================= */

.header-nav {
    z-index: 1000;
    overflow: visible;
}

.lxv-topfixmenu {
    position: relative;
    align-items: center;
    min-height: 36px;
}

.lxv-topfixmenu > div {
    padding-left: 18px;
}

.lxv-topfixmenu .page-show {
    position: relative;
}

.lxv-topfixmenu .itemmenu {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 28px;
    padding: 5px 7px;
    color: #f8fafc;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    white-space: nowrap;
    border-radius: 6px;
    transition: color .18s ease, background-color .18s ease;
}

.lxv-topfixmenu .itemmenu:hover,
.lxv-topfixmenu .page-show:hover > .itemmenu {
    color: #fff;
    background: rgba(255, 255, 255, .12);
}

.lxv-topfixmenu .itemmenu img {
    position: static;
    width: 16px;
    height: 16px;
    object-fit: contain;
}

.lxv-topfixmenu .itemmenu .fa-caret-down {
    margin-left: 2px;
    transition: transform .18s ease;
}

.lxv-topfixmenu .page-show:hover > .itemmenu .fa-caret-down {
    transform: rotate(180deg);
}

.lxv-topfixmenu .page-show-content,
.lxv-topfixmenu .page-show-news .page-show-content {
    top: calc(100% + 8px);
    right: auto;
    left: 0;
    z-index: 10020;
    width: min(620px, calc(100vw - 24px));
    max-height: min(560px, calc(100vh - 72px));
    padding: 18px;
    overflow-x: hidden;
    overflow-y: auto;
    color: #334155;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .2);
    animation: tlHeaderDropdownIn .16s ease-out;
}

.lxv-topfixmenu .page-show-content::before {
    position: absolute;
    top: -7px;
    left: 22px;
    width: 13px;
    height: 13px;
    content: "";
    background: #fff;
    border-top: 1px solid #e2e8f0;
    border-left: 1px solid #e2e8f0;
    transform: rotate(45deg);
}

.lxv-topfixmenu .page-show-content p {
    margin: 0;
    color: #475569;
    line-height: 1.55;
}

.lxv-topfixmenu .page-show-content strong {
    color: #172033;
}

@keyframes tlHeaderDropdownIn {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* He thong showroom: tach dia chi va hotline thanh cac the de quet nhanh. */
.lxv-topfixmenu > .showroom .page-show-content {
    width: min(620px, calc(100vw - 24px));
}

.lxv-topfixmenu > .showroom .page-show-content > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:first-child {
    margin-bottom: 10px;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:first-child::before {
    grid-column: 1 / -1;
    margin-bottom: 1px;
    color: var(--tl-brand);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: .025em;
    content: "HỆ THỐNG SHOWROOM";
}

.lxv-topfixmenu > .showroom .page-show-content > .row > [class*="col-"] {
    float: none;
    width: auto;
    min-height: 0;
    padding: 12px 13px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 9px;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:first-child > [class*="col-"]:nth-child(3) {
    display: none;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:first-child p:first-child {
    margin-bottom: 5px;
    color: var(--tl-brand);
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:first-child strong {
    font-size: 13px;
    line-height: 1.5;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:nth-child(2) > [class*="col-"] {
    padding: 10px 13px;
    text-align: center;
    background: #fff5f5;
    border-color: #ffd7da;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:nth-child(2) span {
    color: var(--tl-brand) !important;
    font-size: 21px !important;
    font-weight: 800;
    line-height: 1.25;
}

/* Ban hang truc tuyen: moi bo phan la mot o lien he ro rang. */
.lxv-topfixmenu > .onlinesell .page-show-content {
    width: min(560px, calc(100vw - 24px));
}

.lxv-topfixmenu > .onlinesell .page-show-content .titlecontact {
    margin: 0 0 9px;
    padding: 8px 11px;
    color: #fff;
    font-size: 13px;
    line-height: 1.35;
    text-align: left;
    background: linear-gradient(135deg, var(--tl-brand-dark), var(--tl-brand));
    border-radius: 7px;
}

.lxv-topfixmenu > .onlinesell .page-show-content > .row {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0 0 14px;
}

.lxv-topfixmenu > .onlinesell .page-show-content > .row:last-child {
    margin-bottom: 0;
}

.lxv-topfixmenu > .onlinesell .page-show-content > .row > [class*="col-"] {
    float: none;
    width: auto;
    padding: 11px 12px;
    background: #f8fafc;
    border: 1px solid #e8edf3;
    border-radius: 9px;
}

.lxv-topfixmenu > .onlinesell .page-show-content > .row > [class*="col-"]:first-child {
    display: none;
}

.lxv-topfixmenu > .onlinesell .page-show-content p {
    font-size: 15px;
    font-weight: 750;
}

.lxv-topfixmenu > .onlinesell .page-show-content p strong {
    display: block;
    margin-bottom: 3px;
    color: #64748b;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

/* Tin noi bat: anh lon hon, tieu de de doc va khong viet hoa tat ca. */
.lxv-topfixmenu > .news .page-show-content,
.lxv-topfixmenu .page-show-news .page-show-content {
    right: 0;
    left: auto;
    width: min(420px, calc(100vw - 24px));
    padding: 8px;
}

.lxv-topfixmenu > .news .page-show-content::before,
.lxv-topfixmenu .page-show-news .page-show-content::before {
    right: 22px;
    left: auto;
}

.lxv-topfixmenu .page-show-news .tophomenews {
    padding: 0;
    margin: 0;
}

.lxv-topfixmenu .page-show-news .tophomenews::before {
    display: block;
    padding: 8px 9px 10px;
    color: #172033;
    font-size: 13px;
    font-weight: 800;
    letter-spacing: .025em;
    content: "TIN MỚI CẬP NHẬT";
}

.lxv-topfixmenu .page-show-news .tophomenews li {
    display: grid;
    grid-template-columns: 96px minmax(0, 1fr);
    gap: 11px;
    align-items: center;
    min-height: 78px;
    padding: 8px;
    overflow: visible;
    line-height: 1.45;
    border: 0;
    border-top: 1px solid #eef2f6;
    border-radius: 7px;
    transition: background-color .18s ease;
}

.lxv-topfixmenu .page-show-news .tophomenews li::before,
.lxv-topfixmenu .page-show-news .tophomenews li::after {
    display: none;
}

.lxv-topfixmenu .page-show-news .tophomenews li:hover {
    background: #f8fafc;
}

.lxv-topfixmenu .page-show-news .tophomenews li a {
    position: static;
    top: auto;
    display: -webkit-box;
    min-width: 0;
    overflow: hidden;
    color: #273244;
    font-size: 12px;
    font-weight: 650;
    line-height: 1.45;
    text-transform: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.lxv-topfixmenu .page-show-news .tophomenews li a:first-child {
    display: block;
}

.lxv-topfixmenu .page-show-news .tophomenews li a:hover {
    color: var(--tl-brand);
}

.lxv-topfixmenu .page-show-news .tophomenews li img {
    float: none;
    width: 96px;
    height: 62px;
    margin: 0;
    object-fit: cover;
    background: #f1f5f9;
    border-radius: 6px;
}

.lxv-topfixmenu .page-show-content::-webkit-scrollbar {
    width: 7px;
}

.lxv-topfixmenu .page-show-content::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

@media (max-width: 1199.98px) {
    .lxv-topfixmenu > div {
        padding-left: 10px;
    }

    .lxv-topfixmenu .itemmenu {
        padding-right: 5px;
        padding-left: 5px;
    }
}

@media (max-width: 767.98px) {
    .lxv-topfixmenu {
        overflow: visible;
    }

    .lxv-topfixmenu > .news,
    .lxv-topfixmenu > .news .page-show {
        position: static;
    }

    .lxv-topfixmenu > .news .page-show-content,
    .lxv-topfixmenu .page-show-news .page-show-content {
        top: calc(100% + 6px);
        right: 8px;
        left: 8px;
        width: auto;
        max-height: calc(100vh - 80px);
    }

    .lxv-topfixmenu > .news .page-show-content::before,
    .lxv-topfixmenu .page-show-news .page-show-content::before {
        display: none;
    }
}

/* V1.2: Loai bo clearfix cua Bootstrap khoi luoi de cac o nam cung hang. */
.lxv-topfixmenu > .showroom .page-show-content > .row::after,
.lxv-topfixmenu > .showroom .page-show-content > .row:not(:first-child)::before,
.lxv-topfixmenu > .onlinesell .page-show-content > .row::before,
.lxv-topfixmenu > .onlinesell .page-show-content > .row::after {
    display: none !important;
    content: none !important;
}

.lxv-topfixmenu > .showroom .page-show-content > .row,
.lxv-topfixmenu > .onlinesell .page-show-content > .row {
    align-items: stretch;
}

.lxv-topfixmenu > .showroom .page-show-content > .row > [class*="col-"],
.lxv-topfixmenu > .onlinesell .page-show-content > .row > [class*="col-"] {
    box-sizing: border-box;
    height: 100%;
}

.lxv-topfixmenu > .showroom .page-show-content > .row:nth-child(2) > [class*="col-"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 58px;
}

.lxv-topfixmenu > .onlinesell .page-show-content > .row > [class*="col-"]:not(:first-child) {
    display: flex;
    flex-direction: column;
    justify-content: center;
    min-height: 72px;
}
