/*
Template:       akali
Theme Name:     Akali Child
Theme URI:      https://themeforest.net/user/LaStudio/portfolio?ref=LaStudio
Author:         LA Studio
Author URI:     https://themeforest.net/user/LaStudio?ref=LaStudio
Description:    Akali – Jewelry Store WordPress Theme
Version:        1.0.0
Requires at least: 5.9
Requires PHP:   7.0
Tags:           jewelry, clean, dokan, ecommerce, beauty, elementor, fashion, furniture, minimal, modern, multipurpose, responsive, shopping, store, woocommerce
License:        GNU General Public License
License URI:    licence/GPL.txt
Text Domain:    akali-child
Domain Path:    /languages/
Elementor tested up to: 3.21.5
Elementor Pro tested up to: 3.21.5
WooCommerce tested up to: 8.8.3
*/


/* Write your custom css */

.lakit-col {
    padding: 3% 0;
}
span.wpcf7-form-control.wpcf7-radio span {
    padding: 0 10px;
}
.lakit-goal-free-shipping .label-free-shipping{
	font-size:1.4rem
}
.woocommerce-mini-cart__empty-message:before{
	display:none !important;
}
.lakit-cart__close-button.lakit-blocks-icon{
    z-index: 999;
}
.lc-progress-bar-wrap {
    margin: 15px 0;
    padding: 12px;
    background: #f7f7f7;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}
.lc-progress-bar {
    width: 100%;
    height: 10px;
    background: #eee;
    border-radius: 5px;
    overflow: hidden;
    margin: 8px 0;
}
.lc-progress-fill {
    height: 100%;
    background: #ff4081; /* adjust color if you want */
    transition: width .4s ease;
}
.lc-progress-text {
    font-size: 14px;
    color: #333;
    margin: 0;
}
.lc-progress-text strong {
    color: #ff4081;
}
.lc-progress-text.complete {
    color: #28a745;
    font-weight: bold;
}
.single-price-wrapper{
    display: flex;
}
.single-price-wrapper p.price{
    display: block !important;
}
p.saved-sale {
    background: #ffe3ed;
    color: #ff0066;
    text-align: center;
    border-radius: 16px;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 15px;
}

@media (max-width: 767px) {
.lakit-cart .lakit-cart__list{
    max-width:95% !important;
    width:95% !important;
    
}
}