/*!
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/kadence-theme/
Template: kadence
Author: Kadence WP
Author URI: https://www.kadencewp.com/
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
-------------------------------------------------------------- */
.page-id-5281 input[type="text"], .page-id-5281 input[type="email"], .page-id-5281 input[type="password"] { width: 100%;}
.page-id-5281 .woocommerce-form-row label {  display: block;}
.page-id-5281 .single-content p { margin-bottom: 10px;}
.page-id-5281 .single-content h2 { margin: 5px 0;font-size: 30px;}
.page-id-5281 .woocommerce-form-row:nth-child(16) label { display: inline-block;}

/*  product list show less or more*/
.product-excerpt-custom {
    position: relative;
}
.excerpt-full {
    display: none;
}
.excerpt-toggle:checked ~ .excerpt-full {
    display: block;
}
.excerpt-toggle:checked ~ .excerpt-short {
    display: none;
}
.show-more-less {
    color: #0066cc;
    cursor: pointer;
    text-decoration: underline;
}
.show-more-less:after {
    content: attr(data-more);
}
.excerpt-toggle:checked ~ .show-more-less:after {
    content: attr(data-less);
}

/**/
.product-shipping-list-loop {
    padding: 10px;
    border: 1px solid #d2d2d2;
    background-color: #efefef;
    position: relative;
}
.product-shipping-list-loop label {
    padding: 0 0 0 15px;
}

/* wp-block-kadence-column add cart */
.products .wp-block-kadence-column .kwt-add-to-cart-wrap {
    background-color: #073b6d;
    color: white;
}
.woocommerce ul.products .wp-block-kadence-column .kwt-add-to-cart-wrap .add_to_cart_button {
    width: 110px;
    font-size: 70% !important;
    padding: 0.7em 0.5em !important
}
.woocommerce ul.products .wp-block-kadence-column .kwt-add-to-cart-wrap .vg-baseline {
    display: none;
}
