/*
Theme Name:     Kalitys-theme
Description:    Hello-elementor child theme.
Author:         Kalitys
Author URI:     https://www.kalitys.com/
Template:       hello-elementor
Version:        0.1.0
*/
html {
    scroll-behavior: auto !important;
}

#tougwc .besace-bulle {
  position: absolute;
  bottom: -20px; /* la bulle sort sous le panier */
  right: 0;
  background-color: #fffbe6;
  color: #5c3a1e;
  padding: 10px 14px;
  border-radius: 16px;
  border: 2px solid #b8860b;
  font-family: "Rubik", Sans-serif;
  font-size: 0.95rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  white-space: nowrap;
  z-index: 999;
  animation: fadeIn 0.4s ease;
}

#tougwc .besace-bulle::after {
  content: "";
  position: absolute;
  top: -10px;
  right: 16px;
  border-width: 0 8px 10px 8px;
  border-style: solid;
  border-color: transparent transparent #fffbe6 transparent;
  transform: rotate(0deg);
}

span.posted_in.detail-container {
    display: none!important;
}


.custom-icons {
    margin-top: 10px;
}

.custom-icons img.icon-lait {
    width: 50px;
    height: auto;
    margin-right: 10px;
}
/************************************************************************************************/
/* 前台套装产品样式优化 */

/* 1. 价格显示优化 */
.special-pack-price {
    font-weight: bold;
    color: #333;
    font-size: 1.2em;
    display: inline-block;
    margin-right: 10px;
}

.original-price-info {
    font-size: 16px;
    color: #e74c3c; /* 红色显示 */
    display: inline-block;
    font-style: italic;
}

/* 2. 购物车按钮样式 */
.bundle-add-to-cart .single_add_to_cart_button {
    background-color: #aec158 !important; /* 绿色按钮 */
    color: #fff !important;
    border: none !important;
    padding: 10px 20px !important;
    border-radius: 4px !important;
    cursor: pointer !important;
    font-weight: normal !important;
    text-transform: none !important;
    font-size: 16px !important;
    transition: background-color 0.3s !important;
}

.bundle-add-to-cart .single_add_to_cart_button:hover {
    background-color: #95a94d !important;
}

.bundle-add-to-cart .quantity {
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
}

.bundle-add-to-cart .quantity input {
    width: 70px !important;
    height: 42px !important;
    text-align: center !important;
    border: 1px solid #ddd !important;
    border-radius: 4px !important;
}

/* 3. 捆绑包列表优化 */
.bundle-content {
    margin: 20px 0;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 5px;
    border: 1px solid #eee;
}

.bundle-content h4 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.bundle-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bundle-content li {
    margin-bottom: 10px;
    font-size: 15px;
    padding: 8px 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.bundle-product-image {
    width: 17%;
}
.bundle-product-image img {
    width: 50px !important;
}
.bundle-product-details {
    width: 79%;
}
span.bundle-product-name {
    display: inline-block;
    width: 80%;
}
.bundle-content .quantity {
    font-weight: bold;
    color: #555;
    background-color: #f0f0f0;
    padding: 3px 8px;
    border-radius: 3px;
    margin-left: 10px;
}
span.special-pack-price {
    font-family: "Rubik", Sans-serif;
    color: #ADB94D;
    font-size: 30px;
    font-weight: 400;
}
p.stock.out-of-stock{
	display:none;   
	background: #eb6657;
    display: inline-block;
    padding: 2px 8px;
    font-size: 12px;
    color: #fff !important;
    font-weight: bold;
    margin-top: 8px;
}
.woocommerce-variation-price{display:none;}