/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
P{font-family: "MyriadPro-Light", sans-serif !important;}
.mega-sub-menu a{font-family: "MyriadPro-Light", sans-serif !important;}
.header.show-on-scroll, .stuck .header-main {
    height: 49px!important;
}
.header-block {
    min-height: 0px; 
}
.nav > li > a {
    font-weight: 400 !important;
}
.woocommerce-ordering{
	display: none;
}
/*页面底部标题大小*/
.ux-menu-title{
	font-size: 18px;
	font-weight: 700;
}
/*产品栏目页产品字体大小*/
.product-small .box-text-products .title-wrapper{
 text-align: left;
    font-size: 16px;
}
.product-small .box-text-products .title-wrapper a{
	color: #444;
}
/*产品价格*/
.price span.amount {
  color: #ff9f0f; 
}
.price-wrapper .price {   display: none;}
.standard-price{display: none;}
.pro-cat{display: none !important}
/*表单按钮的颜色*/
.pro-price-btn,.pro-btn,.pro-button{
	background: rgb(221, 51, 51);
}

#wrapper .featured-title{
		background-color: #d9d9d9;
		text-shadow: 0px 0px 0px rgb(0 0 0 / 0%);
	}
.tax-product_cat .shop-page-title .page-title-inner,.shop-page-title.featured-title .title-overlay{
	background-color: #d9d9d9 !important;
	
}
.shop-page-title .page-title-inner .shop-page-title{
	color: #333;
}
.page-title .entry-title{
	color: #333;
}
.dark .breadcrumbs{
	color: #333;
}
.dark .breadcrumbs a{
	color: #333;
}
/*产品详情页*/
.single-product .has-hover .box-text.text-center{
	padding: 0px;
}
.single-product .has-hover .box-text p{
	margin-top: 0px;
}
.product-Form .wpcf7-submit {
  margin: 0 auto;
  width: 200px;
  display: block;
  background-color: #bb4d4e;
  border-radius: 5px;
}
@media screen and (max-width: 768px){
	.product-small .box-text-products .title-wrapper{
	    font-size: 13px;
	}
	.product-Form ul li{
		width: 100% !important;
		margin-left: 0px;
	}
	.section-title-container{
		margin: 0px !important;
	}
	.button, button, input, textarea, select, fieldset {
	     margin-bottom: 0; 
	}
	.box-text-products .product-title a{
		font-size: 14px;
	}
	/*首页样式*/
	
	.flickity-page-dots {
		bottom: 5px;
	}
	.slider-nav-dots-dashes-spaced .flickity-page-dots .dot {
		width: 30px;
		height: 2px;
	}
	.home .is-border{
		border: 0px;
	}
	.text h2 strong{
		font-size: 28px;
	}
	.account-item{
		display: none !important;
	}
	.nav>li>a{
		color: #000;
	}
	.mobile-nav .header-search a,.mobile-nav .nav-icon a{
		color: rgba(102,102,102,.85);
	}
	
	.shop-page-title .page-title-inner,.page-header-wrapper .page-title-inner{
		padding: 3px 0px;
	}
	.page-header-wrapper .page-title-inner .pb-half{
		padding: 0px;
	}
	.page-header-wrapper .page-title-inner .title-wrapper{
		padding-bottom: 0px;
	}
	.shop-page-title .page-title-inner .shop-page-title{
		margin-bottom: 5px;
		font-size: 1.5em;
	}
	.shop-page-title .medium-flex-wrap .flex-col {
		padding-bottom: 0px;
	}
	.pro-table{	
    	overflow-x: auto;
	}
	/*产品栏目页表单间距*/
	.tax-product_cat #main .section{
		padding: 0 15px;
	}
	.tax-product_cat  #main .section .col{
		padding: 0px;
	}
	.term-co2-engraving-machines .tooltipstered .small-12 .text{
		padding: 0 15px;
	}
	.term-co2-engraving-machines .tooltipstered .section-title{
		margin-top: 15px;
	}
	.tax-product_cat #main .section .col{
		padding-top: 30px;
	}
	/*产品详情页*/
	.application .row .col:nth-child(2),.application .row .col:nth-child(4){
		padding: 0 5px 10px 15px;
	}
	.application .row .col:nth-child(3),.application .row .col:nth-child(5){
		padding: 0 15px 10px 5px;
	}
	.tab-panels{
		margin-top: -60px;
	}
}
@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
	
}
