/*
Theme Name: Shop Theme
Theme URI: https://www.seiwa-nihon.com
Template: royal-elementor-kit
Author: SEIWA-NIHON
Author URI: https://www.seiwa-nihon.com
Description: A Shop theme
Tags: blog,e-commerce,one-column,custom-background,custom-colors,full-width-template,custom-menu,custom-logo,featured-images,sticky-post,theme-options,threaded-comments,translation-ready
Version: 1.0.0.1774272330
Updated: 2026-03-23 21:25:30

*/

@media (max-width: 767px) {
.wpforms-submit-container {
    text-align: center;
}
}
/* WPForms 提交按钮 */
.wpforms-submit-container .wpforms-submit {
    display: inline-flex;
    align-items: center;          /* 垂直居中 */
    justify-content: center;      /* 水平居中 */

    background-color: #000 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 9999px !important;

    min-width: 180px;
    height: 52px;                 /* 固定高度 */
    padding: 0 40px !important;   /* 左右留白，上下由 height 控制 */

    font-size: 16px;
    font-weight: 500;
    line-height: 1;               /* 防止文字偏上或偏下 */
    text-align: center;
    cursor: pointer;
    transition: all .25s ease;
    box-sizing: border-box;
}

/* Hover */
.wpforms-submit-container .wpforms-submit:hover {
    background-color: #333 !important;
}

/* 点击 */
.wpforms-submit-container .wpforms-submit:active {
    transform: translateY(1px);
}

div.wpforms-container-full .wpforms-confirmation-container-full {
	background: transparent !important;
	border: 0px !important;
}