/*
Theme Name:		Welcart Simple Plus Lefty Child Theme
Template:		welcart_simple-plus-lefty
Author:			Collne.Inc
Author URI:		https://www.collne.com/
Description:	Welcart Simple Plus Lefty Child Theme.
Version:		1.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, simple-plus,
*/

/**
 * 1. お問い合わせボタン
 */
body a.aisan-contact {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 5.4rem;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
	border-radius: .25rem;
	background-color: var(--cartbtn-bg-color, #00b0e2);
	color: var(--cartbtn-text-color, #fff);
	font-size: 1.1rem;
	font-weight: bold;
	letter-spacing: 1px;
}

body a.aisan-contact:hover {
	background-color: var(--btn-hover-bg-color, #424242);
	color: var(--btn-hover-text-color, #fff);
}

/**
 * 2. お問い合わせフォーム
 */
.wpcf7 label {
	display: block;
}

/**
 * 3. 商品カード　商品名
 */
.item-category .card-body .card-title,
.new-items .card-body .card-title,
.front-page .widget_basic_item_list .card-body .card-title,
.general-widget-area .widget_basic_item_list .card-body .card-title,
.member-favorite .card-body .card-title,
.widget_welcart_bestseller .card-body .card-title {
	max-height: none;
	-webkit-line-clamp: initial;
}
