/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Sayan Dey
Author URI: https://sayandey.dev
Description: A child theme for the Kadence Theme.
Version: 1.0.0
License: GNU General Public License v3.0 (or later)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Style for quantity and price */
.quantity-and-price {
    display: flex;
    align-items: center;
}

.product-price {
    margin-left: 10px;
}
/* Style for product price and rating */
.product-price,
.product-rating {
    display: inline-block;
    margin-top: 10px; /* Adjust as needed */
}

.product-rating {
    margin-left: 10px; /* Adjust as needed */
}
/* Style for product price before Add to Cart button */
.product-price {
    margin-bottom: 20px; /* Adjust as needed */
}
/* Style for product price between quantity and Add to Cart button */
.product-price {
    margin-top: 20px; /* Adjust as needed */
    margin-bottom: 20px; /* Adjust as needed */
}

/* Temporary hide the multiple shipping address */
.page-checkout .shipping_address > #wcms_message {
    display: none;
}

.sbi_follow_btn a {
    margin-top: 30px !important;
    padding: 15px 30px !important;
    border-radius: 50px !important;
    font-family: "Lato" !important;
    font-size: 16px !important;
    text-transform: uppercase;
}

.sbi_follow_btn a > svg {
    font-size: 21px !important;
}

.page-career,
.page-membership {
    background-color: #fdf5ee;
}

.page-terms-conditions h2 {
    max-width: 100%;
    font-size: 35px;
    line-height: 38px;
    padding: 0 0 20px 0;
}

.page-terms-conditions h3 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 18px;
}

.c-accordion-policy-section .c-page-content ol {
    list-style: decimal;
}

.c-accordion-policy-section .c-page-content ul {
    list-style: disc;
}

.c-product_qtyBlock .quantity.spinners-added {
    display: flex;
    gap: 10px;
    padding: 5px 15px;
    min-width: 100px;
}

.woocommerce
    .c-product_Removewrapper
    .c-product_qtyBlock
    .quantity.spinners-added {
    display: flex;
    gap: 10px;
    padding: 5px 15px;
    min-width: 100px;
}

.single-product .woocommerce-Tabs-panel--description ul {
	list-style: disc;
}

.single-product .woocommerce-Tabs-panel--description ol {
	list-style: numeric;
}