/*
Theme Name: Kilews West Child Theme
Description: Child theme for custom changes
Author: Kilews
Author URI: http://kilewswest.com
Template: kilews
Version: 1.0
*/

/* Add your custom styles below */

.mini-cart {
    float:right!important;
}

ul.woocommerce-mini-cart.cart_list.product_list_widget  {
    margin-top: 30px!important;
}

.woocommerce-mini-cart .woocommerce-mini-cart-item img {
    max-width: 100%; /* Restrict the image width to its container */
    height: auto; /* Maintain the aspect ratio */
    display: block; /* Avoid extra space below the image */
    object-fit: contain; /* Ensure the image fits within the container without distortion */
}

.product-desc {
    float: left!important;
}

section  {
    margin-top:30px!important;
}

.product-card {
  position: relative;
  /* width: 265px; Set width matching your image size 
  overflow: hidden;
  border: 1px solid #ddd;
  border-radius: 8px;*/
}

.product-card img {
  width: 100%;
  height: auto;
  display: block;
}

.buy-now-ribbon {
  position: absolute;
  top: 10px;
  left: -30px;
  background: red;
  color: white;
  text-align: center;
  transform: rotate(-45deg);
  width: 120px;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 0;
  box-shadow: 0 3px 5px rgba(0,0,0,0.3);
  z-index: 10;
}
