
.large-screen {
    width: 10rem;
    height: 12rem;
    text-align: center;
    float: right;
    background-color: #55584D;
    opacity: .7;
    box-shadow: 0 0 16px -1px #55584D;
    position: fixed;
    right: 5px; 
    top: 50%;
    transform: translateY(-50%); 
    border-radius: 5px;
    overflow: hidden;
    z-index: 1000;
}

.live-cart-icon{
    color: #FDD670;
    margin: -30px 0px 0px 0px;
    font-size: 33px;
}

.card-title-live{
  margin-top: 5px;
  color: #fdd670;
  margin-top: 5px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
}

.large-screen-body{
  background: #F5FCEB;
  right: 3px;
  height: 5rem;

}

.fa-bangladeshi-taka-sign{
  font-size: 15px;
  margin-top: 6px;
  margin-right: 5px;
  opacity: .7;
  color: #e4530f;
}

.card-text-tk{
  font-size: 15px;
  font-weight: 700;
  color: #e4530f;
  
}

.live-cart{
    width: 100%;
    background: white;
    position: fixed;
    right: 0; 
    bottom: 0;
    height: 5rem; 
    overflow: hidden;
    display: initial;
    z-index: 1000;
    box-shadow: 0 0 10px -1px #55584D;
  }

  .pera{
    margin-top: 14px;
    margin-left: -16px;
    font-size: 13px;
    font-weight: bold;
    color: darkorange;
  }

  .add-cart{
    background: #EF691E;
  }

  .add-cart-text{
    margin-top: 6px;
    font-size: 20px;
    margin-left: 44px;
    font-weight: bold;
    color: aliceblue;
  }

  .cart-icon{
    margin-top: 20px;
    margin-left: 5px;
  }

  .fa-cart-shopping{
    font-size: 33px;
    color: #9a2828;
    margin-top: -13px;
    margin-left: 3px;

  }
  .cart-icon-div{
    position: relative;
  }
  .cart-icon-div span {
    position: absolute;
    top: 3px;
    right: 3px;
    background: #129f9c;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
}
.cart-icon-div i {
  font-size: 32px;
    color: #ec7e18;
    margin-top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}


@media (min-width: 992px) {
    /* For large screens, show the card */
    .large-screen {
        display: block;
    }

    /* Hide the mobile cart */
    .live-cart {
        display: none;
    }
}

@media (max-width: 991.98px) {
    /* For small screens, show the cart */
    .live-cart {
        display: flex;
    }

    /* Hide the big screen card */
    .large-screen {
        display: none;
    }
}
