/*
 Theme Name:   pure-la-cart
 Theme URI:    https://testpurela.umaumabali.com/cart/pure-la-cart
 Description:  Woocommerce thema for pure-la
 Author:       Yoshi Higure
 Author URI:   https://pure-la.net
 Template:     business-a
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pure-la-cart
*/

#contact {
	padding: 0px;	
}

/*支払い画面でメールアドレス部周辺の余白を最小化する*/
.wc-block-components-form .wc-block-components-checkout-step {
	margin: 0 0 10px !important;
}

/*お支払い画面で支払い方法のラジオボタンと方法名の記載を一直線にする*/
 .woocommerce-checkout #payment ul.payment_methods li input {
	display : inline-block;
}
 .woocommerce-checkout #payment ul.payment_methods li label {
	display : inline-block;
}

/*カスタムコメントの装飾*/

.color_red {
	color : red;
}
.text_bold {
	font-weight : 900;
}

/*お支払い画面（チェックアウト画面）の装飾*/
.woocommerce-account-fields label[for="createaccount"],
.woocommerce-account-fields input#createaccount {
    vertical-align: middle;
}

.woocommerce-account-fields input#createaccount {
    margin-right: 6px; /* テキストとの間隔調整 */
    position: relative;
    top: 0; /* 必要なら微調整 */
}

