/*
Theme Name:     Boutique
Theme URI:      https://demos.restored316.com/boutique/
Template:       kadence
Author:         Restored 316 // Lauren Dierschke
Author URI:     http://www.restored316designs.com/
Description:    A mobile responsive WordPress theme built for the Kadence Framework by Lauren Dierschke of Restored 316.
Version:        1.0.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/

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

@font-face {
    font-family: 'Suntowns';
    src: url('fonts/Suntowns.woff2') format('woff2'),
        url('fonts/Suntowns.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info {
	background-color: var(--global-palette9) !important;
	border: 1px solid var(--global-palette5) !important;
	border-radius: 0px !important;
}

div.woocommerce .woocommerce-message {
	border-left: 1px solid var(--global-palette5) !important;
}

.woocommerce .woocommerce-message .button, .woocommerce .woocommerce-error .button, .woocommerce .woocommerce-info .button,
.woocommerce div.product .button.single_add_to_cart_button,
.wp-block-button.wc-block-components-product-button .wp-block-button__link {
	font-size: 10px !important;
}

.menu .right a {
    border-right: 1px solid var(--global-palette6);
}

.entry-related-inner {
	border: 1px solid var(--global-palette6);
	border-radius: 0px;
}

div.kb-query-basic-style .kadence-filter-wrap input[type=checkbox]:checked,
div.kb-query-basic-style .kadence-filter-wrap input[type=radio]:checked {
	background: var(--global-palette1);
	border-color: var(--global-palette1);
}
