:root{	--htmc-secondary-color: #383535;}.pd-0{padding: 0!important;}
.htmc-btn--cta_global {
    display: inline-block;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    font-size: 16px;
    padding: 10px 5px;
    line-height: 1;
    vertical-align: middle;
    transition: all 200ms ease-in-out;
    margin: 0;
}
/** Mobile Menu Label **/
.mobile-sidebar {display:none;}
.mobile-nav {
	display: flex;
	width: 100%;
	justify-content: space-between;
	list-style: none;
}
.neutron-menu-bar {
	width: 15px;
	height: 44px;
	display: flex;
	align-items: center;
	cursor: pointer;
}
.neutron-menu-icon {
	position: relative;
	width: 100%;
}
.neutron-menu-icon .neutron-line-top,.neutron-menu-icon .neutron-line-bottom {
	position: absolute;
	height: 2px;
	width: 100%;
	background: #fff;
	transition-property: transform, top;
	transition-delay: 0ms, 160ms;
	transition-duration: 200ms;
}
.neutron-menu-icon .neutron-line-top {top: -4px;}
.neutron-menu-icon .neutron-line-bottom {top: 4px;}

.header.menu-opened .neutron-menu-bar .neutron-menu-icon .neutron-line-top {
	top: 0;
	transform: rotateZ(45deg);
	transition-property: top, transform;
	transition-delay: 0ms, 160ms;
	transition-duration: 200ms;
}
.header.menu-opened .neutron-menu-bar .neutron-menu-icon .neutron-line-bottom {
	top: 0;
	transform: rotateZ(-45deg);
	transition-property: top, transform;
	transition-delay: 0ms, 160ms;
	transition-duration: 200ms;
}
.about-contact.button__contact-header{
    align-items: center;
    border-radius: 10px;
    cursor: pointer;
    display: flex;
    height: 42px;
    padding: 3px 5px;
    position: relative;
    -webkit-text-decoration: none !important;
    text-decoration: none !important;
}
.about-contact.button__contact-header:hover {
    background: hsla(0, 0%, 100%, .2);
}
.header-item .about__box-icon {
    margin-right: 5px;
}
.header-item .about__box-icon svg {
    overflow: hidden;
    vertical-align: middle;
}
.header-item .about__box-content {
    color: #fff;
    font-size: 12px;
    line-height: 1.5;
}
/** Dropdown Menu **/
.header-bottom .has-dropdown .icon-angle-down{font-size:10px;}
.header-wrapper.stuck .header-main .header-nav {
    margin-top: -10px;
}
.nav-dropdown.nav-dropdown-default,.nav-dropdown.nav-dropdown-simple{padding:10px;}
.nav.header-nav .icon-angle-down {display:none;}
.image-icon img{width:13px;}
.image-icon.header-cart-icon:after{top:0;right:-15px;line-height: 16px;font-size:10px;}
.delimiter {
    border-left: 1px solid;
    margin: 0 7.5px;
    vertical-align: middle;
}
.rank-math-breadcrumb.breadcrumbs p {
    margin-bottom: 0;
}
/** Breadcrumbs **/
.htmc-breadcrumbs {
	box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
/** Slider **/
.shostweb-slider {
    border-radius: 15px;
    overflow: hidden;
}
.htmc-caption--wrap {
    height: 55px;
}

.htmc-caption--wrap {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    background-color: rgba(0, 0, 0, .4);
    border-radius: 8px;
    cursor: pointer;
    color: #fff;
    font-weight: 700;
    padding: 5px 12px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.htmc-slider--captions.flickity-enabled {
    position: absolute;
    z-index: 2;
    width: calc(100% - 10px);
    bottom: 10px;
    left: calc(10px / 2);
    display: flex;
    align-items: flex-end;
}
.htmc-slider--captions .item {
    padding: 5px;
    font-size: 15px;
    height: 55px;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    text-transform: capitalize;
    color: #333;
    font-size: 13px;
    cursor: pointer;
}
.htmc-slider--captions .item.is-selected .htmc-caption--wrap {
    background-color: #fff;
    color: #0e0e0e;
}
.htmc-slider--captions .flickity-viewport, .htmc-slider--captions {
	height: 68px;
    overflow: hidden;
}
/* Section Loadmore / Ajax Products */
[class*=" flaticon-"]::after, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class^="flaticon-"]::before {
    display: block;
    font-size: inherit;
    margin-left: 0;
}
[class*=" flaticon-"], [class^="flaticon-"] {
    display: inline-block;
    vertical-align: top;
}
.section-wrap.products-section > *{
	display: table-cell;
	vertical-align: middle;
	font-size: 14px;
	line-height: 24px;
}
.products-section{
    background-color: #fff;
    position: relative;
    padding-right: 90px;
    border-bottom: 1px solid #ccc;
	flex-wrap:wrap;
}
.products-section .section-title.section-title-normal{
	width: 235px;
	font-size: 16px;
	padding: 10px 15px;
	margin-bottom: 0;
}
.products-section .section-title.section-title-normal, .products-section .section-title-normal span{border-bottom: 0 none;}
.products-section .section-title.section-title-normal .icon-tab{    
    width: 30px;
    text-align: center;
    margin-right: 0;
}
.products-section .list-sub-items{
    list-style: none;
    padding: 0;
    margin-bottom: 0;
    line-height: 0;
    letter-spacing: 0;
}
.products-section .list-sub-items{
    overflow: hidden;
    width: calc(100% - 235px);
}
ul.list-sub-items li.sub-item{
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	max-width: 100%;
	margin: 0 auto;
}
ul.list-sub-items li.sub-item a {
    padding: 8px;
}
ul.list-sub-items li a:(not(.active):not(:hover)):before {
    background-color: rgba(0,0,0,.1);
}
ul.list-sub-items li:not(:last-child) a:before{
	position: absolute;
	content: '';
	right: 0;
	top: 0;
	bottom: 0;
	width: 1px;
	height: 24px;
	margin: auto;
	background-color: transparent;
}
ul.list-sub-items li.sub-item a:hover, ul.list-sub-items li.sub-item a.active {
    background: var(--fs-color-primary);
	color:#fff;
	border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.section-control > * {
    display: inline-block;
    float: left;
}
.section-control {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100px;
    height: 50px;
    padding: 5px 20px;
    margin: auto;
}
.section-control .icon {
    font-size: 24px;
    line-height: 40px;
    opacity: .6;
}
.section-control a {
    float: right;
    font-size: 20px;
    line-height: 20px;
    width: 20px;
    text-align: center;
}
.section-control a:hover {
    color:#f36;
}
/*Loader*/
.fs-loader--wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    /* background: rgba(20,53,195,.1); */
}
.loader {
	margin: 0 auto;
	width: 60px;
	height: 50px;
	text-align: center;
	font-size: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
}
.loader > div {
	height: 100%;
	width: 8px;
	display: inline-block;
	float: left;
	margin-left: 2px;
	-webkit-animation: delay 0.8s infinite ease-in-out;
	animation: delay 0.8s infinite ease-in-out;
}
.loader .bar1 {
	background-color: #754fa0;
}
.loader .bar2 {
	background-color: #09b7bf;
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s;
}
.loader .bar3 {
	background-color: #90d36b;
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s;
}
.loader .bar4 {
	background-color: #f2d40d;
	-webkit-animation-delay: -0.5s;
	animation-delay: -0.5s;
}
.loader .bar5 {
	background-color: #fcb12b;
	-webkit-animation-delay: -0.4s;
	animation-delay: -0.4s;
}
.loader .bar6 {
	background-color: #ed1b72;
	-webkit-animation-delay: -0.3s;
	animation-delay: -0.3s;
}

@-webkit-keyframes delay {
  0%, 40%, 100% {
    -webkit-transform: scaleY(0.05);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes delay {
  0%, 40%, 100% {
    transform: scaleY(0.05);
    -webkit-transform: scaleY(0.05);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.htmc-title .section-title-normal {
    border-bottom: 2px solid rgba(55,51,50,.5);
}
.htmc-title .section-title-normal>span {
	border-bottom: 2px solid rgba(0,191,130,1);
}
.htmc-title .section-title-normal ul li a span{
	border-bottom:0;
	margin-right:0;
}
.htmc-img-banner .img-inner:before {
    bottom: 0;
    content: "";
    left: 50%;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 51%;
    top: 0;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.htmc-img-banner .img-inner:after {
    bottom: 50%;
    content: "";
    left: 0;
    opacity: 1;
    -moz-opacity: 1;
    -khtml-opacity: 1;
    -webkit-opacity: 1;
    position: absolute;
    right: 0;
    top: 50%;
    background: rgba(255, 255, 255, 0.1) none repeat scroll 0 0;
}
.htmc-img-banner a:hover .img-inner:before, .htmc-img-banner a:hover .img-inner:after {
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    transition: all 500ms ease-in-out 0s;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    -ms-transition: all 500ms ease-in-out 0s;
}
.htmc-selling-products .section-title-normal {border-bottom: 0;}
.htmc-selling-products .section-title > span {
    background: var(--fs-color-success);
    padding: .5rem 1rem;
    border-bottom-right-radius: .5rem;
    border-top-left-radius: .5rem;
}
/** Single Product **/
.htmc-wc-btn--single_wrap {
	display: grid;
    grid-template-columns: auto auto;
    grid-gap: 10px;
    padding: 0;
}
.htmc-btn--cta_global span {
    font-weight: bold;
    text-transform: uppercase;
}
.htmc-btn--cta_global>* {
    display: block;
}
.htmc-btn--contact, .htmc-global--success_color {
    background-color: var(--fs-color-success);
}

#htmc_quick_request_price .form_heading {
    background: var(--fs-color-success);
    background-image: linear-gradient(to right, var(--fs-color-primary), var(--fs-color-success));
    color: #FFF;
    padding: 20px;
}
#htmc_quick_request_price .form_content {
	padding: 20px;
}
#htmc_quick_request_price .wpcf7-list-item {
	display: block;
}
#htmc_quick_request_price .wpcf7-list-item .wpcf7-list-item-label {
	font-weight: normal;
}
#htmc_quick_request_price  .form_content input[type=submit] {
	margin-right:0;
}
#htmc_quick_request_price  .form_content .wpcf7-spinner {display:none;}
/** Widget **/
aside.widget {
    background: none;
    font-size: 14px;
    margin: 0 0 25px;
    padding: 0px;
    word-wrap: break-word;
    clear: both;
    width: 100%;
}
aside.widget .is-divider{
	display:none;
}
.widget .widget-title {
    background: #383535;
    border-left: 5px solid var(--primary-color);
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
    text-transform: uppercase;
    cursor: pointer;
	width: 100%;
    display: block;
}
.widget>ul {
    border: 1px solid #eeeeee;
    padding: 10px 15px;
    border-top: none;
}
.widget .post_comments{display:none;}
.widget>ul.product-categories>li ul{
	border-left: 0;
}
/** Rating **/
.woocommerce-Reviews-avg .col-inner {
    background-color: #FAFAFA;
    border: 1px solid #EFEFEF;
    padding: 15px 15px 20px 15px;
    border-radius: 3px;
}
.ann-progress--item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.ann-progress--item label {
    font-size: 15px;
    font-weight: 400;
    width: 30px;
}
.ann-progress--item label .fa-star {
    font-size: 13px;
    color: #ea9d02;
    margin-left: 3px;
}
.svg-inline--fa {
    display: inline-block;
    font-size: inherit;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}
.ann-progress--bar {
    background-color: #e9ecef;
    border-radius: 19.6px;
    width: 85%;
    height: 10px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    margin: 0 4px 0 5px;
}
span.ann-value--rate {
    background-color: #48bb78;
    -webkit-transition: .3s all linear;
    -o-transition: .3s all linear;
    transition: .3s all linear;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    animation: progress 3s ease-in-out forwards;
    -webkit-animation: progress 3s ease-in-out forwards;
}
/**  Product **/
.product-title.woocommerce-loop-product__title a,
.product_list_widget li a span{
	overflow: hidden;
   display: -webkit-box;
   -webkit-line-clamp: 2; /* number of lines to show */
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}
.single_add_to_cart_button.button {
    width: 100%;
    padding: 10px 0;
    border-radius: 5px;
}
.single_add_to_cart_button.button span {
    display: block;
}
.single_add_to_cart_button.button .desc {
	text-transform: none;
	font-weight: normal;
}
.shop-page-title.featured-title .page-title-inner{padding-bottom:0;padding-top: 0;}
.badge-container.top{margin-top:0;}
.badge.badge-circle {
    margin-left: -0.1em;
	height:unset;
	width:unset;
}
.badge-circle .badge-inner.on-sale {
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 256 100"><title>Asset 1</title><g id="Layer_2" data-name="Layer 2"><g id="Layer_1-2" data-name="Layer 1"><image width="256" height="100" xlink:href="data:image/png;base64,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"/></g></g></svg>') 50% no-repeat;
	background-color:unset;
	width: 80px;
	height:31px;
	border-radius:0;
	font-size:.7em;
}
.htmc-call-for-price {
	color:var(--fs-color-alert);
	font-weight: bold;
}
.price.product-page-price,
.htmc-box-product-promotion {
	margin-bottom:.75rem;
}
.htmc-box-product-promotion {
    border: 1px solid #fee2e2;
    border-radius: 10px;
    overflow: hidden;

}
.htmc-box-product-promotion-header {
    background-color: #fee2e2;
    color: #d70018;
    gap: 10px;
    height: 42px;
	display: flex;
	padding: .5rem;
	font-weight: 600;
}
.htmc-box-product-promotion-header .icon {
    fill: #d70018;
    width: 20px;
	align-items: center;
    display: inline-flex;
    height: 1.5rem;
    justify-content: center;
    width: 1.5rem;
}
.htmc-box-product-promotion-header .icon svg {
    height: 30px;
}
.htmc-box-product-promotion {
    min-height: -moz-fit-content;
    min-height: fit-content;
    padding-bottom: 8px;
    transition: min-height 1s ease;
}
.htmc-box-product-promotion .htmc-box-product-promotion-content {
    min-height: 0;
    transition: height 1s ease;
	padding: .5rem;
}
.htmc-promo-item{display:flex;}
.htmc-promo-item .htmc-number {
    border-radius: 50%;
    font-size: 10px;
    font-weight: 600;
    height: 15px;
    text-align: center;
    width: 15px;
	background-color: #cc0f35;
	color:#fff;
}
.htmc-promo-item .htmc-promo-content {
    font-size: 14px;
    width: calc(100% - 25px);
	margin-left: .25rem;
}
.product-thumbnails .is-nav-selected a, .product-thumbnails a:hover{
	border-radius: .5rem;
}
/*.flickity-viewport .flickity-slider>div.col{
    flex-basis: 12%;
    max-width: 12%;
}*/
.product-gallery-slider img{
	border: 1px solid #e5e7eb;
	border-radius: .5rem;
}
/** Thông số kỹ thuật **/
.is-align-items-center {
    align-items: center;
}
.is-justify-content-space-between {
    justify-content: space-between;
}
div#tab-description {
    margin-bottom: 20px;
}
#tab-description, #tab-reviews, .htmc-technicalInfo {
    border-radius: 10px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
	padding: .75rem;
}
.htmc-technicalInfo .title h2 {
	font-size: 1rem;
	font-weight: 600;
}
.htmc-technicalInfo .htmc-technical-content {
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    overflow: hidden;
	background:#f2f2f2;
	padding:5px;
}
.htmc-technical-content ul {
	margin:0;
}
.htmc-technicalInfo .htmc-technical-content li:nth-child(odd) {
    background-color: #f2f2f2;
}
.htmc-technicalInfo .htmc-technical-content .htmc-content-item {
    width: 100%;
	margin-left:0;
	margin-bottom:0;
	padding: .5rem;
	display:flex;
}
.htmc-technicalInfo .htmc-technical-content .htmc-content-item p:first-child {
    width: 40%;
}
.htmc-technicalInfo .htmc-technical-content .htmc-content-item div {
    width: 50%;
}
div#review_form_wrapper.col {
    padding-bottom: 0;
}
/** Blog **/
.product-small .col-inner, .htmc-news .col.post-item>.col-inner {
    border: 1px solid #dedede;
    overflow: hidden;
    border-radius: 15px;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .1), 0 2px 6px 2px rgba(60, 64, 67, .15);
}
.col.post-item>.col-inner .box-text{
	padding:.7em;
}
/** Blog v2 **/
/*body.category .blog-wrapper > .row > .col{
    max-width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
}*/
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc{
    box-sizing: border-box;
    border: 1px solid #e9e9e9;
    float: left;
    width: 100%;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .box-text{
    padding: 15px;
    display: block;
    width: 100%;
    float: left;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .box-text .date.htmc{
    height: 90px;
    text-align: center;
    border-right: 1px solid #e9e9e9;
    margin-right: calc((9 / 378) * 100%);
    padding-right: calc((9 / 378) * 100%);
    float: left;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .box-text .date.htmc .wrap{
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .box-text .date.htmc .wrap .day{
    font-size: 52px;
    color: #666;
    font-family: 'DIN';
    line-height: 1;
    margin: 5px 0;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .box-text .date.htmc .wrap .month{
    font-size: 14px;
    color: #999;
    font-family: 'Arial';
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .item-title-brief.htmc {
    width: calc((280 / 385) * 100%);
    float: left;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc a.button{
    display: none;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .item-title-brief.htmc .post-title,
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .item-title-brief.htmc .post-title a{
   margin: 0;
   font-size: 16px;
   line-height: 24px;
   max-height: 48px;
   overflow: hidden;
   color: #333;
   font-weight: normal;
   overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2;
   -webkit-box-orient: vertical;
}
body.category .blog-wrapper > .row > .col .post-item .col-inner.htmc .item-title-brief.htmc .from_the_blog_excerpt{
    margin: 0;
    font-size: 14px;
    color: #999;
    line-height: 22px;
    overflow: hidden;
    word-wrap: normal;
    word-break: break-all;
    word-wrap: break-word;
    height: 42px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
body.category .blog-wrapper > .row > .col .post-item:hover .col-inner.htmc .item-title-brief.htmc .post-title a{
    color: #013a80;
}
/** Footer Contact Button **/.footer-widget.last-widget{
	border:none;
}
ul.ft-menu {
    list-style: none;
}
.col-inner ul.ft-menu li {
    margin-left: 0;
}
.ucx-dds__button, .ucx-dds__button--primary {
    background-color: #0672cb;
    border-color: #0672cb;
    color: #fff;
}
.ucx-dds__button {
    fill: currentColor;
    align-items: center;
    border: 0.0625rem solid transparent;
    border-radius: 0.125rem;
    cursor: pointer;
    display: inline-flex;
    font-size: 1rem;
    font-weight: 500;
    justify-content: center;
    line-height: 1.5rem;
    user-select: none;
    vertical-align: middle;
    white-space: normal;
	text-transform: none;
}
[component=floatingbutton] .uc-floating-button {
    position: fixed;
    right: 70px;
    bottom: 20px;
    height: 40px;
    font-weight: 500;
    border-radius: 2px;
    -webkit-box-shadow: 2px 2px 2px rgb(0 42 88 / 8%), 4px 4px 4px rgb(0 42 88 / 8%), 8px 8px 8px rgb(0 42 88 / 8%);
    box-shadow: 2px 2px 2px rgb(0 42 88 / 8%), 4px 4px 4px rgb(0 42 88 / 8%), 8px 8px 8px rgb(0 42 88 / 8%);
    font-size: 16px;
    z-index: 14;
	padding:.1875rem .6875rem;
}
[component=floatingbutton] .uc-floating-button .uc-floating-svg {
    margin-right: 0.6em;
    display: inline-block;
    overflow: hidden;
    stroke-width: 0;
    width: 16px;
    height: 16px;
}
[component=floatingbutton] .uc-floating-button .uc-floating-text {
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #fff;
    letter-spacing: .005em;
    font-size: .875em;
}
.uc-panel {
    width: 320px;
    max-height: calc(75%);
    right: 70px;
    bottom: 64px;
    background: #fff;
    position: fixed;
    -webkit-box-shadow: 0 2px 2px rgb(0 42 88 / 8%), 0 4px 4px rgb(0 42 88 / 8%), 0 8px 8px rgb(0 42 88 / 8%), 0 16px 16px rgb(0 42 88 / 8%);
    box-shadow: 0 2px 2px rgb(0 42 88 / 8%), 0 4px 4px rgb(0 42 88 / 8%), 0 8px 8px rgb(0 42 88 / 8%), 0 16px 16px rgb(0 42 88 / 8%);
    border-radius: 2px;
    z-index: 9999;
    overflow: hidden;
    font-size: 16px;
}
.uc-panel .uc-panel-header {
    height: 60px;
    background: #0672cb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    border-top-right-radius: 2px;
    border-top-left-radius: 2px;
}
.uc-panel .uc-panel-header .uc-panel-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 90%;
    color: #fff;
    padding: 16px;
    font-size: 1em;
    font-weight: 400;
}
.uc-panel .uc-panel-header .uc-panel-close-icon {
    width: 16px;
    padding: 22px 15px;
    cursor: pointer;
    background-image: url(../images/close.svg);
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    background-color: #0672cb;
    border: none;
}
.uc-panel .uc-options-list {
    overflow-y: auto;
    max-height: 55vh;
    scrollbar-width: thin;
}
.uc-menu-options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    cursor: pointer;
}
.uc-menu-options .uc-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-decoration: none;
    justify-items: center;
    padding: 12px 16px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}
.uc-menu-options .uc-menu-icon-wrapper {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 2px;
    margin-right: 12px;
}
.uc-menu-options .uc-menu-icon-wrapper .uc-menu-icon {
    text-align: center;
    margin: 30% auto;
    height: 16px;
    width: 16px;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
}
.uc-menu-options .uc-menu-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: calc(100% - 48px);
    font-weight: 400;
}
.uc-menu-options .uc-menu-text .uc-menu-text-header {
    font-size: .875em;
    color: #0063b8;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
.uc-menu-options .uc-menu-text .uc-menu-text-time {
    font-size: .75em;
    line-height: 20px;
    letter-spacing: .005em;
    color: #6e6e6e;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}
[component=chatsection] .uc-menu-chat-icon {
    background-image: url(../images/messenger.svg);
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-main .nav>li>a{padding:0;}
	.mobile-sidebar {display:block;}
	.header .mobile-sidebar {
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 25px;
		width: 100%;
		height: 0vh;
		background: #000;
		justify-content: start;
		overflow: hidden;
		z-index: -1;
		transition: all 1000ms ease;
	}
	.header.menu-opened	.mobile-sidebar {height:100vh;margin-top:64px;}
	.mobile-sidebar .nav-sidebar.nav-vertical>li+li{border-top:0 none;}
	
	.uc-panel {
		right: 0;
		bottom: 0;
		width: 100%;
		max-height: 100%;
		overflow-y: auto;
	}
	[component=floatingbutton] .uc-floating-button .uc-floating-svg {
		margin-right: 0;
		width: 16px;
		height: 16px;
	}
	[component=floatingbutton] .uc-floating-button .uc-floating-text {
		height: 1px;
		overflow: hidden;
		position: absolute;
		white-space: nowrap;
		width: 1px;
	}
	.htmc-mobile-nav {
        bottom: 60px;
        background: #fff;
        position: fixed;
        z-index: 999;
    }
	.sticky-mobile-menu {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 999;
		-webkit-box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.2);
		box-shadow: 0px -8px 29px -12px rgba(0,0,0,0.2);
	}

}
@media (min-width: 768px) and (max-width: 1024px) {
	/* Tablet */
	.header-main .nav>li>a{padding:0;}
	.header {height: 44px;}
	.mobile-sidebar {display:block;}
	.header .mobile-sidebar {
		flex-direction: column;
		position: fixed;
		top: 0;
		left: 0;
		padding: 0 25px;
		width: 100%;
		height: 0vh;
		background: #000;
		justify-content: start;
		overflow: hidden;
		z-index: -1;
		transition: all 1000ms ease;
	}
	.header.menu-opened	.mobile-sidebar {height:100vh;margin-top:44px;}
	.mobile-sidebar .nav-sidebar.nav-vertical>li+li{border-top:0 none;}
}
