/*
Theme Name: Razzi Child
Theme URI: https://demo4.drfuri.com/razzi/
Author: DrFuri
Author URI: http://drfuri.com
Description: Razzi Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: razzi
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: razzi
*/
.razzi-product-category-box .razzi-product-category-box__items{
	justify-content: space-around!important;
}
.price, form.cart, .product-loop__buttons {display:none!important}

.footer-widgets .widget_text p{
    margin-top: 0;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 0.98;
}
img.footer-img{
	max-width:60%;
}
.custom-nonion-box>div {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
}
.custom-nonion-box svg {
	fill:#110b61
}


/* 父容器设置 */
form.wpforms-form .wpforms-field-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 默认平分为两列 */
    gap: 0 15px;
}
.wpforms-field-container>div{
	padding:5px 0!important;
}

/* 占 100% 的元素：跨越 2 列 */
.form-full-line {
    grid-column: span 2;
}

/* 占 50% 的元素：默认占 1 列即可 */
.form-half-line {
    grid-column: span 1;
}
.wpforms-submit.form-full-line {
	width:100%;
}

.wpforms-head-container{
	padding: 0 0 8px 0!important;
}
.wpforms-head-container .wpforms-title {
	font-size:18px!important;
	font-weight:500!important;
}