span.mb-title {
    display: block;
}
img.fb-mes-mb {
    width: 32px !important;
}
.cart-pc span.cart-qty-count {
    position: absolute;
    top: 5px;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 11px;
    color: #fff;
    background-color: var(--primary-color);
    opacity: 0.9;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    line-height: 13px;
    text-align: center;
}
.cart-mobile span.cart-qty-count {
    position: absolute;
    top: 0;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 11px;
    color: #fff;
    background-color: var(--primary-color);
    opacity: 0.8;
    box-shadow: 1px 1px 3px 0 rgba(0,0,0,.3);
    line-height: 13px;
    text-align: center;
    right: 12px;
}
.thaitoan-nav .cart-popup {
    position: relative;
}
.back-to-top {
    color: #666 !important;
}
.back-to-top:hover {
    color: #fff !important;
}
.cart-popup img {
    width: 30px !important;
    vertical-align: bottom !important;
    position: relative;
    display: inline-block;
}
.phone-mobile {display: none;}
.thaitoan-nav {
    position: fixed;
    right: 17px;
    z-index: 150;
    bottom: 60px;
}
.thaitoan-nav .xmw-mobile-button {display: none;}
.thaitoan-nav .xmw-pc-button {display: block;}
.thaitoan-nav .xmw-pc-button img {
    background-size: contain;
    width: 44px;
    height: 44px;
    display: block;
    margin: auto;
    border-radius: 50%;
}
.thaitoan-nav .xmw-pc-button img:hover{text-decoration:none !important;box-shadow:0 5px 10px rgba(0,0,0,.15),0 4px 15px rgba(0,0,0,.13);border: 2px solid #fff;}
.thaitoan-nav ul>li a img {
    background-size: contain;
    width: 36px;
    height: 36px;
    display: inline-block;
    margin: auto;
}
.thaitoan-nav ul li .button .phone_animation img {
    display: inline-block;
    width: 27px;
    height: 27px;
    margin-top: 9px;
}
.thaitoan-nav .xemmauweb-nt-fb, .thaitoan-nav .xemmauweb-gmaps, .thaitoan-nav .chat-zalo, .thaitoan-nav .xemmauweb-sale, .thaitoan-nav .cart-pc{
    position: relative;
    margin-bottom: 0.3em;
}
.thaitoan-nav ul {list-style: none;padding: 0;margin: 0;}
.thaitoan-nav ul li {list-style: none!important;}
.thaitoan-nav ul>li a {
    border:none;
    padding: 3px;
    display: block;
    border-radius: 5px;
    text-align: center;
    font-size: 10px;
    line-height: 15px;
    color: #515151;
    font-weight: 700;
    max-width: 72.19px;
    max-height: 54px;
    text-decoration: none;
}
.thaitoan-nav ul>li .chat_animation, .thaitoan-nav .cart-popup {display:none}
.thaitoan-nav li .button {
    background: transparent;
}
.thaitoan-nav ul li .button .btn_phone_txt {
    position: relative; top:35px;
    font-size: 10px;
    font-weight: bold;
    text-transform: none;
}
.thaitoan-nav ul>li a.chat_animation svg {
    margin: -13px 0 -20px;
}
.thaitoan-nav ul li .button .btn_phone_txt {
    position: relative;
}
.xmw-tooltip {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    right: 120%;
    font-size: 12px;
    width: auto;
    height: 35px;
    line-height: 25px;
    padding: 5px 10px;
    white-space: nowrap;
    z-index: 1;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    background-color: rgba(29, 36, 62, 0.7);
    box-sizing: border-box;
    top: calc(50% - 16px);
    transition: opacity .5s;
}
.xmw-tooltip:after {
    content: "";
    position: absolute;
    top: 50%;
    border-color: transparent transparent transparent rgba(29, 36, 62, 0.7);
    left: 100%;
    margin-top: -5px;
    border-width: 5px;
    border-style: solid;
}
.xemmauweb-nt-fb:hover .xmw-tooltip, .xemmauweb-gmaps:hover .xmw-tooltip, .chat-zalo:hover .xmw-tooltip, .xemmauweb-sale:hover .xmw-tooltip, .cart-pc:hover .xmw-tooltip{
	opacity: 1 !important;
	visibility: visible !important;
}
.hotline-phone-ring-wrap {
  position: fixed;
  bottom: 18px;
  left: 0;
  z-index: 999999;
}
.hotline-bar {
	opacity: 0.7;
}
.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: 87px;
  height: 87px;
  top: 10px;
  left: 10px;
  position: absolute;
  background-color: transparent;
  border-radius: 100%;
  border: 2px solid #e60808;
  -webkit-animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  animation: phonering-alo-circle-anim 1.2s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0.5;
}

.hotline-phone-ring-circle-fill {
	width: 57px;
  height: 57px;
  top: 25px;
  left: 25px;
  position: absolute;
  background-color: rgba(230, 8, 8, 0.7);
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  animation: phonering-alo-circle-fill-anim 2.3s infinite ease-in-out;
  transition: all .5s;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}

.hotline-phone-ring-img-circle {
	background-color: #e60808;
	width: 33px;
  height: 33px;
  top: 37px;
  left: 37px;
  position: absolute;
  background-size: 20px;
  border-radius: 100%;
  border: 2px solid transparent;
  -webkit-animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  animation: phonering-alo-circle-img-anim 1s infinite ease-in-out;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hotline-phone-ring-img-circle .pps-btn-img {
	display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.hotline-phone-ring-img-circle .pps-btn-img img {
	width: 20px;
	height: 20px;
}

.hotline-bar {
  position: absolute;
  background: rgba(230, 8, 8, 0.75);
  height: 40px;
  width: 200px;
  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;
  /* width: 175px !important; */
  left: 33px;
  bottom: 37px;
}

.hotline-bar > a {
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: bold;
  text-indent: 50px;
  display: block;
  letter-spacing: 1px;
  line-height: 40px;
  font-family: Arial;
}

.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;}
.hotline-phone-ring {display: none;}
.to-top-pc {display: none;}
.thaitoan-nav li .button .phone_animation {box-shadow: none;
    position: absolute;
    top: -14px;
    left: 50%;
    transform: translate(-50%,0);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #6cb917;
    line-height: 15px;
    border: 2px solid white;
}
.thaitoan-nav ul>li a{padding:0; margin:0 auto}
.thaitoan-nav {
    background: white;
    width: 100%; border-radius:0;
    color: #fff;
    height: 60px;
    line-height: 50px;
    position: fixed;
    bottom: 0 !important;
    left: 0;
    z-index: 999;
    padding: 5px;
    margin: 0;
    box-shadow: 0 4px 10px 0 #000;
}
.thaitoan-nav li {
    float: left;
    width: 20%;
    list-style: none;
    height: 50px;
}
.phone-mobile, .thaitoan-nav .cart-popup{display:block !important;}
.thaitoan-nav li .chat_animation{display:block !important}
.thaitoan-nav .xmw-pc-button,.xmw-tooltip, .xemmauweb-sale,.cart-pc{display: none;}
.thaitoan-nav .xmw-mobile-button {display: block;}
}