 .cart-box{
   position: fixed;
    bottom: 40px; 
    right: 30px;
    width: 48px;
    height: 48px;
    z-index: 2147483000;
    cursor: pointer;
    background-position: 50%;
 }
 .btn-circle {
   width: 30px;
   height: 30px;
   text-align: center;
   padding: 6px 0;
   font-size: 12px;
   line-height: 1.428571429;
   border-radius: 15px;
 }
 .btn-circle.btn-lg {
   width: 50px;
   height: 50px;
   padding: 10px 16px;
   font-size: 18px;
   line-height: 1.33;
   border-radius: 25px;
 }
 .btn-circle.btn-xl {
   width: 70px;
   height: 70px;
   padding: 27px 16px;
   font-size: 24px;
   line-height: 1.33;
   border-radius: 35px;
 }
 .cart-items-count{
  position:relative;
  display:flex;
  text-align:center;
  justify-content: center;
  top:-80px;
 }
 .notification-counter {  
  position: absolute;
  left: 15px;
  bottom: -5px;
  background-color: #160000;
  color: #fff;
  border-radius: 3px;
  padding: -15px 5px;
  font: 15px Kanit;
 }
 