/*!
  Theme Name: Bangla Bibaho Panjika
  Theme URI: https://banglabibahopanjika.com/
  Author: Kushal Mukherjee
  Author URI: https://mrkushal-web.github.io/portfolio/
  Description: Bangla Bibaho Panjika Theme Customization from Scratch. 
  Version: 1.0.0
  Tags: custom-background, custom-logo, custom-menu, featured-images, comments, woocommerce, translation-ready.
*/

.product-cart-home {
  position: relative;
  background: #000000 !important;
  padding: 6px 10px !important;
  font-weight: 500;
  color: #fff !important;
  z-index: 1;
  border-radius: 4px;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-left: 4px;
  text-transform: capitalize;
}

.product-cart-home:hover {
  background-color: #d11355;
  color: #fff;
}
.product-cart-home:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 0%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 4px;
  background: #e72463;
  transition: all 0.4s ease;
}
.product-cart-home:hover:after {
  width: 100%;
}