/*
Theme Name:           Flatsome
Theme URI:            http://flatsome.uxthemes.com
Author:               UX-Themes
Author URI:           https://uxthemes.com
Description:          Multi-Purpose Responsive WooCommerce Theme
Version:              3.19.14
Requires at least:    6.4
Requires PHP:         7.4
WC requires at least: 8.3
Text Domain:          flatsome
License:              https://themeforest.net/licenses
License URI:          https://themeforest.net/licenses
*/
.woocommerce-loop-product__title .box a{
	width:100% !important
}
.box-text a:not(.button){
	width:100% !important
}
.woocommerce-loop-product__title {
    font-weight: 900 !important;
    padding-bottom: 20px !important;
    word-wrap: break-word !important;
}

.product-info .price {
    font-size: 1rem !important;
}
.ux-buy-now-button{
	width:120px;
}
.woocommerce-loop-product__title{
	font-weight:900 !important;
	padding-bottom:20px !important;
}


/* 表单 */
.ff-default .ff-el-form-control{
    font-family: inherit !important;
    border: none !important;
}
.fluentform .ff-el-form-control {
    background-clip: padding-box;
    background-image: none;
    border: 0;
    border-radius: 0.25rem;
    color: #495057;
    display: block;
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 0;
    max-width: 100%;
    padding: 6px 12px;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    width: 100%;
}
.fluentform .ff-el-form-control {
     border-radius: 0.1rem!important;
	  box-shadow: none !important;
}

.fluentform .ff-el-input--label label{
	color:#444;
}
.ff-default .ff-el-input--label label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
    font-size: 100%;
}

.ff-message-success {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    margin-top: 10px;
    padding: 15px;
    position: relative;
    color: #569791;
    font-size: 200%;
    text-align: center;
    line-height: 1.2;
}


.ff-default .ff_btn_style {
    border: 1px solid transparent;
    border-radius: 7px;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    padding: 8px 20px;
    position: relative;
    text-align: center;
    transition: background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
  border:0;
    border-radius: 0 !important;
}

.ff_submit_btn_wrapper{
    margin-bottom: 0 !important;
}
.ff-btn-submit:not(.ff_btn_no_style) {
    margin: 0;
    border-radius: 4px !important
}

.ff-default .ff-el-form-control:focus{
    border-color: var(--fs-color-primary) !important;
}

.ff-default .ff-el-input--label label {
    display: inline-block;
    font-weight: 500;
    line-height: inherit;
    margin-bottom: 0;
    font-size: 12px;
}
.fluentform .iti__selected-flag {
    background: rgb(0 0 0 / 3%) !important;
    border-bottom-left-radius: 0!important;
    border-top-left-radius: 0!important;
}


.ff-default .ff-el-form-control:focus {
    border-color: var(--fs-color-primary) !important;
    background: #F0F0F0 !important;
}


.ff-message-success {
    border: 1px solid #ced4da;
    box-shadow: 0 1px 5px rgba(0,0,0,.1);
    margin-top: 10px;
    padding: 20px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
}

.ff-default .ff-el-form-control {
    background: none;
    height: 44px;
    width: 100%;
    line-height: 48px;
    font-size: 14px;
    color: #808080;
    border: 0px solid #ccc;
    background: #F0F0F0;
    border-radius: 5px;

}
.ff-default textarea {
    min-height: 190px !important;
}

/***************
All custom CSS should be added to Flatsome > Advanced > Custom CSS,
or in the style.css of a Child Theme.
***************/
.absolute-footer{
	display:none
}
footer .dark .ux-menu-link__link{
	border:0px
}

.accordion-title {
    border-top: 0 !important;
    border-bottom: 1px solid #6d6d6d4d !important;
    display: block;
    font-size: 85% !important;
    padding: .6em 2.3em;
    position: relative;
    transition: border .2s ease-out, background-color .3s;
}