/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/
li.menu-item:hover {
    background-color: #f39500;
  
}
a{
	outline: out;
}

/**********产品页相关产品 删除按钮*************/
.woocommerce .button{
	    align-items: center;
    background-color: #e4e7e9;
    border-width: 0;
    color: currentcolor;
    display: none !important;
    font-weight: 700;
    justify-content: center;
    min-height: 40px;
    padding: 7px 15px;
    text-align: center;
    text-decoration: none;
	
}
section.related.products{
	
	margin-bottom: 60px;
}
/************产品面包屑**********/
.woocommerce-breadcrumb {
    margin-top: 30px;
    margin-bottom: 30px;
}
/*************删除产品分类****************/

.single-product .summary .product_meta {
    border-top-style: solid;
    border-top-width: 1px;
    display: none !important;
    margin-top: 30px;
    padding-top: 30px;
}

/*************删除分类页的h1****************/
.bricks-archive-title-wrapper .title {
    margin: 0;
    display: none;
}

/******************/
@media only screen and (max-width: 766px) {
section#brxe-bquzwx {
    display: none;
}
}