/*   
Theme Name: Dragon Developer Theme
Theme URI: www.dragondeveloper.com
Description: A Theme for WordPress Woocommerce with Bootstrap 5.2 for styling.
Author: Dragon Developer
Author URI: www.dragondeveloper.com
Version: 1.0
*/

/* Remove default bullets
product details den kaldirmis olduk. */
ul {
  list-style-type: none;
}

.card-img {
  max-width: 300px;
  max-height: 300px;
  width: 100%;
}

a.stretched-link.link-info {
  padding: 0.5rem;
}

.card-header.bg-transparent {
  font-family: Arial;
  font-weight: 700;
  font-size: 1.2rem;
}

footer {
  background-color: #232f3e;
  color: #ddd;
}
footer h6 {
  color: #fff;
  white-space: nowrap;
  margin: 6px 0 14px 0;
}

.footer-dragon.col.d-flex > section {
  flex: 1 1 auto;
  text-align: center;
}

.footer-dragon.col.d-flex > section > a {
  color: #ddd !important;
  text-decoration: none;
}

i.fa.fa-shopping-cart {
  color: #fff;
}

.cart-customlocation {
  color: #fff;
}

.whatsapporder {
  background-color: #4caf50;
  color: white;
  padding: 2px 5px;
  /* text-align: center; */
  text-decoration: none;
  display: inline-block;
  margin: 5px 1px;
}
.whatsapporder:hover {
  background-color: #04aa6d;
  color: white;
}
