li.nav-dropdown-col {
  width: 270px !important;
}

.nav-dropdown > li.image-column {
  width: 330px !important;
}
.nav-dropdown li.image-column > a img {
  object-fit: cover;
  height: 330px;
}
/* Màu Title H*/
 
h1,h2,h3 {
  color: var(--fs-color-primary) !important;
}

.dark h1,.dark h2,.dark h3 {
  color: #fff !important;
}
 
 /* Tab custom */
 .nav > li.active > a, .nav > li > a:hover {
  color: var(--fs-color-primary) !important;
}

 .tabbed-content .nav{
  border-bottom: .1px solid #ccc;
}

.tabbed-content .nav > li {
  margin: 0 40px;
}
 
 /* CSS bổ sung để giống ảnh mẫu */
.row-grid-tires { margin-top: 20px; }

.lop-item-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 15px;
}

.card-image { padding: 15px; text-align: center; background: #f9f9f9; }
.card-image img { max-height: 200px; object-fit: contain; }

.card-body { padding: 15px; flex-grow: 1; display: flex; flex-direction: column; }
.card-title { font-size: 18px; font-weight: 800; margin: 5px 0; line-height: 1.2; }
.card-rating { color: #0054a6; font-size: 13px; margin-bottom: 10px; }

.tag-item {
    background: #e7f0f7;
    color: #0054a6;
    padding: 2px 8px;
    border-radius: 15px;
    font-size: 12px;
    font-weight: bold;
}

.card-excerpt { font-size: 14px; color: #666; margin: 10px 0; }

.card-price { margin-top: auto; border-top: 1px solid #eee; padding-top: 10px; margin-bottom: 15px; }
.card-price small { display: block; font-size: 12px; color: #888; }
.card-price strong { font-size: 20px; color: #000; font-weight: 900; }

.card-buttons .button { flex: 1; padding: 0 5px; text-transform: none; font-weight: bold; }
/* Toàn bộ Container */
.michelin-archive-container { background: #f0f2f5; padding: 40px 0; min-height: 80vh; }

/* Breadcrumb & Header */
.m-breadcrumb { margin-bottom: 20px; font-size: 14px; color: #666; }
.m-breadcrumb a { color: #0054a6; text-decoration: none; font-weight: 600; }
.archive-header { margin-bottom: 35px; border-bottom: 3px solid #0054a6; padding-bottom: 15px; }
.page-title { color: #002e5d; font-size: 32px; font-weight: 800; text-transform: uppercase; margin: 0; }
.result-count { color: #555; margin-top: 5px; }

/* Danh sách Item dạng ngang */
.m-results-list { display: flex; flex-direction: column; gap: 30px; }
.lop-item-horizontal { 
    background: #fff; border-radius: 12px; position: relative; overflow: hidden; 
    box-shadow: 0 5px 15px rgba(0,0,0,0.05); border: 1px solid #e0e0e0; transition: 0.3s;
}
.lop-item-horizontal:hover { box-shadow: 0 10px 30px rgba(0,0,0,0.1); }

/* Badge Vàng */
.best-choice-badge {
    background: #fff200; color: #000; font-weight: 900; text-align: center;
    padding: 8px; font-size: 13px; text-transform: uppercase; letter-spacing: 1px;
}

.lop-inner-flex { display: flex; }

/* Cột Ảnh */
.lop-image-box { flex: 0 0 300px; padding: 30px; display: flex; align-items: center; justify-content: center; background: #fdfdfd; }
.lop-image-box img { max-width: 100%; height: auto; transition: 0.4s; }
.lop-item-horizontal:hover .lop-image-box img { transform: scale(1.08); }

/* Cột Thông tin */
.lop-content-box { flex: 1; padding: 30px; display: flex; justify-content: space-between; }
.lop-main-info { flex: 1; padding-right: 25px; }
.brand-label { font-size: 13px; color: #888; font-weight: bold; letter-spacing: 1px; }
.lop-title-big { font-size: 24px; margin: 8px 0; font-weight: 800; line-height: 1.2; }
.lop-title-big a { color: #000; text-decoration: none; }
.lop-rating { margin-bottom: 15px; font-size: 14px; color: #444; }
.stars { color: #0054a6; font-size: 16px; }

.lop-tags { display: flex; gap: 20px; margin-bottom: 10px; }
.lop-tags span { font-size: 13px; color: #555; font-weight: 500; }

.lop-excerpt-big { color: #666; font-size: 15px; line-height: 1.6; }

/* Cột Giá & Nút */
.lop-side-info { 
    flex: 0 0 260px; border-left: 1px solid #eee; padding-left: 30px; 
    display: flex; flex-direction: column; justify-content: space-between; text-align: right;
}
.lop-specs-badge {
    background: #0054a6; color: #fff; padding: 7px 15px; border-radius: 5px;
    font-weight: 700; display: inline-block; margin-bottom: 15px; font-size: 15px;
}

.price-box { margin-bottom: 15px; }
.price-label { font-size: 14px; color: #666; margin: 0; }
.price-amount { font-size: 26px; font-weight: 900; color: #000; margin: 2px 0; }
.price-note { font-size: 11px; color: #999; font-style: italic; }

.lop-actions-group { display: flex; flex-direction: column; gap: 12px; }
.btn-m-detail {
    border: 2px solid #0054a6; color: #0054a6; padding: 11px; border-radius: 6px;
    font-weight: 800; text-decoration: none; text-align: center; font-size: 14px;
}
.btn-m-detail:hover { background: #0054a6; color: #fff; }

.btn-m-find {
    background: #fff200; color: #000; padding: 13px; border-radius: 6px;
    font-weight: 800; text-decoration: none; text-align: center; font-size: 14px;
    box-shadow: 0 4px 0 #d1c600;
}
.btn-m-find:hover { background: #ffe100; transform: translateY(-2px); }

/* Phân trang */
.m-pagination { margin-top: 40px; text-align: center; }
.m-pagination .page-numbers { 
    padding: 8px 15px; background: #fff; border: 1px solid #ddd; 
    margin: 0 3px; border-radius: 4px; color: #0054a6; font-weight: bold;
}
.m-pagination .current { background: #0054a6; color: #fff; border-color: #0054a6; }

/* Responsive */
@media (max-width: 991px) {
    .lop-inner-flex { flex-direction: column; }
    .lop-image-box { flex: none; width: 100%; border-bottom: 1px solid #eee; }
    .lop-content-box { flex-direction: column; }
    .lop-side-info { flex: none; border-left: none; padding-left: 0; border-top: 1px solid #eee; padding-top: 25px; text-align: left; }
    .lop-actions-group { flex-direction: row; }
    .btn-m-detail, .btn-m-find { flex: 1; }
}


/***** Box Image ****/ 
.row .fill {
  border-radius: 10px;
}
.box-overlay .box-text, .box-shade .box-text {
  background: linear-gradient(0deg, #000 20%, transparent)

}
.box-image {
border-radius: .8rem;
}
.box-overlay .box-text{
  border-bottom-left-radius: .8rem;
  border-bottom-right-radius: .8rem;
  padding-top: 30%;
}

/***** Sản phẩm chi tiết wc ****/ 
.digi-wc p {
  margin-bottom: 0;
}
.digi-wc{
background: #f8f8f8;
  padding: 15px 20px;
  border-radius: 8px;
  border: 1px solid #eaecf0;
  }
.form_digi {
  padding: 10px 0 0 0;
}
	/* Bắt form CF7 hiển thị inline */
.form_digi .wpcf7 p {

  display: flex;
}
.form_digi .wpcf7-form-control.wpcf7-submit.has-spinner {
  flex: 0 0 40%;
  margin-left: 10px;
  font-size: 14px;
  cursor: pointer;
}
.form_digi .wpcf7 .wpcf7-form-control-wrap {
  display: block;
  flex: 0 0 50%;
}
span.amount {
  color: #d70018 !important;
}
.product-info span.amount {
  font-size: 0.8em !important;
}

/***** Footer****/ 
.product-footer ul {
  padding: 0 0 0 15px;
}

 .company-info i[class^="icon-"]{
margin-right: 5px !important;
width: 20px;
}
ul.menu > li + li {
  border-top: unset !important;
}
#top-link {
    margin-bottom: 55px;
}
.absolute-footer.dark {
  border-top: solid 1px #383838;
}
.footer-primary.pull-left {
  padding: 7.5px 0;
}
.pull-left {
  float: inherit !important;
}
@media screen and (min-width: 850px) {
  .box-image.sp .attachment-full.size-full.wp-post-image,.box-category.has-hover.box-default .wp-post-image {
    height: 210px;
    border-radius: 10px;
    object-fit: cover;
  }


}
.company-info p
{
 margin-bottom: 0.3em; 
}
.product-short-description li {
  margin-bottom: 0.1em !important;
}
.product-title.product_title.entry-title{
  font-size: 1.5em !important;
}



.header.transparent .nav-dark .social-icons .button.is-outline {
  border-color: hsla(0,0%,100%,.5);
}
.header.transparent .nav-dark .is-outline
{
  color:  hsla(0,0%,100%,.5);
}

.nav-dark .social-icons .button.is-outline {
  border-color: #555;
}
.nav-dark .is-outline
{
  color:  #555;
}
.footer .hidden-xs span, .footer .hidden-xs a{
  padding-left: 5px;
}
.hidden-xs.lien_he span {
  padding-left: 10px;
}
.hidden-xs.lien_he i[class^="icon-"] {
  color: var(--fs-color-primary);
}
.icon-dribbble {
  padding-right: 5px !important;
}
.icon-map-pin-fill {
  padding-right: 10px !important;
}
.entry-divider.is-divider.small {
  display: none;
}
.diachi {
  display: flex;
}
.recent-blog-posts-li .badge{
  height: 4em;
  width: 5.5em;
}
.recent-blog-posts-li .recent-blog-posts a {
  font-size: 14px;
}

.ux-logo-image.block.lazy-load-active {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.footer-2 {
    background-position: 50% 22%;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}
.footer {
    padding: 60px 0;
}
/* Ho tro khieu nai */
.baohanh {
  display: block;
  width: 240px;
  height: 56px;
  padding-left: 50px;
  border: solid 1px #4d4d4d;
  background: url(../digibiz/images/vc3.png) no-repeat 12px center;
  border-radius: 10px;
  background-size: auto 24px;
  font-size: 13px;
  margin-top: 10px;
}
.baohanh .a {
  padding-top: 8px;
height: 28px;
}
.baohanh span {
  display: block;
}
.kdkd_info {
  padding: 0 15px 15px;
}
@media only screen and (min-width: 550px) {
.kdkd_info {
display: flex;
}
.dangkybct {
  width: 72%;
}
}
/* Ho tro onlne */
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
}
.hotline-phone-ring {
  position: relative;
  visibility: visible;
  background-color: transparent;
  width: 110px;
  height: 110px;
  cursor: pointer;
  z-index: 11;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transition: visibility .5s;
  left: 0;
  bottom: 0;
  display: block;
}
.hotline-phone-ring-circle {
    width: 85px;
  height: 85px;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}
.hotline-phone-ring-circle-fill {
    width: 55px;
  height: 55px;
  top: 17px;
  left: 17px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.hotline-phone-ring-img-circle {
    background-color: #e60808;
    width: 33px;
  height: 33px;
  top: 28px;
  left: 28px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hotline-phone-ring-img-circle .pps-btn-img {
    display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.hotline-phone-ring-img-circle .pps-btn-img img {
    width: 20px;
    height: 20px;
}
.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 235px;
  line-height: 40px;
  border-radius: 3px;
  padding: 0 10px;
  background-size: 100%;
  cursor: pointer;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  z-index: 9;
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50px !important;
  left: 23px;
  bottom: 47px;
  display:none;
}
.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  text-indent: 48px;
  display: block;
  letter-spacing: 0px;
  line-height: 40px;
}
.hotline-bar > a:hover,
.hotline-bar > a:active {
  color: #fff;
}
@-webkit-keyframes phonering-alo-circle-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.5) skew(1deg);
    -webkit-opacity: 0.1;
  }
  30% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    -webkit-opacity: 0.5;
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    -webkit-opacity: 0.1;
  }
}
@-webkit-keyframes phonering-alo-circle-fill-anim {
  0% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
    opacity: 0.6;
  }
  100% {
    -webkit-transform: rotate(0) scale(0.7) skew(1deg);
    opacity: 0.6;
  }
}
@-webkit-keyframes phonering-alo-circle-img-anim {
  0% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  10% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  20% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  30% {
    -webkit-transform: rotate(-25deg) scale(1) skew(1deg);
  }
  40% {
    -webkit-transform: rotate(25deg) scale(1) skew(1deg);
  }
  50% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
  100% {
    -webkit-transform: rotate(0) scale(1) skew(1deg);
  }
}
@media (max-width: 768px) {
  .hotline-bar {
    display: none;
  }
}
.float-contact {
  position: fixed;
  bottom: 13%;
  left: 33px;
  z-index: 99999;
}
.float-contact button {
  position: relative;
  text-transform: uppercase;
  font-size: .97em;
  letter-spacing: .03em;
  touch-action: none;
  cursor: pointer;
  font-weight: bolder;
  text-align: center;
  text-decoration: none;
  border: 1px solid transparent;
  margin-top: 0;
  margin-right: 1em;
  text-shadow: none;
  line-height: 2.4em;
  min-height: 2.5em;
  max-width: 100%;
  transition: transform .3s,border .3s,background .3s,box-shadow .3s,opacity .3s,color .3s;
  text-rendering: optimizeLegibility;
  box-sizing: border-box;
}

.float-contact .chat-zalo a, .float-contact .chat-face a, .float-contact .hotline a {
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  line-height: 0;
}
.chonweb-call {
    text-align: center;
    width: 43px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    display: block;
    z-index: 999;
}

.chonweb-call div.tip.chonweb-zalo, .chonweb-call div.tip.chonweb-alo, .chonweb-call div.tip.chonweb-mes {
    background-color: #0084ff;
}
.chonweb-call div.tip.chonweb-gia {
background-color: #ff6600;
}
.chonweb-call div.tip.chonweb-vber, .chonweb-call div.tip.chonweb-shopee  {
background-color: #953fde;
}
.chonweb-call div.tip.chonweb-alo {
    background-image: url(../digibiz/images/call.png);
}
.chonweb-call div.chonweb-gia {
    background-image: url(../digibiz/images/gia.png);
   background-size: 60%;
}
.chonweb-call div.chonweb-zalo {
    background-image: url(../digibiz/images/zalo1.png);
}
.chonweb-call div.tip.chonweb-mes {
    background-image: url(../digibiz/images/messenger.png);
}
.chonweb-call div.tip.chonweb-vber {
    background-image: url(../digibiz/images/viber.png);
	background-size: 116%;
}
.chonweb-call div.tip.chonweb-shopee {
  background-image: url(../digibiz/images/shopee-icon.png);
background-size: 116%;
}
.chonweb-call div.tip.chonweb-lazada {
  background-image: url(../digibiz/images/lazada-icon.png);
background-size: 116%;
}
.chonweb-call div.tip.chonweb-ins {
  background-image: url(../digibiz/images/instagram-icon.png);
background-size: 116%;
}
.chonweb-call div.tip.chonweb-tiktok {
  background-image: url(../digibiz/images/tiktok-icon.png);
background-size: 116%;
}
.chonweb-call div:first-child {
    margin-top: 0;
}
.chonweb-call div.tip.chonweb-alo, .chonweb-call div.tip.chonweb-zalo, .chonweb-call div.tip.chonweb-mes, .chonweb-call div.tip.chonweb-gia, .chonweb-call div.tip.chonweb-vber,
.chonweb-call div.tip.chonweb-shopee, .chonweb-call div.tip.chonweb-lazada,.chonweb-call div.tip.chonweb-ins, .chonweb-call div.tip.chonweb-tiktok  {
    display: block;
}
.chonweb-call div {
    margin: 14px 0;
    margin-top: 14px;
    background: #0084FF center no-repeat;
    background-color: rgb(0, 132, 255);
    background-image: none;
    background-size: auto;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
.chonweb-call a {
    line-height: 43px;
}
.chonweb-call a {
    display: block;
    line-height: 43px;
    text-indent: -9999px;
}
.chonweb-call div {
    margin: 14px 0;
    background: #0084FF center no-repeat;
    background-color: rgb(0, 132, 255);
    background-image: none;
    background-size: auto;
    background-size: 70%;
    border-radius: 50%;
    box-shadow: 0 3px 10px #888;
}
.chonweb-call div:last-child {
    margin-bottom: 0;
}
.tip {
    position: relative;
    display: inline-block;
  }
.tip .tooltiptext span::after {
left: 100%;
transform: rotateZ(-180deg);
content: "";
position: absolute;
top: 50%;
margin-top: -5px;
border-width: 5px;
border-style: solid;
}
.tip .tooltiptext {
    background-color: rgba(29, 36, 62, 0.7);
    color: #fff;
    visibility: hidden;
    text-align: center;
    border-radius: 5px !important;
    white-space: nowrap !important;
    width: auto !important;
    height: 35px !important;
    line-height: 25px !important;
    padding: 5px 10px !important;
    position: absolute;
    z-index: 1;
    top: 4px;
    font-size: 12px !important;
    font-family: arial,sans-serif !important;
    cursor: pointer;
}
.tooltiptext {
  left: 110%;
}
.tip:hover .tooltiptext {
    visibility: visible;
}
.chonweb-call.phai {
right: auto;
left: 20px;
bottom: 110px;
}
/* END PHONE RING  */

/*Tag blog*/
.vcs-title-blog {
  display: flex;
}
.vcs-title-blog .tag {
  margin: 0 8px;
  font-size: 12px !important;
  display: flex;
}
.vcs-title-blog .tag i {
  margin-right: 5px;
}

/*Related post*/

.box-shadow-2, .box-shadow-2-hover:hover {
    box-shadow: none;
}
.footer .is-divider, .widget .is-divider{
  display: none;
}

.fa-home::before {
    padding-right: 4px;
}
ul.menu > li + li, .widget > ul > li + li {
    border-top: 0px solid  #ececec;
        border-top-color: rgb(236, 236, 236);
}
/*Related post in content - digibizso.com*/
.list-news {
    width: 100%;
    margin-bottom: 0;
}

#related_posts ul {
    margin:0;
    overflow:hidden;
   }
#related_posts li {
list-style: none;
margin: 0px;
display: inline-block;
width: 25%;
margin-bottom: 0;
padding: 0 5px;
margin-right: 0 !important;
float: left;
   }
   .new-img {
    height: 110px;
}
.new-img a img {
    height: 100%;
    object-fit: cover;
}
  .related_content {
  padding-top: 10px;
  }
.relative-post-title, .relative-post-title a {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 10px !important;
    height: 90px !important;
}   
   
#related_posts li a {
    display: block;
    font-size: 14px;
    line-height: 16px;
    text-align: left;
    text-decoration:none;
    width: 100%;
    margin-bottom: 12px;
    padding-right: 9px;
   }
   #related_posts img {
    height: 110px;
    object-fit: cover;
	border-radius: 4px;
   }
   #related_posts li a:hover {
    text-decoration: underline;
   }
#breabcrumb, .danh-muc ul, .danh-muc ul li, .list-news, .social-share, .tag-meta-post {
    display: table;
}
.tag-meta-post .meta-date-capnhat {
    padding-left: 2px;
    padding-right: 6px;
}
.tag-meta-post .luot-xem {
    padding-left: 3px;
    padding-right: 10px;
}
 .tag-meta-post {
    text-transform: none;
}
.tag-meta-post.vcs, .tag-meta-post a {
    font-size: 12px;
    color:     gray;
    line-height: 1.6;
	width: 100%;
	margin-bottom: -25px;
	margin-left: 10px;
}
.meta-related{
display:block;
margin-top:10px;
margin-bottom: 10px;
}
 .meta-related ul li a{
color: #0092ff;
text-transform: none; }
 .meta-related ul li {
    font-size: 15px;
}
.meta-related ul li a:hover{
color: #0072c8;
}
.meta-related {
    background: #e6f4ff;
    padding: 9px 10px 1px 10px;
}

/* Fix- digibizso.com  */
.vcs-fix{
  position: fixed;
  right: 15px;
  bottom: 74px;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.vcs-fix a {
  display: block;
  text-align: center;
  margin-bottom: 6px;
}
.vcs-fix a span {
  display: block;
  color: #333;
  padding-top: 5px;
  font-size: 12px;
  font-weight: 600;
}


.vcs-mb-fix{
display: none;
	}
 
#billing_address_1_field{
    width: 100%;
    float: left;
  }
  .tspk-biss {
    margin-left: -1.3em;
    line-height: 13px;
    list-style: none;
  }

@media only screen and (max-width: 48em) {
/* Tuyen dung*/ 
  .thongtin {
    font-size: 12px;
  }
  .job-dettail .icon {
    font-size: 24px;
  }
  #box-h-td {
    padding: 10px;
  }
  #row-td {
    margin: 0;
  }
  .job-info {
    padding: 0;
  }
  .job-dettail {
     display: block;
  }
  .img-inner.dark.biss .detail {
    padding-left: 15px;
  }


/* Fix- digibizso.com  */
.vcs-fix{

  bottom: 115px;

}

/* Fix-mobile- digibizso.com  */
.vcs-mb-fix{
position: fixed;
bottom: 0;
left: 0;
width: 100%;
z-index: 99;
background: #fff;
box-shadow: 0 0 23px rgb(0 0 0 / 15%);
display: flex;
padding: 5px 0;
display: flex;
}
.vcs-mb-fix > div {
  width: 20%;
  border: 0 !important;
  opacity: 1 !important;
  text-align: center;
}
.vcs-mb-fix a img {
  max-height: 24px;
}
.vcs-mb-fix a span {
  color: #666;
  font-size: 12px;
  display: block;
  font-weight: 400;
}
.vcs-mb-fix .call img {
  width: auto;
  height: auto;
  max-height: initial !important;
  display: block;
  position: absolute;
  top: -16px;
  right: 0;
  margin: auto;
  left: 0;
}


.back-to-top {
  bottom: 72px !important;
}
.product-small.box {
  height: 284px;
}
.box.box-vertical .box-text.text-left.is-small {
  padding-top: 0 !important;
}
.quantity + .button {
  font-size: 0.85em !important;
}
.button, button, input[type="submit"], input[type="reset"], input[type="button"] {
  font-size: .85em !important;
}

/* Blog Mobile - digibizso.com  */
#related_posts li a {
    position: absolute;
    width: 100px;
}
   .new-img {
   position: absolute;
   }
.related_content {
  padding-left: 105px;
  min-height: 54px;
  margin-bottom: 4px;
  padding-top: 4px;
}
#related_posts li,#related_posts li:first-child {
    width: 100%;
}
#related_posts .related_content a{
    position: absolute;
    width: 60%;
}
#related_posts img {
    height: 68px;
 }
 #related_posts li {
    margin: 0px;
}
body {
    padding-top: 0px;
}
.support-tab img {
    width: 76%;
}
.support-tab {
    top: 40%;
}
.hdevvn-show-cats {
    display: none;
}
del .amount::before {
    display:none;
  }
.relative-post-title, .relative-post-title a {
    font-size: 14px;
    line-height: 19px;
    margin-bottom: 0px !important;
    height: 74px !important;
}
.absolute-footer.dark {
    margin-bottom: 50px;
  }
}