/* 
 Theme Name:   Astra Child Theme
 Theme URI:    http://gaiamachinery.com
 Description:  Astra Child Theme
 Author:       gaia
 Author URI:   http://gaiamachinery.com
 Template:     astra
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html

 /* == Add your own styles below this line ==
--------------------------------------------*/
/* 全部页面边距设置 start */
#primary {
 	margin-top: 0px !important;
}

@media (min-width: 922px) {
    .ast-container {
        /* max-width: 1240px; */
			max-width: 100% !important;
    }
}
/* 全部页面边距设置 end */

/* 面包屑样式 */
.eb-breadcrumb-wrapper .eb-breadcrumb-item{
	text-decoration: none; /* 移除默认下划线 */ 
   font-family: "Noto Sans", sans-serif;
   font-size: 12px;
   font-style: normal;
}
 
.eb-breadcrumb-wrapper .eb-breadcrumb-item:hover {
   text-decoration: underline; /* 鼠标悬停时添加下划线 */
	font-family: "Noto Sans", sans-serif;
   font-size: 12px;
   font-style: normal;
}
/* 标题下面的分割线 */
.gaia-title-separator{
	width: 50px!important;
	height: 6px;
	background-color: #fcb900;
	display: inline-block;
}
/* POST页面底部的导航栏隐藏 */
.post-navigation{
	display:none!important;
}
/* POST产品页面 图片缩略图大小调整 */
.gwts-gwl-prev-gallery{
	display:none;
}
ul.lSGallery{
   width: 100%!important;
}
ul.lSGallery li {
	width:90px!important;
	margin-top:5px!important;
	
}
ul.lSGallery li.active {
    border: 2px solid #999;
}
.lSSlideOuter .lSPager.lSGallery li.active, 
.lSSlideOuter .lSPager.lSGallery li:hover {
    /* border-radius: 5px; */
}

/* 设置产品角标 */
.gaia-product-card{
	overflow:hidden!important;
}
/* 挖掘机产品 新能源 */
.link-block-band{
    color: #fff !important;
    width: 135px !important;
    font-size: 16px;
    padding: 4px 2px 4px 6px !important;
    background-color: #00f793;
    line-height: inherit;
    display: inline-block !important;
    text-align: center !important;
    position: absolute !important;
    top: 5px;
    right: -42px;
    transform-origin: center;
    transform: rotate(45deg) scale(.8);
    opacity: .95;
    z-index: 2;
}
.link-block-band h6{
	color:#000!important;
}
/* 挖掘机产品销售 */
.link-block-band-sale{
	color: #fff !important;
    width: 135px !important;
    font-size: 16px;
    padding: 4px 0 4px 0 !important;
    background-color: #ff5959;
    line-height: inherit;
    display: inline-block !important;
    text-align: center !important;
    position: absolute !important;
    top: 5px;
    right: -42px;
    transform-origin: center;
    transform: rotate(45deg) scale(.8);
    opacity: .95;
    z-index: 2;
}
.link-block-band-sale h6{
	color:#fff!important;
}
.uagb-forms-failed-message{
	text-align: center!important;
}

/** .new-energy-menu-logo **/
.main-navigation .menu-item-home ul.sub-menu > li:nth-child(1){
	  background-image: url(https://www.gaiamachine.com/wp-content/uploads/2024/10/new_energy.png);
    background-repeat: no-repeat;
    /* background-position: center center; */
    background-size: contain;
    text-decoration: revert;
    background-position: 200px 15px;
    background-size: 20px;
}
.cky-btn-revisit-wrapper{
	display:none!important;
}

