/*
Theme Name: Miniture Child
Theme URI: http://miniture.novaworks.net
Description: This is a child theme for Miniture Theme.
Author: Novaworks
Author URI: http: //www.novaworks.net/
Template: miniture
Version: 1.0
*/

/****************************************************************/
/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
/****************************************************************/
.wb-price-cart-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}

/* Cart আইকন ডানপাশে গোল বাটন আকারে */
.wb-cart-row .add_to_cart_button,
.wb-cart-row .product_type_simple {
  width: 34px;
  height: 32px;
  border-radius: 50%;
  display: flex !important;
  align-items: right;
  justify-content: center;
  padding: 7px !important;
  background: #ff7129;
  color: #fff !important;
  font-size: 0; /* ডিফল্ট টেক্সট লুকাতে */
}

/* আইকন (SVG/emoji ব্যবহার করতে পারেন) */
.wb-cart-row .add_to_cart_button::before {
  content: "🛒 /* আপাতত ইমোজি */
  font-size: 12px;
  line-height: 4;
}

.wb-cart-row .add_to_cart_button:hover {
  background: #333;
}

/****************************************************************/
/****************************************************************/
/****************************************************************/
